/*
! tailwindcss v3.4.4 | 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: #e5e7eb;
	/* 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;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
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] {
	display: none;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}

.container {
	width: 100%;
}

@media (min-width: 720px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.pointer-events-none {
	pointer-events: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.-left-8 {
	left: -2rem;
}

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

.bottom-0 {
	bottom: 0px;
}

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

.left-0 {
	left: 0px;
}

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

.left-1\/4 {
	left: 25%;
}

.left-8 {
	left: 2rem;
}

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

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

.left-\[calc\(\(-100vw\+32px\)\+\(100vw\/2\)\)\] {
	left: calc((-100vw + 32px) + (100vw / 2));
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
	display: block;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

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

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

.h-\[45dvh\] {
	height: 45dvh;
}

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

.h-\[45vh\] {
	height: 45vh;
}

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

.h-\[58dvh\] {
	height: 58dvh;
}

.h-\[58vh\] {
	height: 58vh;
}

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

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

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

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

.h-fit {
	height: -moz-fit-content;
	height: fit-content;
}

.h-full {
	height: 100%;
}

.h-px {
	height: 1px;
}

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

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

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

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

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}

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

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

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

.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));
}

.rotate-\[27deg\] {
	--tw-rotate: 27deg;
	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));
}

.-skew-y-\[27deg\] {
	--tw-skew-y: -27deg;
	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));
}

.scale-\[4\.5\] {
	--tw-scale-x: 4.5;
	--tw-scale-y: 4.5;
	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;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

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

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

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

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

.justify-end {
	justify-content: flex-end;
}

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

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

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

.gap-2 {
	gap: 0.5rem;
}

.gap-2\.5 {
	gap: 0.625rem;
}

.gap-4 {
	gap: 1rem;
}

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

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

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

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

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

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

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

.place-self-center {
	place-self: center;
}

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

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

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

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

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

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

.bg-\[\#0B0B0B\] {
	--tw-bg-opacity: 1;
	background-color: rgb(11 11 11 / var(--tw-bg-opacity));
}

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

.bg-\[\#8B8B8B1F\] {
	background-color: #8b8b8b1f;
}

.bg-\[\#8B8B8B3D\] {
	background-color: #8b8b8b3d;
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[4px\] {
	padding-left: 4px;
}

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

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

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

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

.font-dmMono {
	font-family: DM Mono, sans-serif;
}

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

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

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

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

.uppercase {
	text-transform: uppercase;
}

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

.leading-none {
	line-height: 1;
}

.leading-normal {
	line-height: 1.5;
}

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

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

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.duration-\[1000ms\] {
	transition-duration: 1000ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
	font-family: 'Kharkiv Tone';

	src: url('../fonts/kar.ttf');

	font-weight: 400;

	font-style: normal;
}

@font-face {
	font-family: 'DM Mono';

	src: url('../fonts/DMMono-Medium.ttf');

	font-weight: 400;

	font-style: normal;
}

body {
	font-family: Kharkiv Tone, sans-serif;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* текст 1 и 3 карточки */

.slide-in-text {
	transform: translateX(-100%);
	opacity: 0;
	transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

.slide-in-text-active {
	transform: translateX(0);
	opacity: 1;
}

/* кнопки 1 и 3 карточки */

@media (max-width: 720px) {
	.animated-btn {
		position: relative;
		left: 50%;
		z-index: 20;
		transform: translateX(-50%);
		opacity: 0;
		transition: transform 3s ease-in-out, opacity 3s ease-in-out,
			padding 0.3s ease-in-out;
	}

	.animated-btn-active {
		opacity: 1;
	}
}

@media (min-width: 720px) {
	.animated-btn {
		transform: translateX(+100%);
		opacity: 0;
		padding: 1rem;
		transition: transform 3s ease-in-out, opacity 3s ease-in-out,
			padding 0.3s ease-in-out;
	}

	.animated-btn-active {
		transform: translateX(0);
		opacity: 1;
	}

	.hover\:px-10:hover {
		padding: 2rem;
	}
}

/* выезд видео */

.slide-in-video {
	transform: translate(-50%, 450%);
	left: 50%;
	transition: transform 3s ease-in-out;
}

.slide-in-video-active {
	transform: translate(-50%, 0);
}

/* 4 карточка */

.radial-gradient-bg {
	position: relative;
	/* height: 100%; */
	width: 100%;
	overflow: hidden;
}

.radial-gradient-bg::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.15) 0%,
		rgba(255, 255, 255, 0) 15%
	);
	transform: translate(-50%, -50%) scale(0);
	transition: transform 1s ease-in-out;
}

