.grecaptcha-badge {
	visibility: hidden;
}

.admin_logged_in .header {
	top: 32px;
}

@media (min-width: 783px) {
	.admin_logged_in {
		position: relative;
	}
}

.breadcrumbs__wrapper a.active {
	pointer-events: none;
}

.card__wrapper-info-price .old-price {
	display: block;
	font-size: 70%;
	color: #a5a5a5;
	text-decoration: line-through;
}

.card__wrapper-info-price .order-price {
	font-size: 70%;
	color: #a5a5a5;
}

.catalog__desc p+p {
	margin-top: 1rem;
}

.form__done-btns-tg img {
	width: 24px;
	height: 24px;
}



.prefooter__wrapper-mailing .done {
	display: none;
}

.prefooter__wrapper-mailing.active>* {
	display: none;
}

.prefooter__wrapper-mailing.active .done {
	display: block !important;
}



.form__wrapper-form .done {
	margin-top: 18px;
	display: none !important;
}

.form__wrapper-form.active>* {
	display: none;
}

.form__wrapper-form.active .done {
	display: block !important;
}





.ctlg .cards__wrapper+.cards__wrapper {
	margin-top: 16px;
}

.slider__link {
	cursor: pointer;
}

.cards__wrapper-name .old-price {
	font-size: 80%;
	color: inherit;
	text-decoration: line-through;
	display: inline;
	margin-left: 10px;
}

.cards__wrapper-name .order-price {
	color: inherit;
}


.header__home-link {
	display: flex;
	align-items: center;
	justify-content: center;
}


.ajax-content {
	transition: .3s;
}

.loading-process {
	position: relative;
	opacity: 0.3;
	user-select: none;
	cursor: wait;
}

.loading-process::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	cursor: wait;
}

.load-more-blog.loading-btn a {
	opacity: 0.3;
	cursor: wait;
	pointer-events: none;
}

.cards__wrapper-img img {
	height: 100% !important;
}


.card__wrapper-img {
	position: relative;
}

.card__wrapper-img img.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.card__wrapper-img:hover img.hover {
	opacity: 1;
}


img.sale-ico {
	width: 36px;
	height: auto !important;
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	filter: drop-shadow(0px 4px 5px #00000061);
}



.catalog__sort {
	flex-shrink: 0;
}



.cards__wrapper-name:first-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
}

.white-space {
	white-space: nowrap;
}




.policy__wrapper {
	font-size: 20px;
	line-height: 110%
}

.footer__wrapper-col-social img {
	width: 24px;
	height: auto;
	margin-right: 8px;
	stroke: #191819;
	fill: transparent
}

.cookie {
	display: none;
}

@media only screen and (max-width: 744px) {
	.contacts__wrapper-info-title {
		display: block !important;
	}
}

.header__nav-link a {
	font-size: 32px;
	line-height: 100%;
	text-transform: uppercase;
}

@media only screen and (max-width: 450px) {
	.header__nav-link a {
		font-size: 20px;
	}
}


.form__wrapper-form-policy {
	display: flex;
	gap: 15px;
}

/* для элемента input c type="checkbox" */
.checkbox-poicy>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .checkbox-poicy */
.checkbox-poicy>span {
	display: block;
	position: relative;
}

/* создание в label псевдоэлемента before со следующими стилями */
.checkbox-poicy>span::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 5px;
}

.checkbox-poicy>span::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #000;
	border-radius: 3px;
	transform: scale(0);
	transition: .3s;
}

/* стили для чекбокса, находящегося в состоянии checked */
.checkbox-poicy>input:checked+span::after {
	transform: scale(1);
}

.form__wrapper-form-policy.er input+span::before {
	border-color: #ff4343;
}


/* .main__slider {
	z-index: 2;
}

.main__content {
	z-index: 1;
}
 */
.main__content>* {
	z-index: 3;
}

.main__slider .swiper-wrapper {
	position: absolute;
	z-index: 3;
}

.main__slider .swiper-wrapper img {
	position: absolute;
	z-index: 1;
}


.cart-btn {
	position: relative;
}

.cart-btn__full p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
}




.catalog__filter {
	scrollbar-width: none;
	/* скрывает скроллбар в Firefox */
}

.catalog__filter::-webkit-scrollbar {
	display: none;
	/* скрывает скроллбар в Chrome, Safari и Opera */
}


.card__wrapper-gallery .swiper-wrapper img {
	border-radius: 3px;
}


.cart__wrapper-item-col-price .old-price {
	display: block;
	font-size: 70%;
	color: #a5a5a5;
	text-decoration: line-through;
}

.cart__wrapper-item-col-btn {
	cursor: pointer;
}

.loader-page {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(3px);
	cursor: wait;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loader-page::after {
	display: block;
	width: calc(20vw);
	height: 1000vh;
	content: '';
	position: absolute;
	top: -500vh;
	left: 0;
	background: linear-gradient(to right, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.85) 50%, rgba(229, 172, 142, 0));
	/* background: red; */
	transform: rotateZ(330deg) translateX(-300%);

	animation: sheen 1s linear forwards;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

@keyframes sheen {
	100% {
		transform: rotateZ(330deg) translateX(600%);
	}
}


.article__img-img {
	position: relative;
	overflow: hidden;
}

.article__img-img img {
	position: absolute;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.article__img-img img.hover {
	z-index: 2;
	opacity: 0;
}

.article__img:hover .article__img-img img.hover {
	opacity: 1;
}

.blog__promo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.blog__promo .blog__promo-info {
	padding-right: 35px;
}

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

	.blog__promo {
		grid-template-columns: 1fr;
		gap: 19px;
	}

	.blog__promo .blog__promo-info {
		padding-right: 0;
	}
}

.card__wrapper-gallery .swiper-wrapper img {
	-o-object-fit: contain;
	object-fit: contain;
}





.error {
	height: 100vh;
}

.error .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.error__wrapper {
	padding-top: 33px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 826px;
	margin: 0 auto;
}

.error__wrapper-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 116px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.error__wrapper-img:last-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.error__wrapper-info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 56px;
	text-align: center;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.error__wrapper-info-title {
	font-size: 184px;
	line-height: 90%;
	color: #191819;
}

.error__wrapper-info-text {
	font-size: 20px;
	line-height: 110%;
	color: #747474;
}

.error__wrapper-info-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 32px;
}

@media only screen and (max-width: 744px) {
	.error__wrapper {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.error__wrapper-img {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.error__wrapper-img:last-child {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.error__wrapper-info-title {
		font-size: 152px;
	}

	.error__wrapper-img {
		width: 127px;
	}

	.error__wrapper-info-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 450px) {
	.error__wrapper-img {
		width: 63px;
	}

	.error__wrapper {
		padding-top: 56px;
	}

	.error__wrapper .footer__wrapper-col-social {
		font-size: 20px;
	}
}

.card__wrapper-gallery-nav-pagination {
	width: calc(100% - 80px) !important;
}

.breadcrumbs__wrapper {
	white-space: nowrap;
	overflow-y: scroll;
	scrollbar-width: none;
}

.h1_hide {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
}