/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.caption_fields{
	    font-size: 14px;
    margin: 15px 0;
}
.c_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.c_nav label {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 14px */
	cursor: pointer;
	text-align: center;
	color: #3C2F87;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #EBE8F5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	margin-right: 8px;
}
.c_nav input[type="radio"]{
	display: none;
}
.c_nav input:checked+label {
    background: #25216a;
    color: #fff;
}
.footer__offerta {
	font-size: 10px;
	margin-top: 30px;
	padding: 0 30px;
}
.card__counter .minus, .card__counter .plus {
	background-color: transparent;
}
.catalog-page__wrapper-child {
	width: 100%;
}
.product-card__image-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding: 10px;
}
.product-card__opt-hidden {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition-duration: .15s;
	bottom: calc(100% + 4px);
	background-color: #009EE9; 
	border-radius: 12px;
	padding: 5px 10px;
	margin: 0;
	z-index: 6;
	box-shadow: 3px 3px 10px rgba(0,0,0,.25);
}
.product-card__opt-hidden::after {
	content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #009EE9 transparent transparent transparent;
	position: absolute;
	right: 11px;
	bottom: -10px;
}
.product-card__opt-hidden li {
	font-size: 12px;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	gap: 5px 20px;
	padding: 4px 0;
}
.product-card__opt-hidden li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.product-card__opt {
	width: 40px;
	height: 40px;
	z-index: 5;
	border-radius: 100%;
	background-color: #f12642;
	color: #fff;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: lowercase;
	font-size: 14px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.25);
	cursor: default;
}
.product-card__opt:hover + .product-card__opt-hidden {
	opacity: 1;
	visibility: visible;
}
.percent-sale {
	color: red;
	font-weight: bold;
}
.mobile-menu__catalog-list a img {
	width: 30px;
	height: auto;
	flex-shrink: 0;
}
.catalog__item-info {
	position: relative;
}
.catalog__item-icon {
	position: relative;
}

.thank__wrapper {
	display: flex;
	gap: 40px;
}

.modal__product {
	font-size: 14px;
	margin-top: 20px;
}

.modal__file-input {
	padding: 10px;
	border: 2px dashed #E8E8E8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 20px;
	cursor: pointer;
	position: relative;
}

.modal__file-input label {
	position: absolute;
	inset: 0;
	cursor: pointer;
}

.modal__file-input input {
	display: none;
}

.modal__file-input--title {
	display: flex;
	align-items: center;
	font-size: 16px;
	gap: 9px;
}

.modal__file-input--title svg {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
}

.modal__file-input--desc {
	font-size: 12px;
	color: #AAAAAA;
}

.modal__file-list {
	margin-top: 15px;
}

.modal__file-list--item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 20px;
	background: #F3F3F3;
	border-radius: 6px;
	padding: 8px 12px;
}

.modal__file-list--item+div {
	margin-top: 5px;
}

.modal__file-list--title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
}

.modal__file-list--title::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 7.5V11.25C16.5 15 15 16.5 11.25 16.5H6.75C3 16.5 1.5 15 1.5 11.25V6.75C1.5 3 3 1.5 6.75 1.5H10.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7.5H13.5C11.25 7.5 10.5 6.75 10.5 4.5V1.5L16.5 7.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 9.75H9.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 12.75H8.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: block;
	flex-shrink: 0;
}

.modal__file-list--remove {
	width: 18px;
	height: 18px;
	cursor: pointer;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.87891 11.1224L11.1239 6.87744' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1239 11.1224L6.87891 6.87744' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=project.css.map */
.search {
	position: relative;
}

.search .result-search {
	position: absolute;
	width: 100%;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 5;
	display: none;
}

.search .result-search .preloader {
	width: 100%;
	display: none;
	background: #fff;
	border-top: none;
	border: 1px solid #e8ecf0;
}

.search .result-search .preloader .loader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.search .result-search .result-search-list {
	width: 100%;
	display: none;
	overflow-y: auto;
	padding: 10px;
	background: #fff;
	border-top: none;
	border: 1px solid #e8ecf0;
	border-radius: 18px;
}

.result_item {
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--text);
	text-decoration: none;
	gap: 5px;
	padding:5px 0;
}

a.result_item {
	border-bottom: 1px solid #eeeeee;
}

.result_item-image {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	flex-shrink: 0;
}

.result_item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.result_item-title {
	font-size: 14px;
	line-height: 1.2;
}

q .thank__wrapper {
	display: flex;
	align-items: center;
	gap: 100px;
}

