:root {
	--text-color: #070707;
	--text-gray: rgba(0, 26, 52, 0.6);
	--main-color: #00ABC8;
	--hover-color: #00828b;
	--second-color: #FE3B1F;

	--section-padding: 80px;
	--bdrs: 8px;

	--slider-h: 500px;
}

@media (min-width: 1280px) {
	.container {
		max-width: 1264px;
	}
}


.vc_row-fluid:not(.vc_inner) {
	margin-top: var(--section-padding);
	margin-bottom: var(--section-padding);
}

.swiper-pagination {
	--swiper-pagination-bottom: 0;
	--swiper-pagination-color: var(--main-color);
	--swiper-pagination-bullet-inactive-color: #E0E0E0;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.gray{
	color: var(--text-gray);
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	max-width: 2048px;
	margin-left: auto;
	margin-right: auto;
	color: var(--text-color);
/*	background-color: #F3F3F5;*/
position: relative;
}

a {
	color: var(--main-color);
	text-decoration: none;
}

a:hover {
	color: var(--main-color);
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
	margin: 0 0 15px;
}
/*
.wp-content h1,
.page-title {
	font-size: 32px;
	color: var(--text-color);
	font-weight: 500;
	margin: 0 0 35px;
	margin-bottom: 25px;
}

.wp-content h2,
.section-title {
	color: var(--text-color);
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 35px;
	margin-bottom: 25px;
}

.wp-content p + h2,
.wp-content p + h3 {
	margin-top: 25px;
}

.wp-content h3 {
	color: var(--text-color);
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 35px;
	margin-bottom: 25px;
}
*/

.open-cart{
	display: inline-block;
	position: relative;
	margin-left: 30px;
	position: relative;
	padding-right: 5px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.open-cart svg{
	--size: 32px;
	width: var(--size);
	height: var(--size);
}

.open-cart .counter{
	--size: 18px;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	top: -3px;
	right: 0;
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	font-size: 10px;
	background: var(--second-color);
	text-align: center;
	font-weight: bold;
	display: none;
}

.open-cart .counter.active{
	display: block;
}


.page-title,
.section-title,
.slider-title {
	font-size: 47px;
	font-weight: 500;
	line-height: 55px;
	margin-bottom: 12px;

	font-size: 36px;
	font-weight: 700;
	line-height: 130%;

	font-size: 30px;
	margin-bottom: 20px;
}

.page-title,
.section-title{
/*	margin-bottom: 40px;*/
}

.archive-description{
	margin-bottom: 40px;
}

.page-title span,
.section-title span,
.slider-title span {
	color: var(--main-color);
}

h3.section-title{

}

.wp-content ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.wp-content ul {
	padding-left: 0;
	margin-bottom: 20px;
}

.wp-content ol li, .wp-content ul li {
	margin: 5px 0;
}

.wp-content ul li {
	padding-left: 30px;
	display: block;
	position: relative;
}

.wp-content ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--main-color);
	position: absolute;
	left: 15px;
	top: 7px;
}

.main-header .menu {
	display: flex;
	justify-content: space-between;
	/*	margin-left: auto;*/
	align-items: center;
	margin-left: 30px;
/*	margin-right: auto;*/
}

.main-header .menu li {
	position: relative;
	display: block;
	margin-right: 30px;
	padding: 10px 0;
}

/*.main-header .menu li.menu-btn > a {
	border: 2px solid var(--main-color);
	border-radius: var(--bdrs);
	padding: 8px 20px;
}*/


.main-header .menu li.menu-btn > a {
	/*  */
	background-image: linear-gradient(to right, var(--main-color) 0%, var(--hover-color) 100%);
	padding: 12px 16px;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;
/*	box-shadow: 0 0 20px #eee;*/
border-radius: var(--bdrs);
display: block;

display: flex;
align-items: center;
}

