margin-top: 24px;@charset "UTF-8";
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	font-family: avenirnextcyr;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color: #f8f8f8;
}
body.lock {
	overflow-y: hidden;
}
body .page-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
body > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
button,
input,
textarea {
	font-family: inherit;
	padding: 0;
}
button {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a.link {
	color: #0078d2;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol {
	margin: 0;
	-webkit-padding-start: 32px;
	padding-inline-start: 32px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.container {
	width: 100%;
	max-width: 1208px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.d-none {
	display: none !important;
}
.spoiler-body {
	display: none;
}
.static-page {
	padding: 72px 0;
}
.static-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.tabcontent {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
.scrollbar-hide::-webkit-scrollbar {
	display: none;
}
.scrollbar-hide {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@font-face {
	font-family: avenirnextcyr;
	font-display: swap;
	src:
		url(../fonts/avenirnextcyr-demi.woff2) format("woff2"),
		url(../fonts/avenirnextcyr-demi.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: avenirnextcyr;
	font-display: swap;
	src:
		url(../fonts/avenirnextcyr-medium.woff2) format("woff2"),
		url(../fonts/avenirnextcyr-medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: avenirnextcyr;
	font-display: swap;
	src:
		url(../fonts/avenirnextcyr-regular.woff2) format("woff2"),
		url(../fonts/avenirnextcyr-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: inter;
	font-display: swap;
	src:
		url(../fonts/inter-medium.woff2) format("woff2"),
		url(../fonts/inter-medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: inter;
	font-display: swap;
	src:
		url(../fonts/inter-regular.woff2) format("woff2"),
		url(../fonts/inter-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: inter;
	font-display: swap;
	src:
		url(../fonts/inter-bold.woff2) format("woff2"),
		url(../fonts/inter-bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	line-height: 24px;
	cursor: pointer;
}
/* input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before,
input[type='radio']:checked + label:before,
input[type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #97999b;
	background-color: #fff;
} */
input[type="checkbox"]:checked + label:before {
	background-color: #6dcdf6;
	border-color: #6dcdf6;
}
input[type="checkbox"]:not(:checked) + label:before {
	background-color: #fff;
}
input[type="radio"]:checked + label:before {
	border-radius: 100%;
	border-color: #6dcdf6;
}
input[type="radio"]:not(:checked) + label:before {
	border-radius: 100%;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
	left: 4px;
	top: 6px;
	width: 17px;
	height: 8px;
	border-radius: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
	left: 6px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #6dcdf6;
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
	opacity: 1;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.80005L8 9.80005L11.5 6.80005' stroke='%23428FDE' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 16px);
	background-position-y: 50%;
}
select.placeholder-shown {
	color: #818c99;
}
select.placeholder-hidden {
	color: #212529;
}
.search-input {
	position: relative;
}
.search-input::before {
	margin: 0 0 0 6px;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.94 21.48L15.33 13.87C16.6015 12.2273 17.1995 10.1619 17.0024 8.09403C16.8053 6.02612 15.8279 4.11094 14.269 2.73802C12.7101 1.36509 10.6867 0.637534 8.61048 0.703321C6.53424 0.769108 4.56102 1.6233 3.09216 3.09216C1.6233 4.56102 0.769108 6.53424 0.703321 8.61048C0.637534 10.6867 1.36509 12.7101 2.73802 14.269C4.11094 15.8279 6.02612 16.8053 8.09403 17.0024C10.1619 17.1995 12.2273 16.6015 13.87 15.33L21.48 22.94L22.94 21.48ZM2.81998 8.89998C2.82393 7.69833 3.18387 6.52479 3.85435 5.52758C4.52483 4.53036 5.47577 3.75419 6.58709 3.29707C7.6984 2.83995 8.92026 2.7224 10.0983 2.95925C11.2764 3.1961 12.3579 3.77674 13.2062 4.62783C14.0545 5.47893 14.6316 6.56231 14.8646 7.74117C15.0976 8.92002 14.976 10.1415 14.5152 11.2513C14.0545 12.3611 13.2752 13.3095 12.2758 13.9767C11.2763 14.6439 10.1016 15 8.89998 15C8.10023 14.9987 7.30857 14.8398 6.5702 14.5326C5.83182 14.2253 5.1612 13.7756 4.59662 13.2092C4.03204 12.6428 3.58456 11.9707 3.27972 11.2313C2.97488 10.4919 2.81866 9.69973 2.81998 8.89998Z' fill='%2397999B'/%3E%3C/svg%3E%0A");
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #818c99;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #818c99;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #818c99;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #818c99;
}
input::placeholder,
textarea::placeholder {
	color: #818c99;
}
.header {
	background-color: #fff;
	z-index: 99;
}
.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;
	font-size: 18px;
	padding-top: 26px;
	padding-bottom: 26px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.header__logo {
	max-width: 182px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header__mobile-menu {
	display: none;
}
.header__mobile-search {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.header-menu__desktop-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-menu__desktop-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu__desktop-item a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu__desktop-item > a {
	height: 100%;
	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;
}
.header__tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.header-tools__item {
	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;
}
.header .theme-change {
	position: relative;
	-ms-grid-column-align: unset;
	justify-self: unset;
}
.header .theme-change span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 100%;
	background-color: #6dcdf6;
	border-radius: 999px;
}
.header .theme-change span:after {
	position: absolute;
	content: "";
	right: 3px;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 50%;
}
.header .theme-change svg {
	position: absolute;
	right: 6px;
	z-index: 9;
}
.header__lk-link {
	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;
	height: 40px;
	cursor: pointer;
}
.header-menu__desktop-list > .header-menu__desktop-item {
	display: inline-block;
}
.header-menu__desktop-list > .header-menu__desktop-item > a {
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-menu__desktop-list > .header-menu__desktop-item > a:after,
.header-menu__desktop-list > .header-menu__desktop-item > a:before {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 0%;
	height: 2px;
	background: #ed1c24;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-menu__desktop-list > .header-menu__desktop-item > a.active:before {
	right: 50%;
}
.header-menu__desktop-list > .header-menu__desktop-item > a.active:after {
	left: 50%;
}
.header-menu__desktop-list > .header-menu__desktop-item > a.active:after,
.header-menu__desktop-list > .header-menu__desktop-item > a.active:before {
	width: 50%;
}
.header__dropdown-menu {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
}
.header__dropdown-menu.active {
	display: block;
}
.header__dropdown-menu .container {
	padding-top: 48px;
	padding-bottom: 48px;
}
.header__dropdown-menu .dropdown-menu__item {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.header__dropdown-menu .dropdown-menu__item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__dropdown-menu .dropdown-menu__item-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__dropdown-menu .dropdown-menu__submenu-list {
	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-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	height: 200px;
}
.header__dropdown-menu .dropdown-menu__submenu-item {
	line-height: 1.3;
	width: 330px;
}
.header__dropdown-menu .dropdown-menu__submenu-item a:hover {
	text-decoration: underline;
}
.header__dropdown-menu .dropdown-menu__item-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__qr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	width: 132px;
	padding: 16px;
	background-color: #f8f8f8;
}
.header__qr-img {
	position: relative;
}
.header__qr-diamond {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 28px;
	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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.header__qr-text {
	font-size: 15px;
	line-height: 1.3;
	color: #6dcdf6;
}
.header .dropdown-menu__more-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 48px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 266px;
}
.header .dropdown-menu__item:last-child {
	height: 880px;
	display: none;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	grid-template-areas: "a b c d" "a b c e" "a b c e" "a b c e" "a b c e" "a b c e";
}
.header .dropdown-menu__item:last-child.active {
	display: -ms-grid;
	display: grid;
}
.dropdown-menu__more-item:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 1;
	grid-area: a;
}
.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
}
.dropdown-menu__more-item:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 2;
	grid-area: b;
}
.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
}
.dropdown-menu__more-item:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 3;
	grid-area: c;
}
.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
}
.dropdown-menu__more-item:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
	grid-area: d;
}
.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}
.dropdown-menu__more-item:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 5;
	-ms-grid-column: 4;
	grid-area: e;
}
.dropdown-menu__more-item .dropdown-menu__more-title a {
	font-weight: 500;
	color: #212529;
}
.dropdown-menu__more-item .dropdown-menu__submenu-list {
	height: auto;
}
.dropdown-menu__more-item .dropdown-menu__submenu-item {
	width: auto;
}
.header__mobile-menu-btn {
	height: 24px;
	width: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: unset;
	border: none;
	cursor: pointer;
}
.header__mobile-menu-btn span {
	display: block;
	position: relative;
	top: 30%;
	left: 0;
	width: 18px;
	height: 2px;
	background-color: #212529;
}
.header__mobile-menu-btn span::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 12px;
	height: 2px;
	background-color: #212529;
	-webkit-transition:
		top 0.1s linear 0.1s,
		-webkit-transform 0.1s ease-in;
	transition:
		top 0.1s linear 0.1s,
		-webkit-transform 0.1s ease-in;
	transition:
		transform 0.1s ease-in,
		top 0.1s linear 0.1s;
	transition:
		transform 0.1s ease-in,
		top 0.1s linear 0.1s,
		-webkit-transform 0.1s ease-in;
}
.header__mobile-menu-btn span::before {
	top: 6px;
}
.header__mobile-menu-btn span.active {
	background-color: transparent;
}
.header__mobile-menu-btn span.active::before {
	top: 0;
	-webkit-transition:
		top 0.1s linear,
		-webkit-transform 0.1s ease-in 0.1s;
	transition:
		top 0.1s linear,
		-webkit-transform 0.1s ease-in 0.1s;
	transition:
		top 0.1s linear,
		transform 0.1s ease-in 0.1s;
	transition:
		top 0.1s linear,
		transform 0.1s ease-in 0.1s,
		-webkit-transform 0.1s ease-in 0.1s;
}
.header__mobile-menu-btn span.active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 324px;
}
.sidebar .sidebar__menu {
	font-size: 18px;
	color: #212529;
}
.sidebar .sidebar__menu a {
	color: #212529;
}
.sidebar .sidebar__menu .sidebar-menu__title {
	font-weight: 450;
	margin-bottom: 24px;
}
.sidebar .sidebar-menu__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: 24px;
}
.sidebar .sidebar-menu__list .sidebar-menu__item {
	line-height: 1.3;
}
.sidebar .sidebar-menu__list .sidebar-menu__item.active a {
	color: #428fde;
}
.footer {
	padding-bottom: 36px;
}
.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 48px;
}
.footer__newsletter {
	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: 24px;
	background-color: #fff;
}
.footer .newsletter__text {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	max-width: 310px;
}
.footer .newsletter__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.footer .newsletter__form input {
	width: 224px;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #97999b;
}
.footer .newsletter__form input:focus {
	outline: 0;
}
.footer .newsletter__form input::-webkit-input-placeholder {
	color: #97999b;
}
.footer .newsletter__form input::-moz-placeholder {
	color: #97999b;
}
.footer .newsletter__form input:-ms-input-placeholder {
	color: #97999b;
}
.footer .newsletter__form input::-ms-input-placeholder {
	color: #97999b;
}
.footer .newsletter__form input::placeholder {
	color: #97999b;
}
.footer .newsletter__form-btn {
	height: 44px;
	padding: 10px 32px 10px;
	background-color: #6dcdf6;
	border: none;
	border-radius: 40px;
	font-size: 18px;
	color: #fff;
}
.footer .footer__menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.footer .footer__menus__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.footer__logo {
	width: 162px;
}
.footer__menus-block ul {
	display: grid;
	grid-template-columns: repeat(3, 3fr); /* Сетка адаптивная */
	gap: 20px;
}