.thank__left {
	width: 600px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.thank__desc {
	margin: 25px 0 0;
}

.thank .btn {
	margin-top: 35px;
}

.thank__image {
	flex: 1;
	max-width: 450px;
}

.thank__image img {
	max-width: 100%;
	height: auto;
}

.modal {
	box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.modal__wrapper {
	width: 860px;
}

.modal__title {
	font-weight: 800;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 110%;
}

.modal__desc {
	font-size: 18px;
	line-height: 140%;
	margin-top: 15px;
}

.modal__fields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 30px;
}

.modal__btns {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 25px;
}

.modal__checkbox {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 500;
	font-size: 10px;
	line-height: 120%;
	color: #BAB9CA;
}

.modal__checkbox a {
	color: #BAB9CA;
}

.modal__checkbox svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.modal__input.full {
	grid-column: 1 / -1;
}

.modal__input {
	position: relative;
}

.modal__input input {
	height: 56px;
	width: 100%;
	border: 1px solid #ECECEC;
	border-radius: 10px;
	font-size: 14px;
	padding: 25px 12px 7px;
	color: var(--accent);
}

.modal__input-title {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 12px;
}

.modal__input input::placeholder {
	color: #BAB9CA;
}

.modal__consult {
	width: 300px;
}

.modal__consult .modal__desc {
	font-size: 14px;
}

.modal__consult .modal__checkbox br {
	display: none;
}

.modal__consult .modal__fields {
	grid-template-columns: repeat(1, 1fr);
}

.modal__consult .modal__btns button {
	width: 100%;
	justify-content: center;
}

.swiper-pagination-bullet {
	flex-shrink: 0;
}

.product-card__btn {
	padding: 0;
}

.price-page a {
	text-decoration: none;
}

.price-page .btn {
	cursor: pointer;
}

.catalog__category {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.catalog__category-item {
	display: flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 10px;
	border: 1px solid #e1e3e9;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	text-decoration: none;
	transition-duration: .15s;
}

.catalog__category-item:hover {
	background-color: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.static-page__content {
	margin-top: 30px;
}

.header__logo {
	max-height: 50px;
}

.header__logo img {
	max-height: 100%;
}

/* .bread {
	text-transform: lowercase;
} */

.product-card__title {
	display: block;
	text-decoration: none;
}

.card__gallery-main--init {
	overflow: hidden;
	min-width: 0;
}

.header__btn-catalog {
	margin-right: auto;
}

.product-card__favorite {
	margin-left: auto;
}

.facetwp-hidden {
	display: none;
}

.load-more .facetwp-facet {
	margin: 0;
}

/* .facetwp-load-more {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	padding: 0 60px 0 60px;
	display: flex;
	align-items: center;
}
.load-more__wrapper {
	position: relative;
} */

.load-more__wrapper {
	position: relative;
}

.fake-load {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.facetwp-load-more {
	background: transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: var(--accent);
}

.product-card__image {
	margin-bottom: 10px;
}

.favorite-button {
	cursor: pointer;
}

.notice {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
}

img.move-to-cart {
	position: absolute;
	height: 200px;
	width: 200px;
	z-index: 9999;
	z-index: 100000;
	border-radius: 100%;
}

img.move-to-cart.animate {
	opacity: 1;
	height: 75px;
	width: 75px;

	-webkit-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
}

img.move-to-cart.hide-img {
	opacity: 0.5;
	width: 0;
	height: 0;
	margin-left: 75px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn span {
	flex: 1;
	text-align: center;
}

.cart__wrapper {
	display: flex;
	gap: 115px;
}

.cart .s-title {
	margin-bottom: 20px;
}

.cart div.s-title {
	font-weight: 400;
}

.cart__info {
	width: 510px;
	flex-shrink: 0;
}

.cart__table {
	border: 1px solid #ECECEC;
	border-radius: 20px;
	border-collapse: inherit;
	border-spacing: 0;
	padding: 7px 14px;
	width: 100%;
}

.cart__table td {
	padding: 7px;
}

.cart__table td:first-child {
	padding-left: 0;
}

.cart__table td:last-child {
	padding-right: 0;
}

.cart__table tr+tr td {
	border-top: 1px solid #ECECEC;
}

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

.cart__table-image img {
	max-width: 100%;
	max-height: 100%;
}

.cart__table-title {
	font-size: 12px;
	line-height: 120%;
	display: inline-block;
	text-decoration: none;
}

.cart__table-art {
	color: #BCBCBC;
	font-size: 10px;
	margin-top: 4px;
}

.cart__table-price {
	margin-top: 7px;
	font-size: 14px;
}

.cart__table-price span {
	position: relative;
}

.cart__table-price span::before {
	content: "";
	height: 2px;
	background-color: #DA2020;
	border-radius: 4px;
	position: absolute;
	margin: auto;
	inset: -3px;
	transform: rotate(160deg);
}

.cart__table-price span+b {
	margin-left: 9px;
	color: #DA2020;
}

.cart__table-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cart__table-remove {
	cursor: pointer;
	font-size: 0;
}

.cart__table-remove svg {
	width: 16px;
	height: 16px;
}

.cart__table-final-price {
	font-size: 18px;
	line-height: 120%;
	margin-top: 9px;
}

.cart__table-counter {
	display: flex;
	align-items: center;
	background: #F5F5F5;
	border-radius: 27px;
	padding: 0 10px;
	height: 30px;
	margin-top: 12px;
}

.cart__table-counter svg {
	width: 12px;
	height: 12px;
	user-select: none;
	pointer-events: none;
}

.cart__table-counter input {
	width: 65px;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	border: none;
	margin: 0 3px;
	background: transparent;

}

.cart__table-counter--minus,
.cart__table-counter--plus {
	cursor: pointer;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	padding: 0;
}

.cart__calc {
	margin-top: 15px;
	border: 1px solid #ECECEC;
	border-radius: 20px;
	padding: 14px 16px 10px;
}

.cart__calc-table {
	width: 100%;
}

.cart__calc-table tr:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}

.cart__calc-table tr:last-child td {
	font-size: 22px;
}

.cart__calc-table td {
	padding: 7px 0;
	font-size: 14px;
}

.cart__calc-table td:last-child {
	font-weight: bold;
	text-align: right;
}

.cart__checkout {
	flex: 1;
}

.cart__checkout .big-title {
	font-weight: 400;
}

.cart__checkout-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 110%;
	margin-bottom: 20px;
}

.cart__checkout-fields {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.cart__checkout-input {
	position: relative;
}
.cart__checkout-input
.cart__checkout-input--title {
	font-size: 12px;
	line-height: 120%;
	color: #AAAAAA;
	position: absolute;
	left: 12px;
	top: 9px;
	right: 12px;
}

.cart__checkout-input input {
	width: 100%;
	height: 56px;
	border: 1px solid #ECECEC;
	border-radius: 8px;
	font-size: 14px;
	padding: 25px 12px 7px;
	color: var(--accent);
}

.cart__checkout-input input::placeholder {
	color: #AAAAAA;
}
/* sdek */
.sdek label[for='standartnaya-po-moskve'],
.sdek label[for='ekspress-po-moskve'],
.sdek label[for='samovyvoz-zakaza']{
	display: none;
}
/* /sdek */
.cart__checkout-radio {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.cart__checkout-radio.grid-2 {
	grid-template-columns: repeat(2, 1fr);

}

.cart__checkout-radio input:checked+.cart__checkout-radio--item {
	border: 1px solid #009EE9;
	background-color: #fff;
}

.cart__checkout-radio input:checked+.cart__checkout-radio--item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' fill='%2325216A' stroke='%2325216A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4375 8.125L8.85414 12.5L6.5625 10.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cart__checkout-radio--item {
	background: #F5F5F5;
	border-radius: 33px;
	height: 66px;
	position: relative;
	padding: 0 20px 0 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	border: 1px solid transparent;
}

.cart__checkout-radio--item::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cart__checkout-radio--title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.cart__checkout-radio--desc {
	font-size: 12px;
	line-height: 120%;
	color: #AAAAAA;
	margin-top: 5px;
}

.cart__checkout-radio input {
	display: none;
}

.cart__checkout-address {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #EFEFEF;
}

.cart__checkout-address--title {
	font-size: 14px;
	margin-bottom: 15px;
}


.input-city {
	grid-column: 1/-1;
}

.cart__checkout-btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #EFEFEF;
}

div.s-title+.cart__checkout-row {
	border-top: 1px solid #EFEFEF;
	padding-top: 25px;
}

.mt35 {
	margin-top: 35px;
}

.cart__table-final-price {
	white-space: nowrap;
}

#delivery_title {
	max-width: 200px;
}

label.error {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 10px;
	color: red;
}

.cart__checkout-input input.is-invalid {
	border-color: red;
}


.order-page__wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-top: 20px;
}

.order-page__products {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 14px;
}

.order-page__product {
	border: 1px solid #EAEAEA;
	border-radius: 30px;
	padding: 25px 20px;
	gap: 20px;
	display: flex;
}

.order-page__product:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.order-page__info {
	flex-shrink: 0;
	width: 395px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.order-page__info-item {
	display: flex;
	gap: 20px;
}

.order-page__info-icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.order-page__info-text {
	display: flex;
	flex-direction: column;
	color: var(--accent);
	line-height: 120%;
	gap: 5px;
}

.order-page__info-title {
	font-weight: 500;
	font-size: 16px;
}

.order-page__info-desc {
	font-size: 12px;
	line-height: 120%;
}

.order-page__info-icon svg {
	max-width: 100%;
}

.order-page__product .cart__table-final-price {
	margin-top: 0;
}

.order-page__product .cart__table-nav {
	margin-left: auto;
	justify-content: space-between;
	gap: 20px;
}

.order-page__product-count {
	font-size: 12px;
	background-color: var(--accent);
	border-radius: 27px;
	padding: 4px 12px;
	color: #fff;
}

.order-page__desc {
	font-size: 18px;
	margin: 20px 0 0;
}

.cart__table-image {
	flex-shrink: 0;
}

.modal__input input.is-invalid,
.form__input input.is-invalid {
	border-color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.header__contact-mail {
	padding-left: 3px;
}

.price-page table td:first-child {
	width: 460px;
}

@media (max-width: 1350px) {
	.order-page__info {
		width: 320px;
	}

	.cart__wrapper {
		gap: 80px;
	}

	.cart__checkout-radio--title {
		font-size: 14px;
	}

	.cart__checkout-radio {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
	}
}

@media (max-width: 1200px) {
	.cart__info {
		width: 380px;
	}

	.cart__wrapper {
		gap: 40px;
	}

	.cart__checkout-radio,
	.grid-2 {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

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

	.order-page__info {
		width: 100%;
	}

	.order-page__product:last-child:nth-child(odd) {
		grid-column: initial;
	}

	.cart__wrapper {
		flex-direction: column;
	}

	.cart__info {
		width: 100%;
	}

	.cart__table-image {
		margin: auto;
	}
}

@media (max-width: 992px) {
	.cart__wrapper {
		flex-direction: column;
	}

	.cart__info {
		width: 100%;
	}

	.order-page__product {
		flex-wrap: wrap;
		padding: 15px;
		gap: 5px;
	}

	.cart__table-image {
		margin: auto;
	}

	.cart__table-nav {
		margin: auto;
		align-items: center;
	}

	.cart__table-price {
		text-align: center;
	}

	.order-page__product .cart__table-nav {
		gap: 5px;

	}

	.cart__wrapper {
		gap: 30px;
	}

	.catalog__category {
		grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
	}

	.modal__wrapper {
		width: 100%;
	}

	.thank__image {
		display: none;
	}

	.thank__left {
		width: 100%;
	}
	.footer__offerta {
		padding: 0;
	}
}

@media (max-width: 768px) {

	.cart__checkout-address--fields,
	.cart__checkout-fields {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.cart__checkout-address--fields .cart__checkout-input:first-child {
		grid-column: span 1;
	}

	.order-page__products {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.footer__top {
		padding: 10px;
	}

	.footer__search input {
		font-size: 13px;
		padding: 0 0 0 29px;
	}

	.footer__wrapper {
		border-radius: 20px;
		padding: 15px 20px;
	}

	label.error {
		font-size: 9px;
	}

	.bread__wrapper {
		white-space: nowrap;
		overflow: auto;
	}

	.card__info-top {
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.card__info-table {
		white-space: nowrap;
		overflow-x: auto;
	}

	.card__info-table table {
		width: 100%;
		margin: 0;
	}

	.cart__table tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}

	.cart__table tr {
		padding-bottom: 20px;
		border-bottom: 1px solid #ECECEC;
	}

	.cart__table tr+tr td {
		border: none;
	}

	.cart__table-remove {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 5;
	}

	.cart__table td {
		padding: 4px !important;
		width: 100%;
	}

	.catalog__category {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.catalog__category-item {
		font-size: 400px;
		font-size: 12px;
	}

	.modal__fields {
		grid-template-columns: repeat(1, 1fr);
	}

	.modal {
		padding: 40px 20px;
	}

	.modal__checkbox br {
		display: none;
	}

	.card__add-to-cart {
		gap: 8px;
		justify-content: center;
		padding: 0 16px;

	}

	.card__add-to-cart span {
		font-size: 0;
	}
	.card__add-to-cart span::before {
		content: 'В корзину';
		font-size: 16px;
	}
	.card__one-click {
		padding: 0 15px;
	}
	.card__info-nav,
	.card__info-btns {
		margin-top: 20px;
	}

	.card__stock {
		width: 100%;
	}

	.card__stock-item {
		width: 100%;
	}
	.card__top {
		gap: 30px;
	}
	.contacts__box-info {
		flex-direction: column;
	}
	.contacts__box-soc {
		flex-direction: row;
	}
	.contacts__box {
		border-radius: 20px;
		padding: 20px;
	}
	.contacts__box-map {
		margin: 0;
	}
	.contacts__box-soc a {
		min-width: initial;
		gap: 10px;
	}
	.swiper-slide .product-card__price b {
		font-size: 12px;
	}
	.swiper-slide .product-card__btn {
		width: 36px;
		height: 36px;
	}
	.swiper-slide .product-card__bottom {
		gap: 6px;
	}
	.cart__table tbody {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.cart__table-final-price {
		margin: 0 0 15px;
	}
	.cart__table td:last-child {
		flex-grow: 1;
	}
	.cart__table-nav {
		height: 100%;
	}
	.cart__table-counter {
		margin-top: auto;
	}
	.cart__table-title {
		display: -webkit-box;
		-webkit-line-clamp: 3; /* Максимальное кол-во строк */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis; 
		min-height: 45px;
		max-height: 45px;
	}
	.card__price-value {
		font-size: 20px;
	}
	.card__price-desc {
		font-size: 10px;
	}
	.card__one-click,
	.card__add-to-cart {
		height: 50px;
		font-size: 14px;
		font-weight: 600;
	}
	.card__counter input{
		width: 60px;
	}
}




.banner_item {
    background: #25216a;
    border-radius: 26px;
    max-width: 100%;
    width: 100%;
    color: #fff;
    padding: 20px;
    overflow: hidden;
}


.banner-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 19px;
    max-width: 160px;
    position: relative;
    z-index: 3;
}

.banner-caption {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.5px;
    border: 1px solid #FF7150;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;position: relative;z-index: 3;
}

.banner-btn a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009EE9;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 0.8px;
}

.type_2 .banner-head {
        height: 150px;
        position: relative;
        margin-top: -55px;
        max-width: 150px;
        border-radius: 50%;
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
        z-index: 5;
}
.type_2 .banner-head img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
	margin: auto;
}



.product-card .card__price--orig {
	position: relative;
}

.product-card .card__price--orig::before {
    content: "";
    height: 2px;
    background-color: #F32F2F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(170deg);
}

.card__info-table table td:has(.discountPercentage) {
	width: 46px;
}

.discountPercentage {
    letter-spacing: -.2px;
    padding: 1px 0px;
    margin-left: 9px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    background: #E43636;
    border-radius: 6px;
    width: 46px;
    display: block;}


@media (max-width: 768px) {
	
	.header__search {margin-bottom:25px}	
	.header__search input {
    color: #ffffff;
}
}




.header__search svg {
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 16px;
	aspect-ratio: 1;
	pointer-events: none;
	margin: auto
}

.header__search input {
	width: 100%;
	height: 32px;
	padding: 0 35px 0 18px;
	border-radius: 20px;
	outline: none;
	background-color: transparent;
	border: 1px solid #e7e3db;
	font-weight: 500;
	font-size: 12px
}

.header__address,
.header__consult {
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px
}


.result-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 5px;
	transition-duration: .15s;
	border-radius: 4px;
}

.result-item:hover {
	background-color: #f7f7f7;
}

.result-item>img {
	width: 60px;
	object-fit: cover;
	height: auto;
	border-radius: 4px;
}

.result-item__info {
	font-size: 14px;
	line-height: 1.2;
}

.result-item__price {
	color: var(--accent);
	margin-top: 4px;
}

.result-item:not(:last-child) {
	margin-bottom: 5px;
}

.search .result-search {
	display: none;
}

.search .result-search {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 5;
	display: none;
}

.search .result-search .preloader {
	width: 100%;
	display: none;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

.search .result-search .preloader .loader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.result-search-list {
	width: 100%;
	display: none;
	overflow-y: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

@media (min-width: 992px) {
	
	.search .result-search .result-search-list {
    width: 400px;
}
}


.add-to-cart[data-count="0"] {
	pointer-events: none !important;
	background: #ebebeb;
}

.kolichestvo_v_upakovke {
	font-size: 16px;
}

@media (max-width: 590px) {
	.kolichestvo_v_upakovke {
	font-size: 14px;
		
	}
}


.card__info-table .card__price-value--orig {
position: relative;font-size: 16px;
}
.card__info-table .card__price-value--orig::before {
    content: "";
    height: 2px;
    background-color: #F32F2F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(170deg);
}

.card__info-table .card__price-value--orig +  b {
    font-weight: 700;
    font-size: 24px;
    line-height: 15px;
    color: #F32F2F;
	margin-left: 8px;
}


.bread__wrapper {margin-bottom: 25px;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
}
.bread__wrapper::-webkit-scrollbar,.bread__wrapper::-scrollbar {
	display: none;
}
.bread__wrapper a, .bread__wrapper span {
	font-size: 14px;
	color: #333;
}
.bread__wrapper a:hover {
	text-decoration: none;
}

 .bread__wrapper .span-product {display: none;}




.nav-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 40px;
}

@media (max-width: 590px) {
.nav-category {
    flex-direction: column;
    align-items: flex-start;
}
}

.blog__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 30px;
}

@media (max-width: 1100px) {
    
.blog__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
}
}

@media (max-width: 767px) {
    
.blog__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 476px) {
    
.blog__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(1, 1fr);
}
}

.blog__grid .post-card {
text-decoration: none;
color: #333;
}
.blog__grid .post-card img  {
    max-width: 100%;
    height: 235px;
    width: 100%;
    object-fit: cover;
}

.post-card__title {
    font-size: 18px;
    font-weight: bold;
}


.post-card__desc {

    color: #adadad;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.filter-tags {
    width: 200px;
    position: relative;
    z-index: 5;
	
    /* margin-bottom: 40px; */
}

@media (max-width: 1339px) {
    .filter-tags {
        /* margin-bottom: 25px; */
    }
}

@media (max-width: 590px) {
    .filter-tags {
    /* margin-bottom: 10px;
    margin-top: -10px; */
    }
}
.filter-tags__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .14px;
    border-radius: 16px;
    
	background: #F5F5F5;
    padding: 7px 15px;
    cursor: pointer;
    height: 42px;
    position: relative;
    z-index: 2
}

.filter-tags__title.opened svg {
    transform: scale(1,-1)
}

.filter-tags__content {
    display: none
}


.filter-tags__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.08);
    padding: 65px 20px 20px
}

