@import './tailwind-overrides.css';

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: currentColor;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
	-webkit-tap-highlight-color: transparent;
	/* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	/* 1 */
	font-feature-settings: normal;
	/* 2 */
	font-variation-settings: normal;
	/* 3 */
	font-size: 1em;
	/* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	letter-spacing: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden='until-found'])) {
	display: none;
}

body {
	font-family: Geologica, sans-serif;
	line-height: 1.2;
	letter-spacing: 0.02em;
	--tw-text-opacity: 1;
	color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}

.container {
	max-width: 1920px;
	padding: 0 16px;
	margin: auto;
}

.container-inner {
	max-width: 1888px;
	padding: 0 90px;
	margin: auto;
}

input {
	outline: none;
}

.h1 {
	font-family: Geologica, sans-serif;
	font-weight: 700;
	font-size: 70px;
	line-height: 129%;
	color: #424242;
}

.h2 {
	font-family: Geologica, sans-serif;
	font-size: 80px;
	font-weight: 100;
	line-height: 97%;
	--tw-text-opacity: 1;
	color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.btn {
	display: inline-flex;
	border-radius: 14px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.02em;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.btn:hover,
.header_btn:hover {
	font-weight: 600;
}

.header_btn {
	display: inline-flex;
	border-radius: 9px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.section-title {
	font-size: 40px;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
	letter-spacing: -0.01em;
}

.section-text {
	font-size: 28px;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgb(32 32 32 / var(--tw-text-opacity, 1));
	letter-spacing: -0.01em;
}

@media (max-width: 1799.99px) {
	.container-inner {
		padding: 0 60px;
	}
}

@media (max-width: 1400.99px) {
	.container-inner {
		padding: 0 45px;
	}
}

@media (max-width: 991.99px) {
	.container {
		padding: 0 16px;
	}
}

@media (max-width: 687.99px) {
	.section-title {
		text-align: center;
		font-size: 14px;
	}

	.section-text {
		font-size: 14px;
	}

	.container {
		padding: 0 8px;
	}

	.container-inner {
		padding: 0 20px;
	}

	.h1 {
		font-size: 30px;
	}

	.h2 {
		font-size: 24px;
	}

	.btn {
		border-radius: 6px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 14px;
		line-height: 250%;
	}
}

.container {
	width: 100%;
}

.mob__menu {
	position: fixed;
	transform: translateX(-140%);
	width: calc(100% - 28px);
	/* background: #fff; */
	z-index: 51;
	top: 60px;
	left: 14px;
	padding: 24px 20px;
	transition: all 0.3s ease;
	border-radius: 10px;
	-webkit-backdrop-filter: blur(12.199999809265137px);
	backdrop-filter: blur(12.199999809265137px);
	box-shadow: 0 4px 12px 0 rgba(66, 66, 66, 0.11);
	background: rgba(255, 255, 255, 0.16);
}

header {
	transition: all 0.3s ease;
}

.header {
	border-radius: 54px;
	box-shadow: 0 4px 12px 0 rgba(66, 66, 66, 0.11);
	padding: 20px 32px;
	background: #fff;
}

body.home .header {
	background: #DCDCDC;
}

.header .menu-item {
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
	transition: all 0.3s ease;
}

.header .menu-item:hover {
	text-shadow: 0 0 0 currentColor, 0.03em 0 currentColor;
}

.menu-item-separator {
	background-color: #5a5a5a;
	width: 0.5px;
	height: 16px;
}

