* {
	box-sizing: border-box;
}

:root {
	--font-family: "Montserrat", sans-serif;
	--second-family: "Widock TRIAL", sans-serif;
	--third-family: "Lemon Milk RUS", sans-serif;
	--font3: "VENOM", sans-serif;
	--font4: "Gotham Pro", sans-serif;
	--font5: "Inter", sans-serif;
	--font6: "Bebas Neue", sans-serif;
	--font7: "Montserrat Alternates", sans-serif;
	--font8: "Arial", sans-serif;
}

html,
body {
	min-height: 100%;
}
body {
	margin: 0;
	font-family: var(--font-family);
	background: linear-gradient(165.8deg, #000000 50.28%, #520606 100.25%);
	background: linear-gradient(165.8deg, #000000 25.28%, #520606 100.25%);
	color: #eaeaea;
	-webkit-font-smoothing: antialiased;
}
.body-lock {
	overflow: hidden;
}
img {
	max-width: 100%;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h2,
h3,
h4,
p {
	padding: 0;
	margin: 0;
}
button {
	font: inherit;
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip-link:focus {
	left: 10px;
	top: 10px;
	width: auto;
	height: auto;
	padding: 8px 12px;
	background: #111;
	color: #fff;
	z-index: 9999;
	border-radius: 6px;
}

.container {
	max-width: 1492px;
	margin: 0 auto;
	padding: 0 20px;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

	padding: 12px 20px;
	background: #ff1d1d;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	border: transparent;
	border-radius: 12px;
	color: #fff;
	transition:
		transform 0.15s ease,
		opacity 0.15s;
}
.btn:active {
	transform: translateY(1px);
}

.section-bg {
	background-image: url("../img/header-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 133px;
	overflow: hidden;
}
.section-bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.site-header {
    position: relative;
	margin-bottom: 130px;

	background: rgba(0, 0, 0, 0.56);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px); /* для старых Safari */
	box-shadow: 0 0 60px #000;
	z-index: 1000;
}
.site-header__inner {
	position: relative;
	max-width: 1860px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-burger {
	display: none;
	width: 34px;
	height: 31px;
	background-color: #ff0004;
	align-items: flex-end;
	flex-direction: column;
	gap: 6px;
	padding: 6px;
	border: transparent;

	border-radius: 4px;
	z-index: 1000;
}
.menu-burger__item {
	width: 20px;
	height: 3px;
	background-color: #fff;
	transition: transform 0.2s ease-in;
}
.menu-burger__item-center {
	width: 13px;

	transition: width 0.1s ease-in;
}

.menu-burger.active .menu-burger__item:first-child {
	transform: translateY(6px) rotate(45deg);
}

.menu-burger.active .menu-burger__item:last-child {
	transform: translateY(-6px) rotate(-45deg);
}

.menu-burger.active .menu-burger__item-center {
	width: 0;
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.94);
	min-width: 95vw;
	z-index: 100;
	border-radius: 25px;
	transform: translateY(-100%);
	transition:
		transform 0.4s ease-in-out,
		opacity 0.4s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
.mobile-nav.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
}
.mobile-nav__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 36px;
	padding: 0 5px 50px;
}
.mobile-nav__list > li:has(> .logo) {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 145px;
	width: 100%;
	flex-shrink: 0;
}
.mobile-nav .logo {
	display: block;
	max-width: 145px;
	width: 100%;
}
.mobile-nav .logo img {
	display: block;
	width: 100%;
	height: auto;
}
.mobile-nav .contact-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.mobile-nav .mobile-nav__link {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
}

.logo {
	max-width: 205px;
	width: 100%;
	object-fit: contain;
}
.nav__list {
	display: flex;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav__link {
	display: inline-flex;
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 90%;
	text-transform: uppercase;
	color: #fff;
}
.contact-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 39px;
}
.contact-wrap__tg-icon {
	max-width: 24px;
	height: 24px;
	width: 100%;
	object-fit: contain;
}

.contact-wrap__phone {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	text-align: right;
	color: #fff;
}

.nav__link--active {
	color: #fff;
	position: relative;
	padding: 8px 17px;
	background: #6a0707;
	border-radius: 20px;
}

.nav__link--active::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0px;
	max-width: 232px;
	width: 100%;
	height: 90px;
	background: url(../img/nav-blood.png) no-repeat center;
	background-size: cover;
	z-index: -1;
	pointer-events: none;
}
.mobile-nav__link.nav__link--active::after {
	top: 33px;
	left: 5px;
	max-width: 113px;
	height: 49px;
}

.breadcrumbs {
	font-size: 18px;
	color: #b3b3b3;
	margin-bottom: 80px;
}

.breadcrumbs__link {
	color: #b3b3b3;
	transition: color 0.3s;
}

.breadcrumbs__link:hover {
	color: #fff;
}

.hero {
	padding-bottom: 5px;
	transition: padding-bottom 0.3s ease;
}

.hero__panel {
	position: relative;
	width: 100%;
	border-radius: 43px;
	padding: 60px 40px 17px;
	box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.25);
	background: rgba(123, 123, 123, 0.15);
	transition:
		padding 0.3s ease,
		border-radius 0.3s ease;
}

.hero__logo {
	position: absolute;
	top: -175px;
	left: 0;
	transition:
		max-width 0.3s ease,
		top 0.3s ease;
}

.hero__content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 230px;
}

