/*
Theme Name: Belkin 2025
Theme URI: https://wordpress.org/
Description: 
Author: Belkin
Author URI: 
Version: 100.0
*/
/* @font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/geologica-v1-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/geologica-v1-cyrillic_latin-300.woff2') format('woff2');
}
@font-face{
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/geologica-v1-cyrillic_latin-300i.woff2') format('woff2');
}
@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/geologica-v1-cyrillic_latin-500.woff2') format('woff2');
}
@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/geologica-v1-cyrillic_latin-600.woff2') format('woff2');
} */

@font-face{
	font-family: 'Eurostile';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/eurostile-next-w1g-wide-bold-italic.otf') format('opentype');
}
@font-face{
	font-family: 'Play';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Play-Regular.woff2') format('woff2');
}
@font-face{
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'),
		url('fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Light'),
		url('fonts/Roboto-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Light'),
		url('fonts/Roboto-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Medium'),
		url('fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Bold'),
		url('fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

/* Eric Meyer's CSS Reset */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html{
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	height: 100%;
}
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: 'Roboto', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner{
	min-width: 280px;
	max-width: 1440px;
	margin: 0 auto;
}
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
a{
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img{
	max-width: 100%;
	height: auto;
}
svg{
	max-width: 100%;
	height: auto;
	fill: #000;
}
:invalid{
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
body:not(.home) .site-container{
	padding-top: 107px;
}
/* Header
-----------------------------------------------------------------------------*/
.site-header{
	background: #FFF;
	box-shadow: 0px 5px 20px rgba(16, 16, 16, 0.1);
	padding: 11px 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;



	
}
.site-header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logos{
	display: flex;
}
.header-logos__logo_1{
	width: 98px;
}
.header-logos__logo_2{
	width: 170px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #000;
}
.site-header__right{
	min-height: 60px;
	display: flex;
	align-items: center;
	width: 100%;
}

.header-nav {
	margin: 0 auto;
}

.header-nav > ul{
	display: flex;
}
.header-nav > ul > li{
	font-size: 15px;
	line-height: 20px;
	margin-left: 19px;
}
.header-nav > ul > li > a{
	display: block;
	position: relative;
	text-decoration: none;
}
.header-nav > ul > li > a:hover{
	color: #555;
}
.header-nav > ul > li.menu-item-production > a:after{
	content: '';
	display: block;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.header-lang{
	/* margin-left: 140px; */
	position: relative;
}
.header-lang__current{
	font-size: 17px;
	line-height: 21px;
	cursor: pointer;
}
.header-lang:hover .header-lang__current{
	color: #555;
}
.header-lang__list{
	visibility: hidden;
	opacity: 0;
	transform: translateY(-5px);
	position: absolute;
	top: calc(100% + 5px);
	left: -7px;
	background: #000;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 3px 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	transition: all 0.2s;
}
.header-lang__list:before{
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
}
.header-lang:hover .header-lang__list{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.header-lang__list li{
	padding: 4px 10px;
}
.header-lang__list a{
	color: #fff;
	text-decoration: none;
}
.header-lang__list a:hover{
	color: #6FFB38;
}
.header-compare{
	display: block;
	position: relative;
	margin-left: 22px;
}
.header-compare:hover svg{
	fill: #555;
}
.header-compare.compare-not-active{
	pointer-events: none;
}
.header-compare span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	background: #6FFB38;
	border-radius: 50%;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: -7px;
	right: -7px;
}
.header-compare.compare-not-active span{
	display: none;
}
.header-cart{
	display: block;
	position: relative;
	margin: 0 3px 0 20px;
}
/* .header-compare.compare-not-active{
	pointer-events: none;
} */
.header-cart:hover svg{
	fill: #555;
}
.header-cart span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	background: #6FFB38;
	border-radius: 50%;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: -7px;
	right: -7px;
}
.header-search{
	cursor: pointer;
	margin-left: 16px;
}
.header-search:hover svg{
	fill: #555;
}
.submenu-product{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s;
}
.header-nav > ul > li:hover .submenu-product{
	visibility: visible;
	opacity: 1;
}
.header-btn{
	margin-left: 37px;
}
.header-btn .button,
.footer-btn .button{
	border: 1px solid #000;
}
.submenu-product-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(159,159,159,0.4);
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.submenu-product-overlay.show{
	visibility: visible;
	opacity: 1;
}
.submenu-product__popup{
	background: #FFF;
	padding-bottom: 50px;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
	position: relative;;
}
.submenu-product__list{
	display: flex;
	flex-wrap: wrap;
	padding: 22px 0 0;
	margin: 0 -15px;
}
.submenu-product__list li{
	width: 16.666666666%;
	padding: 0 15px 21px;
}
.submenu-product__list li a{
	display: block;
	padding: 20px 24px 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.submenu-product__list li a:hover{
	background: #FFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.submenu-product__image{
	padding-top: 73%;
	position: relative;
	margin-bottom: 10px;
}
.submenu-product__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.submenu-product__name{
	min-height: 32px;
	font-family: 'Play';
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 -14px;
}
.submenu-product__btn{
	text-align: center;
}
.searchbox{
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	padding: 15px 0;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
}
body:not(.search-results) .searchbox{
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}
.searchbox.show{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.searchbox__form{
	display: flex;
	align-items: center;
}
.searchbox__input{
	flex-grow: 1;
	padding-right: 50px;
}
.searchbox__input input{
	width: 100%;
	height: 50px;
	padding: 0;
	border: none;
	font-size: 20px;
	line-height: 30px;
}
.searchbox__input input::placeholder{
	color: #646D7E;
	opacity: 1;
}
.searchbox__close{
	flex-shrink: 0;
	cursor: pointer;
}
.searchbox__close:hover svg{
	fill: #555;
}
.site-header__touch{
	display: none;
}
.touch-menu{
	display:flex;
	flex-direction:column;
	width: 26px;
	cursor:pointer;
}
.touch-menu span{
	background: #000;
	height: 2px;
	margin: 3px 0;
	border-radius: 3px;
	transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.touch-menu span:nth-of-type(1){
	width: 100%;
}
.touch-menu span:nth-of-type(2){
	width: 80%;
}
.touch-menu span:nth-of-type(3){
	width: 60%;
}
.touch-menu input[type="checkbox"]{
	display: none;
}
.touch-menu.active span:nth-of-type(1){
	transform-origin: bottom;
	transform: rotatez(45deg) translate(6px,5px);
}
.touch-menu.active span:nth-of-type(2){
	width: 100%;
	transform-origin:top;
	transform:rotatez(-45deg)
}
.touch-menu.active span:nth-of-type(3){
	transform-origin:bottom;
	width: 50%;
	transform: translate(10px,-5px) rotatez(45deg);
	opacity: 0;
}
/* Middle
-----------------------------------------------------------------------------*/
.home-welcome{
	background: #000;
}
.home-welcome .slick-slide{
	line-height: 0;
}
.home-welcome__slide{
	display: none;
}
.home-welcome__slide:first-child{
	display: block;
}
.home-welcome__block{
	position: relative;
	height: 100vh;
}
.home-welcome__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 0;
}
.home-welcome__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-welcome__body{
	position: absolute;
	inset: 0;
}
.home-welcome__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 900px;
	padding: 200px 0 110px;
	position: relative;
	color: #000;
}
.home-welcome__title{
	font-weight: 500;
	font-size: 64px;
	line-height: 77px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.home-welcome__text{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.045em;
	margin-bottom: 56px;
}
.home-welcome .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 43px;
}
.home-category{
	padding: 82px 0 55px;
}
.home-category__title{
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 42px;
}
.home-category__slider{
	margin: 0 -27px;
}
.home-category__slider:not(.slick-initialized){
	visibility: hidden;
	height: 311px;
}
.home-category__slide{
	padding: 0 27px 27px;
}
.home-category__item{
	display: block;
	width: 245px;
	padding: 5px 5px 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s;
}
.home-category__item:hover{
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.home-category__image{
	margin-bottom: 17px;
}
.home-category__image span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.home-category__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: contain;
}
.home-category__name{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 32px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}
.home-category__name i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.home-category__name i svg{
	transition: all 0.2s;
}
.home-category__item:hover .home-category__name i svg{
	transform: rotate(-45deg);
	fill: #6FFB38;
}
.home-category .slick-arrow{
	top: 138px;
}
/* .home-new{
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
	position: relative;
}
.home-new__slide:first-child{
	display: block;
}
.home-new__slide{
	display: none;
	padding: 100px 0 112px;
}
.home-new__content{
	position: relative;
	z-index: 1;
}
.home-new__name{
	min-height: 60px;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0.045em;
	margin-bottom: 45px;
}
.home-new__num{
	font-family: 'Eurostile';
	font-size: 658px;
	line-height: 400px;
	letter-spacing: 0.045em;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
}
.home-new__image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 631px;
	margin-top: -170px;
	position: relative;
}
.home-new__image img{
	max-height: 631px;
	object-fit: contain;
}
.home-new .slick-dots{
	position: absolute;
	left: 0;
	bottom: 44px;
	right: 0;
}
.home-new .slick-dots button{
	background: rgba(16,24,40,0.2);
} */
.home-new{
	padding: 76px 0 61px;
}
.home-new__slider{
	padding: 32px 0 0;
	margin: 0 -15px;
}
.home-new .slick-track{
	display: flex !important;
}
.home-new .slick-slide{
	height: inherit !important;
}
.home-new .slick-slide > div,
.home-new__slide{
	height: 100%;
}
.home-new__slide{
	padding: 5px;
}
.home-video{
	background: #000;
	line-height: 0;
}
.home-video__slider:not(.slick-initialized){
	visibility: hidden;
	height: 0;
}
.home-video__slider .slick-slide:not(.slick-center) .home-video__video{
	opacity: 0.6;
	transform: scale(0.8);
	pointer-events: none;
}
.home-video__slider .slick-slide:not(.slick-center) .home-video__content{
	opacity: 0;
}
.home-video__slider .slick-slide.slick-slide-prev .home-video__video{
	transform: scale(0.8) translateX(110px);
}
.home-video__slider .slick-slide.slick-slide-next .home-video__video{
	transform: scale(0.8) translateX(-110px);
}
.home-video__video{
	display: block;
	position: relative;
	transition: all 0.3s;
}
.home-video__content{
	position: absolute;
	top: 83px;
	left: 50px;
	right: 50px;
	text-align: center;
	z-index: 1;
	transition: opacity 0.3s;
}
.home-video__name{
	min-height: 146px;
	font-family: 'Eurostile';
	font-style: italic;
	font-weight: 700;
	font-size: 72.1796px;
	line-height: 73px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 35px;
}
.home-video__video i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	padding: 0 0 0 10px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset -0.923128px 0.923128px 0.923128px -1.84626px rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12.6417px);
	border-radius: 60px;
	margin: 0 auto;
}
.home-video__video i svg{
	fill: #FFF;
}
.home-video__image{
	padding-top: 55.65%;
}
.home-video__image img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-video .slick-arrow.slick-next{
	right: calc((100vw - 1440px) / 2);
}
.home-video .slick-arrow.slick-prev{
	left: calc((100vw - 1440px) / 2);
}
.home-video .slick-arrow svg{
	fill: #FFF;
}
.home-blog{
	padding: 100px 0;
}
.home-blog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 52px -15px -88px;
}
.home-blog__col{
	width: 50%;
	padding: 0 15px 88px;
}
.home-blog__slider{
	display: none;
}
.home-social{
	padding: 100px 0;
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%)
}
.home-social__slider{
	margin: 50px -10px 34px;
	position: relative;
}
.home-social__slider:not(.slick-initialized){
	visibility: hidden;
	height: 0;
}
.home-social__slide{
	padding: 0 10px 135px;
}
.home-social__image a{
	display: block;
	transform-origin: center top;
	position: relative;
	padding-top: 100%;
	transition: all 0.3s;
}
.slick-current .home-social__image a{
	transform: scale(1.4);
	z-index: 1;
	box-shadow: 0px 0px 10px rgba(12, 11, 13, 0.15);
}
.home-social__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.home-social .slick-arrow{
	top: calc(50% - 70px);
}
.home-social .slick-arrow.slick-prev{
	left: -20px;
}
.home-social .slick-arrow.slick-next{
	right: -20px;
}
.home-social__link{
	font-weight: 500;
	font-size: 25px;
	line-height: 31px;
	text-align: center;
	margin-bottom: 18px;
}
.home-social__text{
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 22px;
}
.home-social__social{
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-social__social a{
	display: block;
	margin: 0 13px;
}
.home-marquee{
	background: #F6F8FC;
	padding: 85px 0;
}
.home-marquee__row ul{
	animation: marqueeToLeft 200s linear 0s infinite;
}
@keyframes marqueeToLeft{
	from{transform: translateX(0%);}
	to{transform: translateX(-360%);}
}
.home-marquee__row ul{
	display: flex;
}
.home-marquee__row li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 40px;
	line-height: 0;
}
.home-marquee__row li img{
	width: auto;
	max-height: 45px;
}




/* Category List
-----------------------------------------------------------------------------*/
.category-list{
	padding: 0 0 117px;
}
.category-list ul{
	display: flex;
	flex-wrap: wrap;
	padding: 22px 0 0;
	margin: 0 -15px;
}
.category-list li{
	width: 16.666666666%;
	padding: 0 15px 21px;
}
.category-list li a{
	display: block;
	padding: 20px 24px 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.category-list li a:hover{
	background: #FFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.category-list__image{
	padding-top: 73%;
	position: relative;
	margin-bottom: 10px;
}
.category-list__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: contain;
}
.category-list__name{
	min-height: 32px;
	font-family: 'Play';
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 -14px;
}

/* Product Catalog
-----------------------------------------------------------------------------*/
.product-catalog{
	padding: 30px 0 130px;
}
.product-catalog__container{
	display: flex;
}
.product-catalog__sidebar{
	width: 25%;
	padding: 0 22px 0 0;
}
.filter{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.filter__showed{
	visibility: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #646D7E;
	flex-shrink: 0;
	margin-bottom: 20px;
}
.filter__showed.show{
	visibility: visible;
}
.filter__body{
	position: relative;
	flex-grow: 1;
	padding: 20px 20px 0 0;
}
.filter__body:before{
	content: '';
	display: block;
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc((100vw - 1440px) / -2);
}
.filter__block{
	position: relative;
	padding: 25px 0 21px;
	border-bottom: 1px solid #DDE3E8;
}
.filter__block:nth-last-child(2){
	border: none;
}
.filter__title{
	user-select: none;
	padding-right: 30px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}
.filter__title i{
	display: block;
	line-height: 0;
	position: absolute;
	top: calc(50% - 4px);
	right: 1px;
}
.filter__title i svg{
	transform: rotate(-90deg);
}
.closed .filter__title i svg{
	transform: rotate(90deg);
}
.filter__content{
	padding-top: 25px;
}
.filter__list li{
	margin-bottom: 18px;
}
.filter__list label input{
	display: none;
}
.filter__list label span{
	display: block;
	padding-left: 31px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
	cursor: pointer;
	user-select: none;
}
.filter__list label span:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #646D7E;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	top: 1px;
	left: 0;
}
.filter__list label input:checked + span:before{
	width: 4px;
	height: 4px;
	border: 6px solid #000;
}
.filter__color ul{
	display: flex;
	flex-wrap: wrap;
}
.filter__color li{
	margin: 0 15px 20px 0;
}
.filter__color label input{
	display: none;
}
.filter__color label span{
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: relative;
	margin: 3px;
	cursor: pointer;
}
.filter__color label span:before{
	content: '';
	display: block;
	border: 1px solid #DDE3E8;
	border-radius: 50%;
	position: absolute;
	inset: -3px;
}
.filter__color label input:checked + span:before{
	border-color: #000;
}
.filter-range{
	padding-top: 6px;
}
.filter-range{
	display: flex;
	flex-direction: column;
	padding: 6px 0 0;
}
.filter-range__sliders{
	position: relative;
	min-height: 31px;
}
.filter-range__control{
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: #635a5a;
}
.filter-range__sliders input[type=range]::-webkit-slider-thumb,
.filter-range__sliders input[type=range]::-moz-range-thumb{
	-webkit-appearance: none;
	pointer-events: all;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	cursor: pointer;
}
.filter-range__sliders input[type="range"]{
	-webkit-appearance: none; 
	appearance: none;
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: #C6C6C6;
	pointer-events: none;
}
.filter-range #fromSlider{
	height: 0;
	z-index: 1;
}
.filter-range__control{
	display: flex;
	margin: 0 -9px;
}
.filter-range__input{
	width: 50%;
	padding: 0 9px;
}
.filter-range__input label{
	display: flex;
	align-items: center;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #DDE3E8;
	border-radius: 30px;
	background: #FFF;
	color: #646D7E;
	font-size: 14px;
}
.filter-range__input input{
	width: 80px;
	color: #646D7E;
	font-size: 14px;
	padding: 0 0 0 4px;
	border: none;
	-moz-appearance: textfield;
}
.filter-range__input input::-webkit-outer-spin-button,
.filter-range__input input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.filter-range .ui-slider{
	position: relative;
	height: 10px;
	margin: 0 9px 25px;
}
.filter-range .ui-slider:before{
	content: '';
	display: block;
	background: #DFDFDF;
	height: 2px;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
}
.filter-range .ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	top: -.3em;
	margin-left: -.6em;
}
.filter-range .ui-slider .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	top: 0;
	height: 100%;
}
.filter-range .ui-slider-range:before{
	content: '';
	display: block;
	background: #000;
	height: 2px;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
}
.filter-range .ui-slider .ui-slider-range-min{
	left: 0;
}
.filter-range .ui-slider .ui-slider-range-max{
	right: 0;
}
.filter-range .ui-state-default,
.filter-range .ui-widget-content .ui-state-default,
.filter-range .ui-widget-header .ui-state-default,
.filter-range .ui-button{
	border: 2px solid #000;
	border-radius: 50%;
	background: #fff;
	box-shadow: none !important;
	outline: none !important;
}
.product-catalog__main{
	width: 75%;
	padding-left: 8px;
	position: relative;
}
.product-catalog__head{
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.filter__btns{
	display: none;
}
.filter-handler{
	display: none;
}
.filter-sort{
	font-size: 14px;
	line-height: 24px;
	color: #646D7E;
	position: relative;
}
.filter-sort__current{
	user-select: none;
	cursor: pointer;
	text-align: right;
}
.filter-sort__current i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 9px;
}
.filter-sort__current i svg{
	transform: rotate(90deg);
}
.filter-sort__list{
	transform: translateY(-5px);
	visibility: hidden;
	opacity: 0;
	padding: 12px 21px 16px;
	background: #F5F7FB;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 2;
	transition: all 0.3s;
}
.filter-sort.open .filter-sort__list{
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.filter-sort__list li:not(:last-child){
	margin-bottom: 12px;
}
.filter-sort__list li span,
.filter-sort__list li a{
	cursor: pointer;
	text-decoration: none;
	color: #646D7E;
}
.filter-sort__list li span:hover,
.filter-sort__list li span.active,
.filter-sort__list li a:hover,
.filter-sort__list li a.active{
	color: #000;
}
.product-list{
	display: flex;
	flex-wrap: wrap;
}
.product-catalog__item{
	width: 33.3333%;
}
.product-list .product-item{
	min-height: 100%;
	border-right: 1px solid #E8EAF0;
	border-bottom: 1px solid #E8EAF0;
}
.product-list .product-item__props{
	display: none;
}
.product-list .product-item:hover{
	background: #fff;
	border-color: #fff;
	z-index: 1;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
/* .product-catalog__items.init-hover .product-item:hover .product-item__props{
	display: block;
} */

/* Product Single
-----------------------------------------------------------------------------*/
.product-main{
	padding: 60px 0 50px;
}
.product-main__container{
	display: flex;
}
.product-main__gallery{
	width: 58%;
	padding: 0 80px 0 0;
}
.product-gallery{
	height: 722px;
	box-sizing: border-box;
	position: relative;
	padding-left: 150px;
}
.product-gallery__badge{
	display: none;
}
.product-gallery__big{
	position: relative;
}
.product-gallery__big-item{
	display: none;
}
.product-gallery__big-item:first-child{
	display: flex;
}
.product-gallery__big-item span{
	height: 722px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-gallery__big-item a{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.product-gallery__big-item img{
	width: 100%;
	max-height: 722px;
	object-fit: contain;
}
.product-gallery__small{
	width: 93px;
	height: 671px;
	padding: 22px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.product-gallery__small .slick-vertical .slick-slide{
	border: none;
}
.product-gallery__small-slider:not(.slick-initialized){
	visibility: hidden;
}
.product-gallery__small-item{
	padding: 10px 0;
}
.product-gallery__small-item span{
	display: block;
	width: 93px;
	max-width: 100%;
	height: 93px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
}
.slick-current .product-gallery__small-item span:after{
	content: '';
	display: block;
	height: 1px;
	background: #6FFB38;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
}
.product-gallery__small-item span img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-gallery__small .slick-arrow{
	position: absolute;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(90deg);
	left: calc(50% - 12px) !important;
	right: auto !important;
}
.product-gallery__small .slick-arrow.slick-prev{
	bottom: auto;
	top: -26px;
}
.product-gallery__small .slick-arrow.slick-next{
	top: auto;
	bottom: -26px;
}
.product-main__content{
	width: 42%;
	padding: 3px 120px 0 23px;
}
.product-main__badge{
	margin-bottom: 28px;
}
.product-main__badge .badge{
	margin: 0 10px 0 0;
}
.badge{
	display: inline-flex;
	min-width: 90px;
	padding: 0 14px;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.badge_new{
	background: #DCFEDD;
	color: #1CBC29;
}
.badge_discount{
	background: #FFDDC3;
	color: #FF6B1C;
}
.badge_ua{
	background: #FFD700;
	color: #FFF;
}
.energy{
	width: 50px;
	height: 24px;
	padding: 3px 9px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
}
.energy_a3{background: #01A451;}
.energy_a2{background: #50B646;}
.energy_a1{background: #BCD52F;}
.energy_a{background: #FFF000;}
.energy_b{background: #FBB812;}
.energy_c{background: #F16E20;}
.energy_d{background: #EB1C24;}
.energy sup{
	display: inline-block;
	font-size: 9px;
	vertical-align: super;
	margin-top: -4px;
}
.product-main__title{
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	color: #000;
	margin-bottom: 23px;
}
.product-main__title span{
	display: block;
	font-weight: 500;
	font-size: 30px;
	margin-top: 4px;
}
.product-main__code{
	font-size: 16px;
	line-height: 20px;
	color: #646D7E;
	margin-bottom: 45px;
}
.product-main__instock {
	font-size: 16px;
	line-height: 24px;
	color: #1CBC29;
	margin-bottom: 15px;
}
.product-main__instock.product-item__instock_not{
	color: #FF6B1C;
}
.product-main__colors {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.product-main__colors span{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: relative;
	margin: 1px 13px 3px 3px;
	cursor: pointer;
}
.product-main__colors span:before{
	content: '';
	display: block;
	border: 1px solid #DDE3E8;
	border-radius: 50%;
	position: absolute;
	inset: -3px;
}
.product-main__colors span:hover:before,
.product-main__colors span.active:before{
	border-color: #000;
}
.product-main__control{
	margin-bottom: 48px;
}
.product-main__price{
	margin-bottom: 32px;
}
.product-main__priceold{
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #C5CCD3;
	/* margin: -22px 0 3px; */
	margin: 0 0 3px;
}
.product-main__priceold span{
	font-size: 21px;
	text-decoration: line-through;
}
.product-main__pricenew{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
}
.product-detail{
	border-top: 1px solid #000;
	padding: 15px 0 1px;
}
.product-detail__title{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
	user-select: none;
	padding-right: 30px;
	margin-bottom: 16px;
}
.product-detail__title i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 7px;
	right: 10px;
}
.product-detail__title i svg{
	transform: rotate(90deg);
}
.product-detail.open .product-detail__title i svg{
	transform: rotate(-90deg);
}
.product-detail__body{
	display: none;
	padding: 24px;
	background: #F5F7FB;
}
.product-detail__text{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
/* .product-main__instructions{
	border-top: 1px solid #000;
	padding: 19px 0;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-top: -1px;
	cursor: pointer;
}
.product-main__instructions a{
	text-decoration: none;
} */
.product-main__anchors{
	border-top: 1px solid #000;
	padding: 31px 0 17px;
}
.product-main__anchors li:not(:last-child){
	margin-bottom: 29px;
}
.product-main__anchors li a{
	display: inline-block;
	text-decoration: none;
}
.product-main__anchors li a:hover{
	color: #555;
}
.product-main__anchors li a:hover svg{
	fill: #555;
}
.product-main__anchors li a.compare-added{
	color: #1CBC29;
}
.product-main__anchors li a.compare-added svg{
	fill: #1CBC29;
}
.product-main__anchors li i{
	width: 21px;
	height: 21px;
	line-height: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	margin-right: 12px;
}
.product-attselect{
	border-top: 1px solid #000;
	padding: 20px 0;
}
.product-attselect__item:not(:last-child){
	margin-bottom: 10px;
}
.product-attselect__title{
	font-size: 14px;
	line-height: 24px;
	color: #646D7E;
	margin-bottom: 10px;
}
.product-attselect__list{
	display: flex;
	flex-wrap: wrap;
}
.product-attselect__list li{
	margin: 0 20px 10px 0;
}
.product-attselect__list input{
	display: none;
}
.product-attselect__list span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 5px 29px;
	border: 1px solid #000;
	border-radius: 100px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
.product-video{
	position: relative;
	display: block;
	text-decoration: none;
}
.product-video__bg{
	position: absolute;
	inset: 0;
}
.product-video__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-video__content{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	min-height: 650px;
	padding: 35px 0;
	position: relative;
}
.product-video__content i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	padding: 0 0 0 10px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset -0.923128px 0.923128px 0.923128px -1.84626px rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12.6417px);
	border-radius: 60px;
	margin: 0 auto 46px;
}
.product-video__content i svg{
	fill: #FFF;
}
.product-video__name{
	min-height: 146px;
	font-family: 'Eurostile';
	font-style: italic;
	font-weight: 700;
	font-size: 72.1796px;
	line-height: 73px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 35px;
}
.product-infoblock{
	padding: 125px 0;
}
.product-infoblock_grey{
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
}
.product-infoblock__container{
	display: flex;
	align-items: center;
}
.product-infoblock__image{
	width: 50%;
	text-align: right;
}
.product-infoblock__content{
	width: 50%;
	padding: 0 100px;
}
.product-infoblock__content-inner{
	width: 500px;
	max-width: 100%;
}
.product-infoblock__title{
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}
.product-infoblock__text{
	font-size: 18px;
	line-height: 27px;
	color: #646D7E;
}
.product-infoblock_left .product-infoblock__container{
	flex-direction: row-reverse;
}
/* .product-infoblock_left .product-infoblock__content{
	padding: 0 100px 0 0;
} */
.product-infoblock_left .product-infoblock__image{
	text-align: left;
}
.product-infoimage{
	line-height: 0;
}
.product-infoimage img{
	width: 100%;
}
.product-infograph{
	position: relative;
	background: #000;
}



.product-infograph__bg{
	position: absolute;
	inset: 0;
}
.product-infograph__bg:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 155px;
	background: linear-gradient(180deg, rgba(12, 11, 14, 0) 0%, #000 84%);
	pointer-events: none;
}
.product-infograph__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-infograph__wrapper{
	position: relative;
}
.product-infograph__container{
	width: 1260px;
	height: 709px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}
.product-infograph__list li{
	position: absolute;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.product-infograph__list li span{
	display: inline-block;
	position: relative;
}
.product-infograph__list li > div{
	height: 1px;
	position: absolute;
	top: 50%;
	background: linear-gradient(90deg, #00F6FF 0%, #00E3EB 35%, #6FFB38 100%);
}
.product-infograph__list li > div:before,
.product-infograph__list li > div:after{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #00F6FF;
	border-radius: 50%;
	position: absolute;
	top: -1px;
}
.product-infograph__list li > div:after{
	background: #6FFB38;
}
.product-infograph__list li > div:before{
	left: -1px;
}
.product-infograph__list li > div:after{
	right: -1px;
}





.product-infograph_1 .product-infograph__list li:nth-child(1){
	width: 300px;
	top: 160px;
	left: -10px;
	text-align: right;
}
.product-infograph_1 .product-infograph__list li:nth-child(1) > div{
	width: 240px;
	left: calc(100% + 15px);
}
.product-infograph_1 .product-infograph__list li:nth-child(2){
	width: 300px;
	top: 276px;
	left: -10px;
	text-align: right;
}
.product-infograph_1 .product-infograph__list li:nth-child(2) > div{
	width: 146px;
	left: calc(100% + 15px);
}
.product-infograph_1 .product-infograph__list li:nth-child(3){
	width: 300px;
	top: 392px;
	left: -10px;
	text-align: right;
}
.product-infograph_1 .product-infograph__list li:nth-child(3) > div{
	width: 146px;
	left: calc(100% + 15px);
}
.product-infograph_1 .product-infograph__list li:nth-child(4){
	width: 300px;
	top: 507px;
	left: -10px;
	text-align: right;
}
.product-infograph_1 .product-infograph__list li:nth-child(4) > div{
	width: 152px;
	left: calc(100% + 15px);
}
.product-infograph_1 .product-infograph__list li:nth-child(5){
	width: 300px;
	top: 109px;
	right: 24px;
}
.product-infograph_1 .product-infograph__list li:nth-child(5) > div{
	width: 212px;
	right: calc(100% + 15px);
	transform: scaleX(-1);
}
.product-infograph_1 .product-infograph__list li:nth-child(6){
	width: 300px;
	top: 184px;
	right: 24px;
}
.product-infograph_1 .product-infograph__list li:nth-child(6) > div{
	width: 343px;
	right: calc(100% + 15px);
	transform: scaleX(-1);
}
.product-infograph_1 .product-infograph__list li:nth-child(7){
	width: 300px;
	top: 260px;
	right: 24px;
}
.product-infograph_1 .product-infograph__list li:nth-child(7) > div{
	width: 200px;
	right: calc(100% + 15px);
	transform: scaleX(-1);
}
.product-infograph_1 .product-infograph__list li:nth-child(8){
	width: 300px;
	top: 403px;
	right: 24px;
}
.product-infograph_1 .product-infograph__list li:nth-child(8) > div{
	width: 205px;
	right: calc(100% + 15px);
	transform: scaleX(-1);
}
.product-infograph_1 .product-infograph__list li:nth-child(9){
	width: 300px;
	top: 576px;
	right: 24px;
}
.product-infograph_1 .product-infograph__list li:nth-child(9) > div{
	width: 205px;
	right: calc(100% + 15px);
	transform: scaleX(-1);
}
.product-info{
	padding: 60px 0;
}
.product-info__item{
	border-bottom: 1px solid rgba(96,96,96,.22)
}
.product-info__title{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
	cursor: pointer;
	user-select: none;
}
.product-info__title i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 27px;
	right: 9px;
}
.product-info__title i svg{
	transform: rotate(90deg);
	transition: transform 0.3s;
}
.product-info__item.open .product-info__title i svg{
	transform: rotate(-90deg);
}
.product-info__body{
	display: none;
}
.product-prop{
	margin-bottom: 9px;
}
.product-prop__desktop{
	display: flex;
	margin: 0 -50px;
}
.product-prop__mobile{
	display: none;
}
.product-prop__col{
	width: 50%;
	padding: 0 50px;
}
.product-prop__list li{
	display: flex;
	padding: 9px 20px;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
}
.product-prop__list li:nth-child(odd){
	background: #F6F8FC;
}
.product-prop__list li div:first-child{
	width: 44.5%;
	padding-right: 30px;
	color: #646D7E;
}
.product-prop__list li div:last-child{
	width: 55.5%;
}
.product-buy__list{
	display: flex;
	flex-wrap: wrap;
}
.product-buy__list li{
	width: 20%;
	padding: 0 20px 20px;
}
.product-buy__list a{
	height: 125px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.product-buy__list img{
	width: auto;
	max-height: 70px;
	/* transform: scale(0.9); */
}
.product-similar{
	padding: 45px 0 61px;
}
.product-similar__title{
	font-weight: 500;
	font-size: 25px;
	line-height: 31px;
	text-align: center;
	margin-bottom: 57px;
}
.product-similar__slider{
	margin: 0 -5px;
}
.product-similar__slide{
	padding: 5px;
}
.product-item{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 30px 30px;
	position: relative;
}
.product-item:hover{
	background: #fff;
	border-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-item__badges{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 20px;
	left: -1px;
	pointer-events: none;
	z-index: 1;
}
.product-item__badges .badge{
	margin-bottom: 20px;
}
.product-item__icons{
	position: absolute;
	top: 20px;
	right: 20px;
}
.product-item__icons span{
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}
.product-item__icons img{
	width: auto;
	height: auto;
	max-width: 20px;
	max-height: 20px;
}
.product-item__image{
	position: relative;
	width: 220px;
	max-width: 100%;
	margin: 0 auto 23px;
}
.product-item__image a{
	display: block;
	padding-top: 100%;
	position: relative;
}
.product-item__image a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.product-catalog__discontinued{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.product-catalog__discontinued span{
	display: block;
	padding: 10px 28px;
	background: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
}
.product-item__name{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 8px;
}
.product-item__name a{
	text-decoration: none;
}
.product-item__code{
	font-size: 12px;
	line-height: 18px;
	color: #646D7E;
	margin-bottom: 12px;
}
.product-item__instock {
	font-size: 12px;
	line-height: 18px;
	color: #1CBC29;
	margin-bottom: 9px;
}
.product-item__info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.product-item__price{
	flex-shrink: 0;
}
.product-item__priceold {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #C5CCD3;
}
.product-item__pricenew {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}
.product-item__colors {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.product-item__colors span{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: relative;
	margin: 0 0 3px 17px;
}
.product-item__colors span:before{
	content: '';
	display: block;
	border: 1px solid #DDE3E8;
	border-radius: 50%;
	position: absolute;
	inset: -3px;
}
.product-item__control{
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0;
}
.product-item__button{
	margin-right: 30px;
}
.product-item__button a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 155px;
	height: 44px;
	background: #000;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	line-height: 87%;
	letter-spacing: 0.045em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s;
}
.product-item__button a:hover{
	background: #6FFB38;
	color: #000;
}
.product-item__compare{
	flex-shrink: 0;
}
.product-item__compare a.compare-added svg{
	fill: #6FFB38;
}
.product-item__compare a.compare-process{
	opacity: 0.3;
	pointer-events: none;
}
.product-item__compare:hover svg{
	fill: #555;
}
.product-item__props{
	padding-top: 24px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #00B2F2;
}
.product-item__props li{
	margin-bottom: 6px;
}
.product-item__props span{
	color: #646D7E;
	margin-right: 14px;
}
.product-infodl{
	background: #F5F7FB;
	padding: 23px 24px 50px;
	margin-bottom: 23px;
}
.product-infodl__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}
.product-info__dl-item{
	width: 25%;
	padding: 0 35px 35px;
}


/* Buy
-----------------------------------------------------------------------------*/
.buy{
	padding: 0 0 80px;
}
.buy__list{
	display: flex;
	flex-wrap: wrap;
}
.buy__list li{
	width: 20%;
	padding: 0 20px 20px;
}
.buy__list a{
	height: 125px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.buy__list img{
	width: auto;
	max-height: 70px;
	/* transform: scale(0.9); */
}



/* Compare
-----------------------------------------------------------------------------*/
.compare{
	min-height: calc(100% - 205px);
	overflow: hidden;
	padding-bottom: 41px;
}
.compare__section{
	position: relative;
	padding-bottom: 50px;
}
.compare-head-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	/* background: #F5F7FB; */
}
.compare__scroll{
	overflow-x: auto;
}
.compare__scroll::-webkit-scrollbar{
	height: 4px;
	border: none;
}
.compare__scroll::-webkit-scrollbar-track{
	border-radius: 3px;
	background: #D8E1F1;
	border: none;
}
.compare__scroll::-webkit-scrollbar-thumb{
	background: #646D7E;
	border-radius: 3px;
}
.compare__scroll::-webkit-scrollbar-button:increment{
	width: 12px;
	display: block;
	background: transparent;
}


.compare-head{
	position: relative;
}
.compare-head__wrapper{
	display: flex;
}
.compare-head__left{
	width: 290px;
	flex-shrink: 0;
	padding: 15px 22px 45px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.compare-head__title{
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
	margin: 30px 0;
}
.compare-head__link{
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
}
.compare-head__right{
	position: relative;
}
.compare-head__container{
	display: flex;
}
.compare-head__col{
	width: 275px;
	flex-shrink: 0;
}
.compare-head__item{
	padding: 40px 15px;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-out 0s;
}
.compare-head__item.not-hover{
	opacity: 0.5;
}
.compare-head__item:hover,.compare-head__item.hover{
	opacity: 1;
}
.compare-head__image{
	width: 125px;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 auto 10px;
}
.compare-head__image img{
	display: block;
	max-width: 125px;
	max-height: 124px;
}
.compare-head__name{
	min-height: 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #646D7E;
}
.compare-head__name a{
	color: #646D7E;
	text-decoration: none;
}
.compare-head__close{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 31px;
	right: 25px;
	cursor: pointer;
	opacity: 0;
}
.compare-head__close span{
	position: absolute;
	top: 7px;
	left: -4px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.compare-head__close span:before{
	content: '';
	position: absolute;
	top: -9px;
	left: 9px;
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
}
.compare-head__item:hover .compare-head__close,.compare-head__item.hover .compare-head__close{
	opacity: 1;
}
.compare-body{
	color: #000;
	margin-bottom: 20px;
}
.compare-sort{
	display: flex;
	padding: 27px 0 30px;
}
.compare-sort__tab{
	display: block;
	padding: 3px 0;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid transparent;
	color: #646D7E;
	cursor: pointer;
}
.compare-sort__tab:not(:last-child){
	margin-right: 50px;
}
.compare-sort__tab.active{
	border-color: #000;
	color: #000;
	cursor: default;
}
.compare-body__wrapper{
	display: flex;
	align-items: flex-start;
	position: relative;
}
.compare-body__left{
	width: 290px;
	flex-shrink: 0;
	padding: 1px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.compare-body__list{
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 16px;
}
.compare-body__list-item{
	min-height: 38px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.compare-body__left .compare-body__list-item{
	padding: 0 20px;
}
.compare-body__list-item_title{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 3px 10px 3px 14px;
}
.compare-body__list-item span{
	padding: 9px 0;
	position: relative;
	display: block;
	width: 100%;
}
.compare-body__right{
	position: relative;
}
.compare-body__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.compare-body__col{
	width: 275px;
	flex-shrink: 0;
}
.compare-line_odd{
	background: #F6F8FC;
}
/* .compare__section:not(.opened){
	padding: 0;
}
.compare__section:not(.opened) .compare-body,
.compare__section:not(.opened) .compare-head__image,
.compare__section:not(.opened) .compare-head__link,
.compare__section:not(.opened) .compare-head__close{
	display: none;
}
.compare__section:not(.opened) .compare-head{
	padding: 21px 0 17px;
}
.compare__section:not(.opened) .compare-head__title{
	margin-bottom: 0;
}
.compare__section:not(.opened) .compare-head__title svg{
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-bottom: 1px;
}
.compare__section:not(.opened) .compare-head__name{
	min-height: 0;
}
.compare__section:not(.opened) .scrollbar-inner > .scroll-element.scroll-x{
	opacity: 0;
}
.compare__section:not(.opened):hover .scrollbar-inner > .scroll-element.scroll-x{
	opacity: 0;
} */
/* .scroll-wrapper > .scroll-content{
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.compare .scroll-element.scroll-y{
	display: none !important;
} */






/* Post
-----------------------------------------------------------------------------*/
.post-catalog{
	padding: 30px 0 50px;
	position: relative;
}
.catalog-order{
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.catalog-order__title{
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	margin-right: 60px;
}
.catalog-order__list{
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: 2px 0 0;
}
.catalog-order__list li{
	margin-right: 31px;
}
.catalog-order__list li span{
	cursor: pointer;
	display: block;
	border-bottom: 2px solid transparent;
	padding-bottom: 1px;
	user-select: none;
}
.catalog-order__list li span.active{
	cursor: default;
	border-color: #000;
}
.post-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.post-catalog__col{
	width: 50%;
	padding: 0 15px 88px;
}
.post-catalog .catalog-more{
	margin: 0;
}
.post-single{
	padding: 30px 0 64px;
}
.post-single__container{
	display: flex;
}
.post-single__main{
	width: 68%;
	padding-right: 30px;
}
.post-single__image{
	width: 705px;
	max-width: 100%;
	clip-path: polygon(calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%, 0 0);
	margin-bottom: 37px;
}
.post-single__image span{
	display: block;
	padding-top: 64%;
	position: relative;
}
.post-single__image img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-single__date{
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 19px;
}
.post-single__title{
	font-weight: 500;
	font-size: 29px;
	line-height: 37px;
	margin-bottom: 39px;
}
.post-body{
	font-size: 18px;
	line-height: 27px;
	color: rgba(16,24,40,0.6);
}
.post-body h2{
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000;
	margin: 59px 0 13px;
}
.post-body img{
	margin: 31px 0;
}
.post-body p{
	margin-bottom: 27px;
}
.post-single__back{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #000;
	margin-top: 59px;
}
.post-single__back a{
	text-decoration: none;
}
.post-single__back a i{
	display: inline-block;
	line-height: 0;
	margin-right: 10px;
	transform: scaleX(-1) translateY(4px);
}
.post-single__sidebar{
	width: 32%;
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
}
.post-similar{
	padding: 2px 20px;
}
.post-similar__item{
	padding: 40px 10px 39px;
	border-bottom: 1px solid #000;
}
.post-similar__date{
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 19px;
}
.post-similar__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 34px;
}
.post-similar__title a{
	text-decoration: none;
}
.post-similar__link{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}
.post-similar__link a{
	text-decoration: none;
}
.post-similar__link i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 11px;
	position: relative;
	top: -2px;
}
#filter-loader{
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,.4);
	z-index: 2;
}





.post-item__image{
	line-height: 0;
	clip-path: polygon(calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%, 0 0);
	margin-bottom: 39px;
}
.post-item__image a{
	display: block;
	padding-top: 64%;
	position: relative;
}
.post-item__image img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-item__date{
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 19px;
}
.post-item__title{
	font-weight: 500;
	font-size: 29px;
	line-height: 37px;
	margin-bottom: 32px;
}
.post-item__title a{
	text-decoration: none;
}
.post-item__link{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}
.post-item__link a{
	text-decoration: none;
}
.post-item__link i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 11px;
	position: relative;
	top: -2px;
}
.post-item__link i svg{
	transition: all 0.2s;
}
.post-item__link a:hover i svg{
	transform: rotate(-45deg);
	fill: #6FFB38;
}




/* Contact
-----------------------------------------------------------------------------*/
.contact-main{
	padding: 30px 0 20px;
}
.contact-main__container{
	display: flex;
	margin: 0 -15px;
}
.contact-main__col{
	width: 50%;
	padding: 0 15px;
}
.contact-main__block{
	margin-bottom: 62px;
}
.contact-main__block h2{
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 18px;
}
.contact-main__text{
	font-size: 18px;
	line-height: 27px;
	color: rgba(16,24,40,0.6);
	margin-bottom: 30px;
}
.contact-main__text p{
	margin-bottom: 15px;
}
.contact-main__text strong{
	font-weight: 500;
}
.contact-main__btn .button{
	height: 44px;
	padding: 15px 30px;
}
.contact-adress{
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
	padding: 38px 0 41px;
}
.contact-adress__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -49px;
}
.contact-adress__item{
	width: 25%;
	padding: 0 15px 49px;
}
.contact-adress__name{
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 13px;
}
.contact-adress__text{
	font-size: 16px;
	line-height: 27px;
	color: rgba(16,24,40,0.6);
	margin-bottom: 18px;
}
.contact-adress__link{
	font-size: 14px;
	line-height: 27px;
}
.contact-adress__link span{
	cursor: pointer;
	text-decoration: underline;
}
.contact-adress__link span:hover{
	text-decoration: none;
}
.contact-maps__item{
	display: none;
	height: 516px;
	overflow: hidden;
}
.contact-maps__item.show{
	display: block;
}
.contact-maps__item iframe{
	width: 100%;
	height: 100%;
}


/* Service
-----------------------------------------------------------------------------*/
.service-adress{
	padding: 8px 0 60px;
}
.service-adress__desc{
	width: 705px;
	max-width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #646D7E;
	margin-bottom: 62px;
}
.service-adress__container{
	display: flex;
	flex-wrap: wrap;
}
.service-adress__select{
	width: 297px;
	margin: 0 20px 20px 0;
}
.service-adress__select-item:not(.show){
	display: none;
}
.service-adress .styled-select__current{
	background: #F5F7FB;
	font-weight: 400;
	font-size: 14px;
}
.service-adress .styled-select__list{
	padding: 6px 0 9px;
	background: #F5F7FB;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
}
.service-adress__blocks{
	margin: 39px 0 0 0;
}
.service-adress__block:not(.show){
	/* display: none; */
}
.service-adress__items{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px -30px;
}
.service-adress__item{
	width: 25%;
	padding: 0 25px 30px;
}
.service-adress__name{
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 13px;
}
.service-adress__text{
	font-size: 16px;
	line-height: 27px;
	color: #646D7E;
}
.service-condition{
	background: #F5F6FA;
	padding: 40px 0;
}
.service-condition__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	user-select: none;
}
.service-condition__title i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	transform: translateY(-2px);
	margin-left: 16px;
}
.service-condition__title i svg{
	transform: rotate(-90deg);
}
.service-condition.open .service-condition__title i svg{
	transform: rotate(90deg);
}
.service-condition__body{
	display: none;
	padding: 50px 0 0;
}
.service-condition__steps{
	display: flex;
	margin: 0 -15px 60px;
	position: relative;
}
.service-condition__steps:before{
	content: '';
	display: block;
	height: 1px;
	background-image: linear-gradient(to right, rgba(16,24,40,.3) 75%, rgba(255,255,255,0) 0%);
	background-size: 6px 1px;
	position: absolute;
	top: 57px;
	left: 185px;
	right: 185px;
}
.service-condition__step{
	width: 33.3333%;
	padding: 0 35px;
}
.service-condition__num{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(100,109,126,0.3);
	border-radius: 50%;
	background: #F5F6FA;
	box-shadow: 0 0 0 43px #F5F6FA;
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto 40px;
	position: relative;
	--serv-p: 20;
}
.service-condition__num:before{
	content:'';
	position:absolute;
	border-radius:50%;
	inset: -2px;
	background:
	radial-gradient(farthest-side,#6FFB38 98%,#0000) top/2px 2px no-repeat,
	conic-gradient(#6FFB38 calc(var(--serv-p)*1%),#0000 0);
	-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));
	mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));
}
.service-condition__text{
	font-size: 14px;
	line-height: 21px;
	color: #646D7E;
}
.service-condition__content{
	width: 1040px;
	max-width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(16,24,40,.6);
}
.service-condition__content h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin-bottom: 24px;
}
.service-condition__content p{
	margin-bottom: 21px;
}
.service-condition__content ul{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	list-style: disc;
	margin: 0 0 0 50px;
}
.service-condition__content ul li{
	margin-bottom: 17px;
}

/* Download
-----------------------------------------------------------------------------*/
.dl-main{
	padding: 29px 0 109px;
}
.dl-main__section:not(:last-child){
	margin-bottom: 20px;
}
.dl-main__title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 460px;
	max-width: 100%;
	height: 40px;
	padding: 5px 40px 5px 10px;
	background: #F5F7FB;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
	position: relative;
	cursor: pointer;
	user-select: none;
	margin-bottom: 10px;
}
.dl-main__title i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 13px;
}
.dl-main__title.active i{
	transform: rotate(90deg);
}
.dl-main__title i svg{
	fill: #646D7E;
}
.dl-main__body{
	display: none;
	background: #F5F7FB;
	padding: 10px 20px;
	margin-bottom: 37px;
}
.dl-main__blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}
.dl-main__block{
	display: flex;
	align-items: flex-start;
	width: 33.3333%;
	padding: 30px 35px;
}
.dl-main__image{
	width: 109px;
	flex-shrink: 0;
}
.dl-main__content{
	width: calc(100% - 109px);
	padding: 0 0 0 14px;
}
.dl-main__name{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 23px;
}
.dl-item:not(:last-child){
	margin-bottom: 22px;
}
.dl-item__label{
	min-height: 20px;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.dl-item__label i{
	display: block;
	flex-shrink: 0;
	line-height: 0;
	transform: translateY(1px);
	margin-right: 10px;
}
.dl-item__select{
	width: 300px;
	max-width: 100%;
}

/* Page
-----------------------------------------------------------------------------*/
.page-content{
	padding: 0 0 129px;
}
.page-body{
	font-size: 16px;
	line-height: 24px;
	color: #646D7E;
}
.page-body h1{
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin-bottom: 38px;
}
.page-body h2{
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.page-body h2 a{
	color: #000;
}
.page-body ul{
	list-style: disc;
	margin-left: 25px;
}
.page-body strong{
	font-weight: 500;
	color: #000;
}
.page-body a{
	color: #646D7E;
}






/* About
-----------------------------------------------------------------------------*/
.about-welcome{
	position: relative;
}
.about-welcome__bg{
	position: absolute;
	inset: 0;
	line-height: 0;
}
.about-welcome__bg:before{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}
.about-welcome__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner{}
.about-welcome__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 750px;
	padding: 100px 0;
	position: relative;
	color: #FFF;
	text-align: center;
}
.about-welcome .breadcrumbs{
	text-align: left;
	position: absolute;
	top: 31px;
	left: 0;
}
.about-welcome__title{
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	color: #6FFB38;
	margin-bottom: 41px;
}
.about-welcome__bigtext{
	width: 848px;
	max-width: 100%;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	margin: 0 auto 38px;
}
.about-welcome__text{
	width: 848px;
	max-width: 100%;
	font-size: 18px;
	line-height: 27px;
	color: rgba(255,255,255,0.6);
	margin: 0 auto;
}
.about-main{
	padding: 121px 0;
}
.about-main__row{
	display: flex;
	align-items: center;
}
.about-main__row:not(:last-child){
	margin-bottom: 118px;
}
.about-main__image{
	width: 50%;
	padding: 0 15px 0 0;
}
.about-main__content{
	width: 50%;
	padding: 0 0 0 45px;
	font-size: 16px;
	line-height: 27px;
	color: #646D7E;
}
.about-main__content h2{
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}
.about-main__row:nth-child(even){
	flex-direction: row-reverse;
}
.about-main__row:nth-child(even) .about-main__image{
	padding: 0 0 0 15px;
}
.about-main__row:nth-child(even) .about-main__content{
	padding: 0 45px 0 30px;
}
/* Search Results
-----------------------------------------------------------------------------*/
.search-head {
	background: #FFF;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}
.search-head__container {
	display: flex;
	align-items: center;
	min-height: 80px;
	font-size: 20px;
	line-height: 40px;
	color: #646D7E;
}
.search-head__text span{
	font-size: 18px;
	margin-left: 8px;
}
.search-result {
	padding: 60px 0 120px;
}
.search-result__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.search-result__showed {
	font-size: 14px;
	line-height: 24px;
	color: #646D7E;
}
.search-result__item{
	width: 25%;
}
.search-result .product-list{
	border-left: 1px solid #E8EAF0;
}

/* Checkout
-----------------------------------------------------------------------------*/
.checkout-page {
	padding-bottom: 100px;
}
.checkout-page__container {
	display: flex;
}
.checkout-page__main {
	width: 56%;
	padding-right: 100px;
}
.checkout-steps {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
	position: relative;
}
.checkout-steps:before{
	content: '';
	display: block;
	height: 1px;
	background-image: linear-gradient(to right, rgba(16,24,40,.3) 75%, rgba(255,255,255,0) 0%);
	background-size: 6px 1px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.checkout-steps li{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(100, 109, 126, 0.3);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 20px #fff;
	position: relative;
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	--serv-p: 20;
}
.checkout-steps li:before{
	content: '';
	position: absolute;
	border-radius: 50%;
	inset: -2px;
	background:
	radial-gradient(farthest-side,#6FFB38 98%,#0000) top/2px 2px no-repeat,
	conic-gradient(#6FFB38 calc(var(--serv-p)*1%),#0000 0);
	-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));
	mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));
}
.checkout-page__block {}
.checkout-page__subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 28px;
}
.checkout-page__control {
	display: flex;
	align-items: center;
	margin-top: 50px;
	flex-wrap: wrap;
}
.checkout-page__next {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 10px 34px;
	background: #6FFB38;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s;
}
.checkout-page__next:hover{
	background: #000;
	color: #FFF;
}
.checkout-page__prev {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 40px;
}
.checkout-page__prev i{
	display: inline-block;
	vertical-align: bottom;
	line-height: 0;
	transform: scaleX(-1);
	margin: 0 8px 0 -3px;
	margin-right: 8px;
}
.checkout-page__prev:hover{
	color: #555;
}
.checkout-page__prev:hover i svg{
	fill: #555;
}
.checkout-page__sidebar {
	width: 44%;
}
.checkout-page .form-input .styled-select{
	width: 297px;
}
.checkout-page .form-input .styled-select__current{
	background: #F5F7FB;
	font-size: 14px;
}
.checkout-page .form-input textarea{
	height: 90px;
	color: #646D7E;
}
.checkout-page .form-input textarea::placeholder{
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
}
.checkout-thankyou {}
.checkout-thankyou__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 17px;
}
.checkout-thankyou__price {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
.checkout-thankyou__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	opacity: 0.6;
	margin-bottom: 51px;
}
.checkout-thankyou__btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 10px 34px;
	background: #6FFB38;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	text-decoration: none;
}
.cart-block {
	background: #FFF;
	border: 1px solid #F5F7FB;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);

}
.cart-block__items {}
.cart-item {
	display: flex;
	padding: 30px;
}
.cart-item__image {
	width: 107px;
	height: 90px;
}
.cart-item__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cart-item__content {
	width: calc(100% - 207px);
	padding: 0 17px;
}
.cart-item__name {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 9px;
}
.cart-item__name a{
	text-decoration: none;
}
.cart-item__code {
	font-size: 10px;
	line-height: 16px;
	color: #646D7E;
	margin-bottom: 22px;
}
.quantity {
	display: flex;
	position: relative;
	z-index: 1;
}
.quantity button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: #F5F7FB;
	border: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.quantity input{
	width: 23px;
	height: 20px;
	border: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	text-align: center;
	-moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-item__info {
	width: 100px;
	text-align: right;
}
.cart-item__price {
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 19px;
}
.cart-item__remove {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	}
.cart-coupon {
	display: flex;
	padding: 10px 30px;
}
.cart-coupon__input {
	flex-grow: 1;
	padding-right: 30px;
}
.cart-coupon__input .form-input{
	margin: 0;
}
.cart-coupon__input .form-input input{
	background: #F5F7FB;
	color: #000;
}
.cart-coupon__input .form-input input::placeholder{
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
}
.cart-coupon__button {
	flex-shrink: 0;
}
.cart-coupon__button button{
	height: 38px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	background: none;
	border: none;
	padding: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: #000;
}
.cart-coupon__button button i{
	display: block;
	line-height: 0;
	margin-left: 18px;
}
.cart-coupon__button button:hover{
	text-decoration: none;
}
.cart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 30px;
	background: #F5F7FB;
	margin-top: 21px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #646D7E;
}
.cart-total__num{
	display: flex;
	align-items: center;
}
.cart-total__price{
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
	color: #000;
	margin-left: 20px;
}
/* Common
-----------------------------------------------------------------------------*/
.page-head{
	padding: 31px 0 0;
}
.breadcrumbs{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 33px;
}
.breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs a{
	text-decoration: none;
	color: #646D7E;
}
.breadcrumbs a:hover{
	color: #000;
}
.breadcrumbs i{
	display: inline-block;
	line-height: 0;
	margin: 0 12px 0 13px;
}
.breadcrumbs i svg{
	fill: #646D7E;
}
.page-title{
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.catalog-more{
	text-align: center;
	margin-top: 63px;
}
.catalog-more button{
	margin-top: 50px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #000;
}
.catalog-more button i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 5px;
}
.pagination{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 29px;
}
.pagination a,
.pagination span,
.pagination button{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	height: 30px;
	background: none;
	border: 1px solid #000;
	padding: 0;
	margin: 10px 5px;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.pagination span,
.pagination a:hover,
.pagination button:hover,
.pagination button:disabled{
	background: #000;
	color: #FFF;
}
.pagination button:disabled{
	cursor: default;
}

.section-title{
	font-weight: 500;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 27px;
}
.slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	cursor: pointer;
	z-index: 1;
}
.slick-arrow.slick-disabled{
	visibility: hidden;
}
.slick-arrow.slick-prev{
	left: -30px;
}
.slick-arrow.slick-prev svg{
	transform: scaleX(-1);
}
.slick-arrow.slick-next{
	right: -30px;
}
.button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 15px 44px;
	background: #6FFB38;
	border: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14.3305px;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
}
.button_yellow{
	background: #6FFB38;
	color: #000;
}
.button_yellow:hover{
	background: #000;
	color: #FFF;
}
.button_black{
	background: #000;
	color: #FFF;
}
.button_black:hover{
	background: #6FFB38;
	color: #000;
}
.slick-dots{
	display: flex;
	justify-content: center;
}
.slick-dots li{
	margin: 0 7px;
	line-height: 0;
}
.slick-dots li button{
	width: 12px;
	height: 12px;
	background: #fff;
	border: none;
	border-radius: 50%;
	font-size: 0;
	position: relative;
}
.slick-dots li button:before{
	content: '';
	display: block;
	border: 1px solid #6FFB38;
	border-radius: 50%;
	position: absolute;
	inset: 3px;
	opacity: 0;
}
.slick-dots li.slick-active button{
	background: #6FFB38;
}
.slick-dots li.slick-active button:before{
	inset: -3px;
	opacity: 1;
	transition: all 0.3s;
}



.styled-select{
	width: 100%;
	position: relative;
}
.styled-select select{
	display: none;
}
.styled-select__current{
	background: #fff;
	position: relative;
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #000;
	padding: 10px 32px 10px 11px;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #646D7E;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}



.styled-select__current i{
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 13px;
}
.styled-select.opened .styled-select__current i{
	transform: rotate(90deg);
}
.styled-select__current i svg{
	fill: #646D7E;
}
.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{
	display: none;
	max-height: 50vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3px 0 4px;
	list-style: none;
	min-width: 100%;
	background: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	white-space: nowrap;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.styled-select.opened .styled-select__list{
	display: block;
}
.styled-select__list span{
	display: block;
	padding: 9px 10px;
	cursor: pointer;
}
.styled-select__list span:hover{
	color: #000;
}
.styled-select__list::-webkit-scrollbar{
	width: 5px;
}
.styled-select__list::-webkit-scrollbar-thumb{
	background-color: #000;
}



/* Promotion
-----------------------------------------------------------------------------*/
.product-catalog_prom{
	padding: 0 0 81px;
}
.product-catalog_prom .product-catalog__container {
	border-top: 1px solid #E8EAF0;
	padding-top: 60px;
}
.filter__headline {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.filter__category{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 10px;
}
.filter__category li{
	margin-bottom: 18px;
}
.filter__category li a{
	color: #646D7E;
	text-decoration: none;
}
.product-catalog__section {
	margin-bottom: 39px;
}
.product-catalog__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 64px;
	padding: 10px 20px;
	background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

/* Promotion
-----------------------------------------------------------------------------*/
.page-head_prom{
	padding: 4px 0 0;
}
.page-head_prom{
	color: #646D7E;
}
.post-single_prom{
	padding: 9px 0 64px;
}
.post-single_prom .post-single__image{
	clip-path: none;
	margin-bottom: 60px;
}
.post-single_prom .post-body h2{
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	margin: 41px 0 8px;
}
.post-single_prom .post-body ul{
	list-style: disc;
	margin: 0 0 27px 27px;
}
.post-single_prom .post-single__container{
	align-items: flex-start;
}
.countdown {
	padding: 60px 40px;
	text-align: center;
}
.countdown__title {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 40px;
}
.countdown__body {
	display: flex;
}
.countdown__item {
	width: 25%;
	position: relative;
	padding: 0 5px;
}
.countdown__number {
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 10px;
}
.countdown__item_s .countdown__number{
	color: #6FFB38;
}
.countdown__label {
	font-size: 18px;
	line-height: 23px;
	color: rgba(16, 24, 40, 0.6);
}










.only-mobile{
	display: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer{
	flex: 0 0 auto;
	background: #000;
	color: #FFF;
	padding: 20px 0 50px;
	position: relative;
}
.site-footer__main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-nav{
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-nav li{
	margin: 15px 40px 0 0;
}
.footer-nav li a{
	color: #FFF;
	text-decoration: none;
}
.footer-nav li a:hover{
	color: #555;
}
.site-footer__right{
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-bottom: 13px;
}
.footer-social{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
}
.footer-social a{
	display: block;
	margin-left: 29px;
}
.footer-social a svg{
	fill: #FFF;
}
.footer-social a:hover svg{
	fill: #6FFB38;
}
.footer-btn{
	margin-left: 35px;
}
.site-footer__copy{
	font-size: 13.0774px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-align: right;
}

/* Popup
-----------------------------------------------------------------------------*/
.popup{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(159,159,159,.4);
	z-index: 100;
	overflow-y: scroll;
	transition: all 0.2s;
	scrollbar-width: none;
}
.popup::-webkit-scrollbar{
	display: none;
}
.popup.opened{
	visibility: visible;
	opacity: 1;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 200px;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	width: 705px;
	max-width: calc(100vw - 24px);
	padding: 39px 60px;
	background: #fff;
	z-index: 102;
	transform: scale(1.3);
	transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__window:after{
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}
.popup__window.opened{
	opacity: 1;
	transform: scale(1);
}
.popup__close{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.popup__title{
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 29px;
}
.popup__text{
	font-size: 14px;
	line-height: 18px;
	margin: -8px 0 40px;
}
.form-input,
.site-input,
.site-select,
.site-textarea{
	position: relative;
	margin-bottom: 22px;
}
.form-input .styled-select,
.site-input .styled-select,
.site-select .styled-select,
.site-textarea .styled-select{
	width: 220px;
	max-width: 100%;
}
.form-input__label,
.site-input__label,
.site-select label,
.site-textarea label{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.form-input input,
.site-input input{
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #34343A;
	font-size: 14px;
	line-height: 18px;
	color: rgba(16,24,40,0.3);
}
.form-input textarea,
.site-input textarea,
.site-textarea textarea{
	width: 100%;
	height: 72px;
	padding: 7px 10px;
	background: #F5F7FB;
	border: none;
	border-bottom: 1px solid #34343A;
	font-size: 14px;
	line-height: 18px;
	color: rgba(16,24,40,0.3);
	margin: 16px 0 0;
	resize: none;
}
.form-input input::placeholder,
.form-input textarea::placeholder,
.site-input input::placeholder,
.site-input textarea::placeholder{
	opacity: 1;
	font-style: italic;
	font-size: 12px;
	color: rgba(16,24,40,0.3);
}
.contacts-form__hidden{
	display: none;
}
.contacts-form__btn + .form-text{
	margin-top: 10px;
}
.form-text{
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	color: rgba(16,24,40,0.3);
	margin: -7px 0 40px;
}
.form-text a{
	color: rgba(16,24,40,0.3);
}
.form-btn .button{
	height: 43px;
	padding: 15px 33px;
}
.wpcf7-form-control-wrap{
	position: static;
}
.wpcf7-not-valid-tip{
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	font-style: italic;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
}
.form-input.not-valid .form-input__label,
.site-input.not-valid .form-input__label{
	color: #FF5555;
}
.form-input.not-valid input,
.site-input.not-valid input{
	border-color: #FF5555;
}
.form-input.not-valid input::placeholder,
.site-input.not-valid input::placeholder{
	color: #FF5555;
}
.wpcf7-response-output{
	display: none !important;
}
.form-radio {
	margin: 45px 0;
}
.form-radio__label {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.form-radio__list li{
	margin-bottom: 18px;
}
.form-radio__list li input{
	display: none;
}
.form-radio__list li span{
	display: inline-block;
	position: relative;
	padding-left: 31px;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
}
.form-radio__list li span:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #646D7E;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}
.form-radio__list li input:checked + span:before{
	border: 1px solid #000;
	background: #000;
}
.form-input textarea,
.site-input textarea{
	margin: 0;
}
.form-radio__label {}

/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel-overlay{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 40;
	overflow-y: scroll;
	transition: all 0.2s;
}
.mobile-panel-overlay.show{
	visibility: visible;
	opacity: 1;
}
.mobile-panel{
	top: 50px;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: fixed;
	padding: 0 12px 70px;
	background: #fff;
	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 101;
}
.mobile-panel.show{
	opacity: 1;
	visibility: visible;
}
.mobile-panel__body{
	margin-right: -10px;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}
.mobile-menu{
	margin-bottom: 15px;
}
.mobile-menu > ul > li{
	position: relative;
	border-bottom: 1px solid #DDE3E8;
}
.mobile-menu > ul > li > a{
	display: block;
	font-size: 15px;
	line-height: 19px;
	padding: 16px 0;
	position: relative;
	text-decoration: none;
}
.mobile-menu > ul > li.menu-item-has-children > a{
	padding-right: 30px;
}
.mobile-menu > ul > li > ul{
	display: none;
	padding-bottom: 16px;
}
.mobile-menu > ul > li > ul > li > a{
	display: block;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 24px;
	color: #646D7E;
	text-decoration: none;
}
.mobile-menu .submenu-handler{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 51px;
	cursor: pointer;
}
.mobile-menu .submenu-handler i{
	position: absolute;
	top: 19px;
	right: 2px;
	transform: rotate(90deg);
}
.mobile-panel__bottom{
	position: absolute;
	left: 12px;
	bottom: 20px;
	right: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-social{
	display: flex;
	align-items: center;
}
.mobile-social a{
	display: block;
	margin-right: 28px;
}
.mobile-lang{
	display: flex;
}
.mobile-lang li{
	margin-left: 15px;
}
.mobile-lang li a{
	font-size: 17px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
}
.mobile-lang li.current-lang a{
	color: #6FFB38;
	pointer-events: none;
}
.totop{
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66px;
	height: 66px;
	background: rgba(111, 251, 56, 0.8);
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all .3s;
}
.totop.show{
	visibility: visible;
	opacity: 1;
}
.totop 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;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1464px){
	.inner{
		margin: 0 12px;
	}
	.header-nav > ul > li{
		font-size: 12px;
	}
	.filter__body:before{
		left: -12px;
	}
	.header-lang{
		margin-left: 50px;
	}
	.product-main__gallery{
		padding: 0 50px 0 0;
	}
	.product-main__content{
		padding: 0;
	}
	.slick-arrow.slick-prev{
		left: 0;
	}
	.slick-arrow.slick-next{
		right: 0;
	}
	.footer-nav li{
		margin: 15px 20px 0 0;
	}
	.site-footer__copy{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1190px){
	.site-header{
		padding: 13px 0 11px;
	}
	.header-logos__logo_1{
		flex-shrink: 0;
		width: 65px;
	}
	.header-logos__logo_2{
		flex-shrink: 0;
		width: 85px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.site-header__right{
		min-height: 0;
		width: 50%;
		justify-content: flex-end;
		padding: 0;
	}
	.header-nav,.header-lang,.header-btn{
		display: none;
	}
	.site-header__touch{
		width: 50%;
		display: block;
	}
	.header-search{
		width: 20px;
		height: 20px;
		margin-left: 18px;
	}
	body:not(.home) .site-container{
		padding-top: 50px;
	}
	.searchbox{
		padding: 10px 0;
	}
	.searchbox__input{
		padding-right: 30px;
	}
	.searchbox__input input{
		height: 30px;
		font-size: 12px;
		line-height: 18px;
	}
	.searchbox__close{
		width: 18px;
		height: 18px;
	}
	.home-welcome__content{
		min-height: 500px;
		padding: 100px 0 55px;
	}
	.home-category{
		padding: 60px 0 45px;
	}
	/* .home-new__slide{
		padding: 60px 0;
	}
	.home-new__num{
		font-size: 400px;
		line-height: 250px;
	} */
	.home-video__name{
		min-height: 110px;
		font-size: 52.18px;
		line-height: 55px;
	}
	.home-blog{
		padding: 60px 0;
	}
	.home-social{
		padding: 60px 0;
	}
	.home-marquee{
		padding: 60px 0;
	}
	.product-catalog{
		padding: 0 0 80px;
	}
	.product-catalog__item{
		width: 50%;
	}
	.product-main__title{
		font-size: 32px;
	}
	.product-main__title span{
		font-size: 26px;
	}
	.product-main__control{
		flex-direction: column;
	}
	.product-main__price{
		margin: 0 0 10px;
	}
	.product-infoblock{
		padding: 80px 0;
	}
	.product-infoblock_left .product-infoblock__content{
		padding: 0 50px 0 0;
	}
	.product-infoblock__content{
		padding: 0 0 0 50px;
	}
	.product-infograph__wrapper{
		display: flex;
		justify-content: center;
	}
	.product-infograph__container{
		transform: scale(0.7);
	}
	.product-info__dl-item{
		width: 33.3333333%;
	}
	.post-catalog__col{
		padding: 0 15px 60px;
	}
	.post-similar__item{
		padding: 40px 0 39px;
	}
	.post-similar__title{
		font-size: 20px;
	}
	.contact-main__text{
		font-size: 16px;
		line-height: 25px;
	}
	.contact-adress__item{
		width: 50%;
	}
	.dl-main__block{
		width: 50%;
	}
	.about-main{
		padding: 70px 0;
	}
	.service-adress__item{
		width: 50%;
	}
	.search-result__item{
		width: 33.33333333%;
	}
	.checkout-page__main{
		padding-right: 50px;
	}
	
}
@media only screen and (max-width: 992px){

	.product-catalog__container{
		flex-direction: column;
	}
	.product-catalog__sidebar{
		width: 100%;
		padding: 0;
	}
	.filter__body{
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		padding: 16px 12px 24px;
		background: #FFF;
		position: fixed;
		inset: 0;
		transition: all 0.3s;
	}
	.filter__body:before{
		display: none;
	}
	.filter__body.show{
		visibility: visible;
		opacity: 1;
	}
	.filter__block{
		padding: 16px 0 6px;
	}
	.filter__block:first-child{
		padding-top: 0;
	}
	.filter__block:nth-last-child(2){
		padding: 16px 0 24px;
		border-bottom: 1px solid #DDE3E8;
	}
	.filter__title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 16px;
	}
	.filter__list label span{
		padding-left: 24px;
	}
	.filter__color li{
		margin: 0 15px 15px 0;
	}
	.filter-range{
		padding: 13px 0 0;
	}
	.filter-range__input label{
		height: 36px;
		font-size: 12px;
	}
	.filter-range__input input{
		font-size: 12px;
	}
	.filter__btns{
		display: flex;
		margin: 24px -10px 0;
	}
	.filter__btn{
		width: 50%;
		padding: 0 10px;
	}
	.filter__btn button{
		width: 100%;
	}

	.filter__showed{
		margin-bottom: 25px;
	}
	.product-catalog__main{
		width: 100%;
		padding: 0;
	}
	.product-catalog__head{
		justify-content: space-between;
		align-items: center;
		margin-bottom: 12px;
	}
	.filter-handler{
		display: block;
		color: #646D7E;
		user-select: none;
		cursor: pointer;
	}
	.filter-handler i{
		display: inline-block;
		line-height: 0;
		margin-right: 6px;
	}
	.checkout-page__container{
		flex-direction: column;
	}
	.checkout-page__main{
		width: 100%;
		padding: 0 0 50px;
	}
	.checkout-page__sidebar{
		width: 100%;
	}
	
}
@media only screen and (max-width: 767px){
	.home-welcome{
		padding-top: 50px;
	}
	.home-welcome__link{
		position: absolute;
		inset: 0;
	}
	.home-welcome__content{
		min-height: 280px;
		padding: 39px 0 48px;
	}
	.home-welcome__title{
		font-size: 21px;
		line-height: 23px;
		margin-bottom: 11px;
	}
	.home-welcome__text{
		font-size: 15px;
		line-height: 110%;
		letter-spacing: 0.045em;
		margin-bottom: 20px;
	}
	.home-welcome .slick-dots{
		bottom: 14px;
	}
	.home-welcome .slick-dots li:not(.slick-active) button{
		background: rgba(255,255,255,.4);
	}
	.home-category{
		padding: 28px 0 25px;
	}
	.home-category__title{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px;
	}
	.home-category__slider{
		margin: 0 -4px;
	}
	.home-category__slider .slick-list{
		overflow: visible;
	}
	.home-category__slide{
		padding: 0 4px;
	}
	.home-category__item{
		width: auto;
		background: #FFF;
		padding: 5px 5px 7px;
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	}
	
	.home-category__image{
		margin-bottom: 4px;
	}
	.home-category .slick-dots{
		margin-top: 25px;
	}


	/* .home-new{
		background: none;
		padding: 19px 0 48px;
	}
	.home-new__slide{
		padding: 0;
	}
	.home-new__name{
		min-height: 0;
		font-size: 15px;
		line-height: 17px;
		margin-bottom: 12px;
	}
	.home-new__body{
		position: relative;
		background: linear-gradient(180deg, #F5F6FA 0%, rgba(245, 243, 243, 0) 100%);
		margin: 0 -12px;
		padding: 0 12px;
	}
	.home-new__num{
		font-size: 137px;
		line-height: 85px;
		top: 0px;
	}
	.home-new__image{
		height: 211px;
		margin: 0 0 44px;
	}
	.home-new__image img{
		max-height: 211px;
	}
	.home-new .slick-dots{
		bottom: 74px;
	}
	.home-new__btn{
		text-align: center;
	} */
	.home-new{
		padding: 42px 0 71px;
	}
	.home-new__slider{
		padding: 12px 0 0;
		margin: 0 -4px;
	}
	.home-new__slider .slick-list{
		overflow: visible;
	}
	.home-new__slide{
		padding: 0 4px;
	}
	.home-new .slick-dots{
		margin-top: 24px;
	}
	.home-video{
		background: none;
	}
	.home-video__slider .slick-slide:not(.slick-center) .home-video__video{
		opacity: 1;
	}
	.home-video__slider .slick-slide.slick-current .home-video__video{
		position: relative;
		z-index: 1;
	}
	.home-video__slider .slick-slide.slick-slide-prev .home-video__video{
		transform: scale(0.85) translateX(40px);
	}
	.home-video__slider .slick-slide.slick-slide-next .home-video__video{
		transform: scale(0.85) translateX(-40px);
	}

	.home-video__content{
		top: 13px;
		left: 20px;
		right: 20px;
	}
	.home-video__name{
		min-height: 42px;
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 7px;
	}
	.home-video__video i{
		width: 44px;
		height: 44px;
		padding: 12px 12px 12px 17px;
	}
	.home-video .slick-arrow.slick-prev{
		left: 0px;
	}
	.home-video .slick-arrow.slick-next{
		right: 0;
	}
	.home-blog{
		padding: 43px 0 38px;
	}
	.home-blog__container{
		display: none;
	}
	.home-blog__slider{
		display: block;
		margin: 19px 0 0;
	}
	.home-blog .slick-dots{
		margin-top: 24px;
	}
	.post-item__image{
		clip-path: polygon(calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0);
		margin-bottom: 12px;
	}
	.post-item__date{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.post-item__title{
		font-weight: 500;
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 17px;
	}
	.post-item__link{
		font-size: 12px;
		line-height: 13px;
		letter-spacing: 0.045em;
	}
	.post-item__link i{
		width: 17px;
		height: 13px;
		margin-left: 6px;
	}
	.home-social{
		padding: 31px 0 68px;
	}
	.home-social__slider{
		margin: 20px -12px 0;
	}
	.home-social__slide{
		padding: 0 0 72px;
	}
	.slick-current .home-social__image a{
		transform: scale(1.33);
	}
	.home-social__link{
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 23px;
	}
	.home-social__text{
		font-size: 12px;
		line-height: 18px;
	}
	.home-marquee{
		padding: 30px 0;
	}
	.home-marquee__row li{
		margin: 0 30px;
	}



	.filter__showed{
		font-size: 10px;
		line-height: 12px;
	}


	.filter-handler{
		font-size: 12px;
		line-height: 15px;
	}
	.filter-handler i{
		display: inline-block;
		line-height: 0;
		margin-right: 6px;
	}
	.filter-sort{
		font-size: 12px;
		line-height: 15px;
	}
	.filter-sort i{
		width: 6px;
		height: 8px;
		margin-left: 7px;
	}







	.product-catalog{
		padding: 0 0 47px;
	}
	.product-list{
		margin: 0 -4px -16px;
	}
	.product-catalog__item{
		height: auto !important;
		padding: 0 4px 16px;
	}





	.product-main{
		padding: 8px 0 50px;
	}
	.product-main__container{
		flex-direction: column;
	}
	.product-main__gallery{
		width: 100%;
		padding: 0;
	}
	.product-gallery{
		position: relative;
	}
	.product-gallery__badge{
		display: block;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.product-gallery__big{
		margin: 24px 0 8px;
	}
	.product-gallery__big-item span{
		height: 331px;
	}
	.product-gallery__big-item img{
		max-height: 331px;
	}
	.product-gallery{
		height: auto;
		padding: 0;
	}
	.product-gallery__small{
		width: 100%;
		padding: 0 32px 0 0;
		height: auto;
		position: static;
	}
	.product-gallery__small-item{
		padding: 0 16px 7px 0;
	}
	.slick-current .product-gallery__small-item span::after{
		bottom: -7px;
	}
	.product-gallery__small-item span{
		width: 60px;
		height: 60px;
		width: auto;
		height: auto;
	}
	.product-gallery__small .slick-arrow.slick-prev{
		display: none !important;
	}
	.product-gallery__small .slick-arrow.slick-next{
		top: calc(50% - 13px) !important;
		right: -21px !important;
		left: auto !important;
		transform: rotate(0deg);
	}







	.product-main{
		padding: 8px 0 26px;
	}
	.product-main__content{
		width: 100%;
		padding: 24px 0 0;
	}
	.product-main__badge{
		display: none;
	}
	.product-main__title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.product-main__title span{
		font-size: 15px;
		line-height: 19px;
		margin-top: 7px;
	}
	.product-main__code{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.product-main__colors{
		margin-bottom: 15px;
	}
	.product-main__colors span {
		width: 12px;
		height: 12px;
		margin: 1px 11px 3px 3px;
	}
	.product-main__instock{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.product-main__control{
		margin-bottom: 33px;
	}
	.product-main__price{
		margin: 0 0 12px;
	}
	.product-main__priceold{
		font-size: 10px;
		line-height: 22px;
		margin: -5px 0 3px 0;
	}
	.product-main__priceold span{
		font-size: 15px;
	}
	.product-main__pricenew{
		font-size: 24px;
		line-height: 30px;
	}
	.product-detail__title{
		font-size: 15px;
	}
	.product-detail__body{
		padding: 22px 22px 20px;	
	}
	.product-detail__text{
		font-size: 12px;
		line-height: 24px;
	}
	/* .product-main__instructions{
		padding: 16px 0;
		font-size: 15px;
	} */
	.product-main__anchors{
		padding: 18px 0 16px;
		font-size: 12px;
	}
	.product-main__anchors li:not(:last-child){
		margin-bottom: 18px;
	}
	.product-attselect{
		padding: 12px 0;
	}
	.product-attselect__title{
		margin-bottom: 5px;
	}
	.product-attselect__item:not(:last-child){
		margin-bottom: 3px;
	}
	.product-attselect__list li{
		margin: 0 13px 10px 0;
	}
	.product-attselect__list span{
		height: 36px;
		padding: 5px 23px;
		font-size: 12px;
		line-height: 24px;
	}
	.product-video__content{
		min-height: 202px;
	}
	.product-video__name{
		display: none;
	}
	.product-video__content i{
		width: 44px;
		height: 44px;
		padding: 12px 12px 12px 16px;
	}

	.product-infoblock{
		padding: 48px 0 36px;
	}
	.product-infoblock__container{
		flex-direction: column !important;
	}
	.product-infoblock__image{
		width: 100%;
		padding: 0 0 16px;
	}
	.product-infoblock__content{
		width: 100%;
		padding: 0;
	}
	.product-infoblock__title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 13px;
	}
	.product-infoblock__text{
		font-size: 12px;
		line-height: 15px;
	}
	.product-infograph{
		padding: 60px 0 20px;
		background: #000;
	}
	.product-infograph__bg{
		height: 485px;
		mask-image: linear-gradient(black 0%, black 95%, transparent);
		-webkit-mask-image: linear-gradient(black 0%, black 95%, transparent);
	}
	.product-infograph__wrapper{
		display: block;
	}
	.product-infograph__container{
		width: auto;
		height: auto;
		display: block;
		transform: none;
	}
	.product-infograph__image{
		width: auto;
		height: 340px;
		margin-bottom: 31px;
	}
	.product-infograph__image img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.product-infograph__list li{
		position: static;
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		text-align: left !important;
		margin-bottom: 15px;
	}

	.product-info{
		padding: 9px 0;
	}
	.product-info__title{
		font-size: 15px;
		line-height: 19px;
		padding: 17px 0;
	}
	.product-info__title i{
		top: 23px;
	}
	.product-prop{
		margin-bottom: 21px;
	}
	.product-prop__desktop{
		display: none;
	}
	.product-prop__mobile{
		display: block;
	}
	.product-prop__list{
		margin: 0 -12px;
	}
	.product-prop__list li{
		padding: 7px 12px 11px;
		font-size: 10px;
		line-height: 12px;
	}
	.product-prop__list li div:first-child{
		width: 51%;
		padding-right: 15px;
	}
	.product-prop__list li div:last-child{
		width: 49%;
	}
	.product-buy__list li{
		width: 33.3333%;
	}
	.product-buy__list a{
		height: 50px;
		padding: 0;
	}
	.product-info__dl-item{
		width: 100%;
	}
	.product-similar{
		padding: 37px 0 50px;
	}
	.product-similar__title{
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin-bottom: 13px;
	}
	.product-similar__slider .slick-list{
		overflow: visible;
	}
	.product-similar .product-item{
		box-shadow: none;
	}
	.product-similar .slick-active .product-item{
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	}
	.product-similar .slick-dots{
		margin-top: 21px;
	}








	.product-item{
		background: #FFF;
		padding: 10px 8px 8px;
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
		border: none !important;
	}
	.product-item__image{
		max-width: calc(100% - 34px);
		margin: 0 auto 12px;
	}
	.product-catalog__discontinued span{
		padding: 2px 2px;
		font-size: 6px;
		line-height: 12px;
	}
	.product-item__icons{
		top: 67px;
		right: 10px;
	}
	.product-item__icons span{
		width: 16px;
		height: 16px;
		margin-bottom: 8px;
	}
	.product-item__icons img{
		max-width: 16px;
		max-height: 16px;
	}
	.product-item__name{
		font-size: 12px;
		line-height: 15px;
	}
	.product-item__code{
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 10px;
	}
	.product-item__instock{
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 12px;
	}
	.product-item__info{
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 9px;
	}
	.product-item__priceold {
		font-size: 12px;
		line-height: 19px;
	}
	.product-item__pricenew {
		font-size: 18px;
		line-height: 22px;
	}
	.product-item__colors span{
		width: 10px;
		height: 10px;
		margin: 0 8px 12px 2px;
	}
	.product-item__colors span::before{
		inset: -2px;
	}
	/* .product-item__info-1{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 11px;
	}
	.product-item__rate{
		margin: 0 0 7px;
	}
	.product-item__rate span{
		width: 12px;
		margin-right: 5px;
	}
	.product-item__instock{
		font-size: 8px;
		line-height: 10px;
		margin: 0 10px 3px 0;
	}
	.product-item__info-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.product-item__info-2 .product-item__colors{
		display: flex;
		margin-right: 2px;
	}
	.product-item__colors span{
		width: 10px;
		height: 10px;
		margin: 0 0 3px 14px;
	}
	.product-item__colors span:before{
		inset: -2px;
	}
	.product-item__info-3{
		margin-bottom: 9px;
	}
	.product-item__info-3 .product-item__colors{
		display: none;
	}
	.product-item__priceold{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 2px;
	}
	.product-item__pricenew{
		font-size: 18px;
		line-height: 22px;
	} */
	.product-item__control{
		margin: 1px 0 0;
	}
	.product-item__button{
		width: 100%;
		margin: 0;
	}
	.product-item__button a{
		width: 100%;
		min-width: 0;
		height: 36px;
		font-size: 10px;
	}
	.product-item__compare{
		width: 18px;
		height: 17px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.product-item__props{
		display: block !important;
		font-size: 10px;
		line-height: 12px;
		padding-top: 6px;
	}
	.product-item__props span{
		margin-right: 9px;
	}
	.buy{
		padding: 0 0 36px;
	}
	.buy__list li{
		width: 33.33333333%;
		padding: 0 5px 5px;
	}
	.buy__list a{
		height: 90px;
		padding: 10px;
	}
	.post-catalog{
		padding: 0 0 47px;
	}
	.catalog-order{
		margin-bottom: 16px;
	}
	.catalog-order__title{
		font-size: 15px;
		line-height: 18px;
		margin-right: 37px;
	}
	.catalog-order__list{
		font-size: 10px;
		line-height: 12px;
		margin: 0;
	}
	.catalog-order__list li{
		margin-right: 17px;
	}
	.catalog-order__list li span{
		border-width: 1px;
	}

	.post-catalog__container{
		margin: 0;
	}
	.post-catalog__col{
		width: 100%;
		padding: 0 0 35px;
	}
	.post-single{
		padding: 0;
	}
	.post-single__container{
		flex-direction: column;
	}
	.post-single__main{
		width: 100%;
		padding: 0 0 77px;
	}
	.post-single__image{
		clip-path: polygon(calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%, 0 0);
		margin-bottom: 10px;
	}
	.post-single__date{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.post-single__title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 24px;
	}
	.post-single__sidebar{
		width: calc(100% + 24px);
		margin: 0 -12px;
		padding: 0;
	}
	.post-similar{
		padding: 0px 12px 12px;
	}
	.post-similar__item{
		padding: 36px 12px 35px;
	}
	.post-similar__item:last-child{
		border: none;
	}
	.post-similar__date{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.post-similar__title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 17px;
	}
	.post-similar__link{
		font-size: 12px;
		line-height: 13px;
	}
	.post-similar__link i{
		width: 16px;
		height: 12px;
		margin-left: 5px;
	}
	


	
	.post-body{
		font-size: 12px;
		line-height: 15px;
	}
	.post-body p{
		margin-bottom: 15px;
	}
	.post-body h2{
		font-size: 15px;
		line-height: 19px;
		text-align: left;
		margin: 36px 0 10px;
	}
	.post-body img{
		max-width: calc(100% + 24px);
		margin: 14px -12px 21px;
	}
	.post-single__back{
		font-size: 12px;
		line-height: 13px;
		text-align: center;
		margin-top: 36px;
	}
	.post-single__back a i{
		width: 16px;
		height: 12px;
		margin-right: 7px;
		transform: scaleX(-1) translateY(1px);
	}
	.contact-main{
		padding: 11px 0 13px;
	}
	.contact-main__container{
		flex-direction: column;
		margin: 0;
	}
	.contact-main__col{
		width: 100%;
		padding: 0;
	}
	.contact-main__block{
		margin-bottom: 35px;
	}
	.contact-main__block h2{
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 13px;
	}
	.contact-main__text{
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 12px;
	}
	.contact-main__text p{
		margin-bottom: 12px;
	}
	.contact-main__btn{
		margin-top: 24px;
	}
	.contact-main__btn .button{
		height: 36px;
		padding: 15px 24px;
	}
	.contact-adress{
		padding: 24px 0 50px;
	}
	.contact-adress__item{
		width: 100%;
		padding: 0 15px 34px;
	}
	.contact-adress__name{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 12px;
	}
	.contact-adress__text{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 13px;
	}
	.contact-adress__link{
		font-size: 12px;
		line-height: 20px;
	}
	.contact-maps__item{
		height: 400px;
	}
	.service-adress{
		padding: 0 0 18px;
	}
	.service-adress__desc{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 24px;
	}
	.service-adress__select{
		width: 100%;
		margin: 0 0 24px;
	}
	.service-adress__blocks{
		margin: 12px 0 0 0;
	}
	.service-adress__block{
		width: 100%;
		margin: 0 0 30px;
	}
	.service-adress__item{
		width: 100%;
	}
	.service-adress__name{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 12px;
	}
	.service-adress__text{
		font-size: 12px;
		line-height: 15px;
	}
	.service-condition{
		padding: 16px 0 32px;
	}
	.service-condition__title{
		font-size: 15px;
		line-height: 19px;
	}
	.service-condition__title i{
		width: 16px;
		height: 12px;
		margin-left: 8px;
	}
	.service-condition__body{
		padding: 48px 0 0;
	}
	.service-condition__steps{
		flex-direction: column;
		margin: 0 0 57px;
	}
	.service-condition__steps:before{
		height: auto;
		width: 1px;
		top: 0;
		left: 50px;
		bottom: 0;
		right: auto;
		background-image: linear-gradient(to top, rgba(16,24,40,.3) 75%, rgba(255,255,255,0) 0%);
		background-size: 1px 6px;
	}
	.service-condition__step{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.service-condition__step:last-child{
		margin-bottom: 0;
	}
	.service-condition__num{
		width: 100px;
		height: 100px;
		flex-shrink: 0;
		box-shadow: 0 0 0 11px #F5F6FA;
		margin: 0 12px 0 0;
	}
	.service-condition__text{
		position: relative;
		text-align: left;
		font-weight: 300;
		font-size: 10px;
		line-height: 13px;
	}
	.service-condition__content{
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
	}
	.service-condition__content p{
		margin-bottom: 22px;
	}
	.service-condition__content ul li{
		margin-bottom: 15px;
	}
	.service-condition__content h3{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 16px;
	}
	.service-condition__content ul{
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 21px 18px;
	}
	.dl-main{
		padding: 11px 0 38px;
	}
	.dl-main__item:not(:last-child){
		margin-bottom: 23px;
	}
	.dl-main__body{
		padding: 10px 13px 4px;
		margin-bottom: 0;
	}
	.dl-main__blocks{
		margin: 0;
	}
	.dl-main__block{
		width: 100%;
		padding: 4px 0 32px;
	}
	.dl-main__name{
		display: flex;
		align-items: center;
		min-height: 73px;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 11px;
	}
	.dl-main__items{
		margin: 0 0 0 -123px;
	}
	.dl-main__select .styled-select__current{
		font-size: 12px !important;
		color: rgba(0,0,0,0.3);
	}
	.about-welcome__content{
		height: auto;
		padding: 73px 0;
	}
	.about-welcome .breadcrumbs{
		top: 8px;
	}
	.about-welcome__title{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.about-welcome__bigtext{
		font-size: 15px;
		line-height: 19px;
		margin: 0 auto 12px;
	}
	.about-welcome__text{
		font-size: 12px;
		line-height: 15px;
	}
	.about-main__row{
		flex-direction: column !important;
	}
	.about-main__row:not(:last-child){
		margin-bottom: 49px;
	}
	.about-main{
		padding: 47px 0;
	}
	.about-main__image{
		width: 100%;
		padding: 0 0 23px !important;
	}
	.about-main__content{
		width: 100%;
		padding: 0 !important;
		font-size: 12px;
		line-height: 15px;
	}
	.about-main__content h2{
		font-size: 15px;
		line-height: 18px;
	}
	.compare{
		padding: 11px 0;
	}
	.compare__section{
		padding-bottom: 37px;
	}
	.compare__scroll{
		margin: 0 -12px;
	}
	.compare-head__left{
		width: 176px;
		padding: 15px 22px 45px 12px;
	}
	.compare-head__title{
		font-size: 15px;
		line-height: 24px;
		margin: 29px 0 15px;
	}
	.compare-head__link{
		font-size: 13px;
		line-height: 20px;
	}
	.compare-head__col{
		width: 180px;
	}
	.compare-head__item{
		padding: 40px 15px 25px;
	}
	.compare-head__image{
		margin: 0 auto 4px;
	}
	.compare-head__close{
		top: 24px;
		right: 9px;
	}
	.compare-sort{
		padding: 7px 12px 46px;
	}
	.compare-sort__tab{
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
	}
	.compare-sort__tab:not(:last-child){
		margin-right: 36px;
	}
	.compare-body__left .compare-body__list-item{
		padding: 0 12px;
	}
	.compare-body__list-item{
		min-height: 28px;
		padding: 0 15px;
		font-size: 10px;
		line-height: 12px;
	}
	.compare-body__left{
		width: 176px;
	}
	.compare-body__col{
		width: 180px;
	}
	.form-input,
	.site-input{
		margin-bottom: 21px;
	}
	.form-input textarea,
	.site-input textarea{
		margin: 2px 0 0;
	}
	.form-text{
		font-size: 10px;
		line-height: 12px;
		margin: -9px 0 25px;
	}
	.form-btn .button{
		height: 36px;
		padding: 15px 42px;
	}
	.search-head__container{
		min-height: 50px;
		font-size: 14px;
		line-height: 24px;
	}
	.search-head__text span{
		font-size: 12px;
		margin-left: 5px;
	}
	.search-result {
		padding: 20px 0 60px;
	}
	.search-result__item{
		width: 50%;
		padding: 0 4px 16px;
	}
	.search-result__showed{
		font-size: 12px;
		line-height: 15px;
	}
	.search-result .product-list{
		border: none;
	}
	.checkout-steps {
		margin: 21px 0 29px;
	}
	.checkout-steps li{
		width: 60px;
		height: 60px;
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
	}
	.checkout-page {
		padding-bottom: 50px;
	}
	.checkout-page__subtitle{
		margin-bottom: 19px;
	}
	.checkout-page__control {
		margin-top: 39px;
	}
	.checkout-page__next{
		height: 36px;
		padding: 10px 42px;
		font-size: 10px;
		letter-spacing: 0.045em;
	}
	.checkout-page .form-input .styled-select,
	.checkout-page .site-input .styled-select{
		width: 100%;
	}
	.form-radio {
		margin: 36px 0;
	}
	.form-radio__label{
		margin-bottom: 18px;
	}
	.form-radio__list li span {
		padding-left: 24px;
	}
	.checkout-page__prev{
		font-size: 10px;
		letter-spacing: 0.045em;
	}
	.checkout-page__prev i{
		width: 14px;
	}
	.checkout-thankyou__title{
		font-size: 16px;
		line-height: 26px;
	}
	.checkout-thankyou__price{
		font-size: 14px;
		line-height: 18px;
	}
	.checkout-thankyou__text{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 39px;
	}
	.checkout-thankyou__btn a{
		height: 36px;
		padding: 10px 46px;
		font-size: 10px;
		letter-spacing: 0.045em;
	}
	.cart-item{
		position: relative;
		flex-direction: column;
		padding: 20px 20px 20px 138px;
	}
	.cart-item__image{
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.cart-item__content{
		width: 100%;
		padding: 0;
	}
	.cart-item__name{
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 7px;
	}
	.cart-item__code{
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 20px;
	}
	.cart-item__info{
		width: 100%;
		padding: 0;
		margin-top: -23px;
	}
	.cart-item__price{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 9px;
	}
	.cart-item__remove{
		font-size: 10px;
		line-height: 12px;
	}
	.cart-coupon{
		align-items: center;
		flex-direction: column;
		padding: 12px 20px;
	}
	.cart-coupon__input{
		width: 100%;
		padding: 0 0 9px;
	}
	.cart-coupon__input .form-input input,
	.cart-coupon__input .form-input input::placeholder,
	.cart-coupon__input .site-input input,
	.cart-coupon__input .site-input input::placeholder{
		font-size: 13px;
	}
	.cart-coupon__button button {
		font-size: 10px;
	}
	.cart-total{
		padding: 19px 20px;
		margin-top: 7px;
		font-size: 10px;
		line-height: 12px;
	}
	.cart-total__price{
		font-size: 18px;
		line-height: 24px;
		margin-left: 15px;
	}


	.product-catalog__container{
		padding-top: 0;
		border: none;
	}
	.filter__headline{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.product-catalog__section {
		margin-bottom: 16px;
	}
	.product-catalog__title{
		min-height: 43px;
		padding: 6px 10px;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 14px;
	}










	.page-head{
		padding: 8px 0 0;
	}
	.breadcrumbs{
		font-size: 8px;
		line-height: 8px;
		margin-bottom: 12px;
	}
	.breadcrumbs i{
		width: 5px;
		height: 3px;
		margin: 0 4px 0 5px;
	}
	.page-title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 13px;
	}
	.product-item__badges{
		top: 9px;
	}
	.badge{
		min-width: 52px;
		padding: 0 7px;
		font-size: 6px;
		line-height: 12px;
		justify-content: center;
		text-align: center;
	}
	.energy {
		width: 29px;
		height: 12px;
		padding: 0 6px;
		font-size: 7px;
		line-height: 12px;
		clip-path: polygon(calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 0 100%, 0 0);
	}
	.energy sup{
		font-size: 4px;
		line-height: 12px;
	}
	.page-content{
		padding: 0 0 45px;
	}
	.page-body{
		font-size: 12px;
		line-height: 15px;
	}
	.page-body h1{
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 22px;
	}
	.page-body h2{
		font-size: 12px;
		line-height: 15px;
	}
	.page-body ul{
		margin-left: 18px;
	}
	




	.section-title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.catalog-more{
		margin-top: 25px;
	}
	.catalog-more button{
		font-size: 12px;
		line-height: 13px;
	}
	.catalog-more button i{
		width: 20px;
		height: 16px;
		margin-left: 3px;
	}
	.pagination{
		display: none;
	}
	.styled-select__current{
		font-size: 13px !important;
	}



	.button{
		height: 36px;
		font-weight: 500;
		font-size: 10px;
		letter-spacing: 0.045em;
	}
	.slick-dots li{
		margin: 0 5px;
	}
	.slick-dots li button{
		width: 8px;
		height: 8px;
		background: rgba(16,24,40,0.2);
	}
	.only-desktop{
		display: none;
	}
	.only-mobile{
		display: block;
	}
	.site-footer{
		padding: 19px 0 58px;
	}
	.site-footer__main{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 18px;
	}
	.footer-nav{
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 29px;
	}
	.footer-nav ul{
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-nav li{
		margin: 0 0 15px;
	}
	.footer-social{
		height: auto;
	}
	.footer-social a{
		margin: 0 28px 0 0;
	}
	.site-footer__copy{
		font-size: 10px;
		line-height: 12px;
		text-align: left;
		letter-spacing: 0.05em;
		margin-top: 0;
	}

	.popup__overlay{
		padding: 0;
	}
	.popup__window{
		width: 100vw;
		max-width: none;
		padding: 23px 12px 32px;
	}
	.popup__title{
		margin-bottom: 22px;
	}
	.popup__close{
		top: 16px;
		right: 16px;
		width: 18px;
		height: 18px;
	}



	.totop{
		width: 33px;
		height: 33px;
		right: 10px;
		bottom: 10px;
	}
	.totop svg{
		width: 8px;
	}
	
}
@media only screen and (max-width: 380px){
	.site-header__touch{
		width: auto;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 340px){
	.cart-item__info{
		margin-top: 5px;
	}
	.product-item__icons{
		top: 50px;
	}
}
.contacts-form__select_2{
	visibility: hidden;
	height: 0;
	width: 61.5%;
}
.contacts-form__select_2.show{
	visibility: visible;
	height: auto;
}
