.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1399px;
}
@media (max-width: 1399px) {
	.container {
		max-width: 1199px;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 991px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 767px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 575px;
	}
}
@media (max-width: 575px) {
	.container {
		max-width: 380px;
	}
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-ExtraBold.eot');
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
		url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Regular.eot');
	src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Italic.eot');
	src: local('Gilroy Italic'), local('Gilroy-Italic'), url('../fonts/Gilroy-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Italic.woff') format('woff'),
		url('../fonts/Gilroy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Black.eot');
	src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'),
		url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-ultralight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeue_Regular.otf');
	src: local('Bebas Neue'), local('Bebas Neue'), url('../fonts/BebasNeue_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	scrollbar-gutter: stable;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	color: #3a4754;
	font-family: 'Proxima Nova';
}

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

section {
	overflow: hidden;
}

button,
.button {
	display: inline-block;
	padding: 20px 35px;
	background: #0690cf;
	border: none;
	border-radius: 0;
	outline: none;
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
button:hover,
.button:hover {
	opacity: 0.9;
}
button_dark,
.button_dark {
	background: #3a4754;
}
button_white,
.button_white {
	background: #fff;
	color: #0690cf;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	display: block;
	max-width: 30vw;
	height: 100%;
	max-height: 100%;
	background: #3a4754;
	border: none;
	outline: none;
	opacity: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}
.modal_wide {
	width: 100%;
	max-width: 100vw;
}
@media (max-width: 991px) {
	.modal_wide .modal__container {
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.modal {
		width: 100vw;
		max-width: 100vw;
	}
}
.modal::-webkit-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100vw;
	background: rgba(0, 0, 0, 0.4);
}
.modal::backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100vw;
	background: rgba(0, 0, 0, 0.4);
}
.modal[open] {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all;
}
.modal__close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal__close::after,
.modal__close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}
.modal__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner {
	padding: 3rem 1.5rem 1.5rem 1.5rem;
	width: 100%;
	height: 100%;
}
.modal__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.2rem;
}
.modal__nav-link {
	outline: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
}
.modal__button {
	margin-top: 24px;
	width: 100%;
}
.modal__title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}
.modal__description {
	margin-top: 1rem;
	color: #fff;
	font-size: 1rem;
}
.modal__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}
.modal__form-privacy {
	font-size: 0.8rem;
}
.modal__form-privacy a {
	color: #0690cf;
	text-decoration: none;
}
.modal__footnote {
	margin-top: 20px;
	padding-bottom: 50px;
	max-width: 520px;
}