.hero__text {
	max-width: 700px;
}

.hero__title-image {
	width: 280px;
	margin-bottom: 20px;
}

.hero__title {
	display: block;
	margin: 0.67em 0px;	
	max-width: 917px;
	font-family: var(--third-family);
	font-weight: 400;
	font-size: clamp(9px, 2.6vw, 48px);
	line-height: 140%;
	letter-spacing: 0.09em;
	color: #fff;
	text-transform: uppercase;
	transition:
		font-size 0.3s ease,
		line-height 0.3s ease;
}

.hero__lead {
	font-family: var(--font4);
	font-weight: 700;
	font-size: clamp(8px, 1.25vw, 24px);
	line-height: 140%;
	letter-spacing: 0.09em;
	color: #ff0004;
	transition: font-size 0.3s ease;
}

.hero__image {
	width: 450px;
	object-fit: contain;
	transform: translateY(30px);
}

.hero__phone {
	display: flex;
	margin-top: 5px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: clamp(10px, 1.5vw, 28px);
	line-height: 100%;
	text-align: right;
	color: #fff;
	transition: font-size 0.3s ease;
}

.hero__visual {
	position: absolute;
	bottom: 0;
	right: -3%;
	width: clamp(133px, 29vw, 560px);
	transition:
		width 0.3s ease,
		right 0.3s ease;
}

.hero__venom {
	width: 100%;
	height: auto;
	max-height: clamp(182px, 40vw, 767px);
	object-fit: contain;
	filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.6));
	transition:
		max-height 0.3s ease,
		transform 0.3s ease;
}
.not-found {
    text-align: center;
}
.not-found .hero__title {
    max-width: 100%;
}
.not-found .btn {margin: auto;}


main {
	overflow: hidden;
}

.section {
	padding: 0 0 112px;
}
.section__title {
	/*max-width: 780px;*/
	width: 100%;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 64px;
	line-height: 127%;
	color: #fff;
	margin: 0 0 75px;
}

.wrapper {
	display: flex;
    justify-content: center;
    gap: 9px;
}
.buyout-wrapper.wrapper {
	flex-wrap: nowrap;
}
.single-wrapper.wrapper {
    flex-wrap: wrap;
}
.slide {
	flex-basis: 25%;
}

.product,
.buyout__card,
.accessory,
.single {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	border: 1.17px solid rgba(255, 255, 255, 0.14);
	border-radius: 23px;
	width: 352px;
	max-width: 352px;
	min-width: 245px;
	height: 725px;
	background: rgba(123, 123, 123, 0.15);
}
.single-wrapper.wrapper .single{
height: 200px;
}
.product__top,
.buyout__top,
.accessory__top {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
	min-height: 117px;
}