.filter-tags .facetwp-facet, .blog__nav  .facetwp-facet {
    margin-bottom: 0;
}

.filter-tags .facetwp-counter {
    display: none;
}

.filter-tags .facetwp-checkbox {
    color: #18181c;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .12px;
    border-radius: 12px;
    border: 1px solid #ededed;
    padding: 7px 15px;
    /*text-transform: capitalize;*/
    cursor: pointer;
    background: none !important;
}


.facetwp-display-value:before {
  content: "#";
  display: inline;
  color: #000000;
  font-weight: normal;
}

.facetwp-checkbox:hover .facetwp-display-value {
  color: #000000;  
  filter: invert(1); 
}


.filter-tags .facetwp-checkbox.checked {
/*background: #d9484a !important;
border-color: #d9484a;
color: #fff; */
}

.filter-tags .facetwp-checkbox:hover {
    background: #d9484a!important;
    border-color: #d9484a;
    color: #fff;
}



.product-categories-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
	padding-left: 0;
	margin-bottom: 2rem;
}
.product-categories-nav__list a {
	text-decoration: none;
}
/* 
.product-categories-nav__item {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
}

.product-categories-nav__item:hover {
    background: #f8f9fa;
    color: #d9484a;
    border-color: #d9484a;
    text-decoration: none;
}

.product-categories-nav__item.current-category {
    background: #d9484a;
    color: #fff;
    border-color: #d9484a;
}

.product-categories-nav__item.current-category:hover {
    background: #c0392b;
    color: #fff;
} */

