@charset "utf-8";
/* CSS Document */
.slick-slider {
	position: relative;
	display: block;
	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: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	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
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image::before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: 0
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg)
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}
@media all and (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1
}
@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}
@font-face {
	font-family: Gilroy;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Bold.ttf) format("truetype")
}
@font-face {
	font-family: Gilroy;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Gilroy;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Medium.ttf) format("truetype")
}
@font-face {
	font-family: Gilroy;
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Semibold.ttf) format("truetype")
}
@font-face {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Extrabold.ttf) format("truetype")
}
@font-face {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Gilroy/Gilroy-Light.ttf) format("truetype")
}
@font-face {
	font-family: Glyphter;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Glyphter/Glyphter.ttf) format("truetype")
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 14px !important;
	scroll-behavior: smooth
}
body {
	padding: 0;
	margin: 0;
	font-family: Gilroy, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	overflow-x: hidden;
	position: relative;
	background-color: #1d1f26;
	color: #ecf3ff
}
a:hover {
	text-decoration: none
}
.wrapper {
	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%
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	position: relative
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.container {
	max-width: 1470px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.title {
	font-weight: 900;
	font-size: 5.7142857143rem
}
.title--medium {
	font-size: 3.5714285714rem;
	line-height: 3.5714285714rem
}
.title--light {
	font-weight: 300
}
.title--small {
	font-size: 2.2857142857rem
}
.posttitle {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .24em;
	text-transform: uppercase;
	text-align: center;
	color: #fff
}
p {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color: #8690a0
}
section {
	padding: 10.7142857143rem 0
}
.section-titles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 7.1428571429rem
}
.section-titles__title {
	text-align: center;
	margin: 0
}
.section-titles__posttitle {
	text-align: center;
	margin-bottom: 40px
}
.rating-stars {
	margin-top: 14px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 128px
}
.rating-stars::before {
	font-family: Glyphter;
	content: "AAAAA";
	color: rgba(255, 255, 255, .3);
	font-size: 16px;
	letter-spacing: 12px
}
.rating-stars__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.rating-stars__rating-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 6
}
.rating-stars__item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0;
	margin: 0;
	z-index: 6;
	opacity: 0
}
.rating-stars__progress {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}
.rating-stars__progress::before {
	font-family: Glyphter;
	content: "AAAAA";
	color: #64bd48;
	font-size: 16px;
	letter-spacing: 12px
}
.rating-stars__value {
	display: none
}
.map {
	position: relative;
	padding-bottom: 0
}
.map__shape {
	mix-blend-mode: difference;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.map__wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none
}
.map iframe {
	height: 559px
}
.absolute-hide {
	display: none
}
.lock {
	overflow-y: hidden
}
.header {
	padding: 55px 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0);
	height: 167px;
	width: 100%;
	top: 0;
	z-index: 100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.header.active {
	padding: 10px 0;
	height: 80px;
	background-color: #1d1f26
}
.header__container {
	max-width: 1470px
}
.header .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.header__col--logo {
	width: 22%
}
.header__col--menu {
	width: 59.5%;
	margin-right: 3.7857142857rem
}
.header__col--contacts {
	min-width: 269px;
	width: 19.663%
}
.header__col--burger {
	display: none;
	margin-left: 15px
}
.header__logo {
	display: block;
	margin-top: 15px
}
.header-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 0 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0
}
.header-menu__item {
	margin: 0 45px 0 0;
	position: relative;
	padding: 18px 0 23px
}
.header-menu__item:last-child {
	margin-right: 0
}
.header-menu__item::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #64bd48;
	bottom: 0;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.header-menu__item.active .header-menu__link {
	color: #ecf3ff
}
.header-menu__item.active::after {
	opacity: 1
}
.header-menu__link {
	font-weight: 600;
	font-size: 14px;
	line-height: 13px;
	color: #8690a0;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.header-menu__link:hover {
	color: #ecf3ff
}
.header-menu__burger {
	display: none
}
.header-contacts {
	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
}
.header-contacts__list {
	margin: 0 30px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-contacts__item {
	margin-right: 19px
}
.header-contacts__item:last-child {
	margin-right: 0
}
.header-contacts__item:hover svg {
	fill: #ecf3ff
}
.header-contacts__link svg {
	width: 17px;
	height: 17px;
	fill: #8690a0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.header-contacts__phone {
	padding: 12.5px 20.5px;
	border: 1.5px solid #ecf3ff;
	border-radius: 8px;
	font-weight: 700;
	color: #ecf3ff;
	font-size: 14px;
	letter-spacing: .04em;
	text-decoration: none;
	line-height: 13px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.header-contacts__phone:hover {
	color: #fff
}
.offer {
	background-image: url(../images/graphics/offer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 17.4285714286rem 0 19.2857142857rem;
	position: relative;
	z-index: 3
}
.offer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	left: 0;
	background-image: url(../images/graphics/bg-blur.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.offer__top {
	text-align: center
}
.offer__title {
	font-size: 5.7142857143rem;
	margin: 0
}
.offer__subititle {
	margin: 22px 0 0 0
}
.offer__quality {
	margin: 11.9285714286rem auto 0 auto
}
.offer .container {
	position: relative;
	z-index: 3
}
.offer-quality {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1140px;
	width: 100%;
	padding: 9.0714285714rem 0 0 0;
	position: relative;
	overflow: hidden
}
.offer-quality::after {
	content: "";
	max-width: 1018px;
	position: absolute;
	height: 8px;
	width: 100%;
	background-image: url(../images/graphics/offer-line.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offer-quality__item {
	max-width: 330px;
	background: rgba(28, 30, 37, .6);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding: 24px 30px 28px
}
.offer-quality__item::after {
	content: "";
	position: absolute;
	top: -115%;
	height: 140%;
	width: 8px;
	background-image: url(../images/graphics/offer-item-line.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.offer-quality__item:first-child::after {
	left: 60px
}
.offer-quality__item:nth-child(2)::after {
	margin-left: 4.9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offer-quality__item:last-child::after {
	right: 61px
}
.offer-quality__title {
	font-weight: 700;
	font-size: 1.1428571429rem;
	margin: 0 0 12px 0;
	line-height: 32px
}
.offer-quality__descr {
	margin: 0;
	font-weight: 500;
	color: #fff;
	opacity: .8;
	line-height: 26px;
	font-size: 14px
}
.how__inner {
	max-width: 1092px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.how__img {
	margin-right: 5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 500px;
	flex: 0 1 500px
}
.how__img img {
	height: 100%;
	width: 100%;
	border-radius: 50px
}
.how__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 522px;
	flex: 0 1 522px
}
.how__postitle {
	text-align: left
}
.how__title {
	margin: 40px 0
}
.price {
	background-image: url(../images/graphics/price-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	background-attachment: fixed
}
.price::after {
	content: "";
	background-image: url(../images/graphics/price-blur-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}
.price .container {
	position: relative;
	z-index: 3
}
.price__title {
	margin-bottom: 17px;
	line-height: 100px
}
.price-form {
	margin-top: 7.1428571429rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.price-form [name=file] {
	display: none
}
.price-form__file {
	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;
	max-width: 280px;
	width: 100%;
	cursor: pointer
}
.price-form__file input {
	display: none
}
.price-form__file svg {
	fill: #ecf3ff
}
.price-form__input {
	background: rgba(255, 255, 255, .07);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 8px;
	font-size: 14px;
	line-height: 12px;
	color: #ecf3ff;
	opacity: .6;
	padding: 22px 24px;
	border: none;
	font-family: Gilroy;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-right: 24px
}
.price-form__input::-webkit-input-placeholder {
	font-family: Gilroy;
	color: #ecf3ff;
	font-size: 14px
}
.price-form__input::-moz-placeholder {
	font-family: Gilroy;
	color: #ecf3ff;
	font-size: 14px
}
.price-form__input:-ms-input-placeholder {
	font-family: Gilroy;
	color: #ecf3ff;
	font-size: 14px
}
.price-form__input::-ms-input-placeholder {
	font-family: Gilroy;
	color: #ecf3ff;
	font-size: 14px
}
.price-form__input::placeholder {
	font-family: Gilroy;
	color: #ecf3ff;
	font-size: 14px
}
.price-form__input:hover {
	background: rgba(255, 255, 255, .2)
}
.price-form__input:focus {
	outline: 0;
	border: 1px solid #ecf3ff
}
.price-form__btn {
	background: #64bd48;
	border-radius: 8px;
	display: block;
	padding: 22px 13px;
	max-width: 190px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 12px;
	color: #ecf3ff;
	cursor: pointer;
	border: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 3px solid #64bd48
}
.price-form__btn:hover {
	background: rgba(255, 255, 255, .07)
}
.compare {
	text-align: center
}
.compare .row {
	width: 100%
}
.compare__posttitle {
	text-align: center
}
.compare__table {
	max-width: 837px;
	overflow: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.1428571429rem
}
.compare-table__names {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0
}
.compare-table__names-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 295px;
	flex: 0 1 295px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	color: #ecf3ff
}
.compare-table__names-item:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 227px;
	flex: 0 1 227px
}
.compare-table__names-item:nth-child(2) img {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg)
}
.compare-table__names-item img {
	width: 29px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px
}
.compare-table__values {
	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
}
.compare-table__values ul {
	background: -o-linear-gradient(272.04deg, #272932 -1.36%, #1d1f26 100.8%);
	background: linear-gradient(177.96deg, #272932 -1.36%, #1d1f26 100.8%);
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 295px;
	flex: 0 1 295px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.compare-table__values li {
	font-weight: 500;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 16px;
	position: relative
}
.compare-table__values li:first-child {
	padding-top: 54px
}
.compare-table__values li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .03);
	bottom: 0;
	left: 0
}
.compare-table__values-names {
	border-radius: 50px 0 50px 0;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 1 227px !important;
	flex: 0 1 227px !important
}
.compare-table__values-names li {
	text-align: left;
	color: #8690a0;
	padding: 30px 0 30px 56px;
	opacity: .6
}
.compare-table__values-value {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 295px;
	flex: 0 1 295px;
	list-style: none;
	padding: 0
}
.compare-table__values-value li:nth-child(5) {
	padding: 37px 0 39px
}
.compare-table__values-value--2 {
	border-radius: 0 50px 0 50px
}
.compare-table__values-value--2 li {
	color: #64bd48
}
.portfolio {
	text-align: center
}
.portfolio .row {
	width: 100%
}
.portfolio__posttitle {
	text-align: center
}
.portfolio__title {
	text-align: center
}
.portfolio__titles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.portfolio__items {
	margin-top: 100px;
	max-width: 1362px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.portfolio__item {
	margin-bottom: 40px
}
.portfolio-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 392px;
	flex: 0 1 392px;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.portfolio-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -o-linear-gradient(269.95deg, rgba(29, 31, 38, 0) -3.38%, #1c1e25 99.96%);
	background: linear-gradient(180.05deg, rgba(29, 31, 38, 0) -3.38%, #1c1e25 99.96%)
}
.portfolio-item__price {
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	position: relative;
	z-index: 2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.portfolio-item__name {
	margin-top: 6px;
	position: relative;
	z-index: 2;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -.04em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.portfolio-item__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3
}
.portfolio-item:hover .portfolio-item__name, .portfolio-item:hover .portfolio-item__price {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}
.portfolio-items__fancy {
	display: none
}
.portfolio-items__more {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.portfolio-items__more.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.portfolio-items__more .portfolio-item {
	margin-top: 5%
}
.portfolio-items__btn {
	display: block;
	max-width: 190px;
	width: 100%;
	padding: 22px 12px;
	border: 1px solid rgba(100, 189, 72, .5);
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
	line-height: 12px;
	color: #ecf3ff;
	margin-top: 7.8571428571rem;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.portfolio-items__btn:hover {
	border-color: #64bd48
}
.portfolio-items__btn.hide {
	display: none
}
.reviews {
	background-image: url(../images/graphics/reviews-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed
}
.reviews::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/graphics/reviews-blur-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3
}
.reviews .container {
	position: relative;
	z-index: 4
}
.reviews__titles {
	margin-bottom: 4.5714285714rem
}
.reviews-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto
}
.reviews-slider .slick-list {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto
}
.reviews-slider__item {
	z-index: 5;
	position: relative;
	padding: 46px 32px
}
.reviews-slider__item-inner {
	border-radius: 40px;
	width: 100%;
	position: relative;
	max-width: 263px;
	height: 532px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.reviews-slider__item-inner:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}
.reviews-slider__item-inner::after {
	content: "";
	width: 96%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 9px;
	border-radius: 40px;
	background-color: #fff;
	z-index: -1
}
.reviews-slider__item-inner img:first-child {
	width: 267px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.reviews-slider__item-inner img:last-child {
	width: 100%;
	border-radius: 0 0 45px 45px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: auto;
	max-width: 237px;
	height: 465px
}
.reviews-slider__arrow {
	background: rgba(255, 255, 255, .07);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.reviews-slider__arrow svg {
	width: 8px;
	height: 13px;
	stroke: #fff;
	fill: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 3px
}
.reviews-slider__arrow:hover {
	background: #64bd48
}
.reviews-slider__arrow:hover svg {
	stroke: #2e3036
}
.reviews-slider__arrow-next {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg)
}
.reviews-yandex {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
	background: rgba(255, 255, 255, .07);
	border-radius: 64px
}
.reviews-yandex__row {
	position: relative;
	bottom: 0;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.reviews-yandex__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%
}
.reviews-yandex__setrating {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%;
	text-align: center
}
.reviews-yandex__qr {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%
}
.reviews-yandex-rating__info {
	margin-top: 2px;
	margin-left: 45px
}
.reviews-yandex-rating__count {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	color: #fff
}
.reviews-yandex-rating__grade {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8690a0;
	margin-left: -4px
}
.reviews-yandex-rating-stars {
	margin-top: 14px
}
.reviews-yandex-setrating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.reviews-yandex-setrating__label {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #fff
}
.reviews-yandex-setrating__stars {
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto
}
.reviews-yandex-qr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.reviews-yandex-qr__label {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8690a0;
	margin-right: 41px;
	/*max-width: 155px;*/
	text-decoration: none
}
.reviews-yandex-qr__label:hover {
	color: #8690a0;
	text-decoration: none
}
.services {
	margin-top: 8.8571428571rem;
	position: relative
}
.services-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1208px;
	width: 100%;
	margin: 0 auto;
	background: -o-linear-gradient(272.04deg, #272932 -1.36%, #1d1f26 100.8%);
	background: linear-gradient(177.96deg, #272932 -1.36%, #1d1f26 100.8%);
	border-radius: 50px;
	overflow: hidden
}
.services-card::after {
	content: "";
	position: absolute;
	z-index: -1;
	max-width: 865px;
	width: 100%;
	height: 9.8571428571rem;
	background: #0d1115;
	-webkit-filter: blur(44px);
	filter: blur(44px);
	border-radius: 64px;
	bottom: 3.4285714286rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.services-card__col {
	width: 50%;
	height: 100%;
	padding: 6.5714285714rem 4rem 0
}
.services-card__col--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 4.2857142857rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.services-card__col--right {
	padding-bottom: 6.5714285714rem
}
.services-card ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.services-card ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8690a0;
	margin-bottom: 30px;
	padding-left: 41px;
	position: relative
}
.services-card ul li::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../images/icons/check.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 2px
}
.services-card ul li:last-child {
	margin-bottom: 0
}
.footer .container {
	max-width: 1170px
}
.footer__top {
	padding: 5.1428571429rem 0;
	border-bottom: 1px solid rgba(227, 238, 255, .1)
}
.footer__top .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__col--logo {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%
}
.footer__col--menu {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 385px;
	flex: 0 1 385px
}
.footer__logo {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.footer__menu {
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 150px;
	padding: 0;
	margin: 0
}
.footer__menu li {
	margin-bottom: 53px
}
.footer__menu li:last-child {
	margin-bottom: 0
}
.footer__menu li:nth-child(n+4) a {
	display: block;
	margin-left: auto;
	text-align: left;
	width: 100px
}
.footer__menu li a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 13px;
	color: #8690a0;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.contacts_links li a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #8690a0;
	text-decoration: none;
}
.contacts_links {
	list-style: none;
	padding-left: 0;
}
.footer__menu li a:hover {
	text-decoration: underline
}
.footer__bottom {
	padding: 34px 0 48px
}
.footer__bottom .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__copyright {
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .04em;
	color: #545a64
}
.footer__hook {
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .04em;
	color: #ecf3ff;
	text-decoration: none
}
.footer__hook:hover {
	text-decoration: none;
	color: #ecf3ff
}
.footer-contacts__title {
	font-weight: 700
}
.footer-contacts__address {
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	color: #8690a0;
	font-style: normal;
	max-width: 244px;
	width: 100%;
	margin: 32px 0
}
.footer-contacts__ui {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer-contacts__phone {
	font-weight: 700;
	color: #ecf3ff;
	text-decoration: none;
	display: block;
	letter-spacing: .04em
}
.footer-contacts__social {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-contacts__social li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer-contacts__social li a:hover svg {
	fill: #64bd48
}
.footer-contacts__social li a svg {
	width: 17px;
	height: 15px;
	fill: #8690a0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
@media(max-width:1290px) {
	.portfolio__items {
		max-width: 800px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.portfolio__item {
		margin-bottom: 40px
	}
}
@media(max-width:1200px) {
	html {
		font-size: 12px !important
	}
	.offer-quality {
		margin: 11.9285714286rem auto 0 auto;
		position: relative
	}
	.offer-quality::after {
		background-size: 100% 100%;
		max-width: 88.5%
	}
	.reviews__yandex {
		margin-top: 8.7857142857rem;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin-left: auto;
		margin-right: auto;
		position: static
	}
	.reviews-yandex__row {
		bottom: 0
	}
}
@media(max-width:1090px) {
	section {
		padding: 40px 0
	}
	.header {
		padding: 30px 0;
		z-index: 5
	}
	.header__col--burger {
		display: block
	}
	.header__col--menu {
		display: none
	}
	.header__col--contacts {
		width: 70%
	}
	.header__burger {
		width: 40px;
		height: 20px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 3;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		padding: 5px
	}
	.header__burger span {
		width: 100%;
		height: 2px;
		position: relative;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		pointer-events: none
	}
	.header__burger span::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #ecf3ff;
		top: 0;
		left: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.header__burger.active {
		z-index: 3;
		margin-left: auto;
		margin-right: auto
	}
	.header__burger.active span:first-child {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px)
	}
	.header__burger.active span:first-child::after {
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotate(45deg);
		transform: rotateZ(45deg)
	}
	.header__burger.active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
	.header__burger.active span::after {
		background-color: #ecf3ff
	}
	.header__burger.active span:last-child {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	.header__burger.active span:last-child::after {
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotateZ(-45deg)
	}
	.header-menu {
		width: 50%;
		height: 100%;
		position: fixed;
		right: -200%;
		top: 0;
		background: rgba(28, 30, 37, .6);
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 120px 25px 0 25px;
		z-index: 4
	}
	.header-menu.active {
		right: 0
	}
	.header-menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: right;
		margin-bottom: 35px
	}
	.header-menu__item {
		margin: 35px 0 0 0;
		text-align: right;
		padding: 0 0 0 25px
	}
	.header-menu__item:first-child {
		margin-top: 0
	}
	.header-menu__item::after {
		top: 50%;
		bottom: initial;
		width: 10px;
		margin-top: -3px;
		height: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0
	}
	.header-menu__link {
		font-size: 22px
	}
	.offer-quality {
		padding: 60px 0 0 0;
		-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;
		margin-top: 0
	}
	.offer-quality::after {
		display: none
	}
	.offer-quality__item {
		margin-top: 63px
	}
	.offer-quality__item::after {
		top: -63px;
		height: 63px;
		left: 50%;
		background-image: none;
		width: 1px;
		opacity: .5;
		background: #fff
	}
	.offer-quality__item:first-child::before {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #fff;
		top: -63px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.offer-quality__item:first-child::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.offer-quality__item:nth-child(2)::after {
		margin-left: 0
	}
	.offer-quality__item:last-child::after {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		right: 0
	}
	.reviews__yandex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: none;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.reviews-yandex__rating {
		padding: 0;
		margin-bottom: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}
	.reviews-yandex__setrating {
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.reviews-yandex__qr {
		margin-top: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.reviews-yandex-setrating__stars {
		margin-left: 6px
	}
	.section-titles__posttitle {
		margin-bottom: 20px
	}
}
@media(max-width:992px) {
	.how__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 500px
	}
	.how__img {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
		margin-bottom: 40px
	}
	.how__img img {
		height: 100%
	}
	.how__text {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial
	}
	.how__title {
		margin: 20px 0
	}
	.portfolio__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.portfolio__item {
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	.portfolio__item:last-child {
		margin-bottom: 0
	}
	.services-card {
		max-width: 500px;
		-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
	}
	.services-card__col {
		width: 100%;
		height: initial
	}
	.services-card__col--left {
		height: 350px;
		padding-bottom: 22px
	}
	.services-card__col--right {
		padding: 20px 35px 40px
	}
	.footer__top .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer__col {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer__col--menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%
	}
	.footer__menu {
		margin: 30px auto;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer__menu li {
		margin-bottom: 15px;
		margin-right: 15px
	}
	.footer__menu li:nth-child(n+4) a {
		display: inline-block;
		width: initial
	}
	.footer__logo {
		margin-left: auto;
		margin-right: auto
	}
	.footer-contacts {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto
	}
}
@media(max-width:768px) {
	html {
		font-size: 10px !important
	}
	.header-contacts__phone {
		margin-top: 25px;
		max-width: 216px;
		width: 100%;
		text-align: center;
		font-size: 16px
	}
	.price-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto
	}
	.price-form__input {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px
	}
	.price-form__btn {
		max-width: 100%
	}
	.reviews-slider .slick-list {
		max-width: 320px
	}
	.reviews-slider__item {
		padding: 12px 0;
	}
	.portfolio-item__link {
		height: 87%;
	}
	.reviews-slider__item-inner {
		margin: 0 12px
	}
	.services {
		margin-top: 0
	}
	.compare-table__names {
		width: 107px;
		margin-left: auto;
		margin-right: auto;
		position: relative
	}
	.compare-table__names-item {
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.compare-table__names-item:nth-child(2) {
		width: 107px;
		position: absolute
	}
	.compare-table__names-item.active {
		opacity: 1
	}
	.compare-table__names-item:first-child {
		display: none
	}
	.compare-table__names-item img {
		margin-bottom: 5px
	}
	.compare-table__values {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto
	}
	.compare-table ul li {
		font-size: 14px
	}
	.compare-table__values-names li {
		padding-left: 20px
	}
	.compare-table__values-value {
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.compare-table__values-value.active {
		opacity: 1
	}
	.compare-table__values-value--1 {
		position: absolute;
		width: 181px;
		-webkit-box-flex: initial !important;
		-ms-flex: initial !important;
		flex: initial !important;
		top: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 0 50px 0 0
	}
	.compare-table__values-value--2 {
		border-radius: 0 50px 0 0
	}
}
@media(max-width:576px) {
	.title {
		font-size: 40px
	}
	.title--small {
		font-size: 22px
	}
	.header.active {
		height: 75px;
		padding: 15px 0
	}
	.header__col--logo {
		width: 40%
	}
	.header__col--contacts {
		min-width: 0;
		width: 35%
	}
	.header__col--burger {
		width: 15%;
		margin-left: 0
	}
	.header__logo {
		width: 100%;
		height: 100%
	}
	.header__logo img {
		width: 100%;
		height: 100%
	}
	.header-menu {
		width: 85%
	}
	.header-contacts__list {
		margin-right: 0
	}
	.price__title {
		line-height: initial
	}
	.reviews-slider__item-inner img:last-child {
		height: 100%
	}
	.reviews-yandex {
		width: 100%;
		padding: 40px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.reviews-yandex-rating img {
		width: 50px;
		height: 100%
	}
	.reviews-yandex-rating__info {
		margin-left: 15px
	}
	.reviews-yandex-qr img {
		display: none
	}
	.reviews-yandex-qr__label {
		margin-right: 0;
		max-width: none
	}
	.services-card__col--left {
		height: 250px;
		padding: 20px 10px
	}
	.services-card__col--right {
		padding-left: 10px;
		padding-right: 10px
	}
	.services-card__title {
		font-size: 18px
	}
	.footer__menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__bottom .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 12px
	}
	.footer__hook {
		margin-top: 15px
	}
	.footer-contacts {
		margin-top: 15px
	}
	.footer-contacts__address {
		margin: 15px 0
	}
}

.mac-os .offer, .price, .reviews {
    background-attachment: initial;
}
.dev_company {
	color: #fff;
	margin-top: 20px;
	text-align: right;
}
.dev_company a {
	color: #fff;
}