/*!
Theme Name: Gsxtheme
Theme URI: http://gsxthemes.com/gsxtheme
Author: GsxThemes
Author URI: http://gsxthemes.com
Description: GsxTheme is a great theme designed for different needs of WordPress sites. With new block patterns, it lets you create beautiful resources/layouts in seconds, soft colors and eye-catching designs let your art shine. Get down to business, watch Gsxthemes elevate your portfolio, business website, or personal blog. This theme developed by <a href="http://gsxthemes.com">GsxThemes</a>
Version: 3.2.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gsxtheme
Tags: One Column, Accessible, Custom Colors, Custom Menu, Custom Logo, Editor Style, Post Images, Footer Widgets, Block Editor Patterns, Sticky Post, Comment Threads, Translation Ready

----------------------------------------------------------------------------------------------------

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

----------------------------------------------------------------------------------------------------

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gsxtheme is based on Gsxthemes https://gsxthemes.com/, (C) 2012-2021 Automattic, Inc.
Gsxthemes is distributed under the terms of the GNU GPL v2 or later.
*/

@charset "UTF-8";
:root {
	--singleBlog: 830px;
	--containerWidth: 91.25rem;
	--container_pp: 0.9375rem;
	--slider-title: 68px;
	--slider-title-ad: 68;
	--link-color: #941922;
	--hover-color: #75141d;
	--textColor: #7a7a7a;
	--sblog-h-mb: 1.5rem;
	--sblog-p-fz: 18px;
	--sblog-mb-h3456: 18px;
	--dark-color: #222222;
	--orangeColor: #fc9a28;
	--errorColor: #d04b56;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.35s ease-in-out 0s;
}