@media (max-width: 767px) {
	
	.product-categories-nav__list {
	    display: flex;
	    gap: 5px;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    overflow-x: auto;
	    flex-wrap: nowrap;
	}
}



 .page--post h1.page-title  {

    color: #414141;
    margin-bottom: 40px;
 }
@media (min-width: 1024px) {
    
 .page--post h1.page-title  {
    font-size: 41px;
    line-height: 1.2;

}
}

@media (max-width: 1339px) {
     
     .page--post h1.page-title  {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
     
     .page--post h1.page-title  {
        margin-bottom: 18px;
    }
}

.page--post .product-categories-nav__list {
    justify-content: flex-start;
    margin-bottom: 48px;
}



.post__wrapper {
        display: flex;
    align-items: flex-start;
    gap: 35px;
    position: relative;
    max-width: 100%;

}


.post__body {
    max-width: calc(100% - 270px - 185px - 35px * 2);
	font-size: 16px;
}


.post__body section {
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    
    .post__body section {
        margin-bottom: 48px;
    }
}
@media (max-width: 590px) {
    
    .post__body section {
        margin-bottom: 32px;
    }
}

.post__body h2, .post__body .section__title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.post__body h3  {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.post__body h4  {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.post__body h2:not(:first-child) {
    margin-top: 14px;
}

@media (max-width: 991px) {
    
    .post__body h2, .post__body .section__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }


    .post__body h3  {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    
    .post__body h4  {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
}

.simple_text a {
    color: #d9484a;
}

.simple_text img {
max-width: 100%;height: auto;
}

.post__body ul, 
.post__body ol {
margin-left: 20px;
margin-bottom: 18px;
}
.post__body ul li, 
.post__body ol li {
    margin-bottom: 10px;
}



.post__body p:not(:last-child) {
    margin-bottom: 18px;
}

.post__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.post__image,
.post__details  {
    margin-bottom: 18px;
}
.post__details {
	display: flex;
	align-items: center;
	gap: 16px;
}
.post__details .views {
	margin-left: auto;
	display: flex;
	gap: 6px;
	align-items: center;
}
.post__details, .post-card__date {
    color: #414141;
    font-weight: 600;
    font-size: 90%;
}

.post__sub-title {
    color: #bfbfc8;
    font-weight: 600;
    line-height: 120%;
    padding-left: 14px;
    margin-bottom: 12px;
}
.post__aside, .post__repost {
    position: sticky;
    top: 150px;
    flex: none;
    width: 270px;
}

@media (max-width: 1399px) {
    .post__aside, .post__repost {
        top: 110px;

    }
    
}

@media (max-width: 991px) {

    .post__wrapper {
        flex-direction: column;
        gap:35px;
        padding: 32px 0;
    }
    .post__aside, .post__repost {
        position: static;
    
    }

    .post__aside {
        max-width: 400px;
        width: 100%;
    }
    
    .post__body {
        max-width: 100%;
    }
}
.post__repost {
    width: 185px;
}

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

.post__repost-list a, .post__repost-list button {
    display: flex;
    align-items: center;
        text-decoration: none;
    gap: 9px;
    border-radius: 12px;
    border: 1px solid #f4f4f4;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .12px;
    color: #18181c;
    transition-duration: .15s;
}

.post__repost-list svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition-duration: .15s;
}

#linkInput {
    position: absolute;
    opacity: 0;
    left: -9999px;
}


.post__repost-list a:hover {
    color: #fff
}

.post__repost-list a.vk:hover {
    border-color: #007af9;
    background: #007af9
}

.post__repost-list a.ok:hover {
    border-color: #f08931;
    background: #f08931
}

.post__repost-list a.wh:hover {
    border-color: #6bb95f;
    background: #6bb95f
}

.post__repost-list a.tg:hover {
    border-color: #617fcd;
    background: #617fcd
}

.post__repost-list a.vb:hover {
    border-color: #7b519d;
    background: #7b519d
}

.post__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.post__nav-list a {
    text-decoration: none;
    color: var(--accent);;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .14px;
    padding: 14px;
    border-bottom: 1px solid #ededed;
    display: flex;
    transition-duration: .15s;
    border-radius: 0;
}
.post__nav-list a:hover {
    text-decoration: underline;
}
.post__tags__wrap {
    margin-top: 2rem;

}
.post__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
}
.post__tags  h3 {
	display: block;
}


.post__tags a {
    display: inline-flex;
    border-radius: 12px;
    border: 1px solid #f5f5f5;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--accent);
    text-decoration: none;
}
.post__tags a:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
}



