/*============= ALIGNES ===============*/
#shipping_country_field {
	display: none !important;
}
.alignwide {
	width: 100%;
}
.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 1920px;
}
@media only screen and (min-width: 1920px) {
	.alignfull {
		width: 100vw !important;
		max-width: unset;
	}
}
/* =========== BASE CONFIG =========== */
html {
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 400;
	box-sizing: inherit;
	color: var(--txt-head-primary);
}
body {
	background-color: var(--second);
	overflow-x: hidden;
	margin: 0 auto;
	width: auto;
	background-attachment: fixed;
}
.seo-block .seo-text::-webkit-scrollbar {
	width: 2px;
	background: var(--background-thirdly);
}
.seo-block .seo-text::-webkit-scrollbar-thumb {
	background: var(--primary);
	border-radius: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
	color: var(--txt-head-primary);
	transition: all 0.3s ease-in;
}
a:hover {
	color: var(--buttons-and-elements-primary);
}
ul li {
	list-style-position: inside;
	font-size: 18px;
	line-height: 130%;
	list-style-type: none;
}
ol li {
	list-style-position: inside;
	font-size: 18px;
	line-height: 130%;
}
p {
	font-size: 18px;
	line-height: 130%;
}
h1.page-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 64px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
main.foned {
	position: relative;
	overflow: hidden;
	z-index: 999;
}
main.foned:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.breadcrumbs {
	padding: 30px 0px 10px 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.breadcrumbs span {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	transition: 0.3s;
	position: relative;
}
.breadcrumbs span:hover {
	color: var(--primary);
}
.breadcrumbs .current-item,
.breadcrumbs span .current-item span {
	pointer-events: none;
	color: var(--primary);
}
main,
#primary {
	min-height: 70vh;
	padding-bottom: 60px;
}
.container {
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	white-space: nowrap;
	height: fit-content;
	background: var(--primary);
	border-radius: 100px;
	outline: none;
	padding: 13px 30px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--second);
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.btn.second {
	color: var(--primary);
	background: transparent;
	border: 1px solid var(--primary);
}
.btn.second:hover,
.btn:hover {
	border-color: var(--primary-hover);
	background: var(--primary-hover);
	color: var(--second);
}
#more-btn {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.main-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
.main-title > span {
	font-family: var(--second-family);
	font-weight: 600;
	line-height: 120%;
	color: var(--primary-hover);
}
.title-holder {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.title-holder .block-subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: var(--txt-head-primary);
	padding: 5px 15px;
	border: 1px solid var(--txt-head-primary);
	border-radius: 30px;
	width: fit-content;
}
.title-holder .main-title {
	margin-bottom: unset;
	text-align: center;
}
.text-holder {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.text-holder,
.text-holder p,
.text-holder li {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.text-holder p {
	display: flex;
	gap: 10px;
}
.text-holder p strong {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--primary);
	min-width: 70px;
}
.text-holder ol,
.text-holder ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.text-holder ol:has(+ol),
.text-holder ul:has(+ul),
.text-holder ul:has(+ol),
.text-holder ol:has(+ul),
.text-holder p:has(strong)+ol,
.text-holder p:has(strong)+ul {
	margin: -5px 0px;
}
.text-holder ol {
	counter-reset: list;
}
.text-holder ol li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	counter-increment: list;
}
.text-holder ol li:before {
	content: counter(list) ".";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 6px;
	left: 5px;
	position: absolute;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.text-holder ul li {
	padding-left: 20px;
	position: relative;
}
.text-holder ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	border-radius: 100%;
	background-image: url(../images/ulBefore.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.text-holder h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 5px;
}
.text-holder h3 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 5px;
}
.text-holder h4 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 5px;
}
.text-holder h5 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-top: 5px;
}
.text-holder h4:nth-child(1) {
	margin-top: unset;
}
.text-holder a:hover {
	color: var(--primary-hover);
}
.nav {
	position: relative;
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.controls .nav {
	margin-top: unset;
}
.controls .btn {
	height: auto;
}
.nav .nav-btns {
	display: flex;
	gap: 15px;
	align-items: center;
}
.nav .swiper-button-prev,
.nav .swiper-button-next {
	width: 44px;
	height: 44px;
	border: 1px solid var(--stroke);
	display: flex;
	align-items: center;
	position: static;
	justify-content: center;
	border-radius: 100%;
	transition: 0.5s;
	cursor: pointer;
	margin-top: unset;
	z-index: 2;
}
.nav .swiper-button-prev:hover,
.nav .swiper-button-next:hover {
	background: var(--stroke)
}
.nav .swiper-button-prev svg,
.nav .swiper-button-next svg {
	width: 18px;
	height: 14px;
}
.nav .swiper-button-prev:after,
.nav .swiper-button-next:after {
	display: none;
}
.nav .swiper-button-prev path,
.nav .swiper-button-next path {
	transition: 0.5s;
}
.nav .swiper-button-prev:hover path,
.nav .swiper-button-next:hover path {
	fill: var(--second);
}
.nav .swiper-button-disabled {
	opacity: 1 !important;
	pointer-events: none;
}
.nav .swiper-pagination {
	margin-left: auto;
	display: flex;
	align-items: center;
	width: fit-content !important;
	bottom: unset !important;
	position: static;
	gap: 15px;
	top: unset !important;
	flex-wrap: wrap;
	justify-content: center;
}
.nav .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: transparent;
	transition: 0.3s;
	cursor: pointer;
	opacity: 1;
	margin: unset !important;
	border: 1px solid var(--stroke);
}
.nav .swiper-pagination-bullet:hover {
	background: var(--stroke);
}
.nav .swiper-pagination-bullet-active {
	background: var(--stroke);
}
.swiper-slide {
	box-sizing: border-box !important;
}
.text-all,
.desc-all {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: var(--buttons-and-elements-primary);
	margin-top: -10px;
	cursor: pointer;
	width: fit-content;
	transition: 0.3s;
	position: relative;
}
.text-all:before,
.desc-all:before {
	content: "";
	width: 10px;
	height: 6px;
	top: 6px;
	right: -15px;
	position: absolute;
	background-position: center;
	background-image: url(../images/moreArrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.5s;
}
.text-all:hover,
.desc-all:hover {
	color: var(--primary-hover);
}
.text-all:hover:before,
.desc-all:hover:before {
	background-image: url(../images/moreArrwoHover.png);
}
.pagination {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.prev.page-numbers {
	margin-right: auto;
}
.next.page-numbers {
	margin-left: auto;
}
.page-numbers {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	transition: 0.5s;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.5s;
	width: 44px;
	height: 44px;
	border-radius: 100%;
}
.page-numbers:hover,
.page-numbers.current {
	background: var(--background-thirdly);
	color: var(--primary-hover);
}
.prev.page-numbers,
.next.page-numbers {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: var(--background-thirdly);
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-hover);
}
.prev.page-numbers path,
.next.page-numbers path {
	transition: 0.5s;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	background: var(--primary-hover);
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
	fill: var(--second);
}
span.prev.page-numbers,
span.next.page-numbers {
	pointer-events: none;
}
.privacy-policy .content {
	padding-bottom: 40px;
}
.privacy-policy .content p {
	font-size: 14px;
}
.privacy-policy .content h2 {
	font-size: 18px;
	margin: 15px 0px 5px 0px;
	font-weight: 600;
}
.privacy-policy .content h2:nth-child(1) {
	margin-top: unset;
}
.seo-block .wrapper {
	position: relative;
	display: flex;
	padding: 100px 10px;
}
.seo-block .seo-gallery {
	display: flex;
	gap: 30px;
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}
.seo-block .gallery-img {
	width: 50%;
	display: flex;
	height: auto;
	max-height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.seo-block .gallery-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.seo-block .seo-text-holder {
	background: var(--second);
	padding: 30px;
	border-radius: 10px;
	max-width: 720px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.seo-block .seo-text {
	padding-right: 18px;
	height: 500px;
	overflow: auto;
}
.seo-block {

}
.block-container {
	padding: 60px 0px;
}
.archive-default {
	padding-bottom: 60px;
}
.socs {
	display: flex;
	gap: 10px;
	align-items: center;
}
.socs .soc {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	min-width: 30px;
	border-radius: 5px;
	background: transparent;
}
.socs .soc:hover {
	background: var(--background-thirdly);
}
.socs .soc svg,
.socs .soc img {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	max-width: 80%;
	max-height: 80%;
	transition: 0.5s;
	margin: auto;
	filter: grayscale(1) brightness(2);
}
.socs .soc:hover svg,
.socs .soc:hover img {
	filter: unset;
}
.swiper-slide.templated {
	height: auto;
}
.swiper-slide.templated > div {
	height: 100%;
}

/*============ HEADER =================*/
.mobile-wrapper {
	display: none;
}
#header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: fit-content;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
#header .header-wrapper {
	display: flex;
	flex-direction: column;
}
#header .header-top {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 30px;
	background: var(--second);
}
#header .header-bot {
	display: flex;
	align-items: center;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 0 0 30px 30px;
	padding: 20px 30px;
	justify-content: space-between;
	background: var(--second);
}
#header .user-icons {
	display: flex;
	gap: 20px;
	align-items: center;
}
#header .user-item {
	background: var(--background-thirdly);
	padding: 10px 15px;
	border-radius: 100px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: 0.5s;
}
#header .user-icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .user-icon img,
#header .user-icon svg {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
#header .user-btn-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	transition: 0.5s;
}
#header .user-btn-name.your-face {
	color: var(--primary);
}
#header .user-item.logged .user-btn-name {
	color: var(--primary);
}
#header .user-item:hover {
	background: var(--primary);
	border-color: var(--primary);
}
#header .user-item:hover .user-btn-name {
	color: var(--second);
}
#header .user-item path {
	transition: 0.5s;
}
#header .user-item:hover path {
	fill: var(--second);
}
#header .email-item {
	display: flex;
	gap: 10px;
	align-items: center;
}
#header .email-item .email-icon {
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .email-item .email-icon svg,
#header .email-item .email-icon img {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}
#header .email-item .info-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
}
#header .email-item .info-value:hover {
	color: var(--primary);
}
#header .logo-holder {
	display: flex;
	max-width: 250px;
}
#header .logo-holder img {
	width: 100%;
	display: block;
	object-fit: contain;
}
#header .menu-holder {
	display: flex;
	gap: 10px;
	align-items: center;
}
#header .header-menu {
	display: flex;
	align-items: center;
	gap: 10px;
}
#header .phone-holder {
	display: flex;
	flex-direction: column;
}
#header .phone-item {
	display: flex;
	gap: 10px;
	align-items: center;
}
#header .phone-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .phone-icon img,
#header .phone-icon svg {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
#header .phone-value {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
}
#header .phone-value:hover {
	color: var(--primary);
}
#header .head-callback {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	text-align: right;
	cursor: pointer;
	transition: 0.5s;
}
#header .head-callback:hover {
	color: var(--primary);
}
#header .woo-menu {
	display: flex;
	gap: 15px;
	align-items: center;
}
#header .shop-btn {
	position: relative;
	background: var(--background-thirdly);
	border-radius: 100%;
	transition: 0.5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
}
#header .shop-btn path {
	transition: 0.5s;
}
#header .shop-btn:hover {
	background: var(--primary-hover);
}
#header .shop-btn:hover path {
	fill: var(--second);
}
#header .shop-btn__counter {
	position: absolute;
	min-width: 21px;
	height: 21px;
	width: fit-content;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--secondary-text);
	top: -7px;
	right: -7px;
	background: var(--primary);
}
#header .header-wrapper .nav-menu-element a {
	padding: 13px 20px;
	border-radius: 100px;
	transition: 0.5s;
	cursor: pointer;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
}
#header .header-wrapper .nav-menu-element {
	position: relative;
	width: fit-content;
}
#header .header-wrapper .nav-menu-element.active a,
#header .header-wrapper .nav-menu-element:hover > a {
	background: var(--background-thirdly);
	color: var(--primary-hover);
}
#header .header-wrapper .nav-menu-element.has-childs > a {
	padding-right: 30px;
}
#header .header-wrapper .nav-menu-element.has-childs > a:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 8px;
	top: 8px;
	right: 13px;
	transition: 0.5s;
	background-image: url(../images/menuClosed.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#header .header-wrapper .nav-menu-element.has-childs:hover > a:before {
	background-image: url(../images/menuOpened.png);
}
#header .header-wrapper .nav-menu-element.has-childs a + .sub-menu {
	position: absolute;
	bottom: -32px;
	width: max-content;
	min-width: 360px;
	max-width: 400px;
	left: -19px;
	position: absolute;
	border: 1px solid var(--stroke-thirdly);
	background: var(--second);
	border-radius: 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transform: translateX(0%) translateY(100%);
	z-index: 50;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}
#header .header-wrapper .nav-menu-element.has-childs:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 52;
}
#header .sub-menu .nav-menu-element a {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	padding: unset;
	text-transform: unset;
}
#header .header-wrapper .nav-menu-element.has-childs > .sub-menu .active a,
#header .header-wrapper .nav-menu-element.has-childs.active > .sub-menu a,
#header .header-wrapper .nav-menu-element.has-childs.active > .sub-menu .nav-menu-element.active a {
	background: transparent;
	color: var(--head-primary);
}
#header .sub-menu .nav-menu-element:has(.spaned) {
	margin-bottom: 15px;
}
#header .header-wrapper .nav-menu-element.has-childs.active > .sub-menu .nav-menu-element.active a:hover,
#header .header-wrapper .nav-menu-element.has-childs.active > .sub-menu a:hover,
#header .sub-menu .nav-menu-element a:hover {
	color: var(--primary);
	background: transparent;
}
#header .header-cats {
	position: relative;
}
#header .cat-btn {
	padding: 13px 20px 13px 50px;
	position: relative;
	border-radius: 100px;
	font-family: var(--second-family);
	font-weight: 115;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--second);
	background: var(--primary);
	width: fit-content;
	cursor: pointer;
	transition: 0.5s;
}
#header .cat-btn:before {
	content: "";
	width: 22px;
	height: 21px;
	top: 11px;
	left: 20px;
	position: absolute;
	background-image: url(../images/menuIcon.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
}
#header .cat-btn.active:before {
	background-image: url(../images/menuiconOpened.png);
}
#header .cat-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	width: 360px;
	bottom: -23px;
	left: 0;
	transform: translateY(100%);
	background: var(--second);
	opacity: 0;
	pointer-events: none;
	gap: 0px;
}
#header .cat-btn.active+.cat-menu {
	opacity: 1;
	pointer-events: all;
}
#header .cat-menu .nav-menu-element {
	padding: 20px;
	display: block;
	border-bottom: 1px solid var(--stroke-thirdly);
	width: 100%;
}
#header .cat-menu .nav-menu-element:last-child {
	border-bottom: unset;
}
#header .header-wrapper .cat-menu .nav-menu-element {
	width: 100%;
}
#header .cat-menu .nav-menu-element a {
	border-radius: 0px !important;
	padding: unset;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs a + .sub-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: unset;
    padding-top: 10px;
    transform: unset;
    visibility: visible;
    opacity: 1;
    border: unset;
    max-width: 100%;
    min-width: unset;
    left: 359px;
    top: 0;
    background: #fff;
    height: fit-content;
    padding: 10px;
    border: 1px solid var(--stroke-thirdly);
    border-radius: 10px;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs .sub-menu .nav-menu-element {
	padding: unset !important;
	border-bottom: unset;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs .sub-menu .nav-menu-element a {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	text-transform: unset;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs .sub-menu .nav-menu-element a:hover {
	color: var(--primary-hover);
}
#header .header-wrapper .cat-menu .nav-menu-element:hover>a{
	background: transparent;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs:hover>.sub-menu {
	display: flex;
}
#header .header-wrapper .cat-menu .nav-menu-element.has-childs > a:before {
	top: 30px;
	background-image: url(../images/subMenuClosed.png);
}
#header .dgwt-wcas-search-wrapp {
	max-width: 320px;
	position: relative;
	padding: unset;
	background: unset;
	font-size: unset;
	margin: unset;
	max-height: 44px;
	height: 44px;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 100px;
	cursor: pointer;
	border: 1px solid var(--background-thirdly);
	background: var(--background-thirdly);
}
#header .dgwt-wcas-search-form {
	height: 100%;
}
#header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
	padding: unset;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
}
#header .dgwt-wcas-search-wrapp:hover {
	border-color: var(--primary);
	background: var(--second);
}
#header
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input {
	background: unset;
	border-radius: unset;
	padding: 12px 10px;
	height: 100%;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	cursor: pointer;
	outline: none;
}
#header
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input::placeholder {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	transition: 0.5s;
}
#header
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit {
	position: static;
	height: 100%;
	cursor: pointer;
	min-height: unset;
	width: fit-content;
	transition: 0.5s;
	margin-right: 0px;
	margin-left: 15px;
	width: 24px;
	min-width: 24px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	background: transparent !important;
	box-shadow: unset !important;
}
#header
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit
path {
	transition: 0.5s;
	fill: var(--primary) !important;
}
#header .search {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 560px;
	background: var(--background-background-light);
	border-radius: 10px;
}
#header .dgwt-wcas-close:hover {
	opacity: unset;
}
#header .dgwt-wcas-search-focused input {
	border: unset !important;
	outline: none;
}
#header .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: unset;
	right: 5px !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	margin-top: 2px;
	border-radius: 10px;
}
#header
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit
svg {
	width: 21px;
	height: 21px;
}

