/*!
Theme Name: Tuning Brakes
Theme URI: http://underscores.me/
Author: Scrimmy (yStar)
Author URI: https://kwork.ru/user/ystar
Description: Разработан специально для проекта Tuning Brakes
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.choices {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 16px;
}

.choices:focus {
	outline: none;
}

.choices:last-child {
	margin-bottom: 0;
}

.choices.is-open {
	overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #cccccc;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.choices.is-disabled .choices__item {
	cursor: not-allowed;
}

.choices [hidden] {
	display: none !important;
}

.choices[data-type*=select-one] {
	cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0;
}

.choices[data-type*=select-one] .choices__button {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
	opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0 0 0 2px #005F75;
}

.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
	display: none;
}

.choices[data-type*=select-one]::after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
	border-color: transparent transparent #333;
	margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
	left: 11.5px;
	right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 16px;
	border-left: 1px solid #003642;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: 0.75;
	border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
	opacity: 1;
}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
	border-color: #b7b7b7;
}

.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%;
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px;
}

.choices__list--single .choices__item {
	width: 100%;
}

.choices__list--multiple {
	display: inline;
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #005F75;
	border: 1px solid #004a5c;
	color: #fff;
	word-break: break-all;
	box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #004a5c;
	border: 1px solid #003642;
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
	display: block;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
	border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
	text-align: right;
}

@media (min-width: 640px) {
	.choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
		padding-right: 100px;
	}

	.choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
		right: auto;
		left: 10px;
	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
	opacity: 0.5;
}

.choices__item {
	cursor: default;
}

.choices__item--selectable {
	cursor: pointer;
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0.5;
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.choices__button:focus {
	outline: none;
}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
}

.choices__input:focus {
	outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
	display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0;
}

.choices__placeholder {
	opacity: 0.5;
}

/* =====  End of Choices  ====== */
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
	/*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
@font-face {
	font-family: "Roboto Flex";
	src: local("Roboto Flex"), local("Roboto-flex"), url("fonts/Roboto-Flex.woff2") format("woff2"), url("fonts/Roboto-Flex.woff") format("woff");
	font-style: normal;
}

html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 500;
	background-color: #020000;
	color: #FFFFFF;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul, ul li {
	list-style: none;
}

.btn {
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #FFF;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 500;
}

.simplebar-track {
	width: 100% !important;
	height: 5px !important;
	background-color: #292828;
	pointer-events: auto;
	cursor: pointer;
}

.simplebar-scrollbar {
	background-color: #CC0000;
	border-radius: 0;
	box-sizing: border-box;
	pointer-events: none;
}

.simplebar-scrollbar::before {
	display: none;
}

.d-none {
	display: none !important;
}

.heading {
	padding: 0;
	margin: 0;
}

.heading_bold {
	font-weight: 600;
}

.heading_light {
	font-weight: 400;
}

.heading_size_xs {
	font-size: 14px;
	line-height: 20px;
}

.heading_size_sm {
	font-size: 16px;
	line-height: 24px;
}

.heading_size_md {
	font-size: 18px;
	line-height: 32px;
}

.heading_size_lg {
	font-size: 22px;
	line-height: 24px;
}

.heading_size_xl {
	font-size: 34px;
	line-height: 52px;
}

.subscription {
	font-weight: 500;
}

.subscription_size_md {
	font-size: 13px;
	line-height: 24px;
}

.subscription_size_sm {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.main-heading__name {
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.main-heading__name > svg {
	flex-shrink: 0;
	margin-top: 8px;
}

.main-heading__name_product {
	display: none;
}

.content {
	margin: 0 auto;
	max-width: 1400px;
}

.header {
	margin: 0 auto;
	width: 100%;
	background-color: #020000;
	height: 90px;
}

.logo {
	display: block;
}

.logo__image {
	max-width: 348px;
}

.header__container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.header__list {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__left-side .header__list {
	gap: 52px;
}

.header__right-side .header__list {
	gap: 15px;
}

.header__nav > .nav__list {
	display: flex;
	gap: 16px;
	text-transform: uppercase;
	align-items: center;
}

.nav__btn {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.nav__btn_active > svg {
	transform: rotate(180deg);
}

.nav-tip {
	width: 333px;
	z-index: 100;
	position: absolute;
	padding: 24px;
	background-color: #CC0000;
	text-transform: none;
	top: 31px;
}

.nav-tip__list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.nav-tip__list:before {
	border: 8px solid transparent;
	border-bottom-color: #CC0000;
	position: absolute;
	top: -39px;
	right: 50%;
	content: "";
}

.btn_red {
	stroke: #CC0000;
}

.btn_white {
	stroke: #FFFFFF;
}

.btn_gray {
	stroke: #ADADAD;
}

.header__contacts {
	gap: 16px;
}

.header__item_mobile {
	display: none;
}

.header__item_desktop {
	display: flex;
}

.contacts {
	display: flex;
}

.contacts__phone {
	display: flex;
	gap: 16px;
}

.contacts__item {
	display: flex;
	width: 55.8px;
	height: 48px;
	background: #1C1C1C;
	transform: skew(-20deg);
	align-items: center;
	justify-content: center;
}

.contacts__item > svg {
	transform: skew(20deg);
}

.header__cart-and-profile {
	display: flex;
}

.cart {
	padding: 16px;
	display: flex;
	max-width: 150.8px;
	height: 48px;
	background: #1C1C1C;
	transform: skew(-20deg);
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cart > * {
	transform: skew(20deg);
}

.profile {
	padding: 16px;
	display: flex;
	max-width: 211.8px;
	height: 48px;
	background: #CC0000;
	transform: skew(-20deg);
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.profile > * {
	transform: skew(20deg);
}

.contacts__label {
	color: #676767;
}

.footer {
	margin: 0 auto;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #020000;
	height: 495px;
	background-image: url(images/footer-background.png);
	padding: 132px 20px 52px;
}

.footer__container {
	height: 100%;
}

.footer__contacts {
	flex-direction: column;
	gap: 32px;
}

.footer__info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__item {
	padding: 10px;
}

.contacts__social {
	display: flex;
	gap: 5px;
}

.contacts__block {
	display: flex;
	gap: 19px;
	justify-content: center;
	align-items: center;
}

.contacts__mail-and-phone {
	flex-direction: column;
	align-items: flex-start;
}

.footer__list {
	display: flex;
	justify-content: space-evenly;
}

.footer__nav > .nav__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	text-transform: uppercase;
}

.contacts__mail {
	display: flex;
	gap: 16px;
}

.footer__secured {
	color: #676767;
	display: flex;
	justify-content: space-evenly;
}

.hero {
	max-height: 850px;
	margin-bottom: 102px;
	position: relative;
}

.hero__container {
	width: 100%;
	height: 100%;
	background-image: url(images/hero-background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 16px;
}

.hero__btn {
	z-index: 1;
}

.hero__btn_left {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.hero__btn_right {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.hero__btn_left_mob, .hero__btn_right_mob {
	display: none;
}

.hero__btn_left_desc, .hero__btn_right_desc {
	display: block;
}

.hero__description {
	position: absolute;
	z-index: 1;
	text-align: right;
	right: 13.5%;
	bottom: 16%;
	max-width: 906px;
}

.hero__heading_size_s {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}

.hero__heading_size_lg {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
}

.hero__heading {
	text-transform: uppercase;
}

.search {
	margin-bottom: 52px;
}

.search__container {
	position: relative;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 52px 24px 24px 24px;
}

.search__heading {
	position: absolute;
	top: -29px;
	left: 50%;
	background-color: #CC0000;
	padding: 16px 24px;
	max-width: 294.5px;
	transform: skew(-20deg) translateX(-50%);
	text-align: center;
}

.search__title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	transform: skew(20deg);
}

.search__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.search__subscription {
	line-height: 26px;
	color: #ADADAD;
	text-align: center;
	margin-top: 32px;
}

.search__btn {
	grid-column: 2/3;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 13px 0;
	background-color: #B30000;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	text-transform: uppercase;
	gap: 8px;
}

.search__description {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.choices {
	width: 100%;
	background-color: white;
	color: #020000;
}

.choices__inner {
	padding: 11px 16px;
}

.choices__item {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.choices[data-type*=select-one]::after {
	border-color: #CC0000 transparent transparent !important;
}

.choices[data-type*=select-one].is-open::after {
	border-color: transparent transparent #CC0000 !important;
}

.main-category {
	margin-bottom: 52px;
}

.main-category__container div:first-child {
	margin-bottom: 23px;
}

.main-category__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 445px);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}

.main-category__item_full-lenght {
	grid-column: 2/4;
}

.category-block {
	display: inline-block;
	width: 100%;
	height: 316px;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 20px !important;
	position: relative;
	text-transform: uppercase;
}

.category-block__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 320px;
	max-height: 220px;
	object-fit: cover;
	transform: translate(-50%, 0);
}

.helper {
	margin-bottom: 52px;
}

.helper__container {
	display: flex;
	gap: 27px;
	padding: 62px;
	background-color: #CC0000;
	position: relative;
	max-width: 1400px;
	width: 100%;
	min-height: 661px;
	height: 100%;
}

.helper__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.helper__caption {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.helper__main {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 506px;
	width: 100%;
}

.helper__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 16px;
	margin-bottom: 32px;
}

.helper__heading {
	text-transform: uppercase;
}

.helper__description {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.helper__search {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-bottom: 32px;
}

.helper__area {
	width: 100%;
}

.helper__form {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.helper__input {
	min-width: 295px;
	width: 100%;
	padding: 11px 18px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	caret-color: #FFF;
}

.helper__input_vin {
	flex: 1;
}

.helper__input::-moz-placeholder {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.helper__input, .helper__input::placeholder {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.helper__input:focus::-moz-placeholder {
	color: transparent;
}

.helper__input:focus::placeholder {
	color: transparent;
}

.helper__btn {
	padding: 13px;
	max-width: 141px;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 10.5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #020000;
}

.helper__contacts {
	display: flex;
	flex-direction: column;
	max-width: 360px;
	gap: 16px;
}

.helper__subscription {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.helper__phone {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}

.helper__image {
	position: absolute;
	height: 631px;
	bottom: 0px;
	right: 17px;
}

.about-company {
	margin-bottom: 52px;
}

.about-company__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.about-copmany__heading {
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 32px;
}

.about-copmany__subheading {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.about-company__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.about-company__description:not(:last-child) {
	margin-bottom: 32px;
}

.partners__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.partners__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 164px;
	height: 90px;
}

.partners__logo {
	max-width: 100px;
	max-height: 60px;
}

.main__heading_news {
	margin-bottom: 32px;
}

.news__container {
	margin-bottom: 102px;
}

.news__scroll {
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.news__box {
	display: flex;
	gap: 32px;
	width: 1400px;
	box-sizing: border-box;
}

.news__card {
	max-width: 445px;
	min-width: 320px;
	width: 100%;
	background-color: #151313;
	border: 1px solid #292828;
}

.news__title {
	margin: 24px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.news__description {
	color: #ADADAD;
	margin: 0 24px;
	margin-bottom: 78px;
}

.news__btn {
	display: flex;
	gap: 8px;
	margin: 24px;
	margin-top: 0;
	align-items: center;
}

.news__link {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}

.news__btn > svg {
	transform: rotate(270deg);
	stroke: #CC0000;
}

.burger-popup {
	z-index: 6;
	margin: auto;
	position: fixed;
	width: 100vw;
	height: 100vh;
}

.burger-popup__box {
	background-color: #141313;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 20px;
	font-size: 3em;
}

.burger-popup__list {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.burger-popup__item {
	padding: 15px;
}

.burger-popup__contacts {
	flex-direction: column;
	gap: 32px;
}

.burger-popup__contacts > .contacts__block {
	justify-content: flex-start;
}

.burger-popup__nav > .nav__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	text-transform: uppercase;
}

.burger-popup__logo > .logo__image {
	max-width: auto !important;
}

.burger-popup__link {
	font-size: 1.5rem;
}

.burger-popup__heading {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}

.burger-popup__btn {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}

.burger-popup__btn > svg {
	width: 100%;
	height: 100%;
}

.filter-popup {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	background-color: #020000;
	margin: auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90vh;
	overflow-y: scroll;
}

.filter-popup__box {
	background-color: #020000;
	position: relative;
	max-width: 469px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	margin: 0 15px;
	padding: 20px 0;
}

.filter-popup__heading {
	padding: 0 13px;
	font-size: 18px;
	line-height: 26px;
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	border-bottom: 1px solid #292828;
}

.filter-popup__container {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow-y: scroll;
}

.production {
	margin-bottom: 102px;
}

.production__container {
	max-width: 1400px;
	margin: 0 auto;
}

.main-heading {
	max-width: 1400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	margin-bottom: 52px;
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 6px;
}

.breadcrumbs__item_line {
	width: 6px;
}

.breadcrumbs__line {
	width: 100%;
	border: none;
	color: #393939;
	background: #393939;
	height: 1px;
}

.breadcrumbs__item_link {
	color: #676767;
}

.breadcrumbs__item_current-page {
	color: #ADADAD;
}

.production__search-result {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	margin-bottom: 40px;
}

.catalog__desktop_checkbox {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.goods__pagination_container {
	width: 100%;
}

.goods_btn_show_more_container {
	width: 100%;
}

.search-result__item {
	color: #CC0000;
}

.production__content {
	display: flex;
	justify-content: space-between;
	gap: 52px;
}

.production__filter {
	max-width: 267px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
}

.filter-mobile {
	display: none;
	width: 100%;
}

.filter-mobile__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 12px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 16px 45px;
	border: 1px solid #292828;
	width: 100%;
	background-color: #151313;
}

.filter__heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

.filter__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}

.filter__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #393939;
}

.filter__category-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.filter__category-btn_showed > svg {
	transform: rotate(180deg);
}

.filter__label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.filter__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.filter__input {
	padding: 8px 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	line-height: 1;
	border: none;
	border-radius: 0;
	background: #1d1d1d;
	color: #eeeeee;
}

.filter__apply {
	padding: 18px 0;
	font-size: 18px;
	font-family: "Roboto Flex", sans-serif;
	line-height: 1;
	background: #CC0000;
	color: #ffffff;
}

.filter__text {
	display: inline-block;
	position: relative;
	padding-left: 31px;
}

.filter__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	transform: translateY(-50%);
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
}

.filter__text::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 65%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background-image: url("images/checked-icon.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.filter__checkbox:checked + .filter__text::after {
	opacity: 1;
}

.filter__checkbox:checked + .filter__text::before {
	background-color: #FFF;
}

.filter__category-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.goods {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	max-width: 1079px;
	width: 100%;
}

.goods.goods_category {
	max-width: 100%;
}

.goods__content {
	max-width: 1079px;
	width: 100%;
}

.goods__content.goods_category {
	max-width: 100%;
}

.goods__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	grid-auto-flow: dense;
}

.goods__result {
	margin-bottom: 20px;
}

.goods__result.goods__result_notfound {
	height: 100%;
}

.card {
	max-width: 500px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: #151313;
	border: 1px solid #292828;
	min-width: 338px;
}

.card__image {
	min-height: 200px;
	position: relative;
}

.card__picture {
	width: 100%;
	height: 100%;
}

.card__favourite-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	stroke: #ADADAD;
}

.card__favourite-btn:hover {
	stroke: #CC0000;
}

.card__heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
}

.card__number {
	border: 1px solid #CC0000;
	padding: 4px 8px;
	text-transform: uppercase;
}

.card__name {
	text-transform: uppercase;
}

.card__info {
	display: flex;
	color: #ADADAD;
	flex-direction: column;
	gap: 10px;
}

.card__price-and-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card__price {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.card__add-btn {
	width: 152px;
	height: 48px;
	background-color: #CC0000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	color: #FFF;
}

.goods__btn {
	color: #CC0000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 14px;
	width: 100%;
	background-color: #151313;
	border: 1px solid #292828;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 0 auto;
}

.pagination__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.pagination__item {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.pagination__link {
	display: inline-block;
	padding: 11px 15px;
}

.pagination__item_active {
	color: #CC0000;
	border: 1px solid #CC0000;
}

.pagination__btn {
	padding: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination__btn_few {
	transform: rotate(180deg);
}

.delivery-and-payment {
	margin-bottom: 144px;
}

.delivery-and-payment__container {
	max-width: 1400px;
	width: 100%;
}

.delivery-and-payment__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 72px;
}

.delivery-and-payment__item {
	display: flex;
	gap: 48px;
}

.delivery-and-payment__heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.delivery-and-payment__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 141.75px;
	height: 102px;
	width: 100%;
	background-color: #1C1C1C;
	transform: skew(-20deg);
	stroke: #CC0000;
}

.delivery-and-payment__icon > svg {
	transform: skew(20deg);
	width: 52px;
	height: 52px;
}

.delivery-and-payment__description {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #ADADAD;
}

.delivery-and-payment__description_red {
	font-weight: 600;
	color: #CC0000;
}

.quick-guide {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 32px;
}

.quick-guide__box {
	padding: 32px;
	background-color: #151313;
	border: 1px solid #292828;
	max-width: 588px;
}

.quick-guide__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.ordering-cart {
	margin-bottom: 102px;
}

.ordering-cart__container {
	max-width: 1400px;
	width: 100%;
}

.ordering-cart__content {
	display: flex;
	gap: 32px;
	justify-content: center;
}

.ordering-cart__goods {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.ordering-cart__card {
	width: 100%;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.ordering-cart__image {
	width: 172px;
}

.ordering-cart__item {
	display: flex;
	gap: 32px;
	justify-content: space-between;
	align-items: flex-start;
}

.ordering-cart__info {
	width: 528px;
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.ordering-cart__title {
	text-transform: uppercase;
}

.counter {
	max-width: max-content;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 24px;
	background-color: #1C1C1C;
	border: 1px solid #292828;
}

.counter__btn {
	color: #676767;
	font-size: 60px;
	display: flex;
	align-items: center;
}

.counter__current-count {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
}

.ordering-cart__elements {
	display: flex;
	gap: 20px;
}

.ordering-cart__cost {
	display: flex;
	gap: 20px;
	align-items: center;
}

.ordering-cart__btn {
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CC0000;
}

.ordering-cart__count {
	color: #676767;
}

.ordering-cart__price {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.ordering-cart__empty {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ordering-sidebar {
	max-width: 338px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 31px;
}

.ordering-sidebar__heading {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 16px;
	border-bottom: 1px solid #292828;
}

.ordering-sidebar__description {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 23px;
	border-bottom: 1px solid #292828;
}

.ordering-sidebar__info {
	display: flex;
	justify-content: space-between;
}

.ordering-sidebar__text {
	font-size: 16px;
	line-height: 22px;
	color: #ADADAD;
}

.ordering-sidebar__count {
	font-weight: 400;
}

.ordering-sidebar__total-cost {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
}

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

.ordering-sidebar__label {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #676767;
}

.ordering-sidebar__area {
	padding: 13px 16px;
	border: 1px dashed #393939;
	background-color: transparent;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #676767;
	text-transform: uppercase;
}

.ordering-sidebar__area::-moz-placeholder {
	color: #676767;
}

.ordering-sidebar__area::placeholder {
	color: #676767;
}

.ordering-sidebar__area:focus::-moz-placeholder {
	opacity: 0;
}

.ordering-sidebar__area:focus::placeholder {
	opacity: 0;
}

.ordering-sidebar__btn {
	display: block;
	width: 100%;
	padding: 13px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	background-color: #CC0000;
}

.feedback-form {
	margin-bottom: 102px;
}

.feedback-form__container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	gap: 32px;
	align-items: flex-start;
	justify-content: space-between;
}

.feedback-form__box {
	max-width: 1030px;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 52px 71px;
}

.feedback-form__title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 52px;
}

.feedback-form__heading {
	text-transform: uppercase;
}

.feedback-form__description {
	color: #676767;
}

.feedback-form__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	align-items: flex-start;
}

.form__address {
	display: flex;
	gap: 16px;
	align-items: center;
}

.feedback-form__label, .form__label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.form__name, .form__surname, .form__phone, .form__email, .form__dropdown, .form__street, .form__floor, .feedback-form__message {
	display: flex;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.form__name-and-surname, .form__phone-and-email {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.feedback-form__area {
	height: 208px;
	width: 100%;
	padding: 13px 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	resize: none;
}

.feedback-form__input, .form__input {
	width: 100%;
	padding: 13px 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.feedback-form__input::-moz-placeholder, .form__input::-moz-placeholder {
	color: #151313;
}

.feedback-form__input::placeholder, .form__input::placeholder {
	color: #151313;
}

.feedback-form__input:focus::-moz-placeholder, .form__input:focus::-moz-placeholder {
	opacity: 0;
}

.feedback-form__input:focus::placeholder, .form__input:focus::placeholder {
	opacity: 0;
}

.form-success {
	color: #30ab00;
}

.form__btn {
	background-color: #CC0000;
	padding: 13px 52px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.support-sidebar__heading {
	color: #676767;
}

.support-sidebar__contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

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

.support-sidebar {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 338px;
	width: 100%;
}

.account-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	max-width: 338px;
	width: 100%;
}

.account-sidebar__image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 16px;
	background-color: #CC0000;
	stroke: white;
}

.account-sidebar__heading {
	padding: 31px;
	display: flex;
	align-items: center;
	gap: 16px;
	background-color: #151313;
	border: 1px solid #292828;
}

.account-sidebar__title {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.account-sidebar__name {
	text-transform: uppercase;
}

.account-sidebar__mail {
	color: #ADADAD;
}

.account-sidebar__nav {
	padding: 31px;
	background-color: #151313;
	border: 1px solid #292828;
}

.account-sidebar__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.account-sidebar__item:not(:last-child) {
	padding-bottom: 16px;
	border-bottom: 1px solid #292828;
}

.account-sidebar__link {
	display: flex;
	gap: 16px;
	align-items: center;
	stroke: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}

.wish-list__total {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
}

.account-sidebar__link:hover {
	color: #ADADAD;
	stroke: #ADADAD;
}

.account-sidebar__link_current {
	color: #CC0000;
	stroke: #CC0000;
}

.account-sidebar__link_current:hover {
	color: #CC0000;
	stroke: #CC0000;
}

.account-sidebar__link > svg {
	width: 24px;
	height: 24px;
}

.wish-list {
	margin-bottom: 102px;
}

.wish-list__container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 61px;
}

.wish-list__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wish-list__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	grid-auto-flow: dense;
}

.personal-info {
	margin-bottom: 102px;
}

.personal-info__container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.personal-info__content {
	width: 100%;
	padding: 52px 57px;
	background-color: #151313;
	border: 1px solid #292828;
}

.personal-info__box:not(:last-child) {
	margin-bottom: 8px;
}

.personal-info__heading {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 16px;
}

.personal-info__box {
	padding: 30px;
	background-color: #141313;
	border: 1px solid #676767;
}

.personal-info__subheading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.personal-info__btn_subheading {
	width: 32px;
	height: 32px;
}

.personal-info__btn_subheading_active, .order-card__btn_active {
	transform: rotate(180deg);
}

.personal-info__btn_subheading > svg {
	width: 100%;
	height: 100%;
	stroke: #CC0000;
}

.personal-info__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.personal-info__description {
	color: #ADADAD;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 6px;
}

.personal-info__description:nth-last-child(2) {
	margin-bottom: 32px;
}

.personal-info__btn_edit {
	display: flex;
	flex-direction: row-reverse;
	gap: 12px;
	justify-content: center;
	align-items: center;
	background-color: #CC0000;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 18px;
}

.personal-info__form {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.personal-info__items {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.personal-info__btns {
	display: flex;
	gap: 6px;
}

.personal-info__btn_save {
	background-color: #CC0000;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 18px;
}

button.personal-info__btn_save:disabled {
	background-color: #700000;
}

.personal-info__btn_cancel {
	background-color: #292828;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 18px;
}

.personal-info__label {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

.personal-info__name, .personal-info__surname, .personal-info__phone, .personal-info__email, .personal-info__address {
	display: flex;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.personal-info__name-and-surname, .personal-info__phone-and-email {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.personal-info__input {
	padding: 13px 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #151313;
	width: 100%;
}

.orders {
	margin-bottom: 102px;
}

.orders__container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

.orders__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.order-card {
	display: flex;
	background-color: #151313;
	border: 1px solid #292828;
	padding: 32px;
	align-items: flex-start;
}

.order-card__picture {
	width: 100px;
	height: 100px;
}

.order-card__image {
	margin-right: 32px;
}

.order-card__content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.order-card__general {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	gap: 28px;
}

.order-card__general_lined {
	padding-bottom: 55px;
	border-bottom: 1px solid #292828;
}

.order-card__general_dynamic {
	padding-top: 39px;
}

.order-card__left-side {
	max-width: 401px;
}

.order-card__right-side .order-card__static {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-end;
}

.order-card__left-side, .order-card__right-side {
	max-width: 401px;
	width: 100%;
}

.order-card__info {
	display: flex;
	gap: 12px;
	align-items: center;
}

.order-card__number {
	color: #ADADAD;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.order-card__status {
	text-transform: uppercase;
	border: 1px solid #CC0000;
	background-color: #151313;
	padding: 4px 8px;
	text-align: center;
}

.order-card__date {
	color: #ADADAD;
}

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

.order-card__payment-status {
	margin-bottom: 6px;
	color: #757575;
}

.order-card__cost {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.order-card__dynamic {
	margin-top: 16px;
}

.order-card__title {
	margin-bottom: 16px;
}

.order-card__price-tag {
	display: flex;
	gap: 6px;
	align-items: center;
}

.order-card__price {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #ADADAD;
}

.order-card__count {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #676767;
}

.order-card__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.order-card__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}

.order-card__subscription {
	color: #ADADAD;
}

.order-card__btn > svg {
	width: 32px;
	height: 32px;
}

.order-card__btn_show {
	stroke: #FFFFFF;
}

.order-card__btn_show-opened {
	transform: rotate(180deg);
}

.order-card__btn_repeat {
	padding: 10px 18px;
	text-transform: uppercase;
	background-color: #CC0000;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
}

.product-card {
	margin-bottom: 102px;
}

.product-card__container {
	max-width: 1400px;
	width: 100%;
}

.product-card__content {
	display: flex;
	flex-direction: column;
}

.product-card__heading {
	display: flex;
	gap: 32px;
	margin-bottom: 72px;
}

.product-card__caption {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
}

.product-card__caption > svg {
	width: 13px;
	height: 32px;
	flex-shrink: 0;
}

.product-card__name {
	text-transform: uppercase;
	max-width: 689px;
}

.product-card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 52px;
}

.product-card__cost {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 42px;
}

.product-card__price {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.product-card__btn {
	display: flex;
	background-color: #CC0000;
	flex-direction: row-reverse;
	gap: 12px;
	padding: 13px 52px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}

.product-card__number {
	border: 1px solid #CC0000;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.product-card__subscription {
	color: #ADADAD;
}

.product-card__subscription:not(:last-child) {
	margin-bottom: 5px;
}

.product-card__specification {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.product-card__description {
	color: #ADADAD;
}

.product-card__main {
	margin-bottom: 72px;
}

.page404_container {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page404_section {
	margin-top: 24px;
}

.tabs {
	min-width: 1200px;
	display: flex;
	width: 100%;
	background-color: #151313;
	border: 1px solid #1C1C1C;
	margin-bottom: 15px;
}

.tabs__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out;
}

.tabs__content h1,
.tabs__content h2 {
	font-weight: 600;
	margin-bottom: 32px;
}

.tabs__content p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #ADADAD;
}

.tabs__content ul {
	padding: 22px;
	border: 2px solid #890000;
}

.tabs__content strong {
	font-weight: 600;
	color: #CC0000;
}

.tabs__content_active {
	max-height: 2600px;
}

.tabs__btn {
	padding: 14px 52px;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
}

.tabs__btn_active {
	background-color: #CC0000;
}

.table {
	width: 100%;
}

.table:not(:last-child) {
	margin-bottom: 52px;
}

.table__caption {
	caption-side: top;
	margin-bottom: 32px;
}

.table__row {
	display: flex;
	align-items: center;
	background-color: #141313;
	border: 1px solid #292828;
	border-bottom: none;
}

.table__row:nth-child(even) {
	background-color: #1C1C1C;
}

.table__row:last-child {
	border-bottom: 1px solid #292828;
}

.table__data {
	padding: 11px 18px;
	font-size: 16px;
	line-height: 26px;
}

.table__data_left {
	max-width: 340px;
	width: 100%;
	flex-shrink: 0;
}

.table__data_right {
	border-left: 1px solid #292828;
	word-break: break-word;
}

.product-card__tabs {
	overflow: auto;
	width: 100%;
	margin-bottom: 37px;
}

.tabs__description {
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	align-items: flex-start;
}

.tabs__title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

.tabs__description {
	margin-bottom: 32px;
	text-align: left;
}

.tabs__subscription {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #ADADAD;
}

.tabs__subscription_red {
	font-weight: 600;
	color: #CC0000;
}

.tabs__subscription_underlined {
	text-decoration: underline;
}

.tabs__box {
	padding: 22px;
	border: 2px solid #890000;
}

.tabs__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.tabs__list, .tabs__item {
	list-style: disc;
	list-style-position: inside;
}

.product-card__box {
	overflow: auto;
}

.product-card__box:not(:last-child) {
	margin-bottom: 52px;
}

.product-card__caption_other {
	display: flex !important;
}

.product-card__name_other {
	max-width: 100%;
}

.product-card__goods {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 32px;
}

.product-card__goods > .card {
	max-width: 370px;
	min-width: 326px;
}

.order-payment__container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.order-payment__heading {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.order-payment__description {
	color: #676767;
	margin-bottom: 32px;
}

.order-payment__content {
	padding: 31px;
	background-color: #151313;
	border: 1px solid #292828;
}

.order-payment__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.order-payment__payment-address {
	padding-bottom: 51px;
	border-bottom: 1px solid #292828;
	margin-bottom: 32px;
	width: 100%;
}

.order-payment__delivery-method {
	padding-bottom: 31px;
	border-bottom: 1px solid #292828;
	margin-bottom: 32px;
}

.order-payment__payment-method {
	margin-bottom: 52px;
}

.order-payment__options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}

.order-payment__details {
	display: flex;
	flex-direction: column;
}

.order-payment__area {
	max-width: 100%;
	resize: none;
	height: 143px;
}

.order-payment__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.order-payment__subscription {
	color: #ADADAD;
}

.order-payment__option {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 23px;
	border: 1px solid #292828;
}

.order-payment__label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.order-payment__labels {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.order-payment__radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.order-payment__text {
	position: relative;
	padding-left: 31px;
}

.order-payment__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}

.order-payment__text::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #CC0000;
	opacity: 0;
}

.order-payment__radio:checked + .order-payment__text::after {
	opacity: 1;
}

.order-payment__radio:checked + .order-payment__text::before {
	border: 2px solid #CC0000;
}

.order-payment__payment-address .order-payment__heading {
	margin-bottom: 0;
}

.order-payment__payment-address {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.product-card__gallery {
	max-width: 650px;
	height: 768px;
}

.product-card__gallery .swiper-slide img {
	object-fit: contain;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.product-card__gallery-swiper {
	max-width: 650px;
	max-height: 650px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}

.product-card__gallery-thumbs {
	max-width: 650px;
	width: 100%;
	max-height: 102px;
	height: 100%;
	box-sizing: border-box;
}

.product-card__gallery-thumbs .swiper-wrapper {
	gap: 16px;
}

.product-card__gallery-thumbs .swiper-slide {
	max-width: 102px;
	max-height: 102px;
	height: 100%;
	width: 100%;
}

.product-card__gallery-thumbs .swiper-slide-thumb-active {
	outline: 4px solid #CC0000;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero__btn_right, .hero__btn_left {
	z-index: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100px;
	height: 60px;
	cursor: pointer;
}

.hero__btn_right {
	background-image: url("images/hero-btn-next.svg");
}

.hero__btn_left {
	background-image: url("images/hero-btn-prev.svg");
}

.hero__slide {
	background-color: transparent;
}

.hero__slider {
	background-color: transparent;
	overflow: hidden;
}

.hero__pagination {
	position: absolute;
	max-width: 100px;
	width: 100%;
	display: flex;
	gap: 6px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 1;
}

.hero__pagination .swiper-pagination-bullet {
	height: 12px;
	width: 11.5px;
	transform: skew(-20deg);
	background-color: rgba(255, 255, 255, 0.5);
}

.hero__pagination .swiper-pagination-bullet-active {
	background-color: #CC0000;
}

@media (max-width: 1550px) {
	.contacts__social_header {
		gap: 10px;
	}

	.contacts__item_header {
		width: 100%;
		height: 100%;
		background-color: transparent;
	}

	.header__left-side .header__list {
		gap: 20px;
	}
}

@media (max-width: 1500px) {
	.product-card__goods {
		flex-wrap: wrap;
	}
}

@media (max-width: 1470px) {
	.basket_description_header {
		display: none;
	}

	.logo__image {
		max-width: 267px;
	}

	.content {
		padding: 0 20px;
	}

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

	.ordering-cart__cost {
		gap: 5px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ordering-cart__info {
		max-width: 528px;
		width: 100%;
	}

	.ordering-cart__item {
		gap: 18px;
	}
}

@media (max-width: 1337px) {
	.product-card__goods {
		flex-wrap: nowrap;
		width: 1400px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1320px) {
	.profile_description_header {
		display: none;
	}

	.heading_size_lg {
		font-size: 20px;
	}

	.header__nav .nav__link {
		font-size: 10px;
	}

	.nav__btn {
		font-size: 10px;
	}
}

@media (max-width: 1300px) {
	.profile_description_header {
		display: none;
	}

	.heading_size_lg {
		font-size: 20px;
	}

	.header__nav .nav__link {
		font-size: 10px;
	}

	.nav__btn {
		font-size: 10px;
	}

	.main-category__item_full-lenght {
		grid-column: auto;
	}

	.main-category__list {
		justify-content: center;
		grid-template-columns: repeat(auto-fit, 335px);
	}

	.helper__image {
		height: 480px;
	}

	.quick-guide {
		flex-direction: column;
	}

	.form__address {
		flex-direction: column;
	}

	.hero__heading_size_s {
		font-size: 12px;
		line-height: 22px;
		font-weight: 500;
		color: #ADADAD;
	}

	.hero__heading_size_lg {
		font-size: 28px;
		line-height: 36px;
		font-weight: 700;
		color: white;
	}

	.hero__pagination {
		display: none;
	}

	.main-heading__name_product {
		display: flex;
	}

	.product-card__caption {
		display: none;
	}

	.product-card__btn {
		padding: 13px 30px;
	}
}

@media (max-width: 1169px) {
	.hero__description {
		width: 80%;
		margin: 0 20px;
		right: 1%;
		bottom: 5%;
	}
}

@media (max-width: 1120px) {
	.product-card__heading {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1095px) {
	.header__left-side .header__item_desktop {
		display: none;
	}

	.header__item_burger {
		display: block;
	}

	.header__left-side .header__list {
		flex-direction: row-reverse;
	}
}

@media (max-width: 1080px) {
	.helper__image {
		height: 400px;
	}

	.feedback-form__container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.support-sidebar__social {
		display: none;
	}

	.orders__container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.ordering-cart__content {
		flex-direction: column;
	}

	.ordering-sidebar {
		width: 100%;
		max-width: none;
	}

	.wish-list__container {
		flex-direction: column;
		align-items: center;
	}

	.account-sidebar {
		max-width: none;
	}

	.personal-info__container {
		flex-direction: column;
	}

	.order-payment__container {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.helper__container {
		flex-direction: column;
		align-items: center;
		min-height: 815px;
		padding: 20px;
	}

	.helper__content {
		gap: 32px;
		align-items: center;
	}

	.helper__caption {
		align-items: center;
	}

	.helper__heading {
		text-align: center;
	}

	.helper__description {
		text-align: center;
		font-size: 18px;
	}

	.helper__search {
		flex-direction: column;
		margin-bottom: 0;
	}

	.helper__btn {
		min-width: 295px;
		max-width: 100%;
	}

	.helper__contacts {
		align-items: center;
	}

	.helper__subscription {
		text-align: center;
	}

	.helper__image {
		height: 241px;
		right: 50%;
		transform: translateX(50%);
	}
}

@media (max-width: 830px) {
	.heading_size_xl {
		font-size: 26px;
		line-height: 36px;
	}

	.hero {
		margin-bottom: 45px;
	}

	.hero__btn_left_mob, .hero__btn_right_mob {
		display: block;
	}

	.hero__btn_left_desc, .hero__btn_right_desc {
		display: none;
	}

	.helper__container {
		height: 815px;
	}

	.footer {
		height: 100%;
		background-image: url(images/footer-background-mob.png);
		background-size: 100% 100%;
		padding: 100px 20px 35px 20px;
	}

	.footer__container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 52px;
	}

	.footer__list {
		flex-direction: column;
		gap: 52px;
		margin-bottom: 52px;
		justify-content: center;
		align-items: flex-start;
	}

	.footer__contacts {
		margin-top: 20px;
		flex-direction: column;
		gap: 52px;
	}

	.footer__secured {
		flex-direction: column;
		gap: 11px;
		align-items: flex-start;
	}

	.search__content {
		display: flex;
		flex-direction: column;
	}

	.search__heading {
		padding: 8px 16px;
		width: 196px;
	}

	.search__title {
		font-size: 16px;
	}

	.search__subscription {
		display: none;
	}

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

	.product-card__caption > svg {
		margin-top: 0;
	}

	.product-card__tabs .simplebar-track {
		opacity: 0;
	}

	.product-card__box_other .simplebar-track {
		opacity: 0;
	}

	.product-card__goods {
		margin-bottom: 0;
	}

	.tabs__table {
		max-width: 1200px;
	}

	.table__data_right {
		width: 900px;
	}

	.product-card__box .simplebar-track {
		opacity: 0;
	}
}

@media (max-width: 775px) {
	.header {
		height: 64px;
		margin-bottom: 16px;
	}

	.header__logo > .logo__image {
		max-width: 239px;
	}

	.header__container {
		padding: 15px;
		justify-content: space-around;
	}

	.header__left-side .header__list {
		gap: 28px;
		flex-direction: row;
	}

	.header__right-side {
		display: none;
	}

	.header__item_desktop {
		display: none;
	}

	.header__item_mobile {
		display: flex;
	}

	.news__card {
		max-width: 335px;
	}

	.hero__heading_size_lg {
		font-size: 16px;
		line-height: 18px;
	}

	..hero__heading_size_s {
		font-size: 14px;
		color: #dedede;
	}

	.swiper-slide img {
		filter: brightness(0.7);
	}

	.hero__btn_right, .hero__btn_left {
		top: 40%;
	}

	.news__box {
		max-width: 1069px;
	}

	.delivery-and-payment__icon {
		display: none;
	}

	.feedback-form__box {
		padding: 20px;
	}

	.feedback-form__content {
		align-items: center;
		gap: 16px;
	}

	.form__name-and-surname, .form__phone-and-email {
		flex-direction: column;
	}

	.feedback-form__area {
		height: 100px;
	}

	.form__btn {
		padding: 13px 4px;
		width: 100%;
	}

	.order-card__info {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-card__right-side .order-card__static {
		gap: 10px;
	}

	.order-card__price-tag {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-card {
		flex-direction: column;
		gap: 10px;
	}

	.order-card__number {
		font-size: 16px;
	}

	.order-card__picture {
		width: 100%;
	}

	.order-card__cost {
		font-size: 20px;
	}

	.order-card__description {
		word-wrap: break-word;
		word-break: break-all;
	}

	.ordering-cart__card {
		flex-direction: column;
	}

	.ordering-cart__image {
		height: 120px;
		width: 300px;
	}

	.personal-info__name-and-surname, .personal-info__phone-and-email {
		flex-direction: column;
	}

	.personal-info__subheading {
		gap: 10px;
	}

	.personal-info__input {
		padding: 5px 10px;
	}

	.personal-info__input::-moz-placeholder {
		font-size: 14px;
	}

	.personal-info__input::placeholder {
		font-size: 14px;
	}

	.personal-info__btns {
		flex-direction: column;
	}

	.personal-info__box {
		padding: 24px;
	}

	.personal-info__title {
		font-size: 16px;
	}

	.personal-info__btn_subheading {
		min-width: 20px;
		min-height: 20px;
		flex-shrink: 0;
	}

	.production__content {
		gap: 32px;
	}

	.product-card__gallery {
		height: auto;
	}
}

@media (max-width: 715px) {
	.product-card__gallery {
		width: 400px;
	}
}

@media (max-width: 680px) {
	.production__filter {
		display: none;
	}

	.filter-mobile {
		display: block;
	}

	.production__content {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

	.hero__btn_right {
		background-image: url("images/hero-btn-next-mob.svg");
	}

	.hero__btn_left {
		background-image: url("images/hero-btn-prev-mob.svg");
	}

	.hero__btn_right, .hero__btn_left {
		height: 57px;
		width: 60px;
	}

	.card {
		max-width: 100%;
	}

	.card img {
		width: 100%;
	}
}

@media (max-width: 470px) {
	.personal-info__content {
		padding: 30px;
	}

	.content {
		padding: 0 16px;
	}

	.product-card__gallery {
		max-width: 320px;
	}

	.product-card__gallery-thumbs .swiper-wrapper {
		justify-content: center;
	}

	.product-card__cost {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-card__btn {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.header__logo > .logo__image {
		max-width: 100%;
	}

	.profile_footer > svg {
		display: none;
	}

	.main-category__list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.main-category__item {
		max-width: 335px;
		width: 100%;
	}

	.order-card__general {
		gap: 6px;
	}

	.account-sidebar__image {
		padding: 15px 14px;
	}

	.account-sidebar__heading {
		gap: 8px;
	}

	.ordering-cart__card {
		padding: 32px 10px;
	}

	.ordering-cart__elements {
		gap: 10px;
	}

	.card__image {
		min-height: 100px;
	}

	.card {
		width: 100%;
		min-width: auto;
	}

	.wish-list__grid {
		display: flex;
		flex-direction: column;
	}

	.goods__grid {
		display: flex;
		flex-direction: column;
	}

	.card__price-and-btn {
		justify-content: center;
		gap: 15px;
	}

	.personal-info__static {
		word-break: break-all;
	}

	.personal-info__btn_edit > svg {
		display: none;
	}

	.personal-info__btn_edit {
		margin: 0 auto;
	}

	.pagination {
		gap: 12px;
	}
}