.main-header .menu .menu-icon{
	--size: 14px;
	width: var(--size);
	height: var(--size);
	display: inline-block;
	background-image: url(../img/menu.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}


.main-header .menu li.menu-btn > a:hover {

}

.btn,
a.btn {
	background-image: linear-gradient(to right, var(--main-color) 0%, var(--hover-color) 100%);
	padding: 13px 20px;
	line-height: 14px;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
/*	box-shadow: 0 0 20px #eee;*/
border-radius: var(--bdrs);
display: block;
border: 2px solid transparent;
border: 0;
}

.btn,
a.btn:hover{
	background-position: right center;
	/* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.main-header .menu li a {
	color: var(--text-color);
	display: inline-block;
	padding: 8px 0;
	font-size: 15px;
	line-height: 20px;
}

.main-header .menu .sub-menu {
	display: none;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 15px 23px 5px;
	z-index: 99999;
	width: 270px;
	opacity: 0;
	left: -8px;
	visibility: hidden;
	transition: visibility .2s linear,opacity .2s linear,left .2s linear;
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);

	border-radius: 12px;
}

.main-header .menu li .sub-menu.hover {
	display: block;
	left: 0;
	opacity: 1;
	visibility: visible
}

.main-header .menu .sub-menu li {
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

.main-header .menu .sub-menu li a {
	padding: 0;
}

.main-header .menu .menu-item-has-children > a:after {
	margin-left: 2px;
	content: '';
	--size: 16px;
	width: var(--size);
	height: var(--size);
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/dropdown.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



.main-header {
	padding: 10px 0;
/*	background: #fcfcfc;*/
/*	border-bottom: 1px solid #EAEAEA;*/
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


#flags{
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}

.header-container .header-content {
	display: flex;
	align-items: center;
}


.main-header .logo{
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.2;
	flex-shrink: 0;
	margin-right: auto;

}

.logo img{
	width: auto;
	height: 70px;
}


.header-contacts-col {
	display: flex;
}

.header-contacts {
	text-align: right;
	line-height: 15px;
}

.phone {
	color: var(--text-color);
	display: block;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

.header-contacts .gray {
	font-size: 12px;
	margin: 0;
}

.header-contacts .header-popup {
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 1;
}

.lang-switcher {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40px;
}

.lang-switcher .current {
	display: none;
}

.lang-switcher a {
	display: block;
	height: 17px;
}

.lang-switcher img {
	height: 100%;
	width: 100%;
}



.main-slider {
	padding-bottom: 40px;
/*	margin-top: 40px;*/
}

.main-slider .swiper-slide{
	position: relative;
}

.main-slider .swiper-slide img{
	border-radius: var(--bdrs);
}



.btn-container{
	margin: 24px 0;
	text-align: center;
}

/*.btn {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	border-radius: 40px;
	padding: 15px 30px;
}*/

.main-btn {
	background: var(--main-color);
	color: #fff;
}

.main-btn:hover {
	color: #fff;
}

.blank-btn {
	color: var(--text-gray);
}

.blank-btn:hover {
	color: var(--text-gray);
}


.swiper-slide .row {
	--slider-height: 500px;
	height: var(--slider-height);
}

.swiper-slide img {
	width: 100%;
	height: var(--slider-height);
	object-fit: contain;
}


.benefit-item {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.benefit-item .img {
	--size: 57px;
	width: var(--size);
	height: var(--size);
	background: #fff;
	border-radius: 50%;
	padding: 12px;
	margin-right: 12px;
	flex-shrink: 0;
}

.benefit-item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.benefit-item h3{
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}

.benefit-item p {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}

.benefits-section {
	padding: 20px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}


.content-row{
	margin-bottom: 40px;
}



.wp-content p{
/*	color: var(--text-gray);*/
font-size: 15px;
line-height: 24px;
margin-bottom: 12px;
}

.wp-content *:last-child{
	margin-bottom: 0;
}

.wp-content .btn{
	margin-top: 12px;
	margin-bottom: 24px;
}

img.rounded{
	border-radius: 16px;
}

.section,
.about-section{
	margin-top: var(--section-padding);
	margin-bottom: var(--section-padding);
}




.card-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 24px;
}

.link-absolute{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.card-blog .card-blog-image {
	height: 220px;
}

.card-blog .card-blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-blog .card-blog-content {
	padding: 20px;
}

.card-blog .card-blog-content .date {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 8px;
}

.card-blog .card-blog-content .date img {
	margin-right: 6px;
}

.card-blog .card-blog-content .card-blog-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 8px;
	min-height: 72px;
}

.card-blog .card-blog-content p {
	color: var(--text-gray);
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
	height: 70px;
	overflow: hidden;
}


.form-section {
	margin-top: var(--section-padding);
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background: #EDEDED;
}

.form-row {
	display: flex;
	margin: 0 -12px 12px;
}

.form-section .wpcf7 {
	background: #fff;
	padding: 24px;
	border-radius: 16px;
}

.form-row .form-col {
	flex: 1;
	padding: 0 12px;
}

.form-col textarea,
.form-col input {
	width: 100%;
	background: #F3F3F5;
	border-radius: 4px;
	border: 0;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 20px;
	outline: none;
	display: block;
	margin: 6px 0 0;
}

.form-col textarea {
	height: 100px;
	resize: vertical;
}

.form-col label {
	font-size: 13px;
	line-height: 20px;
	display: block;
}

.form-col label .req {
	color: #d72424;
}


.form-footer {
	display: flex;
	align-items: center;
	position: relative;
}

.form-footer .btn {
	border: 0;
	flex-shrink: 0;
}

.form-footer .wpcf7-spinner {
	position: absolute;
	right: 0;
}

.form-footer .copyright {
	font-size: 13px;
	line-height: 20px;
	color: var(--text-gray);
	margin: 0;
	margin-left: 24px;
}


.form-contacts {}

.form-contacts .form-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}

.form-contacts .form-title  span{
	color: var(--main-color)
}

.form-contacts p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 12px;
}