/*================ MOBILE MNU Start =============*/
#header .burger.open_menu {
	display: none;
	flex-direction: column;
	background-color: transparent;
	height: 30px;
	width: 30px;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 2px;
	flex-shrink: 0;
}
#header .burger.open_menu span {
	background-color: var(--primary);
	width: 24px;
	height: 2px;
	transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
	background-color: var(--primary-hover);
}
#header .burger.open_menu.clicked span {
	background-color: var(--second);
}
#header #mobile-mnu {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background: var(--second);
	padding: 30px 15px;
	transition: all 0.3s ease-in;
	transform: translateX(-350px);
	z-index: 9999;
	overflow: auto;
}
#header #mobile-mnu #close-mnu {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
}
#header #mobile-mnu #close-mnu svg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
#header #mobile-mnu a {
	font-size: 16px;
	line-height: 130%;
	font-weight: 450;
}
#header #mobile-mnu a:hover {
	color: var(--buttons-and-elements-primary);
}
#header #mobile-mnu .logo__holder {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
#header #mobile-mnu .logo__holder img {
	max-height: 60px;
}
#header #mobile-mnu .menuTop {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#header #mobile-mnu .menuTop li a {
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	color: var(--txt-main-text-secondary);
	position: relative;
}
#header #mobile-mnu .menuTop li a:hover {
	color: var(--buttons-and-elements-primary);
}
#header #mobile-mnu .menuTop li.active a {
	color: var(--background-background);
}
#header #mobile-mnu .menuTop .nav-menu-element.has-childs > a {
	position: relative;
}
#header #mobile-mnu .menuTop .nav-menu-element.has-childs > a:before {
	content: "";
	width: 10px;
	height: 6px;
	top: 7px;
	right: -18px;
	position: absolute;
	background-image: url(../images/menuClosed.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#header #mobile-mnu .menuTop .sub-menu .nav-menu-element a span {
	font-size: 13px;
}
#header #mobile-mnu .adresses__holder {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-image: url("../images/map.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
	font-size: 16px;
	line-height: 130%;
	font-weight: 450;
}
#header #mobile-mnu .email__holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
#header #mobile-mnu .email__holder .email__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
}
#header #mobile-mnu .email__holder .email__item:hover {
	color: var(--txt-head-primary);
}
#header #mobile-mnu .email__holder .email__item svg {
	margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
#header #mobile-mnu .phones__holder .phone__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 130%;
	font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
	color: var(--txt-head-primary);
}
#header #mobile-mnu .phones__holder .phone__item svg {
	margin-right: 10px;
}
#header #mobile-mnu.opened {
	transform: translateX(0);
}
#header #mobile-mnu .logo-holder {
	margin-bottom: 20px;
	margin-top: unset;
	width: 250px;
	align-items: flex-start;
	justify-content: flex-start;
}
#header #mobile-mnu .site-name-holder {
	order: unset;
	width: max-content;
	max-width: unset;
}
#header #mobile-mnu .site-name,
#header #mobile-mnu a,
#header #mobile-mnu .site-subtitle {
	color: var(--txt-head-primary);
}
#header #mobile-mnu .soc-holder {
	margin-top: 15px;
	margin-left: unset;
	display: flex;
	gap: 10px;
	align-items: center;
}
#header #mobile-mnu .soc {
	width: 35px;
	height: 35px;
	display: flex;
	border-radius: 5px;
	background: var(--background-background);
	align-items: center;
	justify-content: center;
}
#header #mobile-mnu .soc img,
#header #mobile-mnu .soc svg {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	max-width: 80%;
	max-height: 80%;
}
#header #mobile-mnu .sub-menu {
	display: none;
}
#header #mobile-mnu .sub-menu .nav-menu-element a {
	padding-left: 10px;
	position: relative;
	font-weight: 400;
	font-size: 13px;
}
#header #mobile-mnu .sub-menu .nav-menu-element a:before {
	content: "";
	width: 5px;
	height: 1px;
	top: 9px;
	left: 0;
	position: absolute;
	background: var(--txt-head-primary);
}
#header #mobile-mnu .phones-holder {
	margin: 10px 0px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#header #mobile-mnu .nav-menu-element.has-childs > a::before {
	right: -14px;
}
#header #mobile-mnu .nav-menu-element.has-childs > a::after {
	right: -18px;
}
#header #mobile-mnu .phones-holder a,
#header #mobile-mnu .emails-holder a {
	font-size: 14px;
	color: var(--buttons-and-elements-primary);
	font-weight: 600;
}
/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
	background: var(--background-fifthly);
	border-radius: 30px 30px 0px 0px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer-wrapper {
	display: flex;
	flex-direction: column;
	padding: 60px 0px 30px 0px;
}
#footer .footer-top {
	display: flex;
	gap: 30px;
}
#footer .footer-menu-holder {
	flex-grow: 1;
	display: flex;
	gap: 30px;
}
#footer .menu-item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#footer .menu-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: var(--second);
	margin-bottom: 10px;
}
#footer .nav-menu-element a {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--secondary-text);
	display: block;
	width: fit-content;
}
#footer .nav-menu-element a:hover {
	color: var(--primary);
}
#footer .foot-menu-center {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#footer .left-side {
	display: flex;
	flex-direction: column;
	width: 360px;
	min-width: 360px;
}
#footer .footer-logo {
	display: flex;
	width: 260px;
	margin-bottom: 40px;
}
#footer .footer-logo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}
#footer .phone-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
#footer .phone-icon {
	width: 20px;
	height: 20px;
	display: flex;
	min-width: 20px;
}
#footer .phone-icon svg,
#footer .phone-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
#footer .phone-value {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--second);
}
#footer .phone-value:hover {
	color: var(--primary);
}
#footer .footer-left .btn {
	width: 100%;
	margin-bottom: 20px;
}
#footer .socs-holder {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
	/*   margin-top: 40px; */
}
#footer .socs-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: var(--second);
}
#footer .infos {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#footer .value-holder {
	display: flex;
	gap: 10px;
}
#footer .value-icon {
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .value-icon img,
#footer .value-icon svg {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}
#footer .values {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#footer .footer-value,
#footer .footer-value p {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--secondary-text);
}
#footer a.footer-value:hover {
	color: var(--primary);
}
#footer .dgwt-wcas-search-wrapp {
	width: 300px;
	max-width: 320px;
	position: relative;
	padding: unset;
	background: unset;
	font-size: unset;
	margin: unset;
	max-height: 50px;
	height: 50px;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 100px;
	cursor: pointer;
	border: 1px solid var(--background-thirdly);
	background: var(--background-thirdly);
}
#footer .dgwt-wcas-search-form {
	height: 100%;
}
#footer .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
	padding: unset;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
}
#footer .dgwt-wcas-search-wrapp:hover {
	border-color: var(--primary);
	background: var(--second);
}
#footer
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input {
	background: unset;
	border-radius: unset;
	padding: 12px 10px;
	height: 100%;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	cursor: pointer;
	outline: none;
}
#footer
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input::placeholder {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	transition: 0.5s;
}
#footer
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit {
	position: static;
	height: 100%;
	cursor: pointer;
	min-height: unset;
	width: fit-content;
	transition: 0.5s;
	margin-right: 0px;
	margin-left: 15px;
	width: 24px;
	min-width: 24px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	background: transparent !important;
	box-shadow: unset !important;
}
#footer
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit
path {
	transition: 0.5s;
	fill: var(--primary) !important;
}
#footer .search {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 560px;
	background: var(--background-background-light);
	border-radius: 10px;
}
#footer .dgwt-wcas-close:hover {
	opacity: unset;
}
#footer .dgwt-wcas-search-focused input {
	border: unset !important;
	outline: none;
}
#footer .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: unset;
	right: 5px !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	margin-top: 2px;
	border-radius: 10px;
}
#footer
.dgwt-wcas-style-pirx
.dgwt-wcas-sf-wrapp
button.dgwt-wcas-search-submit
svg {
	width: 18px;
	height: 18px;
}
#footer .footer-bot {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#footer .search-holder {
	display: flex;
	flex-direction: column;
}
#footer .search-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: var(--second);
	margin-bottom: 15px;
}
#footer .bot-left-side {
	display: flex;
	flex-direction: column;
}
#footer .docs-holder {
	margin-top: 10px;
}
#footer .docs-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: var(--second);
	margin-bottom: 10px;
}
#footer .footer-docs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#footer .doc-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--secondary-text);
	width: fit-content;
}
#footer .doc-item:hover {
	color: var(--primary);
}
#footer .bot-right-side {
	display: flex;
	flex-direction: column;
	padding-right: 40px;
}
#footer .yandex-reviews {
	display: flex;
	width: 280px;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
}
#footer .yandex-reviews img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}
#footer .pay-types {
	display: flex;
	flex-direction: column;
	/*   margin-top: 40px; */
}
#footer .pay-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--secondary-text);
	margin-bottom: 10px;
}
#footer .types {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#footer .type-item {
	display: flex;
	width: fit-content;
	max-width: 93px;
	max-height: 30px;
}
#footer .type-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	aspect-ratio: 1/1;
}
#footer .footer-default {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 0px 30px 0px;
	border-top: 1px solid var(--head-primary);
}
#footer .privacy-holder {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--secondary-text);
	position: relative;
}
#footer .privacy-holder:hover {
	color: var(--primary);
}
.example-holder a {
	display: flex;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--secondary-text);
}
.example-holder a:hover {
	color: var(--primary);
}
.glogo {
	width: 111px;
	height: 17px;
	mask-image: url(../images/gmask.png);
	mask-origin: border-box;
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: var(--primary);
	position: relative;
	cursor: pointer;
	display: inline-flex;
	vertical-align: sub;
	overflow: hidden;
}
.glogo:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: red;
	transform: translateX(100%);
	transition: transform 0.7s ease-in;
	background: linear-gradient(
		90deg,
		#fe6604 10%,
		#ee0a76 30%,
		#ee0a76 60%,
		#fe6604 101%
		)
	repeat-x 0 0;
	background-size: 100px;
	animation-duration: 5s;
	animation-name: slideUp;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
.glogo:hover:before {
	animation-name: unset;
	transform: translateX(0);
}

@keyframes slideUp {
	0% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
#footer .rights {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--secondary-text);
}
.footer-form {
	border-radius: 30px 30px 0px 0px;
	margin-bottom: -30px;
	background-size: cover;
	padding: 65px 0px 95px 0px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.footer-form .form-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.footer-form .footer-form-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--secondary-text);
	max-width: 600px;
}
.footer-form .footer-form-title {
	font-family: var(--second-family);
	font-weight: 115;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--second);
}
/*============ FOOTER End ===============*/

/* ============== MODAL Start ============= */
.theme-modal {
	display: none;
	position: relative;
}
.theme-modal .title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.theme-modal .subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: var(--main-text-primary);
	margin-bottom: 25px;
}
#modal-success.theme-modal .subtitle {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: unset;
}
.fancybox__content > .f-button.is-close-btn {
	top: 19px !important;
	right: 19px !important;
	--f-button-width: 10px !important;
	--f-button-height: 10px !important;
	--f-button-border-radius: unset !important;
	--f-button-color: unset !important;
	--f-button-hover-color: unset !important;
	--f-button-bg: transparent !important;
	--f-button-hover-bg: transparent !important;
	--f-button-active-bg: transparent !important;
	--f-button-svg-width: 100% !important;
	--f-button-svg-height: 100% !important;
}
.theme-modal.fancybox__content {
	width: 620px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	padding: 30px;
	background: var(--second);
	border-radius: 30px;
	overflow: auto;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding: unset !important;
}
.theme-modal.fancybox__content .f-button svg {
	stroke-width: 0px !important;
}
.theme-modal.fancybox__content .f-button.is-close-btn svg path {
	transition: stroke 0.3s ease-in;
}
.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
	fill: var(--primary);
}
.form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.form-top {
	display: flex;
	gap: 10px;
}
button {
	border: unset;
}
button,
input {
	outline: none;
}
.form input {
	border: unset;
	transition: 0.3s;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: fit-content;
}
.form input,
.form textarea {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	cursor: pointer;
	border: 1px solid var(--background-thirdly);
	border-radius: 100px;
	padding: 14px 30px;
	background: var(--background-thirdly);
	transition: 0.5s;
}
.form textarea {
	height: 100px;
	width: 100%;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 30px;
	resize: none;
}
.form input:hover,
.form textarea:hover {
	border-color: var(--primary);
	background: var(--second);
}
.form input.error,
.form textarea.error {
	border-color: red !important;
}
.form input::placeholder,
.form textarea::placeholder {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	transition: 0.5s;
}
.theme-modal .btn {
	width: 100%;
	margin-top: 10px;
}
.form .privacy-policy {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--main-text-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.fancybox__container .form .privacy-policy {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.form .privacy-policy a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--primary);
}
.form .privacy-policy a:hover {
	color: var(--primary-hover);
}
.form-input.file input {
	display: contents;
}
.form-input.file span {
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: var(--buttons-and-elements-primary);
	transition: 0.5s;
	cursor: pointer;
}
.form-input.file:hover span {
	color: var(--primary-hover);
}
body .fancybox__container {
	--fancybox-bg: rgba(0, 0, 0, 0.5) !important;
}
.form_input.file {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#file {
	display: none;
}
.form-input.file {
	display: block;
	cursor: pointer;
} 
.form input[type="file"] {
	display: contents;
}
.form label {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--primary);
	transition: 0.5s;
	cursor: pointer;
	width: fit-content;
	display: flex;
	gap: 15px;
	align-items: center;
}
.form label .file-icon {
	width: 20px;
	height: 20px;
	display: flex;
	background-image: url(../images/fileBtn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.form .privacy-policy:has(.policy-checker) {
	padding-left: 20px;
}
.form .privacy-policy .policy-checker {
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid var(--stroke);
	background-color: var(--second);
	cursor: pointer;
	transition: 0.5s;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.form .privacy-policy.checked .policy-checker {
	background-image: url(../images/filterClicked.png);
}
/* ============== MODAL End ============= */







.error404 #main {
	min-height: 90vh;
}
.error-wrapper {
	display: flex;
	margin: auto;
	align-items: center;
	gap: 30px;
	min-height: 390px;
	background: var(--background-thirdly);
	margin: 20px 0px;
	border-radius: 30px;
}
.error-wrapper .error-img {
	width: 50%;
	display: flex;
	height: auto;
	max-height: 450px;
	margin-top: auto;
	margin-left: auto;
	padding-right: 60px;
}
.error-wrapper .error-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
.error-wrapper .error-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 60px;
}
.error-wrapper .error-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 64px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 15px;
	max-width: 530px;
}
.error-wrapper .error-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	margin-bottom: 30px;
	max-width: 430px;
}









.help-page-wrapper {
	display: flex;
	gap: 30px;
	padding-bottom: 60px;
}
.help-page-wrapper .help-menu {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 20px;
	overflow: hidden;
	width: 230px;
	min-width: 230px;
	height: fit-content;
}
.help-page-wrapper .nav-menu-element a {
	padding: 15px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	display: block;
	border-bottom: 1px solid var(--stroke-thirdly);
}
.help-page-wrapper .nav-menu-element a:hover {
	background: var(--background-secondary);
	color: var(--primary);
}
.help-page-wrapper .nav-menu-element.active {
	background: var(--primary);
}
.help-page-wrapper .nav-menu-element.active a {
	color: var(--second);
	pointer-events: none;
	width: 100%;
}
.help-page-wrapper .nav-menu-element:last-child a {
	border-bottom: unset;
}
.help-page-wrapper .help-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.archive-default {
	padding-bottom: 60px;
}
.archive-default .items-holder {
	padding-bottom: 60px;
}