.radial-gradient-bg:hover::before {
	transform: translate(-50%, -50%) scale(1);
}

/* видео */

.video-container {
	width: 640px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 720px) {
	.wrapper {
		height: 100%;
	}
}

@media (min-width: 720px) {
	.wrapper {
		height: calc(100dvh - 71px);
	}
}

@media (max-width: 720px) {
	.reverse-wrapper {
		height: calc(100dvh - 71px);
	}
}

@media (min-width: 720px) {
	.reverse-wrapper {
		height: 100%;
	}
}

/* вторая страница */

.animated-btn-sec-p {
	transition: padding 0.3s ease-in-out;
}

.animated-btn-sec-p:hover {
	padding: 2rem;
}

@media (min-width: 1200px) {
	.movable-block {
		transition: all 1s ease-in-out;
		height: 95px;
		position: absolute;
	}

	.movable-block-active {
		width: calc(100vw - (64px));
		top: 0px;
		height: 100%;
	}
}

@media (max-width: 1200px) {
	.movable-block {
		transition: all 1s ease-in-out;
		height: 95px;
		position: absolute;
	}

	.movable-block-active {
		width: calc(100vw);
		top: 0px;
		left: 0px;
		height: calc(100dvh - 71px);
	}
}

@media (min-width: 720px) {
	.movable-block {
		transition: all 1s ease-in-out;
		height: 95px;
		position: absolute;
	}

	.movable-block-active {
		width: calc(100vw - (64px));
		top: 0px;
		height: 100%;
	}
}

.hidden-scroll-bar::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome browsers */
}

.hidden-scroll-bar {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* mozilla */
}

.hover\:bg-\[\#8B8B8B3D\]:hover {
	background-color: #8b8b8b3d;
}

.hover\:px-10:hover {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

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

.group:hover .group-hover\:top-\[-100px\] {
	top: -100px;
}

.group:hover .group-hover\:top-\[100px\] {
	top: 100px;
}

.group:hover .group-hover\:rotate-\[18deg\] {
	--tw-rotate: 18deg;
	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));
}

.group:hover .group-hover\:skew-y-\[-18deg\] {
	--tw-skew-y: -18deg;
	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));
}

.group:hover .group-hover\:scale-x-\[1\.8\] {
	--tw-scale-x: 1.8;
	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));
}

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

	.md\:left-\[60px\] {
		left: 60px;
	}

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

	.md\:top-\[-10px\] {
		top: -10px;
	}

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

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

	.md\:top-\[760px\] {
		top: 760px;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

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

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

	.md\:h-\[71dvh\] {
		height: 71dvh;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:h-dvh {
		height: 100dvh;
	}

	.md\:h-full {
		height: 100%;
	}

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

	.md\:w-px {
		width: 1px;
	}

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

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

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

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

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

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

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

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

	.md\:overflow-hidden {
		overflow: hidden;
	}

	.md\:overflow-visible {
		overflow: visible;
	}

	.md\:rounded-t-\[24px\] {
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
	}

	.md\:p-0 {
		padding: 0px;
	}

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.xl\:relative {
		position: relative;
	}

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

	.xl\:h-full {
		height: 100%;
	}

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

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

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

	.xl\:overflow-hidden {
		overflow: hidden;
	}

	.xl\:overflow-visible {
		overflow: visible;
	}

	.xl\:p-0 {
		padding: 0px;
	}

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

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