.contact-item {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
}

.contact-item img {
	margin-right: 12px;
	width: 16px;
}

.contact-item a {
	color: var(--text-color);
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
}







.form-section {
	margin-top: var(--section-padding);
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background: #EDEDED;
}

.main-footer {
	background: #f5f7fa;
	padding-bottom: 40px;
	color: var(--text-gray);
	font-size: 15px;
	line-height: 20px;
}

.main-footer a {
	color: var(--text-gray);
}

.main-footer .sub-menu {
	display: none;
}

.main-footer .logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

}

.main-footer .logo img {
	margin-bottom: 16px;
}

.footer-contacts-item {
	margin: 16px 0;
}

.footer-contacts-item h5 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

.footer-contacts-item p {
	font-size: 15px;
}

.main-footer .menu {
}

.main-footer .menu li {
	display: block;
	margin-top: 16px;
}

.main-footer .widget-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 16px;
}

















.footer-copyright p a{

}
.footer-copyright p {
	font-size: 13px;
	flex: 1;
	margin-bottom: 8px;
}




.page-wrap{
	margin-top: 20px;
	min-height: calc(100vh - 680px);
}

.kama_breadcrumbs svg {
	width: 7px;
	height: 5px;
	vertical-align: middle;
	margin: 0 8px 0 12px;
	fill: var(--text-gray);
}

.kama_breadcrumbs {
	font-size: 13px;
	margin-bottom: 20px;
	color: var(--text-gray);
	line-height: 20px;
}

.kama_breadcrumbs {
	background: #f5f7fa;
	padding: 12px;
	border-radius: var(--bdrs);
	white-space: nowrap;
	overflow: auto hidden;
}

.kama_breadcrumbs a {
	color: var(--text-gray);
}






.pagination svg {
	width: 12px;
}

.pagination {
	text-align: center;
	margin: 24px 0 0;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 15px;
	color: var(--text-color);
	width: 36px;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	font-weight: 600;
	transition: all .2s;
	margin: 0 6px;
}

.pagination .page-numbers.current {
	background: var(--main-color);
	color: #fff;
}



.card-products {
	display: flex;
	flex-direction: column;
	border-radius: var(--bdrs);
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 100%;
}