.hero__swiper__nav .swiper-pagination {
    display: flex;
}
.hero__swiper__nav > * {
    position: static;
	margin: 0;
}


.hero__swiper__nav{
    position: static;
    margin-left: auto;
    width: fit-content;
    display: flex;
	margin-top: 20px;
    align-items: center;
        --swiper-theme-color: #d9484a;
        --swiper-pagination-bullet-size: 16px;
    gap: 20px;
}

@media (max-width: 590px) {
    
    .hero__swiper__nav { 
        transform: none;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        width: 100%;
    }

    .hero__swiper__nav .swiper-pagination {
        width: fit-content;

    }
}



.swiper-pagination.dark .swiper-pagination-bullet {
	background: #F5F5F5;
}
.swiper-pagination.dark .swiper-pagination-bullet-active {
	background: #333;
}

.recommends  {
    margin: 64px 0;
}

@media (max-width: 991px) {
    
    .recommends  {
        margin: 48px 0;
    }
}
@media (max-width: 590px) {
    
    .recommends  {
        margin: 32px 0;
    }
}
.recommends__head {
	display: flex;justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.recommends__head .hero__swiper__nav {
	margin-top: 0;
	justify-content: flex-end !important;
}

.recommends__wrapper {
	overflow: hidden;
}



.bottom__block {
	position: relative;
}
.bottom__block .container {
	display: flex;
	gap: 20px;
	align-items: center;
    background: #F5F5F5;
    border-radius: 25px;
	padding-right: 0;
	overflow: hidden;

		color: #fff;
}


.bottom__block__info {
	position: relative;
	flex-grow: 1;
	display: flex;
	gap: 32px;
	padding: 20px ;
	align-items: center;
    background: #009EE9;
}

/* .bottom__block__info::before{
	position: absolute;
	content: '';
	right: 0;
    background: #009EE9;
	top: 0;
	width: 100%;
	height: 100%;
} */
.bottom__block__info > div, .bottom__block__info > .btn {
	position: relative;
	z-index: 10;
}
.bottom__block__info > .btn  {border: 1px solid #fff;}

.bottom__block__contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}
.bottom__block__contact a {
	/* color: #fff; */
	text-decoration: none;
}
.bottom__block__contact a:hover {
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, .85);
}

