@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald SemiBold"),
		local("Oswald-SemiBold"),
		url("../fonts/Oswald/Oswald-SemiBold.woff") format("woff"),
		url("../fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald ExtraLight"),
		local("Oswald-ExtraLight"),
		url("../fonts/Oswald/Oswald-ExtraLight.woff") format("woff"),
		url("../fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald Light"),
		local("Oswald-Light"),
		url("../fonts/Oswald/Oswald-Light.woff") format("woff"),
		url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald Bold"),
		local("Oswald-Bold"),
		url("../fonts/Oswald/Oswald-Bold.woff") format("woff"),
		url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald Regular"),
		local("Oswald-Regular"),
		url("../fonts/Oswald/Oswald-Regular.woff") format("woff"),
		url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Oswald";
	src:
		local("Oswald Medium"),
		local("Oswald-Medium"),
		url("../fonts/Oswald/Oswald-Medium.woff") format("woff"),
		url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Neuron";
	src:
		local("Neuron Regular"),
		local("Neuron-Regular"),
		url("../fonts/Neuron/Neuron.woff2") format("woff2"),
		url("../fonts/Neuron/Neuron.woff") format("woff"),
		url("../fonts/Neuron/Neuron.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
.header .main-menu ul li a::after {
	content: "";
	background-image: url(../img/icon/Icon_arrow_white.svg);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
.lazy-load-image {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.lazy-load-image.loaded {
	opacity: 1;
}
.d-flex {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.--just-space {
	justify-content: space-between;
}

.--just-center {
	justify-content: center;
}

.--just-end {
	justify-content: flex-end;
}

.--align-str {
	align-items: stretch;
}

.--align-center {
	align-items: center;
}

.--align-end {
	align-items: flex-end;
}

.--dir-col {
	flex-direction: column;
}

html {
	font-size: 16px;
}

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

body {
	font-size: 1rem;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

article,
.content-area {
	max-width: var(--xlWidth);
	width: 100%;
	margin: 0 auto;
	padding-bottom: 200px;
}
.entry-title {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	color: var(--black);
	margin-top: 70px;
	margin-bottom: 70px;
}
.page-top {
	padding-top: 100px;
}
.site-main,
.main-fon,
.about,
.contacts,
.certificates,
.news,
.no-results {
	position: relative;
	overflow: hidden;
}
.camouflage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: top;
	z-index: -1;
}
.no-results,
.results {
	padding-top: 100px;
	padding-bottom: 200px;
}
.wp-block-image figcaption {
	text-align: center;
}
.has-text-align-center {
	margin-bottom: 70px;
}
input[type="text"],
input[type="reset"],
input[type="submit"],
button,
select,
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button {
	border: 0;
	border-radius: 0;
	color: var(--black);
}
/* .pickgradient {
	background: rgb(0 0 0 / 80%);
	height: inherit;
} */
.grecaptcha-badge {
	visibility: hidden;
}
/* модальное окно */
#overlay-modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999;
	-webkit-animation: fade 0.6s;
	-moz-animation: fade 0.6s;
	animation: fade 0.6s;
	overflow: auto;
}
.popup {
	top: 15%;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 150%;
	/* or 24px */
	margin: auto;
	width: 85%;
	min-width: 320px;
	max-width: 768px;
	position: absolute;
	padding: 30px 60px 30px 50px;
	background-color: var(--black);
	background-image: url(../img/fon-dropdown.png);
	color: var(--white);
	z-index: 1000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:
		0 15px 20px rgba(0, 0, 0, 0.22),
		0 19px 60px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:
		0 15px 20px rgba(0, 0, 0, 0.22),
		0 19px 60px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:
		0 15px 20px rgba(0, 0, 0, 0.22),
		0 19px 60px rgba(0, 0, 0, 0.3);
	box-shadow:
		0 15px 20px rgba(0, 0, 0, 0.22),
		0 19px 60px rgba(0, 0, 0, 0.3);
	-webkit-animation: fade 0.6s;
	-moz-animation: fade 0.6s;
	animation: fade 0.6s;
}
.popup h4 {
	text-transform: uppercase;
}
.close-box {
	justify-content: center;
	display: flex;
	width: 100%;
	position: unset;
	height: 30px;
}
.close {
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}
.close:before {
	content: "";
	background-image: url("../img/icon/Icon_close_white.svg");
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 30px;
	height: 30px;
	display: block;
}

/* англ версия */
.lang {
	padding: 0;
	align-items: center;
	justify-content: flex-start !important;
}
.lang li {
	list-style: none;
	display: flex;
	align-items: center;
}
.lang li {
	list-style: none;
	display: flex;
	align-items: center;
}
.lang li a {
	text-decoration: none;
}
.lang li::after {
	content: "/";
	margin: 0 5px;
	display: block;
}
.lang li:last-child::after {
	content: "";
}
.social-lang {
	align-items: center;
}
.slider-block {
	display: grid;
	transition: transform 0.3s ease;
	gap: 0px;
	width: 100%;
}
.slider-block .slide {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
.slider-block .slide img {
	display: block;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
/* переменные */
:root {
	--xsWidth: 360px;
	--smWidth: 480px;
	--mdWidth: 768px;
	--lgWidth: 1000px;
	--xlWidth: 1300px;
}
/* цвета */
:root {
	--black: #333333;
	--black-600: #646464;
	--black-300: #d1d1d1;
	--black-400: #acacac;
	--black-500: #bbbbbb;
	--white: #ffffff;
	--red: #ff4f28;
	--yellow: #ffd863;
	--green-dark: #4e562b;
	--green-light: #a2b05b;
}
/* основная сетка */
.container {
	max-width: var(--xlWidth);
	width: 100%;
	margin: 0 auto;
}
/* основные стили */
body {
	margin: 0;
	padding: 0;
	font-family: "Neuron";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
}
body.modal-open {
	overflow: hidden;
}
h1 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 128px;
	line-height: 154px;
	color: var(--yellow);
}
h2 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 77px;
	margin-left: 328px;
	text-transform: uppercase;
}
h3 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
}
.shop-custom__item h2 {
	font-size: 40px;
	line-height: 1.4;
	margin-left: 0;
}
.shop-custom__item h3 {
	font-size: 32px;
	line-height: 1.4;
}
h4 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
a {
	color: var(--black);
}
.btn {
	padding: 17px 16px;
	width: 306px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.btn-black {
	background-color: var(--black);
	position: relative;
	text-decoration: none;
}
.btn-black:hover {
	background-color: var(--green-dark);
}
.btn span {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	margin-left: 40px;
}
.btn-black span {
	color: var(--white);
}
.btn span::before {
	position: absolute;
	content: "";
	background-image: url(../img/icon/Icon_arrow.svg);
	background-repeat: no-repeat;
	float: left;
	left: 17px;
	padding: 0;
	text-align: center;
	width: 24px;
	height: 24px;
}
.btn-black span::before {
	position: absolute;
	content: "";
	background-image: url(../img/icon/Icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center center;
	top: 17px;
	left: 17px;
	padding: 0;
	text-align: center;
	width: 24px;
	height: 24px;
}
.no-results .btn-black a {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.btn-width {
	width: 100%;
}
.plus a::before {
	content: "";
	background-image: url(../img/icon/Icon_plus_white.svg);
	background-repeat: no-repeat;
	float: left;
	left: 0;
	padding: 0;
	margin-right: 20.5px;
	text-align: center;
	width: 24px;
	height: 24px;
}
button.plus {
	cursor: pointer;
}
button.plus::before {
	content: "";
	background-image: url(../img/icon/Icon_plus_white.svg);
	background-repeat: no-repeat;
	float: left;
	left: 0;
	padding: 0;
	margin-right: 20.5px;
	text-align: center;
	width: 24px;
	height: 24px;
}
button.btn-black span::before {
	display: none;
}
hr {
	background-color: var(--black);
	height: 1px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.main-banner {
	position: relative;
	text-align: center;
}
.main-banner img {
	width: 100%;
	/* opacity: 0.8; */
}
.main-banner h1 {
	position: absolute;
	top: 244px;
	z-index: 1;
	width: inherit;
	text-transform: uppercase;
	word-wrap: break-word;
	text-shadow: 0 0 15px black;
}
.title-page {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.yellow {
	color: var(--yellow);
}
.breadcrumb {
	position: absolute;
	top: 20px;
	z-index: 1;
	width: 100%;
}
.breadcrumb ul {
	padding: 10px 16px;
	list-style: none;
	text-align: left;
}
.breadcrumb ul li {
	display: inline;
	font-size: 18px;
}
.breadcrumb ul li + li:before {
	padding: 5px;
	color: var(--white);
	content: "/\00a0";
}
.breadcrumb ul li a {
	color: var(--white);
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.kama_breadcrumbs {
	padding: 10px 16px;
	list-style: none;
	text-align: left;
}
.kama_breadcrumbs a {
	font-size: 18px;
	color: var(--white);
	text-decoration: none;
}
.kama_breadcrumbs a:hover,
.kb_title {
	color: rgba(255, 255, 255, 0.5);
}
.kb_title {
	font-size: 18px;
}
.kb_sep {
	padding: 5px;
	color: var(--white);
}

/* главный слайдер */
.swiper.swiper-1 {
	height: 1440px;
}
.main-slider {
	overflow: hidden;
}
.main-slider .swiper-slide {
	text-align: center;
}
.main-slider .swiper-slide img {
	width: 100%;
	object-fit: cover;
}
.main-slider .swiper-pagination-bullet {
	border: 1px solid var(--white);
	width: 10px;
	height: 10px;
}
.main-slider .swiper-pagination-bullet-active {
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
.main-slider__nav {
	position: absolute;
	width: 100%;
	top: 70px;
}
.main-slider__nav .container {
	position: relative;
}
.main-slider__nav .swiper-pagination {
	text-align: left;
	/* left: 332px; */
	margin-left: 328px;
}

/* swiper-product */
.products-head {
	position: relative;
	align-items: center;
	margin-bottom: 50px;
}
.products-nav {
	width: 100px;
	position: inherit;
	margin-left: auto;
}
/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "" !important;
	background-image: url(../img/icon/Icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	transform: rotate(-135deg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "" !important;
	background-image: url(../img/icon/Icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
} */
.swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.swiper-button-prev {
	transform: rotate(-135deg);
}
.swiper-button-next {
	transform: rotate(45deg);
}

/* Главная страница */
.swiper-slide h1 {
	position: absolute;
	top: 244px;
	z-index: 1;
	width: inherit;
}
/* каталог - главн стр*/
.main-catalog {
	padding-top: 200px;
}
.catalog-items {
	gap: 1px;
}
.catalog-item {
	position: relative;
	max-width: 431px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden; /* Скрываем всё за контуром */
}
.catalog-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(78, 86, 43, 0.7);
}
.catalog-item:hover:after {
	top: -100%;
}
.catalog-item img {
	width: inherit;
	display: block;
	transition-property: scale;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.catalog-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog-item span {
	position: absolute;
	font-family: "Oswald";
	font-weight: 700;
	font-size: 40px;
	line-height: 59px;
	text-transform: uppercase;
	color: var(--white);
	z-index: 2;
}

.main-catalog .btn-black {
	margin-top: 100px;
	margin-left: 328px;
}
/* новинки - главн стр*/
.new-products {
	padding-top: 200px;
}
.product-items,
.product-items .swiper-wrapper {
	align-self: stretch;
}
.product-item {
	display: block;
	text-decoration: none;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
	position: relative;
	border-top: 1px solid var(--black);
	border-right: 1px solid var(--black);
	padding: 60px 20px 0;
}
.product-items .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid var(--black);
	border-right: 1px solid var(--black);
	height: auto;
}
ul {
	list-style-type: none;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
	margin: 0 !important;
	padding: 20px !important;
	padding-top: 60px !important;
	overflow: hidden;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	margin: unset;
	border-radius: unset;
	min-height: 2rem;
	line-height: 2rem;
	padding: 4px 10px;
}
.woocommerce span.onsale {
	top: 0;
	left: 0;
}
.product-item__img {
	height: 301px;
	overflow: hidden;
}
.product-item__img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	transition: 0.5s; /* Время эффекта */
}
.product-item__img img:hover {
	transform: scale(1.1); /* Увеличиваем масштаб */
}
.badge {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: var(--white);
	background-color: var(--black);
	padding: 5px;
	width: fit-content;
	position: absolute;
	top: 20px;
}
.product-item__name,
.woocommerce-loop-product__title {
	display: block;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--black);
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.product-item__txt {
	line-height: 21px;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	/* white-space: nowrap; Запрещаем перенос строк */
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	text-overflow: ellipsis; /* Добавляем многоточие */
	margin-bottom: 20px;
}
.swiper-slide .product-item__txt {
	padding: 0 20px;
}
.swiper-slide .product-item__txt > p {
	margin: 0;
}
.product-item__price,
.woocommerce-Price-amount {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	/* margin-top: 40px; */
	color: var(--black);
	padding: 0 10px 20px;
}
/* Последние Новости - главн стр */
.lates-news {
	padding-top: 200px;
}
.news-posts {
	margin-bottom: 100px;
	flex-wrap: wrap;
	gap: 100px 20px;
}
.news-posts .news-post {
	max-width: 310px;
	width: 100%;
}
.news-post:last-child {
	margin-right: 0px;
}
.post-date {
	margin-bottom: 15px;
	position: inherit;
}
.post-name {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.post-preview {
	display: -webkit-box;
	/* -webkit-line-clamp: 8; */
	-webkit-box-orient: vertical;
	/* white-space: nowrap; Запрещаем перенос строк */
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	text-overflow: ellipsis; /* Добавляем многоточие */
}
.first-post {
	margin-bottom: 100px;
	justify-content: space-between;
	gap: 20px;
}
.logo-pay {
	display: flex;
	align-items: center;
	width: 400px;
	gap: 10px;
	height: auto;
}
.logo-pay svg {
	width: auto;
}
.first-post .post-name {
	max-width: 446px;
}
.first-post .post-preview {
	max-width: 642px;
}
.first-post .post-img {
	height: 479px;
	width: 100%;
}
.first-post .post-img img {
	height: inherit;
	width: inherit;
	object-fit: contain;
	object-position: right;
}
/* Наше видео */
.our-video {
	padding-bottom: 100px;
}
.our-video h2 {
	margin-bottom: 50px;
}
.swiper-video-slider.slider-block {
	gap: 20px;
}
.our-video .products-nav {
	display: none;
}
.desktop-video__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
/* .mobile-video__items {
	display: none;
} */
.desktop-video__item {
	width: 100%;
	overflow: hidden;
}
.mobile-video__item {
	overflow: hidden;
	text-align: center;
}
/* .desktop-video__item:last-child {
    max-width: 100%;
} */
.desktop-video__img,
.mobile-video__img {
	width: inherit;
	height: 240px;
	margin-bottom: 20px;
}
.desktop-video__item img,
.mobile-video__item img {
	width: inherit;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.desktop-video__item a,
.mobile-video__item a {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}
.our-video .btn {
	margin-top: 100px;
	margin-left: 328px;
	border: 1px solid var(--black);
}
.our-video .btn:hover {
	background-color: var(--green-dark);
	border-color: var(--green-dark);
	color: var(--white);
}
.our-video .btn:hover span:before {
	background-image: url("../img/icon/Icon_arrow_white.svg");
}
/* Рекомендуемые товары - главн стр */
.recommend-products {
	padding: 200px 0;
}
/* Акции */
.mw-1620 {
	max-width: 1620px;
}
.stocks-products {
	padding: 100px 0;
}
.stocks-complects {
	padding-top: 100px;
}
.stocks-complects h3 {
	margin-bottom: 60px;
}
.stock-description {
	justify-content: space-between;
}
.stocks-description__item {
	max-width: 420px;
	width: 100%;
}
.stocks-description__item h4 {
	text-transform: uppercase;
}
.stocks-description__item h4:first-child {
	margin-bottom: 20px;
}
.stocks-description__item h4 span,
.products-head__h2 span {
	color: var(--green-light);
	text-transform: uppercase;
}
.stocks-complects .product-items {
	padding-top: 100px;
}
.stocks-complects .product-items .swiper-slide {
	border: 0;
}
.stocks-complects .swiper-pagination {
	display: none;
}
.stocks-complects .product-item {
	padding: 0 10px;
}
.stocks-complects .product-item__txt,
.stocks-complects .product-item__price {
	padding: 0;
}
.stocks-complects .product-item__txt {
	display: -webkit-box;
	/* -webkit-line-clamp: inherit; */
	max-width: 370px;
	line-height: 150%; /* 24px */
}
.stocks-complects ul {
	padding-left: 20px;
}
.stocks-complects .woocommerce-Price-amount {
	padding: 0;
}
.stocks-complects .quantity,
.stocks-complects .stock {
	display: none;
}
.stocks-complects button {
	background-color: var(--black);
	color: #ffffff;
	font-family: Oswald;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	width: -webkit-fill-available;
	margin: 0 10px;
	margin-top: 30px;
	padding: 17px 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.stocks-complects button:hover {
	background-color: var(--green-dark);
}
.stocks-complects .product-item .product-item__img {
	max-height: 682px;
}
.products-head__h2 h2 {
	margin-bottom: 40px;
}
.products-head__h2 span {
	font-size: 18px;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	color: var(--green-light);
}
.products-head__h2 p {
	display: inline-block;
	margin: 0;
	margin-left: 328px;
	max-width: 632px;
	width: 100%;
}
/* online-pay */
.onlinepay {
	padding-bottom: 100px;
}
.onlinepay p {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.onlinepay-items {
	justify-content: space-around;
}

.logo-pay .mobile {
	display: none;
}
.footer {
	border-top: 1px solid var(--black);
}
.footer .logo {
	border-right: 1px solid var(--black);
	padding: 103px 45px;
}
.footer .logo img {
	width: 240px;
	height: 253px;
}
.footer-content {
	width: 100%;
	/* flex-shrink: 0; */
}
.footer-top {
	/* border-bottom: 1px solid var(--black); */
	padding: 30px 56px;
	padding-right: 0;
}
.footer .social {
	margin-right: 196px;
}

.footer .social a {
	margin-right: 15px;
}
.footer .social a:last-child {
	margin-right: 0;
}
.footer .phone {
	margin-right: auto;
}
.copyright {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: var(--black-600);
}
.footer-bottom {
	padding: 51.5px 56px;
	padding-right: 0;
}
.footer ul {
	padding-left: 0;
}
.footer ul li {
	list-style: none;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: var(--black);
	margin-bottom: 15px;
}
.footer ul li a {
	text-decoration: none;
}
.footer-col1 {
	margin-right: 150px;
}
.footer-col2 {
	margin-right: auto;
}
.footer .first-menu li:first-child,
.footer .second-menu li:first-child,
.footer .fourth-menu li {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--black);
}
.footer .first-menu li:first-child a::after,
.footer .second-menu li:first-child a::after,
.footer .fourth-menu li a::after {
	content: "";
	background-image: url(../img/icon/Icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	float: right;
	left: 0;
	padding: 0;
	margin-left: 14.5px;
	text-align: center;
	width: 24px;
	height: 24px;
}
.footer .second-menu {
	margin-bottom: 50px;
}
.footer .fourth-menu li {
	margin-bottom: 23px;
	text-align: right;
}
/* стр О компании */
.about {
	padding: 30px 0;
}
.about-item {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.about-img {
	margin-bottom: 35px;
}
.about-h {
	display: block;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* техническая страница */
.about .title-page {
	margin: 70px 0;
}
/* стр КАПЫ:faq */
.faq-caps {
	padding-top: 100px;
	padding-bottom: 200px;
}
.faq-caps h2 {
	margin-bottom: 100px;
}
.faq-items {
	flex-wrap: wrap;
	gap: 70px 20px;
	margin-bottom: 200px;
}
.faq-item {
	max-width: 420px;
	width: 100%;
}
.faq-count {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.faq-bottom {
	margin-left: 328px;
}
.faq-bottom h2 {
	margin-bottom: 0px;
	margin-left: 0px;
}
.faq-bottom h4 {
	text-transform: uppercase;
}
/* стр Сертификаты */
.certificates {
	padding-top: 100px;
	padding-bottom: 200px;
}
.certificates-item {
	margin-bottom: 100px;
}
.certificate-name {
	max-width: 380px;
	width: 100%;
	margin-right: 20px;
}
.certificate-name span {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
	color: var(--green-dark);
	max-width: 380px;
	width: 100%;
	margin-right: 20px;
}
.certificate-name a {
	display: block;
}
.certificate-imgs {
	flex-wrap: wrap;
	gap: 15px 30px;
}
.certificate-img {
	width: 380px;
	height: 530px;
}
.certificate-img img {
	width: 100%;
	height: 100%;
}
/* стр Новости */
.news {
	padding-top: 100px;
	padding-bottom: 200px;
}
/* .news .first-post {
    margin-left: 328px;
    max-width: 970px;
    width: 100%;
} */
.news .first-post .post-name {
	max-width: 446px;
	width: 100%;
}
/* .news .first-post .post-img img {
} */
.first-post .btn {
	max-width: inherit;
	width: 100%;
}
.post-discr .btn {
	margin-top: 30px;
}
/* стр Статья */
.article-post {
	margin-top: 100px;
	margin-bottom: 50px;
}
.post-content {
	margin-right: 20px;
}
.post .post-name {
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: 50px;
	max-width: 650px;
	width: 100%;
}
.post .post-img {
	margin-top: 0;
}
.post .post-img img {
	margin-bottom: 15px;
	width: 420px;
	height: 215px;
}
.post .post-img img:last-child {
	margin-bottom: 0px;
}
.news h3 {
	margin-bottom: 100px;
}
.post-content .n2-section-smartslider span {
	font-family: "Neuron" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 150% !important;
	color: var(--black) !important;
}
/* Контакты */
.contacts {
	padding-top: 100px;
	padding-bottom: 200px;
}
.contacts-items {
	padding-bottom: 100px;
}
.contacts-item {
	width: 50%;
}
.contacts-items .logo {
	width: 70px;
	height: 72px;
	margin-bottom: 25px;
}
.contacts-item__el {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contacts-item__el a {
	display: block;
	margin: 2px 0;
}
.store_address_item {
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
}
.store_address_item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.contacts-item__el span {
	display: block;
	font-weight: 500px;
	font-size: 18px;
	line-height: 27px;
	color: var(--black-500);
	text-transform: none;
	text-decoration-line: underline;
}
.contacts .map {
	margin-bottom: 30px;
}
.form {
	padding: 48px 32px;
	box-shadow: 0px 0px 16px rgba(65, 65, 65, 0.15);
}
.form h4 {
	text-transform: uppercase;
}
.form p {
	color: var(--black-400);
}
.form label {
	display: block;
}
.form label span {
	color: var(--red);
	padding-left: 16px;
}
.form input {
	display: block;
	padding: 16px;
	color: var(--black-400);
	border: 1px solid var(--black-400);
}
.form .send {
	display: block;
	width: 100%;
	color: var(--white);
}
.map h3 {
	margin-bottom: 50px;
}
.map img {
	width: 100%;
}
.map iframe {
	border: 0;
}
/* form */
.wpcf7-form {
	max-width: 640px;
	width: 100%;
	box-shadow: 0px 0px 16px rgba(65, 65, 65, 0.15);
	padding: 48px 32px;
	background-color: var(--white);
}
.wpcf7-form h4 {
	text-transform: uppercase;
}
.wpcf7-form label {
	position: relative;
}
.wpcf7-form .form-txt {
	position: absolute;
	display: flex;
	top: 10px;
	left: 10px;
	z-index: 2;
	background-color: white;
	padding: 0 6px;
	word-break: normal;
}
.wpcf7-form .form-radio .form-txt {
	top: -10px;
}
.wpcf7-form .form-radio {
	width: 100%;
	padding: 16px;
	border: 1px solid #acacac;
	margin-bottom: 17px;
	position: relative;
}
.wpcf7-form .form-radio label {
	position: initial;
}
.wpcf7-form p .asterisk,
.wpcf7-form .form-radio .asterisk {
	color: var(--red);
	margin-right: 5px;
}
.wpcf7-form .form-textarea .form-txt {
	margin-bottom: 20px;
	top: -10px;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 16px;
	color: #acacac;
	border: 1px solid #acacac;
	margin-bottom: 17px;
}
.wpcf7 input:active,
.wpcf7 input:focus {
	color: var(--black);
}
.wpcf7-submit {
	background-color: var(--black);
	color: var(--white) !important;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}
.wpcf7-submit::before {
	content: "";
	background-image: url(../img/icon/Icon_arrow_white.svg);
	background-repeat: no-repeat;
	float: left;
	left: 0;
	padding: 0;
	margin-right: 20.5px;
	text-align: center;
	width: 24px;
	height: 24px;
}
.wpcf7-list-item label {
	display: flex;
}
.wpcf7-list-item label input[type="radio"],
.wpcf7-list-item label input[type="checkbox"] {
	width: auto;
}
.wpcf7-list-item label input[type="checkbox"] {
	color: var(--yellow);
	border-color: var(--yellow);
}
.wpcf7-radio {
	display: flex;
	flex-direction: column;
}
/* 404 */
.error-404 {
	padding-top: 100px;
	padding-bottom: 200px;
	background-color: var(--black);
	background-image: url(../img/fon-dropdown.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: var(--yellow);
}
.error-404 .d-flex {
	justify-content: space-between;
	gap: 20px;
}
.error-404 .right-box {
	text-align: center;
}
.error-404 h1 {
	font-size: 250px;
	line-height: 120%;
	/* identical to box height, or 300px */
	text-align: center;
}
.error-404 p {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	/* or 77px */
	text-align: center;
	text-transform: uppercase;
	max-width: 639px;
	width: 100%;
	margin-bottom: 50px;
}
.error-404 .btn-yellow {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 306px;
	width: 100%;
	border: 1px solid var(--yellow);
	color: var(--yellow);
	text-decoration: none;
}
.error-404 .btn-yellow span {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.error-404 .btn-yellow span::before {
	content: "";
	background-image: url(../img/icon/Icon_arrow_yellow.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
	left: 17px;
	top: 17px;
	padding: 0;
	text-align: center;
	width: 24px;
	height: 24px;
}
.error-404 img {
	width: 100%;
}

/* page Video */
.page-video .video__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 1rem;
	column-gap: 1rem;
	padding: 50px 0;
}

.page-video .video__container {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 15px;
	height: 0;
	overflow: hidden;
}

.page-video .video__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* СЕО текстовый блок */

.page__content {
	padding-bottom: 60px;
}

.header_page_content {
	padding: 19px 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.page__content h1 {
	font-size: 32px;
	line-height: 1.4;
	color: var(--black);
	text-transform: uppercase;
}
.page__content h2 {
	font-size: 20px;
	color: var(--black);
	margin-left: unset;
	line-height: 1.4;
	margin-top: 40px;
}
.page__content h3 {
	font-size: 18px;
	line-height: 1.4;
	text-transform: unset;
	position: relative;
	margin-top: 45px;
}
.page__content h3:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 1px;
	max-width: 147px;
	background-color: var(--black);
}
.inner_page_content {
	max-width: 750px;
}
.inner_page_content ul {
	padding: 15px;
}
.current_catalog_tags {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.current_catalog_tags a {
	border: 1px solid var(--black);
	box-sizing: border-box;
	display: block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: -1px;
	margin-right: -1px;
	min-width: 182px;
	transition: all 300ms;
	height: calc(100% - -1px);
}
.current_catalog_tags a:hover {
	background-color: var(--black);
	color: #fff;
	transition: all 300ms;
}

.product .product_meta {
	display: flex;
	flex-direction: column;
}
.product .product_meta .tagged_as {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.product .product_meta .tagged_as a {
	border: 1px solid var(--black);
	box-sizing: border-box;
	padding: 6px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: -1px;
	margin-right: -1px;
	transition: all 300ms;
	background-color: #fff;
}
.product .product_meta .tagged_as a:hover {
	background-color: var(--black);
	color: #fff;
	transition: all 300ms;
}

.cookie_warning {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	background-color: var(--white);
	padding: 5px 10px;
	border-radius: 8px;
	box-shadow: 0px 0px 16px rgba(65, 65, 65, 0.15);
	transition: ease-in-out 250ms;
	z-index: 1000;
	max-width: 35%;
	opacity: 0;
	visibility: hidden;
}

.inner_cookie_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cookie_warning.show {
	display: block;
	opacity: 1;
	visibility: visible;
}

.cookie_warning p {
	font-size: 14px;
	line-height: 1.4;
}

.cookie_warning .cookie_btn {
	color: #fff;
	font-size: 14px;
	background-color: var(--black);
	border-radius: 6px;
	padding: 4px 8px;
	transition: ease-in-out 250ms;
	cursor: pointer;
}

.cookie_warning .cookie_btn:hover {
	background-color: var(--green-dark);
}

.woocommerce-cart-form__contents {
	font-family: "Oswald";
	font-style: normal;
}
.woocommerce-cart-form__contents th {
	background-color: var(--black-300);
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.woocommerce a.remove {
	color: var(--black) !important;
}
.woocommerce a.remove:hover {
	background: var(--black);
}
.woocommerce-cart-form__contents .product-name,
.woocommerce-cart-form__contents .product-subtotal {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
}
.woocommerce-cart-form__contents .product-name a {
	text-transform: uppercase;
	text-decoration: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 90px;
}
.woocommerce table.shop_table {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: var(--black);
}

.woocommerce td.product-name dl.variation dd p {
	display: contents;
}

.cart_totals h2 {
	margin-left: 0;
	background-color: var(--black-300);
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	padding: 15.5px 56px;
}
.cart_totals th {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.cart-subtotal .amount {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
}
.order-total .amount {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 47px;
	text-transform: uppercase;
}
.checkout-button {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: left !important;
	background-color: var(--black);
}
.checkout-button::before {
	content: "";
	background-image: url(../img/icon/Icon_arrow_white.svg);
	background-repeat: no-repeat;
	float: left;
	left: 0;
	padding: 0;
	margin-right: 20.5px;
	text-align: center;
	width: 24px;
	height: 24px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--black);
	color: #fff;
	border-radius: 0;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 18.5px 56px;
	text-transform: uppercase;
	width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: var(--green-dark);
}

.woocommerce-EditAccountForm button.button {
	background-color: var(--black);
	border-radius: 0;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 18.5px 56px;
	text-transform: uppercase;
	color: var(--white);
}
.woocommerce-EditAccountForm button.button:hover {
	background-color: var(--green-dark);
	color: var(--white);
}
.woocommerce .quantity .qty {
	width: 88px;
	height: 58px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	border: 1px solid var(--black);
	width: 310px;
	height: 58px;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	background-color: var(--white) !important;
}
.woocommerce ul.products li.product .button {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	border-radius: 0;
	color: var(--white);
	background-color: var(--black);
}
.woocommerce div.product form.cart .button {
	color: var(--white);
	background-color: var(--black);
	opacity: 1;
	width: inherit;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
	background-color: var(--green-dark) !important;
	opacity: 1;
}
.woocommerce .woocommerce-breadcrumb {
	padding: 10px 16px;
	font-family: "Neuron";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
}

/* кастомный вывод товаров */
.shop-custom .kama_breadcrumbs span {
	color: var(--black);
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-review-link {
	text-decoration: none;
}
.woocommerce div.product form.cart .variations th {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: left;
	padding-right: 10px;
}
.woocommerce div.product .entry-summary .badge {
	top: 0;
}

.woocommerce div.product .entry-summary p.stock {
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce div.product .entry-summary .product_title {
	margin-top: 40px !important;
}
.woocommerce div.product .entry-summary p.price,
.woocommerce div.product .entry-summary .woocommerce-Price-amount {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 50px;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	border-radius: 0px;
	border: 1px solid var(--black);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-color: var(--black) !important;
}
.woocommerce div.product form.cart .button {
	text-align: left;
}
.single_add_to_cart_button::before {
	content: "";
	background-image: url(../img/icon/Icon_basket_white.svg);
	background-repeat: no-repeat;
	float: left;
	left: 0;
	padding: 0;
	margin-right: 16px;
	text-align: center;
	width: 24px;
	height: 24px;
}
.thwvsf-wrapper-ul li {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	line-height: 21px;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
}
img.swatch-preview.swatch-image {
	margin: 0;
	width: 41px;
	height: 41px;
	border-radius: 3px;
}
.woocommerce .star-rating span::before {
	color: var(--yellow);
}
.shop-custom .product-items {
	flex-wrap: wrap;
}
.shop-custom .product-items .product-item {
	max-width: 323px;
	width: 100%;
}
.woocommerce div.product .out-of-stock,
.woocommerce div.product .stock {
	color: #ffffff;
}
.variations tr {
	display: flex;
	flex-direction: column;
}
.summary .woocommerce-product-details__short-description,
.variations tr,
.woocommerce div.product p.stock {
	margin-bottom: 50px;
}
/* sidebar-catalog */
.sidebar-catalog {
	margin-right: 110px;
	min-width: 220px;
}
.sidebar-catalog > ul {
	flex-direction: column;
}
.sidebar-catalog .menu-item-has-children .sub-menu {
	display: none;
	background-color: #f7f7f7;
	font-family: "Neuron";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	gap: 10px;
}
.sidebar-catalog .menu-item-has-children .sub-menu a:hover {
	text-decoration: underline;
}
.sidebar-catalog .menu-item-has-children .active:first-child {
	flex-direction: row;
	background-color: var(--black);
	color: var(--white);
	justify-content: space-between;
	align-items: center;
}
.sidebar-catalog .menu-item-has-children .active {
	display: flex;
	flex-direction: column;
}
.sidebar-catalog > ul > li {
	border-bottom: 1px solid var(--black);
}
.sidebar-catalog > ul > li > a {
	display: block;
	padding: 20px;
}
.sidebar-catalog .menu-item-has-children {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
}
.sidebar-catalog .menu-item-has-children > a::after {
	content: "";
	background-image: url(../img/icon/Icon_plus.svg);
	background-repeat: no-repeat;
	float: right;
	right: 0;
	padding: 0;
	text-align: center;
	width: 24px;
	height: 24px;
}
.sidebar-catalog .menu-item-has-children > .active::after {
	background-image: url(../img/icon/Icon_close_white.svg) !important;
}
/* страница категории */
.woocommerce-products-header h1,
.products h2 {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: or 58px;
	text-transform: uppercase;
	color: var(--black);
}
.products h2 {
	margin-left: 0;
}
.shop-custom__items {
	margin-top: 70px;
}
.woocommerce .related h2 {
	margin-bottom: 50px;
}
.woocommerce .related .products ul,
.woocommerce .related ul.products {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 33.3%;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
	margin: 0;
	width: 25%;
}
.woocommerce .woocommerce-ordering select {
	font-family: "Neuron";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
	padding: 6px;
}
.shop-custom__item {
	width: -webkit-fill-available;
}
/* Оформление заказа */
.woocommerce .checkout {
	display: flex;
}
.woocommerce-checkout .col2-set {
	display: flex;
	flex-direction: column;
}

.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	width: 80%;
}
#order_review_heading {
	display: none;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout-review-order-table thead th {
	width: 100%;
	background-color: #d1d1d1;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 18.5px 56px !important;
}
.woocommerce-billing-fields label {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.woocommerce-billing-fields input,
.woocommerce form .form-row textarea {
	font-family: "Neuron";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.woocommerce form .form-row label,
.woocommerce form .form-row input,
.select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row textarea,
.cart-subtotal th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table .product-name {
	padding-left: 56px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: none;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right;
}
.cart-subtotal th,
.woocommerce table.shop_table tfoot th,
.woocommerce-EditAccountForm label {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.woocommerce table.shop_table {
	border: none;
}
.select2-container--default .select2-selection--single {
	border: 1px solid var(--black);
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 10px;
	padding-bottom: 10px;
}
.select2-container .select2-selection--single {
	height: auto;
}
.woocommerce form .form-row {
	margin: 0 0 16px;
}
.woocommerce-additional-fields {
	margin-top: 100px;
}
.woocommerce form .form-row textarea {
	height: 100px;
}
.woocommerce-additional-fields__field-wrapper label {
	display: none !important;
}
/* Личный кабинет */
.woocommerce .woocommerce-MyAccount-navigation ul {
	flex-direction: column;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding-top: 18.5px;
	padding-bottom: 18.5px;
	border: 0px;
	border-bottom: 1px solid var(--black);
}
.woocommerce form fieldset .form-row label {
	padding-left: 44px;
}
.u-columns {
	display: flex;
	justify-content: space-between;
}
.u-columns .u-column1,
.u-columns .u-column2 {
	max-width: 530px;
	width: 100%;
	box-shadow: 0px 0px 16px rgba(65, 65, 65, 0.15);
	padding: 48px 32px;
	background-color: var(--white);
}
.u-columns .u-column1 form .form-row input.input-text,
.u-columns .u-column2 form .form-row input.input-text {
	border: 1px solid #acacac;
}
.u-columns .u-column1 form .form-row label,
.u-columns .u-column2 form .form-row label {
	position: relative;
	padding-left: 0;
}
.u-columns form .form-row label .form-txt {
	position: absolute;
	display: flex;
	top: -15px;
	left: 10px;
	z-index: 2;
	background-color: white;
	padding: 0 6px;
	word-break: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce form.register button.button {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	background-color: var(--black);
	color: #ffffff;
	width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	padding: 21px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit img,
.woocommerce form.register button.button img {
	margin-right: 20px;
}
.lost_password a {
	text-decoration: none;
}
.remme-box {
	align-items: center;
	justify-content: space-between;
}
/* комментарии к товару */
.woocommerce-review__author {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
}
/* скрыть название изображений в карточке товара */
.pswp__caption {
	display: none;
}
.product-item__price,
.woocommerce-Price-amount {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--black);
	padding: 0 0px 20px;
	padding-right: 0px;
}
.product-item__price {
	padding-left: 20px;
}
del .woocommerce-Price-amount {
	padding-right: 5px;
}
.woocommerce .products ul,
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product .price del {
	text-decoration: none;
	position: relative;
}
.woocommerce ul.products li.product .price del:before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--black);
	position: absolute;
	top: 40%;
	left: 0%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--black);
	font-size: 100%;
}
.product-item,
.woocommerce .products ul li,
.woocommerce ul.products li {
	position: relative;
	border-bottom: 0;
	box-sizing: border-box;
	padding: 60px 20px 0;
	/* height: 571px; */
	margin-bottom: 0px !important;
	margin-left: -1px !important;
	margin-right: 0px !important;
	margin-top: -1px !important;
}

.news-posts .news-post .post-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
}
button.btn-black.plus.loading {
	opacity: 0.7;
	pointer-events: none;
}
button.btn-black.plus.no-posts {
	cursor: no-drop;
}

.swiper-product,
.swiper-recommend,
.swiper-video {
	overflow: hidden;
}
.products-nav {
	display: flex;
	justify-content: space-around;
}
.th-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.thwvsf-wrapper-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	gap: 8px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default {
	width: auto;
	height: 45px;
	color: #333333;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #d1d7da;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li {
	min-width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected:hover {
	-webkit-box-shadow: 0 0 0 2px #827d7d;
	box-shadow: 0 0 0 2px #827d7d;
}
.container-product-item {
	position: relative;
}
.container-product-item .star-rating {
	position: absolute;
	right: 0;
	top: -15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 25%;
}
.up-sells.upsells.products {
	margin-bottom: 200px;
}
.up-sells.upsells.products h2 {
	margin-bottom: 50px;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 200px;
}
.woocommerce-loop-product__title {
	padding: 0 !important;
	/* height: 50px; */
	margin-bottom: 10px !important;
	overflow: hidden;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default {
	width: 45px;
	border-radius: 2px;
	height: 45px;
	box-shadow: 0 0 0 1px #d1d7da;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default {
	width: 45px;
	border-radius: 2px;
	height: 45px;
	box-shadow: 0 0 0 1px #d1d7da;
	cursor: pointer;
}
.thwvsf-wrapper-ul .thwvsf-item-span.item-span-text {
	padding: 0 5px;
	font-size: 16px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default:hover {
	-webkit-box-shadow: 0 0 0 3px #aaaaaa;
	box-shadow: 0 0 0 3px #aaaaaa;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default:hover {
	-webkit-box-shadow: 0 0 0 3px #aaaaaa;
	box-shadow: 0 0 0 3px #aaaaaa;
}
.flex-viewport {
	height: 620px !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}
.entry-footer .edit-link {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: -45px;
}
.woocommerce-MyAccount-navigation a:hover {
	text-decoration: underline;
}
.woocommerce-Addresses.col2-set.addresses {
	flex-direction: column;
	gap: 50px;
}
.woocommerce-page .woocommerce-Addresses.col2-set .col-1,
.woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
	width: 100%;
	max-width: 100%;
}
.woocommerce-MyAccount-content {
	margin-bottom: 100px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	margin-left: 0;
}
.step_title_wrapper.component_title.component_title_toggled {
	margin-left: 0;
	font-size: 32px;
	cursor: pointer;
}
.composite_form {
	position: initial !important;
}
.component .component_options_select {
	height: 40px;
	padding: 0px 10px;
}
.component_wrap del,
.component_wrap ins {
	text-decoration: none;
	position: relative;
}
.component_wrap del:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
}
.component_wrap ins:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	bottom: 0%;
}
.composite_form .aria_button, .widget_composite_summary .aria_button {
	cursor: pointer;
}
/* Адаптивность */
@media screen and (max-width: 2560px) {
	.swiper.swiper-1 {
		height: 1400px;
	}
}
@media screen and (max-width: 1920px) {
	.swiper.swiper-1 {
		height: 1050px;
	}
}
@media screen and (max-width: 1440px) {
	.swiper.swiper-1 {
		height: 800px;
	}
}
@media screen and (max-width: 1280px) {
	.products-head__h2 p {
		margin-left: 0;
	}
	.mw-1620 {
		max-width: 680px;
	}

	.container {
		width: var(--lgWidth);
		padding: 0 20px;
	}
	h1 {
		font-size: 96px;
		line-height: 120%;
		/* or 115px */
	}
	h2 {
		font-size: 64px;
		line-height: 120%;
		/* identical to box height, or 77px */
		margin-left: 255px;
	}
	.lang {
		margin-left: 51.5px;
		margin-right: 43px;
	}
	.social a {
		margin-right: 40px;
	}
	.social {
		margin-right: 51.5px;
	}
	.logo {
		width: 256px;
	}
	.main-menu {
		margin-right: 114px;
	}
	.main-menu ul li {
		margin-right: 41.75px;
	}
	#myDropdown1 .d-flex {
		flex-wrap: wrap;
	}
	/* гл страница */
	.swiper-slide h1 {
		top: 139px;
	}
	.catalog-items {
		gap: 0.66px;
	}
	.catalog-item {
		max-width: 333px;
	}
	.main-catalog .btn-black,
	.our-video .btn {
		margin-left: 255px;
	}
	.news .first-post {
		margin-left: 0;
	}
	.news-posts .news-post {
		/* max-width: 235px;
        width: 100%; */
		max-width: 48%;
	}
	.footer .logo {
		padding: 124px 27.5px;
	}
	.footer .logo img {
		width: 200px;
		height: 211px;
	}
	.footer .social,
	.footer-col1 {
		margin-right: 118.5px;
	}
	.footer .phone {
		margin-right: 268px;
	}
	.footer-col2 {
		margin-right: 199.5px;
	}
	/* второстепенные страницы */
	.main-banner h1 {
		top: 140px;
	}
	.certificate-imgs {
		flex-wrap: wrap;
		gap: 100px 37px;
	}
	.certificate-img {
		width: 317px;
		height: 452px;
	}
	.inner_page_content {
		max-width: unset;
	}
	.swiper.swiper-1 {
		height: 620px;
	}
	.desktop-video__items {
		flex-wrap: wrap;
		justify-content: center;
		/* text-align: center; */
	}
	.contacts-items {
		flex-direction: column;
	}
	.contacts-item {
		width: 100%;
	}
	.certificates-item {
		flex-direction: column;
	}
	.certificate-name {
		margin-bottom: 20px;
	}
	.certificate-imgs {
		gap: 20px;
	}
	.faq-bottom {
		margin-left: 0;
	}
	.faq-bottom h2 {
		text-align: left;
	}
	.swiper.swiper-1 {
		height: 500px;
	}
	.container {
		max-width: var(--mdWidth);
		width: 100%;
	}
	h1 {
		font-size: 64px;
		line-height: 120%;
	}
	h2 {
		font-size: 48px;
		margin-left: 0;
		text-align: center;
	}
	h3 {
		font-size: 32px;
	}
	.shop-custom__item h2 {
		font-size: 36px;
		margin-left: 0;
		text-align: left;
	}
	.shop-custom__item h3 {
		font-size: 26px;
	}
	p {
		font-size: 16px;
		line-height: 150%;
		/* letter-spacing: 10; */
	}
	.main-banner h1 {
		top: 100px;
	}

	.catalog-items {
		flex-direction: column;
		gap: 1px;
	}
	.catalog-item {
		max-width: 100%;
		height: 206px;
	}
	.catalog-item img {
		object-fit: cover;
		object-position: center 20%;
		height: 100%;
	}
	.main-slider .swiper-slide img {
		object-fit: cover;
	}
	.main-catalog,
	.new-products,
	.lates-news,
	.recommend-products {
		padding-top: 100px;
	}

	.stocks-products,
	.stocks-complects {
		padding-top: 70px;
	}
	.recommend-products {
		padding: 100px 0;
	}
	.our-video h2 {
		margin-bottom: 20px;
	}
	.main-catalog .btn-black,
	.our-video .btn {
		margin-left: 0;
		margin: 0 auto;
		margin-top: 100px;
	}
	.post-img img {
		width: 100%;
	}
	.lates-news .first-post .btn-black {
		width: 100%;
	}

	.footer .logo {
		display: none;
	}
	.footer-top {
		padding: 15px 0;
		align-items: center;
	}
	.footer .mobile-logo {
		margin-right: 106.5px;
	}
	.footer .social {
		margin-right: 109px;
	}
	.footer .phone {
		margin-right: 132px;
	}
	.footer-bottom {
		padding: 50.5px 0;
	}
	.footer-col1 {
		margin-right: 106.5px;
	}
	.footer-col2 {
		display: flex;
		margin-right: 69px;
	}
	.footer .second-menu {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.footer .third-menu {
		margin-top: 35px;
	}
	/* 404 */
	.error-404 h1 {
		font-size: 150px;
		line-height: 120%;
		/* identical to box height, or 180px */
	}
	.error-404 p {
		font-size: 48px;
		line-height: 120%;
		/* or 58px */
	}
	/* поиск */
	.search-box h2 {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	article,
	.content-area {
		padding: 0px 20px 200px 20px;
	}
}
@media screen and (max-width: 768px) {
	.has-text-align-center {
		margin-bottom: 50px;
	}
	.swiper.swiper-1 {
		height: auto;
	}
	.main-slider__nav {
		top: 40px;
	}
	.main-slider__nav .swiper-pagination {
		text-align: center;
		left: 0;
		margin: 0 auto;
	}
	/* online-pay */
	.logo-pay .desktop {
		display: none;
	}
	.logo-pay .mobile {
		display: block;
	}
	.stock-description {
		flex-direction: column;
		gap: 60px;
	}
	.stocks-complects .swiper-pagination {
		display: block;
		top: 50px;
		height: 10px;
	}
	.stocks-complects .swiper-pagination-bullet {
		background-color: var(--white);
		border: 1px solid #8b8b8b;
	}
	.stocks-complects .swiper-pagination-bullet-active {
		background-color: var(--black);
	}
	.stocks-products .products-head {
		flex-direction: column;
	}
	.stocks-products .products-head .products-nav {
		margin-left: inherit;
		margin-top: 30px;
	}

	.page-video .video__wrapper {
		grid-template-columns: 1fr;
	}

	.cookie_warning {
		bottom: 10px;
		left: 10px;
		max-width: 95%;
	}
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product {
		width: 50%;
	}
	.woocommerce .checkout {
		flex-direction: column;
	}
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
	.woocommerce form .form-row label,
	.woocommerce form .form-row input,
	.select2-container .select2-selection--single .select2-selection__rendered,
	.woocommerce form .form-row textarea,
	.cart-subtotal th,
	.woocommerce table.shop_table tfoot th,
	.woocommerce table.shop_table .product-name {
		padding-left: 20px;
	}
	.sidebar-catalog {
		display: none;
	}
	.u-columns {
		flex-direction: column;
		gap: 20px;
	}
	.u-columns .col-1,
	.u-columns .col-2 {
		width: 100% !important;
	}
}
@media screen and (max-width: 635px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		float: left;
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 100%;
	}
	.woocommerce-MyAccount-content {
		margin-bottom: 0px;
	}
	.first-post .post-img {
		height: 248px;
		width: 100%;
	}
	.first-post .post-img img {
		height: inherit;
		width: inherit;
		object-fit: cover;
		object-position: center;
	}
	.woocommerce-tabs.wc-tabs-wrapper,
	.up-sells.upsells.products {
		margin-bottom: 100px;
	}
	article,
	.content-area {
		padding: 0px 10px 100px 10px;
	}
	.woocommerce .products ul li,
	.woocommerce ul.products li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.woocommerce .products ul,
	.woocommerce ul.products {
		margin: 0;
	}
	.thwvsf-wrapper-ul {
		margin-right: 2px;
	}
	.woocommerce .woocommerce-breadcrumb {
		padding: 10px 0px;
	}
	.product-item__price {
		padding-left: 20px;
	}
	del .woocommerce-Price-amount {
		padding-right: 5;
	}
	.our-video .products-nav {
		margin: 20px auto;
		display: flex;
	}
	.swiper-video-slider.slider-block {
		gap: 0px;
	}
	.mobile-video__img {
		margin-bottom: 20px;
		height: auto;
	}
	.front-slider-pagination-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-left: 0;
	}
	h4 {
		font-size: 14px;
		line-height: 21px;
	}
	.has-text-align-center {
		margin-bottom: 50px;
	}
	.popup {
		top: 5%;
	}
	.close-box {
		position: relative;
	}
	.close {
		right: inherit;
		bottom: -20px;
	}
	.wp-block-column .lazyloaded {
		width: auto;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.product-item,
	.woocommerce .products ul li,
	.woocommerce ul.products li {
		height: auto;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 5px;
	}
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product {
		width: calc(50% - 5px);
	}
	.badge {
		font-family: "Oswald";
		font-style: normal;
		font-weight: 500;
		font-size: 10px;
		line-height: 13px;
		text-transform: uppercase;
		color: var(--white);
		background-color: var(--black);
		padding: 5px;
		width: fit-content;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.woocommerce span.onsale {
		left: 8.5em;
	}

	.woocommerce .products ul::after,
	.woocommerce .products ul::before,
	.woocommerce ul.products::after,
	.woocommerce ul.products::before {
		display: none;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		padding: 0.5em 0;
		margin: 0;
		font-size: 1em;
		line-height: 1.4em;
	}
	.product-item__txt {
		line-height: 1em;
	}
	.woocommerce ul.products li.product .price ins {
		background: 0 0;
		font-weight: 700;
		display: inline-block;
		width: 100%;
	}
	.container {
		max-width: var(--smWidth);
		width: 100%;
		padding: 0 10px;
	}
	p,
	ul li {
		font-size: 14px;
		line-height: 150%;
	}

	.main-banner {
		height: 280px;
	}
	.main-banner img {
		height: inherit;
		object-fit: cover;
	}
	.main-banner h1 {
		top: 140px;
		text-align: center;
	}
	.main-catalog .btn-black {
		margin-top: 10px;
		width: 100%;
	}
	.products-head {
		flex-direction: column;
	}
	.products-nav {
		margin-left: 0;
		margin-top: 20px;
	}
	.shop-custom__item .product-item,
	.woocommerce .shop-custom__item .products ul li,
	.woocommerce .shop-custom__item ul.products li {
		border: 0;
		background: #f7f7f7;
	}
	.first-post {
		flex-wrap: wrap-reverse;
		position: relative;
	}
	.news-posts .news-post {
		max-width: 100%;
		position: relative;
	}
	.news-posts .news-post .btn {
		width: 100%;
		border: 1px solid;
		margin-top: 20px;
	}
	.desktop-video__items {
		display: none;
	}
	.mobile-video__items {
		display: block;
	}
	.mobile-video .swiper-pagination {
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.mobile-video .swiper-pagination-bullet {
		background-color: var(--white);
		border: 1px solid var(--black);
	}
	.mobile-video .swiper-pagination-bullet-active {
		background-color: var(--black);
	}
	.our-video .btn {
		margin-top: 15px;
	}
	.post-content iframe {
		width: auto;
	}
	.post .post-name {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.footer .mobile-logo {
		margin-right: auto;
	}
	.footer .phone {
		margin-right: 15px;
	}
	.footer-col1 {
		margin-right: auto;
	}
	.footer-col2 {
		flex-direction: column;
		margin-right: auto;
	}
	/* 404 */
	.error-404 .d-flex {
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.error-404 img {
		width: 60%;
	}
	/* kaps */
	.faq-caps h2 {
		text-align: left;
		font-size: 32px;
		line-height: 120%;
		/* or 38px */
	}
	.stocks-complects h3 {
		font-size: 48px;
		width: 90%;
	}

	.page__content h1 {
		font-size: 24px;
	}
	.page__content h2 {
		margin-top: 20px;
	}
	.page__content h3 {
		margin-top: 25px;
	}
	.logo-pay {
		width: auto;
		flex-direction: column;
	}
	.current_catalog_tags li {
		width: 49%;
	}
}

@media screen and (max-width: 428px) {
	.swiper-1.swiper-1 {
		height: 230px;
	}
	.dropdown-content {
		padding: 20px 0;
	}
	.site-main .shop-custom__items {
		margin-top: 15px;
	}
	.container {
		max-width: var(--xsWidth);
		width: 100%;
	}
	h1 {
		font-size: 48px;
		line-height: 120%;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 32px;
	}
	.main-submenu ul li a,
	.dropbtn {
		padding: 10px;
	}
	.main-banner h1 {
		top: 125px;
	}
	.our-video {
		padding-bottom: 100px;
	}
	.footer-bottom {
		flex-wrap: wrap;
	}
	.footer .first-menu li:first-child,
	.footer .second-menu li:first-child,
	.footer .fourth-menu li {
		font-size: 12px;
	}
	.footer-col1,
	.footer-col2 {
		width: 45%;
	}
	.footer-col3 {
		width: 70%;
	}
	.footer-col2 {
		margin-left: 15px;
	}

	.footer .fourth-menu li {
		text-align: left;
	}
	.footer .first-menu li:first-child a::after,
	.footer .second-menu li:first-child a::after,
	.footer .fourth-menu li a::after {
		margin-left: 5px;
	}
	/* поиск */
	.searchform {
		flex-direction: column;
		gap: 10px;
	}
	.search-title {
		width: 100%;
	}
	.stock-description {
		justify-content: space-between;
		flex-direction: column;
		gap: 40px;
	}

	.certificate-name span {
		font-size: 32px;
		line-height: 42px;
	}
	.product .product_meta .tagged_as a {
		width: 50%;
	}
}
@media screen and (max-width: 360px) {
	.onlinepay-items h4 {
		margin-bottom: 20px;
	}
	.onlinepay-items {
		flex-wrap: wrap;
	}
}