.product__top::after {
	content: "";
	position: absolute;
	bottom: 16px;
	right: 0;
	left: 0;
	max-width: 290px;
	width: 100%;
	height: 1.5px;
	background: linear-gradient(90deg, rgba(63, 63, 63, 0) 0%, #3f3f3f 50%, rgba(63, 63, 63, 0) 100%);
	margin: 0 auto;
	display: inline-block;
}

.marks {
	position: absolute;
	right: 30px;
	top: 30px;
	display: flex;
	gap: 6px;
	flex-direction: column;
	align-items: flex-end;
}
.marks__litres,
.marks__kilogrames,
.marks__nums {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #fff;

	margin: 0;
	padding: 13px;

	border: 1.17px solid rgba(255, 255, 255, 0.2);
	border-radius: 117px;

	background: #202020;
}

.catalog .product__img,
.buyout__img {
	max-width: 358px;
	object-fit: contain;
	border-radius: 8px;
	padding: 12px;
}
.catalog .product__name,
.buyout .buyout__title,
.accessory__name {
	margin: 0px 0 8px;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 23px;
	text-align: center;
	color: #fff;
}
.catalog .product__price,
.catalog .product__exchange,
.buyout__price,
.accessory__price,
.accessory__exchange {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-weight: 700;
	margin-bottom: 12px;
}

.product__bottom {
	margin-top: auto;
}

.product__info {
	margin-bottom: 29px;
	padding: 0px 30px;
}

.product__price_name,
.product__exchange-name,
.product__price_sum,
.product__exchange_sum,
.buyout__price_sum,
.buyout__price_name,
.accessory__price_name,
.accessory__price_sum,
.accessory__exchange_name,
.accessory__exchange_name {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.product__btns,
.accessory__btns {
	padding: 0px 30px 30px;
}

.product__btn_more {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 23px auto 0;
	padding: 8px;
	display: block;
}

.buyout__card {
	height: 597px;
	max-width: 346px;
}

.buyout .buyout__top {
	flex: 1 1 auto;
	min-height: 390px;
	align-items: flex-end;
	justify-content: center;
	padding-top: 18px;
	padding-bottom: 8px;
}

.buyout .buyout__img {
	flex: 0 0 auto;
	display: block;
	width: 88%;
	max-width: 300px;
	height: 360px;
	max-height: 360px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center bottom;
	border-radius: 8px;
	padding: 0 12px 12px;
}

.accessory {
	width: 352px;
	height: 488px;
}

.accessory__top {
	height: 230px;
}

.accessory__name {
	margin-bottom: 0;
	margin-top: 35px;
}

.accessory__info {
	margin-bottom: 41px;
}

.accessory-wrap {
	position: relative;
}
.accessory-wrap__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.accessory-wrap__info {
	position: absolute;
	top: 58%;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0px 40px;
}
.accessory-wrap__title {
	margin: 0 0 33px;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 128px;
	line-height: 75%;
	text-align: center;
	color: rgba(255, 255, 255, 0.51);
}
.accessory-wrap__subtitle {
	margin: 0;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 103%;
	text-align: center;
	color: #fff;
}

.site-footer {
	padding: 28px 0;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.site-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product__btn {
	border-radius: 14px;
	max-width: 291px;
	width: 100%;
	background: #ff0004;
}

.description {
	--description-collapse-height: 360px;
	margin: 0 0 100px;
}
.description .container {
	padding-inline: 10px;
}
.description__card {
	position: relative;
	max-width: 1242px;
	margin: 0 auto;
	padding: 40px 48px 36px;
	border-radius: 24px;
	border: 1px solid rgba(255, 29, 29, 0.22);
	background:
		linear-gradient(145deg, rgba(24, 24, 26, 0.96) 0%, rgba(48, 10, 10, 0.72) 100%);
	box-shadow:
		0 24px 64px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.description__wrap {
	position: relative;
	display: flex;
	flex-direction: column;

	max-height: var(--description-collapse-height);
	overflow: hidden;

	gap: 18px;

	width: 100%;
	padding: 0;

	transition: max-height 0.45s ease;
}

.description__wrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 140px;
	background: linear-gradient(
		180deg,
		rgba(30, 12, 12, 0) 0%,
		rgba(30, 12, 12, 0.85) 55%,
		rgba(30, 12, 12, 1) 100%
	);
	opacity: 1;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.contact .description__wrap::after {content: none;}

.description__wrap.visible::after {
	opacity: 0;
}
.description__wrap p,
.description__wrap .description__text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 0;
}
.description__lead {
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
}
.description__wrap b {
	color: #fff;
	font-weight: 700;
}
.description__wrap ul,
.description__wrap .description__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-inline-start: 22px;
	margin: 0;
}
.description__wrap li,
.description__wrap .description__item {
	list-style: disc;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 0 4px;
}
.description__wrap li::marker,
.description__wrap .description__item::marker {
	color: #ff1d1d;
}
.description__wrap ol.description__list {
	padding-inline-start: 24px;
}
.description__wrap ol.description__list .description__item {
	list-style: decimal;
}
.description__wrap ol.description__list .description__item::marker {
	color: #ff1d1d;
	font-weight: 600;
}

.description.buyout {
	margin-bottom: 120px;
}

.contact .description__wrap {
	margin-top: 120px;
    max-height: max-content;
    overflow: visible;
}
.delivery h2{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px;
}
.delivery p{
    font-family: var(--font5);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}
.delivery ul,.delivery li {
	list-style: disc;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #fff;
	margin-bottom: 10px;
    margin-left: 10px;
}

.description__text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #fff;

	margin-bottom: 20px;
}
.description__wrap h2,
.description__wrap .description__title {
	width: 100%;
	font-family: var(--font5);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.15;
	margin: 12px 0 4px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.02em;
}
.description__title {
	max-width: 800px;
	width: 100%;

	font-family: var(--font5);
	font-weight: 400;
	font-size: 44px;
	margin-bottom: 35px;
	text-transform: uppercase;
	color: #fff;
}
.description__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-inline-start: 20px;
}
.description__item {
	font-size: 18px;
	list-style: disc;
}
.description__link {
	position: relative;
	z-index: 2;
	max-width: 260px;
	width: 100%;
	margin: 28px auto 0;
	font-size: 16px;
	box-shadow: 0 10px 28px rgba(255, 29, 29, 0.28);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}
