@charset "UTF-8";
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Thin.woff2) format("woff2")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Light.woff2) format("woff2")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Black.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-light.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-regular.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-medium.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-bold.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-black.woff2) format("woff2")
}

* {
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

html {
	font-family: Roboto, sans-serif;
	min-height: 100%;
	font-size: 15px;
	line-height: 1.4;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body {
	color: #000
}

body._fixed {
	overflow: inherit;
}

b, strong {
	font-weight: 700
}

label {
	cursor: pointer;
	display: block
}

button {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

button:focus {
	outline: 0
}

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

button, select {
	text-transform: none
}

img {
	display: block;
	max-width: 100%;
	border: 0
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}


[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

@media (min-width: 768px) {
	.result-slider__btn {
		width: 490px;
	}
}

.page._cookie .cookie {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	display: flex;
}

.cookie {
	/*background-color: #191A21;*/
	background-color: #272831;
	padding-top: 10px;
	padding-bottom: 10px;
	/*position: fixed;*/
	/*left: 0;*/
	/*top: 0;*/
	opacity: 0;
	pointer-events: none;
	visibility: visible;
	z-index: 1000;
	width: 100%;
}

.cookie__inner {
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.cookie__inner{
		flex-direction: column;
	}
}

.cookie__desc {
	font-size: 13px;
	line-height: 1.53846;
	color: rgba(255, 255, 255, .4);
}
@media (max-width: 480px) {
	.cookie__desc {
		margin-bottom: 15px;
	}
}
.cookies-btns{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.cookies-btns{
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.cookies-btns{
		flex-direction: row;
	}
	.cookies-btns > div{
		width: 100%;
	}
}
@media (max-width: 320px) {
	.cookies-btns{
		flex-direction: column;
	}
}
.cookies-btns .manage-cookies,
.cookies-btns .cookie__close{
	padding: 9px 10px;
	border-radius: 45px;
	min-width: 170px;
	cursor: pointer;
	transition: all .4s;
	font-size: 13px;
	text-align: center;
}

.cookies-btns .manage-cookies{
	margin-right: 10px;
	background-color: white;
	color: black;
}
@media (max-width: 768px) {
	.cookies-btns .manage-cookies{
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.cookies-btns .manage-cookies{
		margin-right: 10px;
		margin-bottom: 0;
	}
}
@media (max-width: 320px) {
	.cookies-btns .manage-cookies{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.cookies-btns .manage-cookies:hover{
	background-color: #e1e1e1;
}

.cookies-btns .cookie__close{
	background-color: #4E82FE;
	color: white;
}
.cookies-btns .cookie__close:hover{
	background-color: #3570fc;
}

.title_find {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 5px 20px;
	font-size: 14px;
}

.SumoSelect p {
	margin: 0
}

.SumoSelect {
	width: 200px
}

.SelectBox {
	padding: 5px 8px
}

.sumoStopScroll {
	overflow: hidden
}

.SumoSelect .hidden {
	display: none
}

.SumoSelect .search-txt {
	display: none;
	outline: 0
}

.SumoSelect .no-match {
	display: none;
	padding: 6px
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
	visibility: hidden
}

.SelectClass, .SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.SelectClass {
	z-index: 1
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: 0
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
	-webkit-box-shadow: 0 0 2px #7799D0;
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0
}

.SumoSelect > .CaptionCont {
	position: relative;
	border: 1px solid #A4A4A4;
	min-height: 14px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0
}

.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default
}

.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic
}

.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px
}

.SumoSelect > .CaptionCont > label > i {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: .8
}

.SumoSelect > .optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden
}

.SumoSelect.open > .optWrapper {
	top: 35px;
	display: block
}

.SumoSelect.open > .optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.SumoSelect > .optWrapper > .options {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	max-height: 250px
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	-webkit-border-radius: 0;
	border-radius: 0
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity: .5
}

.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	-webkit-box-shadow: 0 0 100px #595959;
	box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options li.opt {
	padding: 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
	-webkit-border-radius: 0;
	border-radius: 0
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	border-bottom: none
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
	-webkit-border-radius: 0;
	border-radius: 0
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #E4E4E4
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
	background-color: #a1c0e4
}

.SumoSelect > .optWrapper > .options li label {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer
}

.SumoSelect > .optWrapper > .options li span {
	display: none
}

.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default;
	padding: 8px 6px;
	font-weight: 700
}

.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: inherit;
	pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px
}

.SumoSelect > .optWrapper > .MultiControls, .swiper-button-lock, .swiper-pagination-lock, .swiper-scrollbar-lock {
	display: none
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.SumoSelect > .optWrapper > .MultiControls {
	border-top: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	-webkit-box-shadow: 0 0 2px #a1c0e4;
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: 0;
	background-color: #a1c0e4
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
	-webkit-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt, .about-team__link {
	padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
	background-color: #11a911;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center center
}

.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none
}

.SumoSelect .select-all {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer
}

.swiper-slide, .swiper-wrapper {
	height: 100%;
	position: relative
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
	cursor: pointer
}

.SumoSelect .select-all.partial > span i {
	background-color: #ccc
}

.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px;
	text-decoration: underline
}

.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 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex--reverse, .flex--row {
	-webkit-box-orient: horizontal
}

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

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

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

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform, -webkit-transform
}

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
	cursor: move
}

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

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

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

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

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

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

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

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

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

.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%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .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-scrollbar {
	-webkit-border-radius: 10px;
	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);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

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

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

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

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

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

.swiper-container-cube {
	overflow: visible
}

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

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

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

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

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

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

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

.btn, .inner {
	position: relative
}

.input, body {
	background-color: #fff
}

.swiper-container-flip {
	overflow: visible
}

.btn, body._fixed {
	overflow: hidden
}

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

.index-form, .inner {
	margin-left: auto
}

.index-form, .inner, .platform__desc {
	margin-right: auto
}

.modal-form__back, a {
	-webkit-transition: color .4s;
	-o-transition: color .4s
}

.footer-item-h3 {
	color: rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.19565;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.w-16 {
	width: 16.6666%
}

.w-20 {
	width: 20%
}

.w-25 {
	width: 25%
}

.w-30 {
	width: 30%
}

.w-33 {
	width: 33.3333%
}

.w-35 {
	width: 35%
}

.w-40 {
	width: 40%
}

.w-50 {
	width: 50%
}

.w-60 {
	width: 60%
}

.w-65 {
	width: 65%
}

.w-66 {
	width: 66.6666%
}

.w-70 {
	width: 70%
}

.w-75 {
	width: 75%
}

.w-80 {
	width: 80%
}

.inner, .w-100 {
	width: 100%
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex--j-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex--j-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex--j-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex--j-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex--j-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex--a-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex--a-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.flex--a-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex--a-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flex--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hidden, [hidden] {
	display: none
}

.btn._inline {
	display: inline-block;
	vertical-align: top
}

.inner {
	max-width: 1280px;
	padding-left: 60px;
	padding-right: 60px;
	margin-left: auto;
	margin-right: auto
}

.btn, .input {
	padding-left: 24px;
	padding-right: 24px
}

a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	color: #4e82fe;
}

a.header-start__link {
	color: #fff;
}

.btn, .header {
	-o-transition: all .4s;
	-webkit-transition: all .4s
}

.c-blue {
	color: #6596FF
}

.c-gray {
	color: #272831
}

.input, .textarea {
	background-color: #fff;
	color: rgba(0, 0, 0, .6);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%
}

.input {
	height: 45px;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.input::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.input::-ms-input-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.input::placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.textarea {
	height: 95px;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	resize: none
}

.textarea::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.textarea::-ms-input-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.textarea::placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .6)
}

.btn {
	padding-left: 24px;
	padding-right: 24px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-align: center
}

.btn._inline {
	display: inline-block;
	vertical-align: top
}

.btn:not(._inline) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn:not([class*=vh-]) {
	height: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	line-height: 45px
}

.btn._vh-35 {
	height: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	line-height: 35px
}

.btn._vh-50 {
	height: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	line-height: 50px
}

.btn._vh-60 {
	height: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	line-height: 60px
}

.btn._vh-70 {
	height: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	line-height: 70px
}

.btn__ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.btn__ink._animate {
	-webkit-animation: ripple .65s linear;
	animation: ripple .65s linear
}

