/*
Theme Name: 2e.ua
Theme URI: 2e.ua
Author: 2e.ua
Author URI: 2e.ua
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/


@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('./fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('./fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('./fonts/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('./fonts/Montserrat-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
:root{
	--color-black: #272727;
	--color-orange: #FF5100;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: var(--color-black);
	height: 100%;
}
@media (prefers-color-scheme: dark) {
	body {
		background: #FFF;
		color: var(--color-black);
	}
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: var(--color-black);
	outline: none;
}
button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
	user-select: none;
}
input[type="submit"]{
	font-family: 'Montserrat';
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1440px;
	margin: 0 auto;
}
a {
	color: var(--color-black);
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
:focus-visible{
	outline: 2px solid var(--color-orange);
}
.swiper-slide img{
	user-select: none;
}
img {
	max-width: 100%;
	height: auto;
}
svg{
	max-width: 100%;
	height: auto;
	fill: var(--color-black);
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: 600;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}
.site-container{
	flex: 1 0 auto;
	position: relative;
	padding-top: 72px;
}
.home .site-container{
	padding-top: 0;
}
/* Common
-----------------------------------------------------------------------------*/
.breadcrumbs{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	margin-bottom: 59px;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs li:not(:last-child):after{
	content: '>';
	display: inline-block;
	margin: 0 0 0 4px;
}
.breadcrumbs li a{
	color: #5A5A5A;
	text-decoration: none;
}
.breadcrumbs li a:hover{
	color: var(--color-black);
}
.product-energy {
	display: flex;
	align-items: center;
}
.product-energy__badge{
	display: inline-block;
	width: 50px;
	height: 24px;
	padding: 3px 9px 3px 4px;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.045em;
	color: #FFF;
	clip-path: polygon(calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 0 100%, 0 0);
	flex-shrink: 0;
}
.product-energy_a3 .product-energy__badge{background: #01A451;}
.product-energy_a2 .product-energy__badge{background: #50B646;}
.product-energy_a1 .product-energy__badge{background: #BCD52F;}
.product-energy_a .product-energy__badge{background: #F7D833;}
.product-energy_b .product-energy__badge{background: #FBB812;}
.product-energy_c .product-energy__badge{background: #F16E20;}
.product-energy_d .product-energy__badge{background: #EB1C24;}
.product-energy__badge sup{
	display: inline-block;
	font-size: 9px;
	vertical-align: super;
	margin-top: -4px;
}
.product-energy__text {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	margin-left: 19px;
}
.button{
	min-width: 200px;
	height: 50px;
	padding: 10px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: 1px solid;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.045em;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s;
}
.button svg{
	transition: fill 0.2s;
}
.button.disabled,
.button:disabled{
	opacity: 0.5;
	pointer-events: none;
}
.button_black{
	border-color: var(--color-black);
	background: var(--color-black);
	color: #FFF;
}
.button_black:hover{
	background: #FFF;;
	color: var(--color-black);
}
.button_grey{
	border-color: #F5F5F5;
	background: #F5F5F5;
	color: var(--color-black);
}
.button_grey:hover{
	border-color: 272727;
	background: var(--color-black);
	color: #FFF;
}
.button_stroke-black{
	border-color: var(--color-black);
	color: var(--color-black);
}
.button_stroke-black:hover{
	background: var(--color-black);
	color: #FFF;
}
.button_stroke-black:hover svg{
	fill: #FFF;
}
.button_stroke-white{
	border-color: #FFF;
	color: #FFF;
}
.button_stroke-white svg{
	fill: #FFF;
}
.button_stroke-white:hover{
	background: #FFF;
	color: var(--color-black);
}
.button_stroke-white:hover svg{
	fill: var(--color-black);
}
.button i{
	display: block;
	line-height: 0;
}
.tabs__block {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(20px);
	transition: transform 0.3s, opacity 0.3s;
}
.tabs__block.active{
	height: auto;
	opacity: 1;
	overflow: visible;
	transform: translateY(0px);
}
.post-body{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.post-body p{
	margin-bottom: 19px;
}
.post-body h2{
	font-weight: 600;
	color: var(--color-black);
	margin: 29px 0 11px;
}
.post-body img{
	display: block;
	margin-bottom: 61px;
}
.post-body ul{
	margin-bottom: 19px;
}
.post-body ul li{
	position: relative;
	padding-left: 25px;
}
.post-body ul li:before{
	content: '';
	width: 2px;
	height: 2px;
	background: #5A5A5A;
	border-radius: 10px;
	position: absolute;
	inset: 10px auto auto 12px;
}
.section-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.045em;
	margin-bottom: 40px;
}
.page-head {
	padding: 28px 0;
}
.page-head .section-title{
	margin-bottom: 0;
}
/* Header
-----------------------------------------------------------------------------*/
.site-header {
	background: #F5F5F5;
	padding: 20px 0;
	position: absolute;
	inset: 0 0 auto;
	z-index: 50;
}
.site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.home .header-logo a{
	display: block;
}
.site-header__right {
	display: flex;
	align-items: center;
}
.header-nav{
	margin-right: 75px;
}
.header-nav ul{
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}
.header-nav ul li{
	margin-left: 38px;
}
.header-nav ul li a{
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.header-nav ul li a:after{
	content: '';
	display: block;
	transform: scaleX(0);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color-black);
	transition: all 0.3s;
}
.header-nav ul li a:hover:after{
	transform: scaleX(1);
	opacity: 1;
}
.header-search{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	margin-left: 24px;
}
.header-search svg{
	transition: fill 0.2s;
}
.header-search:hover svg,
.header-search[aria-expanded="true"] svg{
	fill: var(--color-orange) !important;
}
.header-compare{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 24px;
}
.header-compare span{
	display: block;
	width: 18px;
	height: 18px;
	background: var(--color-orange);
	border-radius: 50%;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: -10px;
	right: -10px;
}
.header-compare svg{
	transition: fill 0.2s;
}
.header-compare:hover svg{
	fill: var(--color-orange) !important;
}
.header-lang {
	position: relative;
	margin-left: 24px;
}
.header-lang button{
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.header-lang button{
	transition: color 0.2s;
}
.header-lang button:hover,
.header-lang.show button{
	color: var(--color-orange) !important;
}
.header-lang ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	background: #DFDFDF;
	border-radius: 9px;
	padding: 27px 0 7px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s;
}
.header-lang.show ul{
	visibility: visible;
	opacity: 1;
}
.header-lang ul li{
	margin-top: 10px;
}
.header-lang ul li a{
	text-decoration: none;
	transition: color 0.2s;
}
.header-lang ul li a:hover{
	color: var(--color-orange);
}
.touch-menu{
	display: none;
}
.search-box {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s;
}
.search-box.show{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.search-box__form {
	display: flex;
	width: 705px;
	max-width: calc(100vw - 24px);
	margin: 0 auto;
	pointer-events: all;
	background: #FFF;
	border-radius: 9px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.search-box__form input{
	width: 100%;
	height: 50px;
	padding: 5px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	border: none;
	background: none;
}
.search-box__form button{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100px;
	height: 50px;
	background: #F5F5F5;
	border: 1px solid #DFDFDF;
	border-radius: 9px;
}
.search-box__form button svg{
	transform: scaleX(-1);
	transition: fill 0.2s;
}
.search-box__form button:hover svg{
	fill: var(--color-orange);
}
.home .site-header{
	background: none;
}
.home .header-logo svg,
.home .header-search svg,
.home .header-compare svg{
	fill: #FFF;
}
.home.mobile-menu-open .site-header .header-logo svg,
.home.mobile-menu-open .header-search svg,
.home.mobile-menu-open .header-compare svg,
.home .site-header.fixed .header-logo svg,
.home .site-header.fixed .header-search svg,
.home .site-header.fixed .header-compare svg{
	fill: var(--color-black);
}
.home .header-nav ul li a,
.home .header-lang button{
	color: #FFF;
}
.home.mobile-menu-open .header-nav ul li a,
.home.mobile-menu-open .header-lang button,
.home .site-header.fixed .header-nav ul li a,
.home .site-header.fixed .header-lang button{
	color: var(--color-black);
}
.home .header-nav ul li a:after{
	background: #FFF;
}
.home .touch-menu button span,
.home .touch-menu span::before,
.home .touch-menu span::after{
	background: #FFF;
}
.home.mobile-menu-open .touch-menu button span,
.home.mobile-menu-open .touch-menu span::before,
.home.mobile-menu-open .touch-menu span::after,
.home .site-header.fixed .touch-menu button span,
.home .site-header.fixed .touch-menu span::before,
.home .site-header.fixed .touch-menu span::after{
	background: var(--color-black);
}
.home.mobile-menu-open .site-header,
.home .site-header.fixed{
	background: #F5F5F5;
}
/* Homepage
-----------------------------------------------------------------------------*/
.section-welcome{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.section-welcome__video{
	height: 100%;
	position: relative;
}
.section-welcome__video:after{
	content: '';
	background: rgba(0, 0, 0, .2);
	position: absolute;
	inset: 0;
}
.section-welcome__video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-welcome__arrow{
	text-align: center;
	position: absolute;
	inset: auto 0 30px;
}
.section-welcome__arrow a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: var(--color-black);
	border-radius: 50%;
}
.section-welcome__arrow a svg{
	fill: #FFF;
	transform: rotate(-90deg);
	transition: fill 0.2s;
}
.section-welcome__arrow a:hover svg{
	fill: var(--color-orange);
}
.section-category {
	padding: 80px 0 40px;
}
.section-category__container {
	/* max-width: 100%; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	position: relative;
}
.section-category__slider{
	display: none;
}
.section-category__content{
	background: var(--color-black);
	position: relative;
	padding-top: 100%;
}
.section-category__item:nth-child(2){ grid-area: 1 / 2 / 3 / 3;}
.section-category__item:nth-child(9){ grid-area: 3 / 2 / 4 / 4;}
.section-category__item:nth-child(2) .section-category__content{padding-top: calc(200% + 30px);}
.section-category__item:nth-child(9) .section-category__content{padding-top: calc(50% - 15px);}
.section-category__image {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.section-category__image:after{
	content: '';
	display: block;
	height: 149px;
	position: absolute;
	inset: auto 0 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
}
.section-category__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.section-category__item:hover .section-category__image img,
.section-category__item.open .section-category__image img{
	transform: scale(1.2);
}
.section-category__name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 25px;
	position: absolute;
	inset: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.section-category__popup {
	background: #FFF;
	z-index: 5;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 116;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}
.section-category__item.open .section-category__popup{
	visibility: visible;
	opacity: 1;
}
.section-category__catlist{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.popup-category {
	width: 16.6666667%;
	padding: 15px;
	text-align: center;
}
.popup-category a{
	display: block;
	text-decoration: none;
}
.popup-category__image {
	width: 137px;
	height: 137px;
	margin: 0 auto 9px;
}
.popup-category__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.popup-category__name {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
}
.section-category__bg{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.2);
	z-index: 115;
	pointer-events: none;
	transition: all 0.2s;
}
.section-category__bg.show{
	visibility: visible;
	opacity: 1;
}
.section-category__all {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	letter-spacing: 0.045em;
	margin-top: 29px;
}
.section-category__all a{
	text-decoration: none;
}
.section-category__all a:hover{
	text-decoration: underline;
}
.section-category__all a i{
	display: inline-block;
	line-height: 0;
	margin-left: 12px;
}
.section-product {
	padding: 40px 0 120px;
	overflow: hidden;
}
.section-product__slider{
	position: relative;
}
.section-product__slider .swiper-container {
	overflow: hidden;
}
.section-product__prev {
	top: calc(50% - 20px);
	left: -20px;
}
.section-product__next {
	top: calc(50% - 20px);
	right: -20px;
}
.section-product__next svg{
	transform: rotate(180deg);
}
.section-product__btn{
	text-align: center;
	margin-top: 59px;
}
.section-video {
	padding: 60px 0 134px;
	background: #F5F5F5;
	overflow: hidden;
}
.section-video__slider {
	margin-top: 60px;
	position: relative;
}
.section-video__slider .swiper-container {
	overflow: hidden;
}
.section-video__prev {
	top: calc(50% - 20px);
	left: -20px;
}
.section-video__next {
	top: calc(50% - 20px);
	right: -20px;
}
.section-video__next svg{
	transform: rotate(180deg);
}
.section-video__slider a {
	display: block;
	padding-top: 56.25%;
	position: relative;
}
.section-video__slider a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.section-post {
	padding: 120px 0;
	overflow: hidden;
}
.section-post__slider{
	position: relative;
}
.section-post__slider .swiper-container {
	overflow: hidden;
}
.section-post__prev {
	top: calc(50% - 20px);
	left: -20px;
}
.section-post__next {
	top: calc(50% - 20px);
	right: -20px;
}
.section-post__next svg{
	transform: rotate(180deg);
}
.post-item {
	display: block;
	text-decoration: none;
}
.post-item__image {
	padding-top: 100%;
	position: relative;
	margin-bottom: 31px;
}
.post-item__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	inset: 0;
}
.post-item__content {
	max-height: 118px;
	mask-image: linear-gradient(black 0%, black 100px, transparent);
	-webkit-mask-image: linear-gradient(black 0%, black 100px, transparent);
}
.post-item__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-bottom: 10px;
}
.post-item__text {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.section-post__btn{
	text-align: center;
	margin-top: 66px;
}
.section-buy {
	padding: 60px 0 80px;
	background: #F5F5F5;
	overflow: hidden;
}
.section-buy__slider {
	margin-top: 50px;
}
.section-buy__slider .swiper-container {
	overflow: hidden;
}
.section-buy__slider a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100px;
}
.section-buy__slider img{
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}
/* Product
-----------------------------------------------------------------------------*/
.product-main {
	padding: 29px 0 60px;
	overflow: hidden;
}
.product-main__container {
	display: flex;
}
.product-gallery {
	width: 59.7%;
	padding: 0 100px 0 160px;
	position: relative;
}
.product-gallery__nav {
	width: 93px;
	height: 670px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.product-gallery__thumbs{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-gallery__nav .swiper-slide{
	border: 1px solid #F5F5F5;
	cursor: pointer;
}
.product-gallery__nav .swiper-slide.swiper-slide-thumb-active{
	border-color: #DFDFDF;
	cursor: default;
}
.product-gallery__nav .swiper-slide > span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.product-gallery__nav .swiper-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-gallery__nav-prev{
	top: -20px;
	left: calc(50% - 20px);
	transform: rotate(90deg);
}
.product-gallery__nav-next{
	bottom: -20px;
	left: calc(50% - 20px);
	transform: rotate(-90deg);
}
.product-gallery__main-prev{
	top: calc(50% - 20px);
	left: -20px;
	transform: rotate(0deg);
}
.product-gallery__main-next{
	top: calc(50% - 20px);
	right: -20px;
	transform: rotate(180deg);
}
.slider-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--color-black);
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	user-select: none;
}
.slider-arrow.swiper-button-disabled,
.slider-arrow.swiper-button-lock{
	display: none;
}
.slider-arrow svg{
	fill: #FFF;
	transition: fill 0.2s;
}
.slider-arrow:hover svg{
	fill: var(--color-orange);
}
.product-gallery__main {
	position: relative;
}
.product-gallery__main a{
	display: block;
	padding-top: 111%;
	position: relative;
}
.product-gallery__main img{
	position: absolute;
	inset: 35px;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
	object-fit: contain;
	object-position: center;
}
.product-main__content {
	width: 40.3%;
}
.product-main__badges{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.product-main__badges_mobile{
	display: none;
}
.product-main__name {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.045em;
	margin-bottom: 21px;
}
.product-main__code {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	margin-bottom: 21px;
}
.product-desc {
	border-top: 1px solid #DFDFDF;
	padding-top: 31px;
	margin: 29px 0;
}
.product-desc__title {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	text-align: left;
	cursor: default;
	margin-bottom: 20px;
}
.product-desc__title i{
	display: none;
}
.product-desc__text {
	padding: 20px;
	background: #F5F5F5;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.product-main__price{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-bottom: 29px;
}
.product-main__price span{
	font-size: 24px;
	line-height: 29px;
}
.product-main__btns {
	display: flex;
	align-items: flex-start;
	row-gap: 10px;
	column-gap: 40px;
	flex-wrap: wrap;
}
.product-main__btns:not(:last-child){
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
.product-main__dl {
	display: inline-flex;
	flex-direction: column;
	gap: 15px;
}
.product-main__dl a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 8px 25px 7px;
	border: 1px solid var(--color-black);
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}
.product-main__dl a:hover{
	background: var(--color-black);
	color: #FFF;
}
.product-main__dl a svg{
	transition: fill 0.2s;
}
.product-main__dl a:hover svg{
	fill: #FFF;
}
.product-info {
	padding: 54px 0;
}
.product-info__tabs {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 40px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 30px;
	margin-bottom: 41px;
}
.product-info__tabs button{
	min-width: 300px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 11px 35px 10px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #A5A5A5;
	transition: all 0.2s;
}
.product-info__tabs button.active{
	background: none;
	border-color: var(--color-black);
	color: var(--color-black);
	cursor: default;
}
.product-info__tabbtn{
	display: none;
}
.product-prop__block:not(:last-child){
	margin-bottom: 41px;
}
.product-prop__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-bottom: 13px;
}
.product-prop table{
	width: 950px;
	max-width: 100%;
}
.product-prop table td{
	width: 50%;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	border-bottom: 1px solid #DFDFDF;
}
.product-buy {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.product-buy__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.66666%;
	padding: 20px;
	line-height: 0;
}
.product-buy__item img{
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}
.product-content{
	padding: 6px 0 40px;
}
.product-content__body {
	padding: 60px 122px;
	background: #F5F5F5;
}
.product-content .post-body h2 {
	margin: 33px 0 7px;
}
.product-catalog_search{
	padding: 0 0 119px;
}
.product-catalog .section-title{
	margin-bottom: 20px;
}
.product-catalog__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 21px;
}
.product-catalog__num {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.post-main + .product-catalog{
	padding: 0 0 70px;
}
.post-main + .product-catalog:before{
	content: '';
	display: block;
	width: 1440px;
	max-width: calc(100% - 24px);
	height: 1px;
	background: #DFDFDF;
	margin: 52px auto 60px;
}
.post-main + .product-catalog .product-catalog__sidebar{
	margin-bottom: 50px;
}
.post-main + .product-catalog .product-catalog__main {
	padding: 34px 0 0 31px;
}
.catalog-sort {
	position: relative;
	flex-shrink: 0;
}
.catalog-sort__button {
	padding: 7px 25px;
	background: #F5F5F5;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.045em;
}
.catalog-sort__button i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-left: 10px;
}
.catalog-sort__button i svg{
	transform: rotate(-90deg);
	stroke: var(--color-black);
}
.catalog-sort.show .catalog-sort__button i svg{
	transform: rotate(90deg);
}
.catalog-sort__list {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-5px);
	width: 100%;
	padding: 8px 27px;
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	background: #F5F5F5;
	border-radius: 9px;
	z-index: 10;
	transition: all 0.2s;
}
.catalog-sort.show .catalog-sort__list{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.catalog-sort__list li:not(:last-child){
	margin-bottom: 6px;
}
.catalog-sort__list li a{
	text-decoration: none;
}
.catalog-sort__list li a:hover,
.catalog-sort__list li button:hover{
	text-decoration: underline;
}
.product-catalog__container {
	display: flex;
}
.product-catalog__sidebar {
	width: 23.45%;
	padding: 25px 20px 0 0;
	border-right: 1px solid #DFDFDF;
}
.filter__back{
	margin-bottom: 26px;
}
.filter__back a{
	display: block;
	padding: 16px 5px 15px;
	border: 1px solid var(--color-black);
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}
.filter__back a i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	transform: rotate(180deg);
	margin-right: 12px;
}
.filter__back  a i svg{
	transition: fill 0.2s;
}
.filter__back a:hover{
	background: var(--color-black);
	color: #FFF;
}
.filter__back  a:hover i svg{
	fill: #FFF;
}
.filter__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	margin-bottom: 10px;
}
.filter__block {
	padding: 5px 0 0;
}
.filter__block:first-child{
	padding-top: 0;
}
.filter__name {
	width: 100%;
	padding: 5px 25px 5px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	text-align: left;
	position: relative;
}
.filter__name i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 7px;
	right: 2px;
}
.filter__name i svg{
	stroke: var(--color-black);
	transform: rotate(90deg);
}
.filter__block:not(.open) .filter__name i svg{
	transform: rotate(-90deg);
}
.filter__category {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	padding: 9px 0 25px 20px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 16px;
}
.filter__category li:not(:last-child){
	margin-bottom: 15px;
}
.filter__category li a{
	text-decoration: none;
}
.filter__input {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	padding: 9px 0 12px;
}
.filter__input li:not(:last-child){
	margin-bottom: 10px;
}
.filter__input input{
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.filter__input span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	user-select: none;
	cursor: pointer;
}
.filter__input span:before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px var(--color-black);
	position: absolute;
	top: 2px;
	left: 1px
}
.filter__input input:checked + span:before{
	background: var(--color-black);
}
.filter__input input:focus-visible + span{
	outline: 2px solid var(--color-black);
}
.filter__block:not(.open) .filter__body{
	display: none;
}
.product-catalog__main {
	width: 76.55%;
	padding: 34px 0 140px 31px;
}
.product-catalog__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	position: relative;
}
.product-catalog__item{
	padding-bottom: 100px;
}
.product-catalog__items .product-catalog__item:nth-child(3n - 2)::after,
.product-catalog__results .product-catalog__item:nth-child(4n - 3)::after{
	content: '';
	display: block;
	height: 1px;
	background: #DFDFDF;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 49px;
}
.product-catalog__results{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	position: relative;
	padding: 50px 0 0;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0 0;
}
.pagination a,.pagination span{
	display: block;
	min-width: 26px;
	padding: 7px 3px 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	background: #F5F5F5;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s;
}
.pagination a:hover{
	background: #DFDFDF;
}	
.pagination span{
	background: var(--color-black);
	color: #FFF;
}	
.pagination span.dots{
	min-width: 0;
	background: none;
	padding: 7px 0px 6px;
	color: var(--color-black);
}
.product-catalog__btn {
	text-align: center;
	margin-top: 40px;
}
.product-item {
	position: relative;
}
.product-item__badges{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.badge{
	min-width: 90px;
	padding: 7px 11px 6px;
	background: rgba(95, 199, 99, 0.9);
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.badge_new{
	background: rgba(95, 199, 99, 0.9);
}
.badge_ua{
	background: rgba(31, 203, 242, 0.9);
}
.product-item__link {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.product-item__link,
.section-video__slider a,
.section-buy__slider a{
	outline: none;
}
.product-item__link:focus-visible::after,
.section-video__slider a:focus-visible::after,
.section-buy__slider a:focus-visible::after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	border: 2px solid var(--color-orange);
	pointer-events: none;
}
.product-item .product-energy{
	margin-bottom: 10px;
}
.product-item__compare {
	position: absolute;
	top: 15px;
	right: 5px;
}
.product-item__compare button{
	padding: 5px;
	position: relative;
	z-index: 2;
}
.product-item__compare button svg{
	transition: fill 0.2s;
}
.product-item__compare button:hover svg{
	fill: var(--color-orange);
}
.product-item__image {
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
}
.product-item__image img{
	width: calc(100% - 36px);
	height: calc(100% - 88px);
	object-fit: contain;
	position: absolute;
	inset: 44px 18px;
}
.product-item__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-bottom: 10px;
}
.product-item__code {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.product-item__price{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	margin-top: 21px;
}
.product-item__price span{
	font-size: 21px;
	line-height: 26px;
}
/* Post
-----------------------------------------------------------------------------*/
.post-main {
	padding: 28px 0;
	overflow: hidden;
}
.post-main__container {
	display: flex;
}
.post-main__content {
	width: 72.4%;
	padding: 0 95px 0 0;
}
.post-main__image {
	line-height: 0;
	margin: 0 25px 20px 0;
}
.post-main__btn {
	margin-top: 59px;
}
.post-main__sidebar {
	width: 27.6%;
	border-left: 1px solid #DFDFDF;
	padding: 0 0 0 59px;
}
.post-featured__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.045em;
	margin-bottom: 30px;
}
.post-featured__item {
	display: block;
	text-decoration: none;
	margin-bottom: 58px;
	transition: color 0.2s;
}
.post-featured__item:hover{
	color: var(--color-orange);
}
.post-featured__image {
	margin-bottom: 20px;
}
.post-featured__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
}
.post-catalog {
	padding: 0 0 118px;
}
.post-catalog__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 77px 32px;
	margin: 23px 0 0;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 69px;
}
.post-catalog .pagination{
	padding: 60px 0 0;
}
.post-catalog__btn {
	text-align: center;
	margin-top: 40px;
}
.category-catalog {
	padding: 26px 0 157px;
}
.category-catalog .breadcrumbs {
	margin-bottom: 52px;
}
.category-catalog__section:not(:last-child) {
	margin-bottom: 103px;
}
.category-catalog__items{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 30px;
	margin-top: 85px;
}
.category-item {
	display: block;
	text-decoration: none;
	transition: color 0.2s;
}
.category-item:hover{
	color: var(--color-orange);
}
.category-catalog__image {
	max-width: 235px;
	margin: 0 auto 32px;
}
.category-catalog__image span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.category-catalog__image span img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	inset: 0;
}
.category-catalog__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.045em;
}
.category-catalog__btn {
	text-align: center;
}
.category-catalog__btn .button i svg{
	transform: rotate(180deg);
}
.category-catalog__btn{
	margin-top: 103px;
}
/* Shops & etc.
-----------------------------------------------------------------------------*/
.shops-main {
	overflow: hidden;
	position: relative;
	padding: 52px 0 38px;
}
.shops-main .section-head{
	position: relative;
	z-index: 1;
}
.shops-main__container {
	display: flex;
	align-items: center;
}
.shops-main__map {
	position: absolute;
	top: 52px;
	right: 196px;
	bottom: 0;
	left: 276px;
}
.shops-main__map-container{
	display: table;
	position: relative;
}
.shops-main__map-container svg{
	max-width: 100%;
	height: auto;
	fill: none;
}
.shops-main__map svg path[data-country]{
	transition: all 0.2s;
	stroke: #888;
	stroke-width: 1;
	cursor: pointer;
}
.shops-main__map svg path[data-country].active{
	fill: #bbbbbb;
	cursor: default;
}
.shops-main__map svg path[data-country].not-active{
	fill: transparent;
	stroke: #9E9D9D;
}
.shops-main__marker li{
	width: 35px;
	height: 45px;
	position: absolute;
	transform: translate(-17px -22px);
}
.shops-main__marker li[data-country="ua"]{
	top: 33.9%;
	left: 38.05%;
}
.shops-main__marker li[data-country="md"]{
	top: 37.85%;
	left: 33.8%;
}
.shops-main__marker li[data-country="kz"]{
	top: 35.7%;
	left: 72.15%;
}
.shops-main__marker li[data-country="uz"]{
	top: 57.4%;
	left: 72.35%;
}
.shops-main__marker li[data-country="az"]{
	top: 62.95%;
	left: 56.45%;
}
.shops-main__marker li[data-country="ge"]{
	top: 55.8%;
	left: 50.3%;
}
.shops-main__marker i,
.shops-main__countries i{
	display: block;
	width: 35px;
	height: 45px;
	box-sizing: border-box;
	padding: 11px 0 10px;
	background: url("data:image/svg+xml,%3Csvg width='35' height='45' viewBox='0 0 35 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 17.325C35 31.8433 17.5 45 17.5 45C17.5 45 0 31.8433 0 17.325C0 7.75667 7.83502 0 17.5 0C27.165 0 35 7.75667 35 17.325Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 0 0 / 100% auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}
.shops-main__marker i:before,
.shops-main__countries i:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 3px);
	bottom: 6px;
}
.shops-main__marker li.active span{
	cursor: default;
}
.shops-main__content {
	width: 250px;
	position: relative;
	z-index: 1;
}
.shops-main__title {
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.045em;
	margin-bottom: 59px;
}
.shops-main__countries {
	padding: 0 0 0 2px;
	font-weight: 500;
	font-size: 18px;
	line-height: 33px;
}
.shops-main__countries button{
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 30px;
}
.shops-main__countries button.not-active i,
.shops-main__countries button.not-active span{
	opacity: 0.3;
}
.shops-main__countries button span{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	display: block;
	transition: all 0.2s;
}
.shops-main__countries button.active span{
	border-color: #E30512;
	cursor: default;
}
.shops-body__tab-item{
	display: none;
	padding: 44px 0 70px;
}
.shops-body__tab-item.show{
	display: block;
}
.shops-body__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.shops-body__item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.66666%;
	padding: 30px 20px;
	line-height: 0;
}
.shops-body__item img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}
.service-main {
	padding: 12px 0 64px;
	color: #000;
}
.service-main__block {
	padding: 40px 124px;
	background: #F5F5F5;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.045em;
	color: #000;
	margin-bottom: 60px;
}
.service-main__container {
	display: flex;
	align-items: center;
	padding-bottom: 60px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 60px;
}
.service-main__container:last-child,
.service-main__all:last-child{
	padding: 0;
	border: 0;
	margin: 0;
}
.service-main__image {
	width: 50%;
	line-height: 0;
	padding-right: 18px;
}
.service-main__content {
	width: 50%;
	padding: 0 0 0 45px;
}
.service-main__text {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.045em;
}
.service-main__text a{
	text-decoration: none;
}
.service-main__text strong{
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 18px;
}
.service-main__bottomtext{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-top: 78px;
}
.service-main__bottomtext{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
}
.service-main__all {
	padding-bottom: 60px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 60px;
}
.service-main__tabs {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 30px;
	margin-bottom: 56px;
}
.service-main__tabs button{
	width: calc((100% - 5 * 30px) / 6);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 10px 35px 8px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #A5A5A5;
	transition: all 0.2s;
}
.service-main__tabs button.active{
	background: none;
	border-color: var(--color-black);
	color: var(--color-black);
	cursor: default;
}
.service-main__items{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 30px;
}
.service-main__guarantee{
	padding: 31px 124px 83px;
	background: #F5F5F5;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.post-body.service-main__guarantee h2{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: var(--color-black);
	margin: 29px 0 41px;
}
.post-body.service-main__guarantee h3{
	font-weight: 600;
	color: var(--color-black);
	margin: 29px 0 11px;
}
.post-body.service-main__guarantee strong{
	display: block;
	color: var(--color-black);
	margin: 30px 0 0;
}
.post-body.service-main__guarantee p{
	margin-bottom: 10px;
}
.contact-main {
	padding: 10px 0 30px;
}
.contact-main__container {
	display: flex;
	background: #F5F5F5;
	padding: 61px 60px;
}
.contact-main__content {
	width: 47%;
	padding-right: 110px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
}
.contact-main__content h2{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
	margin-bottom: 60px;
}
.contact-main__content p{
	margin-bottom: 22px;
}
.contact-main__content a{
	text-decoration: none;
}
.contact-main__form {
	width: 53%;
}
.contact-main__inputs {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
}
.contact-main__inputs a{
	color: #5A5A5A;
	text-decoration: none;
}
.contact-main__inputs a:hover{
	color: #000;
	text-decoration: underline;
}
.contact-main__input {
	width: calc((100% - 1 * 20px) / 2);
	padding-bottom: 20px;
}
.contact-main__input input{
	width: 100%;
	height: 50px;
	padding: 5px 20px;
	border: 1px solid #fff;
	border-radius: 9px;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
}
.contact-main__textarea{
	width: 100%;
	padding-bottom: 6px;
}
.contact-main__textarea textarea{
	width: 100%;
	height: 120px;
	padding: 16px 20px;
	border: 1px solid #fff;
	border-radius: 9px;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	resize: none;
}
.contact-main__text {
	margin-bottom: 20px;
}
.contact-main__control {
	display: flex;
	align-items: center;
	gap: 40px;
}
.contact-main__inputs input[type="submit"]{
	height: 60px;
	padding: 10px 26px;
	font-size: 16px;
	line-height: 20px;
	flex-shrink: 0;
}
.popup-thankyou-show{
	overflow: hidden;
}
.popup-thankyou {
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	z-index: 70;
	transition: all 0.2s;
}
.popup-thankyou-show .popup-thankyou{
	visibility: visible;
	opacity: 1;
}
.popup-thankyou__bg {
	position: absolute;
	inset: 0;
	background: rgba(39, 39, 39, .4);
}
.popup-thankyou__popup {
	width: 705px;
	min-height: 300px;
	padding: 30px;
	background: #FFF;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s;
}
.popup-thankyou-show .popup-thankyou__popup{
	transform: scale(1);
	opacity: 1;
}
.popup-thankyou__close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.popup-thankyou__close svg{
	fill: #A5A5A5;
}
.popup-thankyou__close:hover svg{
	fill: #000;
}
.popup-thankyou__title {
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.045em;
	margin-bottom: 20px;
}
.popup-thankyou__text {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	margin-bottom: 30px;
}
.contact-body {
	padding: 29px 0;
}
.contact-body__container {
	display: flex;
	flex-wrap: wrap;
	gap: 78px 30px;
}
.contact-body__item{
	width: calc((100% - 2 * 30px) / 3);
}
.contact-body__name {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
	margin-bottom: 18px;
}
.contact-body__name i{
	display: block;
	line-height: 0;
	flex-shrink: 0;
}
.contact-body__content {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.045em;
	overflow-wrap: break-word;
	margin-bottom: 30px;
}
.contact-body__content a{
	text-decoration: none;
}
.contact-body__content a:hover{
	text-decoration: underline;
}
.contact-body__map {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: var(--color-black);
	text-decoration: underline;
}
.contact-body__map:hover{
	text-decoration: none;
}
.contact-body__map i{
	display: inline-block;
	margin-left: 12px;
}
.contact-maps {
	padding: 50px 0 0;
}
.contact-maps__map {
	display: none;
	height: 700px;
	line-height: 0;
}
.contact-maps__map.show{
	display: block;
}
.contact-maps__map iframe{
	width: 100% !important;
	height: 100% !important;
}