header.scrolled {
	background-color: #343c3f;
	top: 0;
	padding: 12px 0;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.header__menu__item {
	display: block;
	border-radius: 10px;
	padding: 10px 14px;
	background: #f3f3f7;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #212b36;
	position: relative;
}

.header__menu__item::after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 11L8.75 7.5L5.25 4" stroke="%23919EAB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.mob__menu.active {
	transform: translateX(0%);
}

.menu-btn {
	position: relative;
	height: 24px;
	width: 24px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menu-btn.active .btn__line_1 {
	transform: rotate(45deg);
	top: 3.5px;
}

.menu-btn.active .btn__line_2 {
	opacity: 0;
}

.menu-btn.active .btn__line_3 {
	transform: rotate(-45deg);
	bottom: 5.5px;
}

.menu-btn__line {
	position: relative;
	height: 1px;
	width: 100%;
	transform-origin: center;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}

@media (max-width: 687.99px) {
	.menu-btn {
		left: 3px;
	}
}

.main-screen {}

.blue-btn {
	display: inline-block;
	min-width: 203px;
	border-radius: 84px;
	--tw-bg-opacity: 1;
	background-color: rgb(38 101 254 / var(--tw-bg-opacity, 1));
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.blue-btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(32 83 210 / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	box-shadow: 0 4px 9px 0 rgba(32, 32, 32, 0.26);
	text-shadow: 0 0 0 currentColor, 0.03em 0 currentColor;
}

.white-btn {
	display: inline-block;
	min-width: 203px;
	border-radius: 84px;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	font-size: 18px;
	color: #2665FE;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.white-btn:hover {
	background: #fff;
	color: #2665FE;
	text-shadow: 0 0 0 currentColor, 0.03em 0 currentColor;
}

.card-car-full {
	display: flex;
	align-items: center;
	gap: 8%;
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 41px;
	padding-bottom: 41px;
}

.card-car-full .car-name {
	font-size: 40px;
	font-weight: 500;
	line-height: 139%;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.card-car-full .car-property {
	font-size: 36px;
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.card-car-full .car-item-property,
.car-info .car-item-property {
	display: flex;
	gap: 11px;
	font-size: 20px;
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.card-car-full .price-label {
	font-size: 24px;
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
	letter-spacing: -0.01em;
}

.car-label {
	display: inline-flex;
	border-radius: 33px;
	--tw-bg-opacity: 1;
	background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 18px;
	font-weight: 500;
	line-height: 141%;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.car-price {
	font-size: 40px;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
	letter-spacing: -0.01em;
}

.bg-grey {
	background: linear-gradient(180deg,
			#d2d2d2 0%,
			#f4f4f4 54.33%,
			#c2c2c2 100%);
}

.card-car-sm {
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
	padding: 20px;
}

.card-car-sm .img {
	height: 210px;
	width: 100%;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	background: #fff;
}

.card-car-sm .car-label {
	margin-top: 16px;
	font-size: 22px;
}

.car-description {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 22px;
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.card-car-sm .line {
	margin-top: 13px;
	margin-bottom: 13px;
	height: 0.5px;
	--tw-bg-opacity: 1;
	background-color: rgb(90 90 90 / var(--tw-bg-opacity, 1));
}

.card-car-sm .price-label {
	font-size: 22px;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.card-car-sm .car-price {
	font-weight: 500;
}

.card-car-sm .blue-btn {
	min-width: 126px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}

.card-car-sm.col-span-2 {
	display: flex;
	gap: 30px;
}

.card-car-sm.col-span-2 .img {
	height: 100%;
	width: 52%;
}

.card-car-sm.row-span-2 .img {
	height: auto;
	flex: 1 1 0%;
}

.card-car-sm.row-span-2 {
	display: flex;
	flex-direction: column;
}

.card-car-sm.row-span-2 .car-label {
	margin: 0px;
}

.card-car-full .img {
	width: 30%;
	max-width: 541px;
}

.card-car-full .car-price {
	margin-top: 11px;
}

@media (max-width: 1799.99px) {
	.card-car-sm .car-price {
		font-size: 24px;
	}

	.card-car-sm .price-label {
		font-size: 14px;
	}

	.card-car-sm .img {
		height: 180px;
	}
}

@media (max-width: 1500.99px) {
	.card-car-sm .price-label {
		font-size: 13px;
	}

	.card-car-sm .car-price {
		font-size: 22px;
	}

	.card-car-sm .blue-btn {
		font-size: 14px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 1400.99px) {
	.card-car-sm .car-price {
		font-size: 22px;
	}

	.card-car-sm .price-label {
		font-size: 13px;
	}
}

@media (max-width: 1200.99px) {
	.card-car-sm .car-label {
		font-size: 16px;
	}

	.card-car-sm .price-label {
		font-size: 12px;
	}

	.card-car-sm .car-price {
		font-size: 14px;
	}

	.card-car-sm .blue-btn {
		min-width: max-content;
	}
}

@media (max-width: 991.99px) {
	.card-car-full {
		flex-direction: column-reverse;
		position: relative;
	}

	.card-car-sm .blue-btn {
		min-width: 126px;
	}

	.card-car-full .car-label {
		position: absolute;
		top: 41px;
		left: 55px;
	}

	.card-car-sm {
		/* @apply; */
	}

	.card-car-full .img {
		width: 100%;
	}
}

@media (max-width: 687.99px) {
	.blue-btn {
		font-size: 14px;
	}

	.card-car-sm.row-span-2 {
		display: none;
	}

	.card-car-sm.col-span-2 {
		display: none;
	}

	.card-car-full {
		border-radius: 10px;
		padding: 8px;
		padding-bottom: 15px;
	}

	.card-car-full .img {
		margin-top: 21px;
		margin-bottom: 12px;
		width: calc(100% - 16px);
	}

	.card-car-full .car-label {
		top: 8px;
		left: 8px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 10px;
	}

	.card-car-full .car-name {
		flex: 100%;
		font-size: 14px;
	}

	.card-car-full .car-property {
		margin-top: 3px;
		font-size: 10px;
	}

	.card-car-full .price-label {
		font-size: 8px;
	}

	.card-car-full .car-price {
		margin-top: 4px;
		font-size: 14px;
	}

	.card-car-full .car-item-property {
		font-size: 8px;
	}

	.card-car-sm {
		border-radius: 10px;
		padding: 8px;
	}

	.card-car-sm .car-label {
		margin-top: 8px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 10px;
	}

	.car-description {
		margin-left: 8px;
		display: inline-flex;
		gap: 8px;
		font-size: 10px;
	}

	.card-car-sm .line {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.card-car-sm .img {
		height: auto;
		border-radius: 10px;
	}

	.card-car-sm .price-label {
		font-size: 10px;
		--tw-text-opacity: 1;
		color: rgb(109 109 109 / var(--tw-text-opacity, 1));
	}

	.card-car-sm .car-price {
		font-size: 24px;
	}
}

.footer-title {
	font-size: 24px;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	opacity: 0.5;
	letter-spacing: -0.01em;
}

.footer-link {
	font-size: 20px;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	opacity: 0.6;
	letter-spacing: -0.01em;
	transition: all 0.3s ease;
}

.footer-link:hover {
	color: #88BDFF;
	text-shadow: 0 0 0 currentColor, 0.03em 0 currentColor;
}

@media (max-width: 991.99px) {
	.footer-title {
		text-align: center;
	}

	.footer-link {
		text-align: center;
	}

	.footer-link-border {
		border-bottom-width: 1px;
		border-color: rgb(103 103 103 / var(--tw-border-opacity, 1));
		--tw-border-opacity: 1;
		padding-bottom: 16px;
	}
}

@media (max-width: 687.99px) {
	.footer-title {
		font-size: 16px;
	}

	.footer-link {
		font-size: 14px;
	}
}

.network-item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	border-radius: 20px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(38 101 254 / var(--tw-border-opacity, 1));
	padding: 20px;
}

.network_name {
	font-size: 22px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.network-img {
	width: 100%;
	border-radius: 20px;
}

.network_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	align-self: center;
	border-radius: 84px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	transition: all 0.3s ease;
}

.network_btn:hover {
	color: #88BDFF;
	border-color: #88BDFF;
}

.network_btn svg path {
	transition: all 0.3s ease;
}

.network_btn:hover svg path {
	fill: #88BDFF;
}

.network-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 141%;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.network-link-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.network_btn_mob {
	display: none;
}

.swiper-network {
	overflow: visible;
}

@media (max-width: 1200.99px) {
	.network_btn {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 14px;
	}

	.network-link {
		font-size: 14px;
	}
}

@media (max-width: 687.99px) {
	.network-link-left {
		gap: 8px;
	}

	.network-link-left img {
		width: 30px;
	}

	.network-icon-btn {
		display: none;
	}

	.network_btn {
		border-radius: 0px;
		border-style: none;
		padding: 0px;
	}

	.network_btn_mob {
		display: block;
		width: 30px;
	}

	.network-item {
		gap: 8px;
		border-radius: 10px;
		padding: 8px;
	}

	.network-img {
		border-radius: 5px;
	}

	.network_name {
		font-size: 14px;
	}

	.network-icon {
		width: 14px;
	}
}

.faq {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.faq-item-question {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 40px;
	line-height: 1.3;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1240px) {
	.faq-item-question {
		font-size: 30px;
	}
}

.faq-item-answer-inner {
	margin-top: 30px;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.39;
	letter-spacing: -0.01em;

	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.faq-item {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.7;
}

.faq-item.active {
	opacity: 1;
}

.faq-item-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	background-image: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="51" height="51" rx="25.5" stroke="white"/><path d="M27.5 19L35 26.5M35 26.5L27.5 34M35 26.5L17 26.5" stroke="%23FCFCFC" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s ease;
}

.faq-item-question.active .faq-item-icon {
	/*background-image: url('data:image/svg+xmlnsl,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.9"><rect width="52" height="52" rx="26" fill="white"/><path d="M27.5 19L35 26.5M35 26.5L27.5 34M35 26.5L17 26.5" stroke="%232665FE" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: rotate(-180deg);
}

.faq-item-question:not(.active):hover .faq-item-icon {
	background-image: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="50.5" height="50.5" rx="25.25" stroke="white" stroke-width="1.5"/><path d="M27.5 19L35 26.5M35 26.5L27.5 34M35 26.5L17 26.5" stroke="%23FCFCFC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991.99px) {
	.faq-item-question {
		font-size: 20px;
	}

	.faq-item-answer-inner {
		font-size: 20px;
	}

	.faq {
		gap: 30px;
	}
}

@media (max-width: 687.99px) {
	.faq-item-question {
		font-size: 18px;
	}

	.faq-item-answer-inner {
		font-size: 14px;
	}

	.faq {
		gap: 26px;
	}

	.faq-item-icon {
		width: 30px;
		height: 30px;
	}

	.faq-item {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.section-faq .blue-btn {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 14px;
	}
}



@media (max-width: 687.99px) {
	.card-car-sm.step-item-wrapper {
		display: none;
	}
}


/*@media (max-width: 1799.99px) {*/
/*.step-item {*/
/*padding-top: 338px;*/
/*}*/

/*.step-item-title {*/
/*font-size: 28px;*/
/*}*/

/*.step-item-number {*/
/*font-size: 28px;*/
/*}*/

/*.step-item-description {*/
/*font-size: 20px;*/
/*}*/
/*}*/

.step-item-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	background-image: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="51" height="51" rx="25.5" fill="white"/><rect x="0.5" y="0.5" width="51" height="51" rx="25.5" stroke="%232665FE"/><path d="M27.5 19L35 26.5M35 26.5L27.5 34M35 26.5L17 26.5" stroke="%232665FE" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

.step-item.active .step-item-icon {
	background-image: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6023_28)"><path d="M0.5 26C0.5 11.9167 11.9167 0.5 26 0.5C40.0833 0.5 51.5 11.9167 51.5 26C51.5 40.0833 40.0833 51.5 26 51.5C11.9167 51.5 0.5 40.0833 0.5 26Z" fill="%232665FE" /><path d="M0.5 26C0.5 11.9167 11.9167 0.5 26 0.5C40.0833 0.5 51.5 11.9167 51.5 26C51.5 40.0833 40.0833 51.5 26 51.5C11.9167 51.5 0.5 40.0833 0.5 26Z" stroke="%232665FE" /><path d="M27.5 34L35 26.5M35 26.5L27.5 19M35 26.5H17" stroke="%23FCFCFC" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_6023_28"><rect width="52" height="52" fill="white" transform="matrix(-1 0 0 1 52 0)" /></clipPath></defs></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-180deg);
}

.step-item:not(.active):hover .step-item-icon {
	background-image: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="50.5" height="50.5" rx="25.25" fill="white"/><rect x="0.75" y="0.75" width="50.5" height="50.5" rx="25.25" stroke="%232665FE" stroke-width="1.5"/><path d="M27.5 19L35 26.5M35 26.5L27.5 34M35 26.5L17 26.5" stroke="%232665FE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

@media (max-width: 991.99px) {
	.step-item-number {
		font-size: 40px;
		line-height: 1.3;
		--tw-text-opacity: 1;
		color: rgb(38 101 254 / var(--tw-text-opacity, 1));
	}

	.step-item-title {
		margin-top: 30px;
		font-size: 40px;
		line-height: 130%;
		--tw-text-opacity: 1;
		color: rgb(38 101 254 / var(--tw-text-opacity, 1));
	}

	.step-item-description {
		margin-top: 30px;
		font-size: 28px;
		font-weight: 250;
		--tw-text-opacity: 1;
		color: rgb(38 101 254 / var(--tw-text-opacity, 1));
	}

	.step-item {
		display: flex;
		flex: 1 1 0%;
		cursor: pointer;
		flex-direction: column;
		justify-content: space-between;
		gap: 75px;
		border-left-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(38 101 254 / var(--tw-border-opacity, 1));
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 42px;
		padding-top: 356px;
		opacity: 0.5;
	}

	.step-item.active {
		opacity: 1;
	}

	.card-car-sm.step-item-wrapper {
		display: flex;
		gap: 30px;
	}

	.card-car-sm.step-item-wrapper .img {
		height: 100%;
		width: 52%;
	}

	.step-item-wrapper {
		grid-column: span 2 / span 2;
		display: flex;
	}

	.step-item-title {
		font-size: 20px;
	}

	.step-item-number {
		font-size: 20px;
	}

	.step-item-description {
		font-size: 16px;
	}

	.step-item-wrapper {
		grid-column: span 1 / span 1;
	}

	.step-item {
		position: relative;
		border-radius: 10px;
		border-width: 1px;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 0px;
		padding-right: 0px;
		opacity: 1;
	}

	.step-row {
		display: flex;
		align-items: center;
		gap: 16px;
		padding-left: 16px;
		padding-right: 46px;
	}

	.step-item-title {
		margin: 0px;
	}

	.step-item-icon {
		position: absolute;
		top: 15px;
		right: 16px;
		height: 30px;
		width: 30px;
	}

	.step-item-description {
		padding-left: 16px;
		padding-right: 16px;
	}

	.step-item.active {
		--tw-bg-opacity: 1;
		background-color: rgb(38 101 254 / var(--tw-bg-opacity, 1));
	}

	.step-item.active .step-item-number {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	}

	.step-item.active .step-item-title {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	}

	.step-item.active .step-item-description {
		border-top-width: 1px;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		--tw-border-opacity: 0.3;
		padding-top: 8px;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	}

	.step-item.active .step-item-icon {
		background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6023_32)"><path d="M0.5 15C0.5 6.99187 6.99187 0.5 15 0.5C23.0081 0.5 29.5 6.99187 29.5 15C29.5 23.0081 23.0081 29.5 15 29.5C6.99187 29.5 0.5 23.0081 0.5 15Z" stroke="white" /><path d="M16.1667 10L22 15.5M22 15.5L16.1667 21M22 15.5H8" stroke="white" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_6023_32"><rect width="30" height="30" fill="white" transform="matrix(-1 0 0 1 30 0)" /></clipPath></defs></svg>');
		background-repeat: no-repeat;
		background-size: contain;
	}

}

@media (max-width: 687.99px) {
	.step-item-number {
		font-size: 14px;
	}

	.step-item-title {
		font-size: 14px;
	}

	.step-item-description {
		font-size: 14px;
		font-weight: 250;
	}

	.step-item.active .step-item-description {
		margin-top: 15px;
	}

	.step-item-icon {
		top: 11px;
	}
}

.client-item {
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	padding: 20px;
}

.client-img {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 250px;
	width: 100%;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.client-item .price-label {
	font-size: 24px;
	font-weight: 250;
}

.client-item .car-price {
	margin-top: 5px;
	font-size: 32px;
}

.client-item .client-btn {
	flex-shrink: 0;
}

.client-item .client-btn img,
.client-item .client-btn {
	width: 36px;
}

.client-btn {
	position: relative;
}

.client-btn:before {
	background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="34.5" height="34.5" rx="17.25" stroke="%232665FE" stroke-width="1.5"/><path d="M19.5 11L27 18.5M27 18.5L19.5 26M27 18.5L9 18.5" stroke="%232665FE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background-size: contain;
	transition: all 0.3s ease;
	opacity: 0;
}

.client-btn:hover:before {
	opacity: 1;
}

.client-btn:hover img {
	opacity: 0;
}

.client-btn img {
	transition: all 0.3s ease;
}

.client-item-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 687.99px) {
	.client-item {
		border-radius: 10px;
		padding: 8px;
	}

	.client-item-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.client-item .car-label {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 10px;
	}

	.client-item .car-description {
		font-size: 10px;
	}

	.client-img {
		margin-top: 8px;
		margin-bottom: 8px;
		height: 128px;
		border-radius: 10px;
	}

	.client-item .price-label {
		font-size: 14px;
	}

	.client-item .car-price {
		font-size: 20px;
	}

	.client-item .client-btn img,
	.client-item .client-btn {
		width: 30px;
	}
}

.chosen-item {
	letter-spacing: -0.01em;
}

.chosen-title {
	font-size: 40px;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(112 167 254 / var(--tw-text-opacity, 1));
}

.chosen-description {
	font-size: 28px;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	opacity: 0.8;
}

@media (max-width: 687.99px) {

	.chosen-title {
		text-align: center;
		font-size: 24px;
	}

	.chosen-description {
		text-align: center;
		font-size: 14px;
	}
}

.exchange-item {
	font-size: 50px;
	font-weight: 250;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
	letter-spacing: -0.01em;
}

.card-car-sm.accompanied-item {
	display: flex;
	gap: 30px;
}

.card-car-sm.accompanied-item .img {
	height: 100%;
	width: 52%;
}

@media (max-width: 687.99px) {
	.card-car-sm.accompanied-item {
		display: none;
	}
}

.accompanied-item {
	grid-column: span 2 / span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 75px;
	border-left-width: 2px;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
	--tw-border-opacity: 0.3;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 110px;
	padding-bottom: 110px;
}

.accompanied-icon {
	width: 52px;
}

@media (max-width: 1799.99px) {
	.section-accompanied .h2 {
		font-size: 60px;
	}
}

@media (max-width: 1200.99px) {
	.accompanied-item {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.accompanied-item .section-text {
		font-size: 20px;
	}
}

@media (max-width: 991.99px) {
	.accompanied-item {
		flex-direction: row;
		border-left-width: 0px;
		border-bottom-width: 1px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
		padding-top: 0px;
	}

	.accompanied-icon {
		width: 30px;
	}
}

@media (max-width: 687.99px) {
	.exchange-item {
		text-align: center;
		font-size: 24px;
	}

	.section-accompanied .h2 {
		font-size: 24px;
	}
}

.tools__btn {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	--tw-text-opacity: 1;
	color: rgb(136 189 255 / var(--tw-text-opacity, 1));
	opacity: 0.3;
}

.tools__btn.active {
	opacity: 1;
}

.scroll-hidden::-webkit-scrollbar {
	display: none;
}

.scroll-hidden {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.main-screen-logo {
	position: relative;
	left: 50%;
	margin-top: 48px;
	width: 105%;
	max-width: none;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-screen-car {
	/* @apply mt-[-250px]; */
	pointer-events: none;
	margin-top: -35%;
}

@media (max-width: 1500.99px) {
	.header .menu-item {
		font-size: 14px;
	}
}

@media (max-width: 687.99px) {
	.header {
		border-radius: 45px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	header .container-inner {
		padding-left: 6px;
		padding-right: 6px;
	}

	.main-screen-logo {
		margin-top: 40px;
	}

	/* .main-screen-car {
      @apply mt-[-65%] ml-[-10%] max-w-none w-[200%];
    } */
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 13px;
	font-size: 14px;
	--tw-text-opacity: 1;
	color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.breadcrumbs li a {
	display: flex;
	align-items: center;
	gap: 13px;
	font-weight: 250;
}

.breadcrumbs li a::after {
	content: '';
	width: 8px;
	height: 6px;
	background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.66667 1L9 4M9 4L5.66667 7M9 4L1 4" stroke="%232665FE" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.swiper_car_thumbs img {
	border-radius: 14px;
}

.swiper_car_thumbs {
	cursor: pointer;
}

.swiper_car_main img {
	border-radius: 20px;
}

.swiper-pagination-bullet {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.swiper-button-next:after {
	content: '';
	width: 32px;
	height: 32px;
	background-image: url('data:image/svg+xml,<svg width="36" height="35" viewBox="0 0 36 35" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.5" y="0.5" width="33" height="33" rx="16.5" fill="white" fill-opacity="0.29"/><rect x="1.5" y="0.5" width="33" height="33" rx="16.5" stroke="white"/><path d="M19.1667 12L25 17.5M25 17.5L19.1667 23M25 17.5L11 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-prev:after {
	content: '';
	width: 32px;
	height: 32px;
	background-image: url('data:image/svg+xml,<svg width="36" height="35" viewBox="0 0 36 35" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="34.5" y="34.5" width="33" height="33" rx="16.5" transform="rotate(-180 34.5 34.5)" fill="white" fill-opacity="0.29"/><rect x="34.5" y="34.5" width="33" height="33" rx="16.5" transform="rotate(-180 34.5 34.5)" stroke="white"/><path d="M16.8333 23L11 17.5M11 17.5L16.8333 12M11 17.5L25 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.car-info .car-name {
	font-size: 40px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.car-info .car-property {
	font-size: 24px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.car-info-title {
	margin-bottom: 18px;
	font-size: 24px;
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.car-info-row-property {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom-width: 0.5px;
	border-color: rgb(90 90 90 / var(--tw-border-opacity, 1));
	--tw-border-opacity: 0.4;
	padding-top: 16px;
	padding-bottom: 16px;
}

.car-info-row-property:last-child {
	border-width: 0px;
}

.car-info .car-item-property {
	display: inline;
}

@media (max-width: 991.99px) {
	.car-info .car-label {
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 10;
	}
}

@media (max-width: 687.99px) {
	.breadcrumbs li a::after {
		width: 18px;
		height: 18px;
		background-position: center;
	}

	.swiper_car_main img {
		border-radius: 10px;
	}

	.car-info .car-label {
		padding-left: 6.5px;
		padding-right: 6.5px;
		font-size: 10px;
	}

	.car-info .car-name {
		font-size: 24px;
		line-height: 1.4;
	}

	.car-info .car-property {
		font-size: 10px;
		font-weight: 400;
	}

	.car-info .car-price {
		font-size: 24px;
	}

	.car-info .car-price span {
		font-size: 14px;
	}

	.car-info .blue-btn {
		position: fixed;
		left: 50%;
		z-index: 10;
		width: 70%;
		--tw-translate-x: -50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.car-info-title {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.car-info .car-item-property {
		font-size: 8px;
	}

	.car-info-row-property {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.popap {
	border-radius: 30px;
	--tw-bg-opacity: 1;
	background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
	padding: 50px;
}

.popap .fancybox-close-small {
	top: 44px;
	right: 44px;
	height: 30px;
	width: 30px;
	padding: 0px;
}

.input {
	width: 100%;
	border-radius: 40px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	font-size: 20px;
	font-weight: 100;
	color: #424242;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

::-webkit-input-placeholder {
	color: #424242;
	opacity: 1;
}

::-moz-placeholder {
	color: #424242;
	opacity: 1;
}

:-moz-placeholder {
	color: #424242;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #424242;
	opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

select.input {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
	background-position: right 1rem center;
	background-repeat: no-repeat;
	background-size: 0.75em 0.75em;
}

@media (max-width: 991.99px) {
	.popap {
		padding: 25px;
	}

	.popap .fancybox-close-small {
		top: 25px;
		right: 25px;
	}
}

@media (max-width: 687.99px) {
	.popap {
		border-radius: 10px;
		padding: 16px;
	}

	.input {
		padding-top: 7.5px;
		padding-bottom: 7.5px;
		font-size: 12px;
	}

	.popap .fancybox-close-small {
		top: 8px;
		right: 8px;
		width: 24px;
	}

	.popap .blue-btn {
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 14px;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@keyframes moveLeft {
	0% {
		transform: translateX(120%);
	}

	100% {
		transform: translateX(-300vw);
	}
}

.wrapper-main-screen-car {
	pointer-events: none;
	position: relative;
}

.anim_car_1 {
	animation: moveLeft 24s linear infinite;
	animation-delay: 8s;
	transform: translateX(120%);
}

.anim_car_1_front {
	position: absolute;
	left: 15.5%;
	top: 63%;
	width: 15%;
	animation: spin 3s linear infinite;
}

.anim_car_1_back {
	position: absolute;
	left: 67.5%;
	top: 63%;
	width: 15%;
	animation: spin 3s linear infinite;
	transform-origin: center;
}

.anim_car_2 {
	animation: moveLeft 24s linear infinite;
	will-change: transform;
	/* animation: moveLeft 24s linear infinite;
	animation-delay: 8s;
	transform: translateX(120%); */
	will-change: transform;
}

.anim_car_2_front {
	position: absolute;
	left: 15.5%;
	top: 64.5%;
	width: 15%;
	animation: spin 3s linear infinite;
}

.anim_car_2_back {
	position: absolute;
	left: 71%;
	top: 64.5%;
	width: 15%;
	animation: spin 3s linear infinite;
	transform-origin: center;
}

.anim_car_3 {
	animation: moveLeft 24s linear infinite;
	animation-delay: 16s;
	transform: translateX(120%);
	will-change: transform;
}

.anim_car_3_front {
	position: absolute;
	left: 15.7%;
	top: 63%;
	width: 15%;
	animation: spin 3s linear infinite;
}

.anim_car_3_back {
	position: absolute;
	left: 68.5%;
	top: 63%;
	width: 15%;
	animation: spin 3s linear infinite;
	transform-origin: center;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.bottom-\[-30px\] {
	bottom: -30px;
}

.bottom-\[-50px\] {
	bottom: -50px;
}

.bottom-\[5px\] {
	bottom: 5px;
}

.left-0 {
	left: 0px;
}

.left-1\/2 {
	left: 50%;
}

.left-\[13\%\] {
	left: 13%;
}

.left-\[14\.6\%\] {
	left: 14.6%;
}

.left-\[15\.5\%\] {
	left: 15.5%;
}

.left-\[3px\] {
	left: 3px;
}

.left-\[50\%\] {
	left: 50%;
}

.left-\[55px\] {
	left: 55px;
}

.left-\[5px\] {
	left: 5px;
}

.left-\[67\.5\%\] {
	left: 67.5%;
}

.left-\[70\.5\%\] {
	left: 70.5%;
}

.left-\[74\%\] {
	left: 74%;
}

.left-\[8px\] {
	left: 8px;
}

.right-0 {
	right: 0px;
}

.right-\[-142px\] {
	right: -142px;
}

.right-\[-20px\] {
	right: -20px;
}

.right-\[-7px\] {
	right: -7px;
}

.right-\[16px\] {
	right: 16px;
}

.right-\[25px\] {
	right: 25px;
}

.right-\[44px\] {
	right: 44px;
}

.right-\[8px\] {
	right: 8px;
}

.top-0 {
	top: 0px;
}

.top-\[0px\] {
	top: 0px;
}

.top-\[11px\] {
	top: 11px;
}

.top-\[15px\] {
	top: 15px;
}

.top-\[25px\] {
	top: 25px;
}

.top-\[40px\] {
	top: 40px;
}

.top-\[41px\] {
	top: 41px;
}

.top-\[44px\] {
	top: 44px;
}

.top-\[5px\] {
	top: 5px;
}

.top-\[61\%\] {
	top: 61%;
}

.top-\[62\%\] {
	top: 62%;
}

.top-\[63\%\] {
	top: 63%;
}

.top-\[8px\] {
	top: 8px;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-\[10\] {
	z-index: 10;
}

.z-\[51\] {
	z-index: 51;
}

.col-span-1 {
	grid-column: span 1 / span 1;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.col-span-3 {
	grid-column: span 3 / span 3;
}

.col-span-4 {
	grid-column: span 4 / span 4;
}

.col-span-5 {
	grid-column: span 5 / span 5;
}

.col-span-6 {
	grid-column: span 6 / span 6;
}

.col-span-7 {
	grid-column: span 7 / span 7;
}

.col-span-9 {
	grid-column: span 9 / span 9;
}

.col-start-8 {
	grid-column-start: 8;
}

.row-span-2 {
	grid-row: span 2 / span 2;
}

.m-0 {
	margin: 0px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-\[13px\] {
	margin-top: 13px;
	margin-bottom: 13px;
}

.my-\[20px\] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-\[27px\] {
	margin-top: 27px;
	margin-bottom: 27px;
}

.my-\[40px\] {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-\[60px\] {
	margin-top: 60px;
	margin-bottom: 60px;
}

.my-\[8px\] {
	margin-top: 8px;
	margin-bottom: 8px;
}

.mb-\[12px\] {
	margin-bottom: 12px;
}

.mb-\[18px\] {
	margin-bottom: 18px;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[8px\] {
	margin-bottom: 8px;
}

.mb-\[90px\] {
	margin-bottom: 90px;
}

.mb-\[96px\] {
	margin-bottom: 96px;
}

.ml-\[-10\%\] {
	margin-left: -10%;
}

.ml-\[8px\] {
	margin-left: 8px;
}

.mt-\[-250px\] {
	margin-top: -250px;
}

.mt-\[-35\%\] {
	margin-top: -35%;
}

.mt-\[-65\%\] {
	margin-top: -65%;
}

.mt-\[100px\] {
	margin-top: 100px;
}

.mt-\[110px\] {
	margin-top: 110px;
}

.mt-\[11px\] {
	margin-top: 11px;
}

.mt-\[120px\] {
	margin-top: 120px;
}

.mt-\[132px\] {
	margin-top: 132px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mt-\[16px\] {
	margin-top: 16px;
}

.mt-\[17px\] {
	margin-top: 17px;
}

.mt-\[19px\] {
	margin-top: 19px;
}

.mt-\[20px\] {
	margin-top: 20px;
}

.mt-\[21px\] {
	margin-top: 21px;
}

.mt-\[24px\] {
	margin-top: 24px;
}

.mt-\[25px\] {
	margin-top: 25px;
}

.mt-\[26px\] {
	margin-top: 26px;
}

.mt-\[2px\] {
	margin-top: 2px;
}

.mt-\[30px\] {
	margin-top: 30px;
}

.mt-\[32px\] {
	margin-top: 32px;
}

.mt-\[3px\] {
	margin-top: 3px;
}

.mt-\[40px\] {
	margin-top: 40px;
}

.mt-\[42px\] {
	margin-top: 42px;
}

.mt-\[46px\] {
	margin-top: 46px;
}

.mt-\[47px\] {
	margin-top: 47px;
}

.mt-\[48px\] {
	margin-top: 48px;
}

.mt-\[4px\] {
	margin-top: 4px;
}

.mt-\[5px\] {
	margin-top: 5px;
}

.mt-\[60px\] {
	margin-top: 60px;
}

.mt-\[62px\] {
	margin-top: 62px;
}

.mt-\[68px\] {
	margin-top: 68px;
}

.mt-\[7px\] {
	margin-top: 7px;
}

.mt-\[80px\] {
	margin-top: 80px;
}

.mt-\[8px\] {
	margin-top: 8px;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-\[0\.5px\] {
	height: 0.5px;
}

.h-\[100\%\] {
	height: 100%;
}

.h-\[128px\] {
	height: 128px;
}

.h-\[137px\] {
	height: 137px;
}

.h-\[150px\] {
	height: 150px;
}

.h-\[180px\] {
	height: 180px;
}

.h-\[1px\] {
	height: 1px;
}

.h-\[206px\] {
	height: 206px;
}

.h-\[210px\] {
	height: 210px;
}

.h-\[215px\] {
	height: 215px;
}

.h-\[23px\] {
	height: 23px;
}

.h-\[24px\] {
	height: 24px;
}

.h-\[250px\] {
	height: 250px;
}

.h-\[30px\] {
	height: 30px;
}

.h-\[430px\] {
	height: 430px;
}

.h-\[5px\] {
	height: 5px;
}

.h-\[70px\] {
	height: 70px;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.w-\[105\%\] {
	width: 105%;
}

.w-\[12px\] {
	width: 12px;
}

.w-\[14px\] {
	width: 14px;
}

.w-\[15\%\] {
	width: 15%;
}

.w-\[15px\] {
	width: 15px;
}

.w-\[16px\] {
	width: 16px;
}

.w-\[180px\] {
	width: 180px;
}

.w-\[1px\] {
	width: 1px;
}

.w-\[200\%\] {
	width: 200%;
}

.w-\[20px\] {
	width: 20px;
}

.w-\[21px\] {
	width: 21px;
}

.w-\[24px\] {
	width: 24px;
}

.w-\[292px\] {
	width: 292px;
}

.w-\[30\%\] {
	width: 30%;
}

.w-\[30px\] {
	width: 30px;
}

.w-\[326px\] {
	width: 326px;
}

.w-\[32px\] {
	width: 32px;
}

.w-\[36px\] {
	width: 36px;
}

.w-\[40px\] {
	width: 40px;
}

.w-\[52\%\] {
	width: 52%;
}

.w-\[52px\] {
	width: 52px;
}

.w-\[5px\] {
	width: 5px;
}

.w-\[67px\] {
	width: 67px;
}

.w-\[70\%\] {
	width: 70%;
}

.w-full {
	width: 100%;
}

.min-w-0 {
	min-width: 0px;
}

.min-w-\[126px\] {
	min-width: 126px;
}

.min-w-\[203px\] {
	min-width: 203px;
}

.max-w-\[541px\] {
	max-width: 541px;
}

.max-w-\[640px\] {
	max-width: 640px;
}

.max-w-\[700px\] {
	max-width: 700px;
}

.max-w-none {
	max-width: none;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-\[100\%\] {
	flex: 100%;
}

.flex-shrink {
	flex-shrink: 1;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.origin-center {
	transform-origin: center;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

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

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-\[100px\] {
	gap: 100px;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-\[11px\] {
	gap: 11px;
}

.gap-\[12px\] {
	gap: 12px;
}

.gap-\[13px\] {
	gap: 13px;
}

.gap-\[14px\] {
	gap: 14px;
}

.gap-\[15px\] {
	gap: 15px;
}

.gap-\[16px\] {
	gap: 16px;
}

.gap-\[18px\] {
	gap: 18px;
}

.gap-\[20px\] {
	gap: 20px;
}

.gap-\[24px\] {
	gap: 24px;
}

.gap-\[26px\] {
	gap: 26px;
}

.gap-\[30px\] {
	gap: 30px;
}

.gap-\[32px\] {
	gap: 32px;
}

.gap-\[38px\] {
	gap: 38px;
}

.gap-\[3px\] {
	gap: 3px;
}

.gap-\[4px\] {
	gap: 4px;
}

.gap-\[53px\] {
	gap: 53px;
}

.gap-\[40px\] {
	gap: 40px;
}

.gap-\[60px\] {
	gap: 60px;
}

.gap-\[75px\] {
	gap: 75px;
}

.gap-\[7px\] {
	gap: 7px;
}

.gap-\[8\%\] {
	gap: 8%;
}

.gap-\[8px\] {
	gap: 8px;
}

.gap-x-\[16px\] {
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.gap-x-\[20px\] {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-x-\[24px\] {
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.gap-x-\[40px\] {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-x-\[60px\] {
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-x-\[88px\] {
	-moz-column-gap: 88px;
	column-gap: 88px;
}

.gap-y-\[16px\] {
	row-gap: 16px;
}

.gap-y-\[50px\] {
	row-gap: 50px;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-\[10px\] {
	border-radius: 10px;
}

.rounded-\[14px\] {
	border-radius: 14px;
}

.rounded-\[16px\] {
	border-radius: 16px;
}

.rounded-\[20px\] {
	border-radius: 20px;
}

.rounded-\[30px\] {
	border-radius: 30px;
}

.rounded-\[33px\] {
	border-radius: 33px;
}

.rounded-\[40px\] {
	border-radius: 40px;
}

.rounded-\[45px\] {
	border-radius: 45px;
}

.rounded-\[50\%\] {
	border-radius: 50%;
}

.rounded-\[5px\] {
	border-radius: 5px;
}

.rounded-\[6px\] {
	border-radius: 6px;
}

.rounded-\[84px\] {
	border-radius: 84px;
}

.rounded-\[9px\] {
	border-radius: 9px;
}

.rounded-none {
	border-radius: 0px;
}

.border-\[1px\] {
	border-width: 1px;
}

.border-y-\[0\.5px\] {
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
}

.border-y-\[1px\] {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.border-b-\[0\.5px\] {
	border-bottom-width: 0.5px;
}

.border-b-\[1px\] {
	border-bottom-width: 1px;
}

.border-l-0 {
	border-left-width: 0px;
}

.border-l-\[1px\] {
	border-left-width: 1px;
}

.border-l-\[2px\] {
	border-left-width: 2px;
}

.border-t-\[1px\] {
	border-top-width: 1px;
}

.border-\[\#2665fe\] {
	--tw-border-opacity: 1;
	border-color: rgb(38 101 254 / var(--tw-border-opacity, 1));
}

.border-\[\#424242\] {
	--tw-border-opacity: 1;
	border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}

.border-\[\#5a5a5a\] {
	--tw-border-opacity: 1;
	border-color: rgb(90 90 90 / var(--tw-border-opacity, 1));
}

.border-\[\#676767\] {
	--tw-border-opacity: 1;
	border-color: rgb(103 103 103 / var(--tw-border-opacity, 1));
}

.border-\[\#fff\] {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-opacity-30 {
	--tw-border-opacity: 0.3;
}

.bg-\[\#202020\] {
	--tw-bg-opacity: 1;
	background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2053d2\] {
	--tw-bg-opacity: 1;
	background-color: rgb(32 83 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2665fe\] {
	--tw-bg-opacity: 1;
	background-color: rgb(38 101 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#272727\] {
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#36BE4D\] {
	--tw-bg-opacity: 1;
	background-color: rgb(54 190 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5a5a5a\] {
	--tw-bg-opacity: 1;
	background-color: rgb(90 90 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCFCFC\] {
	--tw-bg-opacity: 1;
	background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ebebeb\] {
	--tw-bg-opacity: 1;
	background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ededed\] {
	--tw-bg-opacity: 1;
	background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fcfcfc\] {
	--tw-bg-opacity: 1;
	background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[transparent\] {
	background-color: transparent;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-0 {
	padding: 0px;
}

.p-\[20px\] {
	padding: 20px;
}

.p-\[25px\] {
	padding: 25px;
}

.p-\[50px\] {
	padding: 50px;
}

.p-\[8px\] {
	padding: 8px;
}

.px-\[0\] {
	padding-left: 0;
	padding-right: 0;
}

.px-\[0px\] {
	padding-left: 0px;
	padding-right: 0px;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.px-\[12px\] {
	padding-left: 12px;
	padding-right: 12px;
}

.px-\[16px\] {
	padding-left: 16px;
	padding-right: 16px;
}

.px-\[18px\] {
	padding-left: 18px;
	padding-right: 18px;
}

.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

.px-\[3px\] {
	padding-left: 3px;
	padding-right: 3px;
}

.px-\[40px\] {
	padding-left: 40px;
	padding-right: 40px;
}

.px-\[55px\] {
	padding-left: 55px;
	padding-right: 55px;
}

.px-\[5px\] {
	padding-left: 5px;
	padding-right: 5px;
}

.px-\[6\.5px\] {
	padding-left: 6.5px;
	padding-right: 6.5px;
}

.px-\[6px\] {
	padding-left: 6px;
	padding-right: 6px;
}

.px-\[8px\] {
	padding-left: 8px;
	padding-right: 8px;
}

.py-\[0px\] {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-\[100px\] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-\[110px\] {
	padding-top: 110px;
	padding-bottom: 110px;
}

.py-\[13\.5px\] {
	padding-top: 13.5px;
	padding-bottom: 13.5px;
}

.py-\[14px\] {
	padding-top: 14px;
	padding-bottom: 14px;
}

.py-\[15px\] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-\[16px\] {
	padding-top: 16px;
	padding-bottom: 16px;
}

.py-\[1px\] {
	padding-top: 1px;
	padding-bottom: 1px;
}

.py-\[27px\] {
	padding-top: 27px;
	padding-bottom: 27px;
}

.py-\[40px\] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-\[41px\] {
	padding-top: 41px;
	padding-bottom: 41px;
}

.py-\[6px\] {
	padding-top: 6px;
	padding-bottom: 6px;
}

.py-\[7\.5px\] {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

.py-\[70px\] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.py-\[7px\] {
	padding-top: 7px;
	padding-bottom: 7px;
}

.py-\[8px\] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pb-\[15px\] {
	padding-bottom: 15px;
}

.pb-\[16px\] {
	padding-bottom: 16px;
}

.pb-\[22px\] {
	padding-bottom: 22px;
}

.pb-\[282px\] {
	padding-bottom: 282px;
}

.pb-\[42px\] {
	padding-bottom: 42px;
}

.pr-\[0\] {
	padding-right: 0;
}

.pr-\[46px\] {
	padding-right: 46px;
}

.pt-0 {
	padding-top: 0px;
}

.pt-\[16px\] {
	padding-top: 16px;
}

.pt-\[190px\] {
	padding-top: 190px;
}

.pt-\[338px\] {
	padding-top: 338px;
}

.pt-\[356px\] {
	padding-top: 356px;
}

.pt-\[88px\] {
	padding-top: 88px;
}

.pt-\[8px\] {
	padding-top: 8px;
}

.pt-\[90px\] {
	padding-top: 90px;
}

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

.font-Geologica {
	font-family: Geologica, sans-serif;
}

.text-\[10px\] {
	font-size: 10px;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-\[15px\] {
	font-size: 15px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[20px\] {
	font-size: 20px;
}

.text-\[22px\] {
	font-size: 22px;
}

.text-\[24px\] {
	font-size: 24px;
}

.text-\[26px\] {
	font-size: 26px;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[30px\] {
	font-size: 30px;
}

.text-\[32px\] {
	font-size: 32px;
}

.text-\[36px\] {
	font-size: 36px;
}

.text-\[40px\] {
	font-size: 40px;
}

.text-\[50px\] {
	font-size: 50px;
}

.text-\[60px\] {
	font-size: 60px;
}

.text-\[80px\] {
	font-size: 80px;
}

.text-\[8px\] {
	font-size: 8px;
}

.font-\[250\] {
	font-weight: 250;
}

.font-\[400\] {
	font-weight: 400;
}

.font-\[500\] {
	font-weight: 500;
}

.font-\[600\] {
	font-weight: 600;
}

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

.uppercase {
	text-transform: uppercase;
}

.leading-\[1\.2\] {
	line-height: 1.2;
}

.leading-\[1\.3\] {
	line-height: 1.3;
}

.leading-\[1\.4\] {
	line-height: 1.4;
}

.leading-\[1\.5\] {
	line-height: 1.5;
}

.leading-\[114\%\] {
	line-height: 114%;
}

.leading-\[130\%\] {
	line-height: 130%;
}

.leading-\[133\%\] {
	line-height: 133%;
}

.leading-\[139\%\] {
	line-height: 139%;
}

.leading-\[141\%\] {
	line-height: 141%;
}

.leading-\[1\] {
	line-height: 1;
}

.leading-\[250\%\] {
	line-height: 250%;
}

.leading-\[97\%\] {
	line-height: 97%;
}

.tracking-\[0\.02em\] {
	letter-spacing: 0.02em;
}

.text-\[\#09b325\] {
	--tw-text-opacity: 1;
	color: rgb(9 179 37 / var(--tw-text-opacity, 1));
}

.text-\[\#202020\] {
	--tw-text-opacity: 1;
	color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.text-\[\#2665fe\] {
	--tw-text-opacity: 1;
	color: rgb(38 101 254 / var(--tw-text-opacity, 1));
}

.text-\[\#272727\] {
	--tw-text-opacity: 1;
	color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}

.text-\[\#424242\] {
	--tw-text-opacity: 1;
	color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-\[\#6d6d6d\] {
	--tw-text-opacity: 1;
	color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.text-\[\#70a7fe\] {
	--tw-text-opacity: 1;
	color: rgb(112 167 254 / var(--tw-text-opacity, 1));
}

.text-\[\#88bdff\] {
	--tw-text-opacity: 1;
	color: rgb(136 189 255 / var(--tw-text-opacity, 1));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
	text-decoration-line: underline;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-50 {
	opacity: 0.5;
}

.outline {
	outline-style: solid;
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform,
		filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform,
		filter, backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform,
		filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-300 {
	transition-duration: 300ms;
}

@media (max-width: 1799.99px) {
	.xxl\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.xxl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xxl\:text-\[60px\] {
		font-size: 60px;
	}
}

@media (max-width: 1400.99px) {
	.xl\:hidden {
		display: none;
	}

	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xl\:flex-col {
		flex-direction: column;
	}

	.xl\:items-start {
		align-items: flex-start;
	}

	.xl\:gap-\[20px\] {
		gap: 20px;
	}
}

@media (max-width: 1240.99px) {
	.lg\:static {
		position: static;
	}

	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:w-\[150px\] {
		width: 150px;
	}

	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.lg\:gap-\[12px\] {
		gap: 12px;
	}

	.lg\:gap-\[8px\] {
		gap: 8px;
	}

	.lg\:gap-\[40px\] {
		gap: 40px;
	}

	.lg\:p-\[0\] {
		padding: 0;
	}

	.lg\:flex {
		display: flex;
	}
}

@media (max-width: 991.99px) {
	.md\:relative {
		position: relative;
	}

	.md\:right-\[0\%\] {
		right: 0%;
	}

	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.md\:row-start-1 {
		grid-row-start: 1;
	}

	.md\:m-0 {
		margin: 0px;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mt-\[20px\] {
		margin-top: 20px;
	}

	.md\:mt-\[40px\] {
		margin-top: 40px;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-\[140\%\] {
		width: 140%;
	}

	.md\:max-w-none {
		max-width: none;
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-center {
		justify-content: center;
	}

	.md\:gap-\[16px\] {
		gap: 16px;
	}

	.md\:gap-\[24px\] {
		gap: 24px;
	}

	.md\:gap-\[48px\] {
		gap: 48px;
	}

	.md\:border-t-\[1px\] {
		border-top-width: 1px;
	}

	.md\:border-\[\#676767\] {
		--tw-border-opacity: 1;
		border-color: rgb(103 103 103 / var(--tw-border-opacity, 1));
	}

	.md\:px-\[45px\] {
		padding-left: 45px;
		padding-right: 45px;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.md\:pb-0 {
		padding-bottom: 0px;
	}

	.md\:pt-\[16px\] {
		padding-top: 16px;
	}

	.md\:pt-\[24px\] {
		padding-top: 24px;
	}
}

@media (max-width: 687.99px) {
	.sm\:bottom-\[-50px\] {
		bottom: -50px;
	}

	.sm\:top-\[14px\] {
		top: 14px;
	}

	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:my-\[16px\] {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.sm\:my-\[24px\] {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.sm\:my-\[8px\] {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.sm\:mb-\[40px\] {
		margin-bottom: 40px;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:mt-\[-20px\] {
		margin-top: -20px;
	}

	.sm\:mt-\[-35\%\] {
		margin-top: -35%;
	}

	.sm\:mt-\[16px\] {
		margin-top: 16px;
	}

	.sm\:mt-\[19px\] {
		margin-top: 19px;
	}

	.sm\:mt-\[24px\] {
		margin-top: 24px;
	}

	.sm\:mt-\[25px\] {
		margin-top: 25px;
	}

	.sm\:mt-\[40px\] {
		margin-top: 40px;
	}

	.sm\:mt-\[42px\] {
		margin-top: 42px;
	}

	.sm\:mt-\[4px\] {
		margin-top: 4px;
	}

	.sm\:mt-\[60px\] {
		margin-top: 60px;
	}

	.sm\:mt-\[65px\] {
		margin-top: 65px;
	}

	.sm\:mt-\[8px\] {
		margin-top: 8px;
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:w-\[150px\] {
		width: 150px;
	}

	.sm\:w-\[170px\] {
		width: 170px;
	}

	.sm\:w-\[20px\] {
		width: 20px;
	}

	.sm\:w-\[21px\] {
		width: 21px;
	}

	.sm\:w-\[30px\] {
		width: 30px;
	}

	.sm\:w-\[86px\] {
		width: 86px;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:max-w-\[214px\] {
		max-width: 214px;
	}

	.sm\:max-w-\[218px\] {
		max-width: 218px;
	}

	.sm\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.sm\:flex-col {
		flex-direction: column;
	}

	.sm\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.sm\:justify-center {
		justify-content: center;
	}

	.sm\:gap-\[12px\] {
		gap: 12px;
	}

	.sm\:gap-\[15px\] {
		gap: 15px;
	}

	.sm\:gap-\[16px\] {
		gap: 16px;
	}

	.sm\:gap-\[19px\] {
		gap: 19px;
	}

	.sm\:gap-\[40px\] {
		gap: 40px;
	}

	.sm\:gap-\[8px\] {
		gap: 8px;
	}

	.sm\:gap-x-\[20px\] {
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.sm\:gap-x-\[8px\] {
		-moz-column-gap: 8px;
		column-gap: 8px;
	}

	.sm\:gap-y-\[8px\] {
		row-gap: 8px;
	}

	.sm\:rounded-\[10px\] {
		border-radius: 10px;
	}

	.sm\:border-t-\[0\.5px\] {
		border-top-width: 0.5px;
	}

	.sm\:bg-\[\#ebebeb\] {
		--tw-bg-opacity: 1;
		background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
	}

	.sm\:p-\[4px\] {
		padding: 4px;
	}

	.sm\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sm\:py-\[16px\] {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.sm\:py-\[32px\] {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.sm\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sm\:py-\[7px\] {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.sm\:py-\[8px\] {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.sm\:pb-\[0px\] {
		padding-bottom: 0px;
	}

	.sm\:pt-\[40px\] {
		padding-top: 40px;
	}

	.sm\:pt-\[81px\] {
		padding-top: 81px;
	}

	.sm\:pt-\[8px\] {
		padding-top: 8px;
	}

	.sm\:text-center {
		text-align: center;
	}

	.sm\:text-\[10px\] {
		font-size: 10px;
	}

	.sm\:text-\[12px\] {
		font-size: 12px;
	}

	.sm\:text-\[14px\] {
		font-size: 14px;
	}

	.sm\:text-\[24px\] {
		font-size: 24px;
	}

	.sm\:text-\[8px\] {
		font-size: 8px;
	}

	.sm\:text-\[\#424242\] {
		--tw-text-opacity: 1;
		color: rgb(66 66 66 / var(--tw-text-opacity, 1));
	}
}