.description__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(255, 29, 29, 0.38);
	background: #ff3333;
}

.description--static {
	margin-bottom: 120px;
}

.description--static > .container {
	max-width: 1492px;
	width: 100%;
	padding-inline: 20px;
}

.description__hero {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 44px 48px 40px;
	border-radius: 28px;
	border: 1px solid rgba(255, 29, 29, 0.24);
	background:
		linear-gradient(135deg, rgba(28, 28, 30, 0.98) 0%, rgba(62, 8, 8, 0.88) 52%, rgba(18, 18, 20, 0.96) 100%);
	box-shadow:
		0 28px 72px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.description__hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #ff1d1d 40%, transparent);
}

.description__hero::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -8%;
	width: min(42vw, 380px);
	height: min(42vw, 380px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 29, 29, 0.18) 0%, transparent 68%);
	pointer-events: none;
}

.description__eyebrow {
	position: relative;
	margin: 0 0 14px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ff6b6b;
}

.description__heading {
	position: relative;
	max-width: 780px;
	margin: 0 0 18px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: clamp(28px, 4.2vw, 48px);
	line-height: 1.12;
	color: #fff;
}

.description--static .description__hero .description__heading,
.description--static .description__hero .description__lead {
	max-width: none;
	width: 100%;
}

.description--static .description__lead {
	position: relative;
	margin: 0;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.86);
}

.description__bento {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.description__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-width: 0;
	padding: 28px 28px 26px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(160deg, rgba(22, 22, 24, 0.96) 0%, rgba(12, 12, 14, 0.98) 100%);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.description__panel:hover {
	border-color: rgba(255, 29, 29, 0.28);
	transform: translateY(-2px);
	box-shadow:
		0 22px 48px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 29, 29, 0.08);
}

.description__panel-head {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.description__panel-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(255, 29, 29, 0.35);
	background: linear-gradient(145deg, rgba(255, 29, 29, 0.2) 0%, rgba(255, 29, 29, 0.05) 100%);
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #ff4d4d;
}