.footer__contact-phone {
	font-weight: 600;
	font-size: 120%;
}

.bottom__block-mask  {
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	object-fit: contain;
}

.bottom__block__search {
	min-width: 300px;
}

.bottom__block-mask:not(.mobile) {
	object-position: top right;
}

.bottom__block__contact-wrapper {
	font-size: 80%;
	margin-top: -10px;
}

.bottom__block__contact-wrapper h5, 
.bottom__block__contact-wrapper h4 {
	margin-bottom: 0; margin-top: 10px;
}


@media (max-width: 590px) {
	.bottom__block-mask:not(.mobile) {
		display: none;
	}
}
@media (min-width: 590px) {
	.bottom__block-mask.mobile {
		display: none;
	}
}


@media (max-width: 1100px) {

	.bottom__block__search {
		min-width: unset;
	}

	.bottom__block__info {
		gap: 20px;
	}
	.footer__contact-phone {
		font-size: unset;
		white-space: nowrap;
	}
	.bottom__block__info > .btn {
		padding-left: 20px;
		padding-right: 20px;
		white-space: nowrap;
	}
}


@media (max-width: 992px) {
	
	.bottom__block .container {
		flex-direction: column;
		padding-left: 0;
		padding-top: 20px;
	}

	.bottom__block__info, .bottom__block__search {
		width: 100%;
	}

	.bottom__block__left {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}

}
@media (max-width: 768px) {
    .bottom__block  .header__search {
        margin-bottom: 0;
    }
    .bottom__block .container {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
	}
}
@media (max-width: 767px) {
	.bottom__block__contact-wrapper {
		text-shadow: 0 0 5px #000;
	}

	.bottom__block__info {
		flex-wrap: wrap;
		padding-bottom: 5vh;
	}
	.bottom__block__info a {
		color: #fff;

	}

	.bottom__block-mask:not(.mobile) {
		object-fit: cover;
	}


	.bottom__block__info > .btn {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5vh;
	}

	
	.bottom__block__contact-wrapper h5, 
	.bottom__block__contact-wrapper h4 {
		font-size: 120%;
	}

	.bottom__block__contact {
		width: 100%;
		text-align: center;
	}

	.bottom__block-mask {
		object-position: center bottom;
	}


}