.card-products .card-products-image {
	border-radius: var(--bdrs);
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}

.card-products .card-products-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.card-products .card-products-image .link-absolute {
	background: rgba(0, 48, 120, .039);
}

.card-products .card-products-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
	padding: 12px 0 0;
}

.card-products p {
	color: var(--text-gray);
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	max-height: 54px;
	overflow: hidden;
}

.card-products .card-products-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 8px;
}

.card-products .card-products-title a{
	color: var(--text-color);
}

.card-products .card-price {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .2px;
	line-height: 20px;
	margin-bottom: 8px;
}

.card-products .card-price .price {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
	line-height: 24px;
}

.card-products .card-price .old-price {
	text-decoration: line-through;
	color: var(--text-gray);
}

.card-products .card-price .sale-percent {
	color: var(--second-color);
}

.card-products .card-products-content .btn {

	width: 100%;
	margin-top: auto;
}































.products-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-bottom: 40px;
}

.products-filters .product-filter {
	margin-right: 12px;
	margin-bottom: 12px;
	border: 2px solid var(--main-color);
	border-radius: 40px;
	padding: 8px 20px;
	color: var(--text-color);
	background: #fcfcfc;
	/* font-size: 13px; */
	/* line-height: 20px; */
}





.year-section{
	background-color: #FCFCFC;
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
/*	margin-top: var(--section-padding);*/
}

.about-company-container {
	max-width: 760px;
	margin: auto;
	margin-top: var(--section-padding);
/*	margin-bottom: var(--section-padding);*/
}

.about-company-container .about-company-year {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
}

.about-company-item {
	position: relative;
	display: flex;
	/* align-items: center; */
	padding-bottom: 0;
	padding-top: 50px;
}

.about-company-item .about-company-line{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background: var(--main-color);
	width: 1px;
}

.about-company-item .about-company-line:before{
	display: none;
	content: '';
	--size: 9px;
	width: var(--size);
	height: var(--size);
	background: var(--main-color);
	transform: rotate(45deg);
	top: 0px;
	left: -4px;
	position: absolute;
}


.about-company-item .about-company-line:after{
	display: none;
	content: '';
	--size: 5px;
	width: var(--size);
	height: var(--size);
	background: var(--main-color);
	transform: rotate(45deg);
	bottom: 0px;
	left: -2px;
	position: absolute;
}

.about-company-item .about-company-img {
	width: 50%;
	flex-shrink: 0;
	position: relative;
	height: 220px;
}


.about-company-item .about-company-img:after{
/* 		content: ""; */
display: block;
width: 100%;
height: 70px;
position: absolute;
left: 0px;
top: 0px;
z-index: 2;
background: linear-gradient(rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0));
pointer-events: none;
}

.about-company-item .about-company-content {
	padding: 24px;
	padding-top: 0;
}

.about-company-item .about-company-content .about-company-title {
	text-align: left;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.about-company-item .about-company-content p {
	color: var(--text-gray);
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}

.about-company-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-company-item .date {
	display: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	right: 24px;
	top: 24px;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	z-index: 5;
}


.about-company-item:first-child .about-company-line:before {
	display: block;
}


.about-company-item:last-child .about-company-line:after{
	display: block;
}

.about-company-item:last-child{
	padding-bottom: 60px;
}





.table-wrap {
	width: 100%;
	margin-bottom: 24px;
	overflow-x: auto;
}

table {
	min-width: 600px;
	background: #fcfcfc;
	width: 100%;
	border-radius: 16px;
	font-size: 15px;
	line-height: 24px;
}

table tr {
	border: 1px solid #eaeaea;
}

table tr td {
	padding: 8px 12px;
}

table thead {
	background: #fcfcfc;
	font-weight: bold;
}

.product-info {
	margin-bottom: 40px;
}

.single .wp-content p {
	color: var(--text-color);
	margin-bottom: 24px;
}

.spec-table {
	margin-bottom: 24px;
}

.spec-table .spec-row {
/*	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;*/
	margin-bottom: 12px;
}

.spec-table .spec-row .spec-name {
	font-weight: bold;
/*	min-width: 100px;*/
}

.spec-table .spec-row  .sep {
	flex: 1;
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
}

.wp-content h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 12px;
}