.btn--blue {
	border: 0;
	background-color: #4E82FE;
	color: #fff
}

.btn--blue:hover {
	background-color: #3570FC
}

.btn--white {
	border: 0;
	background-color: #fff;
	color: #000
}

.btn--white:hover {
	background-color: #F9F9F9
}

.btn--rose {
	background-color: #FF7F7C;
	border: 0;
	color: #fff
}

.btn--rose:hover {
	background-color: #ED7370
}

.btn--outline {
	border: 2px solid rgba(255, 255, 255, .2)
}

.btn--outline:hover {
	border-color: rgba(255, 255, 255, .8)
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5)
	}

}

@keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5)
	}
}

.blog__inner-box .w-75, .blog__inner-box .w-25 {
	display: inline-block;
	vertical-align: top
}

.blog__inner-box .w-25 {
	text-align: right;
	margin-left: -5px
}

.select select {
	opacity: 0
}

.select--type-1 .SumoSelect {
	width: 100%;
	display: block;
	cursor: pointer
}

.select--type-1 .SumoSelect .no-match {
	padding: 12px 25px
}

.select--type-1 .SumoSelect.open .search-txt {
	height: 100%;
	padding: 0 45px 0 25px
}

.select--type-1 .SumoSelect.open > .CaptionCont > label > i {
	-webkit-transform: translate(-50%, -50%) scaleY(-1);
	-ms-transform: translate(-50%, -50%) scaleY(-1);
	transform: translate(-50%, -50%) scaleY(-1)
}

.select--type-1 .SumoSelect:hover > .CaptionCont {
	-webkit-box-shadow: none;
	box-shadow: none
}

.select--type-1 .SumoSelect > .CaptionCont {
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 45px;
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	padding-left: 25px;
	padding-right: 45px;
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: border-color .3s, color .3s;
	-o-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt.disabled, .select--type-2 .SumoSelect > .optWrapper > .options li.opt.disabled {
	display: none
}

.result-link__item, .select--type-2 .SumoSelect > .CaptionCont {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-box-align: center
}

.select--type-1 .SumoSelect > .CaptionCont > span {
	cursor: pointer;
	padding-right: 0
}

.select--type-1 .SumoSelect > .CaptionCont > span.placeholder {
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, .6)
}

.select--type-1 .SumoSelect > .CaptionCont > label {
	cursor: pointer;
	width: 42px
}

.select--type-1 .SumoSelect > .CaptionCont > label > i {
	background: url(../img/icon/s-arrow.svg) 50% 50%/contain no-repeat;
	width: 12px;
	height: 12px;
	opacity: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.select--type-1 .SumoSelect > .optWrapper {
	top: 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	z-index: 10;
	border: 0;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .11);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .11)
}