.description__panel-title {
	margin: 0;
	font-family: var(--font5);
	font-weight: 400;
	font-size: clamp(20px, 2.2vw, 28px);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
}

.description__panel--offer {
	grid-column: span 6;
}

.description__panel--why {
	grid-column: span 6;
	grid-row: span 2;
}

.description__panel--apply {
	grid-column: span 6;
}

.description__panel--steps {
	grid-column: 1 / -1;
}

.description__panel--cta {
	grid-column: 1 / -1;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 36px 40px;
	border-color: rgba(255, 29, 29, 0.32);
	background:
		linear-gradient(125deg, rgba(255, 29, 29, 0.14) 0%, rgba(18, 18, 20, 0.96) 42%, rgba(10, 10, 12, 1) 100%);
}

.description__mini-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 1101px) {
	.description__panel--offer .description__mini-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}

	.description__panel--offer .description__mini-cards:has(.description__mini-card:nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.description__panel--offer .description__mini-card {
		height: 100%;
	}
}

.description__mini-card {
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.03);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.description__mini-card:hover {
	background: rgba(255, 29, 29, 0.06);
	border-color: rgba(255, 29, 29, 0.2);
}

.description__mini-title {
	margin: 0 0 6px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: #fff;
}

.description__mini-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.76);
}

.description__feature-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 1101px) {
	.description__panel--why .description__feature-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
		row-gap: 14px;
	}
}

.description__feature-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.description__feature-mark {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-radius: 50%;
	background: #ff1d1d;
	box-shadow: 0 0 12px rgba(255, 29, 29, 0.65);
}

.description__feature-body strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: #fff;
}

.description__feature-body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.76);
}

.description__panel-lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.84);
}

.description__panel-lead b {
	color: #fff;
	font-weight: 700;
}

.description__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.description__tag {
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 29, 29, 0.28);
	background: rgba(255, 29, 29, 0.08);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
}

.description__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.description__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	min-height: 100%;
	padding: 20px 18px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.description__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 36px;
	right: -10px;
	width: 20px;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 29, 29, 0.5), rgba(255, 29, 29, 0.1));
}

.description__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ff1d1d;
	box-shadow: 0 8px 20px rgba(255, 29, 29, 0.35);
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.description__step-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

.description__cta-content {
	flex: 1;
	min-width: 0;
}

.description__cta-title {
	margin: 0 0 10px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1.15;
	color: #fff;
}

.description__cta-text {
	margin: 0;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.description__cta-actions {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	gap: 12px;
}

.description__cta-btn {
	margin: 0;
	min-width: 200px;
	padding: 14px 22px;
	font-size: 15px;
	white-space: nowrap;
	box-shadow: 0 10px 28px rgba(255, 29, 29, 0.32);
}

.description__cta-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.description__cta-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

@media (max-width: 1100px) {
	.description__bento {
		grid-template-columns: 1fr;
	}

	.description__panel--offer,
	.description__panel--why,
	.description__panel--apply,
	.description__panel--steps,
	.description__panel--cta {
		grid-column: auto;
		grid-row: auto;
	}

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

	.description__step:not(:last-child)::after {
		display: none;
	}

	.description__panel--cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.description__hero {
		padding: 32px 24px 28px;
		border-radius: 20px;
		margin-bottom: 28px;
	}

	.description__panel {
		padding: 22px 20px 20px;
		border-radius: 18px;
	}

	.description__panel-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.description__steps {
		grid-template-columns: 1fr;
	}

	.description__cta-actions {
		width: 100%;
	}

	.description__cta-btn {
		flex: 1 1 100%;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.description__hero {
		padding: 24px 18px 22px;
	}

	.description__panel--cta {
		padding: 24px 20px;
	}

	.description__cta-btn {
		font-size: 14px;
		padding: 12px 16px;
	}
}

.products__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}
.products__bottom p  {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #9f9f9f;
}
.products__bottom h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #9f9f9f;
    margin-bottom: 25px;
}

.products__bottom ul,.products__bottom  li {
	list-style: disc;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #9f9f9f;
	margin-bottom: 10px;
    margin-left: 10px;
}