/* ============== Archive-news Start ============= */
.archive.news .tabs-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 40px;
}
.archive.news .tabs-btn {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--primary);
	border: 1px solid var(--stroke);
	border-radius: 100px;
	padding: 13px 30px;
	transition: 0.5s;
	cursor: pointer;
}
.archive.news .tabs-btn:hover,
.archive.news .tabs-btn.active {
	background: var(--primary-hover);
	border-color: var(--primary-hover);
	color: var(--second);
}
.archive.news .news-holder {
	display: flex;
	flex-direction: column;
}
.archive.news .news {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}
.news-item-template {
	display: flex;
	flex-direction: column;
}
.news-item-template .news-img {
	width: 100%;
	height: auto;
	max-height: 250px;
	border-radius: 30px;
	overflow: hidden;
}
.news-item-template .news-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: 0.5s;
}
.news-item-template:hover .news-img img {
	transform: scale(1.05);
}
.news-item-template .news-date {
	margin-top: 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.news-item-template .news-name {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-top: 10px;
	transition: 0.5s;
}
.news-item-template:hover .news-name {
	color: var(--primary-hover);
}
.news-item-template .news-hashtag {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-secondary);
	margin-top: 10px;
}
.single-page.news .page-wrapper {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding-bottom: 60px;
}
.single-page.news .page-left-side {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.single-page.news .page-left-side .text-news-block:nth-child(2) {
	padding-top: unset;
}
.single-page.news .page-right-side {
	display: flex;
	flex-direction: column;
	height: fit-content;
	position: sticky;
	top: 110px;
	width: 620px;
	min-width: 620px;
	padding-top: 50px;
}
.single-page.news .page-img {
	width: 100%;
	height: auto;
	max-height: 400px;
	display: flex;
	border-radius: 30px;
	overflow: hidden;
}
.single-page.news .page-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.single-page.news .similars-holder {
	display: flex;
	margin-top: 40px;
	flex-direction: column;
}
.single-page.news .similars-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.single-page.news .similars {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.single-page.news .similars-item {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--background-thirdly);
	border-radius: 5px;
	overflow: hidden;
	height: 110px;
	padding-right: 50px;
}
.single-page.news .similars-item:hover {
	padding-right: 20px;
}
.single-page.news .sim-img {
	width: 80px;
	min-width: 80px;
	transform: translateX(-50px);
	transition: 0.5s;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}
.single-page.news .similars-item:hover .sim-img {
	transform: unset;
}
.single-page.news .sim-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.single-page.news .sim-name {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	transition: 0.5s;
	padding-right: 10px;
	width: 380px;
	min-width: 380px;
}
.single-page.news .similars-item:hover .sim-name {
	color: #ff473b;
	padding-left: 50px;
}
.single-page.news .sim-date {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	text-align: right;
	color: var(--main-text-secondary);
	width: 100px;
	transition: 0.5s;
	margin-left: auto;
}
.single-page.news .date-in {
	padding: 5px 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-primary);
	border-radius: 5px;
	background: var(--background-thirdly);
	margin-bottom: 20px;
	width: fit-content;
}
/* ============== Archive-news End ============= */