.select--type-1 .SumoSelect > .optWrapper > .options {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	max-height: 250px !important
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt {
	height: 46px;
	white-space: nowrap;
	line-height: 46px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 25px;
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt.selected > span > i {
	background-color: transparent
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: transparent;
	color: #4E82FE
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span {
	margin-left: 0;
	width: 14px
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span + label {
	padding-left: 24px
}

.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span > i {
	bottom: auto;
	right: auto;
	margin: 1px 0 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.select--type-2 .SumoSelect {
	cursor: pointer;
	width: 100%;
	display: block
}

.select--type-2 .SumoSelect:hover > .CaptionCont {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .05)
}

.select--type-2 .SumoSelect > .CaptionCont {
	cursor: pointer;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .05);
	height: 40px;
	color: #000;
	font-size: 15px;
	padding-right: 36px;
	padding-left: 15px;
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-overflow: ellipsis;
	-webkit-transition: border-color .3s, color .3s;
	-o-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.select--type-2 .SumoSelect > .CaptionCont > span {
	cursor: pointer;
	padding-right: 0;
	width: 100%
}

.select--type-2 .SumoSelect > .CaptionCont > label {
	cursor: pointer;
	width: 36px
}

.select--type-2 .SumoSelect > .CaptionCont > label > i {
	background: url(../img/icon/split-arrow.svg) 50% 50%/contain no-repeat;
	width: 6px;
	height: 10px;
	opacity: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.select--type-2 .SumoSelect > .optWrapper {
	top: 42px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	z-index: 10;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .05);
	border: 0
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt {
	height: 40px;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 15px;
	background-color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #eee
}

.modal-form__back, .modal-form__select-link, .select--type-2 .SumoSelect > .optWrapper > .options li.opt.selected > span > i {
	background-color: transparent
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt:not(:last-child) {
	margin-bottom: 8px
}

.about-team__link, .about-team__status {
	display: inline-block;
	text-align: center
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt:hover {
	color: #007ED8;
	background-color: rgba(255, 255, 255, .7)
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt > span {
	margin-left: 0;
	width: 14px
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt > span + label {
	padding-left: 24px
}

.select--type-2 .SumoSelect > .optWrapper > .options li.opt > span > i {
	bottom: auto;
	right: auto;
	margin: 1px 0 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about__img-box img, .about__inner-box {
	margin-left: auto;
	margin-right: auto
}

.about {
	padding-top: 70px;
	padding-bottom: 70px
}

.about__title {
	text-align: center;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 45px;
	font-family: Rubik, sans-serif;
}

.about__img-box, .about__typography:not(:last-child){
	margin-bottom: 50px
}

.about__title * {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit
}

.about__inner-box {
	max-width: 840px
}

.about__typography {
	font-size: 21px;
	line-height: 1.42857
}

.about-team__title, .about__typography h2 {
	font-size: 36px;
	line-height: 1.52778;
	font-weight: 500;
	font-family: Rubik, sans-serif;
}

.about__typography h2 {
	margin-bottom: 15px
}

.about__typography p:not(:last-child) {
	margin-bottom: 20px
}

.about__typography ol{
	padding-left: 30px;
}

.about-team {
	margin-top: 80px
}

.about-team__title {
	text-align: center;
	margin-bottom: 54px
}

.about-team__title * {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit
}

.about-team__inner {
	margin-left: -25px;
	margin-right: -25px
}

.about-team__box {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 70px
}

.about-team__item {
	text-align: center
}

.about-team__img-box {
	position: relative;
	margin-bottom: 12px
}

.about-team__img {
	-webkit-background-size: cover;
	background-size: cover;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.about-team__status {
	vertical-align: top;
	position: absolute;
	left: 50%;
	background-color: #fff;
	line-height: 26px;
	white-space: nowrap;
	padding: 7px 12px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	font-weight: 500;
	bottom: 0;
	-webkit-transform: translate(-50%, 3px);
	-ms-transform: translate(-50%, 3px);
	transform: translate(-50%, 3px);
	-webkit-border-radius: 26px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .07)
}

.about-team__name {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	height: 40px;
	overflow: hidden;
	line-height: 1.11111;
	margin-bottom: 5px;
	font-family: Rubik, sans-serif;
}

.about-team__position {
	font-size: 15px;
	color: rgba(0, 0, 0, .6)
}

.about-team__link-box {
	margin-top: 14px;
	text-align: center
}

.about-team__link {
	position: relative;
	vertical-align: top;
	height: 35px;
	padding-right: 15px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	color: #0077B7;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 119, 183, .3);
	-webkit-transition: border-color .4s;
	-o-transition: border-color .4s;
	transition: border-color .4s
}

.header, .mob-menu {
	-webkit-transition: all .4s
}

.about-team__link:hover {
	border-color: #0077B7
}

.about-team__link._in:before {
	content: "";
	background: url(../img/icon/in.svg) 50% 50%/12px auto no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about__contacts {
	padding-top: 30px
}

.card {
	overflow: hidden
}

.card-min {
	max-width: 275px;
	width: 100%;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .15)
}

.card-min__content {
	background: -webkit-linear-gradient(315deg, #f3f3f3 0, #f4f4f4 100%);
	background: -o-linear-gradient(315deg, #f3f3f3 0, #f4f4f4 100%);
	background: linear-gradient(135deg, #f3f3f3 0, #f4f4f4 100%);
	padding: 22px 30px
}

.card-min__name {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 20px;
	color: #999
}

.start__title {
	margin-bottom: 5px
}

.card-min__title {
	font-family: Rubik, sans-serif;
	font-size: 26px;
	line-height: 1.15385;
	font-weight: 500
}

.contacts-box__title {
	font-size: 36px;
	line-height: 1.52778;
	font-weight: 500;
	font-family: Rubik, sans-serif;
	margin-bottom: 10px
}

.contacts-box__title * {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit
}

.contacts-box-question__info{
	font-family: Rubik, sans-serif;
}

.contacts-box-question {
	padding: 35px 50px;
	background-color: #fafafa
}

.contacts-box-question__info {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.45833;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	padding-right: 40px
}

.contacts-box-question__btn-box {
	width: 220px
}

.contacts-box-question__btn {
	width: 100%;
	text-align: center;
	font-size: 17px
}

.copyright {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8)
}

.copyright {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	line-height: 1.33333
}

.index-form {
	margin-left: auto;
	margin-right: auto
}

.header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	background-color: #4E82FE;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 4px rgba(78, 130, 254, .5);
	box-shadow: 0 0 4px rgba(78, 130, 254, .5)
}

/*.header:not(._fixed) {
	position: absolute
}*/

.header._active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header._fixed {
	position: fixed
}

.header__wrapper {
	min-height: 70px
}

.header-nav-mob {
	position: relative;
	width: 24px;
	cursor: pointer;
	display: none
}

.index {
	background-color: #4E82FE;
	min-height: 100vh;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1
}

.index-form {
	max-width: 860px;
	margin-top: 45px;
	padding: 50px 55px 75px 75px;
	min-height: 170px;
	background: url(../img/form-bg.svg) 50% 50%/contain no-repeat
}

.index-form__split, .modal-form-split__inner {
	margin-left: -5px;
	margin-right: -5px
}

.index-form__box {
	padding-left: 5px;
	padding-right: 5px
}

.index-form__split {
	width: -webkit-calc(100% - 145px);
	width: calc(100% - 145px)
}

.info {
	padding-top: 100px;
	padding-bottom: 50px
}

.logo, .modal__title {
	font-size: 24px;
	font-family: Rubik, sans-serif;
}

.js-animate._fade-in {
	will-change: transform, opacity;
	-webkit-transition: opacity 2.6s .2s, -webkit-transform 1s;
	-o-transition: transform 1s, opacity 2.6s .2s;
	transition: transform 1s, opacity 2.6s .2s, -webkit-transform 1s
}

.mob-menu, .modal {
	-o-transition: all .4s
}

.js-animate._fade-in:not(._active) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.logo {
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	padding-left: 34px;
	position: relative;
	display: block
}

.logo:before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 20px;
	background: url(../img/logo.svg) 50% 50%/contain no-repeat;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -.08em
}

.mob-menu, .mob-menu-panel, .mob-menu__overlay {
	position: fixed;
	top: 0;
	height: 100%
}

.menu__link {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 500
}

@media (max-width: 1200px) {
	.menu__link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.menu__link:not(._active) {
	color: rgba(255, 255, 255, .4)
}

.menu__link._active, .menu__link:hover {
	color: #fff
}

.mob-menu {
	transition: all .4s;
	width: 100%;
	left: 0;
	z-index: 10000
}

.mob-menu:not(._active) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.mob-menu._active .mob-menu-panel {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.mob-menu__overlay {
	background-color: rgba(0, 0, 0, .3);
	left: 0;
	width: 100%
}

.mob-menu-panel {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	right: 0;
	width: 300px;
	background-color: #fff;
	will-change: transform;
	-webkit-transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	height: 100vh;
}

.mob-menu-panel__header {
	padding: 20px 20px 30px;
}

.mob-menu-panel__content {
	padding: 0 20px;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	overflow: auto
}

.mob-menu-panel__sign {
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.mob-menu-panel__sign-link {
	color: #4E82FE;
	font-size: 22px;
	font-weight: 500
}

.mob-menu-panel-nav__box:not(:last-child) {
	margin-bottom: 25px
}

.mob-menu-panel-nav__link {
	display: block;
	width: 100px;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
	font-weight: 500;
	color: #999;
	font-size: 22px
}

.mob-menu-panel-nav__link._active {
	color: #000
}

.mob-menu-panel-nav__link.active {
	color: #4E82FE
}

.mob-menu-panel__bottom {
	background-color: #FAFAFA;
	padding: 30px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.modal, .modal__overlay {
	position: fixed;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%
}

.mob-menu-panel-start {
	text-align: center
}

.mob-menu-panel-start__title {
	font-size: 22px;
	font-weight: 500
}

.mob-menu-panel-start__desc {
	margin-top: 5px;
	font-size: 15px;
	color: rgba(0, 0, 0, .6)
}

.mob-menu-panel-start__btn-box {
	margin-top: 20px
}

.modal {
	z-index: 1001;
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: auto
}

.modal:not(._active) {
	opacity: 0;
	pointer-events: none;
	visibility: hidden
}

.modal__overlay {
	background-color: rgba(0, 0, 0, .3);
	cursor: pointer
}

.modal-form-switch {
	margin-bottom: 10px
}

.modal-form-switch__label {
	font-size: 13px
}

.modal-form-switch__box {
	position: relative
}

.modal-form-switch__box:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0
}

.modal-form-switch__box:first-child .modal-form-switch__text {
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.modal-form-switch__box:last-child .modal-form-switch__text {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.modal-form-switch__input {
	display: none
}

.modal-form-switch__input:checked + .modal-form-switch__text {
	background-color: #4E82FE;
	color: #fff
}

.modal-form-switch__text {
	color: rgba(0, 0, 0, .6);
	background-color: #F5F5F5;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	height: 45px;
	line-height: 45px
}

.modal-form__input {
	background-color: #F5F5F5;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	border: 1px solid transparent;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.modal-form__input._error, .modal-form__input.error {
	border-color: #FF7F7C
}

.modal-form__input._error:focus, .modal-form__input.error:focus {
	border-color: transparent
}

.modal-form__input._error:focus::-webkit-input-placeholder, .modal-form__input.error:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__input._error:focus::-ms-input-placeholder, .modal-form__input.error:focus::-ms-input-placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__input._error:focus::placeholder, .modal-form__input.error:focus::placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__input._error::-webkit-input-placeholder, .modal-form__input.error::-webkit-input-placeholder {
	color: #FF7F7C
}

.modal-form__input._error::-ms-input-placeholder, .modal-form__input.error::-ms-input-placeholder {
	color: #FF7F7C
}

.modal-form__input._error::placeholder, .modal-form__input.error::placeholder {
	color: #FF7F7C
}

.modal-form__textarea {
	background-color: #F5F5F5;
	padding: 15px;
	font-size: 13px;
	border: 1px solid transparent
}

.modal-form__textarea._error, .modal-form__textarea.error {
	border-color: #FF7F7C
}

.modal-form__textarea._error:focus, .modal-form__textarea.error:focus {
	border-color: transparent
}

.modal-form__textarea._error:focus::-webkit-input-placeholder, .modal-form__textarea.error:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__textarea._error:focus::-ms-input-placeholder, .modal-form__textarea.error:focus::-ms-input-placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__textarea._error:focus::placeholder, .modal-form__textarea.error:focus::placeholder {
	color: rgba(0, 0, 0, .6)
}

.modal-form__textarea._error::-webkit-input-placeholder, .modal-form__textarea.error::-webkit-input-placeholder {
	color: #FF7F7C
}

.modal-form__textarea._error::-ms-input-placeholder, .modal-form__textarea.error::-ms-input-placeholder {
	color: #FF7F7C
}

.modal-form__textarea._error::placeholder, .modal-form__textarea.error::placeholder {
	color: #FF7F7C
}

.modal-form__info {
	margin-top: 18px;
	color: rgba(0, 0, 0, .6);
	font-size: 13px
}

.modal-form__info a {
	color: rgba(78, 130, 254, .4)
}

.modal-form__info a:hover {
	color: rgba(78, 130, 254, .8)
}

.modal-form__desc {
	text-align: center;
	margin-bottom: 15px
}

.modal-form__btn._type-1 {
	height: 45px;
	line-height: 45px;
	min-width: 220px;
	text-align: center;
	-webkit-box-shadow: 0 5px 10px rgba(78, 130, 254, .5);
	box-shadow: 0 5px 10px rgba(78, 130, 254, .5)
}

.modal-form__back {
	color: #4E82FE;
	font-size: 15px;
	line-height: 1.2;
	border: 0;
	transition: color .4s;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	margin-top: 10px
}

.modal-form__back:hover {
	color: #265CDC
}

.modal-form__label {
	font-size: 13px;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, .6)
}

.modal-form-split__box {
	padding-left: 5px;
	padding-right: 5px
}

.modal-form__select {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 20px;
	margin-bottom: 15px
}

.modal-form__select-link {
	border: 0;
	color: rgba(0, 0, 0, .6);
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s
}

.modal-form__select-link:hover {
	color: #000
}

.modal-form__box:not(:last-child) {
	margin-bottom: 10px
}

.modal-form__btn-box {
	padding-top: 25px;
	text-align: center
}

.modal-form__btn-box._nopadding {
	padding-top: 0
}

.modal-form__btn._full {
	width: 100%
}

.modal-form__desc {
	font-size: 13px;
	line-height: 1.53846;
	color: #999;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px
}

.modal-form__desc._normal {
	text-align: left;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.33333
}

.modal__title._center, .partners__title, .platform__desc, .platform__title, .start__content {
	text-align: center
}

.modal-form__desc p:not(:last-child) {
	margin-bottom: 8px
}

.modal-form__desc p a {
	font-weight: 500
}

.modal__close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 18px;
	top: 18px;
	cursor: pointer
}

.modal__close:hover .modal__close-icon {
	fill: rgba(0, 0, 0, .6)
}

.modal__close-icon {
	fill: rgba(0, 0, 0, .25);
	width: 18px;
	height: 18px;
	-webkit-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s
}

.modal__container {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	padding: 35px 50px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 3px 5px 4px rgba(0, 0, 0, .0443274);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 3px 5px 4px rgba(0, 0, 0, .0443274);
	max-width: 400px;
	margin: 60px auto;
	position: relative
}

.modal__title {
	font-weight: 500;
	margin-bottom: 20px
}

.modal__title._nomargin {
	margin-bottom: 0
}

/*.page__main {
	padding-top: 70px
}*/

.page-section {
	position: relative;
	overflow: hidden
}

.page-section__title {
	font-size: 46px;
	font-weight: 500;
	line-height: 1.19565;
	font-family: Rubik, sans-serif;
}

.page-section__title h2 {
	font-weight: inherit;
	font-size: inherit
}

.partners__inner {
	padding-top: 115px;
	padding-bottom: 115px
}

.partners__box {
	padding: 27px 45px
}

.platform, .platform-info {
	padding-top: 70px
}

.partners__item {
	display: block;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.partners__item:hover {
	opacity: .7
}

.platform {
	padding-bottom: 140px;
	overflow: hidden
}

.platform__desc {
	color: rgba(0, 0, 0, .6);
	line-height: 1.42857;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}

.result-link__item {
	padding-left: 15px;
	padding-right: 15px
}

.result {
	background-color: #FAFAFA;
	padding-top: 75px;
	overflow: hidden
}

.result__title {
	padding-bottom: 15px
}

.result-link__box.swiper-slide {
	width: auto;
	height: auto
}

.result-link__box:not(._active) .result-link__item {
	background-color: transparent
}

.result-link__box._active .result-link__item, .result-link__box.swiper-slide-thumb-active .result-link__item {
	background-color: rgba(78, 130, 254, .1)
}

.result-link__item {
	border: 0;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	color: #4E82FE;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
	font-family: Rubik, sans-serif;
	font-weight: 500
}

.result-slider {
	padding-top: 45px
}

.result-slider__container.swiper-container {
	overflow: visible
}

.result-slider__box {
	width: 50%;
	max-width: 490px
}

.result-slider__btn {
	min-width: 290px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 10;
	-webkit-box-shadow: 0 10px 10px rgba(78, 130, 254, .6);
	box-shadow: 0 10px 10px rgba(78, 130, 254, .6)
}

.screen__header {
	height: 25px;
	background-color: #EFEFEF;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	padding-left: 12px;
	padding-right: 12px
}

.screen__content {
	max-height: 435px;
	overflow: hidden
}

.screen__circle {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.screen__circle:not(:last-child) {
	margin-right: 5px
}

.screen__circle._red {
	background-color: #FF6058
}

.screen__circle._yellow {
	background-color: #FFBD2E
}

.screen__circle._green {
	background-color: #28CA42
}

.start {
	min-height: 410px;
	background: -webkit-linear-gradient(260deg, #CC688D -15%, #4E82FE 110%);
	background: -o-linear-gradient(260deg, #CC688D -15%, #4E82FE 110%);
	background: linear-gradient(190deg, #CC688D -15%, #4E82FE 110%)
}

.start__title {
	margin-bottom: 5px;
	color: #fff
}

.start__desc {
	font-size: 21px;
	color: rgba(255, 255, 255, .6);
	line-height: 1.42857
}

.fast-tags {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: auto;
	padding: 0 70px;
}

@media (max-width: 600px) {
	.fast-tags {
		padding: 0;
	}
}

.fast-tags .tags {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fast-tags .tags a {
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.2);
	padding: 5px 25px;
	border-radius: 35px;
	font-size: 15px;
	margin: 3px;
}

.fast-tags .tags a:hover {
	border-color: rgba(255, 255, 255, 0.8);
}

table.bordered {
	border: 1px solid #bbb;
	border-collapse: separate;
	border-spacing: 0;
	margin: 35px 0;
	border-radius: 3px;
}

table.bordered th, table.bordered td {
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 7px 15px;
}

table.bordered th {
	border-top: none;
}

table.bordered th:first-child, table.bordered td:first-child {
	border-left: none;
}


@media (max-width: 1200px) {
	.select--type-1 .SumoSelect > .CaptionCont, .select--type-2 .SumoSelect > .CaptionCont, .select--type-2 .SumoSelect > .optWrapper > .options li.opt {
		font-size: 18px
	}

	.about__inner-box {
		max-width: 100%
	}

	.about-team__box {
		width: 50%;
		min-width: 215px
	}
}

@media (max-width: 1024px) {
	.about-team__wrapper {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.info {
		padding-top: 50px;
		padding-bottom: 25px
	}

	.page-section__title {
		font-size: 38px
	}

	.start__desc {
		font-size: 18px
	}

	.partners__inner {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.platform {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.platform-info {
		padding-top: 40px
	}

	.result {
		padding-top: 45px
	}

}

@media (max-width: 992px) {
	.about-team__title {
		text-align: left
	}

	.select--type-1 .SumoSelect > .CaptionCont, .select--type-2 .SumoSelect > .CaptionCont, .select--type-2 .SumoSelect > .optWrapper > .options li.opt {
		font-size: 16px
	}

	.about__title {
		font-size: 46px;
		margin-bottom: 40px
	}

	.about__img-box {
		margin-bottom: 100px
	}

	.about__typography:not(:last-child) {
		margin-bottom: 30px
	}

	.about-team {
		margin-top: 65px
	}

}

@media (max-width: 768px) {
	body._fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0
	}

	.inner {
		padding-left: 25px;
		padding-right: 25px
	}

	.card-min__title {
		font-size: 20px
	}

	.header__wrapper {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.header__box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.header__box:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: none
	}

	.header-start {
		display: none
	}

	.index {
		padding-bottom: 120px
	}

	.page-section__title {
		font-size: 38px
	}

	.partners__box {
		padding-top: 15px;
		padding-bottom: 10px
	}

	.reviews {
		padding-bottom: 40px
	}

	.reviews {
		padding-top: 80px
	}

	.partners {
		padding-top: 60px
	}

	.start {
		min-height: 300px
	}

	.hide_mob {
		display: none;
	}

}

@media (max-width: 1060px) {
	.header-nav-mob {
		display: block
	}
}

@media (max-width: 660px) {
	.btn._vh-70, .contacts-box-question__btn {
		height: 50px;
		line-height: 50px
	}

	.btn._vh-70 {
		-webkit-border-radius: 50px;
		border-radius: 50px
	}

	.contacts-box-question {
		padding: 30px
	}

	.contacts-box-question__info {
		padding-right: 0;
		font-size: 18px;
		width: 100%;
		margin-bottom: 15px
	}

	.contacts-box-question__btn-box {
		width: 150px
	}

	.index-form {
		padding: 20px 50px;
		background-image: none
	}

	.index-form__split {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

}

@media (max-width: 575px) {
	.about {
		padding-top: 55px;
		padding-bottom: 55px
	}

	.about__contacts {
		padding-top: 20px
	}

	.about__title {
		font-size: 36px;
		/*color:rgba(0,0,0,.7)*/
	}

	.about-team__title, .about__typography h2, .contacts-box__title {
		font-size: 30px
	}

	.about__img-box {
		margin-bottom: 85px
	}

	.about-team__title {
		margin-bottom: 48px
	}

	.about-team__inner {
		margin-left: -13px;
		margin-right: -13px
	}

	.about-team__box {
		padding-left: 13px;
		padding-right: 13px;
		min-width: 192px;
		width: 100%;
		margin-bottom: 50px
	}

	.modal__container{
		padding-left: 20px;
		padding-right: 20px
	}

	.card-min__content {
		padding: 20px
	}

	.start__desc {
		font-size: 16px
	}

	.index {
		padding-bottom: 140px
	}

	.index-form__box {
		width: 100%
	}

	.index-form__box:not(:last-child) {
		margin-bottom: 10px
	}

	.modal__container {
		margin-top: 30px;
		margin-bottom: 30px
	}

	.partners__inner {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.start {
		min-height: 540px
	}

}

@media (max-width: 480px) {
	.about-team__inner {
		margin-left: -10px;
		margin-right: -10px
	}

	.about-team__box {
		width: 100%;
		min-width: 184px;
		padding-left: 10px;
		padding-right: 10px
	}

	.modal__container {
		max-width: -webkit-calc(100% - 24px);
		max-width: calc(100% - 24px)
	}

}

@media (max-width: 400px) {
	.inner {
		padding-left: 12px;
		padding-right: 12px
	}

	.index-form {
		margin-top: 25px;
		padding-left: 0;
		padding-right: 0
	}

}

@media (max-width: 360px) {
	.mob-menu-panel {
		width: 280px
	}

	.mob-menu-panel__bottom, .mob-menu-panel__content, .mob-menu-panel__header {
		padding-left: 20px;
		padding-right: 20px
	}

}

.partners__content {
	max-width: 1370px;
}

.youtube-iframe {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-top: 20px;
}

.youtube-iframe > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pagination-wrapper {
	margin: 50px -15px 0;
	text-align: center
}

.pagination {
	list-style: none
}

.pagination > li {
	display: inline-block;
	list-style: none;
	margin-bottom: 20px
}

.pagination > li > * {
	padding: 7px 14px;
	margin: 0 5px;
	border: 1px solid #4e82fe;
	border-radius: 15px
}

.pagination > li.active > span {
	color: #fff;
	background: #4e82fe
}

.pagination > li > *:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

@media (max-width: 510px) {
	.hidden-sm {
		display: none
	}

	.pagination > li > * {
		padding: 7px 12px
	}

	.pagination > li.pb-sm > * {
		padding: 7px 12px
	}
}

@media (max-width: 420px) {
	.pagination > li.pb-sm > * {
		padding: 7px 10px
	}
}

@media (max-width: 360px) {
	.pagination > li.pb-sm > * {
		padding: 7px 9px
	}
}

.overflow-hidden {
	overflow: hidden;
}

.btn-hamburger {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	position: relative;
	display: none;
	border-radius: 150px;
	width: 56px;
	height: 34px;
	background-color: transparent;
}

@media (max-width: 1060px) {
	.btn-hamburger {
		display: block;
	}
}

.btn-hamburger span {
	position: absolute;
	width: 25px;
	height: 3px;
	border-radius: 30px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.25s;
	-o-transition: 0.25s all;
	transition: all 0.25s;
}

.btn-hamburger span:first-child {
	top: 25%;
	left: 50%;
}

.btn-hamburger span:nth-child(2) {
	top: 50%;
	left: 50%;
}

.btn-hamburger span:nth-child(3) {
	top: 75%;
	left: 50%;
}

.btn-hamburger._active {
	background-color: #4E82FE;
}

.btn-hamburger._active span:nth-child(1), .btn-hamburger._active span:nth-child(3) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn-hamburger._active span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.got-to-platform-mobile {
	width: max-content;
}

.footer {
	background-color: white;
	padding-top: 100px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

@media (max-width: 600px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.footer .footer-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 992px) {
	.footer .footer-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 600px) {
	.footer .footer-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 375px) {
	.footer .footer-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.footer .footer-grid .footer-item h3 {
	color: rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	font-size: 18px;
}

.footer .footer-grid .footer-item ul {
	list-style: none;

}

.footer .footer-grid .footer-item ul li {
	margin-bottom: 20px;
	padding-right: 25px;
}

.footer .footer-grid .footer-item ul li a {
	color: rgba(0, 0, 0, .6);
}

.footer .footer-grid .footer-item ul li a:hover {
	color: #6596FF;
}

.footer .footer-grid .footer-item .logo {
	padding-left: 0;
	margin-bottom: 22px;
}

.footer .footer-grid .footer-item .logo::before {
	content: none;
}

.footer .footer-grid .footer-item .address {
	color: #000;
	margin-bottom: 20px;
	opacity: 0.6;
}

.footer .footer-grid .footer-item .social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .footer-grid .footer-item .social a {
	margin-right: 15px;
}
.footer .footer-grid .footer-item .social a svg path {
	fill: #E1E1E1;
}
.footer .footer-grid .footer-item .social a:hover svg path {
	transition: .3s;
	fill: #6596FF;
}
.footer + .copyright {
	font-size: 15px;
	color: #222;
	opacity: 0.6;
	padding: 10px 0;
}

.address {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px 0;
}

@media (max-width: 600px) {
	.address {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px 20px;
	}
	.grid-column-span-2 {
		grid-column: span 2;
	}
}

.header__grid{
	align-items: center;
	min-height: 70px;
	display: grid;
	grid-template-columns: minmax(160px, auto) auto minmax(325px, auto);
	grid-column-gap: 5px;
}
@media (max-width: 1060px) {
	.header__grid{
		grid-template-columns: 1fr 1fr;
	}
}
.header__menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 1235px) {
	.header__menu {
		justify-content: flex-start;
	}
}
.header__menu .menu__item .menu__item_name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 1300px) {
	.header__menu .menu__item .menu__item_name {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 1200px) {
	.header__menu .menu__item .menu__item_name {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.header__menu .menu__item.has__sub .menu__item_name:hover .arrow {
	opacity: 1;
}

.header__menu .menu__item.has__sub .menu__item_name:hover .menu__link {
	color: #fff;
}

.header__menu .menu__item.has__sub:hover .menu__item_name .arrow {
	background-image: url("/landing/img/icon/arrow-up-sign-to-navigate.svg");
}

.header__menu .menu__item.has__sub .menu__item_name .arrow {
	background-image: url("/landing/img/icon/arrow-down-sign-to-navigate.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 9px;
	height: 9px;
	opacity: 0.4;
	cursor: pointer;
}

.header__menu .menu__item .menu__item_name .menu__link {
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}

.header__menu .menu__item.has__sub .menu__item_name img {
	width: 9px;
}

.header__menu .menu__item.has__sub .menu__item_sub {
	display: none;
	background-color: white;
	box-shadow: 0 12px 12px rgba(65, 59, 59, 0.13);
	border-radius: 5px;
	padding: 10px 30px;
	width: max-content;
}

.header__menu .menu__item.has__sub .menu__item_sub ul {
	list-style: none;
	padding: 5px 0;
}
.header__menu .menu__item.has__sub.column-3 .menu__item_sub ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px 20px;
}
@media (max-width: 1192px) {
	.header__menu .menu__item.has__sub.column-3 .menu__item_sub ul{
		grid-template-columns: repeat(2, 1fr);
	}
}
.header__menu .menu__item.has__sub .menu__item_sub ul li a {
	color: rgba(0, 0, 0, .6);
}

.header__menu .menu__item.has__sub .menu__item_sub ul li a:hover {
	color: #6596FF;
}

.header__menu .menu__item.has__sub .menu__item_sub ul li:hover::before {
	color: #6596FF;
}

.header__menu .menu__item.has__sub .menu__item_sub ul li::before {
	content: "•";
	color: rgba(0, 0, 0, .6);
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.header__menu .menu__item.has__sub:not(.column-3) .menu__item_sub ul li:not(:last-child){
	margin-bottom: 15px;
}

.header__menu .menu__item {
	position: relative;
	padding: 10px 0;
}

.header__menu .menu__item.has__sub:hover .menu__item_sub {
	position: absolute;
	left: 0;
	top: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1000;
}

.header__btns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__btns a:nth-child(2){
	height: 35px;
	color: white;
	font-weight: normal;
}
@media (max-width: 1060px) {
	.header__grid .hide-1000 {
		display: none!important;
	}
}
.store__category_desc{
	padding: 15px 30px;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 5px;
	line-height: 21px;
}
.store__category_desc .store__category_desc_inner{
	overflow: hidden;
}

.store__category_desc p {
	margin-bottom: 10px;
}
.store__category_desc h2,
.store__category_desc h3 {
	color: #333;
	line-height: 30px;
	margin: 20px 0 10px;
	font-family: Rubik, sans-serif;
	font-weight: 500;
}
.store__category_desc h2 {
	font-size: 23px;
}
.store__category_desc h3 {
	font-size: 21px;
}

.store__category_desc .btn-show-more{
	padding-top: 10px;
}

.store__category_desc .btn-show-more #show_desc{
	font-size: 16px;
	text-decoration: underline;
}

.store__category_desc ol, .store__category_desc ul {
	padding-left: 30px;
}
.all_reports{
	padding: 20px 0;
}
.all_reports > a{
	width: max-content;
	border: 0;
	background-color: #4E82FE;
	color: #fff;
	padding: 13px 20px;
	border-radius: 45px;
	font-weight: 500;
}

.lang-switcher{
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(0,-50%);
	color: white;
	cursor: pointer;
	z-index: 1000;
}
@media (max-width: 1300px) {
	.lang-switcher{
		right: 0;
	}
}
@media (max-width: 1060px) {
	.lang-switcher{
		display: none;
	}
}

.lang-switcher a{
	color: white;
	padding: 7px 0;
}
.lang-switcher .curr-lang{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 35px;
	opacity: 0.4;
	transition: all .3s;
}
.lang-switcher:hover .curr-lang{
	opacity: 1;
}
.lang-switcher.active .curr-lang{
	opacity: 1;
}
.lang-switcher .curr-lang span{
	margin-right: 8px;
	text-transform: uppercase;
}
@media (max-width: 1285px) {
	.lang-switcher .curr-lang span{
		margin-right: 5px;
	}
}
.lang-switcher .curr-lang img{
	width: 12px;
}
.lang-switcher.active .curr-lang img:nth-child(2){
	transform: scale(1,-1);
}

.lang-switcher .available-langs{
	position: relative;
}
.lang-switcher .available-langs .available-langs-list{
	padding: 0 10px;
	position: absolute;
	top: -1px;
	left: 0;
	display: none;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 12px 12px rgba(65, 59, 59, 0.13);
	border-radius: 5px;
	width: 100%;
}

.lang-switcher.active .available-langs .available-langs-list{
	display: flex;
	max-height: 300px;
}

.lang-switcher .available-langs .available-langs-list a{
	color: rgba(0, 0, 0, .6);
	text-transform: uppercase;
}
.lang-switcher .available-langs .available-langs-list a:hover{
	color: #6596FF;
}

.mob-menu-panel-nav__box.sub-menu{
	width: 80px;
}
.mob-menu-panel-nav__box.sub-menu.show{
	border-radius: 20px;
}
.mob-menu-panel-nav__box.sub-menu > div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.mob-menu-panel-nav__box.sub-menu > div span{
	margin-right: 20px;
}
.mob-menu-panel-nav__box.sub-menu > div span,
.mob-menu-panel-nav__box.sub-menu .mob-menu-panel-nav__link{
	text-transform: uppercase;
}
.mob-menu-panel-nav__box.sub-menu .mob-menu-panel-nav__link > .mob-menu-panel-nav__link{
	width: 100%;
	padding: 3px 0;
}
.mob-menu-panel-nav__box.sub-menu > div img{
	width: 15px;
	transform: scale(1,-1);
	filter: grayscale(1);
}
.mob-menu-panel-nav__box.sub-menu.show > div img{
	transform: scale(1,1);
	filter: none;
}
.mob-menu-panel-nav__box.sub-menu .langs{
	display: none;
}
.mob-menu-panel-nav__box.sub-menu.show .langs{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
#pre-open-jivo{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 65px;
	height: 65px;
	background: linear-gradient(95deg, rgb(101, 150, 255) 20%, rgb(101, 150, 255) 80%);
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-items: center;
	padding: 16px;
	z-index: 10001;
}

@media (max-width: 660px) {
	#pre-open-jivo {
		display: flex;
	}
}
#pre-open-jivo img{
	width: 31px;
}

.with_arrow:after{
	content: url('img/arrow.svg');
	position: absolute;
	right: 13px;
	top: 13px;
}
.with_arrow_rv:after{
	content: url('img/sr-arrow.svg');
	position: absolute;
	right: 13px;
	top: 13px;
}
.selectbox_head{
	position: relative;
	padding: 13px 25px;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
.selectbox_list{
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	background-color: #fff;
	border: 1px solid rgba(170, 170, 170, 0.493);
	position: absolute;
	height: 315px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	display: none;
	padding: 20px;
	overflow: hidden;
	z-index: 2;
}
.selectbox_input{
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	background: #F5F5F5;
	padding: 10px 25px;
	position: relative;
	width: 100%;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	float: left;
}

.selectbox_input:after{
	content: url('img/search.svg');
	position: absolute;
	right: 13px;
}

.ico_search{
	background: url('img/search.svg') no-repeat center;
	float: right;
	width: 37px;
	height: 37px;
	top: -37px;
	cursor: pointer;
	position: relative;
}

.selectbox_list_field{
	position: relative;
	width: 100%;
	top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 270px;
}

.search-items__box {
	cursor: pointer;
	padding: 5px 0;
}

.search-items__box-active {
	color: #4E82FE;
}

.search-items__box:hover {
	background-color: #F5F5F5;
}

.clear{
	clear: both;
}

.sb_selected .search-items__title{
	color: #4E82FE;
}

.search {
	background-color: #272831;
	padding-top: 15px;
	padding-bottom: 15px;
}
.search .search__container {
	display: block;
}
.search .search__container .search__group {
	width: calc(100% - 130px);
	padding-right: 16px;
}
@media (max-width: 575px) {
	.search .search__container .search__group {
		padding-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
}
.search .search__container .search__group .search__inner {
	margin-left: -8px;
	margin-right: -8px;
}
.search .search__container .search__group .search__inner .search__box {
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}
@media (max-width: 992px) {
	.search .search__container .search__group .search__inner .search__box:first-child {
		width: 60%;
	}
	.search .search__container .search__group .search__inner .search__box:last-child {
		width: 40%;
	}
}
@media (max-width: 575px) {
	.search .search__container .search__group .search__inner .search__box:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
	.search .search__container .search__group .search__inner .search__box:last-child {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.search .search__container .search__group .search__inner .search__box:last-child {
		display: flex;
		width: 100%;
	}
	.search .search__container .search__group .search__inner .search__box:last-child .search__item:first-child {
		width: calc(100% - 103px);
		padding-right: 15px;
	}
	.search .search__container .search__group .search__inner .search__box:last-child .search__item:last-child {
		width: 103px;
	}
}
.search .search__container .search__group .search__inner .search__box .select {
	background-color: white;
	border-radius: 6px 6px 6px 6px;
}
.search .search__group .search__box.w-75 > div.search__item{
	background-color: white;
	border-radius: 6px 6px 6px 6px;
}
.search .search__container .search__group .search__inner .search__box .search__input {
	height: 45px;
	background-color: #fff;
	border-radius: 6px 6px 6px 6px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid transparent;
}
.search .search__container .search__group .search__inner .search__box .search__input.active {
	border-radius: 6px 6px 0 0;
}
.search .search__container .search__group .search__inner .search__box .search__input::placeholder {
	color: rgba(0, 0, 0, 0.6);
	opacity: 1;
}
.search .search__container .search__group .search__inner .search__box .search__input:disabled {
	background-color: rgba(0, 0, 0, 0.2);
}
.search .search__container .search__group .search__inner .search__box .search__results {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
	padding-left: 8px;
	padding-right: 8px;
}
.search .search__container .search__group .search__inner .search__box .search__results .search__results-inner {
	scroll-behavior: smooth;
	background: white;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	border-right: 1px solid rgba(78, 130, 254, 0.24);
	border-bottom: 1px solid rgba(78, 130, 254, 0.24);
	border-left: 1px solid rgba(78, 130, 254, 0.24);
	overflow: hidden scroll;
	height: 300px;
}
.search .search__container .search__group .search__inner .search__box .search__results .search__results-inner::-webkit-scrollbar {
	width: 5px;
	background-color: #f9f9fd;
	border-radius: 5px;
}
.search .search__container .search__group .search__inner .search__box .search__results .search__results-inner::-webkit-scrollbar-thumb {
	background-color: #3570FC;
	border-radius: 5px;
}
.search .search__container .search__group .search__inner .search__box .search__results .search__results-inner .search__result-item {
	padding: 3px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	cursor: pointer;
	color: black;
}
.search .search__container .search__group .search__inner .search__box .search__results .search__results-inner .search__result-item:hover {
	color: rgb(78, 130, 254);
}
.search .search__container .search__group .search__inner .search__box .search__results.show {
	display: block;
}
.search .search__container .search__btn-box {
	width: 130px;
}
@media (max-width: 575px) {
	.search .search__container .search__btn-box {
		width: 100%;
	}
}
.search .search__container .search__btn-box .search__btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
}
@media (max-width: 480px) {
	.search .search__container .search__btn-box .search__btn {
		padding-left: 0;
		padding-right: 0;
	}
}
.search .loader,
.search .loader:before,
.search .loader:after {
	background: #3570FC;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.search .loader {
	color: #3570FC;
	text-indent: -9999em;
	margin: 30px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.search .loader:before,
.search .loader:after {
	position: absolute;
	top: 0;
	content: "";
}
.search .loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.search .loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
.search .for_loading {
	display: none;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.search .for_loading .loader-input,
.search .for_loading .loader-input:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.search .for_loading .loader-input {
	margin: 0 auto;
	font-size: 4px;
	position: relative;
	text-indent: -9999em;
	border-top: 1em solid rgb(53, 112, 252);
	border-right: 1em solid rgb(53, 112, 252);
	border-bottom: 1em solid rgb(53, 112, 252);
	border-left: 1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.get-started {
	min-height: 410px;
	background: linear-gradient(190.32deg, #CC688D -14.85%, #4E82FE 109.24%);
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

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

.get-started__title {
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

@media (max-width: 768px) {
	.get-started__title {
		font-size: 36px;
		line-height: normal;
	}
}

.get-started__desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 21px;
}

@media (max-width: 768px) {
	.get-started__desc {
		font-size: 18px;
	}
}

.get-started__btn-box {
	margin-top: 45px;
}

@media (max-width: 768px) {
	.get-started__btn-box {
		margin-top: 25px;
	}
}

.get-started__btn {
	background-color: #fff;
	height: 70px;
	line-height: 70px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	min-width: 330px;
	text-align: center;
	border: 0;
	border-radius: 35px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 768px) {
	.get-started__btn {
		height: 50px;
		line-height: 50px;
		min-width: 260px;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	transition: all 0.4s;
	overflow: auto;
}

.modal:not(._active) {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.modal__container._doble {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 768px) {
	.modal__container._doble {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 480px) {
	.modal__container._doble {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.modal__overlay {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.modal__info {
	margin-top: -15px;
	text-align: center;
	color: #666;
}

.modal-form {
	margin-top: 25px;
}

.modal-form._fixed {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.modal-form__clear {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	color: #FF7F7C;
	padding: 10px;
	border: 0;
	background-color: transparent;
	font-weight: 500;
}

.modal-form-switch {
	margin-bottom: 10px;
}

.modal-form-switch__label {
	font-size: 13px;
}

.modal-form-switch__box {
	position: relative;
}

.modal-form-switch__box:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0;
}

.modal-form-switch__box:first-child .modal-form-switch__text {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.modal-form-switch__box:last-child .modal-form-switch__text {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.modal-form-switch__input {
	display: none;
}

.modal-form-switch__input:checked + .modal-form-switch__text {
	background-color: #4E82FE;
	color: #fff;
}

.modal-form-switch__text {
	color: rgba(0, 0, 0, 0.6);
	background-color: #F5F5F5;
	transition: all 0.4s;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	display: block;
}

.modal-form__input {
	background-color: #fefefe;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	border: 1px solid #ccc;
	transition: all 0.4s;
}

.modal-form__input.error, .modal-form__input._error {
	border-color: #FF7F7C;
}

.modal-form__input.error:focus, .modal-form__input._error:focus {
	border-color: transparent;
}

.modal-form__input.error:focus::placeholder, .modal-form__input._error:focus::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.modal-form__input.error::placeholder, .modal-form__input._error::placeholder {
	color: #FF7F7C;
}

.modal-form__textarea {
	background-color: #fefefe;
	padding: 15px;
	font-size: 13px;
	border: 1px solid #ccc;
}

.modal-form__textarea.error, .modal-form__textarea._error {
	border-color: #FF7F7C;
}

.modal-form__textarea.error:focus, .modal-form__textarea._error:focus {
	border-color: transparent;
}

.modal-form__textarea.error:focus::placeholder, .modal-form__textarea._error:focus::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.modal-form__textarea.error::placeholder, .modal-form__textarea._error::placeholder {
	color: #FF7F7C;
}

.modal-form__info {
	margin-top: 18px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
}

.modal-form__info a {
	color: rgba(78, 130, 254, 0.4);
}

.modal-form__info a:hover {
	color: rgba(78, 130, 254, 0.8);
}

.modal-form__desc {
	text-align: center;
	margin-bottom: 15px;
}

.modal-form__btn._type-1 {
	height: 45px;
	line-height: 45px;
	min-width: 220px;
	text-align: center;
	box-shadow: 0 5px 10px rgba(78, 130, 254, 0.5);
}

.modal-form__back {
	color: #4E82FE;
	font-size: 15px;
	line-height: 1.2;
	border: 0;
	background-color: transparent;
	transition: color 0.4s;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	margin-top: 10px;
}

.modal-form__back:hover {
	color: #265CDC;
}

.modal-form__label {
	font-size: 13px;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.6);
}

.modal-form-split__inner {
	margin-left: -5px;
	margin-right: -5px;
}

.modal-form-split__box {
	padding-left: 5px;
	padding-right: 5px;
}

.modal-form__select {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.modal-form__select-link {
	border: 0;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.6);
	transition: color 0.4s;
}

.modal-form__select-link:hover {
	color: #000;
}

.modal-form__box:not(:last-child) {
	margin-bottom: 10px;
}

.modal-form__btn-box {
	padding-top: 25px;
	text-align: center;
}

.modal-form__btn-box._nopadding {
	padding-top: 0;
}

.modal-form__btn._full {
	width: 100%;
}

.modal-form__btn-double {
	max-width: 340px;
}

.modal-form__desc {
	font-size: 13px;
	line-height: 1.53846;
	color: #999999;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.modal-form__desc._in {
	text-align: left;
}

.modal-form__desc._in a {
	color: rgba(78, 130, 254, 0.4);
}

.modal-form__desc._normal {
	text-align: left;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.33333;
}

.modal-form__desc p:not(:last-child) {
	margin-bottom: 8px;
}

.modal-form__desc p a {
	font-weight: 500;
}

.modal__close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 18px;
	top: 18px;
	cursor: pointer;
}

.modal__close:hover .modal__close-icon {
	fill: rgba(0, 0, 0, 0.6);
}

.modal__close-icon {
	fill: rgba(0, 0, 0, 0.25);
	width: 18px;
	height: 18px;
	transition: fill 0.4s;
}

.modal__container {
	border-radius: 6px;
	background-color: #fff;
	padding: 35px 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 3px 5px 4px rgba(0, 0, 0, 0.0443274);
	max-width: 400px;
	margin: 60px auto;
	position: relative;
}

@media (min-width: 769px) {
	.modal__container.modal__container-double {
		max-width: 730px
	}
}

@media (max-width: 575px) {
	.modal__container {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.modal__container {
		max-width: calc(100% - 24px);
	}
}

.modal__title {
	font-weight: 500;
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}

.modal__title._nomargin {
	margin-bottom: 0;
}

.modal__title._center {
	text-align: center;
}

@media (max-width: 575px) {
	.modal__title br {
		display: none;
	}
}

.pay-list {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pay-list__box:not(:last-child) {
	margin-bottom: 20px;
}

.pay-list__box {
	flex-grow: 1;
	flex-basis: 270px;
}

@media (min-width: 769px) {
	.pay-list__box:nth-child(2n-1) {
		margin-right: 25px;
	}
}

.pay-list__checkbox.checkbox._type-2 .checkbox__input:not(:checked) + .checkbox__text:before {
	background-color: #fefefe;
	border: 1px solid #aaa;
}

.pay-list__checkbox-info {
	padding-right: 60px;
	position: relative;
}

.pay-list__checkbox-title {
	font-size: 16px;
}

.pay-list__checkbox-desc {
	margin-top: 5px;
	color: #666;
}

.pay-list__checkbox-price {
	color: #4E82FE;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 19px;
}

.checkbox__input, .hidden, .show-mob, [hidden] {
	display: none;
}
.checkbox__text:after, .checkbox__text:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 4px;
	left: 0;
}
.checkbox__text:before {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.checkbox._type-2 .checkbox__text:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.checkbox__text:before {
	background-color: #4E82FE;
}
.checkbox__text:after {
	background: url(/landing/img/icon/checkbox.svg) 50% 50%/10px auto no-repeat;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
}
.checkbox__input:checked+.checkbox__text:after {
	opacity: 1;
}

.checkbox__text {
	position: relative;
	padding-left: 25px;
	color: #4E82FE;
	font-weight: 500;
	white-space: normal;
	cursor: pointer;
}

.checkbox._type-2 .checkbox__text {
	color: #000;
	font-weight: 400;
}

.screen_title_ai{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
}

.result-slider__item:hover {
	background: rgba(78,130,254,.08);
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all .25s ease-out;
}

.modal-start {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: all 0.4s;
	overflow: auto;
}

.modal-start:not(._active) {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.modal-start__overlay {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.modal-start__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FAFAFA;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.modal-start__content {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.modal-start__title {
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	font-family: 'Rubik', sans-serif;
}

@media (max-width: 660px) {
	.modal-start__title {
		font-size: 26px;
		font-weight: 500;
	}
}

.modal-start__close {
	font-size: 21px;
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
	border: 0;
	background: transparent;
	transition: color 0.4s;
}

.modal-start__close:hover {
	color: #4E82FE;
}

@media (max-width: 660px) {
	.modal-start__close {
		font-size: 16px;
		right: 15px;
	}
}

.modal-start__list .result-slider__box {
	max-width: 355px;
}

.modal-start__list .result-slider {
	padding-top: 25px;
	padding-bottom: 25px;
}

.faq_header{
	width:100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #fafafa;
	font-size: 18px;
	font-weight: 500;
	color: black;
	text-align: left;
	cursor: pointer;
	border-radius: 10px;
}

.faq_plus{
	font-size: 24px;
	float: right;
	position: relative;
	top: -4px;
}

.faq_header_active{
	border-radius: 10px 10px 0 0;
}

.faq_body{
	width:100%;
	box-sizing: border-box;
	color: black;
	font-weight: normal;
	border-radius: 0 0 5px 5px;
	transition: 0.3s;
	padding: 0 20px;
	border: 1px solid #FAFAFA;
	border-top: none;
	font-size: 21px;
	line-height: 1.42857;
	max-height: 0;
	overflow: hidden;
}

.faq_body[data-show="1"]{
	max-height: max-content;
	padding: 20px;
}

.faq_block{
	width: 100%;
	margin-bottom: 20px;
}

html, body {
	height: 100%;
}

#cube-loader {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1100;
}
.chart-loader.search{
	width: 250px;
	height: 250px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
}
@media (max-width: 640px) {
	.chart-loader.search{
		width: 100%;
		height: 200px;
	}
}
#cube-loader .caption,
.chart-loader .caption {
	margin: 0 auto;
}
#cube-loader .cube-loader,
.chart-loader .cube-loader {
	width: 73px;
	height: 73px;
	margin: 49px auto 0;
	position: relative;
	transform: rotateZ(45deg);
}
#cube-loader .cube-loader .cube,
.chart-loader .cube-loader .cube{
	position: relative;
	width: 50%;
	height: 50%;
	float: left;
	transform: scale(1.1);
}
#cube-loader .cube-loader .cube:before,
.chart-loader .cube-loader .cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4E82FE;
	animation: cube-loader 2.76s infinite linear both;
	transform-origin: 100% 100%;
}
#cube-loader .cube-loader .loader-2,
.chart-loader .cube-loader .loader-2 {
	transform: scale(1.1) rotateZ(90deg);
}
#cube-loader .cube-loader .loader-3,
.chart-loader .cube-loader .loader-3 {
	transform: scale(1.1) rotateZ(180deg);
}
#cube-loader .cube-loader .loader-4,
.chart-loader .cube-loader .loader-4 {
	transform: scale(1.1) rotateZ(270deg);
}
#cube-loader .cube-loader .loader-2:before,
.chart-loader .cube-loader .loader-2:before {
	animation-delay: 0.35s;
}
#cube-loader .cube-loader .loader-3:before,
.chart-loader .cube-loader .loader-3:before {
	animation-delay: 0.69s;
}
#cube-loader .cube-loader .loader-4:before,
.chart-loader .cube-loader .loader-4:before {
	animation-delay: 1.04s;
}

@keyframes cube-loader {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

.preloader_back {
	background: rgba(255, 255, 255, 0.4);
}

.preloader_block, .preloader_back {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1010;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.table-scroll-outer {
	overflow-x: auto;
	margin-bottom: 30px;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.table-scroll-outer::-webkit-scrollbar {
	height: 3px;
	background: #ccc;
}

.table-scroll-outer::-webkit-scrollbar-thumb:horizontal {
	background: #4E82FE;
}

.seo-results ol, .seo-results ul, .blog-item-content__typography ol, .blog-item-content__typography ul {
	margin-left: 25px;
	margin-top: 20px;
	font-size: 21px;
}
.modal-buttons-choose-country {
	margin-top: -15px;
	text-align: center;
}
.btn-choose-country {
	background-color: #fff;
	outline: 0;
	border: 1px solid #4e82fe;
	border-radius: 150px;
	color: #4e82fe;
	transition: 0.3s all;
	padding: 12.5px 35px;
	font-family: "Rubik";
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	width: 75%;
	margin-top: 15px;
}
.btn-choose-country-active {
	padding-left: 24px;
	padding-right: 24px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	border: 0;
	background-color: #4E82FE;
	color: #fff;
	height: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	line-height: 45px;
	width: 75%;
	font-family: "Rubik";
	font-weight: 500;
	font-size: 14px;
	margin-top: 15px;
}
.btn-choose-country:hover {
	background-color: #4E82FE;
	color: white;
}
.btn-choose-country-active:hover {
	background-color: #3570FC;
}


#cookies-settings{
	padding: 100px 0 0;
}

#cookies-settings h1{
	margin-bottom: 25px;
}
#cookies-settings .desc{
	margin-bottom: 35px;
}
#cookies-settings .settings{
	display: flex;
	flex-direction: column;
}
#cookies-settings .settings-item{
	padding: 50px 0;
}
@media (max-width: 1200px){
	#cookies-settings .settings-item{
		padding: 50px 0;
	}
}
@media (max-width: 575px){
	#cookies-settings .settings-item{
		padding: 50px 0;
	}
}
#cookies-settings .settings-item:nth-child(odd){
	background-color: #f0f8ff;
}
#cookies-settings .settings-item > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#cookies-settings .settings-item .cookie-name{
	font-size: 20px;
}

/* Переключатели кук START*/
#cookies-settings .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

#cookies-settings .switch input {display:none;}

#cookies-settings .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

#cookies-settings .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

#cookies-settings input:checked + .slider {
	background-color: #4e82fe;
}


#cookies-settings input:disabled + .slider {
	box-shadow: 0 0 1px #ccc;
	background-color: #ccc;
}

#cookies-settings input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

#cookies-settings .slider.round {
	border-radius: 34px;
}

#cookies-settings .slider.round:before {
	border-radius: 50%;
}
/* Переключатели кук END*/