.footer {
	position: relative;
	margin-top: auto;
	border-radius: 32px 32px 0 0;
	border-top: 1px solid rgba(255, 29, 29, 0.22);
	background:
		linear-gradient(180deg, rgba(28, 28, 30, 0.98) 0%, rgba(10, 10, 12, 1) 55%, #0a0a0c 100%);
	box-shadow:
		0 -20px 60px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	padding: 56px 0 40px;
	overflow: hidden;
}

.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(72%, 640px);
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 29, 29, 0.55) 50%, transparent 100%);
	pointer-events: none;
}

.footer::after,
.footer__line {
	display: none;
}

.footer .container {
	max-width: 1492px;
	position: relative;
}

.footer__wrap {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 300px;
	grid-template-areas: "brand links contact";
	gap: 40px 48px;
	align-items: start;
}

.footer__bottom {
	display: contents;
}

.footer__first {
	grid-area: brand;
	display: flex;
	flex-direction: column;
}

.footer__second {
	grid-area: links;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 32px;
	align-self: start;
	min-width: 0;
}

.footer__second_catalog,
.footer__second_company,
.footer__second_legacy {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.footer__third {
	grid-area: contact;
}

.footer__logo {
	max-width: 168px;
	width: 100%;
	margin: 0 0 28px;
}

.footer__first_logo {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.footer__first_list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer__first_text,
.footer__address {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
}

.footer__address {
	font-style: normal;
}

.footer__second_title,
.footer__third_title {
	position: relative;
	margin: 0 0 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #fff;
}

.footer__second_title::after,
.footer__third_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 2px;
	background: #ff1d1d;
	border-radius: 2px;
}

.footer__second_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__second_link {
	font-family: var(--font-family);
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
	transition: color 0.25s ease, transform 0.25s ease;
}

.footer__second_link:hover,
.footer__second_link:focus-visible,
.footer__third_phone-number:hover,
.footer__third_phone-number:focus-visible {
	color: #ff1d1d;
}

.footer__second_link:hover,
.footer__second_link:focus-visible {
	transform: translateX(4px);
}

.footer__third {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	padding: 28px 28px 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 29, 29, 0.18);
	background: linear-gradient(145deg, rgba(255, 29, 29, 0.08) 0%, rgba(24, 24, 26, 0.6) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	container-type: inline-size;
}

.footer__third_phone {
	min-width: 0;
	max-width: 100%;
}

.footer__third_phone-number {
	display: block;
	max-width: 100%;
	margin: 0 0 6px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	font-size: clamp(15px, 7.2cqi, 24px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	white-space: nowrap;
	transition: color 0.25s ease;
}

.footer__third_phone-description {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 13px;
	line-height: 1.5;
	color: #d482ed;
}

.footer__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 8px 0 0;
	padding: 14px 20px;
	border-radius: 12px;
	font-size: 15px;
	box-shadow: 0 8px 24px rgba(255, 29, 29, 0.25);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.footer__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(255, 29, 29, 0.32);
}

@media (max-width: 1200px) {
	.footer__wrap {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.footer__bottom {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.footer__first,
	.footer__second,
	.footer__third {
		grid-area: unset;
		width: 100%;
	}

	.footer__first {
		display: grid;
		grid-template-columns: 160px minmax(0, 1fr);
		gap: 24px 32px;
		align-items: start;
	}

	.footer__logo {
		margin-bottom: 0;
	}

	.footer__second {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px 24px;
	}

	.footer__third {
		max-width: none;
	}
}

@media (max-width: 900px) {
	.footer {
		padding: 44px 0 36px;
	}

	.footer__first {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.footer__logo {
		max-width: 150px;
		margin-bottom: 4px;
	}

	.footer__second {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 32px;
	}

	.footer__second_legacy {
		grid-column: 1 / -1;
	}

	.footer__third {
		padding: 24px 22px 20px;
	}
}

@media (max-width: 640px) {
	.footer {
		border-radius: 20px 20px 0 0;
		padding: 32px 0 28px;
	}

	.footer .container {
		padding-inline: 16px;
	}

	.footer__wrap {
		gap: 28px;
	}

	.footer__bottom {
		gap: 24px;
	}

	.footer__first {
		order: 2;
		grid-template-columns: 1fr;
		padding-top: 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer__logo {
		max-width: 130px;
		margin-bottom: 12px;
	}

	.footer__first_text,
	.footer__address {
		font-size: 12px;
		line-height: 1.55;
	}

	.footer__first_list {
		gap: 6px;
	}

	.footer__third {
		order: 0;
		padding: 22px 18px 20px;
		border-radius: 16px;
	}

	.footer__second {
		order: 1;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.footer__second_legacy {
		grid-column: auto;
	}

	.footer__second_title,
	.footer__third_title {
		font-size: 17px;
		padding-bottom: 10px;
	}

	.footer__second_link {
		font-size: 14px;
	}

	.footer__second_link:hover,
	.footer__second_link:focus-visible {
		transform: none;
	}

	.footer__link {
		font-size: 14px;
		padding: 13px 18px;
		border-radius: 10px;
	}
}

@media (max-width: 399px) {
	.footer {
		border-radius: 16px 16px 0 0;
		padding: 28px 0 24px;
	}

	.footer .container {
		padding-inline: 12px;
	}

	.footer__wrap {
		gap: 24px;
	}

	.footer__second_title,
	.footer__third_title {
		font-size: 16px;
	}

	.footer__second_link {
		font-size: 13px;
	}

	.footer__link {
		font-size: 13px;
		padding: 12px 14px;
	}
}

@media (max-width: 1480px) {
	.contact-wrap {
		display: none;
	}
}
@media (max-width: 1460px) {
	/* .slider {
		padding-bottom: 30px;
	} */
	.swiper-pagination {
		bottom: 0 !important;
	}
}
@media (max-width: 1430px) {
	.nav__list {
		padding-right: 25px;
	}
}
@media (max-width: 1300px) {
	.wrapper {
		flex-wrap: wrap;
	}

	.slide {
		flex-basis: 50%;
	}
}
@media (max-width: 1200px) {
	.section-bg {
		padding-top: 180px;
	}
	.buyout-wrapper.wrapper {
		flex-wrap: wrap;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		margin-bottom: 0px;
	}
	.section__title {
		font-size: 48px;
	}
	.hero__logo {
		max-width: 295px;
		top: -140px;
	}
	.nav {
		display: none;
	}
	.menu-burger {
		display: flex;
	}
}
@media (max-width: 992px) {
	.site-header {
		margin-bottom: 70px;
	}
	.hero__content {
		margin-top: 140px;
	}
	.hero__logo {
		max-width: 205px;
		top: -90px;
	}

	.description__item {
		font-size: 16px;
	}
	.description__text {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.description__title {
		font-size: 34px;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.container-mobile {
		padding: 0 30px;
	}
	.section-bg {
		padding-top: 120px;
	}
	.site-header {
		padding-top: 10px;
		box-shadow: none;
		margin-bottom: 40px;
		background: transparent;
	}
	.logo {
		max-width: 140px;
	}
	.hero__content {
		margin-top: 100px;
	}
	.wrapper {
		gap: 25px;
	}

	.slide {
        flex-basis: 100%;
    }

	.section-bg {
		margin-bottom: 38px;
	}
	.contact-wrap {
		display: none;
	}
	.hero__panel {
		padding: 22px 13px;
		border-radius: 25px;
	}

	.hero__visual {
		right: -3%;
		width: clamp(133px, 38vw, 300px);
	}
	.hero__logo {
		max-width: 110px;
		top: -38%;
	}
}
@media (max-width: 640px) {
	.section {
		padding: 0 0 80px;
	}
	.section__title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.hero__logo {
		max-width: 140px;
		top: -50%;
	}
}
@media (max-width: 480px) {
	.section {
		padding: 0 0 45px;
	}
	.section-bg {
		padding-top: 70px;

		background-image: url("../img/header-bg-mob.webp");
	}
	.hero {
		padding-bottom: 50px;
	}
	.menu-burger {
		padding: 4px;
		width: 20px;
		height: 18px;
		gap: 2px;
	}
	.hero__content {
		margin-top: 60px;
	}
	.menu-burger__item {
		width: 12px;
		height: 1px;
	}
	.menu-burger__item-center {
		height: 1px;
	}
	.menu-burger.active .menu-burger__item:first-child {
		transform: translateY(5px) rotate(-45deg);
	}
	.menu-burger.active .menu-burger__item:last-child {
		transform: translateY(-3px) rotate(45deg);
	}

	.menu-burger__item-center {
		width: 8px;
	}

	.mobile-nav .contact-wrap {
		margin-top: 10px;
		gap: 25px;
	}
	.mobile-nav__list {
		gap: 24px;
	}
	.mobile-nav .contact-wrap__phone {
		font-size: 20px;
	}
	.logo {
		max-width: 60px;
		width: 100%;
	}
	.hero__inner {
		padding-inline: 10px;
	}
	.hero__panel {
		border-radius: 8px;
		padding: 13px 8px 16px;
	}

	.product__top, .buyout__top, .accessory__top {
		padding-inline: 5px;
	}

	.hero__logo {
		max-width: 68px;
		top: -30px;
	}

	.hero__visual {
		right: 0%;
		width: 123px;
	}
	.hero__visual.hero-head {
		right: -3%;
	}

	.hero__venom {
		max-height: 182px;
	}

	.marks {
		right: 15px;
		top: 15px;
	}
	.marks__litres,
	.marks__kilogrames,
	.marks__nums {
		font-size: 12px;
	}

	.product,
	.buyout__card,
	.accessory {
		flex: 1 1 auto;
		height: 454px;
	}
	.buyout__card {
		height: 375px;
	}
	.accessory {
		height: 405px;
	}

	.product__btns {
		padding: 0px 12px 8px;
	}
	.buyout .product__btns,
	.accessory__btns {
		padding-bottom: 15px;
	}
	.product__info {
		margin-bottom: 15px;
		padding: 0px 12px;
	}
	.catalog .product__img,
	.buyout__img {
		width: 100%;
		height: auto;
		padding: 5px;
		object-fit: contain;
		max-height: 247px;
	}
	.product__top::after {
		bottom: 13px;
	}
	.product__btn_more {
		font-size: 15px;
		margin-top: 2px;
	}

	.btn {
		font-size: 15px;
		padding: 8px 0;
		border-radius: 5px;
	}
	.catalog .product__name,
	.buyout .buyout__title,
	.accessory__name {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.product__price_name,
	.product__exchange-name,
	.product__price_sum,
	.product__exchange_sum,
	.buyout__price_sum,
	.buyout__price_name,
	.accessory__price_name,
	.accessory__price_sum,
	.accessory__exchange_name,
	.accessory__exchange_name {
		font-size: 12px;
	}

	.accessory-wrap__info {
		padding-inline: 20px;
	}
	.accessory-wrap__title {
		margin: 0 0 22px;
		font-size: 104px;
	}
	.accessory-wrap__subtitle {
		font-size: 24px;
	}

	.description {
		--description-collapse-height: 280px;
		margin-bottom: 65px;
	}

	.description__card {
		padding: 24px 18px 22px;
		border-radius: 16px;
	}

	.description__wrap h2,
	.description__wrap .description__title {
		font-size: 28px;
	}

	.description__lead {
		font-size: 16px;
	}

	.description__link {
		margin-top: 20px;
		max-width: 200px;
	}

	.section__title {
		font-size: 15px;
		margin-bottom: 28px;
	}
	.description__wrap {
		gap: 12px;
		padding: 0;
	}
	.description__title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.description__text {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.description__list {
		padding-inline-start: 15px;
	}
	.description__item {
		font-size: 12px;
	}
	.description__link {
		font-size: 12px;
		padding: 10px 5px;
		max-width: 140px;
		border-radius: 5px;
	}

	.mobile-nav .mobile-nav__link {
		font-size: 13px;
	}
	.mobile-nav__link.nav__link--active::after {
		top: 30px;
	}
}

@media (min-width: 1200px) {
	.menu-burger {
		display: none;
	}

	.mobile-nav {
		display: none;
	}
}