.wp-content h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}

.wp-content ol{
	counter-reset: list;
}

.wp-content ol > li{
/*	display: flex;*/
list-style: none;
counter-increment: list;
padding-left: 20px;
position: relative;
}

.wp-content ol > li:before {
	content: counter(list) '.';
	margin-right: 5px;
	color: var(--main-color);
	font-weight: bold;
	position: absolute;
	left: 0;
}

.mobile-header{
	display: none;
}


.mobile-header.active{
	display: block;
}



.mobile-menu-button {
	display: none;
	cursor: pointer;
	padding: 19px 0;
	width: 28px;
	flex-shrink: 0;
	margin-right: 15px;
}

.mobile-menu-button span {
	display: block;
	height: 3px;
	position: relative;
	transition: all .3s ease
}

.mobile-menu-button span:before,
.mobile-menu-button span:after {
	display: block;
	content: '';
	left: 0;
	right: 0;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all .25s ease
}

.mobile-menu-button span:before,.mobile-menu-button span:after,.mobile-menu-button span {
	transform: rotate(0);
	background: var(--text-color)
}

.mobile-menu-button span:before {
	top: -9px
}

.mobile-menu-button span:after {
	bottom: -9px
}

.mobile-menu-button.active span {
	background: 0 0
}

.mobile-menu-button.active span:before {
	transform: translate(0px,9px) rotate(-45deg)
}

.mobile-menu-button.active span:after {
	transform: translate(0px,-9px) rotate(45deg)
}


.product-container{
	display: flex;
	align-items: flex-start;
	gap: 24px;
	justify-content: space-between;
}

.product-gallery{
	width: 100%;
	flex-shrink: 0;
	width: 100%;
	max-width: var(--slider-h);
}


.product-slider .slick-slide{
	height: var(--slider-h);
}

.product-slider .slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.product-slider-thumbs{
	margin-left: -6px;
	margin-right: -6px;
}

.product-slider-thumbs img{
	--size: 48px;
	width: var(--size);
	height: var(--size);
	margin: 12px 6px;
	object-fit: contain;
	border-radius: 8px;
}


.product-descripition {
	flex: 1;
}

.spec-table .spec-name {
	font-weight: bold;
}

.spec-table .spec-value {
	margin-bottom: 12px;
	color: var(--text-gray);
}




.product-price {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2px;
	line-height: 20px;
	margin-bottom: 12px;
}

.product-price .price {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .4px;
	line-height: 24px;
}

.product-price .old-price {
	text-decoration: line-through;
	color: var(--text-gray);
}

.product-price .sale-percent {
	color: var(--second-color);
}

.add-to-cart {
	display: flex;
	align-items: center;
}

.btn.add-to-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	gap: 10px;
}

.add-to-cart-btn svg{
	fill: #fff;
	--size: 20px;
	width: var(--size);
	height: var(--size);
}

.product-form .add-to-cart-btn{
	width: 190px;
}

.product-form {
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 24px 0;
/*	background: #eff2f6;*/
display: inline-block;

box-shadow: 0 20px 12px -16px rgba(0, 30, 85, .1), 0 8px 24px 18px rgba(0, 30, 85, .05);
}

.product-content {
	margin-top: 40px;
}


.delivery-info {
	display: flex;
	align-items: center;
}

.delivery-info h3 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.delivery-info a{
	color: var(--text-color);
	text-decoration: underline;
}

.delivery-info a:hover{
	color: var(--main-color);
}

.delivery-info p {
	font-size: 14px;
	margin: 0;
}

.delivery-info svg {
	fill: var(--main-color);
	--size: 32px;
	width: var(--size);
	height: var(--size);
}

.delivery-info .delivery-icon {
	margin-right: 12px;
}


.gallery{
	margin-left: -15px;
	margin-right: -15px;
/*	margin-bottom: -30px !important;*/
font-size: 0;
}