#preloader img {
	width: 86px;
	height: auto;
}
._spoller-init .item-footer__head::after,
.breadcrumbs__list a::after,
[class*="gsxico-"]:before {
	font-family: GsxIco;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	width: 220px;
}
#cn-close-notice,
.cn-close-icon {
	display: none !important;
	font-size: 0 !important;
	color: transparent;
	opacity: 0;
}
.gsx-lang-switcher {
	font-size: 0 !important;
}
.container {
	max-width: var(--containerWidth);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	padding: 0 var(--container_pp);
}
[class*="__container"] {
	max-width: var(--containerWidth);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 var(--container_pp);
}
[class*="-ibg"] {
	position: relative;
}
[class*="-ibg"] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
[class*="-ibg_contain"] img {
	-o-object-fit: contain;
	object-fit: contain;
}
.gridlist {
	display: -ms-grid;
	display: grid;
}
.pb40 {
	padding-bottom: 2.5rem;
}
.pt30 {
	padding-top: 30px;
}
.product-card {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1fr;
	grid-template-rows: auto 1fr;
	padding: 0 0.625rem;
	overflow: hidden;
	min-height: 22.625rem;
	border-radius: 0.1875rem;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	position: relative;
}
.product-card:hover {
	-webkit-box-shadow: 0 0 12px rgba(152, 162, 179, 0.15), 0 0 4px rgba(152, 162, 179, 0.15),
		0 0 2px rgba(152, 162, 179, 0.15);
	box-shadow: 0 0 12px rgba(152, 162, 179, 0.15), 0 0 4px rgba(152, 162, 179, 0.15), 0 0 2px rgba(152, 162, 179, 0.15);
}
.product-card__body {
	padding: 0.625rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-card__country {
	color: var(--textColor);
	font-size: 0.75rem;
	line-height: 0.875rem;
}
.product-card__footer {
	margin-bottom: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-card__summ {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.product-card__subtotaltitle {
	color: var(--textColor);
	font-size: 0.8125rem;
}
.product-card__subtotal {
	font-weight: 600;
	font-size: 1rem;
}
.info-product-card {
	margin-top: auto;
}
.info-product-card__price {
	margin-right: 0.75rem;
	font-weight: 600;
	font-size: 1.375rem;
}
.info-product-card__per {
	color: var(--textColor);
	font-size: 0.75rem;
	line-height: 0.875rem;
	margin-bottom: 0.625rem;
}
.product-card__quantity {
	width: 100%;
	height: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.625rem;
}
.product-card__quantity .quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	height: 100%;
	position: relative;
	cursor: pointer;
	background-color: var(--link-color);
	transition: background-color 0.3s ease 0s;
}
.product-card__quantity .quantity__button:hover {
	background-color: var(--hover-color);
}
.product-card__quantity .quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-top: 1px solid var(--link-color);
	border-bottom: 1px solid var(--link-color);
}
.product-card__quantity .quantity__input input {
	height: 100%;
	color: var(--dark-color);
	font-weight: 600;
	font-size: 0.875rem;
	width: 100%;
	text-align: center;
}
.quantity__button_minus::before,
.quantity__button_plus::before {
	position: absolute;
	color: #fff;
	font-size: 1.125rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quantity__button_plus::before {
	content: "+";
}
.quantity__button_minus::before {
	content: "-";
}
.add_to_cart_button {
	background-color: var(--link-color);
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 0.5rem 0.75rem;
	border-radius: 0.1875rem;
	position: relative;
	-webkit-transition: background-color 0.35s ease 0s;
	-o-transition: background-color 0.35s ease 0s;
	transition: background-color 0.35s ease 0s;
}
.add_to_cart_button::before {
	position: absolute;
	font-family: GsxIco;
	content: "\e907";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.25rem;
	font-weight: 400;
}
.add_to_cart_button:hover {
	background-color: var(--hover-color);
}
.header {
	position: relative;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.03);
	box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.03);
}
.main-block__slide {
	width: 100%;
}
.top-header {
	background-color: var(--link-color);
	color: #fff;
	padding: 0.3125rem 0;
	font-size: 0.9375rem;
	border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
.top-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 1.2rem;
}
.top-header__menu {
	margin-right: 0;
	margin-left: auto;
}
.menu-open .cart-header__icon,
.menu-open .wishlist-icon {
	color: var(--dark-color);
}
.icon-menu {
	display: block;
	position: relative;
	width: 34px;
	height: 18.5px;
	cursor: pointer;
	z-index: 10;
}
.icon-menu span,
.icon-menu::after,
.icon-menu::before {
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 0;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.icon-menu::before {
	top: 0;
}
.icon-menu::after {
	bottom: 0;
}
.icon-menu span {
	top: calc(50% - 1px);
}
.menu-open .icon-menu span {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.menu-open .icon-menu::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: calc(50% - 1px);
}
.menu-open .icon-menu::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: calc(50% - 1px);
}
.body-header {
	padding: 0.57rem 0;
	background-color: rgba(253, 251, 250, 0.2);
}
.body-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 3.125rem;
}
.body-header__logo {
	position: relative;
	z-index: 1;
	margin-right: 10px;
	margin-left: -10px;
	flex: 0 0 3.5rem;
}
.body-header__logo a {
	display: block;
}
.body-header__logo img {
	max-width: 3.85rem;
	width: 100%;
}
.menu-body-header {
	min-width: 12.5rem;
	margin-right: 1.875rem;
	flex: 1 1 auto;
}
.menu-body-header__button {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	background-color: var(--link-color);
	color: #fff;
	padding: 0.625rem 0.75rem 0.625rem 3.125rem;
	border-radius: 0.1875rem;
	min-height: 2.5rem;
	display: block;
	width: 100%;
}
.menu-body-header__button::before {
	position: absolute;
	font-family: GsxIco;
	content: "\e905";
	left: 0.75rem;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
}
.menu-body-header__body {
	position: relative;
	-webkit-transition: all 0.35s ease 0.35s;
	-o-transition: all 0.35s ease 0.35s;
	transition: all 0.35s ease 0.35s;
}
.menu-body-header__list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
	box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
	font-size: 0.9375rem;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 55;
	font-weight: 400;
}
.menu-body-header__list li:first-of-type a {
	padding-top: 1.25rem;
}
.menu-body-header__list li:last-of-type a {
	padding-bottom: 1.25rem;
}
.menu-body-header__list a {
	padding: 0.625rem;
	display: block;
}
.menu-body-header__top {
	display: none;
}
.actions-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.875rem;
}
.phones-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.phones-header__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.phones-header__phone {
	font-weight: 600;
	white-space: nowrap;
	font-size: 1.125rem;
	line-height: 1.2222222222;
	position: relative;
	transform: translateY(-2px);
}
.phones-header__phone i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	color: var(--link-color);
	margin-right: 0.3125rem;
	font-size: 1.5rem;
}
.phones-header__arrow {
	color: var(--link-color);
	font-size: 1rem;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	margin: 0 0 0 1.0625em;
}
.phones-header__arrow._spoller-active {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.phones-header__list {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	z-index: 55;
	margin: 0.3125rem 0 0 0;
	border-radius: 0.1875rem;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
	box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
	font-size: 0.9375rem;
	padding: 0.625rem;
	background-color: #fff;
}
.phones-header__list a {
	font-weight: 400;
	display: block;
	font-size: 0.9375rem;
	line-height: 2;
}
.wishlist {
	position: relative;
}
.wishlist-icon {
	position: relative;
	z-index: 5;
	display: block;
}
.wishlist-icon::before {
	font-family: GsxIco;
	content: "\e914";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 1.3rem;
}
.wishlist-count {
	position: absolute;
	width: 1.1875rem;
	height: 1.1875rem;
	line-height: 1.1875rem;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	right: -11px;
	left: auto;
	top: -1px;
	bottom: auto;
	background-color: var(--dark-color);
	color: #fff;
}
.cart-header__mini {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.9375rem;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	position: relative;
	z-index: 5;
}
.cart-header__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37px;
	flex: 0 0 37px;
	font-size: 1.5rem;
	position: relative;
}
.cart-header__icon span {
	position: absolute;
	width: 1.1875rem;
	height: 1.1875rem;
	line-height: 1.1875rem;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	right: -6px;
	left: auto;
	top: -4px;
	bottom: auto;
	background-color: var(--dark-color);
	color: #fff;
}
.cart-header__body {
	display: none;
}
.cart-header__link {
	font-weight: 600;
}
.cart-header__summ {
	font-size: 0.75rem;
	color: var(--link-color);
}
.time-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.time-header__icon {
	color: #8a121d;
	margin-right: 0.3125rem;
	font-size: 1.5rem;
}
.time-header__wrapp {
	margin-left: 0.625rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	white-space: nowrap;
}
.time-header__wrapp span {
	font-weight: 600;
	display: inline-block;
	min-width: 2.5rem;
	color: var(--link-color);
}
.time-header__wrapp p {
	color: var(--textColor);
	font-size: 12px;
}
p.time-header__title {
	font-weight: 600;
}
.footer__body {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}
.footer-banner {
	text-align: center;
	padding: 0.9375rem;
	font-weight: 500;
}
.footer-banner a {
	white-space: nowrap;
}
.footer-data__item {
	margin-bottom: 0.35rem;
}
h3.footer-data__title {
	margin-bottom: 0.25rem;
	font-size: 0.9375rem;
	font-weight: 400;
	color: var(--textColor);
}
.footer-data__desc {
	font-weight: 600;
	font-size: 1.125rem;
}
.footer-data p {
	font-size: 0.8125rem;
	color: var(--textColor);
}
.footer-data span {
	display: inline-block;
	width: 2.875rem;
}
.item-footer__head {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
._spoller-init .item-footer__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.625rem;
}
._spoller-init .item-footer__head::after {
	content: "\e900";
	font-size: 0.5rem;
	margin: 0.625em 0 0 0;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
._spoller-init .item-footer__head._spoller-active::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.footer-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid var(--link-color);
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
}
.footer-social i {
	line-height: 30px;
	display: inline-block;
}
.menu-footer__list {
	font-size: 0.8125rem;
	color: var(--textColor);
}
.menu-footer__list li a {
	display: block;
}
.menu-footer__list li:not(:last-child) {
	padding-bottom: 0.625rem;
}
.footer-payments__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.footer-payments__list li img {
	max-width: 7.5rem;
	height: 2rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.copyright {
	border-top: 1px solid #ddd;
	padding: 1.25rem 0;
}
.copyright__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	color: var(--textColor);
}
.copyright a {
	-webkit-transition: color 0.35s ease 0s;
	-o-transition: color 0.35s ease 0s;
	transition: color 0.35s ease 0s;
}
.copyright a:hover {
	color: var(--link-color);
}
.active-lang {
	font-weight: 600;
}
.hero-page {
	padding-top: 1.25rem;
}
.hero-page__title {
	font-size: 2.25rem;
	font-weight: 600;
}
.breadcrumbs {
	overflow: auto;
	white-space: nowrap;
	height: 2.25rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.875rem;
	border-bottom: 1px solid #ddd;
	margin-top: 1.25rem;
}
.breadcrumbs ul,
.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
}
.breadcrumbs ul a,
.breadcrumbs__list a {
	opacity: 0.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs ul a::after,
.breadcrumbs__list a::after {
	content: "\e900";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 0.3125rem;
	margin: 0 1.6666666667em;
}
.slide-main-block {
	position: relative;
}
.slide-main-block-ibg {
	position: relative;
	padding-top: 34%;
}
.slide-main-block__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-main-block__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 100%;
}
.slide-main-block__title {
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2777777778;
}
.slide-main-block__title:not(:last-child) {
	margin-bottom: 0.4166666667em;
}
.slide-main-block__textarea {
	max-width: 50rem;
	width: 100%;
	position: relative;
}
.slide-main-block__desc {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
}
.products-slider__header {
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.products-slider__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1.5rem;
	font-weight: 600;
}
.products-slider__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.35rem;
	color: var(--textColor);
	cursor: pointer;
}
.main-block {
	position: relative;
}
.main-block__slide {
	width: 100%;
	position: relative;
}
.main-block__slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.is-page-content p,
.is-page-content.type-page p {
	margin-bottom: 10px;
}
.controll-home-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	color: #fff;
	width: 100%;
}
.controll-home-slider__dots {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	gap: 0.625rem;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	padding-left: 0.9375rem;
}
.controll-home-slider__dots .swiper-pagination-bullet {
	cursor: pointer;
	height: 1.5rem;
	width: 1.125rem;
	position: relative;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.controll-home-slider__dots .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	background-color: rgba(148, 25, 34, 0.42);
	height: 0.125rem;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.controll-home-slider__dots .swiper-pagination-bullet::before {
	background-color: var(--link-color);
	position: absolute;
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.controll-home-slider__dots .swiper-pagination-bullet-active {
	position: relative;
	width: 1.875rem;
}
.controll-home-slider__dots .swiper-pagination-bullet-active::after {
	background-color: var(--link-color);
}
.controll-home-slider__dots .swiper-pagination-bullet-active::before {
	opacity: 1;
	left: 1.25rem;
	-webkit-transition: left 3.9s linear 0s;
	-o-transition: left 3.9s linear 0s;
	transition: left 3.9s linear 0s;
}
.products-slider__arrow {
	padding: 0.6rem;
	-webkit-transition: color 0.35s ease 0s;
	-o-transition: color 0.35s ease 0s;
	transition: color 0.35s ease 0s;
}
.products-slider__arrow:hover {
	color: var(--link-color);
}
.products-slider__footer {
	text-align: center;
	margin: 1.25rem 0;
}
.products-slider__more {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	background-color: var(--link-color);
	color: #fff;
	padding: 0.625rem 3.125rem 0.625rem 1.25rem;
	border-radius: 0.1875rem;
	min-height: 2.5rem;
	display: inline-block;
	-webkit-transition: background-color 0.35s ease 0s;
	-o-transition: background-color 0.35s ease 0s;
	transition: background-color 0.35s ease 0s;
}
.products-slider__more::before {
	position: absolute;
	font-family: GsxIco;
	content: "\e90b";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1.25rem;
	-webkit-transition: right 0.35s ease 0s;
	-o-transition: right 0.35s ease 0s;
	transition: right 0.35s ease 0s;
}
.products-carousel__slider,
.products-slider__slider {
	padding: 0.625rem;
	margin: 0 -0.625rem;
}
.page-banner {
	display: block;
	position: relative;
	text-align: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.inner-page-banner {
	padding: 5.625rem 0;
}
.inner-page-banner__body {
	max-width: 45rem;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.72);
}
.gsxwe-result-orderpickup h2,
.woocommerce-customer-details h2,
.del_txt{
	font-size: 24px;
    color: var(--dark-color);
    line-height: 1.2;
    margin-bottom: 0.1rem;
	margin-top: 0.8rem;
    font-weight: 600;
}
.del_p_first {
	margin-top:0.15rem !important;
}
@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
	.inner-page-banner__body {
		background: rgba(255, 255, 255, 0.72);
		-webkit-backdrop-filter: blur(31px);
		backdrop-filter: blur(31px);
	}
}
.inner-page-banner__title {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.875rem;
}
.inner-page-banner__text {
	font-size: 0.9375rem;
}
.productsall-slider__slider .swiper-wrapper {
	row-gap: 1.25rem;
}
.latest-products__wrapper {
	display: -ms-grid;
	display: grid;
	row-gap: 1.25rem;
}
.infoblock__container {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
}
.item-infoblock {
	overflow: hidden;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.item-infoblock__body {
	position: relative;
	z-index: 2;
}
.item-infoblock__title {
	font-weight: 500;
}
.item-infoblock__title:not(:last-child) {
	margin-bottom: 1.25em;
}
.item-infoblock__text {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 14.875rem;
}
.item-infoblock__text:not(:last-child) {
	margin-bottom: 2.5555555556em;
}
.item-infoblock__image {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #f2f2f2;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}
.item-infoblock__image img {
	max-width: 100%;
}
.catalog__products {
	display: -ms-grid;
	display: grid;
	row-gap: 1.25rem;
}
.filter-catalog {
	background: #fefefe;
	border: 4px solid var(--link-color);
}
.filter-catalog__title {
	padding: 1.5625rem 0.9375rem 0.3125rem 0.9375rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.swiper {
	overflow: hidden;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
	display: none !important;
}
.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hero__page-title {
	font-size: 2.1rem;
	font-weight: 600;
	color: var(--dark-color);
}
.aboutblock__wrap {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	margin-top: 30px;
}
.item-infoblock-p {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
}
.just-center {
	justify-content: center;
}
.wishlist .wishlist-title {
	display: none;
	line-height: 20px;
	margin-top: 5px;
}
@media (min-width: 22.49875rem) {
	.latest-products__wrapper {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog__products {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 29.99875em) {
	.product-card__footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.product-card__quantity {
		width: 7.5rem;
		margin-bottom: 0;
	}
	.latest-products__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	}
	.infoblock__container {
		grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	}
	.catalog__products {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.aboutblock__wrap {
		grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	}
}
@media (min-width: 47.99875em) {
	.menu-body-header__button {
		min-width: 12.5rem;
	}
	.inner-page-banner__text {
		font-size: 1.125rem;
	}
	.item-infoblock__text {
		font-size: 1.125rem;
	}
	.controll-home-slider {
		position: absolute;
		margin-bottom: 1.25rem;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.controll-home-slider__dots .swiper-pagination-bullet {
		height: 2.5rem;
	}
	.controll-home-slider__dots .swiper-pagination-bullet::after {
		background-color: #fff;
	}
	.controll-home-slider__dots .swiper-pagination-bullet-active::after {
		background-color: var(--link-color);
	}
	.main-block__slider img {
		max-height: 682px;
		object-position: 0 -20px;
	}
}
@media (min-width: 61.99875em) {
	.wishlist-count {
		top: -2px;
	}
	.top-header {
		background-color: rgba(253, 251, 250, 0.2);
		color: var(--textColor);
		font-size: 0.8125rem;
	}
	.top-header__container {
		gap: 1.25rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.top-header__menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 0;
	}
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		row-gap: 0.3125rem;
	}
	.icon-menu {
		display: none;
	}
	.body-header__container {
		gap: 1.875rem;
	}
	.body-header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		margin-right: 0;
	}
	.body-header__logo img {
		max-width: 6.625rem;
	}
	.menu-body-header {
		margin-right: 0;
		flex: 1 1 auto;
	}
	.wishlist-count {
		background-color: var(--link-color);
	}
	.cart-header__icon span {
		background-color: var(--link-color);
	}
	.cart-header__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		display: block;
	}
	.cart-header__icon {
		font-size: 2rem;
	}
	.wishlist-icon::before {
		font-size: 1.5rem;
	}
}
@media (min-width: 61.99875em) and (min-width: 91.25em) {
	.menu__list {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}
}
@media (min-width: 91.25em) {
	.pt60 {
		padding-top: 3.75rem;
	}
	.mt60 {
		margin-top: 3.75rem;
	}
	.footer__body {
		row-gap: 2.5rem;
	}
	.footer__body {
		padding-top: 3.75rem;
	}
	.footer__body {
		padding-bottom: 3.125rem;
	}
	.footer-banner {
		font-size: 1.125rem;
	}
	.slide-main-block-ibg {
		min-height: 36.25rem;
	}
	.slide-main-block__content {
		padding-top: 3.75rem;
	}
	.slide-main-block__content {
		padding-bottom: 3.75rem;
	}
	.inner-page-banner__body {
		padding: 6.25rem;
	}
	.inner-page-banner__title {
		font-size: 2.375rem;
	}
	.item-infoblock {
		min-height: 18.125rem;
	}
	.item-infoblock__body {
		padding: 1.875rem;
	}
	.item-infoblock__title {
		font-size: 1.75rem;
	}
}
@media (min-width: 62em) {
	.slide-main-block__title {
		font-size: 3.625rem;
	}
}
@media (max-width: 20em) {
	.pt60 {
		padding-top: 2.5rem;
	}
	.mt60 {
		margin-top: 2.5rem;
	}
	.footer__body {
		row-gap: 0.00000625rem;
	}
	.footer__body {
		padding-top: 2.5rem;
	}
	.footer__body {
		padding-bottom: 1.25rem;
	}
	.footer-banner {
		font-size: 0.875rem;
	}
	.slide-main-block-ibg {
		min-height: 20rem;
	}
	.slide-main-block__content {
		padding-top: 2.5rem;
	}
	.slide-main-block__content {
		padding-bottom: 2.5rem;
	}
	.slide-main-block__title {
		font-size: 1.3125rem;
	}
	.inner-page-banner__body {
		padding: 1.25rem;
	}
	.inner-page-banner__title {
		font-size: 1.375rem;
	}
	.item-infoblock {
		min-height: 14.25rem;
	}
	.item-infoblock__body {
		padding: 1.25rem;
	}
	.item-infoblock__title {
		font-size: 1.125rem;
	}
}
@media (max-width: 61.99875em) {
	.menu__body {
		position: fixed;
		width: 80%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow: auto;
		background-color: #fff;
		padding: 4.1875rem 0.9375rem 3.125rem 0.9375rem;
		-webkit-transition: left 0.3s ease 0s;
		-o-transition: left 0.3s ease 0s;
		transition: left 0.3s ease 0s;
		z-index: 2;
		color: var(--dark-color);
		-webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
		box-shadow: 0 0.125rem 0.25rem rgba(39, 39, 39, 0.075);
	}
	.menu__body::before {
		content: "";
		position: fixed;
		width: 80%;
		height: 2.75rem;
		left: -100%;
		top: 0;
		border-bottom: 1px solid #ddd;
	}
	.menu-open .menu__body {
		left: 0;
	}
	.menu-open .menu__body::before {
		left: 0;
	}
	.menu__list {
		border-bottom: 1px solid #ddd;
		padding-bottom: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
	.menu__list li a {
		display: block;
		padding: 0.375rem 0;
		position: relative;
		padding-left: 1.125rem;
	}
	.menu__list li a::before {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
		font-size: 0.375rem;
		font-family: GsxIco;
		content: "\e900";
	}
	.catalog_is-open .menu-body-header__list {
		position: relative;
		top: 3.75rem;
		height: 100%;
		font-weight: 600;
		text-transform: uppercase;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.catalog_is-open .menu-body-header__list li:not(:last-of-type) {
		border-bottom: 1px solid #ddd;
	}
	.catalog_is-open .menu-body-header__body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 99;
		overflow-y: auto;
	}
	.catalog_is-open .menu-body-header__top {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 999;
		padding: 1.1875rem 3.4375rem 1rem;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}
	.catalog_is-open .menu-body-header__top h2 {
		white-space: nowrap;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 1rem;
	}
	.catalog_is-open .menu-body-header__close {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0.9375rem;
		font-size: 1.25rem;
		color: var(--link-color);
	}
	.time-header {
		margin-top: 1.25rem;
	}
	.gsx-lang-switcher {
		font-size: 1.25rem;
		padding-bottom: 0.9375rem;
		margin-bottom: 0.9375rem;
		border-bottom: 1px solid #ddd;
	}
}
@media (max-width: 29.99875em) {
	.product-card__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.product-card__summ {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		margin-top: 0.3125rem;
	}
	.products-slider__more {
		width: 100%;
	}
	.main-block__slider img {
		object-fit: contain;
	}
}
@media (min-width: 20em) and (max-width: 91.25em) {
	.pt60 {
		padding-top: clamp(2.5rem, 2.149122807rem + 1.7543859649vw, 3.75rem);
	}
	.mt60 {
		margin-top: clamp(2.5rem, 2.149122807rem + 1.7543859649vw, 3.75rem);
	}
	.footer__body {
		row-gap: clamp(0.00000625rem, -0.7017463816rem + 3.5087631579vw, 2.5rem);
	}
	.footer__body {
		padding-top: clamp(2.5rem, 2.149122807rem + 1.7543859649vw, 3.75rem);
	}
	.footer__body {
		padding-bottom: clamp(1.25rem, 0.7236842105rem + 2.6315789474vw, 3.125rem);
	}
	.footer-banner {
		font-size: clamp(0.875rem, 0.8048245614rem + 0.350877193vw, 1.125rem);
	}
	.slide-main-block-ibg {
		min-height: clamp(20rem, 15.4385964912rem + 22.8070175439vw, 36.25rem);
	}
	.slide-main-block__content {
		padding-top: clamp(2.5rem, 2.149122807rem + 1.7543859649vw, 3.75rem);
	}
	.slide-main-block__content {
		padding-bottom: clamp(2.5rem, 2.149122807rem + 1.7543859649vw, 3.75rem);
	}
	.inner-page-banner__body {
		padding: clamp(1.25rem, -0.1535087719rem + 7.0175438596vw, 6.25rem);
	}
	.inner-page-banner__title {
		font-size: clamp(1.375rem, 1.0942982456rem + 1.4035087719vw, 2.375rem);
	}
	.item-infoblock {
		min-height: clamp(14.25rem, 13.1622807018rem + 5.4385964912vw, 18.125rem);
	}
	.item-infoblock__body {
		padding: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem);
	}
	.item-infoblock__title {
		font-size: clamp(1.125rem, 0.9495614035rem + 0.8771929825vw, 1.75rem);
	}
}
@media (min-width: 61.99875em) and (max-width: 1235px) {
	.menu__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu__body .menu__list {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.time-header__icon {
		font-size: 0.9375rem;
	}
	.time-header__wrapp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
}
@media (min-width: 61.99875em) and (min-width: 20em) and (max-width: 91.25em) {
	.menu__list {
		-webkit-column-gap: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem);
		-moz-column-gap: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem);
		column-gap: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem);
	}
}
@media (min-width: 61.99875em) and (max-width: 20em) {
	.menu__list {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}
}
@media (min-width: 20em) and (max-width: 62em) {
	.slide-main-block__title {
		font-size: clamp(1.3125rem, 0.2113095238rem + 5.505952381vw, 3.625rem);
	}
}
@media (any-hover: hover) {
	.top-header a:hover {
		text-decoration: underline;
	}
	.menu-body-header:hover .menu-body-header__list {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.menu-body-header__list a {
		-webkit-transition: all 0.35s ease 0s;
		-o-transition: all 0.35s ease 0s;
		transition: all 0.35s ease 0s;
	}
	.menu-body-header__list a:hover {
		padding-left: 0.8125rem;
		background-color: rgba(221, 221, 221, 0.4);
		color: var(--link-color);
	}
	.phones-header__phone {
		-webkit-transition: color 0.3s ease 0s;
		-o-transition: color 0.3s ease 0s;
		transition: color 0.3s ease 0s;
	}
	.phones-header__phone:hover {
		color: var(--link-color);
	}
	.cart-header__icon {
		-webkit-transition: color 0.35s ease 0s;
		-o-transition: color 0.35s ease 0s;
		transition: color 0.35s ease 0s;
	}
	.cart-header__icon:hover {
		color: var(--link-color);
	}
	.footer-banner:hover a {
		text-decoration: underline;
	}
	.footer-social a {
		-webkit-transition: all 0.35s ease 0s;
		-o-transition: all 0.35s ease 0s;
		transition: all 0.35s ease 0s;
	}
	.footer-social a:hover {
		background-color: var(--hover-color);
		color: #fff;
	}
	.menu-footer__list li a {
		-webkit-transition: color 0.35s ease 0s;
		-o-transition: color 0.35s ease 0s;
		transition: color 0.35s ease 0s;
	}
	.menu-footer__list li a:hover {
		color: var(--link-color);
	}
	.products-slider__more:hover {
		background-color: var(--hover-color);
	}
	.products-slider__more:hover:before {
		right: 1rem;
	}
	.item-infoblock:hover {
		-webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
	}
}