.banner-delivery__wrapper {
	display: flex;
	border: 1px solid #EAEAEA;
	border-radius: 46px;
	padding: 25px;
	align-items: center;
	gap: 32px;
}

.banner-delivery__body {
	width: 50%;
}

.banner-delivery .main__info   {
	margin-bottom: 32px;
}

.banner-delivery__img {
	display: flex;
	justify-content: center;
	width: 50%;
}
.banner-delivery__img img {
	max-width: 100%;
}

@media (max-width: 590px) {
	.banner-delivery__wrapper {
		flex-direction: column;
	}
	.banner-delivery__wrapper > div {
		width: 100%;
	
	}
	.banner-delivery__img {
		order: -1;
	}

	.banner-delivery .main__info {
		margin-bottom: 20px;
	}
	
}



.blog__nav {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.facetwp-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .18px;
    border-radius: 22px;
    border: 1px solid #009EE9;
    padding: 14px 20px;
    background-color: #fff;
    cursor: pointer;
    transition-duration: .15s;
}
.facetwp-load-more:hover {
    background: #009EE9;
    color: #fff;

}


.facetwp-pager {
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
 .facetwp-pager .facetwp-page {
    margin: 0;
}

 .facetwp-pager .facetwp-page {
    display: inline-block;
    /* padding: 8px 12px; */
	width: 48px;
	line-height: 48px;
	text-align: center;
	aspect-ratio: 1;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
 .facetwp-pager .facetwp-page:hover, .facetwp-pager .facetwp-page.active {
    background: #009EE9;
    color: #fff;
    border-color: #009EE9;
}


@media (min-width: 920px) {
	.catalog-page__mobile-filter {display: none;}
}



.filter-group__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    user-select: none;
}

.filter-group__arrow {
    transition: transform 0.3s ease;
}

.filter-group--open .filter-group__arrow {
    transform: rotate(180deg);
}


/* По умолчанию контент скрыт */
.filter-group__content {
    display: none;
}

/* Первый блок и открытые - показываем */
.filter-group--open .filter-group__content,
.filter-group:first-of-type .filter-group__content {
    display: block;
}

/* Первый блок получает класс open автоматически */
.filter-group:first-of-type {
	
    /* можно добавить через JS или CSS */
}


/* Поиск в фильтре */
.filter-search {
    position: relative;
    margin-bottom: 12px;
}

.filter-search__input {
    width: 100%;
    padding: 8px 32px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.filter-search__input:focus {
    outline: none;
    border-color: #007bff;
}

.filter-search__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #999;
}

.filter-search-empty {
    padding: 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.filter-checkbox--search-hidden {
    display: none !important;
}



/* ============================================================================
   КАТАЛОГ ФИЛЬТРЫ - ОБЩИЕ СТИЛИ
   ============================================================================ */

.catalog-filters {
    background: #fff;
    position: relative;
}

/* ============================================================================
   ДЕСКТОП - САЙДБАР
   ============================================================================ */

@media (min-width: 1024px) {
    .catalog-page__wrapper {
        display: flex;
        gap: 30px;
    }
    
    .catalog-filters {
        width: 280px;
        flex-shrink: 0;
        position: sticky;
        top: 20px;
        align-self: flex-start;
        /* max-height: calc(100vh - 40px);
        overflow-y: auto; */
    }
    
    .catalog-filters__header {
        display: none; /* скрываем на десктопе */
    }
    
    .catalog-filters__overlay {
        display: none; /* скрываем на десктопе */
    }
    
    .catalog-page__mobile-filter {
        display: none; /* скрываем на десктопе */
    }
}

/* ============================================================================
   ФОРМА ФИЛЬТРОВ
   ============================================================================ */

.catalog-filters__form {
    padding: 0;
}

/* ============================================================================
   БЛОК ФИЛЬТРА (АККОРДЕОН)
   ============================================================================ */

.filter-group {
    border-bottom: 1px solid #e1e3e9;
}

.filter-group__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    transition: color 0.2s ease;
	margin-bottom: 0;
}

.filter-group__title:hover {
    color: #009EE9;
}

.filter-group__arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    color: #BAB9CA;
}

.filter-group--open .filter-group__arrow {
    transform: rotate(180deg);
    color: #009EE9;
}

.filter-group__content {
    display: none;
    padding-bottom: 16px;
}

.filter-group--open .filter-group__content {
    display: block;
}

/* Первый блок открыт по умолчанию */
.filter-group:first-child {
    /* JS добавит класс filter-group--open */
}

/* ============================================================================
   ПОИСК В ФИЛЬТРЕ
   ============================================================================ */

.filter-search {
    position: relative;
    margin-bottom: 12px;
}

.filter-search__input {
    width: 100%;
    padding: 10px 36px 10px 12px;
    border: 1px solid #e1e3e9;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.filter-search__input:focus {
    outline: none;
    border-color: #009EE9;
}

.filter-search__input::placeholder {
    color: #BAB9CA;
}

.filter-search__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #BAB9CA;
}

.filter-search-empty {
    padding: 12px;
    text-align: center;
    color: #BAB9CA;
    font-size: 14px;
}

/* ============================================================================
   ЧЕКБОКСЫ
   ============================================================================ */

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

.filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
    transition: background-color 0.2s ease;
}

.filter-checkbox:hover {
    background-color: #f8f9fa;
}

/* Скрытые элементы */
.filter-checkbox--hidden,
.filter-checkbox--search-hidden {
    display: none !important;
}

/* Нативный чекбокс - скрываем */
.filter-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

/* Кастомный чекбокс */
.filter-checkbox__label {
    position: relative;
    padding-left: 28px;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.filter-checkbox__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #e1e3e9;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: #fff;
}

/* Галочка */
.filter-checkbox__label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) scale(0);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.2s ease;
}

/* Checked состояние */
.filter-checkbox__input:checked + .filter-checkbox__label::before {
    background-color: #009EE9;
    border-color: #009EE9;
}