.gallery img{
	border: 1px solid var(--border-color);
	border-radius: 16px;
}


.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 33.33333333%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item{
	width: 16.66666667%;
}



.brands-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.brands-list .brands-item-col{
	width: 25%;
	padding: 0 12px;
	margin-bottom: 24px;
}



.brands-item {
	position: relative;
	background: #f5f7fa;
	height: 100%;
	border-radius: var(--bdrs);
	transition: box-shadow .2s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.brands-item:hover{
	box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}


.brands-item .brands-image {
	background: #f5f7fa;
	border-radius: var(--bdrs);
	margin-bottom: 0;
	position: relative;
}

.brands-item .brands-image img {
	width: 100%;
}

.brands-item .brands-content{
	font-size: 14px;
	padding: 0 24px 24px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}

.brands-item .item-text {
	font-size: 14px;
	font-weight: 500;
}


.about-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 80%;
	margin-top: 24px;
}

.circle{
	border-radius: 50%;
}

.gmp-logos{
	display: flex;
	align-items: center;
	gap: 12px;
}

.gmp-logos img{
	height: 60px;
	width: auto;
}



.shop-benefits{
	margin-top: 80px;
	background-color: #f5f7fa;
	padding: 40px 0;
}

.shop-benefits-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.shop-benefit{
	display: flex;
	align-items: center;
	gap: 24px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
}

.shop-benefit svg{
	fill: #99a3ae;
	--size: 48px;
	width: var(--size);
	height: var(--size);
}


.contacts-socials{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin-top: 8px;
}

.contacts-socials svg{
	--size: 24px;
	width: var(--size);
	height: var(--size);
}




.footer-container {
	padding-top: 60px;
	border-top: 1px solid rgba(0,26,52,.2);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	color: var(--text-gray);
}

.footer-logo {
	margin-top: -35px;
}


.footer-container .footer-logo p {
	font-size: 14px;
}

.footer-container .footer-menu a {
	display: block;
	color: #070707;
	font-size: 16px;
	font-weight: 500;
	color: var(--text-gray);
}


.footer-container .footer-menu li {
	display: block;
	margin: 0 0 12px;
	padding: 0;
}

.footer-copyright p:last-child {
	margin-bottom: 0;
}

.footer-contacts p {
	font-size: 12px;
	margin: 0;
}

.footer-contacts {
	text-align: right;
}

.main-footer .phone {
	color: var(--text-color);
}






.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

ul.tabs__caption {
	border-bottom: 1px solid rgba(0,26,52,.2);
	margin-bottom: 40px;
}

ul.tabs__caption li {
	display: inline-block;
	margin-right: 20px;
	padding: 18px 0;
	position: relative;
	cursor: pointer;
}

ul.tabs__caption li a {
	display: block;
	color: #555;
}

ul.tabs__caption li.active a {
	color: var(--text-color);
}

ul.tabs__caption li.active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	height: 2px;
	background: var(--main-color);
}