.styled-select{
	width: 100%;
	position: relative;
}
.styled-select__bg{
	position: fixed;
	inset: 0;
	background: rgba(39, 39, 39, .4);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s;
}
.styled-select.opened .styled-select__bg{
	visibility: visible;
	opacity: 1;
}
.styled-select select{
	display: none;
}
.styled-select__current{
	border: 1px solid #fff;
	border-radius: 9px;
	background: #fff;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 16px 32px 16px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}
.styled-select__current i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 18px;
	right: 20px;
	transform: rotate(-90deg);
	transition: transform 0.2s;
}
.styled-select.opened .styled-select__current i{
	transform: rotate(90deg);
}
.styled-select__current span{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.styled-select.opened .styled-select__current:after{
	transform: rotate(180deg);
}
.styled-select__list{
	visibility: hidden;
	opacity: 0;
	transform: translateY(-5px);
	max-height: 50vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	min-width: 100%;
	border-radius: 9px;
	background: #fff;
	white-space: nowrap;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1;
	transition: all 0.2s;
}
.styled-select.opened .styled-select__list{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.styled-select__list button{
	display: block;
	width: 100%;
	padding: 8px 20px 9px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	text-align: left;
	cursor: pointer;
}
.styled-select__list button:hover{
	color: #000;
}
.styled-select__list::-webkit-scrollbar{
	width: 5px;
}
.styled-select__list::-webkit-scrollbar-thumb{
	background-color: #d0d0d0;
}
.about {
	padding: 12px 0 119px;
}
.about__image {
	line-height: 0;
}
.about__content {
	padding: 60px 122px;
	background: #F5F5F5;
}
.about__content strong{
	color: var(--color-black);
}
.checking {
	padding: 11px 0 166px;
}
.checking__top {
	display: flex;
	gap: 30px;
	background: #F5F5F5;
	padding: 60px 122px;
}
.checking__col{
	width: calc(50% - 15px);
}
.checking__toptitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.045em;
}
.checking__form {
	display: flex;
	margin: 0 auto;
	pointer-events: all;
	background: #FFF;
	border-radius: 9px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.checking__form input{
	width: 100%;
	height: 50px;
	padding: 5px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.045em;
	color: #5A5A5A;
	border: none;
	background: none;
}
.checking__form button{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100px;
	height: 50px;
	background: #F5F5F5;
	border: 1px solid #DFDFDF;
	border-radius: 9px;
}
.checking__form button svg{
	transform: scaleX(-1);
	transition: fill 0.2s;
}
.checking__form button:hover svg{
	fill: var(--color-orange);
}
.checking__middle {
	padding: 43px 122px;
}
.checking__middletext-1{
	color: var(--color-orange);
	margin-bottom: 30px;
}
.checking__bottom {
	padding: 58px 123px 40px;
	background: #F5F5F5;
}
.checking__bottom.post-body h2{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 11px;
}
.checking__bottom.post-body h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin: 30px 0 11px;
}
.checking__bottom.post-body strong{
	display: block;
	margin-top: 33px;
}
.compare {
	padding: 12px 0;
}
.compare__section{
	margin-bottom: 50px;
}
.compare__sort {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 31px;
}
.compare__sort button{
	min-width: 140px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 30px;
	padding: 6px 15px 7px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	color: #A5A5A5;
	transition: all 0.2s;
}
.compare__sort button.active{
	background: none;
	border-color: var(--color-black);
	color: var(--color-black);
	cursor: default;
}
.compare__table {
	overflow-x: auto;
	overflow-y: hidden;
}
.compare__table::-webkit-scrollbar{
	height: 2px;
	border-radius: 4px;
	background: #DFDFDF;
}
.compare__table::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background: var(--color-black);
}
.compare__table table{
	text-align: left;
	min-width: max-content;
	margin-bottom: 40px;
}
.compare__table th{
	width: 245px;
	padding-right: 30px;
	position: relative;
	vertical-align: top;
	padding-bottom: 29px;
	border-bottom: 1px solid #DFDFDF;
}
.compare__table th:last-child{
	width: 215px;
	padding-right: 0px;
}
.compare__table tr.hide{
	display: none;
}
.compare__table td{
	width: 245px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
}
.compare__table td:first-child{
	font-weight: 500;
}
.compare__table td:last-child{
	width: 215px;
	padding-right: 0px;
}
.compare__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.045em;
}
.compare__info{
	position: relative;
	padding: 26px 0 0;
}
.compare__remove {
	position: absolute;
	top: 9px;
	right: 8px;
	cursor: pointer;
}
.compare__remove svg{
	fill: #A5A5A5;
	transition: fill 0.2s;
}
.compare__remove:hover svg{
	fill: var(--color-black);
}
.compare__info a:not(:hover){
	text-decoration: none;
}
.compare__info a:hover{
	text-decoration: underline;
}
.compare__image {
	padding-top: 83%;
	position: relative;
	margin: 0 10px 21px;
}
.compare__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: contain;
}
.compare__name {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
}
.page404{
	padding: 19px 0;
}
.page404 .breadcrumbs{
	margin-bottom: 0;
}
.page404__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 460px;
	max-width: 100%;
	min-height: calc(100vh - 395px);
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}
.page404__title {
	font-weight: 800;
	font-size: 128px;
	line-height: 128px;
	margin-bottom: 14px;
}
.page404__text {
	font-size: 14px;
	line-height: 17px;
	color: #5A5A5A;
	margin-bottom: 36px;
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	flex: 0 0 auto;
	padding: 41px 0 36px;
	background: var(--color-black);
	position: relative;
	color: #FFF;
}
.site-footer__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 33px;
}
.site-footer__left {
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
}
.footer-logo{
	flex-shrink: 0;
	margin-right: 126px;
}
.footer-logo svg{
	fill: #FFF;
}
.footer-nav {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
}
.footer-nav ul{
	columns: 3;
	column-gap: 36px;
}
.footer-nav li{
	display: block;
	margin-bottom: 17px;
}
.footer-nav a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
.footer-nav a:hover{
	text-decoration: underline;
}
.site-footer__right {
	flex-shrink: 0;
}
.footer-btn {
	margin-bottom: 59px;
}
.footer-social {
	display: flex;
	justify-content: flex-end;
	gap: 29px;
}
.footer-social a{
	display: block;
	line-height: 0;
}
.footer-social svg{
	fill: #FFF;
	transition: fill 0.2s;
}
.footer-social a:hover svg{
	fill: var(--color-orange);
}
.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 50px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.045em;
}
.site-footer__text:last-child{
	text-align: right;
}
.totop{
	z-index: 99;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s all;
}
.totop.show{
	visibility: visible;
	opacity: 1;
}
.totop button{
	position: sticky;
	top: calc(100vh - 90px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #DFDFDF;
	border-radius: 50%;
	pointer-events: all;
	transition: all 0.2s;
}
.totop button:hover{
	background: var(--color-black);
}
.totop button svg{
	fill: #fff;
	transform: rotate(90deg);
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Mobile
-----------------------------------------------------------------------------*/
.mobile-menu-open{
	overflow: hidden;
}
.mobile-panel{
	width: 100%;
	height: 100%;
	position: fixed;
	inset: 50px 0 0;
	padding: 0 12px;
	background: #fff;
	transition: all 0.2s ease-out 0s;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.mobile-menu-open .mobile-panel{
	visibility: visible;
	opacity: 1;
}
.mobile-panel__main{
	overflow-y: auto;
	height: calc((var(--vh, 1vh) * 100) - 111px);
	margin: 0 -10px 0 -3px;
	padding: 0 10px 0 3px;
}
.mobile-menu{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}
.mobile-menu > ul > li{
	border-bottom: 1px solid #DDE3E8;
}
.mobile-menu > ul > li > a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.mobile-menu > ul > li > ul{
	display: none;
}
.mobile-btn .button{
	min-width: 163px;
}
.mobile-panel__footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 20px 0;
}
.mobile-social {
	display: flex;
	justify-content: flex-end;
	gap: 29px;
}
.mobile-social a{
	display: block;
	line-height: 0;
}
.mobile-lang ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	font-weight: 500;
	font-size: 16px;
}
.mobile-lang ul a{
	text-decoration: none;
}
.mobile-lang ul li.current a{
	color: var(--color-orange);
}
.only-mobile{
	display: none;
}
/* Responsive
-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
	.post-featured__items .swiper-wrapper {
	  display: block;
	}
  
	.post-featured__items .swiper-slide {
	  width: 100% !important;
	  margin-bottom: 24px;
	}
  }
@media only screen and (max-width: 1464px){
	.inner{
		margin-left: 12px;
		margin-right: 12px;
	}
}
@media only screen and (max-width: 1190px){
	.site-container{
		padding-top: 50px;
	}
	.site-header {
		padding: 12px 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.site-header__container{
		gap: 20px;
	}
	.header-nav,.header-lang{
		display: none;
	}
	.header-logo{
		width: 57px;
		flex-shrink: 0;
	}
	.site-header__right{
		flex-direction: row-reverse;
		width: 50%;
	}
	.header-search{
		width: 20px;
		height: 20px;
		margin-left: 18px;
	}
	.header-search svg{
		width: 100%;
	}
	.header-compare{
		display: flex;
		width: 23px;
		height: 23px;
		margin-left: 0;
	}
	.header-compare svg{
		width: 100%;
	}
	.header-compare span{
		top: -5px;
		right: -5px;
	}
	.touch-menu{
		display: block;
		width: 50%;
	}
	.touch-menu button{
		display: block;
		position: relative;
		overflow: hidden;
		width: 26px;
		height: 26px;
		cursor: pointer;
	}
	.touch-menu button span {
		display: block;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		height: 2px;
		background: #101828;
		transition: background 0 0.3s;
	}
	.touch-menu span::before,
	.touch-menu span::after{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #101828;
		 transition-duration: 0.3s, 0.3s;
		 transition-delay: 0.3s, 0;
	}
	.touch-menu span::before {
		top: -8px;
		 transition-property: top, transform;
	}
	.touch-menu span::after {
		bottom: -8px;
		 transition-property: bottom, transform;
	}
	.touch-menu button.active span {
		background: none !important;
	}
	.touch-menu button.active span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.touch-menu button.active span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.touch-menu button.active span::before,
	.touch-menu button.active span::after {
		transition-delay: 0, 0.3s;
	}
	.product-main {
		padding: 29px 0 30px;
	}
	.product-gallery {
		padding: 0 40px 0 75px;
	}
	.product-gallery__nav {
		width: 50px;
		height: 350px;
	}
	.product-desc{
		margin-bottom: 30px;
	}
	.product-main__btns:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.product-content__body {
		padding: 30px 50px;
	}
	.section-product {
		padding: 20px 0 60px;
	}
	.section-category {
		padding: 40px 0 20px;
	}
	.section-category__container {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	.section-category__item:nth-child(2) .section-category__content {
		padding-top: calc(200% + 15px);
	}
	.section-category__item:nth-child(9) .section-category__content {
		padding-top: calc(50% - 8px);
	}
	.section-category__name{
		padding: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.section-video {
		padding: 40px 0 80px;
	}
	.section-post {
		padding: 40px 0;
	}
	.section-buy{
		padding: 40px 0;
	}
	.product-catalog__main {
		padding: 25px 0 60px 20px;
	}
	.popup-category{
		width: 20%;
	}
	.post-main__content {
		padding: 0 25px 0 0;
	}
	.post-main__image{
		margin-right: 0;
	}
	.post-main__sidebar{
		padding: 0 0 0 25px;
	}
	.post-main + .product-catalog {
		padding: 0 0 20px;
	}
	.post-main + .product-catalog:before {
		margin: 30px auto;
	}
	.post-catalog__items{
		grid-template-columns: repeat(2, 1fr);
	}
	.service-main__bottomtext{
		margin-top: 40px;
	}
	.service-main__tabs button{
		width: calc((100% - 2 * 30px) / 3);
		padding: 10px 15px 8px;
	}
	.service-main__container,
	.service-main__all{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.service-main__items{
		grid-template-columns: repeat(2, 1fr);
	}
	.service-main__guarantee {
		padding: 31px 70px 83px;
	}
	.contact-main__container {
		padding: 30px;
	}
	.contact-main__content{
		padding-right: 50px;
	}
	.contact-main__control{
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.contact-body__item {
		width: calc((100% - 1 * 30px) / 2);
	}
	.checking {
		padding: 11px 0 80px;
	}
	.checking__top{
		padding: 60px 50px;
	}
	.checking__middle {
		padding: 43px 50px;
	}
	.checking__bottom {
		padding: 58px 50px 40px;
	}
	.footer-logo {
		margin-right: 50px;
	}
	.totop{
		display: none;
	}
}
@media only screen and (max-width: 992px){
	.popup-category{
		width: 25%;
	}
	.site-footer {
		padding: 13px 0 36px;
	}
	.site-footer__main{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.site-footer__left{
		width: 100%;
		padding: 0 0 30px;
	}
	.footer-logo{
		display: none;
	}
	.footer-nav ul{
		columns: auto;
	}
	.site-footer__right{
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}
	.footer-btn{
		margin: 0;
		flex-grow: 1;
		text-align: right;
	}
	.footer-btn .button{
		width: 100%;
		max-width: 164px;
	}
	.footer-social{
		flex-shrink: 0;
	}
	.site-footer__bottom{
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		font-size: 10px;
		line-height: 12px;
	}
}
@media only screen and (max-width: 767px){
	.page-head {
		padding: 8px 0;
	}
	.breadcrumbs{
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 24px;
	}
	.breadcrumbs li:not(:last-child):after {
		margin: 0 0 0 2px;
	}
	.section-title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.post-body {
		font-size: 12px;
		line-height: 15px;
	}
	.post-body img {
		margin-bottom: 25px;
	}
	.post-body h2 {
		font-size: 14px;
		line-height: 17px;
		margin: 33px 0 7px;
	}
	.post-body p {
		margin-bottom: 15px;
	}
	.post-body ul{
		margin-bottom: 15px;
	}
	.post-body ul li {
		padding-left: 18px;
	}
	.post-body ul li:before {
		inset: 8px auto auto 8px;
	}
	.button{
		min-width: 0;
		height: 36px;
		font-size: 12px;
	}
	.button i{
		width: 17px;
		height: 16px;
	}
	.section-welcome__arrow{
		inset: auto 0 12px
	}
	.section-welcome__arrow a{
		width: 30px;
		height: 30px;
	}
	.section-welcome__arrow a svg{
		width: 8px;
		height: 12px;
	}
	.section-category{
		overflow: hidden;
		padding: 36px 0 14px;
	}
	.section-category__container{
		display: none;
	}
	.section-category__slider{
		display: block;
	}
	.section-category__slider .swiper-slide{
		width: 250px;
	}
	.section-category__name{
		padding: 10px;
		font-size: 14px;
		line-height: 17px;
	}
	.section-category__all{
		margin-top: 32px;
	}
	.section-product {
		padding: 21px 0 50px;
	}
	.section-product .swiper-slide{
		width: auto;
	}
	.section-product .product-item{
		width: 250px;
	}
	.section-product .product-item .product-energy {
		top: 5px;
	}
	.section-product .product-item .product-energy__badge{
		width: 32px;
		height: 15px;
		font-size: 10px;
		line-height: 12px;
	}
	.section-product .product-item__compare {
		top: 0;
		right: 2px;
	}
	.section-product .product-item__compare button{
		width: 28px;
		width: 26px;
	}
	.section-product .product-item__image {
		padding-top: 75%;
		margin-bottom: 13px;
	}
	.section-product .product-item__name {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.section-product .product-item__code {
		font-size: 8px;
		line-height: 10px;
	}
	.section-product__btn,
	.section-product__prev,
	.section-product__next{
		display: none;
	}
	.section-video{
		padding: 23px 0 35px;
	}
	.section-video__slider {
		margin-top: 0;
	}
	.section-video__slider .swiper-slide{
		width: 250px;
	}
	.section-video__prev,
	.section-video__next{
		display: none;
	}
	.section-video__slider .swiper-container{
		overflow: visible;
	}
	.section-post {
		padding: 36px 0;
	}
	.section-post__slider .swiper-container{
		overflow: visible;
	}
	.section-post__prev,
	.section-post__next{
		display: none;
	}
	.section-product__slider .swiper-container {
		overflow: visible;
	}
	.section-post__slider .swiper-slide{
		width: 250px;
	}
	.section-post__slider .post-item__name{
		font-size: 12px;
		line-height: 15px;
	}
	.section-post__slider .post-item__text{
		display: none;
	}
	.section-post__slider .post-item__content{
		max-height: none;
		mask-image: none;
		-webkit-mask-image: none;
	}
	.post-item{
		padding: 0 18px;
	}
	.post-item__image{
		padding-top: 94%;
		margin-bottom: 11px;
	}
	.post-item__content{
		margin: 0 -18px;
	}
	.post-item__name{
		font-size: 14px;
		line-height: 17px;
	}
	.post-item__text {
		font-size: 12px;
		line-height: 14px;
	}
	.section-post{
		margin-top: 20px;
	}
	.section-post__btn {
		margin-top: 46px;
	}
	.section-post__btn .button{
		min-width: 164px;
	}
	.section-buy {
		padding: 24px 0 42px;
	}
	.section-buy__slider {
		margin-top: 30px;
	}
	.section-buy__slider .swiper-container {
		overflow: visible;
	}
	.section-buy__slider .swiper-slide{
		width: auto;
	}
	.section-buy__slider .swiper-slide img{
		width: 100%;
		height: 100%;
		max-width: 150px;
		max-height: 70px;
		object-fit: contain;
	}
	.product-energy__text{
		font-size: 12px;
		line-height: 15px;
		margin-left: 10px;
	}
	.product-main__container{
		flex-direction: column;
	}
	.product-main__badges.product-main__badges_mobile{
		display: flex;
	}
	.product-main__badges{
		display: none;
		margin-bottom: 0;
		gap: 16px;
	}
	.product-gallery{
		width: 100%;
		padding: 0 0 24px;
	}
	.product-gallery__main a{
		padding-top: 100%;
	}
	.product-gallery__main img {
		inset: 18px;
		max-width: calc(100% - 36px);
		height: calc(100% - 36px);
	}
	.product-gallery__main-prev,
	.product-gallery__main-next{
		display: none;
	}
	.product-gallery__nav .swiper-slide{
		width: 69px;
	}
	.product-gallery__nav{
		width: 100%;
		height: auto;
		position: relative;
		inset: auto;
	}
	.product-gallery__nav-prev{
		top: calc(50% - 10px);
		left: -10px;
		transform: rotate(0deg);
	}
	.product-gallery__nav-next{
		top: calc(50% - 10px);
		bottom: auto;
		left: auto;
		right: -10px;
		transform: rotate(-180deg);
	}
	.slider-arrow{
		width: 20px;
		height: 20px;	
	}
	.slider-arrow svg{
		width: 4px;
		height: 7px;
	}
	.product-main__content .product-energy{
		display: none;
	}
	.product-main__content{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.product-main__name{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.product-main__code{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 17px;
	}
	.product-main__price{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 23px;
	}
	.product-main__price span{
		font-size: 21px;
		line-height: 26px;
	}
	.product-desc{
		order: 10;
		margin: 32px 0 0;
		padding-top: 9px;
	}
	.product-desc__title{
		position: relative;
		padding: 15px 50px 14px 0;
		font-size: 14px;
		line-height: 17px;
		user-select: none;
		cursor: pointer;
		margin-bottom: 0;
	}
	.product-desc__title i{
		display: block;
		line-height: 0;
		position: absolute;
		top: 18px;
		right: 10px;
		transform: rotate(90deg);
	}
	.product-desc.open .product-desc__title i{
		transform: rotate(-90deg);
	}
	.product-desc__title i svg{
		stroke: #101828;
	}
	.product-desc:not(.open) .product-desc__text{
		display: none;
	}
	.product-desc:not(.open){
		border-bottom: 1px solid #DFDFDF;
	}
	.product-desc__text{
		padding: 12px;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 13px;
	}
	.product-main__btns{
		flex-wrap: nowrap;
		row-gap: 8px;
		column-gap: 8px;
	}
	.product-main__btns:not(:last-child){
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 24px
	}
	.product-main__btns .button{
		width: 100%;
	}
	.product-main__dl{
		gap: 12px;
	}
	.product-main__dl a {
		gap: 8px;
		padding: 10px 25px 9px;
		font-size: 10px;
		line-height: 15px;
	}
	.product-main__dl a i{
		width: 14px;
		height: 14px;
		margin-bottom: 1px;
	}
	.product-info {
		padding: 0 0;
	}
	.product-info__tabs{
		display: none;
	}
	.product-info .tabs__block{
		height: auto;
		transform: none;
		opacity: 1;
		border-bottom: 1px solid #DFDFDF;
		overflow: visible;
	}
	.product-info__tabbtn{
		width: 100%;
		display: block;
		position: relative;
		padding: 15px 50px 14px 0;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.045em;
		text-align: left;
	}
	.product-info__tabbtn i{
		display: block;
		line-height: 0;
		position: absolute;
		top: 18px;
		right: 10px;
		transform: rotate(90deg);
	}
	.tabs__block.open .product-info__tabbtn i{
		transform: rotate(-90deg);
	}
	.product-info__tabbtn i svg{
		stroke: #101828;
	}
	.product-info__tabbody{
		display: none;
	}
	.tabs__block.open .product-info__tabbody{
		display: block;
	}
	.product-prop{
		padding: 9px 0 24px;
	}
	.product-prop__block:not(:last-child) {
		margin-bottom: 23px;
	}
	.product-prop__name {
		font-size: 12px;
		line-height: 15px;
	}
	.product-prop table td{
		padding: 6px 0px 5px;
		font-size: 10px;
		line-height: 12px;
	}
	.product-prop table td:last-child{
		padding-left: 5px;
	}
	.product-buy__item{
		width: 33.3333%;
	}
	.product-content {
		padding: 24px 0 15px
	}
	.product-content__body {
		padding: 24px 8px 9px
	}
	.product-content .post-body h2{
		margin: 33px 0 7px;
	}
	.product-main {
		padding: 8px 0 0;
	}
	.product-catalog__filtercall{
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 5px;
		width: calc(50% - 4px);
		padding: 8px 25px 6px;
		border: 1px solid var(--color-black);
		border-radius: 50px;
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.045em;
		text-align: center;
	}
	.product-catalog__head{
		align-items: center;
		padding-bottom: 20px;
		margin: 12px 0 9px;
	}
	.catalog-sort{
		width: calc(50% - 4px);
	}
	.catalog-sort__button{
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		padding: 9px 25px 7px;
	}
	.catalog-sort__button i{
		margin-left: 8px;
	}
	.catalog-sort__button i svg{
		width: 4px;
		height: 8px;
	}
	.product-catalog{
		padding: 0 0 48px !important;
	}
	.product-catalog__results{
		padding: 0;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
	.product-catalog__sidebar{
		width: 0;
		height: 0;
		border: none;
		padding: 0;
	}
	.mobile-filter-open{
		overflow: hidden;
	}
	.filter{
		visibility: hidden;
		opacity: 0;
		position: fixed;
		inset: 0;
		background: #FFF;
		padding: 24px 12px;
		z-index: 150;
	}
	.mobile-filter-open .filter{
		visibility: visible;
		opacity: 1;
	}

	.filter__back a {
		padding: 11px 5px 12px;
		font-size: 12px;
		line-height: 15px;
	}
	.filter__back a i{
		width: 17px;
		height: 12px;
	}
	.filter__scroll{
		overflow-y: auto;
		height: calc((var(--vh, 1vh) * 100) - 104px);
		margin: 0 -10px 20px -3px;
		padding: 0 10px 0 3px;
	}
	.filter__btns{
		display: flex !important;
		align-items: flex-start;
		gap: 8px;
	}
	.filter__btns .button{
		width: 100%;
	}
	.product-catalog__main{
		width: 100%;
		padding: 0 !important;
	}
	.product-catalog__items{
		display: block;
	}
	.product-catalog__item {
		padding-bottom: 33px;
	}
	.product-catalog__item::after{
		display: none !important;
	}
	.product-item__badges{
		top: 5px;
		gap: 8px
	}
	.product-item__badges .badge{
		min-width: 0;
		padding: 4px 8px 5px;
		font-size: 9px;
	}
	.product-item__image {
		padding-top: 88%;
	}
	.product-item__image img {
		height: calc(100% - 50px);
	}
	.product-item__name{
		font-size: 14px;
		line-height: 17px;
	}
	.product-item__code{
		font-size: 10px;
		line-height: 12px;
	}
	.product-item__price{
		font-size: 10px;
		line-height: 12px;
		margin-top: 17px;
	}
	.product-item__price span{
		font-size: 16px;
		line-height: 20px;
	}
	.pagination{
		display: none;
	}
	.product-catalog__btn {
		margin-top: 7px;
	}
	.product-catalog__btn .button{
		min-width: 164px;
	}
	.post-main {
		padding: 8px 0;
	}
	.post-main .breadcrumbs {
		margin-bottom: 13px;
	}
	.post-main__container{
		flex-direction: column;
	}
	.post-main__content{
		width: 100%;
		padding: 0 0 21px;
	}
	.post-main__image{
		margin: 0 0 20px;
	}
	.post-main__sidebar{
		width: 100%;
		padding: 36px 0 0;
		border: none;
		border-top: 1px solid #DFDFDF;
	}
	.post-featured__title{
		font-size: 18px;
		line-height: 22px;
	}
	.post-featured__title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.post-featured__items .swiper-slide{
		width: 250px;
	}
	.post-featured__item{
		padding: 8px 17px;
		margin-bottom: 0;
	}
	.post-featured__image{
		margin-bottom: 15px;
	}
	.post-featured__name{
		margin: 0 -17px;
		font-size: 12px;
		line-height: 15px;
	}
	.post-main__btn {
		margin-top: 33px;
		text-align: center;
	}
	.post-main__btn .button{
		min-width: 164px;
	}
	.post-main + .product-catalog:before {
		margin: 28px auto 36px;
	}
	.post-catalog {
		padding: 0 0 48px;
	}
	.post-catalog__items{
		grid-template-columns: repeat(1, 1fr);
		gap: 50px 32px;
		border-bottom: none;
		padding-bottom: 0;
	}
	.post-catalog__btn {
		margin-top: 40px;
	}
	.post-catalog__btn .button{
		min-width: 164px;
	}
	.category-catalog {
		padding: 8px 0 48px;
	}
	.category-catalog .breadcrumbs {
		margin-bottom: 24px;
	}
	.category-catalog__section:not(:last-child) {
		margin-bottom: 71px;
	}
	.category-catalog__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 8px;
		margin-top: 30px;
	}
	.category-catalog__image{
		margin: 0 24px 4px;
	}
	.category-catalog__name{
		font-size: 12px;
		line-height: 15px;
	}
	.category-catalog__btn{
		margin-top: 59px;
	}
	.shops-main{
		padding: 29px 0;
	}
	.shops-main__container{
		padding: 0 10px;
	}
	.shops-main__title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.shops-main__countries button span{
		font-size: 14px;
		line-height: 17px;
	}
	.shops-main__map{
		display: none;
	}
	.shops-body__tab-item{
		padding: 10px 0 50px;
	}
	.shops-body__item{
		width: 33.3333333%;
		padding: 20px;
	}
	.service-main{
		padding: 8px 0 48px
	}
	.service-main__block{
		padding: 12px;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	.service-main__container{
		flex-direction: column;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 47px;
	}
	.service-main__image{
		width: 100%;
		padding: 0 0 21px;
	}
	.service-main__content{
		width: 100%;
		padding: 0;
	}
	.service-main__text{
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.045em;
	}
	.service-main__text strong{
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.045em;
		margin-bottom: 2px;
	}
	.service-main__text p{
		margin-bottom: 11px;
	}
	.service-main__bottomtext{
		font-size: 14px;
		line-height: 17px;
		margin-top: 30px;
	}
	.service-main__tabs{
		row-gap: 12px;
		column-gap: 8px;
		margin-bottom: 25px;
	}
	.service-main__tabs button{
		width: calc((100% - 1 * 8px) / 2);
		padding: 7px 5px 8px;
		min-height: 36px;
		font-size: 12px;
		line-height: 15px;
	}
	.service-main__items{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.service-main__all{
		padding-bottom: 0;
		border: 0;
		margin-bottom: 30px;
	}
	.service-main__guarantee {
		padding: 3px 12px 13px;
		background: #F5F5F5;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.045em;
		color: #5A5A5A;
	}
	.post-body.service-main__guarantee h2{
		font-size: 16px;
		line-height: 20px;
		margin: 22px 0 33px;
	}
	.post-body.service-main__guarantee h3 {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.045em;
		margin: 33px 0 6px;
	}
	.post-body.service-main__guarantee strong{
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.045em;
		margin: 33px 0 0;
	}
	.contact-main {
		padding: 10px 0 20px;
	}
	.contact-main__container{
		flex-direction: column;
		padding: 23px 12px;
	}
	.contact-main__content{
		width: 100%;
		padding: 0;
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 39px;
	}
	.contact-main__content h2{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 23px;
	}
	.contact-main__content p{
		margin-bottom: 15px;
	}
	.contact-main__form{
		width: 100%;
	}
	.contact-main__inputs{
		font-size: 9px;
		line-height: 11px;
	}
	.contact-main__input{
		width: 100%;
		padding-bottom: 12px;
	}
	.contact-main__input input{
		height: 40px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.contact-main__textarea textarea{
		height: 100px;
		padding: 11px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.contact-main__text {
		margin-bottom: 16px;
	}
	.contact-main__inputs input[type="submit"] {
		height: 36px;
		padding: 5px 46px;
		font-size: 12px;
		line-height: 15px;
	}
	.styled-select__current{
		height: 40px;
		padding: 11px 32px 11px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.styled-select__current i {
		width: 6px;
		height: 10px;
		top: 13px;
		right: 11px;
	}
	.styled-select__list {
		padding: 2px 0;
	}
	.styled-select__list button{
		padding: 11px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.popup-thankyou__popup {
		width: 339px;
		max-width: calc(100vw - 24px);
		min-height: 252px;
		padding: 20px;
	}
	.popup-thankyou__close {
		top: 12px;
		right: 12px;
	}
	.popup-thankyou__title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.popup-thankyou__text{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 20px;
	}
	.popup-thankyou__btn .button{
		min-width: 164px;
	}
	.contact-body {
		padding: 18px 0;
	}
	.contact-body__container {
		gap: 48px 30px;
	}
	.contact-body__item{
		width: 100%;
	}
	.contact-body__name{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.contact-body__content{
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.contact-body__map{
		font-size: 12px;
		line-height: 15px;
	}
	.contact-body__map i {
		margin-left: 8px;
	}
	.contact-maps {
		padding: 27px 0 0;
	}
	.contact-maps__map{
		height: 400px;
	}
	.about {
		padding: 8px 0 48px;
	}
	.about__content {
		padding: 25px 12px 8px;
	}
	.about__content strong{
		font-size: 14px;
		line-height: 17px;
	}
	.checking {
		padding: 8px 0 48px;
	}
	.checking__top{
		gap: 16px;
		flex-direction: column;
		padding: 12px 12px 24px
	}
	.checking__col{
		width: 100%;
	}
	.checking__toptitle{
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.045em;
	}
	.checking__form input {
		width: 100%;
		height: 36px;
		padding: 5px 12px;
		font-size: 9px;
		line-height: 11px;
	}
	.checking__form button{
		width: 80px;
		height: 36px;
	}
	.checking__form button svg{
		width: 5px;
		height: 10px;
	}
	.checking__middle {
		padding: 24px 0px 9px;
	}
	.checking__middletext-1{
		margin-bottom: 16px;
	}
	.checking__bottom {
		padding: 25px 12px 10px;
	}
	.checking__bottom.post-body h2{
		font-size: 14px;
		line-height: 17px;
		margin: 0 0 7px;
	}
	.checking__bottom.post-body h3{
		font-size: 14px;
		line-height: 17px;
		margin: 33px 0 7px;
	}
	.checking__bottom.post-body strong{
		font-size: 14px;
		line-height: 17px;
		margin-top: 33px;
	}
	.compare{
		padding: 28px 0 0px
	}
	.compare__sort{
		gap: 8px;
		margin-bottom: 25px;
	}
	.compare__sort button{
		width: calc(50% - 4px);
	}
	.compare__name{
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.045em;
	}
	.compare__table table {
		margin-bottom: 36px;
	}
	.compare__table th{
		width: 172px;
		padding-right: 8px;
		max-width: calc(50vw - 12px);
		padding-bottom: 23px;
	}
	.compare__table th:last-child{
		width: 164px;
	}
	.compare__table td{
		width: 172px;
		max-width: calc(50vw - 12px);
		padding-right: 8px;
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.045em;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.compare__table td:last-child{
		width: 164px;
		padding-right: 0px;
	}
	.compare__remove {
		width: 14px;
		height: 14px;
		top: 6px;
		right: 6px;
	}
	.compare__info {
		padding: 19px 0 0;
	}
	.compare__image {
		padding-top: 83%;
		position: relative;
		margin: 0 10px 17px;
	}
	.page404 {
		padding: 8px 0;
	}
	.page404__container {
		padding: 35px 0;
	}
	.page404__title{
		font-size: 96px;
		line-height: 96px;
	}
	.page404__text{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 22px;
	}
	.page404__btn .button {
		min-width: 164px;
	}
	.only-mobile{
		display: block;
	}
	.only-desktop{
		display: none;
	}
}