@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}

html {
	font-size: 14px;
}

.form-control:focus {
	color: #212529;
	background-color: #f3f3f3;
	border-color: #000000;
	outline: 0;
	box-shadow: none;
}

:focus {
	outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.checkbox {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox label:after {
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	outline: 2px solid #000000;
	position: absolute;
	top: 3px;
	left: 3px;
}

.checkbox input[type=checkbox]:hover+label:after {
	background-color: #c7c7c7;
}

.checkbox .control-label {
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
}

.checkbox input[type=checkbox]:checked+label:after {
	width: 15px;
	height: 15px;
	background-color: #000000;
}

li {
	list-style-type: none;
	/* Убираем маркеры */
}

ul {
	margin-left: 0;
	/* Отступ слева в браузере IE и Opera */
	padding-left: 0;
	/* Отступ слева в браузере Firefox, Safari, Chrome */
}

a:active,
a:hover,
a {
	text-decoration: none;
	color: #000000;
}

.carousel-indicators [data-bs-target] {
	background-color: #000;
}

.pt-per-5 {
	padding-top: 5%;
}

.mt-per-5 {
	margin-top: 5%;
}

.mt-per-8 {
	margin-top: 8%;
}

.mt-per-header-5 {
	margin-top: 5%;
}

.mt-per-10 {
	margin-top: 10%;
}
.mb-per-2 {
	margin-bottom: 2%;
}

.mb-per-4 {
	margin-bottom: 4%;
}

.mb-per-5 {
	margin-bottom: 5%;
}

.mb-per-10 {
	margin-bottom: 10%;
}

.mb-per-15 {
	margin-bottom: 15%;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mt-13 {
	margin-top: 13rem !important;
}

/* Скрытие - Скрол бара (ScrollBar) */
::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #000000;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px
}

::-webkit-scrollbar {
	width: 4px;
}

/* END Скрытие - Стилизация Скрол бара (ScrollBar) */
/* header */
.header {
	padding: 0;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	position: fixed;
	height: 108px;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav {
	margin-right: 50px;
}

.nav__wrapper {
	display: flex;
	align-items: center;
}

.logo {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.logo:hover {
	color: #555555;
}

.header {
	transition: all 0.3s ease-in-out;
}

.burger {
	display: none;
}

.menu {
	display: none;
}

.cart__wrapper {
	display: flex;
	align-items: center;
}

.a-btn__header {
	position: relative;
	margin-right: 1rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.15rem;
	text-transform: uppercase;
	color: #000000;
	transition: .3s;
}

.a-btn__header:hover {
	color: #000000;
}

.a-btn__header:hover::after {
	width: 100%;
}

.a-btn__header:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #000000;
	content: "";
	transition: .3s;
}

.cart-btn {
	display: flex;
	align-items: center;
}

.cart-count {
	margin-bottom: 0;
	margin-top: revert;
}

.header .a-btn__header {
	color: #000000;
}

.scrolled {
	background-color: #000000;
	z-index: 1000;
	height: 75px;
}

.scrolled .logo{
	color: #ffffff;
	font-size: 1.5rem;
	transition: all 0.3s ease-in-out;
}

.scrolled .a-btn__header {
	color: #ffffff;
	font-size: 0.75rem;
	transition: all 0.3s ease-in-out;
}

.scrolled .a-btn__header:after {
	background: #ffffff;
}

.scrolled .cart-btn {
	color: #ffffff;
}

.scrolled .nav-link {
	padding: 0.2rem 1rem;
}

.scrolled .cart-svg {
	fill: #ffffff;
}

/* header end */

html {
	position: relative;
	min-height: 100%;
}

.h1__caption {
	text-transform: initial;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.1rem;
}

.p__caption {
	text-transform: initial;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.7rem;
}

.a-btn-link {
	position: relative;
	padding-bottom: 3px;
	margin-right: 1rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.15rem;
	text-transform: uppercase;
	color: #555555;
	transition: .3s;
	border: none;
	background: none;
	padding-left: 0;
}

.a-btn-link:hover {
	color: #000000;
}

.a-btn-link:hover::after {
	width: 100%;
}

.a-btn-link::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #000000;
	content: "";
	transition: .3s;
}

.black-img__wrapper {
	padding: 5% 0%;
}

.black-img {
	background: linear-gradient(to top right, #0c0c0c, #3d3e3e);
	height: 25em;
	box-shadow: -17px 14px 13px 3px rgb(120 120 118);
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.black-img-h {
	color: white;
	font-size: 3.6em;
	font-weight: 700;
	text-shadow: 0 2px 0 #5f5f60, -9px 7px 6px #030304;
	text-transform: uppercase;
}

.black-img-p {
	color: white;
	font-size: 2em;
	font-weight: 400;
	text-shadow: 0 2px 0 #5f5f60, -9px 7px 6px #030304;
	text-transform: uppercase;
}

.img-center__wrapper {
	object-fit: cover;
	object-position: top;
	overflow: hidden;
}

.img-center {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.img-responsive {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.home-page__wrapper .img-responsive {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.border-b {
	padding-bottom: 2.5%;
	border-bottom: 1px solid rgba(43, 46, 52, .4705882353);
}

.catalog-list__wrapper {
	display: grid;
	grid-template: repeat(1, 1fr)/repeat(1, 1fr);
	grid-auto-flow: dense;
	grid-column-gap: 16px;
	grid-row-gap: 35px;
	margin-top: 0;
}

.product-img__wrapper {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-img__wrapper :hover {
	filter: brightness(0.5);
}

.product-desc__wrapper {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.h3__caption{
	margin-bottom: 2rem;
}

.product-price__wrapper {
	width: 60%;
	display: flex;
	justify-content: flex-end;
}

.product-price {
	font-weight: 500;
	font-size: 1.2em;
}

.catalog__wrapper {
	min-height: 100vh;
}

.search-form__wrapper {
	display: grid;
	grid-template-columns: 20% 1fr;
	grid-gap: 25px;
}

.search-left-panel__wrapper {
	position: sticky;
	max-height: 78vh;
	top: 145px;
	overflow: scroll;
	z-index: 150;
	overflow-x: hidden;
}

.search-products__wrapper
{
	width: 100%;
	min-height: 80vh;
}

.searchByName {
	width: 100%;
	padding: 16px;
	padding-right: 90px;
	font-size: 1rem;
	line-height: 1.4;
	outline: none;
	border: none;
	background-color: #f3f3f3;
	color: #000000;
	border-radius: 0;
}
.autocomplete__clear {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.autocomplete__results {
	position: static;
	max-height: 320px;
	width: auto;
	border: none;
	overflow-x: hidden;
	border-radius: 0px 0px 10px 10px;
}
.autocomplete__results {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
	position: absolute;
	max-height: 400px;
	overflow-y: auto;
	background: #fff;
	width: 100%;
	color: #000;
}
.autocomplete__results .autocomplete__results-item {
	position: relative;
	padding: 0 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 1rem;
	line-height: 2rem;
	background: rgba(0, 0, 0, 0.8);
	transition: 0.35s ease-in-out;
}
.autocomplete__results .autocomplete__results-item:hover {
	color: rgb(0, 0, 0);
	background: rgba(210, 210, 210, 0.5);
	transition: 0.25s ease-in-out;
}

.search-input__inline {
	margin-top: 1em;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: space-between;
}

.open-input {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000000;
	justify-content: space-between;
	cursor: pointer;
}

.search-form-control {
	border: none;
	width: 70%;
	padding: 0.4rem 0.8rem;
}

.icon-plus {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.icon-plus {
	background:
			linear-gradient(#000 0 0),
			linear-gradient(#ffffff 0 0);
	background-position: center;
	background-size: 50% 2px, 2px 50%;
	background-repeat: no-repeat;
}
.icon-plus-active {
	background:
			linear-gradient(#000 0 0),
			linear-gradient(#000 0 0);
	background-position: center;
	background-size: 50% 2px, 2px 50%;
	background-repeat: no-repeat;
}

.search-input {
	display: flex;
	border: 1px solid #c0c0c0;
	width: 49%;
	align-items: center;
	justify-content: space-around;
}

.form-clear__wrapper {
	display: flex;
	justify-content: center;
}

.form__clear {
	width: 95%;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
}
.form__clear:hover {
	background-color: #c7c7c7;
	color: #000;
}

.form-catalog__text {
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.5rem;
}

.form-catalog__select {
	width: 100%;
	padding: 13px;
	background-color: #f3f3f3;
	border-radius: 0;
	cursor: pointer;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #000;
}

.search-result__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.search-card__wrapper {
	position: relative;
	/* min-height: 290px;
	max-height: 450px; */
	overflow: hidden;
	border: 1px solid #000;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.search-card__wrapper:hover {
	outline: 1px solid #000;
}
/* .search-card__info {
	height: 87%;
} */

.search-card__image-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-card__image {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.footer-card__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5px;
}

.addToCart {
	width: 100%;
}

.btn-addToCart {
	width: 100%;
	padding: 5px;
	background-color: rgb(0, 0, 0);
	border: 1px solid #000;
	color: #fff;
	border-top: 3px solid #000;
}

.footer-card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2rem;
	margin-top: 1rem;
}

.footer-card__price {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2rem;
	margin-top: 1.1rem;
}

.btn-addToCart:hover {
	color: #000;
	background-color: #c7c7c7;
}

.pagination__wrapper {
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 1% 0 0 0;
	padding-left: 0;
	border-radius: 0;
	background: #ffffff;
	outline: 5px solid #fff;
	margin-top: 10px;
}

.pagination {
	align-items: center;
}

.page-item.active .page-link {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}

.page-link {
	color: #000;
}
.page-link:hover {
	color: #000;
}

.active .page-link {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.product-card__total-wrapper {
	width: 20%;
}

.product-card__wrapper {
	border-bottom: 1px solid #000;
	padding: 2% 0;
}

.product-card  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.number {
	height: 100%;
	display: flex;
	border: 1px solid #000;
}

.number-cart {
	height: 100%;
	display: flex;
	border: 1px solid #000;
}

.minus,
.plus {
	width: 25px;
	height: 100%;
	border-radius: 0;
	border: none;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}

.quantity-count {
	width: 50px;
	text-align: center;
	font-size: 20px;
	border:  none;
	display: inline-block;
	vertical-align: middle;
}

.product-card__name {
	display: flex;
	align-items: center;
	width: 40%;
	justify-content: space-between;
}

.product-card__add {
	display: flex;
	align-items: center;
	height: 55px;
}

.product-card__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.addToCart__product-card {
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	margin-left: 4%;
	color: #fff;
	background-color: #000;
}

.addToCart__product-card:hover {
	color: #000;
	background-color: #c7c7c7;
}

.gray-line {
	border-bottom: 1px solid #b1b1b1;
	margin: 5% 0 4% 0;
	width: 100%;
}

.slick-slide {
	margin-right: 15px;
}

.slick-list {
	margin-right: -100px;
}

.product-card-slider__wrapper .slick-track {
	height: 75vh;
	display: flex;
}

.slick-slider-card-img {
	height: 100%;
}

.product-card__description-wrapper {
	padding: 1% 0;
}

.product-card__description {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.min-description-p {
	font-size: 0.8rem;
	margin-right: 5%;
	vertical-align: super;
}

.product-card__description-p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}

.product-card__tabl-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
	margin-top: 2%;
}

.product-card__tl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid #000;
	height: 55px;
	padding-top: 7px;
}

.product-card__characteristic {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.product-card__min-description {
	width: 30%;
	margin-top: 2%;
}

.similar-product__wrapper {
	padding: 2% 0;
}

.similar-product {
	margin-top: 2%;
}

.similar-product .slick-track {
	margin-left: 0;
}

section.wrapper__everything {
	margin-bottom: 60vh;
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.footer__wrapper {
	background-color: #000000;
	height: 60vh;
	visibility: visible;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer-logo {
	font-size: 12rem;
	color: #fff;
	font-weight: 600;
}
.footer-logo::selection {
	background-color: #fff;
	color: #000;
}

.footer-logo__wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.footer-box {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-caption {
	color: #fff;
}

.footer-caption::selection {
	background-color: #fff;
	color: #000;
}

.footer-caption::-moz-selection {
	background-color: #fff;
	color: #000;
}

.footer-text {
	color: #676767;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.23em;
	letter-spacing: 0em;
	margin-bottom: 0;
}

.footer-hov:hover {
	color: #fff;
}

.footer-text::selection {
	background-color: #fff;
	color: #000;
}

.footer-text::-moz-selection {
	background-color: #fff;
	color: #000;
}

.footer-about__wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	padding: 3% 0 0 0;
}

.footer-contact__wrapper {
	padding: 3% 0 0 0;
	width: 16%;
	display: flex;
	flex-direction: column;
}

.footer-social__wrapper {
	padding: 3% 0 0 0;
	width: 13%;
	display: flex;
	flex-direction: column;
}

.footer-corp__wrapper {
	padding: 3% 0 0 0;
	width: 14%;
	display: flex;
	flex-direction: column;
}

.container-cart__wrapper {
	display: flex;
	flex-wrap: wrap;
	min-height: 85vh;
	justify-content: space-between;
}

.cart-left__wrapper {
	width: 65%;
}

.cart-right {
	width: 30%;
}

.product-cart__wrapper {
	display: flex;
	flex-wrap: nowrap;
	height: 15em;
	align-items: center;
	padding: 30px 0px;
	border-bottom: 1px solid #b1b1b1;
}

.product-cart-img__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 20%;
}

.product-cart-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.product-cart__total-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 45%;
	justify-content: space-between;
}

.product-cart-decript__wrapper {
	width: 30%;
	padding-left: 10%;
}

.cart-total-price {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 0;
}

.cart-right__wrapper {
	width: 30%;
	background: #f1f1f1;
	padding: 30px;
	min-height: min-content;
	height: 100%;
	position: sticky;
	top: 10%;
}

.cart__btn-remove {
	border: none;
	background-color: #fff;
}

.cart__btn-checkout {
	width: 100%;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	padding: 5px;
}

.cart__btn-checkout:hover {
	background-color: #c7c7c7;
	color: #000;
}

.cart__btn-no-checkout {
	width: 100%;
	color: #000;
	background-color: #f1f1f1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	padding: 5px;
	margin-top: 15px;
}

.cart__btn-no-checkout:hover {
	background-color: #c7c7c7;
}

.back-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #000;
	font-size: 14px;
	margin: 25px 0;
}

.cart__total-price {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.3rem;
}

.product-cart-chechout__wrapper {
	display: flex;
	align-items: center;
	height: 10em;
	padding: 20px 0;
	border-bottom: 1px solid #b1b1b1;
}

.cart-chechout-name__wrapper {
	width: 60%;
	margin-left: 20px;
}

.product-cart-chechout__quantity {
	width: 10%;
}

.form-group__cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-group__cont-input {
	width: 100%;
	padding: 40px 0 5px 0;
	border: none;
	border-bottom: 1px solid #b1b1b1;
}

.form-group__cont-input__wrapper {
	width: 48%;
}

.form-group-gift__wrapper {
	margin-top: 40px;
}

.cart-chechout__wrapper {
	overflow: scroll;
	max-height: 25em;
}

.checkout-cart-empty__wrapper {
	text-align: center;
	padding: 25px 0;
}

.cart-emty-svg {
	margin-bottom: 15px;
}

.completed-order__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.loader__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 59%;
	padding-bottom: 25%;
	padding-top: 25%;
	background-color: rgb(255 255 255 / 73%);
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #000;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.black-img-faq-h {
	color: white;
	font-size: 3em;
	font-weight: 600;
	text-shadow: 0 2px 0 #5f5f60, -9px 7px 6px #030304;
	text-transform: uppercase;
}

.black-img-faq-svg {
	width: 25%;
	margin-bottom: 30px;
}

.contacts__wrapper,
.info-page__wrapper {
	display: flex;
	min-height: 100vh;
	align-items: flex-start;
	flex-wrap: wrap;
}

.info-page__caption {
	font-size: 1.85rem;
}

.info-page__p {
	line-height: 1.45;
	font-size: 1.2rem;
	font-weight: 400;
	word-break: break-all;
}

.img-cooperation__wrapper {
	padding-right: 10%;
}

.a-btn-link__contacts {
	font-size: 1.35rem;
}

._404__wrapper {
	min-height: 100vh;
	padding: 20vh 0;
}

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

.btn__general {
	width: 250px;
	height: 50px;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	padding: 5px;
}

.btn__general:hover {
	color: #000;
	background-color: #c7c7c7;
}

._404__caption {
	font-size: 50px;
}

.breadcrumb__wrapper {
	top: 90px;
	z-index: 10;
	position: fixed;
	width: 100%;
	background-color: #fff;
	height: 55px;
	display: flex;
	align-items: center;
}

.breadcrumb {
	margin-bottom: 0;
}

#cookie-notification {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 0;
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	display: none;
	width: 300px;
	border-radius: 5px;
	z-index: 100;
	border: 1px solid #fff;
	justify-content: space-between;
	font-size: 1em;
	align-items: center;
	padding: 15px;
}

.cookie-btn {
	background-color: #000000;
	border: none;
	margin: 0;
	color: #fff;
	font-size: 1rem;
	transition: all 0.3s ease-in-out;
	padding: 0;
}

.cookie-btn:hover {
	color: #ffffff;
}

.cookie-btn:after {
	background: #ffffff;
}

.cookie-p {
	margin: 0;
}

.privacy__wrapper {
	min-height: 100vh;
}

.privacy__p {
	line-height: 1.45;
	font-size: 1.2rem;
	font-weight: 600;
	word-break: break-all;
}

.addToCart__product-card-disabled {
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	margin-left: 4%;
	color: #fff;
	background-color: #000;
	opacity: 0.4;
}

.configurator-form__wrapper {
	min-height: 250px
}

.configurator__wrapper {
	display: flex;
	background-color: #dedede;
	flex-direction: column;
	padding: 20px;
	min-height: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
}

.configurator__wrapper.active {
	background-color: #b8b8b8;
}

.configurator__wrapper.checked {
	animation: change-color 1s ease-in-out;
}
@keyframes change-color {
	0% {
		background-color: #dedede;
	}

	50% {
		background-color: #b5e5d5;
	}

	100% {
		background-color: #b8b8b8;
	}
}

.radio-btn {
	position: relative;
	border: none;
	background: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 30px;
}

.radio-btn::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 50%;
}

.radio-btn::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
	left: 7px;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.radio-btn.active::after {
	opacity: 1;
}

a.arrow-3.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

a.arrow-3.disabled .arrow-3-iconcircle {
	display: none;
}

.arrow-3 {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
}

.arrow-3 .arrow-3-icon {
	position: relative;
	top: -1px;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.arrow-3 .arrow-3-iconcircle {
	transition: stroke-dashoffset .3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
}

.arrow-3:hover .arrow-3-icon {
	transform: translate3d(0, 0, 0);
}

.arrow-3:hover .arrow-3-iconcircle {
	stroke-dashoffset: 0;
}

@media (min-width: 1880px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1880px;
	}

	.catalog-list__wrapper {
		grid-template: repeat(1, 1fr)/repeat(3, 1fr);
		grid-column-gap: 24px;
	}

	.black-img__wrapper {
		padding: 5% 16% 5% 16%;
	}

	.search-card__image {
		height: 270px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {

	.header {
		height: 100px;
	}

	h3 {
		font-size: 1.25rem;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1375px;
	}

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

	.black-img__wrapper {
		padding: 5% 5%;
	}

	.black-img-faq-h {
		font-size: 2.8em;
	}

	.h1__caption {
		font-size: 2.2rem;
		line-height: 2.5rem;
	}

	.btn-addToCart {
		padding: 3px;
	}

	.catalog-list__wrapper {
		grid-template: repeat(1, 1fr)/repeat(3, 1fr);
	}

	.search-result__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
	}

	.searchByName {
		font-size: 0.70rem;
	}

	.a-btn__header {
		font-size: 0.9rem;
	}

	.footer-card__price {
		font-size: 1rem;
	}

	.black-img {
		height: 335px;
	}

	.breadcrumb__wrapper {
		height: 45px;
	}

	.p__caption {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.img-responsive {
		height: 335px;
	}

	.search-form__wrapper {
		grid-template-columns: 25% 1fr;
	}

	.search-card__image {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover; /* Обрезает изображение, чтобы заполнить контейнер */
	}

	.info-page__caption {
		font-size: 1.55rem;
	}

	.product-card-slider__wrapper {
		margin-top: 8%;
	}

	.product-card__name {
		width: 50%;
	}

	.cart-right__wrapper {
		width: 40%;
	}

	.cart-left__wrapper {
		width: 55%;
	}

	.product-card__total-wrapper {
		width: 35%;
	}

	.footer-contact__wrapper {
		width: 20%;
	}

	.footer-social__wrapper {
		width: 11%;
	}

	.footer-corp__wrapper {
		width: 19%;
	}

	.footer-logo {
		font-size: 6rem;
	}
}

@media (min-width: 1600px) and (max-width: 1879px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}

	.black-img__wrapper {
		padding: 5% 8%;
	}

	.search-form__wrapper {
		grid-template-columns: 28% 1fr;
	}

	.catalog-list__wrapper {
		grid-template: repeat(1, 1fr)/repeat(3, 1fr);
		grid-column-gap: 24px;
	}

	.search-result__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	}

	.search-card__image {
		height: 270px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.black-img__wrapper {
		padding: 5% 16% 5% 16%;
	}
	.search-card__image {
		height: 240px;
	}

	.p__caption {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}

	.search-form__wrapper {
		grid-template-columns: 28% 1fr;
	}

	.product-card__name {
		width: 60%;
	}

	.product-card__total-wrapper {
		width: 35%;
	}

	.product-card-slider__wrapper {
		margin-top: 10%;
	}
}

@media (max-width: 1023px)  {

	.search-form__wrapper {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 16px;
	}

	.header {
		position: fixed;
		top: -1px;
	}

	.burger {
		display: flex;
		width: 32px;
		height: 46px;
		background: rgba(255, 255, 255, 0);
		cursor: pointer;
		position: sticky;
		z-index: 1000;
	}

	.burger-line {
		display: block;
		background: #000;
		width: 28px;
		height: 2px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition-property: top, transform;
		transition-duration: .2s, .2s;
		transition-delay: .2s, 0s;
	}

	.scrolled .burger-line {
		background: rgb(255, 255, 255);
	}

	.burger-line:first-child {
		top: -17px;
	}

	.burger-line__active:first-child {
		top: 0;
		transform: rotate(45deg);
		transition-delay: 0s, .2s;
	}

	.burger-line-center__active {
		opacity: 0;
		transition-duration: .2s;
	}

	.burger-line-center {
		transition-property: opacity;
		transition-duration: .2s;
	}

	.burger-line:last-child {
		top: 15px;
	}

	.burger-line__active:last-child {
		top: 0;
		transform: rotate(-45deg);
		transition-delay: 0s, .2s;
	}

	/* menu */

	.menu {
		display: flex;
		position: fixed;
		background-color: #ffffff;
		overflow: hidden;
		top: 0;
		bottom: 0;
		width: 100%;
		right: 100%;
		transition: 1000ms;
		z-index: 200;
	}

	.menu__active {
		right: 0;
	}

	.menu-content {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}

	.menu__wrapper {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.menu-wrapper__items {
		display: flex;
		flex-direction: column;
		margin-top: 12%;
	}

	.menu__item {
		position: relative;
		display: inline-block;
		font-style: normal;
		font-weight: normal;
		font-size: 1.33em;
		color: #fff;
		margin-bottom: 20px;
	}

	.menu__a {
		color: #070707;
		font-size: 1.35em;
		line-height: 1.5;
		font-weight: 400;
		border-color: transparent;
		border-style: solid;
	}

	.menu__h2 {
		color: #070707;
		font-size: 2.6em;
		line-height: 1.2;
		font-weight: 600;
		border-color: transparent;
		border-style: solid;
	}

	.menu__h2 span {
		color: #dc143c;
	}

	.menu__h3 {
		color: #070707;
		font-size: 2.1em;
		line-height: 1.7;
		font-weight: 600;
		border-color: transparent;
		border-style: solid;
	}

	.menu__contacts-soc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 100%;
		align-content: center;
	}

	.menu__h4-contacts {
		color: #070707;
		font-size: 2em;
		line-height: 1.5;
		font-weight: 400;
		border-color: transparent;
		border-bottom: 1px solid;
		width: fit-content;
	}

	.menu__h4-contacts:hover {
		color: #dc143c;
	}

	.menu__h4-soc {
		font-size: 2em;
		line-height: 1.5;
		font-weight: 400;
		border-color: transparent;
		border-bottom: 1px solid;
		width: fit-content;
	}

	.menu__h4-soc:hover {
		color: #dc143c;
	}

	.menu__tel-soc {
		height: 25vh;
	}

	/* menu */

	.nav {
		display: none;
	}

	.search-left-panel__wrapper {
		position: relative;
		top: 0%;
		max-height: none;
		overflow: visible;
	}

	.pagination__wrapper {
		position: relative;
		margin-top: 18%;
	}

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

	.product-card__name {
		width: 100%;
		flex-wrap: wrap;
	}

	.product-card__total-wrapper {
		width: 100%;
	}

	.product-card__tabl-wrapper {
		width: 100%;
	}

	.product-card__min-description {
		width: 100%;
	}

	.variable-width .slick-track {
		height: 50vh;
		overflow: hidden;
		object-fit: cover;
		width: 100%;
	}

	.slick-track img {
		object-fit: cover;
		width: 100%;
		height: inherit;
	}

	.order-block-1 {
		order: 1;
	}

	.order-block-2 {
		order: 2;
	}

	.h1__caption {
		margin-top: 5%;
	}
}

@media screen and (max-width: 439px) {

	.mt-per-header-5 {
		margin-top: 30%;
	}

	.burger {
		display: flex;
		width: 32px;
		height: 46px;
		background: rgba(255, 255, 255, 0);
		cursor: pointer;
		position: sticky;
		z-index: 1000;
	}

	.burger-line {
		display: block;
		background: #000;
		width: 28px;
		height: 2px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition-property: top, transform;
		transition-duration: .2s, .2s;
		transition-delay: .2s, 0s;
	}

	.scrolled .burger-line {
		background: rgb(255, 255, 255);
	}

	.burger-line:first-child {
		top: -17px;
	}

	.burger-line__active:first-child {
		top: 0;
		transform: rotate(45deg);
		transition-delay: 0s, .2s;
	}

	.burger-line-center__active {
		opacity: 0;
		transition-duration: .2s;
	}

	.burger-line-center {
		transition-property: opacity;
		transition-duration: .2s;
	}

	.burger-line:last-child {
		top: 15px;
	}

	.burger-line__active:last-child {
		top: 0;
		transform: rotate(-45deg);
		transition-delay: 0s, .2s;
	}

	/* menu */

	.menu {
		display: block;
		position: fixed;
		background-color: #ffffff;
		overflow: scroll;
		top: 0;
		bottom: 0;
		width: 100%;
		right: 100%;
		transition: 1000ms;
		z-index: 200;
		padding-top: 75px;
	}

	.menu__active {
		right: 0;
	}

	.menu-content {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}

	.menu__wrapper {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.menu-wrapper__items {
		display: flex;
		flex-direction: column;
	}

	.menu__item {
		position: relative;
		display: inline-block;
		font-style: normal;
		font-weight: normal;
		font-size: 1.33em;
		color: #fff;
		margin-bottom: 20px;
	}

	.menu__a {
		color: #070707;
		font-size: 1.35em;
		line-height: 1.5;
		font-weight: 400;
		border-color: transparent;
		border-style: solid;
	}

	.menu__h2 {
		color: #070707;
		font-size: 2.6em;
		line-height: 1.2;
		font-weight: 600;
		border-color: transparent;
		border-style: solid;
	}

	.menu__h2 span {
		color: #dc143c;
	}

	.menu__h3 {
		color: #070707;
		font-size: 1.8em;
		line-height: 1.8;
		font-weight: 400;
		border-color: transparent;
		border-style: solid;
	}

	.menu__contacts-soc {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		flex-direction: column;
	}

	.menu__h4-contacts {
		color: #070707;
		font-size: 1.55em;
		line-height: 1.8;
		font-weight: 400;
		border-color: transparent;
		border-bottom: 1px solid;
		width: fit-content;
	}

	.menu__h4-contacts:hover {
		color: #dc143c;
	}

	.menu__h4-soc {
		font-size: 2em;
		line-height: 1.5;
		font-weight: 400;
		border-color: transparent;
		border-bottom: 1px solid;
		width: fit-content;
	}

	.menu__h4-soc:hover {
		color: #dc143c;
	}


	/* menu */

	.header {
		position: fixed;
		top: -1px;
	}

	.nav {
		display: none;
	}

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

	.black-img__wrapper {
		padding: 0;
	}

	.black-img {
		height: 17em;
		margin-bottom: 10%;
	}

	.black-img-h {
		color: white;
		font-size: 2.5em;
		font-weight: 700;
		text-shadow: 0 2px 0 #5f5f60, -9px 7px 6px #030304;
	}

	.black-img-p {
		color: white;
		font-size: 1.7em;
		font-weight: 400;
		text-shadow: 0 2px 0 #5f5f60, -9px 7px 6px #030304;
	}


	.search-left-panel__wrapper {
		position: relative;
		top: 0%;
		max-height: none;
		overflow: visible;
	}

	.search-card__image {
		height: auto
	}

	.pagination__wrapper {
		position: relative;
		margin-top: 18%;
	}

	.slick-slide {
		margin-right: 0;
	}

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

	.product-card__name {
		width: 100%;
		flex-wrap: wrap;
	}

	.product-card__total-wrapper {
		width: 100%;
	}

	.product-card__tabl-wrapper {
		width: 100%;
	}

	.product-card__min-description {
		width: 100%;
	}

	.variable-width .slick-track {
		height: 50vh;
		overflow: hidden;
		object-fit: cover;
		width: 100%;
	}

	.product-card__characteristic {
		overflow: hidden;
	}

	.slick-track img {
		object-fit: contain;
		width: 100%;
		height: inherit;
	}

	.p__caption {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.h1__caption {
		font-size: 2.1rem;
		line-height: 2.6rem;
		margin-top: 5%;
	}

	.img-center__wrapper {
		height: auto;
	}

	.product-img__wrapper {
		height: auto;
	}

	.order-block-1 {
		order: 1;
	}

	.order-block-2 {
		order: 2;
	}

	.product-card__price-info {
		margin: 2% 0;
	}

	.product-card__min-description {
		display: none;
	}

	section.wrapper__everything {
		margin-bottom: 65vh;
	}

	.footer__wrapper {
		background-color: #000000;
		height: 65vh;
		visibility: visible;
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	.footer-logo {
		font-size: 2.9rem;
	}

	.footer-about__wrapper {
		width: 100%;
		padding: 3% 0 0 0;
		display: none;
	}

	.footer-contact__wrapper {
		padding: 3% 0 0 0;
		width: 100%;
	}

	.footer-social__wrapper {
		padding: 3% 0 0 0;
		width: 100%;
	}

	.footer-corp__wrapper {
		padding: 3% 0 0 0;
		width: 100%;
	}

	.cart-left__wrapper {
		width: 100%;
	}

	.cart-right__wrapper {
		width: 100%;
		margin-top: 25px;
	}

	.product-cart__wrapper {
		display: flex;
		flex-wrap: wrap;
		height: 15em;
		padding: 0;
	}

	.product-cart-img__wrapper {
		width: 35%;
	}

	.product-cart-decript__wrapper {
		width: 65%;
		padding-left: 5%;
	}

	.product-cart__total-wrapper {
		width: 100%;
	}

	.product-cart-img__wrapper {
		height: 60%;
	}

	.form-group__cont-input__wrapper {
		width: 100%;
	}

	.product-cart-chechout__wrapper {
		display: flex;
		height: 10em;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}

	.cart-chechout-name__wrapper {
		width: 55%;
		margin-left: 15px;
	}
	.product-cart-chechout__quantity {
		width: 15%;
	}

	._404__wrapper {
		padding: 0;
	}

	._404__caption {
		font-size: 30px;
	}

	.img-responsive {
		max-height: 240px;
	}

	.search-card__image {
		height: 250px;
	}

	.img-center {
		height: 250px;
	}

	.black-img-faq-h {
		font-size: 1.9em;
	}

	.img-cooperation__wrapper {
		padding-right: 0;
	}
	.breadcrumb {
		inline-size: max-content;
	}
	.loader__wrapper {
		padding-left: 40%;
		padding-top: 100%;
		z-index: 1000;
	}
	.privacy__p {
		font-size: 1rem;
	}

	.catalog__h {
		top: 20px;
		position: relative;
	}
}

@media screen and (max-width: 330px) {
	.logo {
		font-size: 1.5rem;
	}

	.black-img-h {
		font-size: 2.2em;
	}

	.footer-logo {
		display: none
	}

	.footer-text {
		font-size: 16px;
	}

	.footer-caption {
		font-size: 17px;
	}

	.footer-line__wrapper {
		display: none
	}
}