.footer__menus-block ul {
	list-style: none;
	padding: 0;
}

.footer__menus-block a {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
}
.footer__menus__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.footer__qr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	width: 132px;
	padding: 16px;
	background-color: #fff;
}
.footer__qr-img {
	position: relative;
}
.footer__qr-diamond {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 28px;
	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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.footer__qr-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #6dcdf6;
}
.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.footer__contacts-diamond {
	height: 38px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.footer__contacts-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer__contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	padding: 8px 16px 8px;
	background-color: #fff;
	border-radius: 32px;
}
.footer .footer__contacts-img {
	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;
	width: 24px;
	height: 24px;
}
.footer .footer__contacts-img svg {
	width: 100%;
	height: 100%;
}
.footer .footer__contacts-text {
	font-size: 15px;
	color: #212529;
}
.footer .footer__contacts-socials {
	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;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.footer .contacts-socials-item {
	width: 24px;
	height: 24px;
	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;
}
.footer__additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	font-size: 15px;
	color: #818c99;
}
.footer__additional a {
	color: #818c99;
}
.footer__additional a:hover {
	text-decoration: underline;
}
.footer__additional-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.footer__additional-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
.main-banner__wrapper {
	position: relative;
}
.main-banner__wrapper > .container {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}
.main-banner__item {
	position: relative;
	width: 100%;
	height: 500px;
}
.main-banner__item .container {
	position: relative;
	height: 100%;
	padding-bottom: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.main-banner__img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-banner__img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-banner__content {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
}
.main-banner__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.main-banner__btn--next,
.main-banner__btn--prev {
	width: 24px;
	height: 24px;
	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;
}
.main-banner__pagination {
	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;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	width: auto !important;
}
.main-banner__btns .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	border: 1px solid #fff;
	opacity: 1;
	background-color: transparent;
}
.main-banner__btns .swiper-pagination-bullet-active {
	background-color: #fff;
}
.main-banner__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-panel {
	/* padding-bottom: 36px; */
	padding-bottom: 0px;
	z-index: 9;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}