input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.add-to-cart-count {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.add-to-cart-count input[type="number"] {
	width: 40px;
	text-align: center;
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid rgb(218, 218, 218);
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	outline: none;
}

.add-to-cart-count span {
	width: 20px;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
}

.add-to-cart-count .count-down {
	text-align: left;
}

.add-to-cart-count .count-up {
	text-align: right;
}



.slider-dots {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.slider-dots li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
	width: 12px;
	text-align: center;
}

.slider-dots li button {
	padding: 4px;
	background: #e0e6ef;
	outline: none;
	border-radius: 50%;
	border: 0;
	transition: all .2s;
}

.slider-dots li:hover button,
.slider-dots li.slick-active button {
	background: var(--main-color);
}



.product-image {
	position: relative;
}

.slider-nav {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.slick-dotted.slick-slider {
	margin: 0;
}


.img-mobile{
	display: none;
}

/* ==== WooCommerce single product add-to-cart === */

.woocommerce .product-form{
	position: relative;
}

.product-form .add-to-cart{
	flex-wrap: wrap;
	gap: 10px;
}

.product-form form.cart,
.product-form form.variations_form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.product-form form.cart .quantity{
	margin: 0;
}

.product-form .quantity input.qty{
	width: 56px;
	height: 44px;
	text-align: center;
	background: #fff;
	border-radius: var(--bdrs);
	border: 1px solid rgb(218, 218, 218);
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	outline: none;
}

.product-form .single_add_to_cart_button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	gap: 10px;
	margin: 0;
	border: none;
	border-radius: var(--bdrs);
	color: #fff;
	background: var(--main-color);
	transition: background .2s ease, color .2s ease;
}

.product-form .single_add_to_cart_button:hover{
	background: var(--hover-color);
}

.product-form .single_add_to_cart_button.disabled,
.product-form .single_add_to_cart_button:disabled{
	opacity: .6;
	cursor: wait;
}

.product-form .add-to-cart-count{
	display: none;
	align-items: center;
	margin-right: 0;
}

.product-form .add-to-cart-count span{
	width: 22px;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
	text-align: center;
}

/* JS-stepper for WC quantity */
.product-form .quantity.stepper{
	display: inline-flex;
	align-items: center;
	border-radius: var(--bdrs);
	border: 1px solid rgb(218, 218, 218);
	background: #fff;
	overflow: hidden;
}

.product-form .quantity.stepper .qty{
	display: block;
	width: 40px;
	height: 42px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.product-form .quantity.stepper .step{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 42px;
	font-size: 18px;
	color: var(--text-gray);
	cursor: pointer;
	user-select: none;
	background: #f3f5f8;
}

.product-form .quantity.stepper .step:hover{
	background: #e4e7ec;
}

/* SVG icon inside the add-to-cart button */
.product-form .single_add_to_cart_button .cart-icon{
	--size: 20px;
	width: var(--size);
	height: var(--size);
	fill: #fff;
}





.wp-content a.wp-element-button {
    background: #191817;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 12px;
    text-decoration: none;
    outline: none;
    border: 2px solid #191817;
    display: flex;
    align-items: center;
    outline: none!important;
    box-shadow: none!important;
    gap: 8px;
    border-radius: 40px;
}



.wc-block-components-product-metadata__description {
    display: none;
}


.woocommerce-checkout .shop-info,
.woocommerce-cart .shop-info {
    display: none;
}

a.wc-block-components-product-name {
    color: var(--text-color);
    text-decoration: none;
}

button.wc-block-cart-item__remove-link {
    --size: 24px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label:before {
    content: 'Сумма к оплате';
    font-size: 22px;
}

.wc-block-cart-items a{
    cursor: default;
}

.wc-block-checkout__use-address-for-billing {
    display: none;
}

.wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input{
    /*margin-top: 12px !important;*/
}
.wc-block-components-text-input.wc-block-components-address-form__address_1 {
    /*margin-top: 12px!important;*/
}

.wc-block-components-address-form__country{
    display: none !important;
}

.wc-block-components-checkout-return-to-cart-button svg {
    --size: 24px;
}




.product_meta {
    display: none;
}


.woocommerce div.product div.images img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--bdrs);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 400px;
}

.woocommerce div.product div.summary {
    float: left;
    padding-top: 40px;
    padding-left: 40px;
    width: calc(100% - 400px);
}

.woocommerce .quantity .qty {
    display: inline-block;
    align-items: center;
    background: #f5f4f2;
    border-radius: 16px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    padding: 10px 12px;
    outline: none;
    border: 0;
    width: 90px;
    appearance: none;
    margin-right: 30px;
}



.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity .qty {
    -moz-appearance: textfield;
}

.woocommerce div.product form.cart .button {
    background: #191817;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 12px;
    border-radius: 12px;
    text-decoration: none;
    outline: none;
    border: 2px solid #191817;
    width: 180px;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 1px solid #d0cfce;
    padding: 30px 0 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

/*
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #a6a6a5;
    padding: 18px 0 15px;
    text-decoration: none;
    font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 16px;
    color: #a6a6a5;
    font-weight: 500;
}
*/

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    margin: -12px 0 24px 0;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    font-family: var(--hhff);
    letter-spacing: -0.8px;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--bdrs);
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
    --pos: 12px;
    top: var(--pos);
    left: var(--pos);
    right: auto;
}