/* ============== Archive-vacancys Start ============= */
#archive-vacancys .vacancys {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}
#archive-vacancys .vacancys-holder {
	padding-bottom: 60px;
}
.vacancys-item-template {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	background: var(--background-thirdly);
	padding: 30px;
	gap: 25px;
}
.vacancys-item-template .vacancys-name {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
.vacancys-item-template .chars {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}
.vacancys-item-template .char-item {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.vacancys-item-template .first-text,
.vacancys-item-template .first-text p,
.vacancys-item-template .second-text,
.vacancys-item-template .second-text p {
	font-weight: 400;
	line-height: 140%;
	color: var(--main-text-primary);
	font-size: 16px;
}
.vacancys-item-template .second-text strong {
	font-weight: 600;
	color: var(--head-primary);
	font-family: var(--second-family);
}
.vacancys-item-template .first-desc-all,
.vacancys-item-template .second-desc-all {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary-hover);
	margin-top: 15px;
	width: fit-content;
	cursor: pointer;
	transition: 0.5s;
}
.vacancys-item-template .first-desc-all:hover,
.vacancys-item-template .second-desc-all:hover {
	color: var(--primary);
}
.vacancys-item-template .vacancys-bot {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}
.vacancys-item-template .vacancy-price {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
/* ============== Archive-vacancys End ============= */
















/* ============== Woocommerce Start ============= */
li.product.type-product {
	display: flex;
	flex-direction: column;
	height: auto;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
}
li.product.type-product:hover {
	border-color: var(--primary);
}
li.product.type-product>a {
	display: flex;
	flex-direction: column;
	height: auto;
}
li.product.type-product .item-img-holder {
	display: flex;
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow: hidden;
}
li.product.type-product .item-img-holder img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: 0.5s;
}
li.product.type-product:hover .item-img-holder img {
	transform: scale(1.1);
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 15px;
	left: 15px;
	gap: 5px;
	pointer-events: none;
}
.tag-name {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--second);
	padding: 3px 8px;
	border-radius: 100px;
	background: var(--fifth);
}
.tag-name.novinka {
	background: var(--nineht);
}
.tag-name.hit {
	background: var(--sixth);
}
li.product.type-product .product-info-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 15px;
}
li.product.type-product .card-buttons {
	display: flex;
	align-items: center;
	margin-top: auto;
	gap: 15px;
	padding: 0px 15px 15px 15px;
}
li.product.type-product .card-buttons .btn,
li.product.type-product .card-buttons .add_to_cart_button {
	flex-grow: 1;
}
li.product.type-product .woocommerce-loop-product__title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
}
.stocks-status {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	width: fit-content;
	background: var(--background-thirdly);
	border-radius: 12px;
	padding: 3px 10px;
	margin-bottom: 10px;
}
.status-icon {
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: flex;
	background-position: center;
	background-image: url(../images/inStock.png);
	background-repeat: no-repeat;
	margin-top: -1px;
}
.stocks-status.unstock .status-icon {
	background-image: url(../images/Unstock.png);
}
li.product.type-product .price {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	align-items: flex-end;  
	justify-content: flex-end;
}
li.product.type-product ins,
li.product.type-product del {
	text-decoration: unset;
}
li.product.type-product bdi,
li.product.type-product bdi span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
li.product.type-product ins bdi,
li.product.type-product ins bdi span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
li.product.type-product del bdi,
li.product.type-product del bdi span {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	text-decoration: line-through;
	color: var(--main-text-secondary);
}
li.product.type-product .bonus-holder {
	position: absolute;
	top: 15px;
	right: 15px;
}
.favorite-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 100%;
	background: var(--background-thirdly);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s;
}
.favorite-btn svg {
	margin-top: 2px;
}
.favorite-btn.favorite-remove {
	background: var(--primary-hover);
}
.favorite-btn:hover {
	background: var(--primary);
}
.favorite-btn path {
	transition: 0.5s;
}
.favorite-btn:hover path,
.favorite-btn.favorite-remove path {
	fill: var(--second);
}
#noticer {
	position: fixed;
	top: 250px;
	right: 0;
	transform: translateX(100%);
	transition: 0.5s;
	padding: 5px;
	border-radius: 10px 0px 0px 10px;
	width: fit-content;
	max-width: 200px;
	font-size: 12px;
	background: var(--primary);
	color: var(--second);
	z-index: 98;
}
#noticer.active {
	transform: unset;
}
.cat-text-block {
	background: var(--background-thirdly);
	margin-bottom: 60px;
	margin-top: 60px;
	padding: unset;
}
.cat-text-block .wrapper {
	display: flex;
	gap: 60px;
	padding: 120px 0px;
}
.cat-text-block .main-title {
	text-align: left;
	margin-left: unset;
	margin-right: unset;
	width: 590px;
	min-width: 590px;
}
.cat-text-block .block-text {
	flex-grow: 1;
}
.cat-text-block .block-text .btn {
	margin-top: 15px;
}
#open-filter {
	display: none;
	position: fixed;
	bottom: 43%;
	left: 0px;
	width: fit-content;
	height: 20px;
	padding: 3px 5px;
	transform: rotate(90deg) translateY(36px);
	align-items: center;
	justify-content: center;
	background: var(--primary);
	border-radius: 10px 10px 0px 0px;
	color: var(--second);
	font-size: 11px;
	z-index: 50;
	border-bottom: unset;
}
#sidebar-close {
	display: none;
	margin-left: auto;
	margin-bottom: 10px;
}
.products-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding-bottom: 60px;
}
.sidebar {
	width: 360px;
	min-width: 360px;
	position: sticky;
	top: 160px;
	height: fit-content;
}
.products-right-side {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.products-right-side .products {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.filters-form {
	display: flex;
	flex-direction: column;
}
.filters-form .add-wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	border: 1px solid var(--background-thirdly);
	overflow: hidden;
}
.filters-form .buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.filters-form .btn {
	width: 100%;
}
.filters-form .clear-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	background: transparent;
	cursor: pointer;
	transition: 0.5s;
}
.filters-form .clear-filters path {
	transition: 0.5s;
}
.filters-form .clear-filters:hover {
	color: var(--primary);
}
.filters-form .clear-filters:hover path {
	fill: var(--primary);
}
.filters-form .filter-block {
	padding: 20px 30px;
	border-bottom: 1px solid var(--background-thirdly);
}
.filters-form .filter-block-header {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}
.filters-form .filter-block-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	transition: 0.5s;
	cursor: pointer;
}
.filters-form .filter-block-title:hover {
	color: var(--primary);
}
.filters-form .filter-block-toggler {
	transition: 0.5s;
}
.filters-form .filter-block.opened .filter-block-toggler {
	transform: rotate(45deg);
}
.filters-form .filter-block-content.prices {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.filters-form .inputs.price.range {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}
.filters-form .inputs.price.range .group {
	display: flex;
	width: calc((100% - 20px) / 2);
	position: relative;
}
.filters-form .inputs.price.range .group:nth-child(1):before {
	content: "от";
	width: 15px;
	height: 15px;
	top: 13px;
	left: 30px;
	position: absolute;
	font-weight: 400;
	font-size: 12px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.filters-form .inputs.price.range .group:nth-child(2):before {
	content: "до";
	width: 15px;
	height: 15px;
	top: 13px;
	left: 30px;
	position: absolute;
	font-weight: 400;
	font-size: 12px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.filters-form .inputs.price.range .group input {
	width: 100%;
	background: var(--background-thirdly);
	border-radius: 100px;
	padding: 12px 30px 12px 47px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	border: unset;
}
.filters-form .noUi-connects {
	height: 5px;
	background: var(--background-thirdly);
}
.filters-form .noUi-connect {
	height: 100%;
	background: var(--primary);
}
.filters-form .noUi-base {
	background: transparent;
	height: 5px;
	width: calc(100% - 10px);
}
.filters-form .noUi-target {
	background: transparent;
	border: unset;
	height: 5px;
	margin-bottom: 15px;
}
.filters-form .noUi-horizontal .noUi-handle {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: var(--primary);
	top: -3px;
	box-shadow: unset;
	right: -10px;
	border: unset;
}
.filters-form .noUi-horizontal .noUi-handle:after,
.filters-form .noUi-horizontal .noUi-handle:before {
	display: none;
}
.filters-form .filter-block-price,
.filters-form .filter-block-tag {
	order: -1;
}
.filters-form .inputs.checkboxes {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.filters-form .inputs.checkboxes .group label {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	padding-left: 30px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}
.filters-form .inputs.checkboxes .group:hover label {
	color: var(--primary);
}
.filters-form .inputs.checkboxes .group label:before {
	content: "";
	width: 20px;
	height: 20px;
	top: -1px;
	left: 0;
	position: absolute;
	border: 1px solid var(--stroke-thirdly);
	transition: 0.5s;
	pointer-events: none;
	border-radius: 2px;
}
.filters-form .inputs.checkboxes .group label:after {
	content: "";
	width: 22px;
	height: 22px;
	top: -1px;
	left: 0;
	position: absolute;
	background-color: var(--primary);
	background-image: url(../images/checked.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
	border-radius: 2px;
	opacity: 0;
}
.filters-form .inputs.checkboxes .group input {
	display: contents;
}
.filters-form .inputs.checkboxes .group:has(input:checked) label:after {
	opacity: 1;
}
.products-right-side .subcats {
	display: flex;
	gap: 10px 20px;
	margin-bottom: 40px;
}
.products-right-side .subcats .category-item {
	padding: 13px 30px;
	font-family: var(--second-family);
	font-weight: 115;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--primary);
	transition: 0.5s;
	border: 1px solid var(--stroke);
	border-radius: 100px;
}
.products-right-side .subcats .category-item.active,
.products-right-side .subcats .category-item:hover {
	background: var(--primary);
	color: var(--second);
}
.summary-wrapper {
	display: flex;
	gap: 30px;
	padding-bottom: 50px;
}
.summary-wrapper .product-gallery  {
	display: flex;
	gap: 30px;
	height: 520px;
	width: 620px;
	min-width: 620px;
}
.summary-wrapper .gallery-main-wrapper {
	width: calc(100% - 130px);
	height: 100%;
}
.summary-wrapper .gallery-holder {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100px;
	align-items: center;
}
.summary-wrapper .gallery-thumbnails-holder {
	height: calc(100% - 80px);
	width: 100%;
	flex-grow: 1;
}
.summary-wrapper .swiper-slide {
	cursor: pointer;
}
.summary-wrapper .gallery-thumbnails-holder .swiper-slide {
	border: 1px solid var(--stroke-thirdly);
	border-radius: 15px;
	overflow: hidden;
}
.summary-wrapper .gallery-thumbnails-holder .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.summary-wrapper .swiper-button-prev,
.summary-wrapper .swiper-button-next {
	position: static;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: unset;
	opacity: 1 !important;
}
.summary-wrapper .swiper-button-prev:after,
.summary-wrapper .swiper-button-next:after {
	display: none;
}
.summary-wrapper .gallery-main-wrapper {
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	overflow: hidden;
}
.summary-wrapper .gallery-main-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.summary-wrapper .swiper-button-disabled {
	pointer-events: none;
}
.summary-wrapper .swiper-button-prev path,
.summary-wrapper .swiper-button-next path {
	transition: 0.5s;
}
.summary-wrapper .swiper-button-prev:hover path,
.summary-wrapper .swiper-button-next:hover path {
	stroke: var(--primary);
}
.summary-wrapper .summary-center {
	display: flex;
	flex-direction: column;
	width: 34%;
}
.summary-wrapper .summary-right {
	/*   width: 25%; */
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.summary-wrapper .tag-list {
	position: static;
	margin-bottom: 30px;
}
.summary-wrapper .attrs-holder {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 30px;
	border: 1px solid var(--stroke-thirdly);
	margin-top: 30px;
}
.summary-wrapper .attrs-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
}
.product-content .attrs,
.summary-wrapper .attrs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-content .attr-item,
.summary-wrapper .attr-item {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.product-content .attr-item:before,
.summary-wrapper .attr-item:before {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--stroke-thirdly);
	left: 0;
	bottom: 6px;
	position: absolute;
}
.product-content .attr-name,
.summary-wrapper .attr-name {
	position: relative;
	padding-right: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-secondary);
	padding-bottom: 2px;
	background: var(--second);
}
.product-content .attr-value,
.summary-wrapper .attr-value {
	position: relative;
	padding-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	padding-bottom: 2px;
	background: var(--second);
}
.summary-wrapper .single-hook {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary-hover);
	margin-top: 15px;
	width: fit-content;
	transition: 0.5s;
	cursor: pointer;
}
.summary-wrapper .single-hook:hover {
	color: var(--primary);
}
.product-content .third-desc-all,
.product-content .second-desc-all,
.summary-wrapper .first-desc-all {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary-hover);
	width: fit-content;
	cursor: pointer;
	transition: 0.5s;
}
.product-content .third-desc-all:hover,
.product-content .second-desc-all:hover,
.summary-wrapper .first-desc-all:hover {
	color: var(--primary);
}
.summary-wrapper .right-top {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	border: 1px solid var(--stroke-thirdly);
	padding: 20px;
}
.summary-wrapper .status-holder {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.summary-wrapper .product-sku {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.summary-wrapper .stocks-status {
	margin-bottom: unset;
}
.summary-wrapper .price-holder {
	display: flex;
	flex-direction: column;
}
.summary-wrapper .price {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: row-reverse;
	gap: 10px;
}
.summary-wrapper bdi,
.summary-wrapper bdi span{
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
.summary-wrapper ins,
.summary-wrapper del {
	text-decoration: unset;
}
.summary-wrapper ins bdi,
.summary-wrapper ins bdi span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
.summary-wrapper del bdi,
.summary-wrapper del bdi span {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	text-decoration: line-through;
	color: var(--main-text-secondary);
}
.summary-wrapper .favorite-btn {
	width: 100%;
	margin-top: 15px;
	border-radius: 100px;
	background: transparent;
}
.summary-wrapper .btn {
	width: 100%;
}
.summary-wrapper .qty-wrapper {
	margin-bottom: 40px;
	margin-top: 20px;
}
.qty-wrapper {
	display: flex;
	align-items: center;
	height: 44px;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 100px;
}
.qty-wrapper .qty-button {
	width: 44px;
	min-width: 44px;
	height: 44px;
	border: 1px solid var(--stroke);
	border-radius: 100%;
	background: transparent;
	cursor: pointer;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qty-wrapper .qty-button:hover {
	background: var(--primary);
	border-color: var(--primary);
} 
.qty-wrapper .qty-button path {
	transition: 0.5s;
}
.qty-wrapper .qty-button:hover path {
	stroke: var(--second);
}
.qty-wrapper .quantity {
	flex-grow: 1;
	height: 100%;
}
.qty-wrapper input {
	background: transparent;
	height: 100%;
	border: unset;
	text-align: center;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	width: 100%;
}
.bonus-item {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 3px 8px;
	background: var(--primary);
	border-radius: 100px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--second);
	width: fit-content;
}
.bonus-item .bonus-icon {
	display: flex;
	width: 10px;
	height: 10px;
	min-width: 10px;
	background-image: url(../images/bounus.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -2px;
}
.bonus-item p {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--second);
}
.summary-wrapper .out-of-stock {
	display: none;
}
.summary-wrapper .bonus-holder {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 30px;
	background: var(--background-thirdly);
	justify-content: space-between;
	gap: 5px;
}
.summary-wrapper .bonus-holder p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.summary-wrapper .vars-holder {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	border: 1px solid var(--stroke-thirdly);
	overflow: hidden;
}
.summary-wrapper .vars-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	padding: 20px 30px;
	border-bottom: 1px solid var(--stroke-thirdly);
}
.summary-wrapper .var-item {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid var(--stroke-thirdly);
	padding: 20px 30px;
}
.summary-wrapper .var-item:last-child {
	border-bottom: unset;
}
.summary-wrapper .var-icon {
	width: 19px;
	height: 19px;
	min-width: 19px;
	display: flex;
}
.summary-wrapper .var-icon img,
.summary-wrapper .var-icon svg {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.summary-wrapper .var-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.summary-wrapper .var-desc span {
	font-weight: 400;
	line-height: 140%;
	color: var(--primary);
}
.product-content .content-left-side {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 40px;
	flex-grow: 1;
	gap: 50px;
}
.product-content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.product-content .advants-block .advants {
	grid-template-columns: repeat(2,1fr);
}
.product-content .content-right-side {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 30px;
	height: fit-content;
	position: sticky;
	top: 160px;
	width: 490px;
	min-width: 490px;
}
.product-content .desc-holder {
	display: flex;
	flex-direction: column;
}
.product-content .content-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-content .form {
	gap: 20px;
}
.product-content .form-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-content .form-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	margin-bottom: 20px;
}
.product-content .form .btn {
	width: 100%;
}
.product-content .form .privacy-policy {
	margin-top: unset;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	text-align: left;
	align-items: flex-start;
}
.product-content .form .privacy-policy a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--main-text-secondary);
}
.product-content .form .privacy-policy a:hover {
	color: var(--primary);
}
.page-favorites .info-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.page-favorites .order-count {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	display: flex;
	align-items: center;
	gap: 3px;
}
.page-favorites .order-count .value {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--primary);
}
.page-favorites .clear-favorites {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	transition: 0.5s;
	background: transparent;
	cursor: pointer;
	width: fit-content;
}
.page-favorites .clear-favorites:hover {
	color: var(--primary);
}
.page-favorites .clear-favorites path {
	transition: 0.5s;
}
.page-favorites .clear-favorites:hover path {
	fill: var(--primary);
}
.page-favorites .products {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
	padding-bottom: 60px;
}
.woocommerce-notices-wrapper {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper li,
.woocommerce-notices-wrapper .woocommerce-message {
	font-size: 12px;
	outline: none;
	border: unset;
}
.woocommerce-cart .cart-wrapper {
	padding-bottom: 60px;
}
.woocommerce-cart .form-left-side {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.woocommerce-cart .form-right-side {
	width: 360px;
	min-width: 360px;
	display: flex;
	flex-direction: column;
	top: 160px;
	position: sticky;
	height: fit-content;
}
.woocommerce-cart .cart-collaterals {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	border: 1px solid var(--stroke-thirdly);
}
.woocommerce-cart .woocommerce-cart-form {
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.woocommerce-cart .shop_table {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.woocommerce-cart .cart_item {
	display: flex;
	align-items: center;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 30px;
	position: relative;
	justify-content: space-between;
	gap: 10px;
}
.woocommerce-cart .product-thumbnail {
	width: 120px;
	height: 120px;
	min-width: 120px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
}
.woocommerce-cart .product-thumbnail a {
	width: 100%;
	height: 100%;
	display: flex;
}
.woocommerce-cart .product-thumbnail a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.woocommerce-cart .product-remove {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.woocommerce-cart .product-remove path {
	transition: 0.5s;
}
.woocommerce-cart .product-remove:hover path {
	fill: var(--primary-hover);
}
.woocommerce-cart .product-name {
	max-width: 420px;
	flex-grow: 1;
}
.woocommerce-cart .product-name a {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.woocommerce-cart .product-quantity {
	max-width: 190px;
}
.woocommerce-cart .product-price {
	display: flex;
	gap: 20px;
	min-width: 150px;
	width: fit-content;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.woocommerce-cart .product-price bdi,
.woocommerce-cart .product-price bdi span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
.woocommerce-cart .product-price del,
.woocommerce-cart .product-price ins {
	text-decoration: unset;
}
.woocommerce-cart .product-price del bdi,
.woocommerce-cart .product-price del bdi span {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	text-decoration: line-through;
	color: var(--main-text-secondary);
}
.woocommerce-cart .product-price ins bdi,
.woocommerce-cart .product-price ins bdi span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}
.woocommerce-cart .actions {
	display: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	gap: 15px;
	align-items: center;
}
.woocommerce-cart .wc-proceed-to-checkout .btn {
	width: 100%;
}
.woocommerce-cart .clear-button {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	background: transparent;
	transition: 0.5s;
}
.woocommerce-cart .clear-button:hover {
	color: var(--primary);
}
.woocommerce-cart .clear-button path {
	transition: 0.5s;
}
.woocommerce-cart .clear-button:hover path {
	fill: var(--primary);
}
.woocommerce-cart .order-total {
	display: flex;
	flex-direction: column;
}
.woocommerce-cart .product-count-total {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-cart .product-count-total p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--primary);
}
.woocommerce-cart .totals-prices {
	display: flex;
	gap: 5px;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid var(--stroke-thirdly);
}
.woocommerce-cart .totals-prices p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
bdi {
	display: flex;
}
bdi span {
	margin-top: -3px;
}
.woocommerce-cart .totals-prices bdi,
.woocommerce-cart .totals-prices bdi span {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
}
.woocommerce-cart .bonus-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-cart .coupon-form .left-btn {
	display: none;
}
.woocommerce-cart .coupon-form-holder  {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 30px;
	border: 1px solid var(--stroke-thirdly);
	margin-top: 30px;
}
.woocommerce-cart .coupon-form-holder .coupon-form-top {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	cursor: pointer;
	transition: 0.5s;
}
.woocommerce-cart .coupon-form-holder .coupon-form-top:hover {
	color: var(--primary);
}
.woocommerce-cart .coupon-form-holder .coupon {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}
.woocommerce-cart .coupon-form-holder input {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	border-radius: 100px;
	padding: 13px 30px;
	background: var(--background-thirdly);
	border: 1px solid var(--background-thirdly);
	cursor: pointer;
	transition: 0.5s;
}
.woocommerce-cart .coupon-form-holder input:hover {
	background: var(--second);
	border-color: var(--primary);
}
.woocommerce-cart .coupon-form-holder .btn {
	width: 100%;
}
.woocommerce-cart .coupon-form-holder .coupon-error-notice {
	font-size: 14px;
}
.woocommerce-checkout form.checkout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding-bottom: 60px;
	flex-wrap: wrap;
}
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
	width: 100%;
}
.woocommerce-checkout form.checkout .woocommerce-error {
	display: flex;
	flex-direction: column;
}
.woocommerce-checkout form.checkout .woocommerce-error li {
	height: fit-content;
}
.woocommerce-checkout form.checkout .woocommerce-error li a {
	font-size: 12px;
	display: block;
}
.woocommerce-checkout form.checkout .woocommerce-error li a strong {
	color: red;
	font-weight: 600;
}
.woocommerce-checkout .form-checkout-left-side {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: calc(100% - 390px);
}
.woocommerce-checkout .form-checkout-right-side {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 30px;
	height: fit-content;
	position: sticky;
	top: 160px;
	width: 360px;
	min-width: 360px;
}
.woocommerce-checkout .total-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-checkout .counter {
	font-family: var(--second-family);
	font-weight: 115;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary);
}
.woocommerce-checkout .bonus-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--stroke-thirdly);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-checkout .form-checkout-right-side .btn {
	width: 100%;
	margin-top: 30px;
}
.woocommerce-checkout .total-price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 5px;
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-checkout .total-price bdi,
.woocommerce-checkout .total-price bdi span {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
}
.woocommerce-checkout .col2-set {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.woocommerce-checkout .form-checkout-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #0f0f0f;
	margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
#billing_country_field {
	display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p label, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label {
	display: none;
}
.woocommerce-checkout input {
	background: var(--background-thirdly);
	border-radius: 100px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	padding: 13px 30px;
	border: 1px solid var(--background-thirdly);
	transition: 0.5s;
	cursor: pointer;
	width: 100%;
}
.woocommerce-checkout input:hover {
	background: var(--second);
	border-color: var(--primary);
}
.woocommerce-checkout #ship-to-different-address {
	display: none;
}
.woocommerce-checkout .col-2 {
	order: -1;
}
.woocommerce-checkout #payment,
.woocommerce-checkout .del-methods {
	margin-top: 40px;
}
.woocommerce-checkout .form-row.place-order {
	display: none;
}
.woocommerce-checkout .commect-block label {
	display: none;
}
.woocommerce-checkout .commect-block {
	margin-top: 40px;
}
.woocommerce-checkout .commect-block textarea {
	background: var(--background-thirdly);
	border-radius: 30px;
	padding: 30px;
	height: 130px;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	transition: 0.5s;
	border: 1px solid var(--background-thirdly);
	resize: none;
	width: 100%;
}
.woocommerce-checkout .commect-block textarea:hover {
	background: var(--second);
	border-color: var(--primary);
}
.woocommerce-checkout .payment_methods,
.woocommerce-checkout .woocommerce-shipping-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.woocommerce-checkout .payment_methods li,
.woocommerce-checkout .woocommerce-shipping-methods li {
	width: calc((100% - 60px) / 3);
	display: flex;
	position: relative;
}
.woocommerce-checkout #shipping_method li input,
.woocommerce-checkout .wc_payment_methods li input {
	display: contents;
}
.woocommerce-checkout #shipping_method label,
.woocommerce-checkout .wc_payment_methods label {
	background: var(--background-thirdly);
	min-height: 100px;
	padding: 30px;
	display: block;
	width: 100%;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	position: relative;  
	cursor: pointer;
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	gap: 5px;
	border-radius: 30px;
	padding-left: 70px;
}
.woocommerce-checkout .wc_payment_methods label {
	min-height: 80px;
}
.woocommerce-checkout .checkout-inline-error-message, 
.woocommerce-checkout .place-order {
	display: none;
}
.woocommerce-checkout #shipping_method label bdi,
.woocommerce-checkout .wc_payment_methods label bdi,
.woocommerce-checkout #shipping_method label span,
.woocommerce-checkout .wc_payment_methods label span {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.woocommerce-checkout #shipping_method label:before,
.woocommerce-checkout .wc_payment_methods label:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid var(--primary);
	top: 30px;
	left: 30px;
	position: absolute;
	z-index: 1;
	transition: 0.5s;
	border-radius: 100%;
}
.woocommerce-checkout #shipping_method label:after,
.woocommerce-checkout .wc_payment_methods label:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 35px;
	left: 35px;
	background: #fff8f9;
	border-radius: 100%;
	transition: 0.5s;
	opacity: 0;
}
.woocommerce-checkout #shipping_method li input:checked+label,
.woocommerce-checkout .wc_payment_methods li input:checked+label {
	background: var(--primary);
	color: var(--second);
}
.woocommerce-checkout #shipping_method li input:checked+label:before,
.woocommerce-checkout .wc_payment_methods li input:checked+label:before {
	border-color: var(--colors-primary);
}
.woocommerce-checkout #shipping_method li input:checked+label:after,
.woocommerce-checkout .wc_payment_methods li input:checked+label:after {
	opacity: 1;
}
.payment_method_tbank img,
.payment_box.payment_method_tbank,
.woocommerce-checkout .wc_payment_methods li input:checked+label>img {
	display: none !important;
}
.woocommerce-checkout li:has(input[value="local_pickup:2"]):before {
	content: "(бесплатно)";
	width: calc(100% - 60px);
	height: fit-content;
	left: 70px;
	top: 60px;
	position: absolute;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	pointer-events: none;
	z-index: 1;
	transition: 0.5s;
}
.woocommerce-checkout li:has(input:checked):before {
	color: var(--second);
}
.woocommerce-checkout label:hover {
	color: var(--primary);
}
.woocommerce-checkout bdi span {
	margin-top: unset;
}
.woocommerce-checkout li:has(input:checked) bdi span,
.woocommerce-checkout li:has(input:checked) bdi {
	color: var(--second) !important;
}
.woocommerce-checkout .stocks-info-holder {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	border-top: 1px solid var(--stroke-thirdly);
}
.woocommerce-checkout .stock-info-top {
	display: flex;
	transition: 0.5s;
	cursor: pointer;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.woocommerce-checkout .stock-info-top path {
	transition: 0.5s;
}
.woocommerce-checkout .stocks-info-holder.is-opened .stock-info-top,
.woocommerce-checkout .stock-info-top:hover {
	color: var(--primary);
}
.woocommerce-checkout .stock-info-top .icon {
	transition: 0.5s;
}
.woocommerce-checkout .stock-info-top.opened .icon {
	transform: rotate(45deg);
}
.woocommerce-checkout .stock-info-top.opened path {
	stroke: var(--primary);
}
.woocommerce-checkout .stock-info-content {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	gap: 8px;
}
.woocommerce-checkout .stock-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}
.woocommerce-checkout .stock-item:before {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--background-thirdly);
	bottom: 4px;
	left: 0;
	position: absolute;
}
.woocommerce-checkout .stock-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-secondary);
	position: relative;
	background: var(--second);
	padding-right: 15px;
	padding-bottom: 2px;
}
.woocommerce-checkout .stock-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	position: relative;
	background: var(--second);
	padding-left: 15px;
	padding-bottom: 2px;
}
/* ============== Woocommerce End ============= */