.main-panel button {
	background-color: transparent;
	border: none;
	outline: 0;
}
.main-panel .main-panel__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	padding: 36px 32px;
	background-color: #fff;
	border-top: 2px solid #6dcdf6;
	position: relative;
    top: -24px;
}
.main-panel .main-panel__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 18px;
}
.main-panel .main-panel-tablinks {
	font-size: 18px;
	color: #6dcdf6;
}
.main-panel .main-panel-tablinks:hover {
	color: #212529;
}
.main-panel .inputs__wrapper {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-template-areas: "a b c d";
	row-gap: 24px;
}
.main-panel .input {
	min-width: 10px;
	padding: 14px 12px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #212529;
	border: 1px solid #97999b;
	outline: 0;
}
.main-panel .input::-webkit-input-placeholder {
	color: #97999b;
	font-weight: 500;
}
.main-panel .input::-moz-placeholder {
	color: #97999b;
	font-weight: 500;
}
.main-panel .input:-ms-input-placeholder {
	color: #97999b;
	font-weight: 500;
}
.main-panel .input::-ms-input-placeholder {
	color: #97999b;
	font-weight: 500;
}
.main-panel .input::placeholder {
	color: #97999b;
	font-weight: 500;
}
.main-panel .inputs__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}
.main-panel .inputs__group:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 1;
	grid-area: a;
}
.main-panel .inputs__group:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 2;
	grid-area: b;
}
.main-panel .inputs__group:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 3;
	grid-area: c;
}
.main-panel .inputs__group:nth-child(3) .input {
	width: 198px;
	border-left: none;
	border-radius: 0 8px 8px 0;
}
.main-panel .inputs__group:nth-child(1) .input:nth-child(1) {
	width: 234px;
	border-radius: 8px 0 0 8px;
}
.main-panel .inputs__group:nth-child(1) .input:nth-child(3) {
	width: 234px;
	border-right: none;
}
.main-panel .inputs__group:nth-child(2) .input:nth-child(1) {
	width: 164px;
}
.main-panel .inputs__group:nth-child(2) .input:nth-child(2) {
	width: 152px;
}
.main-panel .inputs__group > .input + .input {
	border-left: none;
}
.main-panel .btn-exchange {
	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: 52px;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-top: 1px solid #97999b;
	border-bottom: 1px solid #97999b;
}
.main-panel .inputs__btn-search {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	width: 52px;
	height: 52px;
	margin-left: 10px;
	background-color: #6dcdf6;
	border-radius: 12px;
	grid-area: d;
	font-size: 16px;
	color: #fff;
}
.main-panel .inputs__btn-search span {
	display: none;
}
.main-panel .main-panel__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.main-panel .main-panel__bottom-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: 16px;
	height: 16px;
}
.main-panel .main-panel__top > .main-panel-tablinks {
	padding-bottom: 8px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-panel .main-panel__top > .main-panel-tablinks:hover:after,
.main-panel .main-panel__top > .main-panel-tablinks:hover:before {
	transform: scaleX(1);
	transition: transform 0.25s;
}
.main-panel .main-panel__top > .main-panel-tablinks:after,
.main-panel .main-panel__top > .main-panel-tablinks:before {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 0%;
	height: 2px;
	background: #ed1c24;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scaleX(0);
	transition: transform 0.25s;
}
/* .main-panel .main-panel__top > .main-panel-tablinks:before {
	right: 0%;
} */
/* .main-panel .main-panel__top > .main-panel-tablinks:after {
	left: 50%;
} */
/* .main-panel .main-panel__top > .main-panel-tablinks:after, */
.main-panel .main-panel__top > .main-panel-tablinks:before {
	width: 100%;
}
.main-page-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	color: #212529;
	/* margin-bottom: 40px; */
	letter-spacing: 2px;
}
.best-deals .container {
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 36px;
}
.best-deals__title {
	margin-bottom: 20px;
}
.best-deals__text {
	font-size: 24px;
	font-weight: 500;
	color: #212529;
	margin-bottom: 36px;
}
.best-deals__slider {
	overflow: visible;
}
.best-deals .swiper-wrapper {
	height: 528px;
}
.best-deals .best-deals__card {
	position: relative;
	height: 254px !important;
	margin-right: 24px !important;
	padding: 32px;
	color: #212529;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	opacity: 0;
}
.best-deals .best-deals__card:nth-child(1) {
	height: 528px !important;
}
.best-deals .swiper .swiper-slide-visible {
	opacity: 1;
}
.best-deals .best-deals__card:nth-child(even) {
	margin-top: 0 !important;
	margin-bottom: 20px;
}
.best-deals .card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.best-deals .card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.best-deals .card__content {
	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;
	row-gap: 18px;
}
.best-deals .card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 4px;
	font-weight: 500;
}
.best-deals .card__text-to {
	font-size: 24px;
}
.best-deals .card__text-from {
	font-size: 18px;
}
.best-deals .card__price {
	font-size: 24px;
	color: #6dcdf6;
}
.best-deals .card__price span {
	font-family: Inter;
}
.best-deals__slider-btns {
	position: absolute;
	top: -135px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.best-deals__btn {
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.best-deals__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.best-deals .swiper-button-disabled {
	opacity: 0.3;
}
.additional .container {
	position: relative;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 36px;
}
.additional__text {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #212529;
	margin-bottom: 36px;
}
.additional__slider {
	overflow: visible;
}
.additional__card {
	position: relative;
	width: 275px;
	height: 360px;
	padding: 32px;
	color: #212529;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	opacity: 0;
}
.additional .swiper .swiper-slide-visible {
	opacity: 1;
}
.additional .card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.additional .card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.additional .card__content {
	position: relative;
}
.additional .card__price {
	font-size: 14px;
	font-weight: 500;
}
.additional .card__price span {
	font-family: Inter;
}
.additional .card__text {
	font-size: 24px;
	font-weight: 500;
}
.additional__slider-btns {
	position: absolute;
	top: 50px;
	right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.additional__btn {
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.additional__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.additional .swiper-button-disabled {
	opacity: 0.3;
}
.stock {
	padding-top: 36px;
	padding-bottom: 36px;
}
.stock .container {
	position: relative;
}
.stock .swiper-wrapper {
	height: 600px;
}
.stock__card {
	position: relative;
	width: 576px;
	height: 296px;
	padding: 32px;
	color: #212529;
	background-color: #fff;
}
.stock__card:nth-child(2) .card__text,
.stock__card:nth-child(2) .card__title,
.stock__card:nth-child(3) .card__text,
.stock__card:nth-child(3) .card__title {
	color: #fff;
}
.stock .card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.stock .card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.stock .card__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
	max-width: 328px;
	line-height: 1.3;
}
.stock .card__title {
	font-size: 24px;
	font-weight: 500;
}
.stock .card__text {
	font-size: 18px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.stock .card__btn {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	display: block;
	padding: 10px 32px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 40px;
	background-color: #fff;
}
.stock__slider-btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.stock__btn {
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.stock__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.stock .swiper-button-disabled {
	opacity: 0.3;
}
.diamond-mile {
	padding-top: 36px;
	padding-bottom: 36px;
}
.diamond-mile__title {
	margin-bottom: 40px;
}
.diamond-mile__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding: 24px 32px;
	color: #fff;
}
.diamond-mile__cards {
	position: absolute;
	top: 50%;
	left: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.diamond-mile__cards > :not(:first-child) {
	margin-left: -225px;
}
.diamond-mile__card {
	width: 337px;
	height: 214px;
}
.diamond-mile__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.diamond-mile__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.diamond-mile__content-block {
	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;
	row-gap: 4px;
	height: 100%;
	width: 494px;
}
.diamond-mile__content-title {
	font-size: 24px;
	font-weight: 500;
}
.diamond-mile__text {
	font-size: 18px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.diamond-mile__btn {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	display: block;
	margin-top: 20px;
	padding: 10px 32px 8px 32px;
	font-size: 18px;
	font-weight: 500;
	color: #212529;
	background-color: #fff;
	border-radius: 40px;
}
.offers {
	overflow: hidden;
}
.offers .container {
	position: relative;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 36px;
}
.offers .main-page-title {
	/* margin-bottom: 32px; */
}
.offers .swiper {
	overflow: visible;
}
.offers__card {
	width: 340px;
	height: 370px;
	padding: 32px;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	opacity: 0;
}
.offers__card.swiper-slide-visible {
	opacity: 1;
}
.offers .card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	height: 100%;
	color: #212529;
	line-height: 1.3;
}
.offers .card__title {
	font-size: 24px;
	font-weight: 500;
}
.offers .card__text {
	font-size: 18px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.offers .card__img-bottom {
	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;
	width: 48px;
	height: 48px;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	background-color: #6dcdf6;
	border-radius: 50%;
}
.offers__slider-btns {
	position: relative;
	/* top: 20px;
	right: 24px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.offers__btn {
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.offers__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.offers .swiper-button-disabled {
	opacity: 0.3;
}
.information .container {
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 36px;
}
.information .main-page-title {
	/* margin-bottom: 32px; */
}
.information__slider {
	overflow: visible;
}
.information__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.information__cards > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}
.information__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 168px;
	padding: 24px;
	font-size: 18px;
	color: #212529;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}
.information .card__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 500;
	line-height: 1.3;
}
.information .card__btn {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.information .card__img {
	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;
	width: 24px;
	height: 24px;
}
.last-news .container {
	position: relative;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 108px;
}
.last-news__slider-btns {
	position: relative;
	/* top: 20px;
	right: 24px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	align-items: center;
}
.last-news__btn {
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.last-news__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.last-news .swiper {
	overflow: visible;
}
.last-news__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 373px;
	height: 390px;
	line-height: 1.3;
	color: #212529;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
	opacity: 0;
}
.last-news .swiper .swiper-slide-visible {
	opacity: 1;
}
.last-news .card__img-top {
	width: 100%;
	height: 123px;
}
.last-news .card__img-top img {
	height: 123px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.last-news .card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
	height: 100%;
	padding: 32px;
}
.last-news .card__title {
	font-size: 24px;
	font-weight: 500;
}
.last-news .card__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
}
.last-news .card__bottom {
	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;
}
.last-news .card__date {
	font-size: 14px;
	color: #818c99;
}
.last-news .card__img-bottom {
	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;
	width: 32px;
	height: 32px;
}
.last-news .swiper-button-disabled {
	opacity: 0.3;
}
.airlines-menu-pages {
	padding: 72px 0;
}
.airlines-menu-pages .menu-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.airlines-menu-pages .menu-card {
	background-color: #97999b;
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 320px;
	width: 100%;
	aspect-ratio: 1/1;
}
.airlines-menu-pages .menu-card:nth-child(1),
.airlines-menu-pages .menu-card:nth-child(2),
.airlines-menu-pages .menu-card:nth-child(3) {
	border-top: 2px solid red;
}
.airlines-menu-pages .menu-card:nth-child(2) {
	height: 100%;
	max-height: 472px;
	aspect-ratio: 1/2;
}
.airlines-menu-pages .menu-card:nth-child(1),
.airlines-menu-pages .menu-card:nth-child(3) {
	max-height: 400px;
}
.airlines-menu-pages .menu-card:nth-child(11),
.airlines-menu-pages .menu-card:nth-child(5),
.airlines-menu-pages .menu-card:nth-child(6) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	aspect-ratio: 2/1;
}
.airlines-menu-pages .menu-card__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.airlines-menu-pages .menu-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.airlines-menu-pages .menu-card__title {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 450;
	line-height: 32px;
	letter-spacing: 0;
	text-align: left;
	padding: 32px;
	width: 100%;
	height: 32px;
}
.airlines-menu-pages .menu-card__link {
	position: absolute;
	z-index: 10;
	bottom: 32px;
	right: 32px;
	width: 45px;
	height: 45px;
}
.airlines-menu-pages .wide {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	aspect-ratio: 2/1;
}
.about-pages {
	padding: 72px 0;
}
.about-pages .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.about-pages .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.about-pages .section-container section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 36px;
	gap: 24px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.about-pages .section-container section .title {
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.about-pages .section-container section .description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
.about-pages .cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
.about-pages .cards .card {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: 24px;
	border-radius: 4px;
	background: #def3ff;
	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;
	gap: 12px;
}
.about-pages .cards .card .card-title {
	position: relative;
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
}
.about-pages .cards .card .card-description {
	position: relative;
	color: #97999b;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
	height: 20px;
}
.about-pages .cards .card img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.about-pages .card-image-last {
	padding: 24px;
	overflow: hidden;
	border-radius: 4px;
	background: #def3ff;
}
.about-pages .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.about-pages .card-text-list .card-text-item {
	margin-left: 20px;
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	list-style-type: initial;
}
.ourfleet-pages {
	padding: 72px 0;
}
.ourfleet-pages .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.ourfleet-pages .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.ourfleet-pages .cards .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
	padding: 36px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}
.ourfleet-pages .card-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: 24px;
	width: 100%;
	max-width: 273px;
}
.ourfleet-pages .card-title {
	color: #212529;
	font-size: 24px;
	font-weight: 450;
	line-height: 32px;
	letter-spacing: 0;
}
.ourfleet-pages .card-text-list {
	width: 100%;
	max-width: 273px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}
.ourfleet-pages .card-text-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.ourfleet-pages .card-text-item-img {
	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;
	width: 24px;
	height: 24px;
}
.ourfleet-pages .menu-card__link {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.ourfleet-pages .card-img {
	width: 100%;
	max-width: 404px;
	height: 100%;
	max-height: 128px;
}
.aircraftsevice-page {
	padding: 72px 0;
}
.aircraftsevice-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.aircraftsevice-page .sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	width: 324px;
}
.aircraftsevice-page .sidebar .sidebar-item {
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.aircraftsevice-page .sidebar .sidebar-item:first-child {
	font-weight: 450;
}
.aircraftsevice-page .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}
.aircraftsevice-page .section-container section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 36px;
	gap: 24px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.aircraftsevice-page .section-container section .title {
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.aircraftsevice-page .section-container section .description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
.aircraftsevice-page .section-container section a {
	color: #003da5;
	font-weight: 500;
}
.aircraftsevice-page .cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
.aircraftsevice-page .cards .card {
	position: relative;
	/* overflow: hidden; */
	height: 100%;
	width: 100%;
	padding: 24px;
	border-radius: 4px;
	background: #def3ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.aircraftsevice-page .cards .card .card-title {
	position: relative;
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
}
.aircraftsevice-page .cards .card .card-description {
	position: relative;
	color: #97999b;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
	height: 20px;
}
.aircraftsevice-page .cards .card img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.aircraftsevice-page .card-image-last {
	padding: 24px;
	overflow: hidden;
	border-radius: 4px;
	background: #def3ff;
}
.aircraftsevice-page .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.aircraftsevice-page .card-text-list .card-text-item {
	margin-left: 20px;
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	list-style-type: initial;
	/* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.aircraftsevice-page .card-text-list-num .card-text-item {
	margin-left: 20px;
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	list-style-type: decimal;
}
.aircraftsevice-page .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	gap: 32px;
}
.aircraftsevice-page .links .link-item {
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.aircraftsevice-page .links .link-item svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.license-pages {
	padding: 72px 0;
}
.license-pages .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.license-pages .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 36px;
}
.license-pages .cards .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 36px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}
.license-pages .card-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: 24px;
}
.license-pages .card-title {
	color: #212529;
	font-size: 24px;
	font-weight: 450;
	line-height: 32px;
	letter-spacing: 0;
}
.license-pages .card-text-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
}
.license-pages .card-text-item:hover {
	cursor: pointer;
}
.license-pages .card-text-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.license-pages .card-text-item p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
}
.license-pages .size {
	color: #97999b;
	text-decoration: none !important;
}
.license-pages .docName {
	color: #212529;
}
.license-pages .docName:hover {
	cursor: pointer;
	text-decoration: underline;
}
.services-page {
	padding: 72px 0;
}
.services-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.services-page .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.services-page .section-container section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 36px;
	gap: 24px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.services-page .section-container section .title {
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.services-page .section-container section .description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
.services-page .cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
.services-page .cards .card {
	position: relative;
	/* overflow: hidden; */
	height: 100%;
	width: 100%;
	padding: 24px;
	border-radius: 4px;
	background: #def3ff;
	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;
	gap: 12px;
}
.services-page .cards .card .card-title {
	position: relative;
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
}
.services-page .cards .card .card-description {
	position: relative;
	color: #97999b;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
	height: 20px;
}
.services-page .cards .card img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.services-page .card-image-last {
	padding: 24px;
	overflow: hidden;
	border-radius: 4px;
	background: #def3ff;
}
.services-page .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.services-page .card-text-list .card-text-item {
	margin-left: 20px;
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	list-style-type: initial;
}
.news-pages {
	padding: 72px 0;
}
.news-pages .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.news-pages .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.news-pages .section-container .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.news-pages .datepiecker-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
	padding: 24px;
	margin: 24px 0;
	border-radius: 4px;
	background: #fff;
}
.news-pages .datepiecker-container [type="date"] {
	background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50%
		no-repeat;
}
.news-pages .datepiecker-container [type="date"]::-webkit-inner-spin-button {
	display: none;
}
.news-pages .datepiecker-container [type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}
.news-pages .datepiecker-container label {
	display: block;
}
.news-pages .datepiecker-container input {
	border: 1px solid #8dc8e8;
	border-radius: 8px;
	background: #fff;
	padding: 10px 16px 10px 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
	width: 242.67px;
}
.news-pages .datepiecker-container button {
	padding: 8px 72px 8px 72px;
	border: none;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #6dcdf6;
	border-radius: 8px;
	background: #6dcdf6;
	color: #fff;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.news-pages .datepiecker-item {
	position: relative;
}
.news-pages .datepiecker-item .placeholder {
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
	pointer-events: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.news-pages .datepiecker-item .hidden {
	display: none;
}
.news-pages .datepiecker-item input[type="date"] + .placeholder {
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
	pointer-events: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.news-pages .datepiecker-item input[type="date"]:focus + .placeholder {
	display: none;
}
.news-pages .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	background-color: #fff;
}
.news-pages .card-image {
	position: relative;
	max-width: 278px;
	max-height: 212px;
	width: 100%;
	height: 100%;
}
.news-pages .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-pages .card-text {
	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;
	gap: 12px;
	padding: 16px;
}
.news-pages .card-text .card-date {
	color: #212529;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
}
.news-pages .card-text .card-title {
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
}
.news-pages .card-text .card-description {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
}
.news-pages .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 34px;
	margin-top: 32px;
}
.news-pages .pagination a {
	color: #97999b;
	font-family: Avenir Next Cyr;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.news-pages .pagination a .chevron-container-link {
	position: relative;
}
.news-pages .pagination a .chevron-container-link svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: sub;
}
.news-pages .reverse-chevron svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.news-pages .pagination .active {
	color: #007ac2;
}
.news-detail-page {
	padding: 72px 0;
}
.news-detail-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.news-detail-page .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
}
.news-detail-page .section-container section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
}
.news-detail-page .discount {
	border-left: 4px solid #428fde;
	padding: 0 0 0 16px;
}
.news-detail-page .message {
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}
.news-detail-page .text-container {
	margin: 12px 0;
}
.news-detail-page .text-container .subtitle {
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 12px;
}
.news-detail-page .text-container .text {
	margin: 0;
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}
.news-detail-page .text-container .text span {
	color: #007ac2;
}
.news-detail-page .text-item {
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
.news-detail-page .text-banner {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 24px;
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	border-radius: 4px;
	background: #def3ff;
}
.news-detail-page .btns-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 36px 0;
	gap: 20px;
	width: 100%;
}
.news-detail-page .btns-group .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 275px;
	height: 40px;
	border: none;
	border-radius: 8px;
	background: #6dcdf6;
	color: #fff;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.news-detail-page .advertising-card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.news-detail-page .advertising-card-item img {
	width: 262px;
	height: 413px;
}
.gallery-page {
	padding: 72px 0;
}
.gallery-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.gallery-page .section-container {
	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;
}
.gallery-page .section-container .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}
.gallery-page .card {
	max-width: 394px;
	width: 100%;
	height: 244px;
	overflow: hidden;
}
.gallery-page .card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 1s;
	transition: 1s;
	display: block;
}
.gallery-page .card img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery-page .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 34px;
	width: 100%;
}
.gallery-page .pagination a {
	color: #97999b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.gallery-page .pagination a .chevron-container-link {
	position: relative;
}
.gallery-page .pagination a .chevron-container-link svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: sub;
}
.gallery-page .reverse-chevron svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gallery-page .pagination .active {
	color: #007ac2;
}
.offices-page {
	padding: 72px 0;
}
.offices-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.offices-page .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.offices-page .section-container section {
	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;
}
.offices-page .section-container .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 36px;
	gap: 24px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.offices-page .section-container .card .title {
	color: #212529;
	font-size: 22px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.offices-page .section-container .card .description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
.offices-page .input-container {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}
.offices-page .input-container input {
	width: 292px;
	height: 44px;
	padding: 10px 16px 10px 16px;
	margin: 4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #8dc8e8;
	border-radius: 8px;
	background: #fff;
	color: #999;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #818c99;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	outline: 0;
}
.offices-page .input-container .svg-container {
	position: absolute;
	left: 33%;
	top: 33%;
	-webkit-transform: translateX(-50%, -50%);
	-ms-transform: translateX(-50%, -50%);
	transform: translateX(-50%, -50%);
}
.offices-page .section-container .contact-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 36px;
	gap: 36px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.offices-page .section-container .contact-card .left-section {
	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;
	max-width: 392px;
	width: 100%;
}
.offices-page .section-container .contact-card .left-section .left-section-title {
	color: #212529;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 15%;
	text-align: left;
	text-transform: uppercase;
}
.offices-page .section-container .contact-card .left-section .address-text {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.offices-page .section-container .contact-card .right-section {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px;
	padding: 0;
	max-width: 300px;
	width: 100%;
	height: auto;
}
.offices-page .section-container .contact-card .right-section .phone-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.offices-page .section-container .contact-card .right-section .phone-container .phone-title {
	width: 124px;
	color: #212529;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.offices-page .section-container .contact-card .right-section .phone-container .phone-text {
	color: #212529;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	cursor: pointer;
}
.offices-page .section-container .contact-card .right-section .time-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.offices-page .section-container .contact-card .right-section .time-container .time-title {
	width: 124px;
	color: #212529;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	flex-shrink: 0;
}
.offices-page .section-container .contact-card .right-section .time-container .time-text {
	color: #212529;
	font-size: 15px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
}
.contacts-page {
	padding: 72px 0;
}
.contacts-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}
.contacts-page .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	height: 100%;
}
.contacts-page .section-container .card {
	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;
	padding: 36px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}