.woocommerce ul.products li.product .price ins {
    color: var(--sale-color);
    font-weight: bold;
    text-decoration: none;
}

.woocommerce ul.products li.product .price {
    margin: 8px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    display: flex;
    gap: 5px;
    color: var(--text-color);
}

.woocommerce ul.products li.product .price del {
    text-decoration: line-through;
    color: #999;
    margin-right: 6px;
    font-weight: 400;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 3px 0 0;
    font-family: var(--ttff);
    color: var(--text-color);
    padding: 0;
}


.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 65px;
    right: 8px;
    z-index: 999;
    font-size: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    color: var(--text-color);
    border-radius: 50%;
    background: #fff;
    border: 0;
    outline: none;
    flex-shrink: 0;
    z-index: 8;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
}


.woocommerce ul.products li.product .button:after {
    content: '+';
    font-size: 22px;
    margin: 0;
}

.woocommerce ul.products li.product a.button.added::after{
    font-family: WooCommerce;
    content: "\e017";
    font-size: 18px;
}

.woocommerce a.added_to_cart {
    color: var(--text-color);
    display: block;
    /*position: absolute;*/
    bottom: 65px;
    right: 31px;
    z-index: 1;
    font-weight: bold;
    background: #fff;
    /*padding: 13px 20px 13px 15px;*/
    /*border-radius: 40px 0 0 40px;*/
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.woocommerce div.product:after {
    content: '';
    display: table;
    clear: both;
}


.woocommerce div.product.product-type-variable p.price {
    display: none;
}

.woocommerce div.product.product-type-variable .woocommerce-variation-price span.price {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--text-color);
    letter-spacing: -0.16px;
}


.woocommerce div.product form.cart .variations select {
    width: auto;
    background-color: #f5f4f2;
    border: 0;
    padding: 6px 22px;
    border-radius: var(--bdrs);
    max-width: 180px;
    min-width: 0;
    width: 100%;
    font-weight: 500;
    outline: none;
}

.woocommerce div.product form.cart .variations label {
    margin: 0;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}


.wc-block-cart-item__prices .wc-block-components-product-price__regular {
    color: #999;
    font-weight: 400;
}

.wc-block-cart-item__prices ins.wc-block-components-product-price__value.is-discounted {
    color: var(--sale-color);
    font-weight: bold;
}

span.price.wc-block-components-product-price {
    font-size: 16px;
    flex-direction: row-reverse;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--ttff);
}

.wc-block-components-product-badge {
    background: var(--sale-color);
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 8px;
}

td.wc-block-cart-item__image a {
    display: block;
    width: 68px;
}

.wc-block-components-quantity-selector {
    background: #f5f4f2;
    border: transparent;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    --wp--preset--font-size--medium: 0;
    font-size: 0;
}


section.woocommerce-customer-details {
    display: none;
}



table.wc-block-cart-items {
	border: 0;
}

table.wc-block-cart-items thead {
	background: transparent;
	border: 0;
}

table.wc-block-cart-items thead tr {
	border: 0;

}

 .wc-block-cart__main table.wc-block-cart-items td {
	border: 0;
}

table.wc-block-cart-items tr {
	border: 0;
	border-top: 1px solid #eaeaea;
}

.woocommerce .product-container .single_add_to_cart_button.button {
	display: flex;
	background: #00a4be;
	background-image: linear-gradient(to right, var(--main-color) 0%, var(--hover-color) 100%);
	padding: 12px 16px;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;
	/* box-shadow: 0 0 20px #eee; */
	border-radius: var(--bdrs);
	display: block;
	display: flex;
	align-items: center;
}

.woocommerce .product-container .single_add_to_cart_button.button:hover{
	background-image: linear-gradient(to right, var(--main-color) 0%, var(--hover-color) 100%);
}