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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
	clear: both
}

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

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

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

:root {
	--gutter: 20px
}

@media (min-width: 1025px) {
	:root {
		--gutter: 30px
	}
}

.col-xs-1 {
	width: calc(100% / 12 * 1 - 20px - .001px);
	width: calc(100% / 12 * 1 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-1 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-1 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-1 {
		width: calc(100% / 12 * 1 - 30px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px)
	}
}

.col-xs-2 {
	width: calc(100% / 12 * 2 - 20px - .001px);
	width: calc(100% / 12 * 2 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-2 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-2 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-2 {
		width: calc(100% / 12 * 2 - 30px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px)
	}
}

.col-xs-3 {
	width: calc(100% / 12 * 3 - 20px - .001px);
	width: calc(100% / 12 * 3 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-3 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-3 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-3 {
		width: calc(100% / 12 * 3 - 30px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px)
	}
}

.col-xs-4 {
	width: calc(100% / 12 * 4 - 20px - .001px);
	width: calc(100% / 12 * 4 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-4 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-4 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-4 {
		width: calc(100% / 12 * 4 - 30px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px)
	}
}

.col-xs-5 {
	width: calc(100% / 12 * 5 - 20px - .001px);
	width: calc(100% / 12 * 5 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-5 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-5 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-5 {
		width: calc(100% / 12 * 5 - 30px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px)
	}
}

.col-xs-6 {
	width: calc(100% / 12 * 6 - 20px - .001px);
	width: calc(100% / 12 * 6 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-6 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-6 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-6 {
		width: calc(100% / 12 * 6 - 30px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px)
	}
}

.col-xs-7 {
	width: calc(100% / 12 * 7 - 20px - .001px);
	width: calc(100% / 12 * 7 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-7 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-7 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-7 {
		width: calc(100% / 12 * 7 - 30px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px)
	}
}

.col-xs-8 {
	width: calc(100% / 12 * 8 - 20px - .001px);
	width: calc(100% / 12 * 8 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-8 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-8 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-8 {
		width: calc(100% / 12 * 8 - 30px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px)
	}
}

.col-xs-9 {
	width: calc(100% / 12 * 9 - 20px - .001px);
	width: calc(100% / 12 * 9 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-9 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-9 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-9 {
		width: calc(100% / 12 * 9 - 30px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px)
	}
}

.col-xs-10 {
	width: calc(100% / 12 * 10 - 20px - .001px);
	width: calc(100% / 12 * 10 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-10 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-10 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-10 {
		width: calc(100% / 12 * 10 - 30px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px)
	}
}

.col-xs-11 {
	width: calc(100% / 12 * 11 - 20px - .001px);
	width: calc(100% / 12 * 11 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-11 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-11 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-11 {
		width: calc(100% / 12 * 11 - 30px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px)
	}
}

.col-xs-12 {
	width: calc(100% / 12 * 12 - 20px - .001px);
	width: calc(100% / 12 * 12 - var(--gutter) - .001px);
	margin-right: calc(20px / 2);
	margin-right: calc(var(--gutter) / 2);
	margin-left: calc(20px / 2);
	margin-left: calc(var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.col-xs-12 {
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-12 {
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.col-xs-12 {
		width: calc(100% / 12 * 12 - 30px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px)
	}
}

@media (min-width: 545px) {
	.col-sm-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-sm-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-sm-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-sm-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-sm-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-sm-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-sm-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-sm-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-sm-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-sm-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-sm-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-sm-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-sm-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-sm-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 657px) {
	.col-fb-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-fb-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-fb-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-fb-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-fb-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-fb-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-fb-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-fb-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-fb-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-fb-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-fb-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-fb-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-fb-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-fb-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 769px) {
	.col-md-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-md-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-md-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-md-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-md-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-md-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-md-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-md-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-md-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-md-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-md-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-md-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-md-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-md-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 886px) {
	.col-mg-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-mg-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-mg-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-mg-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-mg-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-mg-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-mg-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-mg-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-mg-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-mg-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-mg-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-mg-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-mg-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-mg-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 961px) {
	.col-lg-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-lg-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-lg-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-lg-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-lg-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-lg-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-lg-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-lg-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-lg-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-lg-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-lg-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-lg-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-lg-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-lg-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 1025px) {
	.col-xl-1 {
		width: calc(100% / 12 * 1 - 30px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-xl-2 {
		width: calc(100% / 12 * 2 - 30px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-xl-3 {
		width: calc(100% / 12 * 3 - 30px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-xl-4 {
		width: calc(100% / 12 * 4 - 30px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-xl-5 {
		width: calc(100% / 12 * 5 - 30px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-xl-6 {
		width: calc(100% / 12 * 6 - 30px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-xl-7 {
		width: calc(100% / 12 * 7 - 30px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-xl-8 {
		width: calc(100% / 12 * 8 - 30px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-xl-9 {
		width: calc(100% / 12 * 9 - 30px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-xl-10 {
		width: calc(100% / 12 * 10 - 30px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-xl-11 {
		width: calc(100% / 12 * 11 - 30px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-xl-12 {
		width: calc(100% / 12 * 12 - 30px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(30px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(30px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xl-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xl-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

@media (min-width: 1201px) {
	.col-xlg-1 {
		width: calc(100% / 12 * 1 - 20px - .001px);
		width: calc(100% / 12 * 1 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-1 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-1 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-1 {
			width: calc(100% / 12 * 1 - 30px - .001px);
			width: calc(100% / 12 * 1 - var(--gutter) - .001px)
		}
	}
	.col-xlg-2 {
		width: calc(100% / 12 * 2 - 20px - .001px);
		width: calc(100% / 12 * 2 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-2 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-2 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-2 {
			width: calc(100% / 12 * 2 - 30px - .001px);
			width: calc(100% / 12 * 2 - var(--gutter) - .001px)
		}
	}
	.col-xlg-3 {
		width: calc(100% / 12 * 3 - 20px - .001px);
		width: calc(100% / 12 * 3 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-3 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-3 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-3 {
			width: calc(100% / 12 * 3 - 30px - .001px);
			width: calc(100% / 12 * 3 - var(--gutter) - .001px)
		}
	}
	.col-xlg-4 {
		width: calc(100% / 12 * 4 - 20px - .001px);
		width: calc(100% / 12 * 4 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-4 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-4 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-4 {
			width: calc(100% / 12 * 4 - 30px - .001px);
			width: calc(100% / 12 * 4 - var(--gutter) - .001px)
		}
	}
	.col-xlg-5 {
		width: calc(100% / 12 * 5 - 20px - .001px);
		width: calc(100% / 12 * 5 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-5 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-5 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-5 {
			width: calc(100% / 12 * 5 - 30px - .001px);
			width: calc(100% / 12 * 5 - var(--gutter) - .001px)
		}
	}
	.col-xlg-6 {
		width: calc(100% / 12 * 6 - 20px - .001px);
		width: calc(100% / 12 * 6 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-6 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-6 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-6 {
			width: calc(100% / 12 * 6 - 30px - .001px);
			width: calc(100% / 12 * 6 - var(--gutter) - .001px)
		}
	}
	.col-xlg-7 {
		width: calc(100% / 12 * 7 - 20px - .001px);
		width: calc(100% / 12 * 7 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-7 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-7 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-7 {
			width: calc(100% / 12 * 7 - 30px - .001px);
			width: calc(100% / 12 * 7 - var(--gutter) - .001px)
		}
	}
	.col-xlg-8 {
		width: calc(100% / 12 * 8 - 20px - .001px);
		width: calc(100% / 12 * 8 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-8 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-8 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-8 {
			width: calc(100% / 12 * 8 - 30px - .001px);
			width: calc(100% / 12 * 8 - var(--gutter) - .001px)
		}
	}
	.col-xlg-9 {
		width: calc(100% / 12 * 9 - 20px - .001px);
		width: calc(100% / 12 * 9 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-9 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-9 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-9 {
			width: calc(100% / 12 * 9 - 30px - .001px);
			width: calc(100% / 12 * 9 - var(--gutter) - .001px)
		}
	}
	.col-xlg-10 {
		width: calc(100% / 12 * 10 - 20px - .001px);
		width: calc(100% / 12 * 10 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-10 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-10 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-10 {
			width: calc(100% / 12 * 10 - 30px - .001px);
			width: calc(100% / 12 * 10 - var(--gutter) - .001px)
		}
	}
	.col-xlg-11 {
		width: calc(100% / 12 * 11 - 20px - .001px);
		width: calc(100% / 12 * 11 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-11 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-11 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-11 {
			width: calc(100% / 12 * 11 - 30px - .001px);
			width: calc(100% / 12 * 11 - var(--gutter) - .001px)
		}
	}
	.col-xlg-12 {
		width: calc(100% / 12 * 12 - 20px - .001px);
		width: calc(100% / 12 * 12 - var(--gutter) - .001px);
		margin-right: calc(20px / 2);
		margin-right: calc(var(--gutter) / 2);
		margin-left: calc(20px / 2);
		margin-left: calc(var(--gutter) / 2)
	}
	@media (min-width: 1025px) {
		.col-xlg-12 {
			margin-left: calc(30px / 2);
			margin-left: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-12 {
			margin-right: calc(30px / 2);
			margin-right: calc(var(--gutter) / 2)
		}
	}
	@media (min-width: 1025px) {
		.col-xlg-12 {
			width: calc(100% / 12 * 12 - 30px - .001px);
			width: calc(100% / 12 * 12 - var(--gutter) - .001px)
		}
	}
}

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

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

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

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	font-size: 62.5%;
	background-color: transparent
}

@media (min-width: 885px) {
	html {
		overflow-x: hidden
	}
}

.header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' '
}

.clearfix:after {
	clear: both
}

*:focus {
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	word-break: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word
}

ul,
ol {
	list-style: none
}

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

img {
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}

blockquote,
q {
	quotes: none
}

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

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

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee
}

b,
strong {
	font-weight: bold
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible;
	cursor: pointer;
	outline: none
}

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

a:focus,
a:hover {
	outline: none
}

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

.container {
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 20px;
	background-color: #fff
}

@media (min-width: 545px) {
	.container {
		padding: 80px 20px
	}
}

@media (min-width: 1025px) {
	.container {
		padding: 100px 20px
	}
}

.container+.container {
	margin-top: 10px
}

@media (min-width: 1025px) {
	.container+.container {
		margin-top: 20px
	}
}

.container_padding_xl {
	padding-top: 80px;
	padding-bottom: 80px
}

@media (min-width: 545px) {
	.container_padding_xl {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (min-width: 961px) {
	.container_padding_xl {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

.container_transparent_bg {
	background-color: transparent
}

.container_gray_bg {
	background-color: #fafafa
}

.container_smoky_bg {
	background-color: #25303e
}

.container_z_index {
	z-index: 1
}

.container_without_padding {
	padding: 0
}

.container_without_vertical_paddings {
	padding-top: 0;
	padding-bottom: 0
}

.container_without_padding_bottom {
	padding-bottom: 0
}

.container_without_padding_top {
	padding-top: 0
}

.container_footer {
	z-index: 2
}

.box-new {
	position: relative;
	width: 100%;
	max-width: 1106px;
	margin-right: auto;
	margin-left: auto
}

@media (max-width: 1024px) {
	.box-new {
		padding-right: 40px;
		padding-left: 40px
	}
}

@media (max-width: 960px) {
	.box-new {
		max-width: 820px;
		padding-right: 0;
		padding-left: 0
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -17px;
	margin-left: -17px
}

.row-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: calc(-1 * 20px / 2);
	margin-right: calc(-1 * var(--gutter) / 2);
	margin-left: calc(-1 * 20px / 2);
	margin-left: calc(-1 * var(--gutter) / 2)
}

@media (min-width: 1025px) {
	.row-new {
		margin-left: calc(-1 * 30px / 2);
		margin-left: calc(-1 * var(--gutter) / 2)
	}
}

@media (min-width: 1025px) {
	.row-new {
		margin-right: calc(-1 * 30px / 2);
		margin-right: calc(-1 * var(--gutter) / 2)
	}
}

.h1 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 3.4rem;
	line-height: 4.4rem
}

@media (min-width: 545px) {
	.h1 {
		max-width: 620px;
		font-size: 4.6rem;
		line-height: 6rem
	}
}

@media (min-width: 1025px) {
	.h1 {
		max-width: 900px;
		font-size: 5.6rem;
		line-height: 7.3rem
	}
}

.h1_margin-bottom {
	margin-bottom: 20px
}

.h2 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 3rem;
	line-height: 3.9rem
}

@media (min-width: 545px) {
	.h2 {
		max-width: 700px;
		font-size: 3.8rem;
		line-height: 4.9rem
	}
}

@media (min-width: 1025px) {
	.h2 {
		max-width: 900px;
		font-size: 4.2rem;
		line-height: 5.5rem
	}
}

.h2_margin-bottom {
	margin-bottom: 20px
}

.h3 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.6rem;
	line-height: 3.4rem
}

@media (min-width: 545px) {
	.h3 {
		font-size: 3.2rem;
		line-height: 4.2rem
	}
}

@media (min-width: 1025px) {
	.h3 {
		font-size: 3.6rem;
		line-height: 4.7rem
	}
}

.h3_margin-bottom {
	margin-bottom: 20px
}

.h4 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 2.9rem
}

@media (min-width: 1025px) {
	.h4 {
		font-size: 2.4rem;
		line-height: 3.1rem
	}
}

.h5 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.2
}

@media (max-width: 1024px) {
	.h5 {
		font-size: 2.2rem
	}
}

.h6 {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.6
}

.subtitle {
	max-width: 700px;
	margin-top: 20px
}

@media (min-width: 1025px) {
	.subtitle {
		max-width: 900px
	}
}

.subtitle+.subtitle {
	margin-top: 10px
}

.subtitle_light {
	color: #fff
}

.subtitle_dark {
	color: #020303
}

.font-size-xsm,
.font-size-sm,
.font-size-md,
.font-size-lg {
	font-weight: 400
}

.font-size-xsm {
	font-size: 1.2rem
}

.font-size-sm {
	font-size: 1.2rem;
	line-height: 1.9rem
}

@media (min-width: 1025px) {
	.font-size-sm {
		font-size: 1.4rem;
		line-height: 2.2rem
	}
}

.font-size-md {
	font-size: 1.4rem;
	line-height: 2.2rem
}

@media (min-width: 1025px) {
	.font-size-md {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}

.font-size-lg,
.subtitle {
	font-size: 1.6rem;
	line-height: 2.6rem
}

@media (min-width: 1025px) {
	.font-size-lg,
	.subtitle {
		font-size: 1.8rem;
		line-height: 2.9rem
	}
}

.font-size-xlg {
	font-size: 2rem;
	line-height: 1.5
}

@media (max-width: 1024px) {
	.font-size-xlg {
		font-size: 1.8rem
	}
}

.font-weight-thin {
	font-weight: 100
}

.font-weight-light {
	font-weight: 300
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-medium {
	font-weight: 500
}

.font-weight-semibold {
	font-weight: 600
}

.black-text {
	color: #020303
}

.grey-text {
	color: #556170
}

.white-text {
	color: #fff
}

.yellow-text {
	color: #5ccae9
}

.selected-text {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-weight: 500;
	text-decoration: underline
}

@media (pointer: fine) {
	.selected-text:hover {
		color: #5ccae9
	}
}

.underline-text {
	position: relative
}

.underline-text::before {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	height: 1.8px;
	width: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5       vbmUiIHZpZXdCb3g9IjAgMCA1NyAyIj4KICA8cGF0aCBzdHJva2U9IiNGRURBMDAiIHN0cm9rZS1kYXNoYXJyYXk9IjggNiIgc3Ryb2tlLWxpbmV       jYXA9InNxdWFyZSIgZD0iTTEgMWg1NSIvPgo8L3N2Zz4K");
	background-size: contain
}

.uppercase {
	text-transform: uppercase
}

.blockquote-text {
	font-style: italic
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	max-width: 100%
}

.svg-icon-GP {
	font-size: 5.5rem;
	width: 1.43273em
}

.svg-icon-amazon {
	font-size: 5.5rem;
	width: 2.59273em
}

.svg-icon-amidacare {
	font-size: 4.5rem;
	width: 2.54667em
}

.svg-icon-angular {
	font-size: 4.3rem;
	width: .95349em
}

.svg-icon-arrow-right {
	font-size: .8rem;
	width: 2.75em
}

.svg-icon-arrow-right-md {
	font-size: 1.3rem;
	width: 3.15385em
}

.svg-icon-arrow-right-lg {
	font-size: 1.3rem;
	width: 5.46154em
}

.svg-icon-arrow-right-calc {
	font-size: .9rem;
	width: 2.33333em
}

.svg-icon-small-arrow {
	font-size: .7rem;
	width: 1.42857em
}

.svg-icon-brandlogo-black {
	font-size: 5.2rem;
	width: 3.15962em
}

.svg-icon-brandlogo-circle {
	font-size: 3.1rem;
	width: .99774em
}

.svg-icon-brandlogo-white {
	font-size: 5.2rem;
	width: 3.15962em
}

.svg-icon-clutch {
	font-size: 2rem;
	width: 3.4em
}

.svg-icon-dot-net {
	font-size: 3.28rem;
	width: 2.45427em
}

.svg-icon-feature-calendar {
	font-size: 4.4rem;
	width: 1.02273em
}

.svg-icon-ihs {
	font-size: 5.5rem;
	width: 3.68545em
}

.svg-icon-itv {
	font-size: 4.2rem;
	width: .66667em
}

.svg-icon-java {
	font-size: 5.95rem;
	width: .71429em
}

.svg-icon-front-end {
	font-size: 7.8rem;
	width: .89583em
}

.svg-icon-mail {
	font-size: 1.4rem;
	width: 1.35714em
}

.svg-icon-management-events {
	font-size: 5.5rem;
	width: 5.22182em
}

.svg-icon-marvel {
	font-size: 5.5rem;
	width: 2.20909em
}

.svg-icon-mediamarkt {
	font-size: 2.3rem;
	width: 7.78261em
}

.svg-icon-mercedes {
	font-size: 5.2rem;
	width: 1em
}

.svg-icon-mercedes-benz {
	font-size: 5.5rem;
	width: 4.36364em
}

.svg-icon-mobile {
	font-size: 4.3rem;
	width: .65116em
}

.svg-icon-mogo {
	font-size: 5.5rem;
	width: 4em
}

.svg-icon-mstanley {
	font-size: 2.7rem;
	width: 6.81481em
}

.svg-icon-node {
	font-size: 4.2rem;
	width: 1.14286em
}

.svg-icon-paribas {
	font-size: 5.5rem;
	width: 4.58em
}

.svg-icon-purity {
	font-size: 5.5rem;
	width: 3.82364em
}

.svg-icon-react {
	font-size: 5.1rem;
	width: 1.11765em
}

.svg-icon-saint-gobain {
	font-size: 5.5rem;
	width: 2.39455em
}

.svg-icon-samsung {
	font-size: 5.5rem;
	width: 3.01455em
}

.svg-icon-yonoton {
	font-size: 5.5rem;
	width: 3.82727em
}

.svg-icon-feature-improve {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-feature-cart {
	font-size: 3.8rem;
	width: 1.21053em
}

.svg-icon-feature-goal {
	font-size: 4.6rem;
	width: 1em
}

.svg-icon-feature-success {
	font-size: 4.3rem;
	width: 1.0907em
}

.svg-icon-feature-favorite {
	font-size: 4.7rem;
	width: 1em
}

.svg-icon-feature-double-favorite {
	font-size: 4.9rem;
	width: 1em
}

.svg-icon-feature-vacancy {
	font-size: 4.6rem;
	width: 1em
}

.svg-icon-hint {
	font-size: 4.9rem;
	width: 1em
}

.svg-icon-chat {
	font-size: 5.8rem;
	width: 1.20833em
}

.svg-icon-budget {
	font-size: 5.2rem;
	width: 1.08333em
}

.svg-icon-plan {
	font-size: 3.7rem;
	width: .7551em
}

.svg-icon-responsibility {
	font-size: 7rem;
	width: 1.37255em
}

.svg-icon-man {
	font-size: 8.8rem;
	width: 1.87234em
}

.svg-icon-student-cap {
	font-size: 4.2rem;
	width: 1.42857em
}

.svg-icon-pulse {
	font-size: 4.2rem;
	width: 1.7619em
}

.svg-icon-ps4 {
	font-size: 4.2rem;
	width: 1.02381em
}

.svg-icon-lunch {
	font-size: 4rem;
	width: 1.5em
}

.svg-icon-phone {
	font-size: 2.8rem;
	width: .64286em
}

.svg-icon-siemens-brain,
.svg-icon-siemens-brain-2,
.svg-icon-siemens-scheme {
	font-size: 2.8rem;
	width: 25px;
	height: 25px
}

.svg-icon-siemens-stage-1 {
	font-size: 1rem;
	width: 715px;
	height: 450px
}

.svg-icon-siemens-stage-2 {
	font-size: 1rem;
	width: 550px;
	height: 537px
}

.svg-icon-siemens-stage-3 {
	font-size: 1rem;
	width: 530px;
	height: 1100px
}

.svg-icon-siemens-ux-studies-line {
	font-size: 1rem;
	width: 140px;
	height: 590px
}

.svg-icon-siemens-ux-studies-line-1 {
	font-size: 1rem;
	width: 86px;
	height: 100%
}

.svg-icon-siemens-ux-studies-line-2 {
	font-size: 1rem;
	width: 2px;
	height: 100%
}

.svg-icon-siemens-radio-graph {
	font-size: 1rem;
	width: 119px;
	height: 119px
}


.svg-icon-fb-footer {
	font-size: 2.2rem;
	width: 1em
}

.svg-icon-google-footer {
	font-size: 2.2rem;
	width: 1em
}

.svg-icon-linkedin-footer {
	font-size: 2.2rem;
	width: 1em
}

.svg-icon-viadeo-footer {
	font-size: 2.2rem;
	width: 1em
}

.svg-icon-skype {
	font-size: 2rem;
	width: .85em
}

.svg-icon-whatsapp {
	font-size: 2rem;
	width: .85em
}

.svg-icon-covid19,
.svg-icon-all-based,
.svg-icon-data-driven,
.svg-icon-headthcare-responsive,
.svg-icon-heathcare-integration,
.svg-icon-heathcare-medical-website,
.svg-icon-healthcare-seo,
.svg-icon-healthcare-security {
	font-size: 2rem;
	width: .85em
}

.svg-icon-telegram {
	font-size: 2rem;
	width: .85em
}

.svg-icon-project-manager {
	font-size: 4.6rem;
	width: 1.08696em
}

.svg-icon-business-analyst {
	font-size: 4.2rem;
	width: 1.2381em
}

.svg-icon-designer {
	font-size: 4.1rem;
	width: 1.26829em
}

.svg-icon-devops {
	font-size: 4.1rem;
	width: 1.09756em
}

.svg-icon-qa {
	font-size: 3.4rem;
	width: 1em
}

.svg-icon-man-2 {
	font-size: 2.8rem;
	width: 1.39286em
}

.svg-icon-finished {
	font-size: 2.9rem;
	width: 1em
}

.svg-icon-functionality {
	font-size: 3.9rem;
	width: 1.20513em
}

.svg-icon-usability {
	font-size: 4.7rem;
	width: 1.14894em
}

.svg-icon-performance {
	font-size: 4.3rem;
	width: 1em
}

.svg-icon-security {
	font-size: 4.4rem;
	width: .93182em
}

.svg-icon-elicitation {
	font-size: 4.9rem;
	width: 1.14286em
}

.svg-icon-analysis {
	font-size: 4.7rem;
	width: .87234em
}

.svg-icon-documenting {
	font-size: 4.9rem;
	width: .7551em
}

.svg-icon-control {
	font-size: 4.9rem;
	width: .7551em
}

.svg-icon-tinkoff {
	font-size: 1.8rem;
	width: 5.77778em
}

.svg-icon-exigo {
	font-size: 3.2rem;
	width: 2.1875em
}

.svg-icon-parabellum {
	font-size: 3.7rem;
	width: 3.75676em
}

.svg-icon-man-months {
	font-size: 2.8rem;
	width: 1.42857em
}

.svg-icon-linkedin-round {
	font-size: 2.5rem;
	width: 1.04em
}

.svg-icon-design-page {
	font-size: 4.1rem;
	width: 1.53659em
}

.svg-icon-elaboration {
	font-size: 5.9rem;
	width: 1.01695em
}

.svg-icon-idea-generation {
	font-size: 5.2rem;
	width: .96154em
}

.svg-icon-user-research {
	font-size: 4.9rem;
	width: 1em
}

.svg-icon-loupe {
	font-size: 1.8rem;
	width: .94444em
}

.svg-icon-play {
	font-size: 4.7rem;
	width: 1.02128em
}

.svg-icon-play-circle {
	font-size: 4.8rem;
	width: 1em
}

.svg-icon-video-play {
	font-size: 5rem;
	width: 1.12em
}

.svg-icon-gear {
	font-size: 4.9rem;
	width: 1em
}

.svg-icon-python {
	font-size: 4.8rem;
	width: 1.02083em
}

.svg-icon-vue {
	font-size: 4.8rem;
	width: 1.1875em
}

.svg-icon-partest {
	font-size: 4.8rem;
	width: .58333em
}

.svg-icon-framed-tag {
	font-size: 6rem;
	width: .83333em
}

.svg-icon-arrow-in-circle {
	font-size: 2.2rem;
	width: 1em
}

.svg-icon-clock {
	font-size: 3.2rem;
	width: 1.45455em
}

.svg-icon-gear-2 {
	font-size: 3.2rem;
	width: 1.45455em
}

.svg-icon-loupe-2 {
	font-size: 3.1rem;
	width: 1.40909em
}

.svg-icon-tag {
	font-size: 3.2rem;
	width: 1.45455em
}

.svg-icon-eye {
	font-size: 1.1rem;
	width: 1.72727em
}

.svg-icon-calendar {
	font-size: 4.2rem;
	width: .88095em
}

.svg-icon-calendar-2 {
	font-size: 4.4rem;
	width: 1.02273em
}

.svg-icon-idea {
	font-size: 4.4rem;
	width: .88636em
}

.svg-icon-close {
	font-size: 1rem;
	width: 1em
}

.svg-icon-scroll-arrow {
	font-size: 3.6rem;
	width: .83333em
}

.svg-icon-rocket {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-lamp,
.svg-icon-support,
.svg-icon-integration {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-discovery {
	font-size: 4.3rem;
	width: 1.04651em
}



.svg-icon-info {
	font-size: 2.1rem;
	width: 1em
}

.svg-icon-diamond {
	font-size: 3.8rem;
	width: 1.23684em
}

.svg-icon-diamond {
	font-size: 3.8rem;
	width: 1.23684em
}

.svg-icon-branching {
	font-size: 3.9rem;
	width: 1.15385em
}

.svg-icon-cart {
	font-size: 4.2rem;
	width: 1.04762em
}

.svg-icon-document {
	font-size: 4.5rem;
	width: .86667em
}

.svg-icon-growth {
	font-size: 4.4rem;
	width: .95455em
}

.svg-icon-smartphone {
	font-size: 4.5rem;
	width: .53333em
}

.svg-icon-tv {
	font-size: 4.1rem;
	width: 1.09756em
}

.svg-icon-skyscraper {
	font-size: 4.9rem;
	width: .91837em
}

.svg-icon-bitcoin {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-display {
	font-size: 3.8rem;
	width: 1.18421em
}

.svg-icon-telecom {
	font-size: 4.7rem;
	width: .97872em
}

.svg-icon-umbrella {
	font-size: 4.6rem;
	width: .86957em
}

.svg-icon-target {
	font-size: 5.5rem;
	width: 1.01818em
}

.svg-icon-card {
	font-size: 3.3rem;
	width: 1.36364em
}

.svg-icon-supply-chain {
	font-size: 4.7rem;
	width: .97872em
}

.svg-icon-plus {
	font-size: 1.6rem;
	width: .9375em
}

.svg-icon-remove {
	font-size: 2.6rem;
	width: .9375em
}

.svg-icon-minus {
	font-size: .2rem;
	width: 7.5em
}

.svg-icon-play-mini {
	font-size: 1.1rem;
	width: 1.09091em
}

.svg-icon-gear-in-display {
	font-size: 4.6rem;
	width: 1.34783em
}

.svg-icon-infinity {
	font-size: 4.5rem;
	width: 1.37778em
}

.svg-icon-triangle-of-people {
	font-size: 4.7rem;
	width: 1em
}

.svg-icon-ai {
	font-size: 4.7rem;
	width: 1.04255em
}

.svg-icon-ar {
	font-size: 4.7rem;
	width: 1em
}

.svg-icon-chatbots {
	font-size: 4.5rem;
	width: .95556em
}

.svg-icon-connectivity {
	font-size: 4.7rem;
	width: 1.21277em
}

.svg-icon-geo-marker {
	font-size: 4.5rem;
	width: .64444em
}

.svg-icon-marker {
	font-size: 1.5rem;
	width: .8em
}

.svg-icon-iot {
	font-size: 4.7rem;
	width: 1em
}

.svg-icon-marker-setting {
	font-size: 5.8rem;
	width: .72414em
}

.svg-icon-ml {
	font-size: 4.5rem;
	width: 1.17778em
}

.svg-icon-mobile-cloud {
	font-size: 4.6rem;
	width: .93478em
}

.svg-icon-pwa {
	font-size: 4.5rem;
	width: .53333em
}

.svg-icon-mobile-vr {
	font-size: 4.7rem;
	width: 1.34043em
}

.svg-icon-mobile-wearbles {
	font-size: 4.5rem;
	width: .82222em
}

.svg-icon-cross-platform {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-mobile-web {
	font-size: 4.5rem;
	width: .53333em
}

.svg-icon-native {
	font-size: 4.7rem;
	width: .93617em
}

.svg-icon-clock-2 {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-interview {
	font-size: 4.5rem;
	width: 1.22222em
}

.svg-icon-launch {
	font-size: 4.5rem;
	width: 1.04444em
}

.svg-icon-qualified-cv {
	font-size: 4.5rem;
	width: .77778em
}

.svg-icon-location-sensing {
	font-size: 4.7rem;
	width: .74468em
}

.svg-icon-analytics {
	font-size: 2.6rem;
	width: 1.15385em
}

.svg-icon-brain {
	font-size: 2.6rem;
	width: 1.11538em
}

.svg-icon-coin {
	font-size: 2.7rem;
	width: 1em
}

.svg-icon-play-with-point {
	font-size: 2.8rem;
	width: 1.07143em
}

.svg-icon-radio {
	font-size: 2.3rem;
	width: 1.30435em
}

.svg-icon-second-screen {
	font-size: 2.3rem;
	width: 1.26087em
}

.svg-icon-inst-design {
	font-size: 4.5rem;
	width: 1.02222em
}

.svg-icon-learning-solutions {
	font-size: 4.1rem;
	width: 1.09756em
}

.svg-icon-m-learning {
	font-size: 4.7rem;
	width: .87234em
}

.svg-icon-management-system {
	font-size: 4.2rem;
	width: 1.07143em
}

.svg-icon-pacman {
	font-size: 4.5rem;
	width: .97778em
}

.svg-icon-web-courses {
	font-size: 4.3rem;
	width: 1.04651em
}

.svg-icon-handshake {
	font-size: 4.5rem;
	width: 1.35556em
}

.svg-icon-lock {
	font-size: 4.7rem;
	width: .80851em
}

.svg-icon-promotion {
	font-size: 4.5rem;
	width: 1.13333em
}

.svg-icon-touch {
	font-size: 4.7rem;
	width: .68085em
}

.svg-icon-leaves {
	font-size: 4.5rem;
	width: 1.15556em
}

.svg-icon-notepad {
	font-size: 4.6rem;
	width: .8913em
}

.svg-icon-vision {
	font-size: 4.5rem;
	width: 1.42222em
}

.svg-icon-energy-sun {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-doctor-in-display {
	font-size: 4.6rem;
	width: 1.1087em
}

.svg-icon-health-books {
	font-size: 4.7rem;
	width: 1em
}

.svg-icon-health-folder {
	font-size: 4.5rem;
	width: 1.2em
}

.svg-icon-health-note {
	font-size: 4.5rem;
	width: .95556em
}

.svg-icon-health-whirl {
	font-size: 4.7rem;
	width: .97872em
}

.svg-icon-phone-tonometer {
	font-size: 4.7rem;
	width: 1.04255em
}

.svg-icon-circle-home {
	font-size: 4.1rem;
	width: 1.14634em
}

.svg-icon-cutlery {
	font-size: 5.5rem;
	width: .85455em
}

.svg-icon-keys {
	font-size: 4.7rem;
	width: .97872em
}

.svg-icon-mobile-point {
	font-size: 4.7rem;
	width: .7234em
}

.svg-icon-pen {
	font-size: 4.6rem;
	width: .82609em
}

.svg-icon-points-in-display {
	font-size: 4.6rem;
	width: 1.1087em
}

.svg-icon-beach-umbrella {
	font-size: 4rem;
	width: 1.15em
}

.svg-icon-mail-document {
	font-size: 4.7rem;
	width: 1.12766em
}

.svg-icon-pen {
	font-size: 3.8rem;
	width: 1.23684em
}

.svg-icon-person-in-circle {
	font-size: 4.5rem;
	width: 1.02222em
}

.svg-icon-question {
	font-size: 2.7rem;
	width: 1em
}

.svg-icon-gear-dollar {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-hand-money {
	font-size: 4.6rem;
	width: 1.04348em
}

.svg-icon-hand-money2 {
	font-size: 4.6rem;
	width: .93478em
}

.svg-icon-invoice {
	font-size: 4.5rem;
	width: .82222em
}

.svg-icon-payment-agreement {
	font-size: 4.7rem;
	width: .93617em
}

.svg-icon-gear-payment-cards {
	font-size: 3.9rem;
	width: 1.20513em
}

.svg-icon-gear-reports-automation {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-double-arrow {
	font-size: 3.6rem;
	width: 1.16667em
}

.svg-icon-lock-2 {
	font-size: 3.2rem;
	width: .6875em
}

.svg-icon-data-rate {
	font-size: 2.9rem;
	width: 1em
}

.svg-icon-points-by-points {
	font-size: 3.2rem;
	width: .8125em
}

.svg-icon-suitcase {
	font-size: 3rem;
	width: .56667em
}

.svg-icon-desktop-cash {
	font-size: 4.6rem;
	width: 1.08696em
}

.svg-icon-db-cloudy {
	font-size: 4rem;
	width: 1.05em
}

.svg-icon-db-folder {
	font-size: 4rem;
	width: 1.175em
}

.svg-icon-histogram {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-layouts {
	font-size: 4.1rem;
	width: 1.09756em
}

.svg-icon-vectors-graph {
	font-size: 4.6rem;
	width: .97826em
}

.svg-icon-data-base {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-communication {
	font-size: 4.5rem;
	width: 1.04444em
}

.svg-icon-fingers {
	font-size: 4.5rem;
	width: .91111em
}

.svg-icon-gears {
	font-size: 4.7rem;
	width: 1.19149em
}

.svg-icon-benefits-combination {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-data-management {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-lock-in-circle {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-phone-in-hand {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-rings {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-rosette {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-cloud-wifi {
	font-size: 4.2rem;
	width: 1.04762em
}

.svg-icon-automation {
	font-size: 4.5rem;
	width: 1.02222em
}

.svg-icon-dynamic-indexing {
	font-size: 4.5rem;
	width: .95556em
}

.svg-icon-facilities-management {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-supply-management {
	font-size: 4.7rem;
	width: .93617em
}

.svg-icon-display-tag {
	font-size: 4.6rem;
	width: 1.1087em
}

.svg-icon-warning {
	font-size: 6rem;
	width: 1.16667em
}

.svg-icon-letter-success {
	font-size: 6rem;
	width: 1.36667em
}

.svg-icon-lifebuoy {
	font-size: 4.6rem;
	width: 1em
}

.svg-icon-pdf-ico {
	font-size: 1.8rem;
	width: 1em
}

.svg-icon-tui {
	font-size: 3rem;
	width: 2.43333em
}

.svg-icon-bnp-paribas {
	font-size: 2.2rem;
	width: 4.54545em
}

.svg-icon-multinational-enterprises {
	font-size: 4.9rem;
	width: .87755em
}

.svg-icon-logistics {
	font-size: 4rem;
	width: 1.45em
}

.svg-icon-list-arrow {
	font-size: 1rem;
	width: 1.45em
}

.svg-icon-shipping-corporations {
	font-size: 4.5rem;
	width: .97778em
}

.svg-icon-cloud-aws {
	font-size: 4.6rem;
	width: 1.15217em
}

.svg-icon-sale-group {
	font-size: 7em;
	width: 1em;
	height: .2em
}

.svg-icon-cloud-update {
	font-size: 2.7rem;
	width: 1.18519em
}

.svg-icon-cloud-settings {
	font-size: 2.2rem;
	width: 1.45455em
}

.svg-icon-managed-services {
	font-size: 3.3rem;
	width: .9697em
}

.svg-icon-cloud-architecture {
	font-size: 4.7rem;
	width: 1.17021em
}

.svg-icon-cloud-automation {
	font-size: 4.7rem;
	width: .68085em
}

.svg-icon-fulltime-support {
	font-size: 4.6rem;
	width: 1em
}

.svg-icon-web-platform {
	font-size: 4.7rem;
	width: 1.17021em
}

.svg-icon-angular-js {
	font-size: 4.8rem;
	width: .875em
}

.svg-icon-aws {
	font-size: 4.5rem;
	width: 1.66667em
}

.svg-icon-azure {
	font-size: 4.5rem;
	width: 1.31111em
}

.svg-icon-google-cloud {
	font-size: 4.5rem;
	width: 1.13333em
}

.svg-icon-kubernetes {
	font-size: 4.5rem;
	width: 1.04444em
}

.svg-icon-scala {
	font-size: 4.5rem;
	width: .57778em
}

.svg-icon-extend {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-stopwatch {
	font-size: 4.5rem;
	width: .91111em
}

.svg-icon-phone-filled {
	font-size: 2.7rem;
	width: .59259em
}

.svg-icon-rock {
	font-size: 4.5rem;
	width: .73333em
}

.svg-icon-stars {
	font-size: 1.8rem;
	width: 5.33333em
}

.svg-icon-xamarin {
	font-size: 4.8rem;
	width: 1.125em
}

.svg-icon-ml-net {
	font-size: 4.8rem;
	width: 1em
}

.svg-icon-date {
	font-size: 1.5rem;
	width: 1em
}

.svg-icon-location {
	font-size: 1.5rem;
	width: .8em
}

.svg-icon-mans {
	font-size: 1.6rem;
	width: 1.375em
}

.svg-icon-data {
	font-size: 4.2rem;
	width: 1em
}

.svg-icon-graph {
	font-size: 3.8rem;
	width: 1em
}

.svg-icon-shield {
	font-size: 4.5rem;
	width: .82222em
}

.svg-icon-lamp-arrow {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-asset-management {
	font-size: 4rem;
	width: 1em
}

.svg-icon-developer {
	font-size: 4.4rem;
	width: .90909em
}

.svg-icon-ring {
	font-size: 4.4rem;
	width: .88636em
}

.svg-icon-subtract {
	font-size: 1.5rem;
	width: .73333em
}

.svg-icon-group-money {
	font-size: 4.5rem;
	width: 1em
}

.svg-icon-check-list {
	font-size: 3.2rem;
	width: 1.15625em
}

.svg-icon-expertise {
	font-size: 4.6rem;
	width: .93478em
}

.svg-icon-play-transparent {
	font-size: 2.7rem;
	width: 1.03704em
}

.svg-icon-scaleglass {
	font-size: 4.5rem;
	width: 1.66667em
}

.svg-icon-display-plus {
	font-size: 4.6rem;
	width: 1.1087em
}

.svg-icon-bag,
.svg-icon-cloud,
.svg-icon-comp,
.svg-icon-people,
.svg-icon-wrench,
.svg-icon-dart,
.svg-icon-ehr-system,
.svg-icon-data-analytics,
.svg-icon-healthcare-website,
.svg-icon-medicial-imaging,
.svg-icon-custom-medicial,
.svg-icon-covid {
	font-size: 4.6rem;
	width: 1.1087em
}

.svg-icon-sap {
	font-size: 5em;
	width: 1.1087em
}

.svg-icon-gift-in-circle {
	font-size: 6rem;
	width: 1em
}

.svg-icon-geo-dots {
	font-size: 4.7rem;
	width: .97872em
}

.svg-icon-geo-earth {
	font-size: 4.7rem;
	width: .89362em
}

.svg-icon-star {
	font-size: 4.6rem;
	width: 1.04348em
}


.svg-icon-document-flow,
.svg-icon-gamification,
.svg-icon-geo-services,
.svg-icon-mobile-workplace,
.svg-icon-mystery-shopper,
.svg-icon-parcel-terminals,
.svg-icon-warehouse,
.svg-icon-arrow {
	font-size: 3.1rem;
	width: 1em
}

.svg-icon-shopping-cart {
	font-size: 1.9rem;
	width: .89474em
}

.svg-icon-administrative-processes,
.svg-icon-decision-support,
.svg-icon-electronic-communication,
.svg-icon-health-information,
.svg-icon-order-entry,
.svg-icon-patient-support,
.svg-icon-reporting-health-management,
.svg-icon-results-management {
	font-size: 3.1rem;
	width: 1em
}

.svg-icon-android-device,
.svg-icon-android-tablet-device,
.svg-icon-ios-device,
.svg-icon-ios-tablet-device,
.svg-icon-smart-tv-device {
	font-size: 3.1rem;
	width: 1em
}

.svg-icon-asset-monitoring,
.svg-icon-effective-diagnostic,
.svg-icon-integrated-communication,
.svg-icon-iomt-wearables,
.svg-icon-key-information,
.svg-icon-machine-diagnostic,
.svg-icon-operation-efficiency,
.svg-icon-patient-care,
.svg-icon-realtime-monitoring,
.svg-icon-remote-monitoring,
.svg-icon-tracking-patients,
.svg-icon-proactive-maintenance,
.svg-icon-online-portals {
	font-size: 3.1rem;
	width: 1em
}

.svg-icon-30 {
	font-size: 3rem;
	width: 1em
}

.svg-icon-45 {
	font-size: 4.5rem;
	width: 1em
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.455;
	height: auto;
	margin: 0 auto;
	color: #020303;
	cursor: default;
	background-color: #020d1c;
	overflow-x: hidden
}

@media (max-width: 1023px) {
	body {
		line-height: 1.4
	}
}

@media (max-width: 979px) {
	body {
		font-size: 2rem
	}
}

input[type='text']:focus,
textarea:focus,
select:focus {
	outline: none
}

.link {
	text-decoration: underline
}

@media (pointer: fine) {
	.link:hover {
		color: #5ccae9
	}
}

.link:active {
	color: #5ccae9;
	text-decoration: underline
}

.link__icon {
	position: relative;
	display: inline-block;
	margin-left: 10px
}

.link__icon::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 56px;
	height: 25px;
	background-image: url("#");
	-webkit-transform: translate(100%, -60%);
	transform: translate(100%, -60%)
}

.list-link {
	position: relative;
	min-width: 118px;
	margin-bottom: 20px;
	padding-left: 17px;
	cursor: pointer
}

@media (min-width: 545px) {
	.list-link {
		padding-left: 16px
	}
}

@media (min-width: 961px) {
	.list-link {
		margin-bottom: 15px
	}
}

@media (min-width: 1025px) {
	.list-link {
		margin-bottom: 11px;
		padding-left: 19px;
		font-size: 1.6rem;
		line-height: 1.5
	}
}

.list-link__name {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.3;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	border-bottom: 1px solid transparent;
	font-weight: 500
}

@media (min-width: 1025px) {
	.list-link__name {
		font-size: 1.6rem
	}
}

@media (pointer: fine) {
	.list-link:hover .list-link__name {
		border-bottom: 1px solid #5ccae9
	}
}

@media (pointer: fine) and (max-width: 544px) {
	.list-link:hover::after {
		display: none
	}
}

.list-link_static::before {
	content: attr(data-count)
}

.list-link_wide {
	margin-bottom: 10px
}

.box-md {
	position: relative;
	width: 100%;
	max-width: 1106px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width: 1200px) {
	.box-md {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width: 960px) {
	.box-md {
		max-width: 820px;
		padding-left: 0;
		padding-right: 0
	}
}

.box-md_article_page {
	max-width: 730px
}

@media (max-width: 656px) {
	.box-md_article_page {
		max-width: 680px;
		padding-right: 20px;
		padding-left: 20px
	}
}

.box {
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.box_md {
	max-width: 1110px
}

@media (max-width: 1024px) {
	.box_md {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media (max-width: 1080px) {
	.box_md {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width: 960px) {
	.box_md {
		max-width: 820px;
		padding-left: 0;
		padding-right: 0
	}
}

.box_xmd {
	max-width: 1380px
}

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

.box_lg {
	max-width: 1824px
}

.box_sm {
	max-width: 960px
}

.box_outer {
	margin-bottom: 20px;
	background-color: #fff
}

@media (max-width: 960px) {
	.box_outer {
		margin-bottom: 10px
	}
}

.box_white-bg {
	background-color: #fff
}

.box_no-margin-bottom {
	margin-bottom: 0
}

.box_no-padding {
	padding-left: 0;
	padding-right: 0
}

.box_outer-gray {
	margin-bottom: 20px;
	background-color: #fafafa
}

@media (max-width: 960px) {
	.box_outer-gray {
		margin-bottom: 10px
	}
}

.box_dark {
	background-color: rgba(85, 97, 112, 0.2)
}

.box_z-index {
	z-index: 1
}

.box_z-index-6 {
	z-index: 6
}

.box_events-with-line {
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(242, 242, 242, 0.2)
}

.box_features-ao {
	z-index: 1;
	background-color: #fff
}

@media (max-width: 1024px) {
	.box_features-ao {
		margin-top: 50px
	}
}

@media (max-width: 544px) {
	.box_features-ao {
		margin-top: 0
	}
}

.box_vertical-paddings {
	padding-top: 100px;
	padding-bottom: 100px
}

@media (max-width: 960px) {
	.box_vertical-paddings {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 544px) {
	.box_vertical-paddings {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (min-width: 1380px) {
	.clear-p {
		padding-left: 0;
		padding-right: 0
	}
}

.clear-p_vc {
	display: none
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 100%;
	margin-left: -20px;
	margin-right: -20px
}

.title {
	position: relative;
	max-width: 100%;
	text-align: left;
	color: #020303;
	word-break: break-word
}

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

.title__column {
	width: 100%;
	margin: 0 15px 20px
}

@media (min-width: 769px) {
	.title__column {
		width: calc(66.66% - 30px);
		margin-bottom: 0
	}
}

.title__column:first-child {
	width: calc(33.33% - 30px)
}

.title__column_wide:first-child {
	width: calc(100% - 30px)
}

@media (min-width: 769px) {
	.title__column_wide:first-child {
		width: calc(33.33% - 30px)
	}
}

.title__column_sm {
	width: calc(75% - 30px)
}

.title__column_sm:first-child {
	width: calc(25% - 30px)
}

.title__column-text {
	font-family: inherit;
	font-weight: 200;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.5
}

@media (max-width: 544px) {
	.title__column-text {
		font-family: inherit;
		font-weight: 200;
		font-style: normal;
		font-size: 1.6rem;
		line-height: 1.5
	}
}

.title_light {
	color: #fff
}

.title_center {
	text-align: center
}

.title_center::after {
	right: 0;
	margin: auto
}

h2.title {
	margin-bottom: 10px
}

@media (max-width: 960px) {
	h2.title {
		margin-bottom: 16px
	}
}

@media (max-width: 768px) {
	h3.title {
		font-size: 2.5rem
	}
}

.title-text {
	font-family: inherit;
	font-weight: 200;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.15;
	max-width: 970px
}

.title-text_bg {
	width: 85%
}

@media (max-width: 960px) {
	.title-text {
		width: 100%;
		line-height: 1.5
	}
}

.title-text_light {
	color: #fff
}

.js-disable-lock,
.js-lock {
	overflow: hidden !important
}

.js-disable-lock body,
.js-lock body {
	overflow-x: hidden;
	overflow-y: scroll
}

.js-lock .popup-info,
.js-tooltip-active .popup-info {
	z-index: 110
}

.js-hidden {
	display: none !important
}

.js-highlight-calc-text .calculator-extended__checkbox-inner,
.js-highlight-calc-text .calculator__item-text-inner {
	position: relative
}

.js-highlight-calc-text .calculator-extended__checkbox-inner::before,
.js-highlight-calc-text .calculator__item-text-inner::before {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5       vbmUiIHZpZXdCb3g9IjAgMCA1NyAyIj4KICA8cGF0aCBzdHJva2U9IiNGRURBMDAiIHN0cm9rZS1kYXNoYXJyYXk9IjggNiIgc3Ryb2tlLWxpbmV       jYXA9InNxdWFyZSIgZD0iTTEgMWg1NSIvPgo8L3N2Zz4K");
	background-size: contain
}

.js-highlight-calc-text .calc-counter__name-text {
	border-bottom: 2px dashed #5ccae9
}

.content {
	position: relative
}

.content_pt_0 {
	padding-top: 0;
	margin-top: -50px
}

@media (min-width: 960px) {
	.content_pt_0 {
		margin-top: -50px
	}
}

@media (min-width: 1200px) {
	.content_pt_0 {
		margin-top: -60px
	}
}

.content_pb_0 {
	padding-bottom: 0
}

.content_white-bg {
	background-color: #fff
}

.content_zi_2 {
	z-index: 2
}

@media (min-width: 886px) {
	.content .container:nth-last-child(-n+2) {
		z-index: 2
	}
}

.content .container.review {
	z-index: 3
}

.content_scroll {
	margin-right: -8px;
	padding-right: 8px;
	overflow-y: scroll
}

.content_scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff
}

.content_scroll::-webkit-scrollbar {
	width: 3px
}

.content_scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e0e0e0
}

.success {
	display: none;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.error {
	display: none;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	font-size: 1.8rem
}

.line_top {
	border-top: 1px solid rgba(224, 224, 224, 0.9)
}

.line_bottom {
	border-bottom: 1px solid rgba(224, 224, 224, 0.9)
}

.line_bottom-light {
	border-bottom: 1px solid rgba(240, 240, 240, 0.2)
}

.line_left {
	border-left: 1px solid rgba(255, 255, 255, 0.4)
}

.line_dark {
	border-color: rgba(242, 242, 242, 0.2)
}

.line_light {
	border-color: rgba(240, 240, 240, 0.9)
}

.line_title {
	margin-bottom: 20px;
	padding-bottom: 20px
}

.line_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #5ccae9
}

.line_button {
	padding-bottom: 5px
}

.line_button::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #5ccae9
}

.line-slash::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 40px;
	border-left: 1px solid #e0e0e0;
	-webkit-transform: rotate(30deg) translateY(-50%);
	transform: rotate(30deg) translateY(-50%)
}

@media (max-width: 960px) {
	.line-slash::before {
		height: 55px
	}
}

.line-slash_dark {
	border-color: #58595b
}

.line-slash_bottom::before {
	position: absolute;
	left: 7px;
	bottom: 0;
	content: '';
	height: 40px;
	border-left: 1px solid #e0e0e0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

@media (max-width: 960px) {
	.line-slash_bottom::before {
		left: 2px
	}
}

button::-moz-focus-inner {
	border: 0
}

div::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #e3e3e3
}

div::-webkit-scrollbar {
	width: 4px;
	height: 8px
}

div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d2d2d2
}

ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #cecece
}

ul::-webkit-scrollbar {
	width: 6px
}

ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #878787
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0
}

.main-nav {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

.main-nav_dark {
	color: #020303
}

.main-nav_light {
	margin-left: auto
}

.main-nav_top {
	display: none
}

.main-nav_control {
	height: inherit;
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset;
	margin-left: unset
}

@media (min-width: 961px) {
	.main-nav_control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.main-nav__header-top {
	display: none;
	margin-bottom: 18px
}

.main-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.main-nav__list_bottom-line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main-nav__link-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 130px
}

@media (max-width: 885px) {
	.main-nav__link-box {
		padding-right: 60px
	}
}

.main-nav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	padding-right: 36px
}

.main-nav__item:hover .main-nav__link_arrow::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav__item_bottom-line {
	padding-right: 25px
}

.main-nav__item_bottom-line:last-child {
	padding-right: 0
}

.main-nav__item_extra_padding {
	padding-right: 20px
}

@media (min-width: 1250px) {
	.main-nav__item_extra_padding {
		padding-right: 25px
	}
}

.main-nav__item_lang-switch {
	position: relative;
	padding-right: 30px
}

@media (min-width: 1250px) {
	.main-nav__item_lang-switch {
		padding-right: 35px
	}
}

.main-nav__link {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	padding: 32px 10px;
	white-space: nowrap;
	color: inherit
}

.main-nav__link:hover {
	text-decoration: none
}

.main-nav__link::before {
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 4px;
	margin: 0 auto;
	content: '';
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background: #5ccae9
}

.main-nav__link:nth-of-type(3)::before {
	width: 100%
}

.main-nav__link_current::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.main-nav__link_active::before,
.main-nav__link:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav__link_arrow {
	padding-right: 20px
}

.main-nav__link_arrow::before {
	left: auto;
	width: calc(100% - 10px);
	margin: 0
}

.main-nav__link_arrow:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.main-nav__link_bottom-line {
	-webkit-transition: color .15s ease;
	transition: color .15s ease;
	color: #fff
}

.main-nav__link_lang {
	font-size: 1.4rem;
	line-height: 1.2
}

.main-nav__link_without_hover:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.main-nav__link_contact-us {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	padding: 8px 28px;
	font-size: 1.4rem;
	line-height: 1.6;
	cursor: pointer;
	border: 2px solid #5ccae9;
	background: transparent
}

.main-nav__link_contact-us::before {
	left: auto;
	width: calc(100% - 10px)
}

.main-nav__link_contact-us:hover {
	color: #5ccae9
}

.main-nav__link_contact-us:hover::before {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.main-nav__link_without_padding_left {
	padding-left: 0
}

.main-nav__link_without_padding_left::before {
	width: 100%
}

.main-nav__link-active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav__navigation-separator {
	height: 22px;
	width: 1px;
	margin: auto 25px;
	background: rgba(255, 255, 255, 0.3)
}

.main-nav__navigation-separator_dark {
	/* background: rgba(2, 3, 3, 0.3) */
}

.search-panel {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 16px
}

.search-panel__field {
	display: none;
	position: absolute;
	right: -10px;
	bottom: -12px;
	padding: 4px 10px;
	background: transparent;
	border-bottom: thin solid #e0e0e0;
	visibility: hidden
}

.search-panel__field.active {
	display: block;
	background: rgba(196, 196, 196, 0.2)
}

.search-panel__search-button,
.search-panel__close-button {
	padding: 0;
	background: transparent;
	border: none
}

.search-panel__search-button {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%
}

@media (pointer: fine) {
	.search-panel__search-button:hover .search-panel__search-icon {
		color: #5ccae9
	}
}

.search-panel__close-button {
	position: absolute;
	right: 36px;
	visibility: hidden;
	color: #5ccae9
}

.js-is-search-panel-open .main-nav__list_search-hidden,
.js-is-search-panel-open .main-nav__navigation-separator,
.js-is-search-panel-open .header__navigation-separator {
	visibility: hidden
}

.js-is-search-panel-open .search-panel {
	overflow: unset
}

.js-is-search-panel-open .search-panel__field {
	visibility: visible
}

.js-is-search-panel-open .search-panel__close-button {
	visibility: visible
}

.js-is-search-panel-open .search-panel__search-button {
	color: #5ccae9
}

.gsc-search-box-tools .gsc-search-button-v2,
.gsc-search-box-tools .gsc-search-button-v2:hover,
.gsc-search-box-tools .gsc-search-button-v2:focus {
	background: transparent;
	border: 0
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	background: transparent
}

.header .main-nav .gsc-search-button,
.header .main-nav .search-panel__close-button {
	display: none
}

.header .main-nav td.gsc-input {
	padding-right: 50px
}

.header .main-nav .gsc-search-box input.gsc-input {
	min-width: 360px;
	padding-right: 30px;
	background: transparent
}

.header .main-nav form.gsc-search-box {
	margin: 0
}

.header .gsc-input-box {
	padding: 0;
	border: 0
}

.header table.gsc-search-box .gsib_b {
	position: absolute;
	top: 0;
	right: 20px
}

.header .gsib_a {
	padding: 4px 0 3px
}

.header .gsst_a,
.header .gsst_a .gscb_a,
.header .gsst_a:hover .gscb_a,
.header .gsst_a:focus .gscb_a {
	color: #5ccae9
}

.header .gsst_a .gscb_a {
	line-height: 3rem
}

.header .gsc-input-box {
	background: transparent
}

.header .gsc-search-box-tools {
	position: relative
}

.header .mobile-panel .gsc-search-box input.gsc-input {
	color: #020303
}

.header .mobile-panel .gsc-search-box input.gsc-input::-webkit-input-placeholder {
	font-size: 1.6rem;
	color: #adadad
}

.header .mobile-panel .gsc-search-box input.gsc-input::-moz-placeholder {
	font-size: 1.6rem;
	color: #adadad
}

.header .mobile-panel .gsc-search-box input.gsc-input::-ms-input-placeholder {
	font-size: 1.6rem;
	color: #adadad
}

.header .mobile-panel .gsc-search-box input.gsc-input::placeholder {
	font-size: 1.6rem;
	color: #adadad
}

.header.js-header_scroll-index .gsc-search-box input.gsc-input {
	color: #020303
}

.header .mobile-panel .gsst_b .gsst_a {
	padding: 5px 10px
}

.header .mobile-panel table.gsc-search-box .gsib_b {
	right: 0
}

.header .mobile-panel .gsc-search-box .gsib_a {
	padding: 6px 50px 6px 35px
}

.header .mobile-panel .gsc-search-button {
	position: absolute;
	height: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .mobile-panel .gsc-search-button-v2 {
	padding: 6px 5px 6px 0
}

.header .mobile-panel .gsc-search-button-v2 svg {
	width: 18px;
	height: 18px;
	fill: #5ccae9
}

.header .mobile-panel .gsc-search-box-tools::after {
	bottom: 0;
	border-bottom: 1px solid #adadad
}

.gs-webResult.gs-result {
	position: relative;
	padding-top: 30px
}

table.gssb_c {
	margin-top: 5px
}

table.gssb_c .gssb_e,
table.gssb_c .gssb_e table {
	-webkit-box-shadow: none;
	box-shadow: none
}

table.gssb_c td.gssb_a {
	border-bottom: 1px solid #e0e0e0
}

table.gssb_c td.gssb_a,
table.gssb_c td.gssb_a table {
	border: 0
}

table.gssb_c .gsc-completion-container {
	border: 0
}

table.gssb_c .gssb_e span,
table.gssb_c .gssb_c span {
	display: inline-block;
	padding: 10px 5px
}

table.gssb_c .gssb_e span b,
table.gssb_c .gssb_c span b {
	font-weight: 500
}

table.gssb_c td.gssb_a {
	border-bottom: 1px solid #e0e0e0
}

.control {
	position: relative;
	width: 100%
}

.control_md {
	width: 100%
}

@media (min-width: 545px) {
	.control_md {
		width: 50%
	}
}

.control_md:not(:first-child) {
	margin-top: 32px;
	margin-left: 0
}

@media (min-width: 545px) {
	.control_md:not(:first-child) {
		margin-top: 0;
		margin-left: 50px
	}
}

@media (min-width: 961px) {
	.control_md:not(:first-child) {
		margin-left: 100px
	}
}

.control_project-map-page {
	width: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (min-width: 545px) {
	.control_project-map-page {
		width: 45%
	}
}

.control__field {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	color: #020303;
	border: transparent;
	border-bottom: 1px solid #a5abb3;
	border-radius: 0;
	outline: none;
	background: transparent
}

.control__field_project-map-page {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 28px;
	padding-bottom: 0
}

@media (min-width: 545px) {
	.control__field_project-map-page {
		margin-top: 0;
		padding-bottom: 10px;
		font-size: 1.8rem
	}
}

.control__field_contact {
	font-size: 1.6rem
}

.control__field_offset {
	padding: 0 20px
}

.control__field_white {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #d9d9d9;
	border: 1px solid transparent;
	background: rgba(61, 71, 85, 0.6)
}

.control__button-close {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	z-index: 5;
	top: 8px;
	right: 8px;
	display: none;
	width: 30px;
	height: 30px;
	padding: 4px;
	font-size: 0;
	cursor: pointer;
	color: #fafafa
}

.control__button-close::after,
.control__button-close::before {
	position: absolute;
	top: 0;
	right: 8px;
	width: 1px;
	height: 15px;
	content: '';
	background-color: #adadad
}

.control__button-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.control__button-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (pointer: fine) {
	.control__button-close:hover::after,
	.control__button-close:hover::before {
		background-color: #020303
	}
}

.control__button-close:active::after,
.control__button-close:active::before {
	background-color: #5ccae9
}

.control__dropzone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 2.8rem;
	width: 100%;
	padding: 15px 22px 10px 22px;
	cursor: pointer;
	color: #a5abb3;
	border-radius: 0
}

@media (min-width: 961px) {
	.control__dropzone {
		padding-top: 10px
	}
}

@media (min-width: 961px) {
	.control__dropzone {
		padding: 22px 22px 22px 22px
	}
}

.dropzone {
	height: auto;
	max-height: 140px;
	color: #8c8c8c
}

@media (min-width: 320px) {
	.dropzone {
		height: 140px
	}
}

@media (min-width: 545px) {
	.dropzone {
		height: 100%
	}
}

.dropzone_white_bg {
	background: #fff
}

.dropzone__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	height: 100%;
	padding: 20px;
	cursor: pointer;
	text-align: center;
	border: thin dashed #ccc
}

@media (min-width: 657px) {
	.dropzone__wrap {
		padding: 10px
	}
}

@media (min-width: 961px) {
	.dropzone__wrap {
		padding: 12px 11px
	}
}

@media (min-width: 1200px) {
	.dropzone__wrap {
		padding: 16px 14px
	}
}

.dropzone__wrap_blink .dz-preview.dz-error .dz-error-message {
	-webkit-animation: 1s ease-in-out shaking;
	animation: 1s ease-in-out shaking
}

@-webkit-keyframes shaking {
	0%,
	50%,
	100% {
		-webkit-transform: translateX(-2px) rotate(0deg);
		transform: translateX(-2px) rotate(0deg)
	}
	10%,
	30% {
		-webkit-transform: translateX(2px) rotate(-3deg);
		transform: translateX(2px) rotate(-3deg)
	}
	20%,
	40% {
		-webkit-transform: translateX(1px) rotate(3deg);
		transform: translateX(1px) rotate(3deg)
	}
}

@keyframes shaking {
	0%,
	50%,
	100% {
		-webkit-transform: translateX(-2px) rotate(0deg);
		transform: translateX(-2px) rotate(0deg)
	}
	10%,
	30% {
		-webkit-transform: translateX(2px) rotate(-3deg);
		transform: translateX(2px) rotate(-3deg)
	}
	20%,
	40% {
		-webkit-transform: translateX(1px) rotate(3deg);
		transform: translateX(1px) rotate(3deg)
	}
}

@media (pointer: fine) {
	.dropzone__wrap:hover {
		background-color: #fafafa
	}
}

.dropzone__wrap .dz-preview {
	color: #ccc
}

.dropzone__text {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.2;
	pointer-events: none
}

@media (min-width: 961px) {
	.dropzone__text {
		font-size: 1.8rem
	}
}

.dropzone__text_mobile {
	display: none
}

.dropzone__text_link {
	text-decoration: underline;
	color: #020303
}

.dropzone__text_success {
	display: none
}

.dropzone__subtext {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	display: block;
	margin-top: 10px
}

@media (min-width: 961px) {
	.dropzone__subtext {
		font-size: 1.4rem
	}
}

.dropzone__subtext_uploading-step {
	display: none;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 8px
}

.dropzone__file-limit {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 12px;
	padding: 0 15px
}

@media (min-width: 545px) {
	.dropzone__file-limit {
		margin-top: 5px
	}
}

@media (min-width: 961px) {
	.dropzone__file-limit {
		margin-top: 10px;
		padding: 0;
		font-size: 1.4rem
	}
}

.dropzone__button {
	margin-top: 60px
}

.radio-wrapper {
	position: relative;
	margin-top: 20px
}

.radio {
	position: relative;
	display: block;
	padding-left: 35px;
	cursor: pointer
}

.radio__input {
	position: absolute;
	cursor: pointer;
	opacity: 0
}

.radio__input:checked~.radio__checkmark {
	border-color: #5ccae9
}

.radio__input:checked~.radio__checkmark::after {
	display: block
}

.radio__name {
	padding-right: 20px
}

.radio__checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #e0e0e0;
	border-radius: 50%
}

.radio__checkmark::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	display: none;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #5ccae9
}

.dz-max-files-reached .dropzone__file-limit {
	display: none
}

.form_qa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 56px
}

@media (min-width: 545px) {
	.form_qa {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 54px
	}
}

@media (min-width: 1200px) {
	.form_qa {
		margin-top: 60px
	}
}

.form_qa .field_error::after {
	left: 0
}

.form_qa .field_error .control__field {
	border: none;
	border-bottom: 1px solid #a5abb3
}

.form_calculate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.form_calculate .form__contacts-phone {
	margin-bottom: 10px
}

.form_project-map .form__row {
	margin-top: 0
}

@media (min-width: 545px) {
	.form_project-map .form__row:not(:first-child) {
		margin-top: 50px
	}
}

.form_page_review {
	margin-top: 60px
}

.form_request .form__row {
	margin-top: 26px
}

.form__contacts {
	display: none
}

@media (min-width: 545px) {
	.form__contacts {
		font-family: inherit;
		font-weight: 300;
		font-style: normal;
		font-size: 1.8rem;
		line-height: 1.3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 40px
	}
}

@media (min-width: 961px) {
	.form__contacts {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 60px;
		font-size: 1.6rem
	}
}

.form__contacts_vertical {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.form__contacts_dark {
	color: #020303
}

.form__contacts_project-map-page {
	margin-top: 16px;
	margin-bottom: 40px
}

.form__contacts_popup {
	margin-bottom: 30px
}

@media (max-width: 959px) {
	.form__contacts_popup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form__contacts_calculate {
	margin-bottom: 0
}

@media (max-width: 544px) {
	.form__contacts_mobile_visible {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form__contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: color 1ms ease;
	transition: color 1ms ease;
	height: 22px
}

@media (pointer: fine) {
	.form__contacts-item:hover {
		color: #5ccae9
	}
}

.form__contacts-phone {
	position: relative;
	margin-right: 60px
}

.form__contacts-link {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.3;
	margin-left: 8px
}

.form__contacts-title {
	margin-right: 5px;
	font-weight: 100;
	color: #828282
}

.form__contacts-img {
	position: relative;
	top: 2px;
	width: 21px;
	height: auto;
	margin-right: 10px
}

.form__contacts-icon {
	width: 100%
}

.form__contacts-divider {
	display: none
}

@media (min-width: 961px) {
	.form__contacts-divider {
		display: block;
		height: 28px;
		margin: 0 25px;
		border-left: 1px solid #b6b6b6
	}
}

.form__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width: 1200px) {
	.form__wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%
	}
}

.form__wrap_without-dropzone {
	width: 100%
}

.form__wrap_page_gifts {
	margin-top: 75px
}

.form__column {
	width: 100%
}

.form__column:not(:first-child) {
	margin-top: 60px
}

@media (min-width: 657px) {
	.form__column {
		width: calc(35.33% - 50px)
	}
	.form__column:not(:first-child) {
		margin-top: 0
	}
}

@media (min-width: 961px) {
	.form__column {
		width: calc(35% - 60px)
	}
	.form__column:not(:first-child) {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.form__column:not(:first-child) {
		margin-top: 7px
	}
}

.form__column_third {
	width: 100%
}

@media (min-width: 657px) {
	.form__column_third {
		width: calc(71.5% - 50px)
	}
}

@media (min-width: 1201px) {
	.form__column_third {
		width: calc(67% - 60px)
	}
}

.form__column_full_width {
	width: 100%
}

.form__column_without_margin {
	margin: 0
}

.form__column_page_gifts {
	max-width: 680px;
	width: 100%
}

.form__column_stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.form__title {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 1.4
}

.form__title_lg {
	font-family: inherit;
	font-weight: 11;
	font-style: normal;
	font-size: 5.6rem;
	line-height: 1.3
}

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

@media (min-width: 545px) {
	.form__line {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.form__line:not(:first-child) {
	margin-top: 55px
}

@media (min-width: 545px) {
	.form__line:not(:first-child) {
		margin-top: 52px
	}
}

@media (min-width: 1201px) {
	.form__line:not(:first-child) {
		margin-top: 60px
	}
}

.form__button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 40px
}

@media (min-width: 545px) {
	.form__button-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width: 961px) {
	.form__button-row {
		margin-top: 60px
	}
}

.form__button-row_calc-efficiency {
	margin-top: 40px
}

.form__button {
	margin-top: 40px
}

@media (min-width: 961px) {
	.form__button {
		margin-top: 60px
	}
}

.form__button_right-side {
	margin-left: auto
}

.form__button_without_margin {
	margin: 0
}

.form__button_with_nda {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media (min-width: 545px) {
	.form__button_with_nda {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.form__button-additional-text {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 40px
}

@media (min-width: 545px) {
	.form__row:not(:first-child) {
		margin-top: 26px
	}
}

.form__row_md:not(:first-child) {
	margin-top: 30px
}

@media (min-width: 886px) {
	.form__row_md:not(:first-child) {
		margin-top: 47px
	}
}

.form__row_sm:not(:first-child) {
	margin-top: 30px
}

.form__row_project-map-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (min-width: 545px) {
	.form__row_project-map-page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width: 545px) {
	.form__row_project-map-page:not(:first-child) {
		margin-top: 54px
	}
}

@media (min-width: 656px) {
	.form__row-new {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.form__row-new+.form__row-new {
	margin-top: 34px
}

.form__row-new_reviews-textarea .control {
	margin-top: 52px
}

@media (min-width: 545px) {
	.form__row-new_reviews-textarea .control {
		margin-top: 20px
	}
}

.form__column-new {
	width: 100%
}

.form__column-new+.form__column-new {
	margin-top: 28px
}

@media (min-width: 545px) {
	.form__column-new+.form__column-new {
		margin-top: 40px
	}
}

@media (min-width: 656px) {
	.form__column-new {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
		-ms-flex-item-align: end;
		align-self: flex-end;
		max-width: 505px
	}
	.form__column-new+.form__column-new {
		margin-top: 0
	}
}

.form__column-new:not(:last-child) {
	margin-right: 56px
}

@media (min-width: 656px) {
	.form__column-new_sm {
		max-width: 375px
	}
}

@media (min-width: 961px) {
	.form__column-new_sm {
		max-width: 462px
	}
}

.form__field-title {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 4px;
	color: #a0a7b0
}

.form__position {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.3;
	width: 100%;
	margin-bottom: 8px;
	color: #020303
}

.form__rate {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.66;
	width: 100%;
	color: #020303
}

.form__rate-count {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.25;
	color: #020303
}

.form__info {
	margin-bottom: 20px
}

.form_popup {
	width: 100%;
	max-width: 100%;
	margin-top: -10px;
	padding-top: 26px
}

@media (min-width: 886px) {
	.form_popup {
		max-width: 350px;
		margin-top: -4px
	}
}

@media (min-width: 961px) {
	.form_popup {
		margin-top: -5px
	}
}

.form__description {
	margin-top: 20px;
	max-width: 920px
}

.form__description_review {
	max-width: none;
	margin-top: 63px
}

.form__additional-text {
	margin-top: 40px
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #a0a7b0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

::-moz-placeholder {
	opacity: 1;
	color: #a0a7b0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

:-moz-placeholder {
	opacity: 1;
	color: #a0a7b0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

:-ms-input-placeholder {
	opacity: 1;
	color: #a0a7b0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.footer_white ::-webkit-input-placeholder {
	opacity: 1;
	color: #8f8f8f;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.footer_white ::-moz-placeholder {
	opacity: 1;
	color: #8f8f8f;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.footer :-moz-placeholder {
	opacity: 1;
	color: #8f8f8f;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.footer_white :-ms-input-placeholder {
	opacity: 1;
	color: #8f8f8f;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

.form :focus::-webkit-input-placeholder {
	opacity: .5
}

.form :focus::-moz-placeholder {
	opacity: .5
}

.form :focus:-moz-placeholder {
	opacity: .5
}

.form :focus:-ms-input-placeholder {
	opacity: .5
}

.word-count-message {
	padding: 0 6px;
	font-size: 1.4rem
}

@media (max-width: 544px) {
	.word-count-message {
		padding-right: 0;
		font-size: 1.2rem
	}
}

.word-count-message-second {
	margin-left: 4px;
	color: #5ccae9
}

.mark,
.button,
.control__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.17;
	position: relative;
	z-index: 1;
	color: #020303
}

.select_disabled {
	pointer-events: none
}

.select__head {
	position: relative;
	z-index: 5;
	padding: 9px 34px 8px 0;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #828282;
	border: none;
	border-bottom: 1px solid #adadad;
	background: transparent
}

.select__head::after {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	top: 45%;
	right: 3px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: 1px solid #5ccae9;
	border-left: 1px solid #5ccae9
}

@media (max-width: 544px) {
	.select__head {
		padding-left: 0
	}
}

.select__head_events-page {
	padding: 12px 34px 12px 0;
	color: #fff
}

@media (max-width: 1024px) {
	.select__head_events-page {
		color: #020303
	}
}

.select.js-active .select__head::after {
	top: 58%;
	-webkit-transform: translateY(-50%) rotate(-225deg);
	transform: translateY(-50%) rotate(-225deg)
}

.select_white .select__head,
.select_events-page .select__head {
	color: #fff;
	border-color: #adadad;
	background: transparent;
	overflow: hidden;
	text-overflow: ellipsis
}

.select_transparent .select__head {
	min-width: 230px;
	margin-right: 80px;
	padding: 5px 34px 10px 14px;
	color: #020303;
	border: none;
	border-bottom: 2px solid rgba(117, 117, 117, 0.6);
	border-radius: 0;
	background: transparent
}

.select_transparent .select__head:last-child {
	margin-right: 0
}

@media (max-width: 960px) {
	.select_transparent .select__head {
		width: 180px;
		min-width: auto;
		margin-right: 40px
	}
}

@media (max-width: 544px) {
	.select_transparent .select__head {
		width: 100%;
		padding: 5px 34px 12px 14px
	}
}

@media (max-width: 1024px) {
	.select_events-page .select__head {
		color: #828282;
		z-index: auto
	}
}

.select__list {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	display: none;
	width: 100%;
	min-width: 180px;
	padding: 12px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 14px rgba(2, 3, 3, 0.12);
	box-shadow: 0 0 14px rgba(2, 3, 3, 0.12)
}

.select__list_our-events-page {
	min-width: 100%;
	z-index: 1
}

.select__list.careers__search-list {
	padding: 0;
	opacity: 1
}

.select__list-tech {
	position: absolute;
	z-index: 2;
	top: calc(100% + 1px);
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	min-width: 180px;
	max-height: 360px;
	padding: 12px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 14px rgba(2, 3, 3, 0.12);
	box-shadow: 0 0 14px rgba(2, 3, 3, 0.12)
}

.select__list-tech .select__item-tech {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.15;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 8px 24px;
	cursor: pointer
}

@media (pointer: fine) {
	.select__list-tech .select__item-tech:hover {
		background: #f6f7f8
	}
}

.select__list-tech .tech-notfound {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.15;
	padding: 8px 24px
}

.select__item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 8px 24px;
	cursor: pointer
}

@media (pointer: fine) {
	.select__item:hover {
		background: #f6f7f8
	}
}

.select__item-checkbox,
.select__item-radio {
	display: none
}

.select__item-checkbox:checked+.select__item-label:before,
.select__item-radio:checked+.select__item-label:before {
	background: url("#") no-repeat
}

.select__item-label {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	position: relative;
	padding: 8px 8px 8px 30px
}

.select__item-label:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	background: url("#") no-repeat
}

.textarea {
	overflow: auto;
	height: 106px;
	padding-top: 9px;
	padding-bottom: 9px;
	resize: none
}

.textarea_sm {
	height: 44px;
	min-height: 39px;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 0
}

.textarea_md {
	height: 140px
}

.textarea_footer {
	height: 140px
}

@media (min-width: 961px) {
	.textarea_footer {
		height: 120px
	}
}

.textarea::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #cecece
}

.textarea::-webkit-scrollbar {
	width: 6px
}

.textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #878787
}

.control__field_focus,
.control__field:hover,
.control__field:focus {
	border-color: #757575
}

.footer .control__field_focus,
.footer .control__field:hover,
.footer .control__field:focus {
	border-color: rgba(173, 173, 173, 0.5)
}

.footer_white .control__field_focus,
.footer_white .control__field:hover,
.footer_white .control__field:focus {
	border-color: rgba(2, 3, 3, 0.35)
}

.control_error::after,
.field_error::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	min-height: 14px;
	margin-top: 6px;
	font-size: 1.4rem;
	line-height: 1;
	content: attr(data-error-message);
	color: #5ccae9
}

input:-webkit-autofill {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: rgba(254, 218, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	box-shadow: 0 0 0 1000px transparent inset;
	-webkit-text-fill-color: #58595b
}

.footer input:-webkit-autofill {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: rgba(254, 218, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	box-shadow: 0 0 0 1000px transparent inset;
	caret-color: #d9d9d9;
	-webkit-text-fill-color: #d9d9d9
}

.button {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	min-width: 275px;
	padding: 11px 34px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #020303;
	border: 2px solid #5ccae9;
	background-color: #5ccae9
}

@media (min-width: 545px) {
	.button {
		min-width: 190px;
		padding: 11px 13px
	}
}

.button:hover,
.button:focus {
	text-decoration: none
}

@media (pointer: fine) {
	.button:hover {
		background: #172b4d;
        border-color: #172b4d;
        color:#fff;
	}
}

.button:active {
	background: #5ccae9;
	border-color: #5ccae9
}

.button_sm {
	min-width: 158px;
	padding: 11px 18px
}

@media (min-width: 545px) {
	.button_sm {
		min-width: 120px
	}
}

@media (min-width: 961px) {
	.button_sm {
		min-width: 128px
	}
}

.button_md {
	min-width: 210px
}

.button_full-width {
	min-width: 100%
}

@media (max-width: 544px) {
	.button_full-width-mobile {
		min-width: 100%
	}
}

.button_white-text {
	min-width: 178px;
	color: #fff
}

.button_right {
	margin-left: auto
}

@media (max-width: 544px) {
	.button_right {
		margin-right: auto
	}
}

.button_gray_transparent {
	background: transparent;
	border-color: #e0e0e0
}

@media (pointer: fine) {
	.button_gray_transparent:hover {
		background: #e0e0e0;
		border-color: #e0e0e0
	}
}

.button_gray_transparent:active {
	background: #adadad;
	border-color: #adadad
}

.button_transparent-bg {
	background: transparent
}

@media (pointer: fine) {
	.button_transparent-bg:hover {
		background: #5ccae9;
		border-color: #5ccae9
	}
}

.button_transparent-bg:active {
	background: #5ccae9;
	border-color: #5ccae9
}

.button_transparent-bg-font {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	background: transparent;
	color: #020303
}

.button_cookie {
	min-width: 146px;
	padding: 12px 25px;
	line-height: 1
}

.button_disabled {
	opacity: .5
}

@media (max-width: 544px) {
	.button_lengthy_mobile {
		min-width: 100%
	}
}

.button_play {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	min-width: 190px;
	height: 48px;
	padding: 2px 0 2px 40px;
	border: none
}

.button_header {
	position: relative;
	min-width: 110px;
	height: 40px;
	padding-top: 7px;
	padding-bottom: 7px
}

.button_header::after {
	position: absolute;
	bottom: 13px;
	width: 3px;
	height: 3px;
	margin-left: 2px;
	content: '';
}

.button__icon {
	margin-left: 11px;
	font-size: 1.4rem
}

.button__icon_yellow {
	color: #5ccae9
}

.button-translucent {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.19;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100px;
	min-height: 36px;
	padding: 7px 14px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	fill: #fff
}

.button-translucent:hover {
	color: #444343;
	background-color: #5ccae9;
	fill: #444343
}

@media (max-width: 885px) {
	.button-translucent:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
		fill: #fff
	}
}

.button-translucent_gray {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.35);
	background-color: rgba(2, 13, 28, 0.03);
	fill: rgba(0, 0, 0, 0.35)
}

@media (max-width: 885px) {
	.button-translucent_gray {
		min-width: 85px;
		min-height: 30px;
		margin-top: 30px;
		padding: 0 4px;
		font-size: 1.4rem
	}
	.button-translucent_gray:hover {
		color: rgba(0, 0, 0, 0.35);
		background-color: rgba(2, 13, 28, 0.03);
		fill: #fff
	}
}

.button-transparent {
	border: 0;
	padding: 0;
	background-color: transparent;
	text-align: left
}

.link-underline {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #020303;
	background: transparent;
	color: #020303
}

@media (pointer: fine) {
	.link-underline:hover {
		color: #5ccae9;
		border-color: #5ccae9
	}
}

.link-underline:active {
	color: #5ccae9;
	border-color: #5ccae9
}

.link-underline_bold {
	font-weight: 500;
	border-width: 0 0 2px 0
}

.link-underline_in-text {
	display: inline;
	font-size: inherit;
	font-weight: 400;
	line-height: 1;
	border-bottom: 1px solid #020303
}

.link-underline_in-text:hover {
	border-color: #5ccae9
}

.link-underline_inline {
	display: inline
}

.link-underline_md {
	font-size: 1.6rem
}

.link-underline_page-button {
	line-height: 2;
	color: #fff
}

.link-underline_references {
	font-weight: 300;
	border-bottom: 2px solid #5ccae9
}

.link-underline_inherit-size {
	font-size: inherit
}

@media (pointer: fine) {
	.link-underline_arrow-right:hover::before,
	.link-underline_arrow-left:hover::before {
		background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 9"           width="20" height="9" %3E%3Cpath stroke="%235ccae9" d="M0 4.547h19m0 0L15.544 1M19 4.547l-3.456 3.546"/%3E%3C/svg%3E')
	}
}

.link-underline_arrow-right:active::before,
.link-underline_arrow-left:active::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 9"         width="20" height="9" %3E%3Cpath stroke="%235ccae9" d="M0 4.547h19m0 0L15.544 1M19 4.547l-3.456 3.546"/%3E%3C/svg%3E')
}

.link-underline_arrow-right::before,
.link-underline_arrow-left::before {
	content: '';
	position: absolute;
	top: 0;
	width: 30px;
	height: 27px;
	padding-top: inherit;
	padding-left: 10px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 9"       width="20" height="9" %3E%3Cpath stroke="%23020303" d="M0 4.547h19m0 0L15.544 1M19 4.547l-3.456 3.546"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right
}

.link-underline_arrow-right {
	margin-right: 30px
}

.link-underline_arrow-right::before {
	right: -30px
}

.link-underline_arrow-left {
	margin-left: 30px
}

.link-underline_arrow-left::before {
	left: -30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.link-underline_arrow-down {
	margin-right: 20px
}

.link-underline_arrow-down::after {
	position: absolute;
	top: 56%;
	right: -22px;
	width: 20px;
	height: 7px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7"       fill="none"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%23020303"/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

@media (pointer: fine) {
	.link-underline_arrow-down:hover::after {
		background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7"           fill="none"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%23feda00"/%3E%3C/svg%3E')
	}
}

.link-underline_arrow-down:active::after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7"         fill="none"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%235ccae9"/%3E%3C/svg%3E')
}

.link-underline_pdf-icon {
	margin-left: 28px
}

.link-underline_pdf-icon:hover::before {
	color: inherit
}

.link-underline_pdf-icon .link-underline__icon {
	position: absolute;
	top: 56%;
	left: -28px;
	width: 28px;
	height: 18px;
	padding-right: 8px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.link-underline_new-window-icon {
	margin-right: 25px
}

.link-underline_new-window-icon::after {
	position: absolute;
	top: 2px;
	left: calc(100% + 10px);
	width: 15px;
	height: 15px;
	content: '';
	background: url("#") no-repeat 100% 50%/contain
}

.link-underline_white {
	color: #fff;
	border-color: #fff
}

.link-underline_white::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 9"       width="20" height="9" %3E%3Cpath stroke="%23ffffff" d="M0 4.547h19m0 0L15.544 1M19 4.547l-3.456 3.546"/%3E%3C/svg%3E')
}

.link-underline_white::after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7"       fill="none"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%23ffffff"/%3E%3C/svg%3E')
}

.yellow-link {
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.14;
	cursor: pointer;
	color: #5ccae9;
	background: transparent;
	border: none
}

@-webkit-keyframes sheen {
	100% {
		-webkit-transform: rotateZ(60deg) translate(1em, -15em);
		transform: rotateZ(60deg) translate(1em, -15em)
	}
}

@keyframes sheen {
	100% {
		-webkit-transform: rotateZ(60deg) translate(1em, -15em);
		transform: rotateZ(60deg) translate(1em, -15em)
	}
}

@-webkit-keyframes tilt {
	25% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	65% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
	90% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes tilt {
	25% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	65% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
	90% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes flashing {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes flashing {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.white-box {
	max-width: 1340px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: #fff
}

.white-box:not(:first-of-type) {
	margin-top: 10px
}

@media (min-width: 961px) {
	.white-box:not(:first-of-type) {
		margin-top: 20px
	}
}

.white-box_with-paddings {
	padding: 60px 20px
}

@media (min-width: 885px) {
	.white-box_with-paddings {
		padding: 80px 70px
	}
}

@media (min-width: 1024px) {
	.white-box_with-paddings {
		padding: 100px 117px
	}
}

.white-box_outer {
	margin-bottom: 20px
}

@media (max-width: 960px) {
	.white-box_outer {
		margin-bottom: 10px
	}
}

@media (max-width: 656px) {
	.slick-track {
		padding-bottom: 40px
	}
}

.slick-arrow {
	position: relative;
	overflow: hidden;
	width: 36px;
	padding: 0 10px;
	color: transparent;
	border: 0;
	background-color: transparent
}

.slick-arrow::after {
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	position: absolute;
	top: 42%;
	display: inline-block;
	padding: 8px;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid #556170;
	border-width: 0 1px 1px 0
}

@media (max-width: 960px) {
	.slick-arrow::after {
		top: 43%
	}
}

@media (pointer: fine) {
	.slick-arrow:hover::after {
		border-color: #020303
	}
}

.slick-arrow:active::after {
	border-color: #5ccae9
}

.slick-arrow_auto-width {
	width: auto
}

.slick-arrow.slick-disabled:hover {
	cursor: default
}

.slick-arrow.slick-disabled:hover::after {
	border-color: #e0e0e0
}

.slick-arrow.slick-next::after {
	right: 5px
}

.slick-arrow.slick-prev::after {
	left: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

@media (max-width: 768px) {
	.slick-dots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
}

.slick-dots_offset-negative {
	bottom: -60px
}

.slick-dots_offset-positive {
	bottom: 100px
}

@media (max-width: 960px) {
	.slick-dots_offset-positive {
		bottom: 60px
	}
}

@media (pointer: fine) {
	.slick-dots_black-theme li button:hover::after {
		background-color: #fff
	}
}

.slick-dots li {
	margin-right: 0;
	font-size: 0
}

.slick-dots li button {
	width: 0;
	margin-left: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.slick-dots li.slick-default button {
	width: 30px
}

.slick-dots li.slick-middle button {
	width: 20px
}

.slick-dots li.slick-last button {
	width: 10px
}

.slick-dots li.slick-default,
.slick-dots li.slick-middle,
.slick-dots li.slick-last {
	margin-right: 10px
}

.slick-dots li .slick-blind {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	background-color: transparent
}

.slick-dots li.slick-active .slick-blind {
	-webkit-animation-name: grow;
	animation-name: grow;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #5ccae9
}

.slick-dots li.slick-active button::after {
	background-color: #5ccae9
}

.slick-dots button {
	position: relative;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 2px;
	margin: 0 5px;
	padding: 0;
	text-indent: 1000px;
	border: none;
	outline: none;
	background: none
}

.slick-dots button::after {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #d7d7d7
}

@media (pointer: fine) {
	.slick-dots button:hover::after {
		background-color: #020303
	}
}

@media (max-width: 544px) {
	.slick-dots button {
		height: 2px
	}
}

.conditions__list .slick-arrow:hover::after {
	border-color: #5ccae9
}

.social-media {
	z-index: 1
}

.social-media_offset-bottom {
	margin-bottom: 22px
}

@media (max-width: 544px) {
	.social-media_offset-bottom {
		width: 100%;
		margin-bottom: 39px
	}
}

.social-media__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 19px
}

@media (min-width: 961px) {
	.social-media__group {
		margin-bottom: 20px
	}
}

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

.social-media__group_popup {
	margin-bottom: 15px
}

.social-media__icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	top: 1px;
	min-width: 17px;
	margin-right: 10px;
	margin-top: -3px;
	fill: #fff
}

.social-media__icon_dark {
	fill: rgba(0, 0, 0, 0.35)
}

.social-media__item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 91px;
	min-height: 34px;
	padding: 7px 14px 6px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 1.4rem;
	line-height: 1.3;
	fill: rgba(255, 255, 255, 0.2)
}

.social-space
{
	margin-left:10px;
}

.social-media__item_popup {
	min-width: 99px;
	padding: 7px 12px 6px;
	font-size: 1.6rem
}

@media (pointer: fine) {
	.social-media__item:hover {
		background-color: #5ccae9;
		color: #fff
	}
	.social-media__item:hover .social-media__icon {
		fill: #fff
	}
	

}

@media (max-width: 885px) {
	.social-media__item:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
		fill: #fff
	}
}

@media (max-width: 768px) {
	.social-media__item {
		min-width: 86px;
		font-size: 1.4rem
	}
	.social-media__item:first-child {
		width: 20%
	}
	.social-media__item:nth-child(2) {
		width: 40%
	}
	.social-media__item:last-child {
		width: 36%
	}
}

.social-media__item_gray {
	color: rgba(2, 3, 3, 0.35);
	background-color: rgba(2, 13, 28, 0.03);
	fill: rgba(2, 3, 3, 0.35)
}

@media (max-width: 885px) {
	.social-media__item_gray {
		min-width: 85px;
		min-height: 30px;
		margin-top: 30px;
		padding: 0 4px
	}
	.social-media__item_gray:hover {
		color: rgba(2, 3, 3, 0.35);
		background-color: rgba(2, 13, 28, 0.03);
		fill: #fff
	}
}

.social-media__item:not(:first-child) {
	margin-left: 8px
}

.social-media__link {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	color: #5ccae9
}

@media (pointer: fine) {
	.social-media__link:hover {
		color: #5ccae9
	}
}

@media (max-width: 960px) {
	.social-media__link {
		font-size: 2.2rem
	}
}

@media (max-width: 544px) {
	.social-media__link {
		font-size: 3rem
	}
	.social-media__link svg {
		font-size: 3rem
	}
}

.social-media__link+.social-media__link {
	margin-left: 30px
}

@media (max-width: 1024px) {
	.social-media__link+.social-media__link {
		font-size: 2.2rem
	}
}

.social-media__link+.social-media__link_popup {
	margin-left: 22px
}

.social-media__link_gray {
	color: #adadad
}

@media (pointer: fine) {
	.social-media__link_gray:hover {
		color: #5ccae9
	}
}

@media (pointer: fine) {
	.social-media__link_footer:hover .social-media__footer-svg-bg {
		fill: #5ccae9
	}
	.social-media__link_footer:hover .social-media__footer-svg-icon {
		-webkit-transition: none;
		transition: none;
		color: #020303
	}
}

.social-media__link_footer:active .social-media__footer-svg {
	opacity: .8
}

.social-media__link_footer .social-media__footer-svg-bg {
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	fill: transparent
}

.social-media__footer-svg {
	width: 22px
}

.dz-started {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-color: #5ccae9
}

.dz-started .control__dropzone_text {
	display: none
}

.dz-started .dropzone__text {
	display: none
}

.dz-started .dropzone__file-limit {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.dz-started .dz-details {
	display: none
}

.dz-started .dropzone__subtext_uploading-step {
	display: block
}

.dz-max-files-reached {
	border-color: #ccc
}

.dz-max-files-reached .dropzone__text_success {
	display: block
}

.dz-success .dz-details {
	display: block;
	margin-top: 10px
}

.dz-preview {
	position: relative;
	width: 100%;
	line-height: 1;
	pointer-events: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.dz-preview .dz-error-message {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	opacity: 0;
	color: #020303
}

.dz-preview.dz-error .dz-error-message {
	pointer-events: initial;
	opacity: 1
}

.dz-size {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 7px
}

.dz-size [data-dz-size] {
	white-space: nowrap
}

.dz-image {
	display: none
}

.dz-filename {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.dz-filename span[data-dz-name] {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.dz-details {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	text-align: center;
	color: #020303
}

.dz-error-mark svg,
.dz-success-mark svg {
	display: none
}

.arrow-right {
	position: relative
}

.arrow-right::after {
	position: absolute;
	top: 2px;
	right: -30px;
	content: url("#")
}

.arrow-right_sub-menu::after {
	top: 50%;
	right: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@-webkit-keyframes chevron-pulse {
	0% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes chevron-pulse {
	0% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

.scroll-btn {
	display: none
}

@media (min-width: 961px) {
	.scroll-btn {
		position: absolute;
		top: -80px;
		right: 50%;
		display: block;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

.scroll-btn__icon {
	width: 40px;
	height: 40px
}

.scroll-btn__icon path {
	-webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
	animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
	fill: transparent;
	stroke: #5ccae9;
	stroke-width: 1px
}

.scroll-btn__icon path:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.scroll-btn__icon path:nth-child(2) {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.scroll-btn__icon path:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.popup {
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center;
	white-space: nowrap;
	background-color: rgba(2, 3, 3, 0.8)
}

.popup::after {
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	vertical-align: middle
}

.popup_sm .icon-phone::before {
	top: 50%;
	font-size: 1.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width: 545px) {
	.popup_sm .icon-phone::before {
		font-size: 2.2rem
	}
}

.popup_sm .control__field {
	padding-left: 0
}

.popup_sm .popup__section {
	padding: 50px
}

@media (max-width: 544px) {
	.popup_sm .popup__section {
		padding: 58px 26px 52px
	}
}

.popup_sm .popup__container {
	max-width: 600px
}

@media (max-width: 960px) {
	.popup_sm .form__contacts-item:first-child {
		margin-bottom: 15px
	}
}

@media (max-width: 544px) {
	.popup_sm .form__contacts-item:first-child {
		margin-bottom: 9px
	}
}

.popup_message .popup__content {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.popup_error {
	z-index: 103
}

.popup_active .popup__content {
	z-index: 102;
	-webkit-transform: none;
	transform: none
}

.popup_active .popup__container_photo-gallery {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.popup_gallery {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	visibility: hidden;
	opacity: 0
}

.popup_gallery.popup_active {
	visibility: visible;
	opacity: 1
}

.popup_gallery.lds-ring-active .lds-ring {
	display: block
}

.popup__event-title {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #020303
}

.popup__body {
	padding: 40px
}

.popup__body_graph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 80px 115px
}

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

.popup__heading_sm {
	max-width: 500px
}

.popup__heading-icon {
	min-width: 33px;
	min-height: 33px;
	margin-right: 33px
}

.popup__desc {
	font-family: inherit;
	font-weight: 200;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 2.7rem;
	width: 72%
}

.popup__container {
	display: inline-block;
	width: calc(100% - 5px);
	max-width: 600px;
	max-height: 100%;
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
	vertical-align: middle
}

@media (min-width: 545px) {
	.popup__container {
		width: 100%
	}
}

.popup__container_large {
	max-width: 385px
}

@media (min-width: 545px) {
	.popup__container_large {
		max-width: 544px
	}
}

@media (min-width: 886px) {
	.popup__container_large {
		max-width: 860px
	}
}

@media (min-width: 961px) {
	.popup__container_large {
		max-width: 940px
	}
}

@media (min-width: 1025px) {
	.popup__container_large {
		max-width: 961px
	}
}

.popup__container_xlarge {
	max-width: 920px
}

@media (min-width: 1025px) {
	.popup__container_xlarge {
		max-width: 1130px
	}
}

.popup__container_medium {
	max-width: 850px
}

.popup__container_small {
	max-width: 760px
}

.popup__container_xs {
	max-width: 400px
}

.popup__container_wide {
	max-width: 1380px
}

.popup__container_visual-concept {
	width: calc(100% - 5px);
	max-width: 1240px;
	margin-top: 40px
}

@media (min-width: 657px) {
	.popup__container_visual-concept {
		margin-top: 60px
	}
}

@media (min-width: 1025px) {
	.popup__container_visual-concept {
		margin-top: 80px
	}
}

.popup__container_full {
	width: calc(100% - 6px);
	max-width: 1980px;
	margin-top: 0
}

.popup__container_case-payroll {
	max-width: 1056px
}

.popup__container_photo-gallery {
	position: relative;
	width: calc(100% - 60px);
	max-width: 1106px;
	height: auto;
	min-height: auto;
	padding: 60px 25px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	background-color: #fff;
	-webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 26px rgba(0, 0, 0, 0.24)
}

@media (min-width: 545px) {
	.popup__container_photo-gallery {
		min-height: 430px;
		padding: 40px
	}
}

@media (min-width: 769px) {
	.popup__container_photo-gallery {
		padding: 40px 94px
	}
}

.popup__container_message {
	max-width: 540px
}

.popup__container .popup__video {
	margin: 30px
}

.popup__container_project-map {
	max-width: 740px
}

.popup__container_what-we-do {
	max-width: 860px
}

@media (min-width: 886px) {
	.popup__container_what-we-do {
		max-width: 1240px
	}
}

.popup__container_relevant-cv {
	max-width: 960px
}

.popup__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px
}

.popup__header_about-office {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}

@media (min-width: 769px) {
	.popup__header_about-office {
		padding: 60px 40px 40px
	}
}

.popup__header_workflow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media (min-width: 886px) {
	.popup__header_workflow {
		width: 40%
	}
}

.popup__content {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	margin: 20px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align: left;
	white-space: normal;
	background: #fff;
	-webkit-box-shadow: 0 0 26px rgba(2, 3, 3, 0.24);
	box-shadow: 0 0 26px rgba(2, 3, 3, 0.24)
}

.popup__content_workflow {
	overflow: hidden
}

.popup__content_indent {
	margin-top: 60px
}

@media (max-width: 768px) {
	.popup__content_about-office {
		padding: 40px 20px
	}
}

.popup__content_no-transform {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.popup__content_without_margin {
	margin: 0
}

@media (max-width: 544px) {
	.popup__content_without_margin_mobile {
		margin: 0
	}
}

.popup__count_workflow {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 12px
}

.popup__count_workflow::before {
	position: absolute;
	top: -13px;
	left: -12px;
	width: 40px;
	height: 40px;
	content: '';
	border: 1px solid #5ccae9;
	border-radius: 50%
}

.popup__close {
	position: absolute;
	z-index: 5;
	top: 17px;
	right: 18px;
	width: 28px;
	height: 28px;
	cursor: pointer
}

.popup__close::before,
.popup__close::after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	left: 15px;
	width: 1px;
	height: 29px;
	content: '';
	background-color: #e0e0e0
}

.popup__close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.popup__close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (pointer: fine) {
	.popup__close:hover::before,
	.popup__close:hover::after {
		background-color: #020303
	}
}

.popup__close:active::before,
.popup__close:active::after {
	background-color: #5ccae9
}

.popup__video:hover::before,
.popup__video:hover::after {
	background-color: #fff
}

.popup__video .popup__close {
	top: -30px;
	right: -30px
}

.popup__video-responsive {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%
}

.popup__video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.popup__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 60px
}

.popup__description_calculate {
	margin-bottom: 40px
}

.popup__description-text {
	max-width: 200px
}

.popup__title {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 20px;
	color: #020303
}

.popup__title_calculate {
	margin-bottom: 8px
}

@media (min-width: 961px) {
	.popup__title {
		margin-bottom: 30px;
		padding-bottom: 0
	}
}

.popup__title_workflow {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.17;
	position: relative;
	width: 90%;
	margin: 0;
	padding-left: 60px;
	text-transform: initial;
	color: #020303
}

.popup__title_short {
	font-family: inherit;
	font-weight: 200;
	font-style: normal;
	font-size: 3.4rem;
	line-height: 1.2;
	width: 28%;
	padding-right: 85px
}

.popup__title_project-map {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.5;
	max-width: 680px;
	padding-right: 20px;
	padding-bottom: 6px
}

@media (min-width: 545px) {
	.popup__title_project-map {
		font-family: inherit;
		font-weight: 300;
		font-style: normal;
		font-size: 2.6rem;
		line-height: 1.5;
		padding-bottom: 13px
	}
}

.popup__title_office_page {
	margin-bottom: 0;
	padding-bottom: 0
}

.popup__icon {
	display: block;
	margin: 0 auto
}

.popup__icon-gdpr {
	width: 48px;
	height: 47px;
	margin-left: 30px
}

.popup__text {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center
}

.popup__text_message_popup {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 60px
}

@media (min-width: 545px) {
	.popup__text_message_popup {
		font-size: 2.2rem
	}
}

.popup__text_workflow {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
	text-align: left;
	white-space: normal
}

@media (min-width: 886px) {
	.popup__text_workflow {
		width: 60%;
		margin: 0
	}
}

.popup__text_header-popup {
	font: inherit;
	text-align: left
}

.popup__text_header-popup:not(:first-child) {
	margin-top: 25px
}

.popup__footer-text {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 15px
}

.popup__footer-link {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	font: inherit;
	font-weight: 500
}

@media (pointer: fine) {
	.popup__footer-link:hover {
		color: #5ccae9
	}
}

.popup__footer-link:active {
	color: #5ccae9
}

.popup__img-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.popup__img-icon {
	height: 90px;
	margin-top: 46px
}

.popup__img {
	position: absolute;
	top: 65px;
	width: 65px
}

@media (min-width: 886px) {
	.popup__img {
		width: 118px
	}
}

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

@media (min-width: 886px) {
	.popup__wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

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

.popup__info {
	margin-right: 40px;
	padding-right: 50px;
	border-right: 1px solid #e8e8e8
}

@media (max-width: 960px) {
	.popup__info {
		margin-right: 40px;
		padding-right: 40px
	}
}

@media (max-width: 885px) {
	.popup__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 0;
		margin-bottom: 30px;
		padding-right: 0;
		border: none
	}
}

.popup__info_contact {
	margin-right: 40px;
	padding-right: 0
}

@media (min-width: 886px) {
	.popup__info_contact {
		padding-right: 42px
	}
}

.popup__info_project-map {
	width: 55%
}

.popup__info_project-map .form__contacts-phone {
	margin-right: 50px
}

.popup__info-title:not(:first-child) {
	margin-top: 30px
}

.popup__info-title_xl {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 3rem;
	line-height: 1.2
}

.popup__info-description {
	margin-top: 10px
}

.popup__info-item {
	display: inline-block;
	line-height: 2
}

.popup__info-item:not(:last-child) {
	position: relative;
	padding-right: 20px
}

.popup__info-item:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 1px;
	height: 20px;
	content: '';
	-webkit-transform: translate(-50%, -50%) skewX(-20deg);
	transform: translate(-50%, -50%) skewX(-20deg);
	background-color: #e0e0e0
}

.popup__section {
	padding: 30px 40px 25px
}

@media (min-width: 961px) {
	.popup__section {
		padding: 40px 40px 45px
	}
}

.popup__section_md {
	padding: 40px
}

.popup__section_mg {
	padding: 40px 30px
}

@media (min-width: 961px) {
	.popup__section_mg {
		padding: 60px 40px
	}
}

.popup__section_lg {
	padding: 60px 25px 30px
}

@media (min-width: 886px) {
	.popup__section_lg {
		padding: 60px 40px 65px
	}
}

@media (min-width: 961px) {
	.popup__section_lg {
		padding: 60px 60px 65px
	}
}

.popup__section_xlg {
	padding: 30px 75px
}

@media (min-width: 961px) {
	.popup__section_xlg {
		padding: 35px 75px
	}
}

.popup__section_contact {
	padding: 60px 25px 30px
}

@media (min-width: 886px) {
	.popup__section_contact {
		padding: 60px 40px 60px
	}
}

.popup__section_gray {
	background-color: #fafafa
}

.popup__section_message {
	padding: 60px 40px 40px;
	text-align: center
}

@media (min-width: 545px) {
	.popup__section_message {
		padding: 60px 60px 40px
	}
}

.popup__section_loading {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	overflow: hidden;
	max-height: 500px;
	opacity: 0
}

.popup__section_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0
}

@media (max-width: 885px) {
	.popup__section_flex {
		padding: 30px 20px
	}
}

@media (max-width: 544px) {
	.popup__section_flex {
		height: auto;
		min-height: auto
	}
}

.popup__section_identical {
	width: 100%;
	padding: 30px 20px
}

@media (min-width: 886px) {
	.popup__section_identical {
		padding: 40px
	}
}

.popup__section_project-map {
	padding: 40px 30px 60px
}

@media (min-width: 545px) {
	.popup__section_project-map {
		padding: 40px
	}
}

.popup__section_workflow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px
}

.popup__section_photo-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 400px;
	padding: 0;
	opacity: 1
}

@media (max-width: 544px) {
	.popup__section_photo-gallery {
		height: auto;
		min-height: auto
	}
}

.popup__section_fintech_page {
	padding: 40px 20px
}

@media (min-width: 657px) {
	.popup__section_fintech_page {
		padding: 60px 70px
	}
}

.popup__section_fintech_page:first-child {
	padding-top: 60px
}

@media (min-width: 545px) {
	.popup__section_fintech_page:first-child {
		padding-top: 80px
	}
}

.popup__section_fintech_page:last-child {
	padding-bottom: 60px
}

@media (min-width: 545px) {
	.popup__section_fintech_page:last-child {
		padding-bottom: 80px
	}
}

@media (min-width: 1025px) {
	.popup__section_fintech_page:last-child {
		padding-bottom: 100px
	}
}

.popup__section_gambling_page {
	padding: 60px 20px 60px
}

@media (min-width: 545px) {
	.popup__section_gambling_page {
		padding: 80px 70px 70px
	}
}

@media (min-width: 961px) {
	.popup__section_gambling_page {
		padding: 100px 140px 70px
	}
}

.popup__button {
	width: 100%;
	margin-top: 40px
}

@media (min-width: 886px) {
	.popup__button {
		width: auto;
		margin-top: 42px
	}
}

.popup__button__contact {
	margin-top: 40px
}

.popup__button_message_popup {
	max-width: 210px;
	margin: 30px auto 0 auto
}

.popup__button_contact-us {
	margin-top: 40px
}

@media (min-width: 886px) {
	.popup__button_contact-us {
		margin-top: 59px
	}
}

.popup__button_calculate {
	margin-top: auto
}

.popup__button_request {
	margin-top: 40px
}

.popup__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	padding: 40px
}

.popup__column_medium {
	min-width: 58%;
	padding-right: 40px
}

.popup__column_small {
	min-width: 42%;
	background-color: #f7f7f7
}

.popup__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px
}

@media (min-width: 545px) {
	.popup__footer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 30px
	}
}

.popup__footer-item {
	position: relative;
	margin-top: 20px;
	margin-right: 45px
}

@media (min-width: 545px) {
	.popup__footer-item {
		margin-top: 0;
		margin-right: 0
	}
	.popup__footer-item+.popup__footer-item {
		margin-left: 70px
	}
}

.popup__footer-description {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 15px
}

.popup-disable {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.38);
	opacity: 0;
	z-index: 102
}

.popup-disable_active {
	visibility: visible;
	opacity: 1
}

.popup-disable_active .lds-ring {
	display: block
}

.spinner-wrap {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #020303
}

.spinner-wrap .lds-ring {
	margin: auto
}

.lds-ring-active .popup__section_photo-gallery {
	opacity: 0
}

.video-player {
	position: relative;
	height: 167px;
	cursor: pointer
}

@media (min-width: 545px) {
	.video-player {
		height: 140px
	}
}

@media (min-width: 961px) {
	.video-player {
		height: 182px
	}
}

.video-player_gradient::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68.4%, rgba(2, 13, 28, 0)), color-stop(96.7%, rgba(2, 13, 28, 0.4)));
	background: linear-gradient(180deg, rgba(2, 13, 28, 0) 68.4%, rgba(2, 13, 28, 0.4) 96.7%)
}

.video-player_qa-page {
	height: 185px
}

@media (min-width: 545px) {
	.video-player_qa-page {
		height: 220px
	}
}

@media (min-width: 961px) {
	.video-player_qa-page {
		height: 290px
	}
}

.video-player__title {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding: 8px;
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
	color: #fff;
	background-color: rgba(56, 56, 56, 0.67)
}

@media (min-width: 1024px) {
	.video-player__title {
		padding: 14px 12px;
		font-size: 2rem
	}
}

.video-player__poster {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(224, 224, 224, 0.4);
	-o-object-fit: cover;
	object-fit: cover
}

.video-player__poster-picture {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.video-player__play {
	position: absolute;
	z-index: 1;
	right: -28px;
	bottom: -24px;
	width: 56px;
	height: 50px;
	padding: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	background-color: rgba(2, 3, 3, 0.4)
}

.video-player__play_sm {
	right: -28px;
	bottom: -25px;
	width: 56px;
	height: 50px;
	padding: 17px 12px 15px 18px
}

@media (max-width: 544px) {
	.video-player__play_sm {
		padding: 18px 12px 15px 16px
	}
}

.video-player__play_circle {
	left: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	padding: 0;
	background: none;
	-webkit-transform: none;
	transform: none
}

@media (min-width: 545px) {
	.video-player__play_circle {
		left: 40px;
		bottom: 40px
	}
}

.video-player__path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	fill: #fff
}

.video-player:hover .video-player__path,
.video-player .video-player__path {
	fill: #5ccae9
}

.cookies {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 78px;
	background-color: rgba(2, 3, 3, 0.6)
}

.cookies__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 30px
}

@media (min-width: 545px) {
	.cookies__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-top: 25px;
		padding-bottom: 25px
	}
}

.cookies__text {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #fff
}

@media (min-width: 545px) {
	.cookies__text {
		max-width: 340px;
		margin-right: 20px
	}
}

@media (min-width: 770px) {
	.cookies__text {
		max-width: none;
		margin-right: 30px
	}
}

@media (min-width: 961px) {
	.cookies__text {
		font-family: inherit;
		font-weight: 300;
		font-style: normal;
		font-size: 1.6rem;
		line-height: 1.2
	}
}

.cookies__button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (max-width: 960px) {
	.cookies__button-container {
		min-width: 305px
	}
}

@media (max-width: 544px) {
	.cookies__button-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-width: 100%;
		margin-top: 20px
	}
}

@media (max-width: 544px) {
	.cookies__button {
		min-width: 100px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.cookies__button+.cookies__button {
	margin-left: 25px
}

@media (min-width: 545px) {
	.cookies__button+.cookies__button {
		margin-left: 20px
	}
}

@media (min-width: 961px) {
	.cookies__button+.cookies__button {
		margin-left: 40px
	}
}

.cookies__button_color_white {
	color: #fff
}

.intro-icon {
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
	position: absolute;
	z-index: 1;
	bottom: -110px;
	left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (min-width: 657px) {
	.intro-icon {
		right: 20px;
		bottom: 0;
		left: unset
	}
}

@media (min-width: 886px) {
	.intro-icon {
		right: 60px
	}
}

@media (min-width: 1340px) {
	.intro-icon {
		right: 0
	}
}

.intro-icon_page_index {
	bottom: -140px
}

@media (min-width: 657px) {
	.intro-icon_page_index {
		bottom: -25px
	}
}

@media (min-width: 961px) {
	.intro-icon_page_index {
		bottom: -70px
	}
}

.intro-icon__img-wrapper {
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
	display: block;
	width: 80px;
	height: 80px;

}

@media (min-width: 1201px) {
	.intro-icon__img-wrapper {
		width: 100px;
		height: 100px
	}
}

.intro-icon__img-wrapper:not(:last-child) {
	margin-right: 10px
}

@media (min-width: 1201px) {
	.intro-icon__img-wrapper:not(:last-child) {
		margin-right: 20px
	}
}

.intro-icon__img-wrapper[href] {
	opacity: .75
}

@media (pointer: fine) {
	.intro-icon__img-wrapper[href]:hover {
		opacity: .95
	}
}

.intro-icon__img-wrapper_hr-brand {
	width: 174px;
	height: 60px
}

@media (min-width: 1201px) {
	.intro-icon__img-wrapper_hr-brand {
		width: 190px;
		height: 70px
	}
}

.intro-icon__img-wrapper_design-soc-net {
	width: 46px;
	height: 46px
}

.intro-icon__img-wrapper_top-staff {
	position: relative;
	bottom: -32px;
	height: 112px
}

@media (min-width: 1201px) {
	.intro-icon__img-wrapper_top-staff {
		height: 140px;
		bottom: -40px
	}
}

.intro-icon__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.intro-icon__svg {
	position: absolute;
	right: 0;
	bottom: -50px
}

@media (max-width: 544px) {
	.intro-icon__svg {
		bottom: -100px;
		left: 20px
	}
}

.intro-icon_soon {
	bottom: 85px
}

@media (max-width: 1440px) {
	.intro-icon_soon {
		right: 20px
	}
}

@media (max-width: 960px) {
	.intro-icon_soon {
		top: 30px
	}
}

@media (max-width: 544px) {
	.intro-icon_soon {
		top: auto;
		bottom: 85px;
		display: block
	}
}

.intro-icon_popup {
	cursor: pointer;
	opacity: .75
}

@media (pointer: fine) {
	.intro-icon_popup:hover {
		opacity: .95
	}
}

.popup-info {
	position: absolute;
	z-index: 10;
	top: 0;
	min-width: 200px;
	max-width: 470px;
	padding: 20px 60px 20px 30px;
	content: '';
	background: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1)
}

.popup-info_email-message {
	top: unset;
	bottom: calc(100% + 12px);
	left: 0;
	padding: 20px 30px
}

.popup-info__triangle {
	position: absolute;
	top: 100%;
	width: 20px;
	height: 16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 16px 10px 0;
	border-style: solid;
	border-color: #fff transparent transparent
}

.popup-info__close-icon {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
	color: #8c8c8c
}

@media (pointer: fine) {
	.popup-info__close-icon:hover {
		color: #020303
	}
}

.popup-info__close-icon:active {
	color: #5ccae9
}

.calculator-extended__info-icon-wrapper {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px
}

.calculator-extended__info-icon-wrapper_radiobutton {
	margin-right: -20px
}

.calculator-extended__info-icon {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	position: absolute;
	width: 100%;
	height: auto;
	cursor: pointer;
	color: #556170
}

@media (pointer: fine) {
	.calculator-extended__info-icon:hover {
		color: #5ccae9
	}
}

.calculator-extended__info-icon:active {
	color: #020303
}

.toggle-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	cursor: pointer
}

.toggle-checkbox__input {
	position: absolute;
	z-index: -1000;
	opacity: 0
}

.toggle-checkbox__input:checked~.toggle-checkbox__switcher {
	background-color: #ffeb75
}

.toggle-checkbox__input:checked~.toggle-checkbox__switcher::after {
	left: calc(100% - 18px);
	border-color: #5ccae9;
	background-color: #5ccae9
}

.toggle-checkbox__switcher {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	position: relative;
	width: 30px;
	height: 10px;
	border-radius: 8px;
	background-color: #c7c7c7
}

.toggle-checkbox__switcher::after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 50%;
	left: -2px;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: thin solid #c7c7c7;
	border-radius: 50%;
	background-color: #fff
}

.toggle-checkbox__switcher_text_both_sides {
	margin-right: 20px;
	margin-left: 20px
}

.custom-checkbox {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-checkbox:checked+.custom-checkbox-label:before {
	background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg     xmlns="http://www.w3.org/2000/svg" id="check" x="0" y="0" version="1.1" viewBox="0 0 15 15"     xml:space="preserve"%3E%3Cstyle%3E .st0%7Bfill:%23fedb13%7D.st1%7Bfill:%23898989%7D %3C/style%3E%3Cpath     d="M2.8 7.2L4 6l2.5 2.5 4.4-4.4 1.2 1.2-5.6 5.6-3.7-3.7z" class="st0"/%3E%3Cpath d="M13.1 1c.5 0 .9.4.9.9v11.2c0     .5-.4.9-.9.9H1.9c-.5 0-.9-.4-.9-.9V1.9c0-.5.4-.9.9-.9h11.2m0-1H1.9C.9 0 0 .9 0 1.9v11.2c0 1 .9 1.9 1.9 1.9h11.2c1     0 1.9-.9 1.9-1.9V1.9c0-1-.9-1.9-1.9-1.9z" class="st1"/%3E%3C/svg%3E') no-repeat
}

.custom-checkbox-label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 10px 8px 36px;
	cursor: pointer
}

.custom-checkbox-label:before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" id="check" x="0" y="0" version="1.1"     viewBox="0 0 15 15" xml:space="preserve"%3E%3Cstyle%3E .st1%7Bfill:%23898989%7D %3C/style%3E%3Cpath     d="M13.1 1c.5 0 .9.4.9.9v11.2c0 .5-.4.9-.9.9H1.9c-.5 0-.9-.4-.9-.9V1.9c0-.5.4-.9.9-.9h11.2m0-1H1.9C.9 0 0 .9 0     1.9v11.2c0 1 .9 1.9 1.9 1.9h11.2c1 0 1.9-.9 1.9-1.9V1.9c0-1-.9-1.9-1.9-1.9z" class="st1"/%3E%3C/svg%3E') no-repeat
}

.checkbox-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px
}

.checkbox-wrapper_without_padding_top {
	padding-top: 0
}

.checkbox {
	position: relative;
	margin-left: 36px;
	cursor: pointer
}

.checkbox_full-width {
	width: 100%
}

.checkbox__box::before {
	position: absolute;
	top: 0;
	left: -36px;
	width: 22px;
	height: 22px;
	content: ' ';
	border: thin solid #e0e0e0;
	border-radius: 2px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none'        xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center
}

.checkbox__input {
	position: absolute;
	visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.checkbox__input:checked+.checkbox__box::before {
	border-color: transparent;
	background-color: #5ccae9;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none'         xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.73077L4.79532 8.5L11.5 1' stroke='white'         stroke-width='2'/%3E%3C/svg%3E%0A")
}

.checkbox__name {
	word-break: break-word
}

.checkbox__name_nda {
	position: relative;
	width: 100%;
	padding-right: 22px
}

.checkbox__name_with_tooltip {
	padding-right: 22px
}

.checkbox__info-icon-wrapper {
	position: absolute;
	display: inline-block;
	min-width: 16px;
	height: 16px;
	margin-left: 6px;
	cursor: pointer
}

@media (pointer: fine) {
	.checkbox__info-icon-wrapper:hover .checkbox__info-icon {
		color: #5ccae9
	}
}

.checkbox__info-icon-wrapper_absolute {
	position: absolute
}

.checkbox__info-icon {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	position: absolute;
	width: 100%;
	height: auto;
	color: #556170
}

.checkbox-button {
	display: inline-block;
	margin-top: 20px;
	white-space: nowrap
}

.checkbox-button:not(:last-of-type) {
	margin-right: 16px
}

@media (min-width: 545px) {
	.checkbox-button:not(:last-of-type) {
		margin-right: 26px
	}
}

.checkbox-button__label {
	position: relative;
	padding: 4px 30px;
	cursor: pointer;
	border: thin solid #5ccae9;
	border-radius: 4px
}

@media (pointer: fine) {
	.checkbox-button__label:hover,
	.checkbox-button__label.gift-button:hover {
		background: #5ccae9
	}
}

.checkbox-button__label.gift-button {
	background: transparent;
	position: relative;
	margin-top: 10px;
	padding: 4px 30px 4px 15px
}

@media (min-width: 657px) {
	.checkbox-button__label.gift-button {
		margin-top: 0;
		margin-left: 20px
	}
}

.checkbox-button__label.gift-button:not(:last-of-type) {
	margin-right: 10px
}

.checkbox-button__label.gift-button:before,
.checkbox-button__label.gift-button:after {
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	right: 15px;
	width: 1px;
	height: 15px;
	background: #020303
}

@media (max-width: 1025px) {
	.checkbox-button__label.gift-button:before,
	.checkbox-button__label.gift-button:after {
		top: 8px
	}
}

.checkbox-button__label.gift-button:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.checkbox-button__label.gift-button:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	visibility: visible
}

.checkbox-button__label::after {
	visibility: hidden;
	width: 12px;
	height: 9px;
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none"       viewBox="0 0 9 8"%3E%3Cpath stroke="%23020303" d="M1 4l3 2.5L8.5 1"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center
}

.checkbox-button__input {
	position: absolute;
	visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.checkbox-button__input:checked+.checkbox-button__label {
	padding-right: 18px;
	padding-left: 18px;
	background-color: #5ccae9
}

.checkbox-button__input:checked+.checkbox-button__label::after {
	display: inline-block;
	visibility: visible;
	margin-bottom: 2px;
	margin-left: 8px
}

.hint {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	padding: 20px;
	background: #fafafa
}

@media (min-width: 545px) {
	.hint {
		padding: 20px 50px
	}
}

@media (min-width: 1025px) {
	.hint {
		padding: 20px 65px
	}
}

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

@media (max-width: 768px) {
	.hint_wrap-tablet {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.hint_white_bg {
	background: #fff
}

.hint_without_indents {
	margin: 0;
	padding: 0
}

.hint_without_padding {
	padding: 0
}

.hint_padding-qa {
	padding-top: 39px;
	padding-bottom: 39px
}

.hint__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (min-width: 769px) {
	.hint__content_padding-right {
		padding-right: 30px
	}
}

.hint__text {
	max-width: 600px
}

@media (min-width: 961px) {
	.hint__text {
		max-width: 700px
	}
}

.hint__text_full-width {
	max-width: none
}

.hint__text .bold {
	font-weight: 500
}

.hint__button {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (min-width: 769px) {
	.hint__button {
		margin-left: auto
	}
}

@media (max-width: 768px) {
	.hint__button {
		margin-top: 20px
	}
}

.hint svg {
	width: auto;
	height: 45px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media (min-width: 545px) {
	.hint svg {
		margin-right: 25px
	}
}

@media (min-width: 1025px) {
	.hint svg {
		margin-right: 50px
	}
}

.hint_gray {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
	background-color: #fafafa
}

@media (max-width: 960px) {
	.hint_gray {
		margin-top: 90px
	}
}

@media (max-width: 544px) {
	.hint_gray {
		display: none
	}
}

.g-captcha-hint {
	width: 100%;
	margin-top: 40px;
	padding: 20px;
	background: #fafafa;
	text-align: center
}

.g-captcha-hint_white-bg {
	background: #fff
}

.nda-signature {
	width: 100%;
	margin-top: 40px
}

.nda-signature_with_button {
	margin-top: 0;
	margin-bottom: 40px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media (min-width: 545px) {
	.nda-signature_with_button {
		margin-bottom: 0;
		margin-left: 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width: 961px) {
	.nda-signature_with_button {
		margin-left: 30px
	}
}

.header {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%
}

.header_transparent .header__topline {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width: 545px) {
	.header_transparent .header__topline {
		background: rgba(2, 3, 3, 0.15);
		-webkit-box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13);
		box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13)
	}
}

.header_transparent .header__logo-text {
	color: #fff
}

.header_transparent .main-nav__link {
	color: #fff
}

.header_transparent .nav-trigger {
	color: #5ccae9
}

.header_transparent .nav-trigger__burger-item {
	background: #5ccae9
}

.header__logo-wrap {
	position: relative;
	z-index: 102;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 34px
}

.header__logo-wrap_light {
	margin-right: 5px;
	margin-bottom: 0
}

.header__logo-wrap_black {
	width: auto
}

.header__logo {
	display: inline-block;
	width: 115px;
	margin-right: 20px;
	font-size: 0
}

.header__logo_circle {
	position: relative;
	display: block;
	width: 128px;
	height: 72px;
	margin-right: 14px
}

@media (min-width: 960px) {
	.header__logo_circle {
		width: 160px;
		height: 90px
	}
}

.header__logo_white {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	width: 100px
}

@media (min-width: 1176px) {
	.header__logo_white {
		width: 192px
	}
}

.header__logo-img {
	width: auto;
	height: 100%
}

.header__logo-text {
	font-family: inherit;
	font-weight: 800;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	display: inline-block;
	text-transform: uppercase;
	color: #020303
}

@media (min-width: 960px) and (max-width: 1044px) {
	.header__logo-text {
		display: none
	}
}

.header__topline {
	position: relative;
	height: 55px;
	-webkit-transition: background-color .2s linear, padding .1s ease-in-out;
	transition: background-color .2s linear, padding .1s ease-in-out;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13);
	box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13)
}

@media (min-width: 769px) {
	.header__topline {
		border-bottom: none
	}
}

@media (min-width: 960px) {
	.header__topline {
		height: 80px
	}
}

.header__phone {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	display: none;
	margin-left: auto
}

@media (min-width: 961px) {
	.header__phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		opacity: 1
	}
}

@media (pointer: fine) {
	.header__phone:hover .phone {
		color: #5ccae9
	}
}

.header__phone:active .phone {
	color: #020303
}

.header__phone-icon {
	width: auto;
	height: 26px;
	color: #5ccae9
}

@media (min-width: 885px) and (max-width: 1080px) {
	.header__topline-inside,
	.header__botline-inside {
		padding-right: 30px;
		padding-left: 30px
	}
}

.header__topline-inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%
}

.header__botline {
	position: relative;
	color: #fff
}

.header__botline-inside {
	display: none
}

@media (min-width: 769px) {
	.header__botline-inside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 72px
	}
}

.header__progress-container {
	display: none;
	width: 100%;
	height: 6px;
	background: #ebebeb
}

.header__progress-bar {
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
	width: 0;
	height: 6px;
	background: #5ccae9
}

.header__navigation {
	display: none
}

@media (min-width: 960px) {
	.header__navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.logo__img {
	display: block;
	height: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.phone {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	margin: 20px 0 0;
	padding-left: 35px;
	white-space: nowrap;
	text-shadow: 0 0 8px rgba(2, 3, 3, 0.2)
}

@media (min-width: 769px) {
	.phone {
		margin: 0;
		padding-left: 10px
	}
}

.phone_dark {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
	color: #020303;
	text-shadow: none;
	-ms-flex-item-align: center;
	align-self: center
}

.phone_dark--disabled {
	top: -250px;
	visibility: hidden;
	opacity: 0
}

.arrow-rotated {
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	position: absolute;
	top: 47%;
	right: 0;
	width: 10px;
	height: 6px;
	color: inherit
}

.arrow-rotated_active {
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.arrow-rotated_mobile {
	position: absolute;
	top: 45%;
	right: 2px
}

.js-header_scroll .header__phone,
.js-header_scroll-index .header__phone {
	margin-left: auto;
	opacity: 0
}

.js-header_scroll .header__botline,
.js-header_scroll-index .header__botline {
	height: 0;
	pointer-events: none
}

.js-header_scroll-index .header__topline {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13);
	box-shadow: 0 2px 10px rgba(2, 3, 3, 0.13)
}

.js-header_scroll-index .header__logo-text {
	color: #020303
}

.js-header_scroll-index .main-nav {
	color: #020303
}

.js-header_scroll-index .main-nav__link {
	color: #020303
}

.js-header_scroll-index .main-nav__navigation-separator {
	background: rgba(2, 3, 3, 0.3)
}

@media (max-width: 959px) {
	.js-lock .header__logo-text,
	.js-lock .nav-trigger {
		color: #020303
	}
	.js-lock .nav-trigger__burger-item {
		background: #020303
	}
}

@media (max-width: 544px) {
	body::-webkit-scrollbar {
		width: 0
	}
	body {
		-ms-overflow-style: none;
		overflow-style: auto
	}
}

.nav-trigger {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	z-index: 102;
	top: 50%;
	right: 30px;
	display: none;
	width: 27px;
	height: 20px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}

@media (pointer: fine) {
	.nav-trigger:hover {
		color: #5ccae9
	}
}

@media (max-width: 959px) {
	.nav-trigger {
		display: block;
		opacity: 1
	}
}

@media (max-width: 885px) {
	.nav-trigger {
		right: 20px
	}
}

.nav-trigger__burger-item {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 1px;
	background: #020303
}

.nav-trigger__burger-item:nth-child(1) {
	top: 0
}

.nav-trigger__burger-item:nth-child(2),
.nav-trigger__burger-item:nth-child(3) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg)
}

.nav-trigger__burger-item:nth-child(4) {
	bottom: 0
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation: landscape) {
	.nav-trigger.js-active {
		margin-bottom: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1
	}
}

.nav-trigger_search-panel {
	padding: 0;
	background: transparent;
	border: none;
	right: 80px;
	color: #5ccae9
}

@media (max-width: 885px) {
	.nav-trigger_search-panel {
		right: 70px
	}
}

@media (max-width: 1380px) {
	.nav-trigger_de-lang {
		display: block
	}
}

@media (max-width: 1325px) {
	.nav-trigger_fr-lang {
		display: block
	}
}

.nav-trigger_dark {
	color: #020303
}

.nav-trigger_dark .nav-trigger__burger-item {
	background: #020303
}

.nav-trigger.js-active .nav-trigger__burger-item {
	background-color: #020303
}

.nav-trigger.js-active .nav-trigger__burger-item:nth-child(1) {
	top: 50%;
	left: 50%;
	width: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-trigger.js-active .nav-trigger__burger-item:nth-child(2) {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.nav-trigger.js-active .nav-trigger__burger-item:nth-child(3) {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

.nav-trigger.js-active .nav-trigger__burger-item:nth-child(4) {
	bottom: 50%;
	left: 50%;
	width: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}

.header__fixed .nav-trigger .nav-trigger__burger-item {
	background: #020303
}

.mobile-panel {
	position: fixed;
	z-index: 25;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 88px;
	background: #fff
}

.mobile-panel.active {
	display: block
}

@media (max-width: 1024px) {
	.mobile-panel {
		padding-top: 75px
	}
}

@media (max-width: 768px) {
	.mobile-panel {
		padding-top: 62px
	}
}

@media (max-width: 544px) {
	.mobile-panel {
		padding-top: 70px
	}
}

.mobile-panel__container {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 20px
}

@media (orientation: landscape) {
	.mobile-panel__container {
		padding-bottom: 100px
	}
}

.mobile-panel__search {
	position: relative;
	width: calc(100% - 50px);
	max-width: 580px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: thin solid #adadad
}

@media (max-width: 544px) {
	.mobile-panel__search {
		padding-right: 6px;
		padding-left: 6px
	}
}

.mobile-panel__search .gsc-thumbnail-inside,
.mobile-panel__search .gsc-url-top,
.mobile-panel__search .gsc-control-cse,
.mobile-panel__search .gsc-control-cse .gsc-table-result {
	padding: 0
}

.mobile-panel__search .gsc-results {
	width: 100%
}

.mobile-panel__search .gcsc-find-more-on-google-root {
	display: none
}

.mobile-panel__search-field {
	position: relative
}

.mobile-panel__search-input {
	width: 100%;
	padding: 0 34px 10px;
	border-width: 0 0 thin 0;
	border-style: solid;
	border-color: #adadad
}

.mobile-panel__search-icon,
.mobile-panel__search-reset-button {
	position: absolute;
	top: 6px
}

.mobile-panel__search-icon {
	left: 0;
	color: #5ccae9
}

.mobile-panel__search-reset-button {
	padding: 0;
	background: transparent;
	border: none;
	right: 0;
	visibility: hidden;
	width: 20px;
	height: 20px
}

.mobile-panel__search-list {
	margin-top: 25px
}

.mobile-panel__search-item {
	padding: 10px
}

.mobile-panel__search-item+.mobile-panel__search-item {
	border-top: 1px solid rgba(224, 224, 224, 0.5)
}

.mobile-panel__lang {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 44px;
	padding-bottom: 16px
}

@media (min-width: 768px) {
	.mobile-panel__lang {
		margin-top: 36px
	}
}

.mobile-panel__lang-title {
	min-width: 95px
}

.mobile-panel__lang-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 216px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.mobile-panel__lang-item {
	position: relative;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.mobile-panel__lang-item:not(:first-child):before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 24px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .5;
	background: #e0e0e0
}

.mobile-panel__lang-link {
	position: relative
}

.mobile-panel__lang-link:active {
	color: #5ccae9
}

.mobile-panel__lang-link_active:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #5ccae9
}

.mobile-panel__button-line {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (max-width: 544px) {
	.mobile-panel__button-line {
		margin-bottom: 20px
	}
}

@media (max-width: 544px) {
	.mobile-panel__button {
		width: calc(100% - 70px);
		max-width: 305px
	}
}

.mobile-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 24px auto 0;
	-webkit-tap-highlight-color: transparent
}

.mobile-nav__dropdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.mobile-nav__dropdown-wrapper:last-child .mobile-nav__link,
.mobile-nav__dropdown-wrapper:last-child .mobile-nav__dropdown-sublist {
	border-bottom: none
}

.mobile-nav__dropdown-title:hover {
	color: #020303
}

.mobile-nav__dropdown-list {
	-webkit-transition: max-height .5s ease;
	transition: max-height .5s ease;
	display: none;
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid rgba(224, 224, 224, 0.5);
	border-bottom: 1px solid rgba(224, 224, 224, 0.5);
	background-color: #fafafa
}

@media (max-width: 544px) {
	.mobile-nav__dropdown-list {
		padding: 10px 0
	}
}

.mobile-nav__dropdown-list_thin_links {
	padding: 10px
}

@media (min-width: 544px) {
	.mobile-nav__dropdown-list_thin_links {
		padding: 15px 0 14px
	}
}

.mobile-nav__dropdown-list_thin_links .mobile-nav__link {
	padding-left: 10px;
	font-weight: 300
}

@media (max-width: 544px) {
	.mobile-nav__dropdown-list_thin_links .mobile-nav__link {
		padding-left: 3px
	}
}

.mobile-nav__dropdown-sublist {
	display: none;
	width: calc(100% - 70px);
	max-width: 580px;
	margin: 15px 35px 24px;
	padding: 0 30px;
	border-top: 1px solid rgba(224, 224, 224, 0.5);
	border-bottom: 1px solid rgba(224, 224, 224, 0.5)
}

@media (max-width: 544px) {
	.mobile-nav__dropdown-sublist {
		max-width: 305px;
		margin: 0 35px 20px;
		padding: 0 20px
	}
}

.mobile-nav__link {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	display: block;
	width: calc(100% - 50px);
	max-width: 580px;
	padding: 30px 0 30px 9px;
	cursor: pointer;
	text-align: left;
	color: #020303;
	border-bottom: 1px solid rgba(224, 224, 224, 0.5)
}

@media (pointer: fine) {
	.mobile-nav__link:hover {
		color: #5ccae9
	}
}

.mobile-nav__link.js-link-active {
	color: #5ccae9
}

@media (max-width: 544px) {
	.mobile-nav__link {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 312px;
		padding: 20px 6px;
		line-height: 1.6
	}
}

.mobile-nav__link_hidden {
	margin: 0 auto;
	padding: 16px 0 15px 10px;
	font-size: 1.6rem;
	border: none;
	background-color: transparent
}

@media (max-width: 768px) {
	.mobile-nav__link_hidden {
		height: auto
	}
}

@media (max-width: 544px) {
	.mobile-nav__link_hidden {
		padding: 11px 0 10px 6px
	}
}

.mobile-nav__link_hidden:after {
	background: none
}

.mobile-nav__link_active {
	border: none
}

.mobile-nav__link_active .arrow-rotated_mobile {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.mobile-nav__link:active {
	color: #5ccae9
}

.mobile-nav__link:last-child::after {
	display: none
}

@media (max-width: 885px) {
	.mobile-nav__link_primary,
	.mobile-nav__link_current {
		padding: 13px 0
	}
}

.mobile-nav__link_current {
	font-weight: 500;
	border-bottom: 2px solid #5ccae9
}

@media (max-width: 885px) {
	.mobile-nav__link_hide-885 {
		display: none
	}
}

.mobile-nav__link_current {
	font-weight: 500;
	text-decoration: none
}

.mobile-nav__link_sublist {
	width: 100%;
	margin: 0;
	padding: 11px 0 10px;
	font-weight: 300
}

@media (min-width: 768px) {
	.mobile-nav__link_sublist {
		padding: 16px 0 15px
	}
}

.mobile-nav__link_sublist:first-child {
	margin-top: 20px
}

@media (min-width: 768px) {
	.mobile-nav__link_sublist:first-child {
		margin-top: 14px
	}
}

@media (min-width: 768px) {
	.mobile-nav__link_sublist:last-child {
		margin-bottom: 14px
	}
}

.mobile-nav__link.nav__link_current {
	font-weight: 500;
	border-bottom: 1px solid #5ccae9
}

.mobile-layout {
	max-width: 375px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 35px
}

@media (min-width: 544px) {
	.mobile-layout {
		max-width: 655px;
		padding-left: 46px
	}
}

@media (max-width: 1175px) {
	.js-header_scroll .nav-trigger,
	.js-header_scroll-index .nav-trigger {
		top: 50%;
		margin-bottom: 0;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1
	}
}

.js-header_scroll .nav-trigger__burger-item,
.js-header_scroll-index .nav-trigger__burger-item {
	background-color: #020303
}

@media (max-width: 1380px) {
	.js-header_scroll .nav-trigger_de-lang,
	.js-header_scroll-index .nav-trigger_de-lang {
		margin-bottom: 0;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1
	}
}

@media (max-width: 1325px) {
	.js-header_scroll .nav-trigger_fr-lang,
	.js-header_scroll-index .nav-trigger_fr-lang {
		margin-bottom: 0;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1
	}
}

.js-header_scroll .nav-trigger_search-panel,
.js-header_scroll-index .nav-trigger_search-panel {
	color: #020303
}

.intro {
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 712px;
	margin-top: 80px;
	color: #fff;
	background: 50%/cover no-repeat #020d1c
}

@media (max-width: 960px) {
	.intro {
		min-height: 533px;
		margin-top: 55px
	}
}

@media (max-width: 545px) {
	.intro {
		min-height: 702px
	}
}

.intro::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgba(2, 13, 28, 0)), to(#020d1c));
	background: linear-gradient(180deg, rgba(2, 13, 28, 0) 64%, #020d1c 100%)
}

@media (max-width: 544px) {
	.intro::after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(2, 3, 3, 0)), color-stop(86%, rgba(2, 3, 3, 0.93)));
		background: linear-gradient(180deg, rgba(2, 3, 3, 0) 27%, rgba(2, 3, 3, 0.93) 86%)
	}
}

.intro_md {
	min-height: 662px
}

@media (min-width: 545px) {
	.intro_md {
		min-height: 577px
	}
}

@media (min-width: 961px) {
	.intro_md {
		min-height: 546px
	}
}

.intro_sm {
	min-height: 500px
}

@media (min-width: 545px) {
	.intro_sm {
		min-height: 370px
	}
}

@media (min-width: 961px) {
	.intro_sm {
		min-height: 440px
	}
}

.intro_panorama_active {
	z-index: 1;
	margin-bottom: 50px
}

@media (min-width: 1201px) {
	.intro_panorama_active {
		margin-bottom: 60px
	}
}

.intro_panorama_active::after {
	content: none
}

.intro_error-page {
	z-index: 2
}

@media (max-width: 544px) {
	.intro_error-page {
		min-height: 542px
	}
}

.intro_error-page::after {
	display: none
}

.intro_index {
	margin-top: 0
}

@media (min-width: 545px) {
	.intro_index {
		min-height: 666px
	}
}

@media (min-width: 886px) {
	.intro_index {
		min-height: 577px
	}
}

@media (min-width: 961px) {
	.intro_index {
		min-height: 748px
	}
}

.intro_policy-page {
	min-height: 544px
}

@media (min-width: 545px) {
	.intro_policy-page {
		min-height: 412px
	}
}

.intro_case-page {
	overflow: hidden
}

.intro_darkened::after,
.intro_case-page::after,
.intro_web-dev-page::after,
.intro_events-page::after {
	background-color: rgba(2, 3, 3, 0.1)
}

.intro__text-popup {
	position: relative;
	border: none;
	background-color: transparent
}

.intro__text-popup:hover .intro__description-symbol {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.intro__picture {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.intro__picture_mobile {
	display: none
}

@media (max-width: 544px) {
	.intro__picture_mobile {
		display: block
	}
}

.intro__picture-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.intro__picture-image_mobile {
	display: none
}

@media (max-width: 544px) {
	.intro__picture-image_mobile {
		display: block
	}
}

.intro__video {
	display: none
}

@media (min-width: 545px) {
	.intro__video {
		position: absolute;
		left: 50%;
		display: block;
		height: 100%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.intro__title-symbol {
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
	position: absolute;
	width: 15px;
	height: auto;
	margin-top: 10px;
	margin-left: 8px
}

@media (min-width: 961px) {
	.intro__title-symbol {
		width: 23px
	}
}

.intro__description-symbol {
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
	position: absolute;
	top: -5px;
	right: -15px;
	width: 15px;
	height: auto
}

.intro__icon-wrapper {
	position: absolute;
	z-index: 1;
	right: 50%;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1340px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 960px) {
	.intro__icon-wrapper {
		top: 0;
		bottom: auto
	}
}

@media (max-width: 544px) {
	.intro__icon-wrapper {
		top: auto;
		bottom: 0
	}
}

.intro__link {
	z-index: 2;
	font-size: 1.8rem;
	border-width: 0 0 2px 0
}

@media (min-width: 545px) {
	.intro__link {
		font-size: 2rem
	}
}

.intro__office-location {
	z-index: 1
}

.intro.js--absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.intro__virtual-tour {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover
}

@media (min-width: 886px) {
	.intro__content-layout_page_article {
		margin-left: 90px
	}
}

@media (min-width: 961px) {
	.intro__content-layout_page_article {
		margin-left: 45px
	}
}

.intro__info {
	z-index: 1;
	margin-top: auto;
	margin-bottom: 250px
}

@media (min-width: 657px) {
	.intro__info {
		margin-top: auto;
		margin-bottom: 110px
	}
}

@media (min-width: 1025px) {
	.intro__info {
		margin-top: auto;
		padding-bottom: 0;
		margin-bottom: 120px
	}
}

@media (max-width: 544px) {
	.intro__info_sm {
		margin-bottom: 166px
	}
}

.intro__info_narrow {
	margin-top: 280px
}

@media (min-width: 657px) {
	.intro__info_narrow {
		margin-top: 180px
	}
}

.intro__info_index-page {
	margin-bottom: 200px
}

@media (min-width: 657px) {
	.intro__info_index-page {
		margin-bottom: 85px
	}
}

@media (min-width: 961px) {
	.intro__info_index-page {
		margin-bottom: 130px
	}
}

.intro__info_office-page {
	z-index: auto
}

@media (min-width: 545px) {
	.intro__info_office-page {
		margin-bottom: 185px
	}
}

.intro__info_case-page {
	margin-bottom: 250px
}

@media (min-width: 545px) {
	.intro__info_case-page {
		margin-bottom: 130px
	}
}

@media (min-width: 961px) {
	.intro__info_case-page {
		margin-bottom: 250px
	}
}

.intro__info_meet-us-page {
	margin-bottom: 230px
}

@media (min-width: 545px) {
	.intro__info_meet-us-page {
		margin-bottom: 130px
	}
}

@media (max-width: 656px) {
	.intro__info_with_icons {
		margin-bottom: 215px
	}
}

@media (max-width: 544px) {
	.intro__info_security {
		margin-bottom: 220px
	}
}

@media (min-width: 960px) {
	.intro__info_security {
		margin-bottom: 105px
	}
}

@media (max-width: 544px) {
	.intro__info_page_article {
		margin-bottom: 175px
	}
}

@media (max-width: 768px) {
	.intro__info_page_article .intro__article-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.intro__info_page_reviews {
	margin-top: 112px
}

@media (min-width: 545px) {
	.intro__info_page_reviews {
		margin-top: 74px
	}
}

@media (min-width: 961px) {
	.intro__info_page_reviews {
		margin-top: 124px
	}
}

@media (max-width: 544px) {
	.intro__info_page_reviews {
		margin-bottom: 142px
	}
}

.intro__info_page_error-404 {
	margin-top: 40px
}

@media (min-width: 961px) {
	.intro__info_page_error-404 {
		margin-top: 112px
	}
}

.intro__title {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-shadow: 0 0 8px rgba(2, 3, 3, 0.65)
}

.intro__title::after {
	position: absolute;
	bottom: 15px;
	width: 5px;
	height: 5px;
	margin-left: 5px;
	content: '';
	border-radius: 50%;
	background-color: #5ccae9
}

@media (max-width: 544px) {
	.intro__title::after {
		bottom: 8px;
		width: 4px;
		height: 4px;
		margin-left: 2px
	}
}

@media (min-width: 657px) {
	.intro__title_with_icons {
		width: calc(100% - 270px)
	}
}

@media (min-width: 1201px) {
	.intro__title_with_icons {
		width: calc(100% - 206px)
	}
}

.intro__title_icon_info {
	cursor: pointer
}

@media (pointer: fine) {
	.intro__title_icon_info:hover .intro__title-symbol {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.intro__title_without_dot::after {
	content: none
}

.intro__title_opacity_0 {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0
}

.intro__title_telco-page {
	max-width: 780px
}

.intro__title_page_index {
	max-width: 516px
}

.intro__title_page_enterprise {
	max-width: 600px
}

@media (min-width: 1440px) {
	.intro__title_page_enterprise {
		max-width: 860px
	}
}

.intro__title_lg {
	font-size: 6.6rem
}

@media (max-width: 544px) {
	.intro__title_lg {
		width: 100%;
		font-size: 4.6rem
	}
}

.intro__title_videos-page {
	max-width: 300px
}

@media (min-width: 545px) {
	.intro__title_videos-page {
		max-width: 620px
	}
}

.intro__title_supply-chain-page {
	max-width: 500px
}

@media (min-width: 961px) {
	.intro__title_supply-chain-page {
		max-width: 800px
	}
}

.intro__title_our_events_page {
	max-width: 550px
}

@media (min-width: 961px) {
	.intro__title_our_events_page {
		max-width: 680px
	}
}

.intro__title_technology_page {
	max-width: 618px
}

@media (min-width: 961px) {
	.intro__title_technology_page {
		max-width: 750px
	}
}

.intro__title_data-science-page,
.intro__title_fintech-banking-page {
	max-width: 890px
}

@media (max-width: 544px) {
	.intro__title_desktop {
		display: none
	}
}

.intro__title_mobile {
	display: inline-block
}

@media (min-width: 545px) {
	.intro__title_mobile {
		display: none
	}
}

.intro__title_page_careers-job {
	width: auto
}

.intro__text {
	margin-top: 20px;
	text-shadow: 0 0 8px rgba(2, 3, 3, 0.65)
}

@media (max-width: 768px) {
	.intro__text {
		margin: 10px 0 30px
	}
}

@media (max-width: 544px) {
	.intro__text {
		margin: 20px 0 30px
	}
}

.intro__text_not-available-job-page {
	max-width: 820px
}

.intro__text_case-page {
	max-width: 600px
}

.intro__text_error-page {
	max-width: 470px
}

.intro__text_with-popup {
	position: relative;
	display: block;
	width: auto;
	padding: 0;
	cursor: pointer;
	text-align: left;
	border: none;
	background-color: transparent
}

.intro__text_with-popup:hover .svg-icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media (max-width: 544px) {
	.intro__text_with-popup {
		display: inline-block
	}
}

@media (max-width: 544px) {
	.intro__text_desktop {
		display: none
	}
}

.intro__text_mobile {
	display: none
}

@media (max-width: 544px) {
	.intro__text_mobile {
		display: block
	}
}

@media (min-width: 657px) {
	.intro__text_with_icons {
		width: calc(100% - 270px)
	}
}

@media (min-width: 1201px) {
	.intro__text_with_icons {
		width: calc(100% - 360px)
	}
}

.intro__text-item {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	display: inline-block
}

.intro__text-item:not(:last-child) {
	padding-right: 17px
}

.intro__text-item:not(:last-child)::after {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 1px;
	height: 22px;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background-color: #fff
}

.intro__text-info-icon {
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
	position: absolute;
	top: -6px;
	right: -25px;
	width: 15px;
	height: auto
}

@media (max-width: 544px) {
	.intro__text-info-icon {
		top: auto;
		right: auto;
		bottom: 10px;
		margin-left: 5px
	}
}

.intro__description-link {
	display: inline;
	margin-right: 30px;
	font: inherit
}

.intro__description-link:after {
	position: absolute;
	padding-top: inherit;
	padding-left: 10px;
	content: url("#")
}

.intro__button {
	width: 100%;
	max-width: 215px;
	margin-top: 31px
}

@media (max-width: 960px) {
	.intro__button {
		margin-top: 23px
	}
}

@media (max-width: 768px) {
	.intro__button {
		width: 100%;
		margin-top: 35px
	}
}

.intro__article-row {
	margin-top: 20px
}

@media (min-width: 545px) {
	.intro__article-row {
		width: 460px
	}
}

.intro__article-row_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

.intro__article {
	max-width: 200px
}

@media (max-width: 544px) {
	.intro__article:not(:first-of-type) {
		display: none
	}
}

.intro__article-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.intro__article-forbes-logo {
	width: auto;
	height: 16px;
	color: #fff
}

.intro__article-link {
	margin-top: 20px
}

.intro__article-description {
	min-height: 56px
}

.intro__article-author {
	position: relative;
	padding-left: 30px
}

.intro__article-author::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5       vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMSI+CiAgPHBhdGggc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjEuMiIgZD0iTTEyLjYzODMgNi4       2OTczN0MxMi42MzgzIDguMTEwNDcgMTEuNDQxNSA5LjI5NDczIDkuOTE2NTIgOS4yOTQ3M0M4LjM5MTUyIDkuMjk0NzMgNy4xOTQ3MyA4LjExMDQ       3IDcuMTk0NzMgNi42OTczN0M3LjE5NDczIDUuMjg0MjYgOC4zOTE1MiA0LjEgOS45MTY1MiA0LjFDMTEuNDQxNSA0LjEgMTIuNjM4MyA1LjI4NDI       2IDEyLjYzODMgNi42OTczN1oiLz4KICA8cGF0aCBzdHJva2U9IiNBREFEQUQiIHN0cm9rZS13aWR0aD0iMS4yIiBkPSJNMTUuODEwOCAxNi45MzE       zQzE1LjgxMDggMTMuNzkyIDEzLjE2NjkgMTEuMjQ3MSA5LjkwNTQxIDExLjI0NzFDNi42NDM5NCAxMS4yNDcxIDQgMTMuNzkyIDQgMTYuOTMxMyI       vPgo8L3N2Zz4K")
}

.intro__article-author-position_with_dot,
.intro__article-date_with_dot {
	position: relative;
	margin-left: 25px
}

.intro__article-author-position_with_dot::before,
.intro__article-date_with_dot::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	width: 3px;
	height: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #adadad;
	border-radius: 50%
}

@media (min-width: 768px) {
	.intro__route-button {
		margin-top: 40px
	}
}

.intro__hot {
	display: inline-block;
	width: 27px;
	height: 37px;
	margin-left: 20px;
	background: url("#") no-repeat center;
	background-size: 100%
}

@media (min-width: 769px) {
	.intro__hot {
		width: 25px;
		height: 36px;
		margin-left: 30px
	}
}

.intro__search-row {
	margin-top: 60px
}

@media (min-width: 769px) {
	.intro__search-row {
		max-width: 760px
	}
}

@media (min-width: 961px) {
	.intro__search-row {
		max-width: 400px
	}
}

.feature {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff
}

@media (min-width: 769px) {
	.feature {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.feature__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	color: #020303
}

@media (min-width: 769px) {
	.feature__column {
		width: 50%
	}
}

.feature__column:first-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 60px 20px
}

@media (min-width: 545px) {
	.feature__column:first-child {
		padding: 80px 20px
	}
}

@media (min-width: 886px) {
	.feature__column:first-child {
		padding-right: 40px;
		padding-left: 60px
	}
}

@media (min-width: 1025px) {
	.feature__column:first-child {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (min-width: 1300px) {
	.feature__column:first-child {
		padding-right: 75px;
		padding-left: 115px
	}
}

@media (max-width: 544px) {
	.feature__column:first-child {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}

.feature__column:not(:first-child) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 60px 20px;
	background: #fafafa
}

@media (min-width: 545px) {
	.feature__column:not(:first-child) {
		padding: 80px 20px
	}
}

@media (min-width: 886px) {
	.feature__column:not(:first-child) {
		padding-right: 60px;
		padding-left: 50px
	}
}

@media (min-width: 1025px) {
	.feature__column:not(:first-child) {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (min-width: 1300px) {
	.feature__column:not(:first-child) {
		padding-right: 115px;
		padding-left: 62px
	}
}

.feature__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%
}

.feature__row:not(:first-of-type) {
	margin-top: 40px
}

@media (min-width: 544px) {
	.feature__row:not(:first-of-type) {
		margin-top: 60px
	}
}

.feature__row_ba {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}

@media (min-width: 545px) {
	.feature__row_ba {
		margin-top: 50px
	}
}

@media (min-width: 769px) {
	.feature__row_ba {
		margin-top: 40px
	}
}

@media (min-width: 961px) {
	.feature__row_ba {
		margin-top: 20px
	}
}

.feature__row_ba:first-child {
	margin-top: 20px
}

.feature__row_ba:not(:first-of-type) {
	margin-top: 45px
}

@media (min-width: 545px) {
	.feature__row_ba:not(:first-of-type) {
		margin-top: 50px
	}
}

@media (min-width: 769px) {
	.feature__row_ba:not(:first-of-type) {
		margin-top: 52px
	}
}

.feature__row_ba .feature__descr {
	padding-right: 15px
}

@media (min-width: 545px) {
	.feature__row_ba .feature__descr {
		padding-right: 0
	}
}

@media (max-width: 544px) {
	.feature__row_ba .feature__count {
		-ms-flex-item-align: center;
		align-self: center
	}
}

@media (max-width: 960px) {
	.feature__row_ba .feature__count-num {
		text-align: right
	}
}

.feature__title {
	width: 100%;
	margin-top: 40px;
	word-break: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	color: #020303
}

@media (min-width: 545px) {
	.feature__title {
		margin-top: 60px
	}
}

.feature__forbes-logo {
	width: auto;
	height: 23px;
	margin-left: 10px;
	color: rgba(2, 3, 3, 0.45)
}

.feature__text {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.65
}

@media (min-width: 961px) {
	.feature__text {
		margin-top: 35px;
		font-size: 1.8rem
	}
}

@media (min-width: 1200px) {
	.feature__text {
		margin-top: 32px
	}
}

.feature__text a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: underline;
	word-break: break-all
}

@media (pointer: fine) {
	.feature__text a:hover {
		color: #5ccae9
	}
}

.feature__note {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 41px;
	margin-bottom: 5px;
	color: #adadad
}

@media (max-width: 544px) {
	.feature__note {
		margin: 39px 0 0;
		font-size: 1.2rem
	}
}

.feature__note-button {
	padding: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: transparent
}

.feature__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 40px
}

.feature__button_big {
	min-width: 210px
}

@media (max-width: 544px) {
	.feature__button_big {
		min-width: 178px;
		padding: 13px 19px
	}
}

.feature__button .svg-icon-play-mini {
	margin-left: 5px
}

.feature__button .svg-icon-play-circle-black {
	margin-left: 10px;
	width: 27px;
	height: auto
}

@media (max-width: 544px) {
	.feature__button-text {
		width: 100%
	}
}

.feature__button-icon {
	margin-top: auto;
	margin-bottom: auto
}

.feature__button-icon-wrapper {
	height: 100%;
	margin-left: auto;
	border-left: thin solid #020303;
	padding: 8px
}

.feature__name {
	position: relative;
	width: 100%;
	text-transform: uppercase
}

.feature__name_ba {
	margin-bottom: 15px
}

@media (max-width: 544px) {
	.feature__name_ba {
		max-width: 210px;
		margin-bottom: 0;
		line-height: 1.43
	}
}

.feature__name_hidden-desktop {
	display: block
}

@media (min-width: 886px) {
	.feature__name_hidden-desktop {
		display: none
	}
}

.feature__name_hidden-laptop {
	display: none
}

@media (min-width: 886px) {
	.feature__name_hidden-laptop {
		display: block
	}
}

.feature__link-name {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	border-bottom: thin solid #5ccae9
}

@media (pointer: fine) {
	.feature__link-name:hover {
		color: #5ccae9
	}
}

.feature__link-name:active {
	color: #5ccae9;
	border-color: #5ccae9
}

.feature__descr {
	-ms-flex-item-align: baseline;
	align-self: baseline;
	width: calc(100% - 105px);
	margin-top: 10px;
	padding-right: 15px
}

@media (min-width: 545px) {
	.feature__descr {
		width: 65%
	}
}

@media (min-width: 769px) {
	.feature__descr {
		width: calc(100% - 125px)
	}
}

@media (min-width: 961px) {
	.feature__descr {
		width: calc(100% - 172px);
		padding-right: 20px
	}
}

.feature__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 50%;
	left: calc(100% - 105px);
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 105px;
	margin-top: 15px;
	padding-left: 38px;
	line-height: 4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width: 545px) {
	.feature__count {
		left: 65%;
		padding-left: 45px
	}
}

@media (min-width: 769px) {
	.feature__count {
		left: calc(100% - 125px);
		max-width: 125px
	}
}

@media (min-width: 961px) {
	.feature__count {
		left: calc(100% - 172px);
		max-width: 172px;
		margin-top: 19px;
		padding-left: 45px
	}
}

.feature__count::before {
	position: absolute;
	top: 50%;
	left: 0;
	height: 47px;
	content: '';
	-webkit-transform: rotate(30deg) translateY(-50%);
	transform: rotate(30deg) translateY(-50%);
	border-left: 1px solid #fafafa;
}

.feature__count-num-wrap {
	position: relative;
	font-size: 0
}

.feature__count-num {
	text-align: left
}

.feature__percent {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1
}

@media (min-width: 545px) {
	.feature__percent {
		font-weight: 300
	}
}

@media (min-width: 961px) {
	.feature__percent {
		font-size: 1.8rem
	}
}

.feature__count-descr {
	margin-top: 2px
}

.feature__icon {
	color: #5ccae9
}

.feature__icon .svg-icon {
	width: auto;
	height: 45px
}

@media (max-width: 544px) {
	.feature_hidden-mobile {
		display: none
	}
}

.feature-map {
	background-color: #fff
}

.feature-map__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 470px;
	margin-bottom: 10px;
	background: #fff
}

@media (min-width: 961px) {
	.feature-map__block {
		min-height: 550px;
		margin-bottom: 0
	}
}

.feature-map__image {
	width: auto;
	height: 45px
}

.feature-map__title {
	width: 100%;
	margin-top: 40px
}

@media (min-width: 657px) {
	.feature-map__title {
		margin-top: 60px
	}
}

.feature-map__description {
	position: relative;
	width: 100%;
	padding: 80px 20px
}

@media (min-width: 769px) {
	.feature-map__description {
		width: 50%;
		padding: 100px 40px 100px 70px
	}
}

@media (min-width: 1025px) {
	.feature-map__description {
		padding: 100px 76px 100px 115px
	}
}

.feature-map__info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px
}

@media (min-width: 545px) {
	.feature-map__info-row {
		margin-top: 50px
	}
}

.feature-map__info-col {
	max-width: 100px
}

.feature-map__info-text {
	margin-top: 5px
}

.feature-map__map-column {
	width: 100%;
	height: 495px;
	overflow: hidden
}

@media (min-width: 768px) {
	.feature-map__map-column {
		width: 50%;
		height: auto
	}
}

.feature-map__map {
	width: 100%;
	height: 100%
}

.photo-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 540px
}

.photo-gallery__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%
}

.photo-gallery__item:first-child {
	margin-right: 30px
}

@media (max-width: 960px) {
	.photo-gallery__item:first-child {
		margin-right: 20px
	}
}

@media (max-width: 768px) {
	.photo-gallery__item:first-child {
		margin-right: 0
	}
}

@media (max-width: 768px) {
	.photo-gallery__item {
		width: 100%
	}
	.photo-gallery__item:not(:first-child) {
		margin-top: 20px
	}
}

.photo-gallery__item_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.photo-gallery__link {
	width: 100%;
	margin: 2px;
	background-color: transparent;
	border: 0;
	padding: 0
}

@media (max-width: 544px) {
	.photo-gallery__link {
		height: 335px
	}
}

.photo-gallery__link_absolute {
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden
}

@media (pointer: fine) {
	.photo-gallery__link_absolute:hover {
		-webkit-box-shadow: 0 0 0 2px #5ccae9;
		box-shadow: 0 0 0 2px #5ccae9
	}
}

@media (max-width: 768px) {
	.photo-gallery__link_absolute {
		padding-bottom: 67%
	}
}

@media (max-width: 544px) {
	.photo-gallery__link_absolute {
		height: 335px
	}
}

.photo-gallery__image {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 768px) {
	.photo-gallery__image {
		width: 100%
	}
}

.photo-gallery__image_absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(224, 224, 224, 0.4)
}

.photo-gallery__image-wrapper {
	position: relative;
	width: calc(50% - 15px);
	max-height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 960px) {
	.photo-gallery__image-wrapper {
		width: calc(50% - 10px)
	}
}

@media (max-width: 768px) {
	.photo-gallery__image-wrapper {
		width: 100%
	}
	.photo-gallery__image-wrapper:not(:last-child) {
		margin-bottom: 20px
	}
}

.photo-gallery__image-wrapper:nth-child(n+3) {
	margin-top: 30px;
	margin-bottom: 5px
}

@media (max-width: 960px) {
	.photo-gallery__image-wrapper:nth-child(n+3) {
		margin-top: 20px
	}
}

@media (max-width: 768px) {
	.photo-gallery__image-wrapper:nth-child(n+3) {
		margin-top: 0
	}
}

.our-contacts {
	position: relative;
	z-index: 5;
	width: 100%;
	margin-bottom: 34px
}

@media (min-width: 545px) {
	.our-contacts {
		width: 67%;
		margin-bottom: 50px
	}
}

@media (min-width: 886px) {
	.our-contacts {
		margin-bottom: 0
	}
}

@media (min-width: 961px) {
	.our-contacts {
		width: 100%
	}
}

.our-contacts:not(:last-child) {
	margin-bottom: 42px
}

.our-contacts_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%
}

@media (min-width: 545px) {
	.our-contacts_footer {
		width: 67%
	}
}

@media (min-width: 961px) {
	.our-contacts_footer {
		width: auto
	}
}

.our-contacts__contact-img {
	width: 70px;
	height: 70px;
	margin-right: 5px;
	margin-left: 11px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 886px) {
	.our-contacts__contact-img {
		margin-right: 6px
	}
}

@media (min-width: 961px) {
	.our-contacts__contact-img {
		margin-right: 16px;
		margin-left: 0
	}
}

.our-contacts__contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.our-contacts__contact-title {
	margin-bottom: 10px;
	color: #fff
}

.our-contacts__contact-title_black {
	color: #020303
}

.our-contacts__contact-title_popup {
	margin-bottom: 6px;
	text-transform: uppercase
}

.our-contacts__contact-inner {
	display: block;
	max-width: 318px
}

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

.our-contacts_popup {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.our-contacts_popup:not(:last-child) {
	margin-bottom: 27px
}

@media (max-width: 959px) {
	.our-contacts_popup:not(:last-child) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.our-contacts_popup:last-child {
	margin-bottom: 30px
}

@media (max-width: 885px) {
	.our-contacts_popup:not(:first-child) {
		display: none
	}
}

.our-contacts_popup-contact:first-child {
	margin-bottom: 30px
}

.our-contacts_popup-contact:nth-child(2) {
	margin-bottom: 36px
}

.our-contacts_popup-contact:nth-child(3) {
	margin-bottom: 43px
}

.our-contacts .phone {
	padding-left: 36px
}

.our-contacts__phone {
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px
}

.our-contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: color 1ms ease;
	transition: color 1ms ease;
	height: 22px
}

@media (pointer: fine) {
	.our-contacts__item:hover {
		color: #5ccae9
	}
}

.our-contacts__link {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.3;
	margin-left: 8px
}

.footer {
	font-size: 1.5rem;
	color: #e8e8e8
}

.footer_error-page {
	position: relative
}

.footer_error-page::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 175px;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #020d1c), color-stop(90%, rgba(2, 13, 28, 0)));
	background: linear-gradient(#020d1c 10%, rgba(2, 13, 28, 0) 90%)
}

@media (max-width: 960px) {
	.footer_error-page::after {
		height: 155px
	}
}

@media (max-width: 544px) {
	.footer_error-page::after {
		height: 0
	}
}

.footer_overflow_hidden {
	overflow: hidden
}

@media (min-width: 769px) {
	.footer__copyright-link {
		margin-left: 30px
	}
}

.footer__phone-link {
	margin-left: 10px
}

.footer__email-link {
	margin-left: 13px
}

.footer__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 40px
}

@media (min-width: 545px) {
	.footer__button-wrap {
		margin-top: 33px
	}
}

@media (min-width: 961px) {
	.footer__button-wrap {
		margin-top: 34px
	}
}

.footer__container {
	position: relative;
	z-index: 1;
	color: #020303;
	background-color: #020d1c;
	background-size: cover
}

@media (min-width: 545px) {
	.footer__container {
		padding-top: 10px
	}
}

@media (min-width: 961px) {
	.footer__container {
		padding-top: 20px
	}
}

.footer__container_nopadding_544 {
	padding-top: 60px
}

@media (min-width: 545px) {
	.footer__container_nopadding_544 {
		padding-top: 0
	}
}

.footer__container_visible {
	overflow: visible
}

.footer__container_error-page {
	padding-top: 0
}

@media (min-width: 545px) {
	.footer__container_error-page {
		padding-top: 130px
	}
}

@media (min-width: 961px) {
	.footer__container_error-page {
		padding-top: 175px
	}
}

.footer__contact-us {
	padding-bottom: 54px;
	padding-top: 82px
}

@media (min-width: 545px) {
	.footer__contact-us {
		padding-top: 90px;
		padding-bottom: 60px
	}
}

@media (min-width: 961px) {
	.footer__contact-us {
		padding-top: 94px;
		padding-bottom: 55px
	}
}

.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 445px
}

@media (max-width: 885px) {
	.footer__main {
		display: block
	}
}

.footer__title {
	position: relative;
	z-index: 5;
	margin-bottom: 32px;
	color: #fff;
	pointer-events: none
}

@media (max-width: 960px) {
	.footer__title {
		font-size: 4.5rem
	}
}

@media (max-width: 544px) {
	.footer__title {
		font-family: inherit;
		font-weight: 100;
		font-style: normal;
		font-size: 3.4rem;
		line-height: 1.18;
		margin-bottom: 33px;
		padding-top: 0
	}
}

@media (max-width: 960px) {
	.footer__title_inner {
		padding-top: 80px
	}
}

@media (max-width: 544px) {
	.footer__title_inner {
		padding-top: 65px
	}
}

.footer__title_career {
	padding-top: 95px
}

@media (max-width: 544px) {
	.footer__title_career {
		padding-top: 75px
	}
}

.footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
	padding: 19px 6px 16px;
	background: #020303;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-right: 100px;
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 495px;
	flex: 0 0 495px
}

@media (max-width: 1023px) {
	.footer__contacts {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

@media (max-width: 960px) {
	.footer__contacts {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 1.8rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 62%;
		flex: 1 1 62%
	}
}

@media (max-width: 885px) {
	.footer__contacts {
		position: relative;
		margin-right: auto;
		margin-left: auto
	}
}

.footer__contact {
	position: relative;
	z-index: 5;
	width: 75%
}

.footer__contact:not(:last-child) {
	margin-bottom: 45px
}

@media (min-width: 961px) {
	.footer__contact:not(:last-child) {
		margin-bottom: 47px
	}
}

@media (max-width: 960px) {
	.footer__contact {
		width: 67%
	}
}

@media (max-width: 885px) {
	.footer__contact {
		margin-bottom: 50px
	}
}

@media (max-width: 544px) {
	.footer__contact {
		width: 100%;
		margin-bottom: 63px
	}
}

.footer__contact .phone {
	padding-left: 36px
}

.footer__contact-img {
	width: 70px;
	height: 70px;
	margin-right: 5px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 886px) {
	.footer__contact-img {
		margin-right: 6px;
		margin-left: 11px
	}
}

@media (min-width: 961px) {
	.footer__contact-img {
		margin-right: 16px;
		margin-left: 2px
	}
}

.footer__contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__contact-title {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.45;
	margin-bottom: 6px;
	color: #fff
}

.footer__contact-title_black {
	color: #020303
}

.footer__contact-place {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5
}

@media (min-width: 545px) {
	.footer__contact-place {
		font-size: 2rem;
		line-height: 1.6
	}
}

@media (min-width: 886px) {
	.footer__contact-place {
		font-size: 1.6rem
	}
}

@media (max-width: 885px) {
	.footer__line-breaker {
		display: none
	}
}

.footer__phone,
.footer__email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.18;
	height: 22px;
	margin-top: 15px
}

@media (pointer: fine) {
	.footer__phone:hover,
	.footer__email:hover {
		color: #5ccae9
	}
}

@media (max-width: 1199px px) {
	.footer__phone,
	.footer__email {
		margin-right: 0
	}
}

@media (max-width: 544px) {
	.footer__phone,
	.footer__email {
		margin-top: 19px
	}
}

.footer__phone::before {
	top: 0;
	font-size: 2.2rem
}

.footer__phone a {
	text-decoration: none
}

.footer__email {
	-webkit-transition: color 1ms ease;
	transition: color 1ms ease
}

@media (max-width: 544px) {
	.footer__email {
		margin-top: 11px
	}
}

.footer__phone-img {
	width: 19px;
	height: 22px
}

.footer__email-img {
	margin-right: 17px
}

.footer__email-icon {
	width: 19px;
	vertical-align: middle
}

.footer__line-flex .footer__phone {
	margin-top: 0
}

.footer__line-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 25px
}

@media (max-width: 1199px) {
	.footer__line-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 544px) {
	.footer__line-flex {
		width: 100%
	}
}

.footer__buttons {
	margin-bottom: 20px
}

@media (max-width: 1199px) {
	.footer__buttons {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}

@media (max-width: 544px) {
	.footer__buttons {
		width: 100%
	}
}

@media (max-width: 544px) {
	.footer__buttons {
		margin-bottom: 28px
	}
}

.footer__buttons_vc {
	margin-bottom: 0
}

@media (max-width: 544px) {
	.footer__buttons .buttons-group__button-icon {
		display: none
	}
}

.footer__social-media {
	z-index: 803;
	margin-bottom: 72px
}

@media (max-width: 960px) {
	.footer__social-media {
		margin-bottom: 85px
	}
}

@media (max-width: 544px) {
	.footer__social-media {
		width: 100%;
		margin-bottom: 75px
	}
}

@media (max-width: 768px) {
	.footer__social {
		margin-bottom: 20px
	}
}

.footer__map {
	position: absolute;
	bottom: 0;
	left: -19%;
	overflow: hidden;
	width: 2220px;
	height: 1152px;
	-webkit-transform: translateX(5.5%);
	transform: translateX(5.5%);
	color: #0d1929
}

@media (max-width: 885px) {
	.footer__map {
		display: none
	}
}

.footer__map_phoenix {
	bottom: -100px;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateX(4%);
	transform: translateX(4%)
}

@media (max-width: 1440px) {
	.footer__map_minsk {
		left: -18.7%;
		-webkit-transform: translateX(5%);
		transform: translateX(5%)
	}
}

@media (max-width: 1200px) {
	.footer__map_minsk {
		left: -18%;
		-webkit-transform: translateX(5%);
		transform: translateX(5%)
	}
}

@media (max-width: 1280px) {
	.footer__map_minsk {
		left: -27%;
		-webkit-transform: translateX(6%);
		transform: translateX(6%)
	}
}

@media (max-width: 1120px) {
	.footer__map_minsk {
		left: -25%;
		-webkit-transform: translateX(4%);
		transform: translateX(4%)
	}
}

@media (max-width: 1023px) {
	.footer__map_minsk {
		left: -29%;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width: 960px) {
	.footer__map_minsk {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%)
	}
}

.footer__map_berlin {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 1080px) {
	.footer__map_berlin {
		-webkit-transform: translateX(-49%);
		transform: translateX(-49%)
	}
}

@media (max-width: 1024px) {
	.footer__map_berlin .footer__map-text_minsk {
		-webkit-transform: translate3d(-64px, 0, 0);
		transform: translate3d(-64px, 0, 0)
	}
}

@media (max-width: 1024px) {
	.footer__map_berlin .call-to-action {
		-webkit-transform: translate3d(36px, 16px, 0);
		transform: translate3d(36px, 16px, 0)
	}
}

.footer__map_kyiv {
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-49%) scale(0.9);
	transform: translateX(-49%) scale(0.9)
}

@media (min-width: 1025px) {
	.footer__map_kyiv {
		bottom: 0;
		-webkit-transform: translateX(-51%);
		transform: translateX(-51%)
	}
}

.footer__map_ny-kyiv {
	bottom: -180px;
	left: 50%;
	height: 1510px;
	-webkit-transform: translateX(-47%) scale(0.8);
	transform: translateX(-47%) scale(0.8)
}

@media (min-width: 1025px) {
	.footer__map_ny-kyiv {
		bottom: 0;
		height: 1320px;
		-webkit-transform: translateX(-45%);
		transform: translateX(-45%)
	}
}

.footer__map_paris {
	left: 50%;
	-webkit-transform: translateX(-51%);
	transform: translateX(-51%)
}

@media (max-width: 1080px) {
	.footer__map_paris {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (max-width: 1024px) {
	.footer__map_paris {
		-webkit-transform: translateX(-51%);
		transform: translateX(-51%)
	}
}

.footer__map_paris .footer__map-marker_vilnius {
	-webkit-transform: translate(-4px, 8px);
	transform: translate(-4px, 8px);
	fill: #5ccae9
}

.footer__map_paris .footer__map-text_vilnius {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.footer__map_paris .footer__map-marker_paris {
	-webkit-transform: translate(-4px, 8px);
	transform: translate(-4px, 8px)
}

.footer__map_paris .footer__map-text_paris {
	-webkit-transform: translate(-4px, 8px);
	transform: translate(-4px, 8px)
}

.footer__map_paris .footer__map-text_minsk {
	-webkit-transform: translate(505px, 395px);
	transform: translate(505px, 395px)
}

@media (min-width: 1025px) {
	.footer__map_paris .footer__map-text_minsk {
		-webkit-transform: translate(530px, 380px);
		transform: translate(530px, 380px)
	}
}

.footer__map_paris .call-to-action {
	-webkit-transform: translate3d(-292px, 10px, 0) scale(0.9);
	transform: translate3d(-292px, 10px, 0) scale(0.9);
	-webkit-transform-origin: center;
	transform-origin: center
}

@media (min-width: 1025px) {
	.footer__map_paris .call-to-action {
		-webkit-transform: translate3d(-178px, -65px, 0) scale(0.9);
		transform: translate3d(-178px, -65px, 0) scale(0.9)
	}
}

.footer__map_paris .call-to-action__arrow {
	-webkit-transform: translate3d(312px, -10px, 0);
	transform: translate3d(312px, -10px, 0);
	-webkit-transform-origin: center;
	transform-origin: center
}

@media (min-width: 1025px) {
	.footer__map_paris .call-to-action__arrow {
		-webkit-transform: translate3d(110px, -10px, 0) scale(-1, 1);
		transform: translate3d(110px, -10px, 0) scale(-1, 1)
	}
}

.footer__map_new-york {
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-49%);
	transform: translateX(-49%)
}

@media (max-width: 1074px) {
	.footer__map_new-york {
		bottom: 40px
	}
}

@media (max-width: 1024px) {
	.footer__map_new-york {
		bottom: 50px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (max-width: 960px) {
	.footer__map_new-york {
		bottom: 0;
		-webkit-transform: translateX(-49%);
		transform: translateX(-49%)
	}
}

.footer__map_new-york .footer__map-marker {
	fill: #5ccae9
}

.footer__map_new-york .active .footer__map-marker {
	fill: #020d1c
}

.footer__map_new-york .footer__map-marker_new-york {
	-webkit-transform: translate(-19px, 19px);
	transform: translate(-19px, 19px)
}

.footer__map_new-york .footer__map-text_new-york {
	-webkit-transform: translate(-19px, 19px);
	transform: translate(-19px, 19px)
}

.footer__map-svg {
	position: absolute
}

.footer__map-svg_minsk {
	bottom: -38px
}

@media (max-width: 1280px) {
	.footer__map-svg_minsk {
		bottom: -135px
	}
}

@media (max-width: 960px) {
	.footer__map-svg_minsk {
		bottom: -83px;
		left: 52px
	}
}

.footer__map-svg_usa {
	bottom: -160px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

@media (max-width: 1074px) {
	.footer__map-svg_usa {
		bottom: -215px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@media (max-width: 960px) {
	.footer__map-svg_usa {
		bottom: -162px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
}

.footer__map-svg_france {
	bottom: -225px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95)
}

@media (max-width: 1080px) {
	.footer__map-svg_france {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@media (max-width: 1024px) {
	.footer__map-svg_france {
		bottom: -215px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@media (max-width: 960px) {
	.footer__map-svg_france {
		bottom: -150px
	}
}

.footer__map-svg_germany {
	bottom: -125px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

@media (max-width: 1080px) {
	.footer__map-svg_germany {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media (max-width: 960px) {
	.footer__map-svg_germany {
		bottom: -94px
	}
}

.footer__map-svg_kyiv {
	bottom: -40px
}

@media (min-width: 1025px) {
	.footer__map-svg_kyiv {
		bottom: -100px
	}
}

.footer__map-svg_ny-kyiv {
	bottom: -100px
}

@media (min-width: 1025px) {
	.footer__map-svg_ny-kyiv {
		bottom: -186px
	}
}

.footer__map-wrap {
	position: relative;
	width: 100%;
	height: 100%
}

.footer__map-text {
	z-index: 5;
	top: 59.9%;
	left: 35%;
	width: 90px;
	height: 60px;
	color: #fff
}

.footer__map-text_berlin {
	-webkit-transform: translate3d(64px, 0, 0);
	transform: translate3d(64px, 0, 0)
}

.footer__map-item[data-popup='popup-gallery'] {
	cursor: pointer
}

.footer__map-item.active {
	fill: #5ccae9 !important
}

.footer__map-item_phoenix {
	z-index: 999
}

.footer__map-text {
	pointer-events: none
}

.footer__map-text .active {
	fill: #fff !important
}

.footer__map-marker {
	pointer-events: none
}

.footer__map-marker.active {
	fill: #020d1c !important
}

.footer__map-item,
.footer__map-marker,
.footer__map-text {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer__map-item.active,
.footer__map-marker.active,
.footer__map-text.active {
	opacity: 1 !important
}

.footer__form {
	position: relative;
	z-index: 5;
	width: 39.6%;
	margin-left: 24px;
	padding-bottom: 5px
}

@media (max-width: 1440px) {
	.footer__form {
		width: 40%
	}
}

@media (max-width: 1024px) {
	.footer__form {
		margin-left: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

@media (max-width: 885px) {
	.footer__form {
		width: auto;
		max-width: 534px;
		margin-top: 25px
	}
}

.footer__form .field_error::after {
	left: 16px
}

.footer__form .field_error .control__field {
	border: thin solid #5ccae9
}

.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #adadad
}

@media (min-width: 545px) {
	.copyright {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 544px) {
	.copyright {
		padding-right: 94px
	}
}

.copyright-icon {
	margin-right: 5px
}

.buttons-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.buttons-group__button:not(:first-child) {
	margin-left: 8px
}

@media (max-width: 768px) {
	.buttons-group__button {
		min-width: 86px;
		font-size: 1.4rem
	}
	.buttons-group__button:first-child {
		width: 20%
	}
	.buttons-group__button:nth-child(2) {
		width: 40%
	}
	.buttons-group__button:last-child {
		width: 36%
	}
}

.buttons-group__button-icon {
	position: relative;
	top: 1px;
	min-width: 17px;
	margin-right: 5px
}

@media (max-width: 544px) {
	.buttons-group__button-icon.icon-telegram::before,
	.buttons-group__button-icon.icon-viber::before,
	.buttons-group__button-icon.icon-skype::before {
		content: none
	}
}

.js-footer-address {
	width: 100%
}

@media (min-width: 545px) {
	.js-footer-address {
		width: 85%
	}
}

@media (min-width: 1025px) {
	.js-footer-address {
		width: 100%
	}
}

.layer_1 {
	width: 100%;
	height: 100%
}

.photo-gallery {
	padding: 60px 25px
}

@media (min-width: 545px) {
	.photo-gallery {
		padding: 40px 20px
	}
}

@media (min-width: 961px) {
	.photo-gallery {
		padding: 40px
	}
}

.photo-gallery__amount-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.45;
	margin-top: 30px
}

.photo-gallery__amount-row_absolute {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 50px);
	width: 100px;
	margin: 0
}

@media (max-width: 544px) {
	.photo-gallery__amount-current {
		font-family: inherit;
		font-weight: 400;
		font-style: normal;
		font-size: 2rem;
		line-height: 1.45
	}
}

.photo-gallery__main-slide img {
	height: 100%;
	margin: auto
}

.photo-gallery__title,
.photo-gallery__title-event {
	margin-bottom: 24px;
	padding-right: 15px;
	text-align: left;
	color: #020303
}

@media (min-width: 961px) {
	.photo-gallery__title,
	.photo-gallery__title-event {
		margin-bottom: 26px
	}
}

.photo-gallery__sliders {
	overflow: hidden;
	margin-top: 20px
}

.photo-gallery .slick-slide {
	display: inline-block
}

.photo-gallery__main {
	overflow: hidden;
	margin: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.photo-gallery__main_flex {
	display: none
}

@media (min-width: 545px) {
	.photo-gallery__main_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		height: 56vh;
		max-height: 538px
	}
}

.photo-gallery__main_flex .lds-ring {
	width: 212px;
	height: 212px
}

.photo-gallery__main_flex .lds-ring div {
	width: 201px;
	height: 201px
}

.photo-gallery__main_flex.photo-gallery__full-image_loaded .photo-gallery_full_image {
	display: block;
	width: auto;
	height: 100%;
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain
}

.photo-gallery__main .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.photo-gallery__main .slick-track {
	width: 100%;
	height: 20vh;
	min-height: 150px
}

@media (min-width: 545px) {
	.photo-gallery__main .slick-track {
		height: 55vh;
		max-height: 379px
	}
}

@media (min-width: 961px) {
	.photo-gallery__main .slick-track {
		max-height: 538px
	}
}

.photo-gallery__main .slick-slide {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-o-object-fit: contain;
	object-fit: contain
}

.photo-gallery__main .slick-list {
	overflow: hidden
}

.photo-gallery__main .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 30px;
	height: 100%
}

@media (min-width: 961px) {
	.photo-gallery__main .slick-arrow {
		width: initial
	}
}

.photo-gallery__main .slick-prev {
	left: 0
}

.photo-gallery__main .slick-prev::before {
	top: 49%;
	left: -3px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%)
}

.photo-gallery__main .slick-next {
	right: 0
}

.photo-gallery__main .slick-disabled {
	pointer-events: none
}

.photo-gallery__main .slick-disabled::before {
	opacity: .3
}

.photo-gallery__secondary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width: 544px) {
	.photo-gallery__secondary {
		height: auto;
		-webkit-transition: all .15s linear;
		transition: all .15s linear
	}
}

.photo-gallery__secondary .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 30px;
	height: 100%
}

@media (min-width: 961px) {
	.photo-gallery__secondary .slick-arrow {
		width: initial
	}
}

.photo-gallery__secondary .slick-prev {
	left: 0
}

.photo-gallery__secondary .slick-prev::before {
	top: 49%;
	left: -3px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%)
}

.photo-gallery__secondary .slick-next {
	right: 0
}

.photo-gallery__secondary .slick-disabled {
	pointer-events: none
}

.photo-gallery__secondary .slick-disabled::before {
	opacity: .3
}

.photo-gallery .img {
	overflow: hidden
}

.photo-gallery__secondary-slide {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 8px;
	outline: none
}

@media (min-width: 545px) {
	.photo-gallery__secondary-slide {
		padding: 16px 11px
	}
}

@media (min-width: 961px) {
	.photo-gallery__secondary-slide {
		padding: 16px 8px
	}
}

.photo-gallery__secondary-slide.slick-current .img {
	border: 3px solid #5ccae9
}

.photo-gallery__secondary-slide.slick-current img {
	height: 64px
}

.photo-gallery__secondary-slide.slick-current img[data-lazy] {
	height: 0;
	border: none
}

.photo-gallery__secondary-slide.slick-current img::before {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -13px;
	content: '';
	border-right: 13px solid transparent;
	border-bottom: 13px dashed #5ccae9;
	border-left: 13px solid transparent
}

.photo-gallery__secondary-slide .img {
	position: relative;
	background: #fff
}

.photo-gallery__secondary-slide .lds-ring {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.photo-gallery__secondary-slide .img img {
	display: block;
	height: 64px;
	margin: auto;
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain
}

.photo-gallery__secondary-slide .img img[data-lazy] {
	height: 0
}

.photo-gallery__arrows::after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	padding: 8px;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid #c8cad3;
	border-width: 0 1px 1px 0
}

.photo-gallery__arrows:hover::after {
	border-color: #020303
}

.photo-gallery__arrows:active::after {
	border-color: #5ccae9
}

.photo-gallery__arrows.photo-gallery__arrow-left::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.photo-gallery__arrow-left,
.photo-gallery__arrow-right {
	display: none
}

@media (min-width: 545px) {
	.photo-gallery__arrow-left,
	.photo-gallery__arrow-right {
		display: block;
		position: absolute;
		bottom: 90px;
		padding: 0;
		height: 102px;
		border: none;
		background-color: transparent
	}
}

.photo-gallery__arrow-left {
	left: 24px
}

@media (min-width: 769px) {
	.photo-gallery__arrow-left {
		left: 56px
	}
}

.photo-gallery__arrow-right {
	right: 24px
}

@media (min-width: 769px) {
	.photo-gallery__arrow-right {
		right: 56px
	}
}

.photo-gallery__title-event,
.photo-gallery__main .slick-slide {
	padding: 0
}

@media (min-width: 545px) {
	.photo-gallery__title-event,
	.photo-gallery__main .slick-slide {
		padding: 0 33px
	}
}

@media (min-width: 961px) {
	.photo-gallery__title-event,
	.photo-gallery__main .slick-slide {
		padding: 0 53px
	}
}

.photo-gallery__main .photo-gallery_full_image,
.track_wrapper_image .track_image,
.photo-gallery__full-image_loaded .lds-ring,
.gallery__image_loaded .lds-ring {
	display: none
}

.track__wrapper-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%
}

@media (min-width: 545px) {
	.track__wrapper-image {
		width: initial;
		height: initial
	}
}

.track__wrapper-image.js-active-wrapper .track__image {
	outline-color: #5ccae9
}

.track__image {
	display: block;
	width: 100%;
	height: initial;
	margin: auto;
	cursor: pointer;
	outline: 3px solid transparent;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 545px) {
	.track__image {
		height: 62px
	}
}

.track__image_loaded .track_image {
	display: block;
	height: auto
}

.lds-ring {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	text-align: center
}

.lds-ring div {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 51px;
	height: 51px;
	margin: 6px;
	-webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border: 6px solid #5ccae9;
	border-color: #5ccae9 transparent transparent transparent;
	border-radius: 50%
}

.lds-ring div:nth-child(1) {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s
}

.lds-ring_centered {
	position: absolute;
	top: calc(50% - 107px);
	left: calc(50% - 107px);
	display: none;
	width: 214px;
	height: 214px
}

.lds-ring_centered div {
	width: 201px;
	height: 201px
}

@-webkit-keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.photos-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.photos-gallery__slider-top {
	width: 100%;
	max-height: 467px;
	margin-bottom: 15px
}

.photos-gallery__slider-top-item {
	width: 100%;
	min-height: 325px;
	outline: none
}

.photos-gallery__slider-top-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 325px
}

.photos-gallery__slider-bottom {
	position: relative;
	width: 100%;
	padding: 0 35px
}

.photos-gallery__slider-bottom .slick-track {
	margin: 0 auto
}

.photos-gallery__slider-bottom .slick-current {
	position: relative
}

.photos-gallery__slider-bottom .slick-current::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-shadow: inset 0 0 0 3px #5ccae9;
	box-shadow: inset 0 0 0 3px #5ccae9
}

.photos-gallery__slider-bottom .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 35px;
	height: 35px;
	font-size: 0;
	border: none;
	background-color: transparent
}

.photos-gallery__slider-bottom .slick-arrow::after {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	content: '';
	border: solid #a5abb3;
	border-width: 0 1px 1px 0
}

.photos-gallery__slider-bottom .slick-arrow:hover::after {
	cursor: pointer;
	border: solid #5ccae9;
	border-width: 0 1px 1px 0
}

.photos-gallery__slider-bottom .slick-prev {
	left: 0
}

.photos-gallery__slider-bottom .slick-prev::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg)
}

.photos-gallery__slider-bottom .slick-next {
	right: 0
}

.photos-gallery__slider-bottom .slick-next::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.photos-gallery__slider-bottom-item {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 90px;
	height: 75px;
	margin: 0 7px;
	cursor: pointer;
	outline: none;
	background-clip: padding-box
}

.photos-gallery__slider-bottom-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 135%;
	min-height: 75px
}

.photos-gallery__people-galery-title {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 20px
}

.people-slider {
	position: relative
}

.people-slider__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 14px
}

.people-slider__img {
	width: 62px;
	height: 62px;
	margin-right: 13px;
	font-size: 1rem;
	border-radius: 50%
}

.people-slider__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #020303
}

.people-slider__name {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	max-width: 180px;
	margin-bottom: 7px;
	border-bottom: 1px solid transparent
}

.people-slider__name[href]:hover {
	cursor: pointer;
	border-color: #5ccae9
}

.people-slider__post {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.2;
	text-transform: uppercase
}

.people-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	width: 20px;
	height: 100%;
	background-color: #f7f7f7
}

.people-slider .slick-prev {
	left: -7px
}

.people-slider .slick-next {
	right: -7px
}

.gallery-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.gallery-item.gallery-big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 20px);
	margin-right: 10px;
	margin-left: 10px
}

@media (max-width: 960px) {
	.gallery-item.gallery-big {
		width: calc(66% - 14px)
	}
}

@media (max-width: 768px) {
	.gallery-item.gallery-big {
		width: calc(100% - 20px)
	}
}

.gallery-item.gallery-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 20px);
	margin-right: 10px;
	margin-left: 10px
}

@media (max-width: 960px) {
	.gallery-item.gallery-line {
		width: calc(33% - 20px)
	}
}

@media (max-width: 768px) {
	.gallery-item.gallery-line {
		width: calc(100% - 20px)
	}
}

.gallery-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gallery-line a:not(:last-child) {
	margin-right: 10px
}

.gallery-line a:last-child {
	position: relative
}

.gallery-line .img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.gallery-line .img:hover {
	-webkit-box-shadow: 0 0 0 2px #5ccae9;
	box-shadow: 0 0 0 2px #5ccae9
}

.gallery-line .img img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(224, 224, 224, 0.4)
}

.gallery-img__layout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px
}

.gallery-img__layout:last-child {
	margin-bottom: 0
}

@media (min-width: 545px) {
	.gallery-img__layout:last-child {
		margin-bottom: 20px
	}
}

@media (min-width: 961px) {
	.gallery-img__layout {
		width: calc(50% - 10px)
	}
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content
}

@media (min-width: 769px) {
	.gallery {
		max-height: 400px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
}

@media (min-width: 1025px) {
	.gallery {
		max-height: 545px
	}
}

.gallery__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.gallery__item:first-child {
	margin-right: 0
}

@media (min-width: 769px) {
	.gallery__item:first-child {
		margin-right: 20px
	}
}

@media (min-width: 961px) {
	.gallery__item:first-child {
		margin-right: 30px
	}
}

.gallery__item:not(:first-child) {
	margin-top: 20px
}

@media (min-width: 769px) {
	.gallery__item {
		width: 50%
	}
	.gallery__item:not(:first-child) {
		margin-top: 0
	}
}

.gallery__item_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gallery__link {
	overflow: hidden;
	width: 100%;
	margin: 2px;
	padding: 0;
	height: 335px;
	border: 0;
	background-color: transparent
}

@media (min-width: 545px) {
	.gallery__link {
		height: 395px
	}
}

@media (min-width: 961px) {
	.gallery__link {
		height: 540px
	}
}

.gallery__link_absolute {
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	position: relative;
	z-index: 9;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 67%;
	height: 335px;
	border: none;
	background-color: transparent
}

.gallery__link_absolute:hover {
	-webkit-box-shadow: 0 0 0 2px #5ccae9;
	box-shadow: 0 0 0 2px #5ccae9
}

@media (min-width: 545px) {
	.gallery__link_absolute {
		height: 100%
	}
}

@media (min-width: 769px) {
	.gallery__link_absolute {
		padding-bottom: 0
	}
}

.gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.gallery__image_absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(224, 224, 224, 0.4)
}

.gallery__image-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 50%
}

.gallery__image-wrapper:not(:last-child) {
	margin-bottom: 20px
}

@media (min-width: 769px) {
	.gallery__image-wrapper {
		width: calc(50% - 10px)
	}
	.gallery__image-wrapper:not(:last-child) {
		margin-bottom: 0
	}
}

@media (min-width: 961px) {
	.gallery__image-wrapper {
		width: calc(50% - 15px)
	}
}

.gallery__image-wrapper:nth-child(n+3) {
	margin-top: 0;
	margin-bottom: 5px
}

@media (min-width: 769px) {
	.gallery__image-wrapper:nth-child(n+3) {
		margin-top: 20px
	}
}

@media (min-width: 961px) {
	.gallery__image-wrapper:nth-child(n+3) {
		margin-top: 30px
	}
}

.photo-count {
	font-family: inherit;
	font-weight: 100;
	font-style: normal;
	font-size: 5rem;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(2, 3, 3, 0.3)
}

@media (min-width: 545px) {
	.photo-count {
		font-size: 4.2rem
	}
}

.sub-menu {
	display: none
}

@media (min-width: 1201px) {
	.sub-menu {
		background-color: #fff
	}
}

@media (min-width: 769px) {
	.sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: absolute;
		z-index: 2;
		top: 100%;
		visibility: hidden;
		color: #020303;
		border-top: 1px solid #e0e0e0;
		background-color: #fff;
		-webkit-box-shadow: 0 7px 7px rgba(2, 3, 3, 0.07);
		box-shadow: 0 7px 7px rgba(2, 3, 3, 0.07)
	}
}

.sub-menu_left {
	left: auto
}

@media (min-width: 1025px) {
	.sub-menu_left {
		left: 0
	}
}

.sub-menu_right {
	right: auto;
	left: auto
}

@media (min-width: 1025px) {
	.sub-menu_right {
		right: 0
	}
}

.sub-menu_scroll::before {
	position: absolute;
	top: -1px;
	left: -25%;
	display: block;
	width: 150%;
	height: 19px;
	content: '';
	border-bottom: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: -4px 7px 7px rgba(2, 3, 3, 0.07);
	box-shadow: -4px 7px 7px rgba(2, 3, 3, 0.07)
}

.sub-menu_visible {
	visibility: visible;
	-webkit-animation-name: slow-appearing;
	animation-name: slow-appearing;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.sub-menu_visible:before {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 28px;
	content: ''
}

.sub-menu_clickable_area:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 50px;
	content: ''
}

.sub-menu_lang {
	left: 10px
}

.sub-menu__column {
	padding: 36px 40px
}

.sub-menu__column:first-child {
	display: none
}

@media (min-width: 1025px) {
	.sub-menu__column:first-child {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 480px;
		background-color: #fafafa
	}
}

.sub-menu__column:not(:first-child) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (min-width: 1025px) {
	.sub-menu__column:not(:first-child) {
		min-width: 206px
	}
}

@media (min-width: 1025px) {
	.sub-menu__column {
		padding: 56px 60px
	}
}

.sub-menu__description {
	margin-top: 20px
}

.sub-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	position: relative;
	margin-right: 60px
}

@media (min-width: 1025px) {
	.sub-menu__item {
		margin-right: 80px
	}
}

.sub-menu__item:last-of-type {
	margin-right: 0
}

.sub-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 14px
}

.sub-menu__list-item {
	display: block;
	max-width: 192px;
	margin-bottom: 4px;
	line-height: 1rem
}

.sub-menu__list-item:last-of-type {
	margin-bottom: 0
}

.sub-menu__lang-list {
	padding: 28px 30px
}

.sub-menu__lang-item+.sub-menu__lang-item {
	margin-top: 18px
}

.sub-menu__lang-link {
	-webkit-transition: border .1s ease;
	transition: border .1s ease;
	border-bottom: 2px solid transparent
}

@media (pointer: fine) {
	.sub-menu__lang-link:hover {
		border-color: #5ccae9
	}
}

.sub-menu__lang-link:active {
	color: #5ccae9
}

.sub-menu__wrap-link {
	position: relative;
	display: inline-block;
	max-width: 194px;
	margin-bottom: 14px;
	line-height: 1rem;
	vertical-align: top
}

@media (min-width: 1025px) {
	.sub-menu__wrap-link {
		margin-bottom: 18px
	}
}

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

.sub-menu__link {
	-webkit-transition: border .1s ease;
	transition: border .1s ease;
	position: relative;
	display: inline;
	padding-bottom: 2px;
	line-height: 1.8;
	border-bottom: thin solid transparent
}

@media (pointer: fine) {
	.sub-menu__link:hover,
	.sub-menu__link.js-link-active {
		border-color: #fff;
	}
}
@media (pointer: fine) {
	.sub-menu__link:hover,
	.sub-menu__link.link-active {
		border-color: #5ccae9;
	}
}

.sub-menu__link:active {
	color: #5ccae9
}

.sub-menu__link_arrow {
	padding: 15px 30px 15px 20px
}

.sub-menu__link_border_bold {
	border-width: 2px
}

@media (pointer: fine) {
	.sub-menu__link_border_bold:hover,
	.sub-menu__link_border_bold.js-link-active {
		border-width: 2px
	}
}

.sub-menu .arrow-rotated {
	top: 45%;
	right: 18px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.sub-menu .arrow-rotated_active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@-webkit-keyframes slow-appearing {
	0% {
		visibility: hidden;
		opacity: 0
	}
	100% {
		visibility: visible;
		opacity: 1
	}
}

@keyframes slow-appearing {
	0% {
		visibility: hidden;
		opacity: 0
	}
	100% {
		visibility: visible;
		opacity: 1
	}
}

.local-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 63px
}

@media (min-width: 545px) {
	.local-header {
		margin-bottom: 87px
	}
}

@media (min-width: 886px) {
	.local-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.local-header__title {
	min-width: 240px;
	margin-right: 45px;
	margin-bottom: 17px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

@media (min-width: 545px) {
	.local-header__title {
		margin-bottom: 25px
	}
}

@media (min-width: 886px) {
	.local-header__title {
		margin-bottom: 0
	}
}

@media (min-width: 1025px) {
	.local-header__title {
		min-width: 220px;
		margin-right: 65px
	}
}

.local-header__description {
	width: 100%;
	max-width: 729px;
	text-align: left
}

@media (min-width: 886px) {
	.local-header__description {
		max-width: 729px
	}
}

.local-header_white {
	color: #fff
}

.local-header_sub-menu {
	margin-bottom: 49px
}

@media (max-width: 960px) {
	.local-header_sub-menu {
		margin-bottom: 36px
	}
}

.local-header_sub-menu .local-header__title {
	margin-right: 0
}

.local-header_sub-menu .local-header__description {
	width: 100%;
	max-width: 815px;
	margin-left: auto
}

.local-header_technologies {
	margin-bottom: 38px;
	color: #020303
}

@media (min-width: 545px) {
	.local-header_technologies {
		margin-bottom: 51px
	}
}

@media (min-width: 961px [x]) {
	.local-header_technologies {
		margin-bottom: 82px
	}
}

@media (min-width: 1025px) {
	.local-header_technologies {
		margin-bottom: 77px
	}
}

.local-header_technologies .local-header {
	color: #020303
}

@media (min-width: 545px) {
	.local-header_technologies .local-header__title {
		margin-right: 67px
	}
}

@media (min-width: 1025px) {
	.local-header_technologies .local-header__title {
		margin-right: 142px
	}
}

.local-header_technologies .local-header__description {
	max-width: 745px
}

.local-header_events-table {
	margin-bottom: 0
}

.local-header__description_events-table {
	max-width: 760px;
	color: #fff
}

.local-header_social-package {
	margin-bottom: 0;
	padding-bottom: 100px
}

@media (max-width: 960px) {
	.local-header_social-package {
		padding-bottom: 90px
	}
}

@media (max-width: 768px) {
	.local-header_social-package {
		padding-bottom: 40px
	}
}

@media (max-width: 544px) {
	.local-header_social-package {
		padding-bottom: 62px
	}
}

.customers_without-padding {
	padding-top: 0;
	padding-bottom: 0
}

.customers__grid {
	min-width: 100%
}

@media (min-width: 769px) {
	.customers__grid {
		margin-top: 12px
	}
}

.customers__grid_popup {
	margin: 0 -10px;
	padding-top: 0
}

.customers__grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 12px rgba(2, 3, 3, 0.05);
	box-shadow: 0 2px 12px rgba(2, 3, 3, 0.05)
}

@media (max-width: 768px) {
	.customers__grid-item {
		width: 100%;
		max-width: 390px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto
	}
}

.customers__grid-item_lg {
	width: 100%;
	margin-bottom: 15px
}

@media (min-width: 961px) {
	.customers__grid-item_lg {
		margin-bottom: 50px
	}
}

.customers__grid-item_xsm {
	-ms-flex-preferred-size: calc(33.3% - 20px);
	flex-basis: calc(33.3% - 20px);
	width: calc(33.33% - 20px);
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px
}

.customers__button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 40px
}

.customers__title_large {
	max-width: 920px
}

.customers__title_medium {
	max-width: 620px
}

@media (min-width: 961px) {
	.customers__title_medium {
		max-width: 790px
	}
}

.customers__title .title__column:first-child {
	width: 100%
}

@media (min-width: 769px) {
	.customers__title .title__column:first-child {
		width: calc(38.3% - 30px)
	}
}

@media (min-width: 961px) {
	.customers__title .title__column:first-child {
		width: calc(42% - 30px)
	}
}

.customers__title .title__column:last-child {
	width: 100%
}

@media (min-width: 769px) {
	.customers__title .title__column:last-child {
		width: 58%
	}
}

@media (min-width: 961px) {
	.customers__title .title__column:last-child {
		width: calc(58% - 30px)
	}
}

.customers__slide {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	outline: none
}

.customers__button {
	position: relative;
	display: inline-block;
	padding-right: 25px;
	font-size: 1.7rem;
	background-image: url("#");
	background-repeat: no-repeat;
	background-position: 100% 3px
}

@media (pointer: fine) {
	.customers__button:hover {
		text-decoration: none;
		color: #5ccae9;
		background-image: url("#")
	}
}

.customers-outer-gray {
	overflow: hidden
}

@media (min-width: 961px) {
	.customers-outer-gray {
		overflow: auto
	}
}

.customers-outer-gray_footer {
	margin-bottom: 80px
}

@media (min-width: 545px) {
	.customers-outer-gray_footer {
		margin-bottom: 100px
	}
}

@media (min-width: 961px) {
	.customers-outer-gray_footer {
		margin-bottom: 120px
	}
}

.customers-outer-gray_without-margin-top {
	margin-top: 0
}

.project {
	overflow: hidden;
	max-height: 645px
}

.project__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.project__wrapper {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0
}

.project__wrapper.slick-initialized {
	opacity: 1
}

.project__wrapper .slick-arrow {
	position: absolute;
	top: 0;
	height: 100%
}

.project__wrapper .slick-prev {
	right: 101%
}

.project__wrapper .slick-next {
	left: 102%
}

.project__count {
	padding-right: 20px;
	border-right: 1px solid #e0e0e0
}

.project__count-number {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.5;
	padding-left: 10px;
	margin-right: 5px
}

.project__name-wrapper {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: calc(100% - 200px);
	opacity: 0;
	max-height: 30px
}

.project__name-wrapper.slick-initialized {
	opacity: 1
}

.project__name {
	padding-left: 20px
}

.project__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.project__column {
	width: 58%;
	margin-right: 34px
}

.project__column:nth-child(2) {
	margin-right: 0;
	width: calc(42% - 34px)
}

.project__row {
	margin-bottom: 15px
}

.project__row:last-child {
	margin-bottom: 0
}

@media (min-width: 961px) {
	.project__row {
		margin-bottom: 30px
	}
}

.project__row_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 47px
}

.project__row_flex:last-child {
	margin-bottom: 0
}

@media (min-width: 961px) {
	.project__row_flex {
		margin-bottom: 35px
	}
}

.project__row-item {
	width: 50%
}

.project__row-item:last-child {
	padding-left: 10px
}

@media (min-width: 961px) {
	.project__row-item:last-child {
		padding-left: 15px
	}
}

.project__description {
	margin-top: 15px
}

.project__feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fafafa;
	width: 100%
}

.project__technology {
	display: inline-block;
	line-height: 2
}

.project__technology:not(:last-child) {
	position: relative;
	padding-right: 20px
}

.project__technology:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 1px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%) skewX(-20deg);
	transform: translate(-50%, -50%) skewX(-20deg);
	background-color: #e0e0e0
}

.project__feedback-info {
	width: 27%;
	margin-right: 30px
}

.project__feedback-text {
	width: calc(73% - 30px)
}

.project__feedback-position {
	margin-top: 10px
}

.project__amount-row {
	width: 100%;
	text-align: center;
	margin-top: 15px
}

@media (min-width: 961px) {
	.project__amount-row {
		margin-top: 0
	}
}

html[lang='en'] h1,
html[lang='en'] h2,
html[lang='en'] h3,
html[lang='en'] h4,
html[lang='en'] h5,
html[lang='en'] h6,
html[lang='en'] div,
html[lang='en'] p,
html[lang='en'] span,
html[lang='en'] a {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

@media (max-width: 544px) {
	.hidden-xsm {
		display: none
	}
}

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

@media (max-width: 657px) {
	.hidden-fb {
		display: none
	}
}

@media (max-width: 961px) {
	.hidden-md {
		display: none
	}
}

@media (max-width: 885px) {
	.hidden-mg {
		display: none
	}
}

@media (max-width: 960px) {
	.hidden-lg {
		display: none
	}
}

@media (max-width: 1024px) {
	.hidden-xl {
		display: none
	}
}

.hidden {
	display: none
}

@media (max-width: 656px) {
	.hidden_fablet {
		display: none
	}
}

.hidden-scrollbar {
	scrollbar-width: none;
	scrollbar-color: transparent transparent;
	-ms-overflow-style: none;
	overflow-style: auto;
	-webkit-overflow-scrolling: touch
}

.hidden-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0
}

.show-fb {
	display: block
}

@media (min-width: 657px) {
	.show-fb {
		display: none
	}
}

.show-mg {
	display: block
}

@media (min-width: 886px) {
	.show-mg {
		display: none
	}
}

.show-sm {
	display: block
}

@media (min-width: 545px) {
	.show-sm {
		display: none
	}
}

.grecaptcha-badge {
	z-index: 99
}


/*  Style  Services  */

.soft-dev-reach {
	background: url("../images/sun-fourth-375.png") #fafafa no-repeat top right;
	z-index: 2
}

@media (min-width: 545px) {
	.soft-dev-reach {
		background-image: url("../images/sun-fourth-960.png")
	}
}

@media (min-width: 961px) {
	.soft-dev-reach {
		background-image: url("../images/sun-fourth.png")
	}
}

.soft-dev-reach_real-estate-page {
	background-color: rgba(85, 97, 112, 0.2)
}

.soft-dev-reach__header {
	max-width: 335px
}

@media (min-width: 657px) {
	.soft-dev-reach__header {
		max-width: 700px
	}
}

@media (min-width: 961px) {
	.soft-dev-reach__header {
		max-width: 900px
	}
}

.soft-dev-reach__hint {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 700px;
	margin-bottom: 25px
}

@media (min-width: 961px) {
	.soft-dev-reach__hint {
		max-width: 835px;
		margin-bottom: 40px
	}
}

.soft-dev-reach__hint_white {
	color: #fff;
	margin-bottom: 0;
	max-width: 900px
}

@media (max-width: 960px) {
	.soft-dev-reach__hint_white {
		max-width: 660px
	}
}

.soft-dev-reach__hint-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.soft-dev-reach__hint-header_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.soft-dev-reach__hint-list {
	margin-top: 40px
}

.soft-dev-reach__hint-icon {
	min-width: 25px
}

.soft-dev-reach__hint-text {
	margin-left: 15px
}

@media (min-width: 545px) {
	.soft-dev-reach__hint-text {
		margin-left: 25px
	}
}

.soft-dev-reach__button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px
}

@media (min-width: 545px) {
	.soft-dev-reach__button-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.soft-dev-reach__additional-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-decoration: underline;
	margin-top: 40px;
	font-size: 1.6rem;
	text-decoration: underline
}

@media (pointer: fine) {
	.soft-dev-reach__additional-link:hover {
		color: #5ccae9;
	}
}

.soft-dev-reach__additional-link:active {
	color: #5ccae9;
	text-decoration: underline
}

@media (min-width: 545px) {
	.soft-dev-reach__additional-link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0;
		margin-left: 100px
	}
}

.soft-dev-reach__additional-link-icon {
	width: 44px;
	margin-left: 24px
}

.soft-dev-reach__icon {
	position: absolute;
	top: -121px;
	right: -116px
}

.class-certification{
	margin-top:30px;
}

.hero-title{
	margin-bottom:100px;
}