.pre-account-page .pre-account-page-content {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.pre-account-page {
	padding-bottom: 120px;
}
.pre-account-page h1.page-title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 60px;
}
.pre-account-page label {
	display: none;
}
.pre-account-page form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 490px;
	width: 100%;
}
.pre-account-page form .clear {
	display: none;
}
.pre-account-page input {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	padding: 13px 30px;
	border-radius: 100px;
	background: var(--background-thirdly);
	cursor: pointer;
	transition: 0.5s;
	border: 1px solid var(--background-thirdly);
	width: 100%;
}
.pre-account-page input:hover {
	background: var(--second);
	border-color: var(--primary);
}
.pre-account-page .woocommerce-notices-wrapper:not(:has(>*)){
	display: none;
}
.pre-account-page .btn {
	width: 100%;
}
.pre-account-page form .btn {
	margin-top: 15px;
}
.pre-account-page .auth-bot {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid var(--stroke-thirdly);
}
.pre-account-page .no-acc-btn,
.pre-account-page .lost-pass-btn {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--primary-hover);
	transition: 0.5s;
}
.pre-account-page .no-acc-btn:hover,
.pre-account-page .lost-pass-btn:hover {
	color: var(--primary);
}
.pre-account-page .face-choise {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}
.pre-account-page .var-face {
	padding: 12px 15px 12px 50px;
	position: relative;
	border-radius: 100px;
	border: 1px solid var(--primary);
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary);
	cursor: pointer;
	transition: 0.5s;
	height: fit-content;
	flex-grow: 1;
}
.pre-account-page .var-face:before {
	content: "";
	width: 17px;
	height: 17px;
	top: 12px;
	left: 15px;
	border: 1px solid var(--primary);
	background: transparent;
	position: absolute;
	transition: 0.5s;
	border-radius: 100%;
}
.pre-account-page .var-face:after {
	content: "";
	width: 11px;
	height: 11px;
	top: 16px;
	left: 19px;
	border-radius: 100%;
	background: var(--second);
	transition: 0.5s;
	opacity: 0;
	position: absolute;
}
.pre-account-page .var-face.choised {
	background: var(--primary);
	color: var(--second);
}
.pre-account-page .var-face.choised:before {
	border-color: var(--second);
}
.pre-account-page .var-face.choised:after {
	opacity: 1;
}
.pre-account-page .privacy-policy {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--main-text-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pre-account-page .privacy-policy a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--primary);
}
.pre-account-page .privacy-policy a:hover {
	color: var(--primary-hover);
}
.pre-account-page .user-role-select {
	display: none;
}
.woocommerce-lost-password .woocommerce-message {
	display: none;
}
.summary-wrapper .wsx-price-table-row.active {
	background: var(--primary);
}
.summary-wrapper .wsx-price-table-container {
	margin-bottom: 10px;
}
.summary-wrapper .wsx-price-table-row {
	grid-template-columns: repeat(3,1fr);
}
.summary-wrapper .wsx-price-table-cell {
	padding: 5px;
	font-size: 12px;
}
.page-id-15.woocommerce-lost-password .woocommerce p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--primary);
	max-width: 490px;
	margin: auto;
}
.page-id-15.woocommerce-lost-password #primary {
	display: flex;
	flex-direction: column;
}
.page-id-15.woocommerce-lost-password #primary .content,
.page-id-15.woocommerce-lost-password #primary .container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.page-id-15.woocommerce-lost-password #primary .content .woocommerce {
	margin: auto;
}
.account-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding-bottom: 60px;
	flex-wrap: wrap;
	width: 100%;
}
.account-content .woocommerce-MyAccount-navigation {
	width: 360px;
	min-width: 360px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.account-content .nav-menu-element:has(form) {
	position: relative;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 15px;
}
.account-content .nav-menu-element .nav-menu-element {
	width: fit-content;
}
.account-content .nav-menu-element:has(form) .button {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	transition: 0.5s;
	cursor: pointer;
	background: transparent;
	position: relative;
	border: unset;
}
.account-content .nav-menu-element:has(form):hover .button {
	color: var(--primary);
}
.account-content .nav-menu-element:has(form) .exit-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-content .nav-menu-element:has(form) .exit-icon path {
	transition: 0.5s;
}
.account-content .nav-menu-element:has(form):hover .exit-icon path {
	fill: var(--primary);
}
.account-content .lk-menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.account-content .nav-menu-element a {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 20px;
	border-radius: 100px;
	border: 1px solid var(--primary);
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	cursor: pointer;
}
.account-content .nav-menu-element.has-childs {
	position: relative;
}
.account-content .nav-menu-element.has-childs:before {
	content: "";
	width: 19px;
	height: 10px;
	position: absolute;
	top: 19px;
	right: 20px;
	transition: 0.5s;
	background-image: url(../images/lkMenuClosed.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.account-content .nav-menu-element.has-childs:hover:before,
.account-content .nav-menu-element.has-childs:has(.sub-menu .nav-menu-element.active):before,
.account-content .nav-menu-element.has-childs.active:before {
	background-image: url(../images/lkMenuOpened.png);
}
.account-content .nav-menu-element.has-childs:has(.sub-menu .nav-menu-element.active)>a,
.account-content .nav-menu-element:hover>a,
.account-content .nav-menu-element.active a {
	background: var(--primary);
	color: var(--second);
}
.account-content .nav-menu-element a+.sub-menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}
.account-content .nav-menu-element a+.sub-menu a {
	padding: unset;
	border: unset;
	width: fit-content;
	transition: 0.5s;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	text-transform: unset;
	font-family: var(--font-family);
}
.account-content .nav-menu-element.has-childs:has(.sub-menu .nav-menu-element.active) .sub-menu .nav-menu-element.active a,
.account-content .nav-menu-element a+.sub-menu a:hover {
	color: var(--primary);
	background: transparent;
}
.account-content .item-icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	display: block;
	object-fit: contain;
	object-position: center;
	transition: 0.5s;
}
.account-content .nav-menu-element:hover>a .item-icon,
.account-content .nav-menu-element.active .item-icon,
.account-content .nav-menu-element.has-childs:has(.sub-menu .nav-menu-element.active)>a .item-icon {
	filter: brightness(0) invert(1);
}
.account-content .main-account-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	flex-grow: 1;
	width: calc(100% - 390px);
	gap: 30px;
}
.account-content .woocommerce-notices-wrapper {
	order: -1;
	width: 100%;
}
.account-content .woocommerce-notices-wrapper:not(:has(>*)) {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
}
.account-content .grid-element {
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	min-height: 190px;
	transition: 0.5s;
	cursor: pointer;
}
.account-content div.grid-element {
	border-color: var(--primary);
}
.account-content .grid-element-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.account-content .grid-element-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--main-text-primary);
	margin-bottom: 30px;
	transition: 0.5s;
	display: flex;
	gap: 10px;
	align-items: center;
}
.account-content .grid-element:hover .grid-element-content {
	color: var(--primary);
}
.account-content .grid-element-bot {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--primary);
	transition: 0.5s;
}
.account-content .grid-element-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--background-thirdly);
	transition: 0.5s;
}
.account-content .grid-element:hover .grid-element-icon {
	background: var(--primary);
}
.account-content .grid-element-icon path {
	transition: 0.5s;
}
.account-content .grid-element:hover .grid-element-icon path {
	fill: var(--second);
}
.account-content .woocommerce-orders-table {
	width: calc(100% - 390px);
}
.account-content .order-table-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.account-content .table-row {
	display: grid;
	grid-template-columns: 33% 15% 23% 20%;
	gap: 15px 30px;
	align-items: center;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 20px;
	justify-content: space-between;
}
.account-content .order-main-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.account-content .time-row {
	grid-row: 2;
	grid-column: 1 / span 2;
}
.account-content .status-row {
	grid-row: 1 / span 2;
	grid-column: 2;
}
.account-content .order-row {
	display: flex;
	align-items: flex-end;
	gap: 5px;
}
.account-content .number-row .row-title,
.account-content .number-row a {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.account-content .total-row .order-value,
.account-content .time-row,
.account-content .time-row .order-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.account-content .total-row {
	grid-row: 1 / span 2;
	grid-column: 3;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}
.account-content .total-row .row-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.account-content .order-btn {
	grid-row: 1 / span 2;
	grid-column: 4;
	margin-left: auto;
}
.account-content .status-row .order-value {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--second);
	padding: 13px 20px;
	border-radius: 100px;
	background: var(--primary);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-content .status-row .order-value.cancelled {
	background: var(--fifth);
}
.account-content .status-row .order-value.completed {
	background: var(--eighth);
}
.account-content .status-row .order-value.on-hold {
	background: var(--main-text-secondary);
	font-size: 13px;
}
.account-content .status-row .order-value.processing {
	background: var(--seventh);
}
.account-content .status-row .order-value.pending {
	background: var(--fourth);
	font-size: 11px;
}
.account-content .woocommerce-order-details {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.account-content .order-customer-info {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}
.account-content .order-view-content {
	flex-grow: 1;
}
.account-content .order-customer-item {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	padding: 30px;
	background: var(--background-thirdly);
	height: auto;
}
.account-content .order-customer-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.account-content .customer-info-holder {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.account-content .customer-info-item {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	position: relative;
}
.account-content .customer-info-item:before {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--stroke-thirdly);
	bottom: 6px;
	left: 0;
	position: absolute;
}
.account-content .item-name {
	position: relative;
	background: var(--background-thirdly);
	padding-bottom: 3px;
	padding-right: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-secondary);
}
.account-content .item-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	padding-left: 15px;
	padding-bottom: 3px;
	position: relative;
	background: var(--background-thirdly);
}
.account-content a.item-value:hover {
	color: var(--primary);
}
.account-content .return-btn {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary-hover);
	width: fit-content;
	cursor: pointer;
	transition: 0.5s;
}
.account-content .return-btn:hover {
	color: var(--primary);
}
.account-content .order-view-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.account-content .order-products {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.account-content .order-view-total {
	display: none;
}
.account-content .order-product-item {
	border: 1px solid var(--stroke-thirdly);
	border-radius: 30px;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.account-content .order-product-item .product-img {
	width: 120px;
	height: 120px;
	min-width: 120px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
}
.account-content .order-product-item .product-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.account-content .order-product-item .product-name {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	width: 100%;
	max-width: 430px;
}
.account-content .order-product-item .product-quantity {
	width: 46px;
	height: 46px;
	border: 1px solid var(--stroke-thirdly);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.account-content .order-product-item .product-price {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin-left: 30px;
}
.account-content .order-product-item:has(.sale) .regular {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	text-decoration: line-through;
	color: var(--main-text-secondary);
}
.account-content .edit-item-holder {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.account-content .edit-item {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid var(--stroke-thirdly);
}
.account-content .addrs-edit-form,
.account-content .woocommerce-EditAccountForm {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: calc(100% - 390px);
}
.account-content .edit-item-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
}
.account-content .inputs-holder {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px 60px;
	margin-bottom: 30px;
}
.account-content .inputs-holder .clear {
	display: none;
}
.account-content .inputs-holder .form-row,
.account-content .inputs-holder .woocommerce-form-row {
	display: flex;
	flex-direction: column;
}
.account-content .inputs-holder .form-row.gatterer {
	grid-column: 1 / span 2;
}
.account-content .inputs-holder .form-row .required,
.account-content .inputs-holder .form-row .optional,
.account-content .inputs-holder .form-row em,
.account-content .inputs-holder .woocommerce-form-row em {
	display: none;
}
.account-content .inputs-holder .form-row label,
.account-content .inputs-holder .woocommerce-form-row label {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
}
.account-content .inputs-holder .form-row span,
.account-content .inputs-holder .woocommerce-form-row span {
	width: 100%;
}
.account-content .inputs-holder .form-row input,
.account-content .inputs-holder .woocommerce-form-row input {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	padding: 12px 30px;
	border-radius: 100px;
	border: 1px solid var(--background-thirdly);
	transition: 0.5s;
	background: var(--background-thirdly);
	width: 100%;
}
.account-content .inputs-holder .form-row input:hover,
.account-content .inputs-holder .woocommerce-form-row input:hover {
	background: var(--second);
	border-color: var(--primary);
}
.account-content .inputs-holder .form-row input::placeholder,
.account-content .inputs-holder .woocommerce-form-row input::placeholder {
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.account-content .edit-item p.hidden {
	display: none;
}
.account-content .pass-edit-wrapper.edit-item p:nth-child(2) {
	grid-row: 2;
	grid-column: 1;
}
.account-content .pass-edit-wrapper.edit-item p:nth-child(3) {
	grid-row: 2;
	grid-column: 2;
}
.woocommerce-order-received .woocommerce-order .order-products {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.woocommerce-order-received .woocommerce-order-overview {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-order-overview li {
	display: flex;
	gap: 5px;
	align-items: center;
	font-size: 14px;
}
.woocommerce-order-received .order-product-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	padding: 15px;
	border: 1px solid var(--stroke-thirdly);
}
.woocommerce-order-received .product-img {
	display: flex;
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 15px;
	overflow: hidden;
}
.woocommerce-order-received .product-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.woocommerce-order-received .product-name {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}
.woocommerce-order-received .product-quantity {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	width: 46px;
	height: 46px;
	min-width: 46px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--stroke-thirdly);
	margin-left: auto;
}
.woocommerce-order-received .product-price {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 80px;
}
.woocommerce-order-received .product-price .sale {
	display: none;
}
.woocommerce-order-received .woocommerce-order .order-view-total {
	display: none;
}
.woocommerce-order-received .woocommerce-order .customer-info {
	display: none;
}
.woocommerce-order-received .woocommerce-order .return-btn {
	display: none;
}
.woocommerce-order-received .woocommerce-order .order-customer-info {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	margin-top: 20px;
}
.woocommerce-order-received .woocommerce-order .order-customer-item {
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-radius: 15px;
	background: var(--background-thirdly);
}
.woocommerce-order-received .woocommerce-order .order-customer-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-order .customer-info-item {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}
.woocommerce-order-received .woocommerce-order .customer-info-item .item-name {
	font-size: 14px;
	color: var(--main-text-primary);
}
.woocommerce-order-received .woocommerce-order .customer-info-item .item-value {
	font-size: 14px;
}
.woocommerce-order-received .woocommerce-order .customer-info-holder {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cart__bonuses {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	padding: 30px;
	margin-top: 30px;
	border: 1px solid var(--stroke-thirdly);
}
.cart__bonuses .bon-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	transition: 0.5s;
	cursor: pointer;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.cart__bonuses .bon-top:hover {
	color: var(--primary);
}
.cart__bonuses .bon-content-top {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.cart__bonuses .cart__bonuses-row {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.cart__bonuses .bonus-holder {
	margin-bottom: unset;
}
.cart__bonuses .btn {
	width: 100%;
	margin-top: 20px;
}
.cart__bonuses .bonuses-select__item {
	position: relative;
	display: flex;
	flex-direction: column;
}
.cart__bonuses .bonuses-select__item input {
	display: contents;
}
.cart__bonuses .bonuses-select__item label {
	padding-left: 34px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	transition: 0.5s;
	cursor: pointer;
}
.cart__bonuses .bonuses-select__item label:hover,
.cart__bonuses .bonuses-select__item:has(input:checked) label {
	color: var(--primary);
}
.cart__bonuses .bonuses-select__item:before {
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid var(--primary);
	background: transparent;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 100%;
	pointer-events: none;
}
.cart__bonuses .bonuses-select__item:after {
	content: "";
	width: 11px;
	height: 11px;
	top: 5px;
	left: 4px;
	position: absolute;
	border-radius: 100%;
	background: var(--primary);
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}
.cart__bonuses .bonuses-select__item:has(input:checked):after {
	opacity: 1;
}
.cart__bonuses .cart__bonuses-select {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}
.cart__bonuses .bonuses-select__item .bonuses-select__input {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
	padding: 12px 30px;
	border-radius: 100px;
	background: var(--background-thirdly);
	transition: 0.5s;
	outline: none;
	border: 1px solid var(--background-thirdly);
	margin-top: 15px;
	opacity: 0.5;
	pointer-events: none;
	cursor: no-drop;
}
.cart__bonuses .bonuses-select__item .bonuses-select__input:hover {
	border-color: var(--primary);
	background: var(--second);
}
.cart__bonuses .cart__bonuses-row-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.cart__bonuses .bonuses-select__item:has(input#select-several:checked) .bonuses-select__input {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
.return-to-shop a {
	padding: 13px 30px;
	background: var(--primary);
	color: var(--second);
	border-radius: 100px;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.5s;
	display: block;
	width: fit-content;
}
.return-to-shop a:hover {
	background: var(--primary-hover);
}



.bonuses-wrap {
	display: flex;
	flex-direction: column;
	width: calc(100% - 390px);
}
.bonuses-wrap .bonuses-wrap__available {
	display: flex;
	gap: 15px;
	align-items: center;
	border-radius: 100px;
	margin-bottom: 30px;
	background: var(--background-thirdly);
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	width: fit-content;
}
.bonuses-wrap .bonuses-wrap__orders {
	display: flex;
	flex-direction: column;
}
.bonuses-wrap .bonuses-orders__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 30px 0px;
	border-top: 1px solid var(--stroke-thirdly);
}
.bonuses-wrap .bonuses-orders__item-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.bonuses-wrap .bonuses-orders__item-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.bonuses-wrap .bonuses-orders__item-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
}
.bonuses-wrap .spent .bonus-item {
	background: var(--fifth);
}

.ref-holder {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	width: 100%;
	grid-column: 1 / span 2;
}
.content-ref-page {
	display: flex;
	gap: 30px;
}
.content-ref-page .ref-holder {
	width: calc(100% - 390px);
	margin-top: unset;
}
.ref-holder .promocode-block {
	border-radius: 30px;
	padding: 30px;
	border: 1px solid var(--stroke-thirdly);
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.ref-holder .ref-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ref-holder .promocode-block__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
}
.ref-holder .promocode-block__count {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--main-text-primary);
	margin-bottom: 30px;
}
.ref-holder .promocode-block__count span {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: var(--primary);
}
.ref-holder .promocode-block__form {
	display: flex;
	flex-direction: column;
}
.ref-holder .promocode-block__input-label {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
}
.ref-holder .promocode-block__input {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ref-holder .promocode-block__input input {
	flex-grow: 1;
	padding: 12px 30px;
	border-radius: 100px;
	background: var(--background-thirdly);
	border: 1px solid var(--background-thirdly);
	transition: 0.5s;
	cursor: pointer;
	outline: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 145%;
	color: var(--main-text-secondary);
}
.ref-holder .promocode-block__input input:hover {
	background: var(--second);
	border-color: var(--primary);
}
.ref-holder .ref-ults {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ref-holder .ref-ults p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--primary);
}
.ref-holder .ref-ult {
	position: relative;
}
.ref-holder .ref-icon {
	cursor: pointer;
}
.ref-holder .ref-icon path {
	transition: 0.5s;
}
.ref-holder .ref-icon:hover path {
	fill: var(--primary-hover);
}
.ref-holder .ref-ult-content {
	position: absolute;
	width: 250px;
	padding: 10px;
	border-radius: 15px;
	height: fit-content;
	top: 0;
	left: 20px;
	transition: 0.5s;
	border: 1px solid var(--stroke-thirdly);
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	background: var(--second);
}
.ref-holder .ref-icon:hover+.ref-ult-content {
	opacity: 1;
}





@media (max-width: 1700px) {
	#header .dgwt-wcas-search-wrapp {
		max-width: 250px;
	}
	#header .header-top,
	#header .header-bot {
		padding: 10px;
	}
}

@media (max-width: 1600px) {
	#header .logo-holder {
		max-width: 180px;
	}
	#header .phone-value {
		font-size: 16px;
	}
	#header .phone-icon {
		width: 16px;
		height: 16px;
	}
	#header .phone-item {
		gap: 5px;
	}
	#header .woo-menu {
		gap: 10px;
	}
	#header .shop-btn__counter {
		top: -5px;
		right: -5px;
	}
	#header .cat-btn {
		padding: 7px 10px 7px 25px;
	}
	#header .header-wrapper .nav-menu-element a {
		padding: 7px 10px;
	}
	#header .header-wrapper .nav-menu-element.has-childs > a {
		padding-right: 15px;
	}
	#header .cat-menu .nav-menu-element a {
		padding: unset !important;
	}
	#header .header-wrapper .nav-menu-element.has-childs > a:before {
		right: 2px;
		width: 10px;
		height: 6px;
	}
	#header .cat-btn:before {
		width: 16px;
		height: 16px;
		top: 7px;
		left: 5px;
	}
	#header .header-wrapper .cat-menu .nav-menu-element.has-childs > a:before {
		right: 10px;
		top: 19px;
	}
	#header .cat-menu .nav-menu-element {
		padding: 10px;
	}
	.sidebar {
		top: 140px;
	}
}