.filter-checkbox__input:checked + .filter-checkbox__label::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
}

/* Hover */
.filter-checkbox:hover .filter-checkbox__label::before {
    border-color: #009EE9;
}

/* Счётчик */
.filter-checkbox__count {
    color: #BAB9CA;
    font-size: 13px;
    margin-left: 6px;
    flex-shrink: 0;
}

/* ============================================================================
   КНОПКА "ПОКАЗАТЬ ВСЁ"
   ============================================================================ */

.filter-show-more {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 0;
    background: none;
    border: none;
    color: #009EE9;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.filter-show-more:hover {
    opacity: 0.8;
}

.filter-show-more svg {
    transition: transform 0.3s ease;
}

/* ============================================================================
   ФИЛЬТР ЦЕНЫ
   ============================================================================ */

.filter-price {
    padding-bottom: 16px;
}

.filter-price__inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.filter-price__input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #e1e3e9;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    transition: border-color 0.2s ease;
}

.filter-price__input:focus {
    outline: none;
    border-color: #009EE9;
}

.filter-price__separator {
    color: #BAB9CA;
}

/* jQuery UI Slider стили */
.filter-price__slider {
    margin: 0 8px 0 16px;
    height: 4px;
}

.ui-slider {
    position: relative;
    background: #e1e3e9;
    border-radius: 4px;
    height: 4px;
	border: 0 !important;
}

.ui-slider-range {
    position: absolute;
    background: #009EE9;
    height: 4px;
    border-radius: 4px;
}

.ui-slider-handle {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    background: #009EE9 !important;
    border: none !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: none !important;
    transition: box-shadow 0.2s ease;
}

.ui-slider-handle:hover,
.ui-slider-handle:focus {
    box-shadow: 0 3px 10px rgba(0, 158, 233, 0.5);
    outline: none;
}

/* ============================================================================
   КНОПКИ ФИЛЬТРОВ
   ============================================================================ */

.filter-buttons {
    display: flex;
    /* flex-direction: column; */
    gap: 12px;
    margin-top: 20px;
    /* padding-top: 20px; */
}
.filter-buttons button {
	flex-grow: 1;
	text-align: center;
	justify-content: center;
}

.filter-buttons__apply {
    padding: 12px 20px;
    background: #009EE9;
    color: #fff;
    border: none;
    /* border-radius: 6px; */
	text-align: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}


.filter-buttons__reset {
    padding: 10px 20px;
    background: transparent;
    color: #BAB9CA;
    border: 1px solid #e1e3e9;
    /* border-radius: 6px; */
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-buttons__reset:hover {
    border-color: #009EE9;
    color: #009EE9;
}

/* ============================================================================
   СЧЁТЧИК ТОВАРОВ
   ============================================================================ */

.catalog-page__counter {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

#productsCount {
    font-weight: 600;
    color: #009EE9;
}

/* ============================================================================
   ЛОАДЕР
   ============================================================================ */

.catalog-loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.catalog-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #e1e3e9;
    border-top-color: #009EE9;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ============================================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ============================================================================ */

@media (max-width: 992px) {
    /* .catalog-page__mobile-filter {
        margin-bottom: 20px;
    } */
    
    .btn--filter {
        display: flex;
        align-items: center;
		justify-content: center;
        gap: 8px;
        padding: 12px 20px;
        background: #fff;
        border: 1px solid #e1e3e9;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.2s ease;
		color: var(--text);
		width: 100%;
    }
    
    .btn--filter:hover {
        border-color: #009EE9;
        color: #009EE9;
    }
    
    /* Боковая панель */
    .catalog-filters {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 360px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .catalog-filters--open {
        right: 0;
    }
    
    /* Оверлей */
    .catalog-filters__overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /* z-index: 999; */
		
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    
    .catalog-filters--open ~ .catalog-filters__overlay,
    .catalog-filters.catalog-filters--open .catalog-filters__overlay {
        opacity: 1;
        pointer-events: all;
    }
    
    /* Шапка панели */
    .catalog-filters__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #e1e3e9;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }
    
    .catalog-filters__title {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    
    .catalog-filters__close {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        color: #BAB9CA;
        transition: color 0.2s ease;
    }
    
    .catalog-filters__close:hover {
        color: #009EE9;
    }
    
    .catalog-filters__wrapper {
        padding: 20px;
		background: #fff;
		position: relative;
		min-height: 100vh;
    }
    
    /* Блокировка скролла body */
    body.filters-open {
        overflow: hidden;
    }
}

@media (min-width: 1350px) {
	.catalog-page__grid {

		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1100px) {
	
	.catalog-page__grid {
	
	    grid-template-columns: repeat(3, 1fr);
	}
}


.catalog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.catalog-pagination .page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-pagination .page-numbers li {
  display: flex;
}

.catalog-pagination .page-numbers a,
.catalog-pagination .page-numbers span {
  box-sizing: border-box;
  margin: 0;
  aspect-ratio: 1;
  line-height: 1;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  height: 56px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.2s ease;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  color: #BAB9CA;
  border: 1px solid #e1e3e9;
}

/* Активная страница */
.catalog-pagination .page-numbers.current {
  background: #009EE9;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 12px 20px;
}

/* При наведении */
.catalog-pagination .page-numbers a:hover {
  background: #009EE9;
  color: #fff;
  border-color: #009EE9;
}

/* Многоточие */
.catalog-pagination .page-numbers.dots {
  cursor: default;
  border: none;
  background: transparent;
  color: #BAB9CA;
  font-weight: 400;
}

/* Адаптивные стили для мобильных */
@media (max-width: 480px) {
  .catalog-pagination .page-numbers a,
  .catalog-pagination .page-numbers span {
    height: 40px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .catalog-pagination .page-numbers.current {
    height: 40px;
    padding: 9px 16px;
    font-size: 13px;
  }

  .catalog-pagination {
    margin-top: 20px;
  }
}