.contacts-page .section-container .card .card-content-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts-page .section-container .card .card-content-container .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
}
.contacts-page .section-container .card .card-content-container .text-container .card-text {
	color: #97999b;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.contacts-page .section-container .card .card-content-container .text-container .card-value {
	color: #003da5;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.contacts-page .section-container .card .column-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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	max-width: 300px;
}
.contacts-page .section-container .card .column-left .card-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	padding: 10px 72px 10px 72px;
	border-radius: 8px;
	background: #6dcdf6;
}
.contacts-page .section-container .card .svg-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6px;
}
.contacts-page .section-container .card .svg-container svg {
	width: 18px;
	height: 18px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: sub;
}
.contacts-page .section-container .card .card-title {
	color: #212529;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 15%;
	text-align: left;
	text-transform: uppercase;
}
.contacts-page .section-container .card .column-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: 8px;
	width: 100%;
	max-width: 360px;
}
.contacts-page .section-container .card .text {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
.contacts-page .section-container .card .description {
	color: #7d7d7e;
}
.contacts-page .section-container .card .phone-number {
	color: #212529;
	font-size: 18px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
@media (max-width: 1280px) {
	.header-menu__desktop-list > .header-menu__desktop-item > a {
		text-decoration: underline;
	}
}
@media (max-width: 1208px) {
	.main-panel .inputs__wrapper {
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		row-gap: 12px;
		grid-template-areas: "a a" "b b" "c c" "d d";
	}
	.main-panel .input {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 16px;
	}
	.main-panel .inputs__group:nth-child(3) .input {
		border-left: 1px solid #97999b;
		border-radius: 8px 8px 8px 8px;
	}
	.main-panel .inputs__group:nth-child(1) .input:nth-child(3) {
		border-right: 1px solid #97999b;
		border-radius: 0 8px 8px 0;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(1) {
		width: 100%;
		border-radius: 8px 0 0 8px;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(2) {
		width: 100%;
		border-radius: 0 8px 8px 0;
	}
	.main-panel .inputs__btn-search {
		width: 278px;
		margin-left: 0;
		-ms-grid-column-align: end;
		justify-self: end;
	}
	.main-panel .inputs__btn-search span {
		display: block;
	}
	.main-panel .main-panel__bottom {
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
	}
	.main-page-title {
		font-size: 30px;
		/* margin-bottom: 36px; */
	}
	.best-deals .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.best-deals .best-deals__card {
		padding: 24px 16px;
	}
	.additional .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.additional__text {
		font-size: 16px;
		line-height: 1.5;
	}
	.additional__card {
		padding: 24px 16px;
		opacity: 1;
		-webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
	}
	.stock {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.stock__card {
		width: 100%;
		padding: 24px 16px;
	}
	.stock .card__title {
		font-size: 18px;
	}
	.stock .card__text {
		font-size: 16px;
	}
	.diamond-mile {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.diamond-mile__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}
	.diamond-mile__cards {
		position: static;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.diamond-mile__card {
		width: auto;
		height: auto;
	}
	.diamond-mile__content-block {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.diamond-mile__btn {
		-ms-flex-item-align: unset;
		-ms-grid-row-align: unset;
		align-self: unset;
	}
	.offers .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.offers__card {
		height: 342px;
		padding: 24px 16px;
	}
	.offers .card__title {
		font-size: 22px;
	}
	.information .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.information__card {
		padding: 24px 16px;
	}
	.last-news .container {
		padding-top: 24px;
		padding-bottom: 48px;
	}
	.last-news .card__content {
		padding: 24px 16px;
	}
	.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .dropdown-menu__more-item:nth-child(4) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .inputs__group:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .inputs__group:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .inputs__group:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .inputs__btn-search {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
}
@media (max-width: 1023px) {
	.header .container {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.header__mobile-menu {
		display: block;
	}
	.header__mobile-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-menu__desktop {
		display: none;
	}
	.header__tools {
		display: none;
	}
	.header__lk-link {
		display: none;
	}
	.sidebar {
		display: none;
	}
	.footer__newsletter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}
	.footer .newsletter__text {
		max-width: unset;
	}
	.footer .footer__menus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}
	.footer__menus__right {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.footer__additional {
		-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;
		row-gap: 24px;
	}
	.main-panel {
		padding-bottom: 30px;
	}
	.ourfleet-pages .cards .card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		/* -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; */
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.aircraftsevice-page .sidebar {
		display: none;
	}
}
@media (max-width: 991px) {
	.footer__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 48px;
	}
	.main-banner__wrapper > .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.best-deals .swiper-wrapper {
		height: auto;
		gap: 16px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 16px 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto 16px auto 16px auto;
		grid-template-areas: "a a" "b c" "d e";
	}
	.best-deals .best-deals__card {
		display: none;
		opacity: 1;
		height: 295px !important;
		margin-right: 0 !important;
		min-width: 100px;
		-webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
	}
	.best-deals .best-deals__card:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		-ms-grid-column: 1;
		display: block;
		grid-area: a;
		min-width: 100%;
		height: 295px !important;
	}
	.best-deals .best-deals__card:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		-ms-grid-column: 2;
		display: block;
		grid-area: b;
	}
	.best-deals .best-deals__card:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		-ms-grid-column: 3;
		display: block;
		grid-area: c;
	}
	.best-deals .best-deals__card:nth-child(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 4;
		display: block;
		grid-area: d;
	}
	.best-deals .best-deals__card:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 5;
		-ms-grid-column: 4;
		display: block;
		grid-area: e;
	}
	.best-deals__slider-btns {
		display: none;
	}
	.stock .card__content {
		row-gap: 16px;
		max-width: unset;
		width: 100%;
	}
	.stock .card__btn {
		width: 100%;
		text-align: center;
	}
	.offers .card__title {
		font-size: 20px;
	}
	.offers .card__text {
		font-size: 16px;
	}
	.best-deals .swiper-wrapper > .dropdown-menu__more-item:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.best-deals .swiper-wrapper > .dropdown-menu__more-item:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .dropdown-menu__more-item:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .dropdown-menu__more-item:nth-child(4) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .dropdown-menu__more-item:nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
	}
	.best-deals .swiper-wrapper > .inputs__group:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.best-deals .swiper-wrapper > .inputs__group:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .inputs__group:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .inputs__btn-search {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
}
@media (max-width: 1208px) {
	.main-panel .inputs__wrapper > .best-deals__card:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .best-deals__card:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .best-deals__card:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.main-panel .inputs__wrapper > .best-deals__card:nth-child(4) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
}
@media (max-width: 991px) {
	.best-deals .swiper-wrapper > .best-deals__card:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.best-deals .swiper-wrapper > .best-deals__card:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .best-deals__card:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .best-deals__card:nth-child(4) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.best-deals .swiper-wrapper > .best-deals__card:nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
	}
}
@media (max-width: 960px) {
	.about-pages .cards .card .card-title {
		word-wrap: break-word;
	}
	.aircraftsevice-page .cards .card .card-title {
		word-wrap: break-word;
	}
	.services-page .cards .card .card-title {
		word-wrap: break-word;
	}
}
@media (max-width: 800px) {
	.airlines-menu-pages .menu-card__title {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding-bottom: 24px;
	}
	.footer__newsletter {
		row-gap: 36px;
	}
	.footer .newsletter__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 16px;
	}
	.footer__contacts-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 16px;
	}
	.footer .contacts-socials-item {
		width: 40px;
		height: 40px;
	}
	.footer .contacts-socials-item svg {
		width: 40px;
		height: 40px;
	}
	.main-panel .main-panel-tablinks {
		font-size: 15px;
	}
	.main-panel .inputs__group:nth-child(3) > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
	}
	.main-panel .inputs__group:nth-child(3) .input {
		width: 100%;
		border-radius: 12px 12px 12px 12px;
	}
	.main-panel .inputs__group:nth-child(1) .input:nth-child(1) {
		width: 100%;
		border-radius: 12px 0 0 12px;
	}
	.main-panel .inputs__group:nth-child(1) .input:nth-child(3) {
		width: 100%;
		border-radius: 0 12px 12px 0;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(1) {
		border-radius: 12px 0 0 12px;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(2) {
		border-radius: 0 12px 12px 0;
	}
	.best-deals__text {
		font-size: 18px;
	}
	.additional__card {
		height: 330px;
	}
	.additional .card__price {
		font-size: 12px;
	}
	.additional .card__text {
		font-size: 18px;
	}
	.additional__slider-btns {
		display: none;
	}
	.stock .swiper-wrapper {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 8px;
	}
	.stock__card {
		display: none;
		width: 100%;
	}
	.stock__card:nth-child(1),
	.stock__card:nth-child(2),
	.stock__card:nth-child(3),
	.stock__card:nth-child(4) {
		display: block;
	}
	.stock__slider-btns {
		display: none;
	}
	.diamond-mile__content {
		padding: 24px 16px;
	}
	.diamond-mile__content-title {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	.diamond-mile__text {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	.offers__card {
		height: 342px;
		-webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
	}
	.offers .card__title {
		font-size: 18px;
	}
	.offers__slider-btns {
		display: none;
	}
	.information__card {
		-webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
	}
	.last-news__slider-btns {
		display: none;
	}
	.last-news__card {
		-webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
	}
	.airlines-menu-pages .menu-cards {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.airlines-menu-pages .menu-card {
		max-height: 448px;
	}
	.airlines-menu-pages .menu-card:nth-child(11),
	.airlines-menu-pages .menu-card:nth-child(5),
	.airlines-menu-pages .menu-card:nth-child(6) {
		grid-column: unset;
	}
	.airlines-menu-pages .menu-card:nth-child(1),
	.airlines-menu-pages .menu-card:nth-child(12),
	.airlines-menu-pages .menu-card:nth-child(4),
	.airlines-menu-pages .menu-card:nth-child(5),
	.airlines-menu-pages .menu-card:nth-child(8),
	.airlines-menu-pages .menu-card:nth-child(9) {
		max-height: 448px;
		-ms-grid-column-span: 2;
		grid-column: span 2;
		aspect-ratio: 1/1;
	}
	.airlines-menu-pages .menu-card:nth-child(2),
	.airlines-menu-pages .menu-card:nth-child(3) {
		max-height: 340px;
	}
	.airlines-menu-pages .menu-card__link {
		bottom: 18px;
		right: 18px;
		width: 29px;
		height: 29px;
	}
	.about-pages .cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.aircraftsevice-page .cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.services-page .cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.offices-page .section-container .contact-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.offices-page .section-container .contact-card .left-section {
		max-width: unset;
	}
	.offices-page .section-container .contact-card .right-section {
		max-width: unset;
		height: auto;
	}
}
@media (max-width: 700px) {
	.airlines-menu-pages .menu-card__title {
		padding: 18px;
		font-size: 18px;
	}
	.airlines-menu-pages .menu-card__link {
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 619px) {
	.aircraftsevice-page .links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 575px) {
	.footer .newsletter__form {
		width: 100%;
	}
	.footer .newsletter__form input {
		padding-bottom: 10px;
		width: 100%;
	}
	.footer__menus-block li {
		padding: 0;
	}
	.footer__menus-block ul {
		display: grid;
		grid-template-columns: repeat(2, 2fr);
		gap: 12px;
	}

	.footer__menus-block ul {
		list-style: none;
		padding: 0;
	}

	.footer__menus__right {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 8px;
	}
	.footer__qr {
		width: 100%;
	}
	.footer__qr-img {
		display: none;
	}
	.footer__qr-text {
		width: 100%;
	}
	.footer__contacts-content {
		width: 100%;
	}
	.footer__contacts-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer .footer__contacts-text {
		font-size: 16px;
	}
	.footer__additional {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.footer__additional-copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__additional-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}
	.main-panel {
		padding-bottom: 5px;
	}
	.main-panel .inputs__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}
	.main-panel .inputs__group:nth-child(1) {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 24px;
	}
	.main-panel .inputs__group:nth-child(1) .input:nth-child(1) {
		width: calc(100% - 54px);
	}
	.main-panel .inputs__group:nth-child(1) .input:nth-child(3) {
		border-radius: 12px 12px 12px 12px;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(1) {
		border-radius: 12px 6px 6px 12px;
	}
	.main-panel .inputs__group:nth-child(2) .input:nth-child(2) {
		margin-left: -1px;
		border-left: 1px solid #97999b;
		border-radius: 6px 12px 12px 6px;
	}
	.main-panel .btn-exchange {
		height: auto;
		border-right: 1px solid #97999b;
		border-radius: 0 12px 12px 0;
	}
	.main-panel .inputs__btn-search {
		width: auto;
		-ms-grid-column-align: stretch;
		justify-self: stretch;
	}
	.main-panel .main-panel__bottom {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	.best-deals .best-deals__card:nth-child(even) {
		margin-bottom: 0 !important;
	}
	.best-deals .card__text-to {
		font-size: 18px;
	}
	.best-deals .card__text-from {
		font-size: 16px;
	}
	.best-deals .card__price {
		font-size: 18px;
	}
	.diamond-mile__content {
		height: 401px;
	}
	.diamond-mile__cards {
		position: absolute;
		top: 36px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.diamond-mile__cards > :not(:first-child) {
		margin-left: -230px;
	}
	.diamond-mile__card {
		width: 277px;
		height: 175px;
	}
	.diamond-mile__content-block {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	.diamond-mile__content-title {
		font-size: 18px;
	}
	.diamond-mile__text {
		font-size: 16px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.diamond-mile__btn {
		width: 100%;
		text-align: center;
	}
	.last-news .container {
		padding-top: 24px;
		padding-bottom: 48px;
	}
}
@media (max-width: 565px) {
	.additional__card {
		height: 302px;
	}
}
@media (max-width: 390px) {
	.gallery-page .pagination {
		gap: 30px;
	}
}

.card__title {
	margin-right: 20px;
}

/*---------------------------СТИЛИ ДЛЯ БАННЕРА------------------------------*/

.main-banner__layer {
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-banner__layer img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -6vw;
    bottom: 45px;
    transform: scale(1.15, 1.2);
}

.main-banner .content__direction {
    position: fixed;
    bottom: 110px;
    font-size: 42px;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.main-banner .content__price {
	font-size: 28px;
}

.main-banner__item .container {
    padding-bottom: 75px;
}

.second-layer img {
    right: -30vw !important;
    bottom: -64px !important;
    transform: scale(1.6, 1.25) !important;
}

@media (max-width: 1208px) {
    .main-banner__layer img {
        right: -20vw;
        transform: scale(1.4, 1.15);
        bottom: 40px;
    }
	.main-banner__content {
		width: 74vw;
	}
	.main-banner .content__direction {
		width: 74vw;
	}
}

@media (min-width: 1208px) {
	.main-banner__content {
		width: 730px;
	}
	.main-banner .content__direction {
		width: 730px;
	}
}

@media (min-width: 991px) {

}

@media (max-width: 768px) {
    .main-banner__layer img {
        right: -30vw;
        transform: scale(1.6, 1.15);
		bottom: 28px;
    }
	.main-banner .content__direction {
		font-size: 30px;
	}
	.main-banner .content__direction {
		width: 82vw;
	}
}

@media (max-width: 767px) {
	.second-layer {
		bottom: 110px;
	}
	.second-layer img {
		right: -16vw !important;
		bottom: -60px !important;
		transform: scale(4, 1.5) !important;
	}
	.diamond-miles-page {
		padding-bottom: 8px !important;
	}
}

@media (max-width: 640px) {
    .main-banner__layer img {
        right: -20vw;
        transform: scale(3, 1.15);
    }
}

@media (max-width: 540px) {
	.main-banner .content__direction {
		font-size: 26px;
	}
    .main-banner__layer img {
		bottom: 24px;
    }
	.main-banner .content__price {
		font-size: 18px;
	}
}

@media (max-width: 484px) {
    .main-banner .content__direction {
        font-size: 16px;
		bottom: 110px;
    }
    .main-banner__layer img {
        bottom: 52px;
    }
	.main-banner .content__price {
		font-size: 16px;
	}
}

@media (max-width: 414px) {
    .main-banner__layer img {
        right: -8vw;
        transform: scale(5, 1.15);
    }
	.main-banner__item .container {
		padding-bottom: 80px !important;
	}
}

.main-panel .container {
	overflow: visible;
}