@media (max-width: 1400px) {
	#header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		margin-left: 5px;
		width: 16px;
		height: 16px;
	}
	#header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
		width: 16px;
		height: 16px;
	}
	#header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		padding: 10px 5px;
	}
	#header .dgwt-wcas-search-wrapp {
		min-width: unset;
		max-width: 200px;
	}
	#header .logo-holder {
		max-width: 140px;
	}
	#header .header-wrapper .nav-menu-element.has-childs a + .sub-menu {
		bottom: -4px;
		padding: 10px;
		min-width: 250px;
	}
	#header .cat-menu {
		bottom: 0;
		width: 250px;
	}
	#header .header-wrapper .cat-menu .nav-menu-element.has-childs a + .sub-menu {
		padding-top: 5px;
		gap: 4px;
		left: 249px;
	}
	#header .header-wrapper .cat-menu .nav-menu-element.has-childs .sub-menu .nav-menu-element a {
		font-size: 14px;
	}
	.error-wrapper .error-info {
		padding: 15px;
	}
	.error-wrapper {
		min-height: 300px;
	}
	.error404 #main {
		min-height: 70vh;
	}
	.breadcrumbs {
		font-size: 14px;
		padding: 10px 0px;
		gap: 5px;
	}
	.breadcrumbs span {
		font-size: 14px;
	}
	h1.page-title {
		font-size: 52px;
	}
	.news-item-template .news-date {
		margin-top: 10px;
		font-size: 12px;
	}
	.news-item-template .news-name {
		font-size: 16px;
		margin-top: 5px;
	}
	.news-item-template .news-hashtag {
		font-size: 14px;
		margin-top: 5px;
	}
	.single-page.news .page-right-side {
		width: 420px;
		min-width: 420px;
	}
	.single-page.news .similars-holder {
		margin-top: 20px;
	}
	.single-page.news .similars-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.single-page.news .sim-name {
		width: 250px;
		min-width: 250px;
		font-size: 14px;
	}
	.single-page.news .similars-item {
		padding-right: 30px;
		height: 80px;
	}
	.single-page.news .sim-img {
		width: 60px;
		min-width: 60px;
		transform: translateX(-40px);
	}
	.single-page.news .sim-date {
		width: 70px;
		font-size: 12px;
	}
	.single-page.news .similars-item:hover .sim-name {
		padding-left: 20px;
	}
	.single-page.news .similars {
		gap: 10px;
	}
	.cat-text-block .wrapper {
		padding: 20px 0px;
		gap: 20px;
	}
	.cat-text-block .main-title {
		width: 450px;
		min-width: 450px;
	}
	.sidebar {
		width: 300px;
		min-width: 300px;
	}
	.filters-form .filter-block {
		padding: 10px;
	}
	.filters-form .filter-block-content.prices {
		margin-top: 10px;
	}
	.products-right-side .products {
		gap: 10px;
	}
	.products-wrapper {
		gap: 10px;
	}
	.summary-wrapper .product-gallery {
		width: 500px;
		min-width: 500px;
		gap: 10px;
		height: 400px;
	}
	.summary-wrapper .gallery-main-wrapper {
		width: calc(100% - 90px);
	}
	.summary-wrapper {
		gap: 10px;
	}
	.summary-wrapper .attrs-holder {
		margin-top: 20px;
		padding: 10px;
	}
	.summary-wrapper .right-top {
		padding: 10px;
	}
	.summary-wrapper .qty-wrapper {
		margin: 10px 0px;
	}
	.summary-wrapper .status-holder {
		margin-bottom: 10px;
	}
	.summary-wrapper .summary-right {
		gap: 10px;
		flex-grow: 1;
	}
	.summary-wrapper .bonus-holder {
		padding: 10px;
	}
	.summary-wrapper .vars-title {
		padding: 10px;
	}
	.summary-wrapper .var-item {
		gap: 10px;
		padding: 10px;
	}
	.summary-wrapper .gallery-holder {
		width: 80px;
	}
	.woocommerce-cart .coupon-form-holder,
	.woocommerce-cart .cart-collaterals {
		padding: 10px;
	}
	.woocommerce-cart .coupon-form-holder {
		margin-top: 10px;
	}
	.woocommerce-cart .form-right-side {
		width: 280px;
		min-width: 280px;
		top: 130px;
	}
	.woocommerce-cart .bonus-holder {
		margin-bottom: 10px;
	}
	.woocommerce-cart .totals-prices {
		padding-top: 10px;
	}
	.woocommerce-cart .wc-proceed-to-checkout {
		margin-top: 10px;
		gap: 10px;
	}
	.woocommerce-cart .woocommerce-cart-form {
		gap: 10px;
	}
	.woocommerce-checkout form.checkout {
		gap: 10px;
	}
	.account-content .order-view-content,
	.account-content .woocommerce-orders-table {
		width: calc(100% - 310px);
	}
	.woocommerce-checkout .form-checkout-left-side {
		max-width: calc(100% - 290px);
	}
	.woocommerce-checkout .form-checkout-right-side {
		top: 130px;
		width: 280px;
		min-width: 280px;
		padding: 10px;
	}
	.woocommerce-checkout .bonus-holder {
		padding-bottom: 10px;
	}
	.woocommerce-checkout .stocks-info-holder {
		padding-top: 10px;
	}
	.woocommerce-checkout .total-price {
		margin-top: 10px;
	}
	.woocommerce-checkout .form-checkout-right-side .btn {
		margin-top: 10px;
	}
	.woocommerce-checkout .stock-value,
	.woocommerce-checkout .stock-name {
		font-size: 12px;
	}
	.account-content .woocommerce-MyAccount-navigation {
		width: 280px;
		min-width: 280px;
		gap: 10px;
	}
	.account-content .nav-menu-element a+.sub-menu {
		margin-top: 15px;
		gap: 15px;
	}
	.account-content .lk-menu {
		gap: 10px;
	}
	.account-content .grid-element {
		padding: 10px;
		border-radius: 15px;
		min-height: 150px;
	}
	.account-content .table-row {
		gap: 10px;
		padding: 10px;
		border-radius: 15px;
	}
	.account-content .order-product-item {
		gap: 10px;
		padding: 10px;
		border-radius: 15px;
	}
	.account-content .order-product-item .product-price {
		gap: 10px;
		margin-left: unset;
	}
	.cart__bonuses {
		padding: 10px;
		margin-top: 10px;
	}
	.account-content .woocommerce-EditAccountForm,
	.content-ref-page .ref-holder,
	.bonuses-wrap {
		width: calc(100% - 310px);
	}
	.bonuses-wrap .bonuses-orders__item {
		padding: 10px 0px;
	}
	.bonuses-wrap .bonuses-orders__item-info {
		gap: 5px;
	}
	.bonuses-wrap .bonuses-wrap__available {
		gap: 5px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.account-content .inputs-holder {
		gap: 20px 10px;
	}
	.account-content .inputs-holder .form-row label, .account-content .inputs-holder .woocommerce-form-row label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.account-content .edit-item {
		padding: 15px;
	}
}

@media (max-width: 1200px) {
	h1.page-title {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.main-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#header .user-item {
		padding: 5px;
	}
	.socs .soc {
		width: 24px;
		height: 24px;
		min-width: 24px;
	}
	#header .menu-holder {
		display: none;
	}
	#header .burger.open_menu {
		display: flex;
	}
	#header .dgwt-wcas-search-wrapp {
		margin-left: auto;
	}
	#header .header-bot {
		gap: 15px;
	}
	#footer .footer-default {
		padding: 10px 0px;
	}
	#footer .footer-wrapper {
		padding: 20px 0px;
	}
	#footer .footer-logo {
		margin-bottom: 10px;
	}
	#footer .footer-left .btn {
		margin-bottom: 20px;
	}
	#footer .socs-holder {
		margin-top: 20px;
		gap: 5px;
	}
	#footer .docs-holder {
		margin-top: 20px;
	}
	#footer .pay-types {
		margin-top: 10px;
	}
	#footer .bot-right-side {
		padding-right: unset;
	}
	#footer .yandex-reviews {
		width: 200px;
	}
	.btn {
		font-size: 12px;
		padding: 10px 15px;
	}
	.footer-form {
		padding: 20px 0px 40px 0px;
		margin-bottom: -30px;
	}
	.footer-form .footer-form-title {
		font-size: 32px;
	}
	.error-wrapper {
		margin-top: unset;
	}
	.error-wrapper .error-title {
		font-size: 42px;
	}
	.block-container {
		padding: 40px 0px;
	}
	.help-page-wrapper {
		gap: 20px;
		padding-bottom: 30px;
	}
	.help-page-wrapper .nav-menu-element a {
		padding: 10px;
		font-size: 14px;
	}
	.help-page-wrapper .help-menu {
		width: 180px;
		min-width: 180px;
	}
	.text-holder {
		gap: 10px;
	}
	.text-holder p strong,
	.text-holder, .text-holder p, .text-holder li {
		font-size: 14px;
	}
	.text-holder p strong {
		min-width: 16px;
	}
	.text-holder p {
		gap: 5px;
	}
	.text-holder ol, .text-holder ul {
		gap: 6px;
	}
	.text-holder h2 {
		font-size: 32px;
	}
	.text-holder h3 {
		font-size: 28px;
	}
	.text-holder h4 {
		font-size: 24px;
	}
	.text-holder h5 {
		font-size: 18px;
	}
	.text-holder ul li {
		padding-left: 15px;
	}
	.seo-block .wrapper {
		padding: 20px 10px;
	}
	.seo-block .seo-text {
		height: 400px;
	}
	.nav .nav-btns {
		gap: 5px;
	}
	.page-numbers,
	.prev.page-numbers, .next.page-numbers,
	.nav .swiper-button-prev, .nav .swiper-button-next {
		width: 32px;
		height: 32px;
	}
	.nav .swiper-pagination {
		gap: 5px;
	}
	.archive.news .news {
		gap: 20px;
		grid-template-columns: repeat(3,1fr);
	}
	.archive-default .items-holder,
	.archive-default {
		padding-bottom: 30px;
	}
	.archive.news .tabs-btns {
		margin-bottom: 20px;
		gap: 10px;
	}
	.archive.news .tabs-btn {
		font-size: 12px;
		padding: 10px 15px;
	}
	.controls,
	.pagination {
		margin-top: 20px;
	}
	main,
	#primary,
	.single-page.news .page-wrapper,
	#archive-vacancys .vacancys-holder {
		padding-bottom: 30px;
	}
	.vacancys-item-template {
		padding: 10px;
		gap: 10px;
	}
	.vacancys-item-template .first-desc-all, .vacancys-item-template .second-desc-all {
		margin-top: 5px;
	}
	.vacancys-item-template .first-text,
	.vacancys-item-template .first-text p,
	.vacancys-item-template .second-text,
	.vacancys-item-template .second-text p {
		font-size: 14px;
	}
	.vacancys-item-template .vacancys-name {
		font-size: 20px;
	}
	#archive-vacancys .vacancys {
		gap: 10px;
	}
	.cat-text-block {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 20px 0px;
	}
	.products-wrapper {
		padding-bottom: 30px;
	}
	.summary-wrapper .favorite-btn {
		margin-top: 10px;
		padding: 10px 15px;
		font-size: 12px;
		height: auto;
	}
	.summary-wrapper {
		flex-wrap: wrap;
	}
	.summary-wrapper .product-gallery {
		order: 1;
	}
	.summary-wrapper .summary-right {
		order: 2;
	}
	.summary-wrapper .summary-center {
		order: 3;
		width: 100%;
	}
	.product-content .content-left-side {
		padding: 15px;
		gap: 20px;
	}
	.product-content .content-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product-content .content-right-side {
		top: 130px;
		padding: 10px;
		width: 350px;
		min-width: 350px;
	}
	.product-content .form-title {
		font-size: 18px;
	}
	.product-content .form-desc {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.product-content .form {
		gap: 10px;
	}
	.product-content .text-holder p {
		flex-wrap: wrap;
	}
	.product-content {
		gap: 10px;
	}
	.page-favorites .products {
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
		padding-bottom: 30px;
	}
	.woocommerce-cart .cart-wrapper {
		padding-bottom: 30px;
	}
	.woocommerce-cart .cart_item {
		padding: 10px;
	}
	.woocommerce-cart .product-thumbnail {
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	.woocommerce-cart .product-quantity {
		max-width: 150px;
	}
	.woocommerce-cart .product-price {
		gap: 10px;
		min-width: 120px;
	}
	.woocommerce-cart .product-name a {
		font-size: 16px;
	}
	.woocommerce-cart .product-remove {
		top: 10px;
		right: 10px;
	}
	.woocommerce-cart .product-price bdi, .woocommerce-cart .product-price bdi span,
	.woocommerce-cart .product-price ins bdi, .woocommerce-cart .product-price ins bdi span {
		font-size: 16px;
	}
	.woocommerce-cart .product-price del bdi, .woocommerce-cart .product-price del bdi span {
		font-size: 12px;
	}
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		gap: 10px;
	}
	.woocommerce-checkout .payment_methods, .woocommerce-checkout .woocommerce-shipping-methods {
		gap: 10px;
	}
	.woocommerce-checkout .payment_methods li, .woocommerce-checkout .woocommerce-shipping-methods li {
		width: calc((100% - 20px) / 3);
	}
	.woocommerce-checkout #shipping_method label, .woocommerce-checkout .wc_payment_methods label {
		padding: 10px;
		padding-left: 35px;
		min-height: 60px;
		font-size: 14px;
		border-radius: 15px;
	}
	.woocommerce-checkout #shipping_method label:before, .woocommerce-checkout .wc_payment_methods label:before {
		width: 16px;
		height: 16px;
		border: 1px solid var(--primary);
		top: 10px;
		left: 10px;
	}
	.woocommerce-checkout #shipping_method label:after, .woocommerce-checkout .wc_payment_methods label:after {
		width: 12px;
		height: 12px;
		top: 13px;
		left: 13px;
	}
	.woocommerce-checkout #shipping_method label bdi, .woocommerce-checkout .wc_payment_methods label bdi, .woocommerce-checkout #shipping_method label span, .woocommerce-checkout .wc_payment_methods label span {
		font-size: 12px;
	}
	.woocommerce-checkout li:has(input[value="local_pickup:2"]):before {
		top: 28px;
		left: 34px;
		font-size: 12px;
	}
	.woocommerce-checkout .form-checkout-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.woocommerce-checkout form.checkout {
		padding-bottom: 30px;
	}
	.woocommerce-checkout .wc_payment_methods label {
		min-height: unset;
	}
	.account-content {
		padding-bottom: 30px;
	}
	.account-content .grid-element-title {
		font-size: 18px;
	}
	.account-content .grid-element-content {
		font-size: 14px;
	}
	.account-content .grid-element-icon {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}
	.account-content .table-row {
		grid-template-columns: repeat(4,1fr);
	}
	.account-content .status-row .order-value {
		font-size: 12px;
		padding: 5px 10px;
	}
	.account-content .status-row .order-value.on-hold {
		font-size: 11px;
	}
	.account-content .order-product-item .product-name {
		max-width: unset;
		width: fit-content;
		margin-right: auto;
		font-size: 16px;
	}
	.account-content .order-product-item .product-price {
		min-width: 150px;
		font-size: 16px;
	}
	.account-content .order-product-item .product-img {
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	.account-content .order-product-item .product-quantity {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}
	.account-content .order-customer-item {
		border-radius: 15px;
		padding: 10px;
	}
	.account-content .order-customer-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.account-content .item-name {
		font-size: 14px;
		padding-right: 5px;
	}
	.account-content .item-value {
		font-size: 14px;
		padding-left: 5px;
	}
}