input,
.input {
	display: block;
	padding: 0.5rem 0;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #616c76;
	outline: none;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

.mobile-table {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.section-title {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 55px;
	line-height: 120%;
}
.section-title_white {
	color: #fff;
}
@media (max-width: 1199px) {
	.section-title {
		font-size: 30px;
	}
}

.section-sub-title {
	font-size: 30px;
	font-family: 'Proxima Nova';
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.section-sub-title {
		font-size: 18px;
	}
}

details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}
details[open] {
	padding-bottom: 32px;
}
@media (max-width: 767px) {
	details[open] {
		padding-bottom: 20px;
	}
}
details[open] summary {
	padding: 38px 40px 28px 0;
}
@media (max-width: 767px) {
	details[open] summary {
		padding: 20px 40px 20px 0;
	}
}
details[open] summary::after {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}
details[open] summary::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
details summary {
	position: relative;
	padding: 38px 40px 38px 0;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	cursor: pointer;
}
@media (max-width: 767px) {
	details summary {
		padding: 20px 40px 20px 0;
		font-size: 20px;
		line-height: 24px;
	}
}
details summary::marker {
	content: none;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary::after,
details summary::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 3px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	details summary::after,
	details summary::before {
		width: 20px;
	}
}
details summary::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
details ol,
details ul {
	max-width: 567px;
}

.number-list {
	counter-reset: item;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.number-list__item {
	position: relative;
	padding-left: 42px;
	display: block;
	min-height: 29px;
}
.number-list__item::before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	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;
	width: 29px;
	height: 29px;
	background: #0690cf;
	color: #fff;
	border-radius: 50%;
}

.short {
	aspect-ratio: 9/16;
	width: 100%;
	-webkit-animation-name: placeholder;
	animation-name: placeholder;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.short__iframe {
	display: block;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes placeholder {
	0% {
		background: rgba(0, 0, 0, 0.2);
	}
	50% {
		background: rgba(0, 0, 0, 0.4);
	}
	100% {
		background: rgba(0, 0, 0, 0.2);
	}
}

@keyframes placeholder {
	0% {
		background: rgba(0, 0, 0, 0.2);
	}
	50% {
		background: rgba(0, 0, 0, 0.4);
	}
	100% {
		background: rgba(0, 0, 0, 0.2);
	}
}
.prices-table {
	margin-top: 50px;
	width: 100%;
	border-collapse: collapse;
}
@media (max-width: 991px) {
	.prices-table {
		margin-top: 34px;
	}
}
.prices-table thead > * > * {
	padding: 24px;
	padding-top: 0;
}
.prices-table thead tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.prices-table thead td {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}
@media (max-width: 767px) {
	.prices-table thead td {
		font-size: 18px;
		line-height: 22px;
	}
}
.prices-table tbody > * > * {
	padding: 24px 12px;
}
.prices-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.prices-table tbody th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}
.prices-table tbody th span {
	margin-top: 6px;
	opacity: 0.5;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
.prices-table tbody .price {
	color: #0690cf;
	white-space: nowrap;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
}
@media (max-width: 767px) {
	.prices-table tbody .price {
		font-size: 26px;
		line-height: 32px;
	}
}
.prices-table tbody .price-akb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}
.prices-table tbody .price-akb span {
	display: inline-block;
	margin-left: 8px;
	opacity: 0.5;
	font-weight: 400;
}

.footnote {
	color: #ffffff;
	opacity: 0.5;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}
.footnote::before {
	content: '* ';
}

h3,
.h3 {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	h3,
	.h3 {
		font-size: 19px;
		line-height: 1.2;
	}
}

.equipment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	color: #fff;
}
@media (max-width: 991px) {
	.equipment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.equipment__bg {
	width: 50%;
}
@media (max-width: 991px) {
	.equipment__bg {
		width: 100%;
	}
}
.equipment__bg img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left top;
	object-position: left top;
}
.equipment__content {
	position: relative;
	padding: 70px 40px;
	width: 50%;
	background: #0690cf;
}
@media (max-width: 1199px) {
	.equipment__content {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.equipment__content {
		width: 100%;
	}
}
.equipment__content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 130px;
	height: 100%;
	background: #0690cf;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
	.equipment__content::before {
		top: unset;
		right: 0;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100px;
		-webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	}
}
@media (max-width: 575px) {
	.equipment__content::before {
		height: 40px;
	}
}
.equipment__check-list {
	margin-top: 20px;
}

.check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
	list-style-type: none;
	color: #fff;
}
.check-list__item {
	position: relative;
	padding-left: 34px;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
}
@media (max-width: 575px) {
	.check-list__item {
		font-size: 16px;
		line-height: 1.5;
	}
}
.check-list__item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url('../img/icons/check-list__item.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.large-number-characteristic {
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.large-number-characteristic__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 0.2em;
	color: #0690cf;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
}
@media (max-width: 991px) {
	.large-number-characteristic__number {
		font-size: 40px;
		line-height: 48px;
	}
}
.large-number-characteristic__number * {
	font-size: 30px;
	line-height: 36px;
}
@media (max-width: 991px) {
	.large-number-characteristic__number * {
		font-size: 24px;
		line-height: 28.8px;
	}
}
.large-number-characteristic__text {
	margin-top: 3px;
	color: #fff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
@media (max-width: 991px) {
	.large-number-characteristic__text {
		font-size: 14px;
		line-height: 17px;
	}
}

.inline-characteristic {
	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;
	gap: 82px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}
@media (max-width: 991px) {
	.inline-characteristic {
		gap: 32px;
	}
}
.inline-characteristic__name {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.inline-characteristic__value {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 991px) {
	.inline-characteristic__value {
		font-size: 18px;
		line-height: 22px;
	}
}

.gray-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	padding: 20px 30px;
	background: #f4f4f4;
	border-radius: 10px;
}
.gray-card_accent {
	background: #0690cf;
}
.gray-card_accent .gray-card__number,
.gray-card_accent .gray-card__text {
	color: #fff;
}
@media (max-width: 991px) {
	.gray-card {
		padding: 10px 20px;
	}
}
.gray-card__number {
	color: #0690cf;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 60px;
	line-height: 73px;
}
.gray-card__text {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.spot {
	position: absolute;
	aspect-ratio: 1/1;
	width: 1002px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(6, 144, 207, 0.3) 0%, rgba(6, 144, 207, 0) 100%);
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.socials__item {
	display: block;
	width: 40px;
	height: 40px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1399px;
}
@media (max-width: 1399px) {
	.container {
		max-width: 1199px;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 991px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 767px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 575px;
	}
}
@media (max-width: 575px) {
	.container {
		max-width: 380px;
	}
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-ExtraBold.eot');
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
		url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Regular.eot');
	src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Italic.eot');
	src: local('Gilroy Italic'), local('Gilroy-Italic'), url('../fonts/Gilroy-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Italic.woff') format('woff'),
		url('../fonts/Gilroy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Black.eot');
	src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'),
		url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-ultralight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeue_Regular.otf');
	src: local('Bebas Neue'), local('Bebas Neue'), url('../fonts/BebasNeue_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
.footer {
	padding: 100px 0;
	background: #3a4754;
	color: #fff;
}
@media (max-width: 991px) {
	.footer {
		padding: 50px 0;
	}
}
.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
}
@media (max-width: 991px) {
	.footer__row {
		display: none;
	}
}
.footer__row:not(:first-child) {
	margin-top: 32px;
}
.footer__left {
	width: 33.3333333333%;
}
@media (max-width: 991px) {
	.footer__left {
		width: 100%;
	}
}
.footer__right {
	width: 60.3%;
}
@media (max-width: 1399px) {
	.footer__right {
		width: 65%;
	}
}
@media (max-width: 991px) {
	.footer__right {
		width: 100%;
	}
}
.footer__logo {
	width: auto;
	height: 62px;
}
@media (max-width: 991px) {
	.footer__logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: 50px;
	}
}
.footer__nav {
	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;
}
.footer__nav-link {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.footer-question {
	margin-top: 32px;
}
.footer-question__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.footer-question__button {
	margin-top: 26px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px !important;
}
.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1199px) {
	.footer-info-wrapper {
		gap: 32px;
	}
}
.footer-info__title {
	color: #fff;
	opacity: 0.3;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
@media (max-width: 991px) {
	.footer-info__title {
		font-size: 13px;
		line-height: 138.18%;
	}
}
.footer-info__phone {
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 37px;
}
@media (max-width: 991px) {
	.footer-info__phone {
		margin-top: 42px;
		font-size: 30px;
		line-height: 30px;
	}
}
.footer-info__email {
	margin-top: 20px;
	color: #0690cf;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 991px) {
	.footer-info__email {
		margin-top: 5px;
		font-size: 20px;
		line-height: 24px;
	}
}
.footer-info__text {
	margin-top: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 991px) {
	.footer-info__text {
		margin-top: 15px;
		font-size: 16px;
		line-height: 138.18%;
	}
}
.footer__three-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 92px;
}
@media (max-width: 991px) {
	.footer__three-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 42px;
	}
}
.footer__hidden {
	display: block;
	color: #ffffff;
	opacity: 0.3;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.footer__mobile {
	display: none;
}
@media (max-width: 991px) {
	.footer__mobile {
		display: block;
	}
}
.footer__mobile .footer__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1399px;
}
@media (max-width: 1399px) {
	.container {
		max-width: 1199px;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 991px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 767px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 575px;
	}
}
@media (max-width: 575px) {
	.container {
		max-width: 380px;
	}
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-ExtraBold.eot');
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
		url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Regular.eot');
	src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Italic.eot');
	src: local('Gilroy Italic'), local('Gilroy-Italic'), url('../fonts/Gilroy-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Italic.woff') format('woff'),
		url('../fonts/Gilroy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Black.eot');
	src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'),
		url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-ultralight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeue_Regular.otf');
	src: local('Bebas Neue'), local('Bebas Neue'), url('../fonts/BebasNeue_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
.header {
	position: absolute;
	padding-top: 40px;
	width: 100%;
	z-index: 10;
}
.header__container {
	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;
}
.header__logo {
	width: auto;
	height: 47px;
}
.header__logo img {
	width: auto;
}
@media (max-width: 1399px) {
	.header__logo {
		height: 35px;
	}
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media (max-width: 1399px) {
	.header__nav {
		display: none;
	}
}
.header__link {
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}
.header__contacts_mobile {
	display: none;
}
@media (max-width: 1399px) {
	.header__contacts_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		margin-left: auto;
	}
}
@media (max-width: 1399px) {
	.header__contacts_desktop {
		display: none;
	}
}
.header__phone {
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}
@media (max-width: 1399px) {
	.header__consult {
		display: none;
	}
}
.header-icon {
	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;
	width: 40px;
	height: 40px;
}
.header__burger {
	position: relative;
	display: none;
	margin-left: 20px;
	width: 26px;
	height: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (max-width: 1399px) {
	.header__burger {
		display: block;
	}
}
.header__burger span {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.header__burger span:nth-child(1) {
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header__burger span:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header__burger span:nth-child(3) {
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header__burger_active span:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
.header__burger_active span:nth-child(2) {
	left: -200%;
	width: 0;
	opacity: 0;
}
.header__burger_active span:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1399px;
}
@media (max-width: 1399px) {
	.container {
		max-width: 1199px;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 991px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 767px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 575px;
	}
}
@media (max-width: 575px) {
	.container {
		max-width: 380px;
	}
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-ExtraBold.eot');
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
		url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Regular.eot');
	src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Italic.eot');
	src: local('Gilroy Italic'), local('Gilroy-Italic'), url('../fonts/Gilroy-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Italic.woff') format('woff'),
		url('../fonts/Gilroy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-Black.eot');
	src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'),
		url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-ultralight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeue_Regular.otf');
	src: local('Bebas Neue'), local('Bebas Neue'), url('../fonts/BebasNeue_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
.banner {
	position: relative;
	overflow: hidden;
}

.banner.banner_linhaj {
	background-image: url('../img/banner/banner__bg-1.webp');
}

@media (max-width: 991px) {
	.banner {
		height: auto;
	}

	.banner.banner_linhaj {
		background-image: url('../img/banner/banner__bg_mobile-1.webp');
	}
}
/* .banner__bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.banner__bg img {
		-o-object-position: center bottom;
		object-position: center bottom;
	}
} */
@media (max-width: 767px) {
	/* .banner__bg::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 31, 0.5)), to(rgba(0, 7, 31, 0)));
		background: linear-gradient(180deg, rgba(0, 7, 31, 0.5) 0%, rgba(0, 7, 31, 0) 100%);
	} */

	.banner_linhaj::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 31, 0.5)), to(rgba(0, 7, 31, 0)));
		background: linear-gradient(180deg, rgba(0, 7, 31, 0.5) 0%, rgba(0, 7, 31, 0) 100%);
	}
}
.banner__container {
	position: relative;
	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;
	padding-top: 180px;
	padding-bottom: 160px;
	height: 100%;

	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.banner__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 96px;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.banner__container {
		padding-top: 120px;
	}
}
.banner__content {
	width: 60%;
}
@media (max-width: 1399px) {
	.banner__content {
		width: 70%;
	}
}
@media (max-width: 1199px) {
	.banner__content {
		width: 80%;
	}
}
@media (max-width: 991px) {
	.banner__content {
		width: 100%;
	}
}
.banner__title {
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 47px;
	line-height: 57px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.banner__title {
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 0.02em;
	}
	.banner__title br {
		display: none;
	}
}
.banner__sub-title {
	margin-top: 4px;
	color: #fff;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.banner__sub-title {
		font-size: 16px;
	}
	.banner__sub-title br {
		display: none;
	}
}
.banner__eliq {
	margin-top: 20px;
	width: 100%;
}
.banner__eliq img {
	width: auto;
}
@media (max-width: 767px) {
	.banner__eliq {
		margin-top: 12px;
		width: 100%;
		height: auto;
	}

	.banner__eliq img {
		max-width: 100%;
		max-height: 100%;
	}
}
.banner__description {
	margin-top: 16px;
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
}
@media (max-width: 767px) {
	.banner__description {
		margin-top: 12px;
		font-size: 20px;
		line-height: 24px;
	}
}
.banner__text {
	margin-top: 30px;
	width: min(670px, 100%);
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.banner__text {
		font-size: 16px;
		line-height: 19px;
	}
	.banner__text br {
		display: none;
	}
}
.banner__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 1rem;
	margin-top: 16px;
	color: #fff;
	font-family: 'Proxima Nova';
	font-weight: 700;
}
@media (max-width: 767px) {
	.banner__price {
		margin-top: 12px;
	}
}
.banner__price-from {
	font-size: 36px;
	line-height: 44px;
	text-transform: lowercase;
}
@media (max-width: 767px) {
	.banner__price-from {
		font-size: 26px;
		line-height: 32px;
	}
}
.banner__price-price {
	font-size: 73.68px;
	line-height: 89.75px;
	text-transform: lowercase;
}
@media (max-width: 767px) {
	.banner__price-price {
		font-size: 40px;
		line-height: 48px;
	}
}
.banner__price-description {
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
@media (max-width: 767px) {
	.banner__price-description {
		margin-top: 6px;
	}
}
.banner__button {
	margin-top: 30px;
}
.banner__transport {
	position: absolute;
	right: 0;
	bottom: 0;
	aspect-ratio: 930/657;
	width: 930px;
}
@media (max-width: 1399px) {
	.banner__transport {
		right: -15%;
	}
}
@media (max-width: 1199px) {
	.banner__transport {
		width: 750px;
	}
}
@media (max-width: 991px) {
	.banner__transport {
		position: static;
		width: 100%;
	}
}
.banner__transport img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right center;
	object-position: right center;
}
.banner__arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 32px;
	height: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
@media (max-width: 991px) {
	.banner__arrow {
		display: none;
	}
}

.what-do-we-ride {
	position: relative;
	padding: 100px 0;
	background: #3a4754;
	color: #fff;
}
@media (max-width: 991px) {
	.what-do-we-ride {
		padding: 30px 0;
	}
}
.what-do-we-ride__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.what-do-we-ride__spot:nth-child(1) {
	top: -201px;
	left: -147px;
	width: 808px;
}
@media (max-width: 991px) {
	.what-do-we-ride__spot:nth-child(1) {
		display: none;
	}
}
.what-do-we-ride__spot:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
@media (max-width: 991px) {
	.what-do-we-ride__spot:nth-child(2) {
		top: unset;
		right: unset;
		bottom: 0;
		left: 100%;
		width: 914px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.what-do-we-ride__container {
	position: relative;
}
.what-do-we-ride__flex {
	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;
}
@media (max-width: 991px) {
	.what-do-we-ride__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.what-do-we-ride__content {
	width: 500px;
}
@media (max-width: 991px) {
	.what-do-we-ride__content {
		width: 100%;
	}
	.what-do-we-ride__content br {
		display: none;
	}
}
.what-do-we-ride__section-sub-title {
	margin-top: 30px;
	color: #0690cf;
}
.what-do-we-ride__text {
	margin-top: 12px;
	line-height: 160%;
}
@media (max-width: 991px) {
	.what-do-we-ride__text {
		margin-top: 8px;
	}
}
.what-do-we-ride__text p:not(:first-child) {
	margin-top: 0.5em;
}
.what-do-we-ride__image {
	position: relative;
	aspect-ratio: 113/89;
	width: 678px;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 1399px) {
	.what-do-we-ride__image {
		width: 500px;
	}
}
@media (max-width: 1199px) {
	.what-do-we-ride__image {
		width: 420px;
	}
}
@media (max-width: 991px) {
	.what-do-we-ride__image {
		margin-top: 30px;
		width: 100%;
	}
}
.what-do-we-ride__image img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.tour-cost {
	padding-bottom: 100px;
	background: #3a4754;
}
.tour-cost__section-title {
	color: #fff;
}
.tour-cost__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	margin-top: 50px;
}
@media (max-width: 1199px) {
	.tour-cost__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.tour-cost__grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
		margin-top: 24px;
	}
}
.tour-cost__item {
	position: relative;
	padding: 30px;
	height: 100%;
	background: #fff;
	border-radius: 8px;
}
@media (max-width: 767px) {
	.tour-cost__item {
		padding: 16px;
	}
}
.tour-cost__item-bg {
	position: absolute;
	right: 30px;
	bottom: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
@media (max-width: 767px) {
	.tour-cost__item-bg {
		right: 16px;
		bottom: 16px;
	}
}
.tour-cost__item-inner {
	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;
	gap: 20px;
}
.tour-cost__item-image {
	aspect-ratio: 1/1;
	width: 65px;
}
.tour-cost__item-name {
	color: #444a5d;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.tour-cost__item-text {
	color: #444a5d;
}
.tour-cost__item-text p:not(:first-child) {
	margin-top: 1em;
}
.tour-cost__item-text ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em;
	margin-top: 10px;
}
.tour-cost__item-text li {
	margin-left: 1.5em;
}
.tour-cost__item-button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.video-review {
	position: relative;

	padding: 100px 0;
}
@media (max-width: 767px) {
	.video-review {
		padding: 50px 0 82px 0;
	}
}
.video-review__video {
	display: block;
	aspect-ratio: 16/9;
	margin-top: 50px;
	width: 100%;
}
.video-review__swiper {
	overflow: visible;
}

.models {
	padding: 100px 0;
}
.models__table {
	margin-top: 50px;
}
.models__table table {
	border-collapse: collapse;
}
.models__table table th {
	padding: 24px 45px;
	border: 1px solid #e3e3e3;
	border-top: none;
	color: #3a4754;
	text-align: left;
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
}
.models__table table th:first-child {
	border-left: none;
}
.models__table table th:last-child {
	border-right: none;
}
.models__table table tr:last-child td {
	border-bottom: none;
}
.models__table table tr td {
	border: 1px solid #e3e3e3;
}
@media (max-width: 1399px) {
	.models__table table tr td {
		vertical-align: top;
		min-width: 300px;
	}
}
.models__table table tr td p {
	font-weight: 400;
	font-size: 20px;
}
.models__table table tr td:not(:first-child) {
	padding: 30px;
	color: #444a5d;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.models__table table tr td:first-child {
	padding-right: 30px;
	border-left: none;
	color: #939393;
	white-space: nowrap;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
@media (max-width: 1399px) {
	.models__table table tr td:first-child {
		padding-top: 30px;
	}
}
.models__table table tr td:last-child {
	border-right: none;
}
.models__button {
	display: block;
	margin: 50px auto 0 auto;
}

.economy {
	position: relative;
	padding: 95px 0;
}
.economy__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.economy__bg img {
	-o-object-fit: cover;
	object-fit: cover;
}
.economy__container {
	position: relative;
	z-index: 1;
}
.economy__section-title {
	color: #fff;
}
.economy__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
@media (max-width: 1199px) {
	.economy__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.economy__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em;
	padding: 40px;
	width: 60%;
	background: #fff;
	border-radius: 8px;
	color: #3a4754;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
}
@media (max-width: 1199px) {
	.economy__text {
		padding: 20px;
		width: 100%;
		font-size: 16px;
		line-height: 130%;
	}
}
.economy__image {
	aspect-ratio: 1/1;
	width: 40%;
}
@media (max-width: 1199px) {
	.economy__image {
		width: 100%;
	}
}
.economy__image img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}

.portrait {
	padding: 50px 0;
	background: #3a4754;
}
@media (min-width: 992px) {
	.portrait {
		padding: 100px 0;
	}
}
.portrait__section-title {
	color: #fff;
}
.portrait__section-title span {
	color: #0690cf;
}
.portrait__swiper {
	padding-top: 70px;
	overflow: unset;
}
.portrait__swiper .swiper-slide {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.portrait__swiper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.portrait__swiper .swiper-slide:not(.swiper-slide-active) .portrait__swiper-description {
	opacity: 0;
}
.portrait__swiper-image {
	aspect-ratio: 16/9;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.portrait__swiper-image img {
	-o-object-fit: cover;
	object-fit: cover;
}
.portrait__swiper-description {
	position: relative;
	margin-top: -78px;
	padding: 28px;
	width: 70%;
	background: #0690cf;
	border-radius: 0px 8px 8px 8px;
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.portrait__swiper-description {
		margin-top: -32px;
		width: 95%;
	}
}
.portrait .swiper-button-wrapper {
	position: absolute;
	bottom: -32px;
	left: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 26px;
}
@media (max-width: 1399px) {
	.portrait .swiper-button-wrapper {
		left: 65%;
	}
}
@media (max-width: 1199px) {
	.portrait .swiper-button-wrapper {
		left: 70%;
	}
}
@media (max-width: 991px) {
	.portrait .swiper-button-wrapper {
		top: -28px;
		right: 82px;
		bottom: unset;
		left: unset;
	}
}
@media (max-width: 767px) {
	.portrait .swiper-button-wrapper {
		right: 32px;
	}
}
.portrait .swiper-button-wrapper .swiper-button {
	position: static;
	margin: 0;
	padding: 0;
	width: 27px;
	height: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.portrait .swiper-button-wrapper .swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.portrait .swiper-button-wrapper .swiper-button::after {
	content: none;
}

.start-point {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.start-point {
		padding: 50px 0;
	}
}
.start-point__section-title {
	width: 60%;
}
@media (max-width: 1399px) {
	.start-point__section-title {
		width: 100%;
	}
}
.start-point__section-title span {
	color: #0690cf;
}
.start-point__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
@media (max-width: 991px) {
	.start-point__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
		margin-top: 30px;
	}
}
.start-point__item {
	width: 667px;
}
@media (max-width: 1399px) {
	.start-point__item {
		width: 567px;
	}
}
@media (max-width: 1199px) {
	.start-point__item {
		width: 471px;
	}
}
@media (max-width: 991px) {
	.start-point__item {
		width: 100%;
	}
}
.start-point__section-sub-title {
	color: #0690cf;
}
.start-point__text {
	margin-top: 12px;
	color: #444a5d;
	line-height: 160%;
}
.start-point__swiper {
	margin-top: 60px;
}
@media (max-width: 991px) {
	.start-point__swiper {
		margin-top: 30px;
	}
}
.start-point__button {
	display: block;
	margin: 40px auto 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.order-snowbike {
	position: relative;
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.order-snowbike {
		padding-bottom: 300px;
	}
}
.order-snowbike__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 101%;
	pointer-events: none;
}
.order-snowbike__bg-eliq {
	position: absolute;
	top: 100px;
	left: 45%;
	z-index: 3;

	opacity: 0.4;

	font-family: 'Proxima Nova';
	font-size: 220px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;

	-webkit-text-stroke: 2px #fff;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
	.order-snowbike__bg-eliq {
		display: none;
	}
}
.order-snowbike__bg-color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #0690cf;
	-webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0% 100%);
	clip-path: polygon(0 0, 70% 0, 50% 100%, 0% 100%);
}
@media (max-width: 767px) {
	.order-snowbike__bg-color {
		-webkit-clip-path: polygon(0 0, 85% 0, 65% 100%, 0% 100%);
		clip-path: polygon(0 0, 85% 0, 65% 100%, 0% 100%);
	}
}
.order-snowbike__bg-photo {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right bottom;
	object-position: right bottom;
}
@media (max-width: 767px) {
	.order-snowbike__bg-photo {
		-o-object-position: center bottom;
		object-position: center bottom;
		-webkit-filter: brightness(0.8);
		filter: brightness(0.8);
		z-index: -1;
	}
}
.order-snowbike__bg-bike {
	position: absolute;
	right: 112px;
	bottom: 0;
	z-index: 3;
	aspect-ratio: 764/540;
	width: auto;
	height: 600px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right bottom;
	object-position: right bottom;
}
@media (min-width: 1601px) {
	.order-snowbike__bg-bike {
		left: 50%;
		right: unset;
	}
}
@media (max-width: 1399px) {
	.order-snowbike__bg-bike {
		right: -2%;
	}
}
@media (max-width: 1199px) {
	.order-snowbike__bg-bike {
		height: 460px;
	}
}
@media (max-width: 991px) {
	.order-snowbike__bg-bike {
		right: -15%;
	}
}
@media (max-width: 767px) {
	.order-snowbike__bg-bike {
		top: unset;
		bottom: 0;
		left: 50%;
		height: 320px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.order-snowbike__container {
	position: relative;
	z-index: 2;
	height: 100%;
}
.order-snowbike__content {
	width: 460px;
}
@media (max-width: 767px) {
	.order-snowbike__content {
		width: 100%;
	}
}
.order-snowbike__section-title {
	color: #fff;
}
.order-snowbike__description {
	margin-top: 22px;
	color: #fff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}
.order-snowbike__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-top: 60px;
}
.order-snowbike__form input {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}
.order-snowbike__form-privacy {
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
}
.order-snowbike__form-privacy a {
	color: #3a4754;
	text-decoration: none;
}
.order-snowbike__form .button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.order-snowbike__whatsapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 36px;
	text-decoration: none;
}
@media (max-width: 767px) {
	.order-snowbike__whatsapp {
		gap: 10px;
	}
}
.order-snowbike__whatsapp-text {
	color: #fff;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}
@media (max-width: 767px) {
	.order-snowbike__whatsapp-text {
		font-size: 16px;
	}
}
.order-snowbike__whatsapp-icon {
	width: 35px;
	height: 35px;
}

.differences {
	padding: 100px 0;
	background: #3a4754;
	color: #fff;
}
@media (max-width: 767px) {
	.differences {
		padding-top: 50px;
		padding-bottom: 72px;
	}
}
.differences__description {
	margin-top: 25px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}
@media (max-width: 767px) {
	.differences__description {
		margin-top: 12px;
		font-size: 16px;
		line-height: 160%;
	}
}
.differences__details {
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.differences__details-text {
	max-width: 575px;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.gallery {
	padding: 100px 0;
}
.gallery .container {
	position: relative;
}
.gallery__container {
	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;
	gap: 90px;
}
.gallery__swiper {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.gallery__swiper {
		left: 50%;
		margin-top: 30px;
		width: 100vw;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.video-review__swiper-buttons,
.gallery__swiper-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.video-review__swiper-buttons {
	display: none;
}
@media (max-width: 991px) {
	.video-review__swiper-buttons {
		position: absolute;
		left: 50%;
		bottom: 32px;

		display: flex;

		transform: translateX(-50%);
	}
}
@media (max-width: 767px) {
	.video-review__swiper-buttons,
	.gallery__swiper-buttons {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 250%);
		transform: translate(-50%, 250%);
	}

	.video-review__swiper-buttons {
		bottom: 32px;

		transform: translateX(-50%);
	}
}
.video-review__swiper-button,
.gallery__swiper-button {
	width: auto;
	height: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.video-review__swiper-button-next,
.gallery__swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rental {
	position: relative;
	padding-top: 90px;
	padding-bottom: 130px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.rental {
		padding-top: 50px;
		padding-bottom: 50vw;
	}
}
@media (max-width: 767px) {
	.rental {
		padding-bottom: 100vw;
	}
}
.rental__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rental__bg-scenery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rental__bg-scenery img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left top;
	object-position: left top;
}
@media (min-width: 1400px) {
	.rental__bg-scenery img {
		-o-object-position: right bottom;
		object-position: right bottom;
	}
}
@media (max-width: 767px) {
	.rental__bg-scenery img {
		-o-object-position: left top;
		object-position: left top;
	}
}
.rental__bg-person {
	position: absolute;
	top: unset;
	right: 0;
	bottom: 0;
	width: auto;
	height: 743px;
	-webkit-transform: unset;
	transform: unset;
}
.rental__bg-person_no-analogues {
	aspect-ratio: 1/1;
	height: 60%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
@media (min-width: 1601px) {
	.rental__bg-person {
		top: 48%;
		left: 53%;
		width: 1600px;
		height: 100%;
		-o-object-fit: scale-down;
		object-fit: scale-down;
		-o-object-position: right bottom;
		object-position: right bottom;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 1399px) {
	.rental__bg-person {
		right: -120px;
		width: 718px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
@media (max-width: 1199px) {
	.rental__bg-person {
		top: unset;
		bottom: -180px;
		right: 0;
		aspect-ratio: 497/418.94;
		width: 731px;
		height: auto;
		-webkit-transform: unset;
		transform: unset;
	}
}
@media (max-width: 767px) {
	.rental__bg-person {
		right: unset;
		bottom: 0;
		left: 62%;
		width: 120%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.rental__container {
	position: relative;
}
.rental__section-title {
	color: #fff;
}
@media (max-width: 1199px) {
	.rental__section-title br {
		display: none;
	}
}
.rental-items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	margin-top: 52px;
	width: 50%;
}
@media (max-width: 1199px) {
	.rental-items-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.rental-items-wrapper {
		gap: 20px;
		margin-top: 32px;
	}
}
.rental-item {
	padding: 25px 30px;
	background: #fff;
	border-radius: 8px;
}
@media (max-width: 767px) {
	.rental-item {
		padding: 20px 25px;
	}
}
.rental-item__title {
	color: #0690cf;
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
@media (max-width: 767px) {
	.rental-item__title {
		font-size: 20px;
		line-height: 24px;
	}
}
.rental-item__text {
	margin-top: 16px;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
}
@media (max-width: 767px) {
	.rental-item__text {
		margin-top: 10px;
	}
}
.rental-item__text ul,
.rental-item__text ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em;
	padding-left: 1em;
}

.tech {
	padding: 124px 0 0 0;
	background: #3a4754;
	color: #849ab0;
}
.tech__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
@media (max-width: 1199px) {
	.tech__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 991px) {
	.tech__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.tech__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.tech__grid-item {
	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;
	text-decoration: none;
	color: currentColor;
}
.tech__grid-item_flip img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.tech__grid-item-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 767px) {
	.tech__grid-item-title {
		font-size: 16px;
		line-height: 20px;
	}
}
.tech__grid-item img {
	aspect-ratio: 1/1;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center bottom;
	object-position: center bottom;
}

.specifications {
	padding-top: 100px;
	background: #3a4754;
}
.specifications__container {
	position: relative;
	z-index: 1;
}
.specifications__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	margin-top: 77px;
}
@media (max-width: 991px) {
	.specifications__grid {
		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: 32px;
	}
}
.specifications__left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
}
@media (max-width: 991px) {
	.specifications__left {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		row-gap: 30px;
	}
}
@media (max-width: 991px) {
	.specifications__button {
		display: none;
	}
}
.specifications__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.specifications__bg {
	position: relative;
	margin-top: -8%;
	width: 100%;
	height: 800px;
	pointer-events: none;
}
@media (max-width: 991px) {
	.specifications__bg {
		aspect-ratio: 360/218;
		height: auto;
	}
}
.specifications__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a4754), color-stop(45.41%, rgba(58, 71, 84, 0.788721)), to(rgba(58, 71, 84, 0)));
	background: linear-gradient(180deg, #3a4754 0%, rgba(58, 71, 84, 0.788721) 45.41%, rgba(58, 71, 84, 0) 100%);
}
.specifications__bg img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
}

.additional-characteristics {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.additional-characteristics {
		padding: 50px 0;
	}
}
.additional-characteristics__section-sub-title {
	margin-top: 50px;
	color: #0690cf;
}
.additional-characteristics__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
	margin-top: 40px;
}
.additional-characteristics__grid_cols-2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
	.additional-characteristics__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.winter-tours {
	position: relative;
	background: #3a4754;
	overflow: hidden;
}
.winter-tours__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.winter-tours__spot {
	z-index: 1;
}
.winter-tours__spot:nth-child(1) {
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
@media (max-width: 1399px) {
	.winter-tours__spot:nth-child(1) {
		right: -10%;
	}
}
@media (max-width: 1199px) {
	.winter-tours__spot:nth-child(1) {
		right: -20%;
	}
}
.winter-tours__spot:nth-child(2) {
	bottom: 0;
	left: -20%;
}
@media (max-width: 1399px) {
	.winter-tours__spot:nth-child(2) {
		bottom: -10%;
		left: -40%;
	}
}
.winter-tours__image {
	position: relative;
}
.winter-tours__container {
	position: relative;
	z-index: 2;
}
.winter-tours__container_absolute {
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 100px;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.winter-tours__container_absolute {
		padding-top: 50px;
	}
}
@media (max-width: 575px) {
	.winter-tours__container_absolute {
		padding-top: 0;
	}
}
.winter-tours__container_with-years {
	top: -124px;
}
@media (max-width: 1199px) {
	.winter-tours__container_with-years {
		top: -62px;
	}
}
@media (max-width: 575px) {
	.winter-tours__container_with-years {
		top: 0;
	}
}
.winter-tours__blur {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 40%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#3a4754),
		color-stop(14.98%, rgba(58, 71, 84, 0.96)),
		color-stop(27.14%, rgba(58, 71, 84, 0.9)),
		color-stop(39.29%, rgba(58, 71, 84, 0.8)),
		color-stop(62.37%, rgba(58, 71, 84, 0.5)),
		to(rgba(58, 71, 84, 0))
	);
	background: linear-gradient(0deg, #3a4754 0%, rgba(58, 71, 84, 0.96) 14.98%, rgba(58, 71, 84, 0.9) 27.14%, rgba(58, 71, 84, 0.8) 39.29%, rgba(58, 71, 84, 0.5) 62.37%, rgba(58, 71, 84, 0) 100%);
}
.winter-tours__year:not(:first-child) {
	margin-top: 40px;
}
.winter-tours__year-title {
	color: #0690cf;
	font-family: 'Proxima Nova';
	font-size: 24px;
	font-weight: 700;
}
.winter-tours__year-text {
	margin-top: 10px;
	width: 45%;
	color: #fff;
	font-size: 15px;
	line-height: 130%;
}
@media (max-width: 1199px) {
	.winter-tours__year-text {
		width: 100%;
	}
}
.winter-tours__year-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.winter-tours__year-grid {
		grid-template-columns: 1fr;
	}
}
.winter-tours__year-grid-item {
	aspect-ratio: 16/10;
	width: 100%;
	height: 100%;
}
.winter-tours__year-grid-item_without-iframe {
	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;
	padding: 32px 70px;
	background: url('../img/eliq-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
	.winter-tours__year-grid-item_without-iframe {
		padding: 32px;
	}
}
.winter-tours__year-grid-item iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.winter-tours__year-grid-item-text {
	color: #fff;
	font-size: 15px;
	line-height: 160%;
}
.winter-tours__year-grid-item-text p:not(:first-child) {
	margin-top: 1em;
}

.section-prices {
	position: relative;
	padding: 120px 0;
	background: #2f3c49;
	color: #fff;
	overflow: hidden;
}
@media (max-width: 991px) {
	.section-prices {
		padding: 50px 0;
	}
}
.section-prices__spot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.section-prices__spot-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 1202px;
	height: 1202px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(6, 144, 207, 0.3) 0%, rgba(6, 144, 207, 0) 100%);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-prices__spot-item:nth-child(2) {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-prices__container {
	position: relative;
}
.section-prices__content {
	width: 730px;
}
@media (max-width: 1199px) {
	.section-prices__content {
		width: 100%;
	}
}
.section-prices__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.7em;
	margin-top: 16px;
	font-size: 15px;
	line-height: 150%;
}
@media (max-width: 991px) {
	.section-prices__text {
		margin-top: 30px;
	}
}
.section-prices__image {
	position: absolute;
	top: 0;
	right: 16px;
	width: calc(100% - 730px - 74px);
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.section-prices__image {
		position: static;
		margin: 30px auto 0 auto;
		aspect-ratio: 340/196;
		width: 100%;
		max-width: 767px;
		height: auto;
	}
}
.section-prices__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section-prices__button {
	margin-top: 30px;
	text-decoration: none;
}