@media (max-width: 996px) {
	h1.page-title {
		font-size: 32px;
	}
	.main-title {
		font-size: 28px;
	}
	.text-holder h2 {
		font-size: 26px;
	}
	.text-holder h3 {
		font-size: 22px;
	}
	.text-holder h4 {
		font-size: 20px;
	}
	#footer .footer-top {
/* 		flex-direction: column; */
	}
	#footer .footer-left .btn {
		width: fit-content;
	}
	#header .header-wrapper .woo-menu,
	#header .header-wrapper .dgwt-wcas-search-wrapp {
		display: none;
	}
	#header .phone-holder {
		margin-left: auto;
	}
	#header .user-btn-name {
		display: none;
	}
	.mobile-wrapper {
		display: flex;
		align-items: center;
		border-top: 1px solid var(--primary);
		padding: 5px;
		justify-content: space-between;
		background: var(--second);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		gap: 10px;
	}
	#header .mobile-wrapper .dgwt-wcas-search-wrapp {
		margin-left: unset;
		margin-right: auto;
	}
	#header .shop-btn {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}
	#header .shop-btn__counter {
		min-width: 16px;
		height: 16px;
		top: -7px;
		right: -7px;
		font-size: 12px;
	}
	#footer .footer-default{
		padding-bottom: 60px;
	}
	.footer-form .footer-form-title {
		font-size: 24px;
		width: 100%;
	}
	.footer-form .form-wrapper {
		flex-wrap: wrap;
	}
	.container {
		padding: 0px 10px;
	}
	.single-page.news .page-wrapper {
		flex-direction: column;
	}
	.single-page.news .page-right-side {
		width: 100%;
		min-width: unset;
		padding-top: unset;
	}
	.single-page.news .page-img {
		display: none;
	}
	.single-page.news .similars-holder {
		margin-top: unset;
	}
	.vacancys-item-template .vacancys-name {
		font-size: 18px;
	}
	.vacancys-item-template .vacancy-price {
		font-size: 18px;
	}
	.tag-list {
		top: 10px;
		left: 10px;
		width: calc(100% - 90px);
	}
	li.product.type-product .bonus-holder {
		top: 10px;
		right: 10px;
	}
	li.product.type-product .product-info-wrapper {
		padding: 10px;
	}
	li.product.type-product .card-buttons {
		padding: 0px 10px 10px 10px;
		gap: 5px;
	}
	li.product.type-product .price {
		gap: 10px;
	}
	li.product.type-product .woocommerce-loop-product__title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.stocks-status {
		padding: 2px 5px;
		font-size: 12px;
	}
	.stocks-status .status-icon {
		width: 14px;
		height: 14px;
		min-width: 14px;
		margin-top: -2px;
	}
	li.product.type-product bdi, li.product.type-product bdi span,
	li.product.type-product ins bdi, li.product.type-product ins bdi span {
		font-size: 16px;
	}
	li.product.type-product del bdi, li.product.type-product del bdi span {
		font-size: 12px;
	}
	.favorite-btn {
		width: 34px;
		height: 34px;
		min-width: 34px;
	}
	.cat-text-block .wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.cat-text-block .main-title {
		width: 100%;
		min-width: unset;
		margin-bottom: unset;
	}
	.cat-text-block .block-text .btn {
		margin-top: unset;
	}
	.products-wrapper .sidebar {
		position: fixed;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		transition: 0.5s;
		z-index: 99;
		overflow: auto;
		height: 100vh;
		background: var(--second);
		border-right: 1px solid var(--primary);
	}
	.products-wrapper .filters-widget {
		padding: 10px;
		padding-top: unset;
	}
	.products-wrapper .sidebar.open {
		transform: unset;
	}
	#open-filter {
		display: block;
	}
	.woocommerce #sidebar-close {
		display: flex;
		justify-content: flex-end;
		padding: 10px;
		margin-bottom: unset;
	}
	.filters-form .add-wrapper {
		border: unset;
		overflow: unset;
	}
	.filters-form .inputs.price.range .group input {
		padding: 7px 15px 7px 25px;
	}
	.filters-form .inputs.price.range .group:nth-child(1):before,
	.filters-form .inputs.price.range .group:nth-child(2):before {
		top: 8px;
		left: 10px;
	}
	.filters-form .filter-block {
		padding: 10px 0px;
	}
	.filters-form .noUi-target,
	.filters-form .inputs.price.range {
		margin-bottom: 10px;
	}
	.filters-form .filter-block-title {
		font-size: 14px;
	}
	.filters-form .inputs.checkboxes {
		padding-top: 10px;
		gap: 5px;
	}
	.filters-form .inputs.checkboxes .group label {
		font-size: 13px;
		padding-left: 20px;
	}
	.filters-form .inputs.checkboxes .group label:before {
		width: 14px;
		height: 14px;
	}
	.filters-form .inputs.checkboxes .group label:after {
		width: 16px;
		height: 16px;
	}
	.filters-form .buttons {
		margin-top: 10px;
	}
	.filters-form .clear-filters {
		margin-top: 10px;
		font-size: 12px;
	}
	.products-right-side .subcats {
		gap: 10px;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.products-right-side .subcats .category-item {
		font-size: 12px;
		padding: 7px 10px;
	}
	.summary-wrapper .var-desc {
		font-size: 14px;
	}
	.summary-wrapper .gallery-holder {
		gap: 10px;
	}
	.summary-wrapper .gallery-thumbnails-holder {
		height: calc(100% - 60px);
	}
	.product-content {
		flex-direction: column;
	}
	.product-content .attr-value, .summary-wrapper .attr-value,
	.product-content .attr-name, .summary-wrapper .attr-name {
		font-size: 14px;
	}
	.product-content .attr-name, .summary-wrapper .attr-name {
		padding-right: 5px;
	}
	.product-content .attr-value, .summary-wrapper .attr-value {
		padding-left: 5px;
	}
	.summary-wrapper .product-gallery {
		width: 450px;
		min-width: 450px;
	}
	.summary-wrapper .tag-list {
		margin-bottom: 10px;
	}
	.summary-wrapper .bonus-holder p {
		font-size: 14px;
	}
	.qty-wrapper .qty-button {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.summary-wrapper .qty-wrapper {
		height: 40px;
	}
	.page-favorites .info-holder {
		margin-bottom: 20px;
	}
	.woocommerce-cart .woocommerce-cart-form {
		flex-direction: column;
	}
	.woocommerce-cart .form-left-side {
		width: 100%;
	}
	.woocommerce-cart .form-right-side {
		width: 100%;
		min-width: unset;
		position: static;
	}
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: repeat(2,1fr);
	}
	.woocommerce-checkout .payment_methods li, .woocommerce-checkout .woocommerce-shipping-methods li {
		width: calc((100% - 10px) / 2);
	}
	.pre-account-page h1.page-title {
		padding-top: 20px;
	}
	.pre-account-page {
		padding-bottom: 60px;
	}
	.pre-account-page .face-choise {
		gap: 10px;
		margin-bottom: 20px;
	}
	.pre-account-page form {
		gap: 5px;
	}
	.pre-account-page input {
		padding: 10px 15px;
		font-size: 12px;
	}
	.pre-account-page input::placeholder {
		font-size: 12px;
	}
	.pre-account-page .privacy-policy {
		margin-top: 10px;
		font-size: 12px;
	}
	.account-content {
		flex-direction: column;
		gap: 20px;
	}
	.account-content .order-view-content,
	.account-content .woocommerce-MyAccount-navigation {
		width: 100%;
		min-width: unset;
	}
	.account-content .main-account-grid {
		width: 100%;
	}
	.account-content .nav-menu-element a {
		padding: 10px 15px;
		font-size: 12px;
		gap: 5px;
	}
	.account-content .nav-menu-element a .item-icon {
		width: 16px;
		height: 16px;
	}
	.account-content .nav-menu-element.has-childs:before {
		top: 15px;
		right: 15px;
	}
	.account-content .main-account-grid {
		gap: 10px;
	}
	.account-content .nav-menu-element a+.sub-menu a {
		font-size: 14px;
	}
	.account-content .edit-item-title,
	.ref-holder .ref-title,
	.account-content .order-view-title,
	.account-content .order-main-title {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.account-content .edit-item-holder {
		gap: 0px;
	}
	.account-content .woocommerce-orders-table {
		width: 100%;
	}
	.account-content .woocommerce-EditAccountForm,
	.content-ref-page .ref-holder,
	.bonuses-wrap {
		width: 100%;
	}
	.ref-holder .promocode-block {
		padding: 10px;
		border-radius: 15px;
		margin-bottom: 20px;
	}
	#footer .footer-top .footer-left {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	#footer .footer-logo {
		order: 1;
	}
	#footer .infos {
		order: 3;
	}
	#footer .phone-item {
		order: 2;
		justify-content: flex-end;
	}
	#footer .footer-left .btn {
		order: 4;
		margin-bottom: unset;
		margin-left: auto;
	}
}

@media (max-width: 768px) {
	h1.page-title {
		font-size: 28px;
	}
	.main-title {
		font-size: 24px;
	}
	.text-holder h2 {
		font-size: 22px;
	}
	.text-holder h3 {
		font-size: 20px;
	}
	.text-holder h4 {
		font-size: 18px;
	}
	.text-holder h5 {
		font-size: 16px;
	}
	#footer .nav-menu-element a {
		font-size: 14px;
	}
	#footer .search-holder {
		display: none;
	}
	#footer .footer-bot {
		padding-top: 20px;
		flex-wrap: wrap;
	}
	#footer .docs-holder {
		margin-top: unset;
	}
	#footer .pay-types {
		margin-top: unset;
	}
	#footer .footer-default {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.example-holder a,
	#footer .rights,
	#footer .privacy-holder {
		font-size: 12px;
	}
	.footer-form .footer-form-title {
		font-size: 18px;
	}
	.footer-form .form-wrapper {
		gap: 10px;
	}
	.footer-form .footer-form-desc {
		font-size: 14px;
		max-width: unset;
	}
	.error-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.error-wrapper .error-img {
		width: 100%;
		padding-right: unset;
	}
	.error-wrapper .error-subtitle,
	.error-wrapper .error-title {
		max-width: unset;
		width: 100%;
	}
	.error-wrapper .error-info {
		width: 100%;
	}
	.error-wrapper .error-title {
		font-size: 32px;
	}
	.error-wrapper .error-subtitle {
		margin-bottom: 10px;
	}
	.help-page-wrapper {
		flex-direction: column;
	}
	.help-page-wrapper .help-menu {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		min-width: unset;
	}
	.help-page-wrapper .nav-menu-element {
		flex-grow: 1;
		display: flex;
		justify-content: center;
		margin-bottom: -1px;
	}
	.help-page-wrapper .nav-menu-element a {
		text-align: center;
	}
	.seo-block .seo-text-holder {
		padding: 10px;
	}
	.seo-block .seo-gallery {
		gap: 10px;
	}
	.archive.news .news {
		grid-template-columns: repeat(2,1fr);
	}
	#archive-vacancys .vacancys {
		display: flex;
		flex-direction: column;
	}
	.products-right-side .products {
		grid-template-columns: repeat(2,1fr);
		gap: 20px 10px;
	}
	.summary-wrapper {
		justify-content: center;
		gap: 30px;
	}
	.summary-wrapper .summary-center {
		order: 2;
	}
	.summary-wrapper .summary-right {
		width: 100%;
		order: 3;
	}
	.product-content {
		flex-direction: column;
	}
	.product-content .content-right-side {
		width: 100%;
		position: static;
		min-width: unset;
	}
	.page-favorites .products {
		grid-template-columns: repeat(2,1fr);
	}
	.woocommerce-checkout .form-checkout-left-side {
		width: 100%;
		max-width: unset;
	}
	.woocommerce-checkout .form-checkout-right-side {
		width: 100%;
		position: static;
	}
	.woocommerce-checkout .commect-block {
		margin-top: 10px;
	}
	.woocommerce-checkout .commect-block textarea {
		padding: 10px 15px;
		height: 90px;
		border-radius: 15px;
	}
	.summary-wrapper .wsx-table-overflow {
		width: auto;
		overflow: unset;
	}
	.summary-wrapper .wsx-price-table-row.active {
		width: calc(100% + 2px);
		margin-left: -1px;
	}
	.summary-wrapper .wsx-price-table-body {
		overflow: unset;
	}
	.account-content .table-row {
		grid-template-columns: repeat(2,1fr);
	}
	.account-content .time-row {
		grid-row: 1;
		grid-column: 2;
		justify-content: flex-end;  
	}
	.account-content .total-row {
		grid-row: 2;
		grid-column: 1 / span 2;
		flex-direction: row;
		justify-content: space-between;
		gap: 5px;
	}
	.account-content .order-btn {
		grid-row: 3;
		grid-column: 2;
	}
	.account-content .status-row {
		grid-row: 3;
		grid-column: 1;
	}
	.account-content .customer-info-holder {
		gap: 5px;
	}
	.woocommerce-order-received .woocommerce-order .order-customer-info {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 600px) {
	h1.page-title {
		font-size: 26px;
	}
	.main-title {
		font-size: 22px;
	}
	#header .user-icons {
		gap: 10px;
	}
	#footer .footer-menu-holder {
		flex-wrap: wrap;
		gap: 20px;
	}
	.error-wrapper .error-info {
		padding: 10px;
	}
	.error-wrapper {
		gap: 10px;
	}
	.theme-modal.fancybox__content {
		padding: 30px 15px 15px 15px;
	}
	.form {
		gap: 10px;
	}
	.theme-modal .btn {
		margin-top: unset;
	}
	.form .privacy-policy {
		font-size: 12px;
		margin-top: 10px;
	}
	.theme-modal .subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.form input, .form textarea {
		padding: 10px 20px;
	}
	.theme-modal .title {
		font-size: 20px;
	}
	.cat-text-block .wrapper {
		padding: unset;
	}
	.cat-text-block .block-text .btn {
		width: 100%;
	}
	.product-content .content-title {
		font-size: 16px;
	}
	.woocommerce-cart .cart_item {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce-cart .product-name {
		max-width: unset;
		width: 100%;
	}
	.account-content .main-account-grid {
		display: flex;
		flex-direction: column;
	}
	.account-content .grid-element {
		min-height: unset;
	}
	.account-content .grid-element-content {
		margin-bottom: 10px;
	}
	.account-content .order-customer-info {
		gap: 10px;
		display: flex;
		flex-direction: column;
	}
	.account-content .order-customer-title {
		font-size: 14px;
	}
	.account-content .order-product-item .product-name {
		font-size: 14px;
	}
	.account-content .order-product-item .product-price {
		min-width: 120px;
		font-size: 14px;
	}
	.account-content .order-product-item:has(.sale) .regular {
		font-size: 12px;
		line-height: 120%;
	}
	.ref-holder .promocode-block__input {
		flex-direction: column;
	}
	.ref-holder .promocode-block__input .btn {
		width: 100%;
	}
	.ref-holder .promocode-block__input input {
		width: 100%;
		padding: 10px 15px;
	}
	.ref-holder .promocode-block__title {
		margin-bottom: 10px;
	}
	.ref-holder .promocode-block__count {
		margin-bottom: 10px;
		gap: 5px;
	}
	.ref-holder .ref-ult {
		position: unset;
	}
	.ref-holder .ref-ults {
		position: relative;
	}
	.ref-holder .ref-ult-content {
		top: 10px;
		z-index: 1;
	}
	.account-content .inputs-holder {
		display: flex;
		flex-direction: column;
	}
	#footer .footer-top .footer-left {
		display: flex;
		flex-direction: column;
	}
	#footer .phone-item {
		justify-content: unset;
	}
	#footer .footer-left .btn {
		margin-left:unset;
		margin-top: 10px;
	}
	#footer .footer-value br {
		display: none;
	}
	#footer .socs-holder {
		margin-top: unset;
	}
	#footer .footer-menu-holder {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	#footer .menu-item.third {
		width: 100%;
		grid-column: span 2;
	}
	#footer .menu-item.third .foot-menu-center {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 498px) {
	#header .socs {
		display: none;
	}
	#header .header-top {
		padding: 5px;
	}
	#header .header-bot {
		padding: 5px 8px;
		border-radius: 0px 0px 15px 15px;
	}
	#footer .footer-logo {
		width: 180px;
	}
	#footer .phone-item {
		gap: 5px;
		margin-bottom: 10px;
	}
	#footer .phone-icon {
		width: 16px;
		height: 16px;
	}
	#footer .phone-value {
		font-size: 18px;
	}
	#footer .footer-value, #footer .footer-value p {
		font-size: 14px;
	}
	#footer .infos {
		gap: 5px;
	}
	#footer .menu-title {
		font-size: 16px;
	}
	#header .shop-btn svg {
		width: 14px;
		height: 14px;
	}
	#header .mobile-wrapper .dgwt-wcas-search-wrapp {
		height: 36px;
		min-height: 36px;
	}
	#header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
		height: 34px;
	}
	#header .shop-btn__counter {
		top: -4px;
		right: -4px;
	}
	#footer .footer-default{
		padding-bottom: 50px;
	}
	#footer .type-item {
		max-width: 80px;
		max-height: 25px;
	}
	#footer .types {
		gap: 10px;
	}
	#footer .pay-title {
		margin-bottom: 5px;
		font-size: 12px;
	}
	#footer .footer-top {
		gap: 20px;
	}
	.seo-block .seo-text {
		height: 300px;
		padding-right: 8px;
	}
	.archive.news .news {
		display: flex;
		flex-direction: column;
	}
	.single-page.news .sim-name {
		width: 230px;
		min-width: 230px;
	}
	.tag-name {
		font-size: 11px;
		padding: 2px 5px;
	}
	.summary-wrapper .product-gallery {
		width: 100%;
		min-width: unset;
		height: 350px;
	}
	.page-favorites .info-holder {
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce-checkout input {
		padding: 10px 15px;
	}
	.pre-account-page .face-choise {
		flex-direction: column;
	}
	.pre-account-page .var-face {
		padding: 10px 10px 10px 30px;
		font-size: 12px;
	}
	.pre-account-page .var-face:before {
		width: 14px;
		height: 14px;
		top: 9px;
		left: 10px;
	}
	.pre-account-page .var-face:after {
		width: 10px;
		height: 10px;
		top: 12px;
		left: 13px;
	}
	.pre-account-page .auth-bot {
		margin-top: 10px;
		padding-top: 10px;
	}
	.pre-account-page .no-acc-btn, .pre-account-page .lost-pass-btn {
		font-size: 14px;
	}
	.breadcrumbs,
	.breadcrumbs span {
		font-size: 12px;
	}
	.account-content .order-product-item {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.account-content .order-product-item .product-name {
		width: 100%;
		text-align: center;
	}
	.account-content .order-product-item .product-price {
		justify-content: center;
	}
	li.product.type-product .bonus-holder .bonus-item {
		font-size: 11px;
		gap: 2px;
	}
	li.product.type-product .bonus-holder .bonus-item .bonus-icon {
		width: 8px;
		height: 8px;
	}
	.woocommerce-order-received .order-product-item {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.woocommerce-order-received .product-quantity {
		margin-left: unset;
	}
	.ref-holder .promocode-block__count {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.error-wrapper .error-info .btn,
	.footer-form .form-wrapper .btn,
	#footer .footer-left .btn {
		width: 100%;
	}
	.single-page.news .similars-item {
		padding-right: 10px;
	}
	.single-page.news .similars-item:hover {
		padding-right: 10px;
	}
	.single-page.news .similars-item:hover .sim-name {
		padding-left: 10px;
	}
	.single-page.news .sim-img {
		display: none;
	}
	.single-page.news .sim-date {
		width: 65px;
	}
	.single-page.news .sim-name {
		padding-left: 10px;
	}
	li.product.type-product .card-buttons {
		padding: 0px 5px 5px 5px;
	}
	li.product.type-product .product-info-wrapper {
		padding: 5px;
	}
	li.product.type-product {
		border-radius: 15px;
	}
	.summary-wrapper .product-gallery {
		height: 300px;
	}
	.summary-wrapper .gallery-holder {
		width: 60px;
	}
	.summary-wrapper .gallery-main-wrapper {
		width: calc(100% - 70px);
	}
	.account-content .nav-menu-element:has(form) {
		width: 100%;
		justify-content: space-between;
	}
	.woocommerce-order-received .woocommerce-order .customer-info-item .item-value,
	.woocommerce-order-received .woocommerce-order .customer-info-item .item-name {
		font-size: 12px;
	}
	.woocommerce-order-received .woocommerce-order .order-customer-title {
		font-size: 16px;
	}
}

@media (max-width: 370px) {
	#header .header-bot {
		gap: 5px;
	}
	#header .logo-holder {
		max-width: 120px;
	}
	#header .phone-icon {
		display: none;
	}
	#header .head-callback {
		font-size: 12px;
	}
	#header .phone-value {
		font-size: 14px;
	}
	li.product.type-product .woocommerce-loop-product__title {
		font-size: 12px;
	}
	li.product.type-product .tag-list {
		top: 5px;
		left: 5px;
		gap: 3px;
	}
	li.product.type-product .bonus-holder {
		top: 5px;
		right: 5px;
	}
	.woocommerce-cart .product-quantity {
		max-width: 130px;
	}
	.woocommerce-checkout .payment_methods li, .woocommerce-checkout .woocommerce-shipping-methods li {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: column;
	}
	h1.page-title {
		font-size: 22px;
	}
	.breadcrumbs {
		gap: 3px;
	}
	.account-content .total-row .row-title,
	.account-content .number-row .row-title, .account-content .number-row a {
		font-size: 16px;
	}
	.account-content .total-row .order-value, .account-content .time-row, .account-content .time-row .order-value {
		font-size: 12px;
	}
	.account-content .status-row .order-value.pending {
		font-size: 10px;
	}
}

@media (max-width: 350px) {
	.page-favorites .products,
	.products-right-side .products {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

.theme-modal .cities {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.theme-modal .cities a {
	cursor: pointer;
}
.theme-modal .cities a:hover {
	color: var(--primary);
}

.cats-block .add-wrapper {
	background-size: cover;
}

/* сужаю слайдер */
body .mainbanner-block {
	margin-top: -30px;
}
body .mainbanner-block .wrapper {
	justify-content: center;
	background: var(--background-thirdly);
}
body .mainbanner-block .slides-holder {
	max-width: 1550px;
    margin-top: 40px;
    border-radius: 24px !important;
    overflow: hidden;
}
body .mainbanner-block .info {
	padding: 60px 30px 130px 60px;
	border-radius: 0 0 0 24px;
}
body .mainbanner-block .nav {
	left: 60px;
}

@media (max-width: 1200px) {
	body .mainbanner-block .info {
		width: 100%;
		max-width: 350px;
		border-radius: 0 24px 0 24px;
		padding: 15px 10px 40px 50px;
	}
	body .mainbanner-block .desc {
		display: none;
	}
	body .mainbanner-block .nav .nav-btns {
		display: none;
	}
	
}

@media (max-width: 768px) {
	body .mainbanner-block .info {
		padding: 15px 10px 40px 20px;
	}
	body .mainbanner-block .nav {
        bottom: 10px;
        left: 20px;
    }
}

@media (max-width: 600px) {
	body .mainbanner-block .info {
		max-width: 220px;
	}
	body .mainbanner-block .advant-name {
        font-size: 16px;
    }
	body .mainbanner-block .advants {
        padding: 60px 10px 20px 10px;
    }
}

.slides-inner {
	display: flex;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
	background: var(--background-thirdly);
    margin-top: -50px;
	padding-top: 70px;
	padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.slides-wrap {
	display: flex;
    max-width: 1520px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
body .slides2 {
/* 	display: none !important; */
	padding-bottom: 2px;
}

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

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

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

.slides2  {
    box-sizing: border-box;
    padding: 10px 0;
}

.slides2 .swiper-slide {
    height: 100%;
	width: 100px;
	margin-bottom: 2px;
    padding: 4px;
	border: 1px solid var(--primary);
    border-image: initial;
    border-radius: 16px;
    overflow: hidden;
	transition: background 0.4s;
}

.slides2 .swiper-slide-thumb-active {
/*     outline: 1px solid var(--primary); */
	background: var(--primary);
}

.slides2 .swiper-slide .mini-card {
	display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.slides2 .swiper-slide img {
/*       display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; */
	width: 100%;
    display: block;
    aspect-ratio: 69 / 100;
    object-fit: cover;
    object-position: 80%;
    transition: transform 0.5s;
}

.slides2 .swiper-slide img:hover {
	transform: scale(1.1);
}

body .mainbanner-block .advants-holder {
	margin-top: 0;
}
body .mainbanner-block .advants {
	padding-top: 30px;
}

li.product.type-product .card-buttons {
	position: relative;
	align-items: flex-end;
}

.card-buttons .qty-wrapper {
	margin-bottom: 20px;
}

li.product.type-product .card-buttons .favorite-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

li.product.type-product .card-buttons .cart {
	width: 100%;
}


@media (max-width: 1200px) {
	.favorite-btn {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }
}

@media (max-width: 996px) {
	.card-buttons .qty-wrapper {
    	margin-bottom: 15px;
	}
	li.product.type-product .card-buttons .favorite-btn {
		right: 10px;
		bottom: 10px;
	}
}
@media (max-width: 400px) {
	li.product.type-product .card-buttons .favorite-btn {
		right: 5px;
		bottom: 5px;
	}
}

@media (max-width: 425px) {
    #header .logo-holder {
        max-width: 120px;
    }
}


body {
	.advants-block .advant-top {
		align-items: flex-start;
	}
	.cats-block .subs-list {
    	gap: 20px;
    	margin-top: 20px;
	}
	.footer-left {
		max-width: 260px;
	}
	
	#footer .docs-holder {
		margin-top: 0;
	}
	#footer .footer-logo {
		width:auto;
		max-width: 250px;
	}
	.footer-right {
		flex-shrink: 0;
		margin-left: auto;
	}
	#footer .menu-title {
		white-space: nowrap;
	}
	.breadcrumbs {
		color: var(--main-text-secondary);
		gap: 7px;
	}
	.breadcrumbs span {
		color: var(--main-text-secondary);
	}
	.user-btn-name {
		text-transform: capitalize;
	}
	.account-content .nav-menu-element:has(form) .button {
		    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
	padding-right: 40px;
    border-radius: 100px;
    border: 1px solid var(--primary);
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
	}
	.account-content .nav-menu-element:has(form) .exit-icon {
		position: absolute;
    	right: 10px;
	}
	.summary-wrapper .summary-center {
		width: 370px;
		flex-shrink: 0;
	}
	.steps-block .step-item {
		padding: 22px;
	}
	.theme-modal .cities {
		display: block;
		columns: 3;
    	padding: 20px 0;
	}
	.theme-modal .cities a {
		display: block;
    	margin-bottom: 10px;
	}
	.vi-gallery-second-block video {
		position: absolute;
    	top: 0;
    	left: 0;
	}
	.vi-gallery-second-block .preview {
		position: relative;
	}
}


@media (max-width: 1400px) {
	body {
		.dealer-block .wrapper {
        	padding: 8px;
    	}
		#footer .phone-value {
			font-size: 20px;
		}
		.footer-left {
			max-width: 220px;
		}
		.summary-wrapper .status-holder {
			padding: 8px;
			padding-bottom: 0;
    	}
		.summary-wrapper .price-holder {
			padding: 8px;
			padding-top: 0;
		}
		.summary-wrapper .vars-title {
        	padding: 12px 22px;
    	}
		.summary-wrapper .attrs-holder {
			padding: 22px;
        }
		.steps-block .form-holder {
        	padding: 22px;
    	}
		.table .string .element {
    		padding: 8px 12px;
		}
		
		.single-page.news .similars-item {
        	min-height: 80px;
			height: auto;
    	}
		.single-page.news .sim-img {
			height: initial;
			align-self: stretch;
		}
		.help-text-toggle-block .toggle-item {
        	padding: 16px;
    	}
		.docs-block .doc-item {
        	padding: 16px;
    	}
	}
	
}

@media (max-width: 1200px) {
	body {
		.cats-block .cats {
        	gap: 15px;
    	}
		.about-block .wrapper {
			padding: 40px 20px;
		}
		.advants-block .advant-item {
			padding: 0;

		}
		.advants-block .advant-top {
			padding: 14px;
			padding-bottom: 0;
			padding-top: 12px;
		}
		.mailing-block .left-side {
			padding: 30px 22px;
		}
		.text-holder p strong, .text-holder, .text-holder p, .text-holder li {
        	font-size: 16px;
    	}
		.footer-form {
			padding: 30px 12px;
			padding-bottom: 50px;
		}
		#footer .socs-holder {
        	margin-top: 0;
    	}
		#footer .footer-top {
			gap: 50px;
			flex-wrap: wrap;
		}
		#footer .docs-holder {
			width: 40%;
		}
		.summary-wrapper .summary-right {
			width: 40%;
			flex-grow: 0;
			order: 1;
		}
		.summary-wrapper .product-gallery {
        	min-width: auto;
        	width: 55%;
    	}
		.advants-block .advant-desc {
            padding: 0 22px;
            padding-bottom: 14px;
        }
		.advants-block .form-holder {
            padding: 22px;
        }
		.product-content .content-left-side {
        	padding: 22px;
    	}
		.product-content .content-right-side {
			padding: 22px;
		}
		.help-page-wrapper .nav-menu-element a {
			padding: 16px;
		}
		.help-banner-block .wrapper {
        	background-position: left;
    	}
		.contact-block .form-holder,
		.contact-block .contact-item {
			padding: 16px;
		}
	}
	
}

@media (max-width: 996px) {
	body {
		.cats-block .cat-holder {
        	padding: 20px;
    	}
		.dealer-block .info {
        padding: 20px;
		backdrop-filter: blur(10px);
		}
		.form-second-block .wrapper {
			padding: 40px 12px;
		}
		.advants-block .advant-desc {
			padding: 0 22px;
			padding-bottom: 14px;
		}
		.advants-block .form-holder {
			padding: 22px;
		}
		.advants-block .form-title {
			margin-left: 0;
		}
		.cats-block .sub-item {
			padding: 14px 0px;
		}
		li.product.type-product .woocommerce-loop-product__title {
			font-size: 16px;
			min-height: 39px;
		}
		.cats-block .cat-name {
			font-size: 18px;
		}
		.cats-block .btn {
			font-size: 14px;
		}		
		.mainbanner-block .subtitle {
			font-size: 18px;
		}
		.footer-left {
            max-width: 500px;
        }
		.summary-wrapper .product-gallery {
        	min-width: auto;
        	width: 55%;
    	}
		.reqs-block .file-holder {
        	padding: 22px;
			gap: 15px 10px;
    	}
		.text-news-block blockquote {
        	padding: 22px 22px 18px 22px;
    	}
	}
}

@media (max-width: 768px) {
	body {
		.about-block .btn {
        	margin-top: 10px;
    	}
		.mainbanner-block .btn {
			width: 100%;
			font-size: 14px;
		}
		.footer-left {
            max-width: 100%;
        }
		.seo-block .seo-text-holder {
        	padding: 30px 10px;
   		}
	}
}

@media (max-width: 760px) {
	body {
		.summary-wrapper .product-gallery {
            min-width: auto;
            width: 100%;
			max-width: 450px;
        }
		.summary-wrapper .summary-right {
			width: 100%;
			max-width: 450px;
		}
		.summary-wrapper .summary-center {
			width: 100%;
			max-width: 450px;
		}
	}
}

@media (max-width: 600px) {
	body {
		.cats-block .cat-top:has(+.sub-cats) {
        	margin-bottom: 15px;
    	}
		.cats-block .wrapper {
        	padding: 40px 0;
    	}
		.footer-right {
			grid-column: span 2;
			place-self: center;
		}
		#footer .footer-top {
			gap: 30px;
		}
		#footer .menu-item {
			width: 45%;
			flex-grow: 0;
		}
		#footer .docs-holder {
            width: 45%;
        }
		.footer-right {
			margin: auto;
		}
		.promo-block .left-side {
        	padding: 16px 24px;
    	}
		.theme-modal .cities {
			columns: 2;
		}
	}
	
	
}

@media (max-width: 498px) {
    #footer .docs-title {
        font-size: 16px;
    }
	#footer .doc-item {
		font-size: 14px;
	}
	body .single-page.news .sim-name {
        padding: 10px;
    }
}

@media (max-width: 400px) {
	body {
		.mainbanner-block .btn {
			width: 100%;
			font-size: 14px;
		}
		.account-content .nav-menu-element:has(form) {
			width: 100%;
		}
		.account-content .nav-menu-element form {
        	width: 100%;
    	}
		.account-content .nav-menu-element:has(form) .button {
			width: 100%;
		}
		.steps-block .form-bot {
        	gap: 15px;
    	}
	}
}
