/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "IBM Plex Sans", sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a, svg path {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a, span, button {
	display: inline-block;
}
button {
	cursor: pointer;
	border: none;
}

.wrapper {
	background: #F0F0F0;
}
section {
	overflow: hidden;
}

.h1,
h1 {
	font-weight: 700;
	font-size: 96px;
	line-height: 90%;
	letter-spacing: -3.84px;
	text-transform: uppercase;
	color: #505050;
}
.h1 i,
h1 i {
	font-weight: 300;
	font-style: italic;
	color: #505050;
}
h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 90%;
	color: #505050;
}
h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.64px;
	color: #505050;
}
h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.48px;
	color: #505050;
}
h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.32px;
	color: #505050;
}

a {color: #3C8A2E;}
a:hover {color:#505050}
.color-green {
	color: #3C8A2E;
}
.bg-green {
	background-color: #3C8A2E;
}
.green-btn {
	padding: 12px 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	border-radius: 15px;
	width: 100%;
	background-color: #3C8A2E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.green-btn:hover {
	color: #fff;
	background-color: #505050;
}
.green-btn:active {
	background-color: #F7F7F7;
	color: #505050;
}
.buy-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 10px;
	background-color: #F7F7F7;
	border-radius: 15px;
	padding: 10px 20px;
	width: 100%;
}
.buy-btn span {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #3C8A2E;
}
.buy-btn:hover {
	background-color: #3C8A2E;
}
.buy-btn:hover svg path {
	stroke: #fff;
}
.buy-btn:hover span {
	color: #fff;
}
.white-btn {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #3C8A2E;
	padding: 12px;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.white-btn:hover {
	background: #3C8A2E;
	color: #fff;
}
.cursor-btn {
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
}
.cursor-btn:hover {
	background-color: #3C8A2E;
}
.cursor-btn:hover svg path {
	stroke: #fff;
}
.cursor-btn:active svg path {
	stroke: #3C8A2E;
}
.cursor-btn:active {
	background: #F7F7F7;
}

.form-group span {
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 6px;
}
.form-group input {
	padding: 12px 15px;
	border: none;
	background-color: #fff;
	border-radius: 15px;
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}


.head-top {
	background-color: #fff;
}
.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 8px 0;
}
.header-top_center,
.header-top_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 12px;
}
.header-top p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4px;
}
.header-top p span {
	font-weight: 700;
}
.header-top_right a {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-decoration: underline;
	color: #3C8A2E;
}
.header-top_right a:hover {
	text-decoration: none;
}

.header-block {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
	margin-bottom: 15px;
}
.header-contact span {
	min-width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #3C8A2E;
}
.header-contact a {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.header-contact a:hover {
	color: #3C8A2E;
}
.header-actions_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 16px;
}
.header-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
}
.header-social_link {
	min-width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #fff;
}
.header-social_link:hover {
	background-color: #3C8A2E;
}
.header-social_link:hover svg path {
	fill: #fff;
}
.header-social_link:active {
	background-color: #F7F7F7;
}
.header-social_link:active svg path {
	fill: #3C8A2E;
}
.header-login-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
}
.header-login {
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
}
.header-cart {
	padding: 5px;
	border-radius: 15px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 2px;
}
.header-cart span {
	min-width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #3C8A2E;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #3C8A2E;
}

.head-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.header-inner {
	max-width: 630px;
	width: 100%;
}
.header-inner .navbar {
	margin-bottom: 15px;
	padding: 0;
}
.header-inner .navbar-nav {
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4px;
	position: relative;
}
.header-catalog__btn {
	min-width: 110px;
	max-width: 110px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 9px;
	height: 30px;
	background-color: #505050;
	border-radius: 15px;
	border: none;
}
.header-catalog__btn .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 4px 0;
}
.header-catalog__btn .icon span {
	position: relative;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.header-catalog__btn .icon .three,
.header-catalog__btn .icon .one {
	width: 12px;
}
.header-catalog__btn .icon .two {
	width: 7px;
}
.header-catalog__btn.active .icon .two {
	opacity: 0;
}
.header-catalog__btn.active .icon .one {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 6px;
}
.header-catalog__btn.active .icon .three {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: -6px;
}
.header-catalog__btn .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}
/* catalog menu */
.catalog-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 6px;
	background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    overflow-y: auto;
	width: 100%;
	/* max-height: 320px; */
	-webkit-box-shadow: 0px 4px 10px 0px #00000026;
	        box-shadow: 0px 4px 10px 0px #00000026;
	z-index: 100;
}

.catalog-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 15px;
}

.catalog-menu__item {
	max-width: 190px;
}
.catalog-menu__item.three {
	max-width: 180px;
}
.catalog-menu__item.four {
	max-width: 270px;
	margin-top: -67px;
}
.catalog-menu__item .catalog-menu__name {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.catalog-menu__item .catalog-menu__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 6px 0;
}
.catalog-menu__item .catalog-menu__menu p,
.catalog-menu__item .catalog-menu__menu a {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.catalog-menu__item .catalog-menu__menu a:hover {
	color: #3C8A2E;
}


.header-cart svg circle,
.header-cart svg path {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.header-cart:hover svg path {
	stroke: #fff;
}
.header-cart:hover svg circle {
	stroke: #fff;
}
.header-cart:hover {
	background-color: #3C8A2E;
}
.header-cart:hover span {
	background: #fff;
	color: #3C8A2E;
}
.header-login:hover {
	background-color: #3C8A2E;
}
.header-login:hover svg path {
	stroke: #fff;
}

.header-search_form {
	width: 100%;
}
.header-search {
	width: 100%;
	position: relative;
}
.header-search input {
	width: 100%;
	height: 30px;
	border: none;
	background-color: #fff;
	border-radius: 15px;
	padding: 8px 15px;
}
.header-search .search-btn {
	position: absolute;
	right: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
	background-color: transparent;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
	padding-bottom: 20px;
}
.header-links a {
	width: 100%;
	background-color: #3C8A2E;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
}
.header-links a:hover {
	background-color: #505050;
}
.header-links a:active {
	background-color: #F7F7F7;
	color: #505050;
}
/* end header */

/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
	.breadcrumb-item {margin-bottom:0}
.breadcrumb-item.active,
.breadcrumb-item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.breadcrumb-item a:hover {
	color: #3C8A2E;
}
/* product page */
.product-top {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.product-top__left h2 {
	margin-bottom: 15px;
}
.product-top__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product-top__name p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.product-top__name span {
	background-color: #F7F7F7;
	padding: 5px 15px;
	border-radius: 15px;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.product-top__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
}
	.product-top__price .price {display:flex; gap:10px;font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #505050; }
		
.product-top__price span {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #505050;
}
.product-top__price del {
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	color: #505050;
	opacity: 0.3;
}
.product-top__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
	gap: 0 4px;
}
.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 145px;
	padding: 8px 30px;
	background-color: #F7F7F7;
	border-radius: 15px;
}
.counter input {
	width: 60px;
	border: none;
	background-color: transparent;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.counter span {
	padding: 0 4px;
	cursor: pointer;
}

.rov-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.rov-20 > * {
	padding-left: 10px;
	padding-right: 10px;
}

.product-left-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 15px;
}
.product-select span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #9E9E9E;
	margin-bottom: 4px;
}
.same-style {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.select-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4px;
	margin-bottom: 15px;
}
.select-inputs label {
	cursor: pointer;
	margin: 0;
}
.select-inputs label span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
	width: 30px;
	height: 30px;
}
.select-inputs label input:checked ~ span {
	color: #fff;
	background-color: #3C8A2E;
}
.product-info p {
	font-size: 14px;
	line-height: 120%;
	color: #9E9E9E;
	margin-bottom: 6px;
}
.product-info p:last-child {
	margin-bottom: 0;
}
.product-info p span {
	color: #505050;
}

.product-quantity {
	margin-bottom: 10px;
}
.product-quantity span {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 6px;
}
.product-quantity input {
	width: 100%;
	border: none;
	border-radius: 15px;
	padding: 12px 15px;
	background-color: #F7F7F7;
	color: #505050;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.product-price {
	margin: 16px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product-price p {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #9E9E9E;
}
.product-price span {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #505050;
}

.product-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
}
.product-slide .slide-img {
	width: 100%;
	height: 100%;
}
.product-slide .slide-img img {
	width: 100%;
	height:400px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 15px;
}
.product-slide .swiper-pagination {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0;
}

.info-tab {
	margin-top: 20px;
}
.tab-block {
	padding-top: 10px;
}
.tab-block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}

/* recommend section */
.recommend-sec {
	padding-top: 120px;
}
.recommend-left {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.swiper-btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.swiper-btns .swiper-button-prev,
.swiper-btns .swiper-button-next {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.recommend-slide {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.recommend-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px 15px 0 0;display: block
}
.recommend-img .tags {
	position: absolute;
	left: 12px;
	top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 4px 0;
}
.recommend-img span {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	background-color: #3C8A2E;
	padding: 4px 9px;
	border-radius: 20px;
}
.recommend-img img {
	height: 200px;
	width: 100%;
	border-radius: 15px 15px 0 0; object-fit:contain; background:#fff;
}
.recommend-body {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	padding: 12px;
}
.recommend-body a {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.recommend-body a:hover {
	color: #3C8A2E;
}
.recommend-body .recommend-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
	margin-top: 6px;
	    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #505050;

}
.recommend-body .recommend-price span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #505050;

    gap: 0 6px;
}
.recommend-body .recommend-price del {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
	opacity: .3;
}
.recommend-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4px;
	margin-top: 4px;
}
.recommend-btns .counter {
	min-width: 90px;
	padding: 8px;
	background: #fff;
}
.recommend-btns .counter input {
	width: 40px;
}

/* advanced section */
.advan-sec {
	padding-top: 120px;
}
.advan-title {
	margin-bottom: 56px;
}
.advan-title .h1 {
	text-indent: 330px;
	margin-top: -15px;
	font-weight: 700;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -3.84px;
    text-transform: uppercase;
}
.advan-title .h1 i {
	font-weight: 300;
	line-height: 90%;
	text-transform: uppercase;
	color: #505050;
}
.advan-title .h1 {
	color: #3C8A2E;
}
.advan-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	max-width: 258px;
}
.advan-item {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	min-height: 340px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-repeat: no-repeat;
	background-position: right top;
}

.advan-item.one {
	background-image: url('/wp-content/uploads/2025/10/advan-item-bg.png');
}
.advan-item.two {
	background-image: url('/wp-content/uploads/2025/10/advan-item-bg2.png');
	margin-top: -60px;
}
.advan-item.three {
	background-image: url('/wp-content/uploads/2025/10/advan-item-bg3.png');
	margin-top: -120px;
}
.advan-item h4 {
	color: #3C8A2E;
}
.advan-item ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.advan-item ul li {
	padding-left: 23px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0 10px;
	margin-bottom: 8px;
}
.advan-item ul li:last-child {
	margin-bottom: 0;
}
.advan-item ul li img {
	display: block;
}
.advan-item ul li span {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #505050;
}

/* service section */
.service-sec {
	padding-top: 120px;
}
.service-title h3 {
	max-width: 552px;
	margin-bottom: 20px;
}
.service-title p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	max-width: 257px;
}
.service-sec .service-left {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.service-slide {
	margin-top: 30px;
}
.service-block {
	border-radius: 15px;
	overflow: hidden;
}
.service-body {
	background-color: #fff;
	padding: 20px;
}
.service-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 20px;
	margin-top: 15px;
}
.service-btns a {
	border-radius: 15px;
	background-color: #F7F7F7;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 12px 26px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #3C8A2E;
}
.service-btns a:hover {
	background-color: #3C8A2E;
	color: #fff;
}
.service-btns span {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}
.service-img img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.service-slide {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.page-sec {padding-top:20px}
/* warranty page */
.warranty-sec {
	padding-top: 20px;
}
.flex-title h1 {
	margin-bottom: 50px;
}
.flex-title h3 {
	margin-bottom: 40px;
	max-width: 955px;
}
.text-item {
	margin-bottom: 40px;
}
.text-item:last-child {
	margin-bottom: 0;
}
.text-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}
.text-item p:empty {margin-bottom:40px}
.text-item p:last-child {
	margin-bottom: 0;
}
.text-item p span {
	font-weight: 700;
}
.text-item h3 {
	margin: 20px 0;color: #3C8A2E;
}
.text-list p {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.text-list ul {
	padding-left: 20px;
}
.text-list ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #000;
}


.text-item ul {
	padding-left: 20px;
}
.text-item ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

.text-span {
	margin-bottom: 40px;
}
.text-span p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.warning {
	margin-top: 20px;
}
.warning p {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}
.warning i {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

/* form section */
.form-sec {
	padding-top: 120px;
}

.form-sec .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}
.form-sec .form-group span {
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 6px;
	color: #505050;    width: 100%;
}
.form-sec .form-group input {
	width: 100%;
	height: 40px;
	padding: 12px 15px;
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
	border-radius: 15px;
}
.form-sec .form-group textarea::-webkit-input-placeholder, .form-sec .form-group input::-webkit-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-sec .form-group textarea::-moz-placeholder, .form-sec .form-group input::-moz-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-sec .form-group textarea:-ms-input-placeholder, .form-sec .form-group input:-ms-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-sec .form-group textarea::-ms-input-placeholder, .form-sec .form-group input::-ms-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-sec .form-group textarea::placeholder,
.form-sec .form-group input::placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-sec .form-group textarea {
	height: 120px;
	resize: none;
	width: 100%;
	background-color: #fff;
	padding: 12px 15px;
	border-radius: 15px;
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;width: 100%;
}
.form-sec .form-group {
	margin-bottom: 20px;
}
.form-sec .form-button span {
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #505050;
	margin-top: 20px;
}

.delivery-sec,
.payment-sec {
	padding-top: 20px;
}
/* delivery page */
.delivery-block {
	max-width: 955px;
	width: 100%;
	margin-left: auto;
}
.delivery-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.delivery-text {
	margin-bottom: 40px;
}
.delivery-text:last-child {
	margin-bottom: 0;
}
.delivery-box {
	margin-bottom: 40px;
}
.delivery-box h3 {
	margin-bottom: 20px;
}
.delivery-item {
	height: 140px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.delivery-item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}
/* sales page */
.sales-sec {
	padding-top: 20px;
}
.sales-title {
	margin-bottom: 50px;
}

.sales-block {
	padding: 20px;
	border-radius: 15px;
	background-color: #3C8A2E;
	position: relative;
	min-height: 320px;
	overflow: hidden;
	background-image: url('/wp-content/uploads/2025/09/sales-bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sales-block .blur {
    background: #C0FFB4;
    -webkit-filter: blur(130px);
            filter: blur(130px);
    width: 477px;
    height: 477px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    right: 20px;
}
.sales-tag {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	padding: 6px 15px;
	border-radius: 15px;
	background-color: #F7F7F7;
	color: #505050;
}
.sales-card h2 {
	color: #fff;
	margin: 20px 0 15px;
	max-width: 365px;
}
.sales-card p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	max-width: 266px;
}
.sales-btn .white-btn {
	color: #505050;
}
.sales-btn .white-btn:hover {
	background-color: #505050;
	color: #fff;
}
.sales-card,
.sales-btn {
	position: relative;
	z-index: 2;
}

/* contact page */
.contact-sec {
	padding-top: 20px;
	margin-bottom: -100px;
}
.contact-title {
	margin-bottom: 40px;
}
.contact-map {
	height: 380px;
	border-radius: 15px;
	overflow: hidden;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}


/* faq page */
.faq-sec {
	padding-top: 20px;
}
.acc-item {
    background-color: #fff;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0 20px;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
.acc-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background-image: url('/wp-content/uploads/2025/09/accordion-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 8px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.acc-item.active::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.acc-button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    gap: 0 10px;
}
.acc-button h4 {
	min-width: 280px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #505050;
	opacity: 0.2;
}
.acc-button p {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #3C8A2E;
	width: 300px;
}
.faq-text {
    display: none;
	width: 100%;
	padding-right: 30px;
}
.faq-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

/* blog page */
.blog-sec {
	padding-top: 20px;
}
.blog-sec .flex-title h1 {
	margin-bottom: 50px;
}
.blog-head {
	margin-bottom: 4px;
	height: 160px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.blog-head > img,
.blog-head .blog-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-head:hover .blog-img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.blog-head .blog-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 12px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.blog-head .blog-info span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 6px;
	background-color: #FFFFFF;
	padding: 5px 15px;
	border-radius: 15px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.blog-body {
	padding: 12px;
	border-radius: 15px;
	height: 140px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #fff;
}
.blog-body a {
	font-weight: 700;
	font-size: 14px;
	line-height: 117%;
	color: #505050;
	margin-bottom: 5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-body a:hover {
	color: #3C8A2E;
}
.blog-body p {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #505050;
}
.blog-body span {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	margin-top: 6px;
	color: #9E9E9E;
}
.blog-sec .row {
	gap: 20px 0;
}

/* review section */
.review-sec {
	padding-top: 120px;
}
.review-block {
	overflow: hidden;
}
.review-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 10px 0 30px;
}
.review-title h3 {
	max-width: 808px;
}

.review-box {
	padding: 20px;
	border-radius: 15px;
	background-color: #F7F7F7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 270px;
}
.rating-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}
.review-text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #505050;
	display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.review-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.review-info p {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.review-info span {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #9E9E9E;
}

.review-swiper-btn.swiper-btns .swiper-button-prev,
.review-swiper-btn.swiper-btns .swiper-button-next {
	background-color: #F7F7F7;
}

/* services page */
.services-sec {
	padding-top: 20px;
}

.ser-item {
	height: 212px;
	overflow: hidden;
	position: relative;
}
.ser-item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.ser-item:hover::after {
	opacity: 1;
}
.ser-item:hover .ser-bg {
	opacity: 1;
}
.ser-item h4 {
	letter-spacing: -1px;
}
.ser-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
}
.ser-item a {
	border-radius: 15px;
	background-color: #F7F7F7;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 12px 26px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #3C8A2E;
}
.ser-item a:hover {
	color: #fff;
	background-color: #3C8A2E;
}
.ser-item span {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}
.ser-item:hover h4,
.ser-item:hover span {
	color: #fff;
}
.ser-in {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 3;
}
.gap-y-20 {
	gap: 20px 0;
}
.ser-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.ser-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ser-col:nth-child(3) {
	margin-top: 120px;
}
.ser-col:nth-child(6) {
	margin-top: -120px;
}

/* info-section */
.info-sec {
	padding-top: 120px;
}
.info-box .rov-20 {
	gap: 20px 0;
}
.info-box h3 {
	word-break: break-word;
}
.info-box__text p {
	font-size: 14px;
	color: #505050;
}

/* policy privacy page */
.policy-sec {
	padding-top: 20px;
}
.privacy-text {
	margin-bottom: 40px;
}
.privacy-text:last-child {
	margin-bottom: 0;
}
.privacy-text h3 {
	margin-bottom: 20px;
}
.privacy-text ul li,
.privacy-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}
.privacy-text ul li:last-child,
.privacy-text p:last-child {
	margin-bottom: 0;
}
.privacy-text ul {
	padding-left: 20px;
}

/* site map page */
.site-map {
	padding-top: 20px;
}
.site-map__title {
	margin-bottom: 20px;
}
.site-map__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}
.site-map__item ul {
	margin-bottom: 0;
	padding-left: 18px;
}
.site-map__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 0;
}
.site-map__link p,
.site-map__link a {
	font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #505050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.08px;
}
.site-map__item ul li,
.site-map__item ul li a {
	line-height: 1.2;
}
.site-map__content {
	margin-bottom: 40px;
}
.site-map__link a:hover {
	color: #3C8A2E;
}
.site-map__product {
	margin-bottom: 40px;
}
.site-map__category .site-map__link a {
	line-height: 1;
}

/* article page */
.article-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0 17px;
	margin-bottom: 20px;
}
.article-top .article-top__text {
	min-width: 90px;
}
.article-top .article-top__text span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #3C8A2E;
	margin-bottom: 10px;
}
.article-top .article-top__text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.article-left__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
}

.article-left .ya-share2__list.ya-share2__list_direction_horizontal {margin:20px 0}

.article-left__info span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 9px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.article-left__info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}

.article-nav__item,
.article-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}
.article-nav p {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #3C8A2E;
}
.article-nav__item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.article-nav__item a:hover {
	color: #3C8A2E;
}
.article-nav ul {padding:0; list-style:none;display: flex;flex-direction: column;align-items: flex-start;gap: 10px}
	.article-nav ul li {display:block}
	.article-nav ul a  {font-weight: 400;font-size: 14px;line-height: 100%;color: #505050; display: block;}
		.article-nav ul a:hover {color: #3C8A2E;}
		

.article-text {
	margin-bottom: 40px;
}
.article-text:last-child {
	margin-bottom: 0;
}
.article-list ul li,
.article-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 6px;
}
.article-title {
	margin-bottom: 20px;
}
.article-img {
	margin-bottom: 40px;
}
.article-img img {
	width: 100%;
}
.article-list ul {
	padding-left: 16px;
}
.article-body .title {
	margin-bottom: 40px;
}
.article-left {
	position: sticky;
	top: 0;
	left: 0;
	padding-top: 20px;
}
.article-body {
	padding-top: 20px;
}

/* index (main) page */
.main-sec {
	padding-top: 30px;
}
.main-slide {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	height: 600px;
}
.main-block {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px;
}
.main-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 15px;
}
.main-text {
	position: relative;
	z-index: 2;
}
.main-text .h1 {
	color: #fff;
	margin-bottom: 20px;
}
.main-text .h1 i {
	color: #fff;
}
.main-text p {
	margin-bottom: 30px;
	max-width: 470px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}
.main-slide .swiper-pagination {
	text-align: left;
	left: 20px;
	bottom: auto;
	top: 20px;
}

.main-advan {
	padding-top: 120px;
}
.main-advan .row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.main-advan__text span {
	display: block;
	font-weight: 700;
	font-size: 64px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #3C8A2E;
	text-transform: uppercase;
}
.main-advan__text span i {
	color: #505050;
	font-weight: 300;
}
.main-advan__text p {
	max-width: 308px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

.main-advan__item {
	border-radius: 15px;
	border: 2px solid #3C8A2E;
	padding: 15px;
	text-align: center;
	position: relative;
}
.main-advan__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -3px;
    width: 90%;
    height: 104%;
    background: #F0F0F0;
}
.main-advan-item__info {
	position: relative;
	z-index: 2;
}
.main-advan-item__info i {
	display: block;
	font-weight: 300;
	font-style: italic;
	font-size: 72px;
	line-height: 90%;
	letter-spacing: -0.04em;
	text-align: center;
	text-transform: uppercase;
	color: #505050;
}
.main-advan-item__info h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-align: center;
	margin: 10px 0 30px;
}
.main-advan__item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #505050;
	max-width: 265px;
	position: relative;
	z-index: 2;
	margin: auto;
}
.main-advan .rov-20 {
	gap: 20px 0;
}

/* main advanture */
.main-products {
	padding-top: 120px;
}
.main-products .mini-title {
	margin-bottom: 20px;
}
.mp-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 290px;
	overflow: hidden;
	position: relative;
}
.products-box .rov-20 {
	gap: 20px 0;
}
.mp-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
.mp-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.mp-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px;
	max-width: 357px;
	position: relative;
	z-index: 2;
}
.mp-tags a {
	border-radius: 15px;
	background-color: #F7F7F7;
	padding: 5px 15px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.mp-text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #505050;
	max-width: 284px;
}
.mp-item .btn-arrow {
	margin-left: auto;
}
.btn-arrow {
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #3C8A2E;
	position: relative;
	z-index: 2;
}
.btn-arrow:hover {
	background-color: #F7F7F7;
}
.btn-arrow:hover svg path {
	stroke: #3C8A2E;
}

.main-service-btn {
	margin-top: 20px;
}

/* clients section */
.client-sec {
	padding-top: 120px;
}
.client-title {
	max-width: 992px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.client-title p {
	font-weight: 700;
	font-size: 64px;
	line-height: 90%;
	letter-spacing: -0.04em;
	text-align: center;
	text-transform: uppercase;
	color: #3C8A2E;
}
.client-title p i {
	color: #505050;
	font-weight: 300;
}
.client-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 20px;
	margin-bottom: 30px;
}
.client-top p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	max-width: 218px;
}

.client-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.client-img {
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 230px;
	height: 230px;
}

/* our products */
.our-sec {
	padding-top: 120px;
}
.our-sec .mini-title {
	margin-bottom: 20px;
}

.our-sec .center-one {
	margin-top: auto;
}
.our-sec .right {
	text-align: right;
}
.our-img img {
	max-width: 100%;
	border-radius: 15px;
}

/* login page */
.reg-log {
	padding-top: 60px;
}
.reg-log-title p {
	font-weight: 700;
	font-size: 64px;
	line-height: 90%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #3C8A2E;
}
.reg-log-title p i {
	color: #505050;
	font-weight: 300;
}

/* custom checkbox/radio */
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.control span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
	border-radius: 5px;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control input:checked~.control__indicator {
    background: #3C8A2E;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked~.control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

/* show-hide password style */
.input-in {
	position: relative;
}
.input-in .showPass {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
.input-in .showPass {
	display:inline-block;
	margin-left:-40px;
}
.input-in .showPass.active svg path {
	stroke: #3C8A2E;
}
.input-in .showPass.active svg circle {
	stroke: #3C8A2E;
}

/* show-hide password style end */

.reg-log-form .form-group {
	margin-bottom: 20px;
}
.reg-log-form .form-group span {
	display: block;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #505050;
}
.reg-log-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
	margin-bottom: 20px;
}
.reg-log-btn .green-btn {
	max-width: 305px;
}
.reg-log-btn.recovery-btn .green-btn ,
.reg-log-btn.reg-btn .green-btn {
	max-width: 100%;
}
.reg-log-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 40px;
}
.green-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #3C8A2E;
}
.green-link:hover {
	color: #3C8A2E;
}
.black-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.black-link:hover {
	color: #3C8A2E;
}
button.disabled,
button:disabled {
	opacity: 0.5;
	cursor: default;
}
button.disabled:hover,
button:disabled:hover {
	background-color: #3C8A2E;
}
button.disabled:active,
button:disabled:active {
	color: #fff;
}

/* recovery page */
.recovery-block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 20px;
	max-width: 505px;
}
/* errow message */
.error-msg p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	padding: 10px;
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 20px;
}
.error-msg {
	display: none;
}
.error-msg .success-icon,
.error-msg.success .error-icon {
	display: none;
}
.error-msg.success .success-icon {
	display: inline-block;
}
.error-msg span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #FF001D;
}
.error-msg.success span {
	color: #3C8A2E;
}

/* my orders page */
.my-orders {
	padding-top: 40px;
}
.aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}
.aside-links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 3px 0;
	background-color: #fff;
	padding: 3px;
	border-radius: 15px;
}
.aside .exit-link {
	text-align: center;
}
.aside .exit-link:hover {
	background-color: #FF001D;
	color: #fff;
}
.aside .exit-link,
.aside-links a {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	padding: 9px 15px;
	color: #505050;
	border-radius: 12px;
	background-color: #fff;
}
.aside-links a:hover,
.aside-links a.active {
	background-color: #3C8A2E;
	color: #fff;
}
.vip-link {
	padding: 15px;
	border-radius: 15px;
	background-color: #3C8A2E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	background-image: url('../images/vip-btn-bg.png');
	background-repeat: no-repeat;
	background-position: right;
}
.vip-link .color-green {
	color: #fff;
}
.vip-link .icon {
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.order-title {
	margin-bottom: 30px;
}
.order-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
	margin-bottom: 20px;
}
.order-status p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #9E9E9E;
}
.order-status p span {
	color: #505050;
}


/* table */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

thead th {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	padding: 8px 10px;
	background-color: #fff;
}
thead th:first-child,
tbody td:first-child {
	border-radius: 5px 0 0 5px;
}
thead th:last-child,
tbody td:last-child {
	border-radius: 0 5px 5px 0;
}
tbody tr {
    background-color: transparent;
}
tbody tr:nth-child(even) {
    background-color: #F7F7F7;
}

tbody td {
    padding: 10px;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.my-table tbody td:nth-child(3) {
    min-width: 245px;
}
tbody td .download {
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
tbody td .download:hover {
	color: #3C8A2E;
}
tbody td .view {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
	padding: 6px 30px;
	border-radius: 15px;
	background-color: #fff;
}
tbody td .view:hover {
	background-color: #3C8A2E;
	color: #fff;
}

/* order page */
.orders-sec {
	padding-top: 40px;
}
tbody td .product-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
tbody td .product-link:hover {
	color: #3C8A2E;
}

.table-title p {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 15px;
}
.order-table table tr th:first-child,
.order-table table tr td:first-child {
	width: 80%;
}
.order-table table tr th:last-child,
.order-table table tr td:last-child {
	width: 20%;
}

.table-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
	border: none !important;
}
.table-total__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #fff;
}
.table-total__item > span,
.table-total__item p {
	padding: 8px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.table-total__item p {
	width: 80%;
}
.table-total__item > span {
	width: 20%;
}

.pay-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 15px 0;
}
.pay-address__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #505050;
}
.pay-address__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 7px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #9E9E9E;
}
.pay-address__contact a,
.pay-address__contact span {
	color: #505050;
}
.pay-address__contact a:hover {
	text-decoration: underline;
}

/* account page */
.account-sec {
	padding-top: 40px;
}

.form-pass {
	margin-top: 20px;
}
.form-pass__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
	cursor: pointer;
}
.form-pass__title.active span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.form-pass__title p {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.account-title {
	margin-bottom: 30px;
}

.my-block .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 6px 0;
	margin-bottom: 20px;
}
.my-block .form-group span {
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 0;
}
.my-block .form-group input {
	width: 100%;
	background: #fff;
	padding: 12px 15px;
}
.my-block .form-txt p {
	max-width: 300px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-top: 17px;
}
.form-pass .input-in {
	width: 100%;
}
.form-pass .form-group input {
	background-color: #F7F7F7;
}
.form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.my-block .form-btn {
	margin-top: 20px;
}

/* cart page */
.cart-sec {
	padding-top: 40px;
}
.cart-table .table thead tr {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.cart-table .table thead tr th {
	padding: 5px 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	border: none;
}
.cart-table .table tbody tr td {
	padding: 10px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	border: none;
}
.cart-table .table tbody .cart-product {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
}
.cart-table .table tbody .cart-product img {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	border-radius: 15px;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.cart-table .table tbody .cart-product span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.cart-table .table tbody .counter {
	min-width: 90px;
	width: 90px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cart-table .table tbody .counter input {
	width: 30px;
}

.cart-table .table tbody .delete-td {
	text-align: right;
}
.cart-table .table tbody .delete-td button {
	background-color: transparent;
}
.cart-table .table tbody tr:nth-child(even) {
	background: transparent;
}

.cart-table .table tbody tr:first-child td {
	padding-top: 30px;
}

.cart-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 20px 0 30px;
}
.cart-bottom .cart-coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
}
.cart-bottom .cart-coupon input {
	padding: 10px 20px;
	background: #FFFFFF;
	border-radius: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
	border: none;
}
.cart-bottom .cart-coupon input::-webkit-input-placeholder {
	color: rgb(80, 80, 80, .5);
}
.cart-bottom .cart-coupon input::-moz-placeholder {
	color: rgb(80, 80, 80, .5);
}
.cart-bottom .cart-coupon input:-ms-input-placeholder {
	color: rgb(80, 80, 80, .5);
}
.cart-bottom .cart-coupon input::-ms-input-placeholder {
	color: rgb(80, 80, 80, .5);
}
.cart-bottom .cart-coupon input::placeholder {
	color: rgb(80, 80, 80, .5);
}

.cart-summa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
}
.cart-summa__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px 0;
}
.cart-summa__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cart-summa__info span,
.cart-summa__info p {
	min-width: 200px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

/* checkout page */
.checkout-sec {
	padding-top: 40px;
}
.info-status {
	width: 100%;
	border-radius: 15px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	padding: 10px;
	margin-bottom: 40px;
}
.info-status span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.checkout-left .form-group {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.checkout-left h3 {
	margin-bottom: 30px;
}
.pay-detail,
.for-yur {
	margin-bottom: 20px;
}
.checkout-left .form-group input {
	background: #fff;
}

.pay-method .nav-pills {
	margin-bottom: 20px;
}

.checkout-right {
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: calc(100% - 64px);
}
.checkout-right .cart-table .table thead tr {
	background-color: #F7F7F7;
}
.checkout-right .table tbody .cart-product span {
	max-width: 160px;
}

.checkout-right .cart-bottom .cart-coupon input {
	max-width: 140px;
	background: #F7F7F7;
}
.checkout-right .cart-bottom {
	margin-bottom: 10px;
}
.checkout-right-total__box {
	margin-top: 10px;
}
.checkout-right-total__box .d-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.checkout-right-total__box .d-flex p,
.checkout-right-total__box .d-flex span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.checkout-right-total__box .d-flex.bold span,
.checkout-right-total__box .d-flex.bold p {
	font-weight: 700;
	font-size: 18px;
}
.checkout-right-total__box .d-flex.bold {
	margin-top: 6px;
}
.checkout-right .cart-table {
	max-height: 480px;
    overflow: auto;
}
.confirm-order-btn {
	margin-top: 30px;
}
.pay-method .nav-pills {
	background: #fff;
}

.checkout-product__name {
	border-radius: 5px;
	padding: 8px 10px;
	background: #F7F7F7;
}
.checkout-product__name span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.checkout-box__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.checkout-product__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	margin-top: 10px;
}
.checkout-product__link img {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	border-radius: 15px;
	overflow: hidden;
	-o-object-fit: contain;
	   object-fit: contain;
}
.checkout-product__link span {
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.checkout-product__link:hover span {
	color: #3C8A2E;
}


/* catalog page */
.catalog-sec {
	padding-top: 20px;
}

.calc-material {
	padding-top: 120px;
}
.calc-material__left {
	position: relative;
	height: 100%;
}
.calc-material__left img {
	position: absolute;
	left: 57px;
	bottom: -40px;
}

.form-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 20px;
}
.form-column p {
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 6px;
}
.form-select:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: transparent;
}
.calc-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.calc-total__left {
	max-width: 305px;
	width: 100%;
}
.calc-total__left p {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #9E9E9E;
	margin-bottom: 6px;
}
.calc-total__left p span {
	color: #505050;
}
.calc-total__left p:last-child {
	margin-bottom: 0;
}
.calc-total__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 40px;
}
.calc-total__right p {
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 4px;
	color: #9E9E9E;
}
.calc-total__right span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #505050;
}
.tab-pane .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* subcategory page */
.product-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 20px;
}
.product-tag {
	padding: 11px 20px;
	border-radius: 15px;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.product-tag:hover,
.product-tag:active,
.product-tag.active {
	background: #3C8A2E;
	color: #fff;
}

.product-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 30px;
	margin-bottom: 15px;
}
.product-filter__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 30px;
}
.product-filter .filter-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 30px;
}
.product-filter .dropdown-menu {
	padding: 10px ;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.product-filter .dropdown-menu li {
	margin-bottom: 6px;
}
.product-filter .dropdown-menu li:last-child {
	margin-bottom: 0;
}
.product-filter .dropdown-menu li .drop-btn {
	background: transparent;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1;
	color: #505050;
	width: 100%;
	text-align: left;
}
.product-filter .dropdown-menu li .drop-btn:hover {
	background-color: #3C8A2E;
	color: #fff;
}
.product-filter .dropdown-toggle,
.current-sort {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.product-filter .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	padding: 0;
}
.product-filter .dropdown-toggle .current-words {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.product-filter .dropdown-toggle.selected .text {
	color: #3C8A2E;
}
.product-filter .dropdown-toggle.selected .icon svg .up-arrow {
	stroke: #3C8A2E;
}
.clear-sort {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
	opacity: 0.5;
	padding: 0;
	background: transparent;
	border: none;
}
.clear-sort:hover {
	opacity: 1;
}


.dropdown-toggle::after {content: none;}

.aside-cat .dropdown,
.aside-cat {
	width: 100%;
}
.aside-cat .aside-drop {
	margin-bottom: 20px;
}
.aside-cat .aside-drop__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	cursor: pointer;
}
.aside-cat .aside-drop__btn .text {
	font-size: 14px;
	color: #505050;
}
.aside-cat .aside-drop__btn img {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.aside-cat .aside-drop__btn.active img {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.aside-cat .aside-drop__menu {
	margin-top: 15px;
	display: none;
}

.aside-cat .calc-total {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 0;
}

.filter-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.filter-block {
	margin-bottom: 30px;
}
.filter-block:last-child {
	margin-bottom: 0;
}

.filter-head span {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.filter-head .clear-filter {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
	opacity: 0.5;
	padding: 0;
	background: transparent;
	border: none;
}
.filter-head .clear-filter:hover {
	opacity: 1;
}

.filter-body {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px 0;
}
.filter .control {
	line-height: 20px;
}
.filter .control__indicator {
	top: 0;
	background: #F7F7F7;
}

/* comment sec */
.comment-sec {
	padding-top: 120px;
}
.comment-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: auto;
	height: 100%;
}
.comment-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px 0;
}
.comment-right h3 {
	max-width: 522px;
}
.comment-right p {
	max-width: 260px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.comment-slide {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 30px;
}

/* company page */

.company-sec {
	padding-top: 30px;
}
.company-title {
	position: relative;
}
.company-title .color-green {
	position: relative;
	z-index: 2;
}
.title-img {
	position: absolute;
	top: -8px;
	right: 90px;
}
.title-img-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -259px;
    margin: auto;
    z-index: 3;
}

.company-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.company-btn .green-btn {
	position: relative;
	z-index: 3;
	max-width: 304px;
}
.company-btn p {
	position: relative;
	max-width: 305px;
	z-index: 3;
	color: #505050;
	font-size: 14px;
}

.company-block {
	padding-top: 220px;
	position: relative;
	z-index: 5;
}
.company-item {
	height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.company-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.company-item__head p {
	font-weight: 400;
	font-size: 96px;
	line-height: 100%;
	color: #505050;
	opacity: 0.2;
}
.company-item__head span {
	border-radius: 50%;
	background: #3C8A2E;
	min-width: 8px;
	height: 8px;
}
.company-block .col-four,
.company-block .col-three {
	margin-top: -100px;
}

/* anim sec */
.anim-sec {
	padding-top: 120px;
}
.anim-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 30px;
}
.anim-block .anim-left {
	max-width: 220px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.anim-block .anim-right {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	max-width: 230px;
}
.anim-block .anim-right span {
	font-weight: 700;
}
.anim-block img {
	border-radius: 50%;
	height: 300px;
	max-width: 300px;
	width: 100%;
}

.anim-text .h1 {
	white-space: nowrap;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  gap: 0 30px;
  position: relative;
  bottom: -150px;
  margin-top: -95px;
}
.marquee span {
  will-change: transform;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
}


/* factory page */
.factory-sec {
	padding-top: 20px;
}
.factory-video {
	height: 400px;
	overflow: hidden;
	border-radius: 15px;
}
.factory-video iframe {
	width: 100%;
	height: 100%;
}
.factory-rov {
	margin-top: 20px;
}
.factory-rov {
	gap: 20px 0;
}
.factory-item,
.factory-text {
	min-height: 210px;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}
.factory-rov .col-xl-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px 0;
}
.factory-text {
	padding: 20px;
}
.factory-item img {
	width: 100%;
	height: 100%;
}


/* letter section */
.letter-sec {
	padding-top: 120px;
}
.letter-img,
.letter-img img {
	width: 100%;
}


/* vacancies page */
.vacancies-sec {
	padding-top: 20px;
}
.white-tag {
	padding: 9px 15px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
	border-radius: 15px;
	background-color: #fff;
}
.vacancies-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vacancies-left__item {
	max-width: 297px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.vacancies-left__item p,
.vacancies-left__item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.vacancies-item span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #505050;
	margin-bottom: 5px;
}
.vacancies-item ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.vacancies-item ul {
	padding-left: 25px;
	margin-bottom: 0;
}

.vacancies-right h4 {
	text-align: center;
	margin-bottom: 20px;
}
.vacancies-right .form-goup {
	margin-bottom: 20px;
}
.vacancies-right .form-btn {
	margin: 20px 0;
}
.vacancies-right .form-text p {
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #505050;
}

/* vacancies main page */
.vac-sec {
	padding-top: 30px;
}
.vac-title {
	position: relative;
}

.title-img {
	position: absolute;
	top: -8px;
	right: 90px;
}
.vac-block {
	margin-top: 40px;
}
.vac-block .rov-20 {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.vac-item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vac-img img {
	width: 100%;
}
.vac-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.vac-item .green-btn {
	padding: 12px;
}

.vac-project {
	padding-top: 120px;
}
.vac-project .mini-title {
	margin-bottom: 20px;
}

.project-item {
	height: 100%;
}
.project-item span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	display: block;
	margin-top: 10px;
}
.project-item img {
	max-width: 100%;
}
.vac-project__item .two {
	margin-top: auto;
}
.vac-project__item .four {
	margin-left: auto;
}
.vac-project__item .four .project-item {
	margin-left: auto;
	max-width: 200px;
}


.vacancies-info {
	padding-top: 120px;
}
.vac-info .title {
	max-width: 773px;
	width: 100%;
	margin-bottom: 30px;
}
.vac-info .title span {
	font-weight: 700;
	font-size: 64px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #3C8A2E;
	text-transform: uppercase;
}
.vac-info .title i {
	color: #505050;
	font-weight: 300;
}
.vac-info__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vac-info__flex p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	max-width: 226px;
}
.vac-video {
	height: 380px;
	border-radius: 15px;
	overflow: hidden;
}
.vac-video iframe {
	width: 100%;
	height: 100%;
}
.vac-in {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/* division section */
.division-sec {
	padding-top: 120px;
}
.division-sec .title {
	max-width: 630px;
	margin: 0 auto 25px;
	text-align: center;
}
.division-sec .title h3 {
	text-align: left;
	position: relative;
	z-index: 2;
}
.division-sec .title img {
	position: relative;
	bottom: -46px;
}
.division-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 20px;
	max-width: 485px;
	margin-left: auto;
	margin-right: auto;
}

.division-in {
	max-width: 305px;
}
.division-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}
.division-text p:last-child {
	margin-bottom: 0;
}
.division-text {
	margin-bottom: 20px;
}
.division-info span {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #3C8A2E;
	display: block;
	margin-bottom: 6px;
}
.division-info p {
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.division-img {
	max-width: 160px;
}
.division-img img {
	width: 100%;
}


.corporate-block {
	padding-top: 120px;
}
.corporate-item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.corporate-text p {
	font-size: 14px;
	color: #505050;
}
.corporate-img img {
	max-width: 100%;
}
.corporate-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.corporate-head p {
	font-size: 16px;
	line-height: 100%;
	color: #505050;
	opacity: 0.2;
}
.corporate-head span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3C8A2E;
}

.vacancies {
	padding-top: 120px;
}
.vacancies .mini-title {
	margin-bottom: 20px;
}
.vacancies-title span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 64px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #3C8A2E;
}
.vacancies-title span i {
	color: #505050;
	font-weight: 300;
}
.vacancies-title p {
	max-width: 305px;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}

.vacan-item {
	height: 260px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vacan-head span {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.vacan-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vacan-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px;
	width: 80%;
}
.vacan-tags .white-tag {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
	padding: 6px 15px;
	background-color: #F7F7F7;
}

.green-arrow-btn {
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #3C8A2E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.green-arrow-btn:hover {
	background-color: #F7F7F7;
}
.green-arrow-btn:hover svg path {
	stroke: #3C8A2E;
}




/* modals */
.modal-content {
	padding: 20px;
	border-radius: 15px;
	background: #fff;
}
.modal-header {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.close-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent;
	padding: 0;
}
.close-btn:hover {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.modal-body {
	padding: 0;
}


/* cart modal */
.cart-modal .modal-dialog {
	max-width: 360px;
	margin: 0 0 0 auto;
	height: 100%;
	right: 0;
	-webkit-transform: translateX(100%) !important;
	    -ms-transform: translateX(100%) !important;
	        transform: translateX(100%) !important;
  	-webkit-transition: -webkit-transform 0.3s ease-out;
  	transition: -webkit-transform 0.3s ease-out;
  	-o-transition: transform 0.3s ease-out;
  	transition: transform 0.3s ease-out;
  	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.cart-modal.show .modal-dialog {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.cart-modal .modal-content {
	height: 100%;
	border: none;
	border-radius: 15px 0 0 15px;
	padding: 20px;
	background: #fff;
}

.modal-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #3C8A2E;
}
.modal-title .count {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3C8A2E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
}

.cart-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: calc(100% - 60px);
	height: 100%;
}
.cart-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 10px;
	margin-bottom: 15px;
}
.cart-item__text {
	max-width: 202px;
	width: 100%;
}
.cart-item__text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 10px;
}
.cart-item__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
}
.cart-item__price .counter {
	min-width: 90px;
	padding: 8px;
	background: #F7F7F7;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.cart-item__price .counter input {
	width: 30px;
}
.cart-item__price .cart-price__sum {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
}
.cart-item__delete .btn-icon {
	background: transparent;
	padding: 0;
}

.cart-box__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.cart-box__total p,
.cart-box__total span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.cart-box__link {
	margin-bottom: 10px;
}

.modal-body .empty-message {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	padding-top: 30px;
}

/* callback modal */
.callback-modal .modal-dialog {
	max-width: 350px;
	margin-top: 6em;
}
.callback-modal .modal-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.callback-modal .modal-header p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.callback-modal .modal-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 10px;
}
.callback-modal .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
.callback-modal .modal-body .form-group {
	margin-bottom: 20px;
}
.callback-modal .modal-body .form-btn {
	margin-bottom: 20px;
}
.callback-modal .modal-body .form-captcha {
	margin-bottom: 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.callback-modal .modal-body .form-text p {
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #9E9E9E;
}

/* vip modal */
.vip-modal .modal-dialog {
	max-width: 600px;
}
.vip-modal .modal-content {
	padding: 0;
	border: none;
}
.vip-modal .modal-header {
	padding: 20px;
    border-radius: 15px 15px 0 0;
    background-color: #3C8A2E;
    position: relative;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2025/09/vip-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	position: relative;
	margin-bottom: 0;
}
.vip-modal .modal-header .blur {
    background: #C0FFB4;
    -webkit-filter: blur(130px);
            filter: blur(130px);
    width: 477px;
    height: 477px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    right: 20px;
}
.vip-modal .close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}
.modal-head__text {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	    width: 100%;
}
.modal-head__text span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 6px 15px;
	border-radius: 15px;
	background: #F7F7F7;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #505050;
}
.vip-modal .modal-title {
	margin-top: 66px;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 90%;
	display: block;
}
.vip-modal .modal-body {
	padding: 20px;
}
.vip-text {
	margin-bottom: 20px;
}
.vip-text p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.vip-text h4 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.vip-text span {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	display: block;
	text-align: center;
	color: #505050;
}
.vip-modal .form-btn {
	margin: 20px 0;
}
.vip-modal .form-captcha {
	text-align: center;
	margin-bottom: 20px;
}
.vip-modal .form-text p {
	text-align: center;
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #505050;
}



/* pagination */
.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 50%;
}
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link.active,
.page-item:first-child .page-link.active {
	color: #505050;
	background: #fff;
}
.pagination-block .pagination {
	margin: 30px 0 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 4px;
}
.page-link {
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
	box-shadow:none !important
}
.page-link:hover,
.page-link.active {
	background: #3C8A2E;
	color: #fff;
}
.page-item:not(:first-child) .page-link {
	margin: 0;
}

.page-item.active .page-link {background: #3C8A2E;color: #fff}
.page-item.disabled {opacity:0.3}	




/* mini title */
.mini-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 6px;
}
.mini-title span {
	min-width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #3C8A2E;
}
.mini-title p {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}

/* ol (number) list style */
ol {
	padding-left: 20px;
	margin-bottom: 0;
}
ol li {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	margin-bottom: 4px;
}
ol li:last-child {
	margin-bottom: 0;
}

/* nav tabs */
.nav-pills {
	background-color: #F7F7F7;
	border-radius: 15px;
	padding: 3px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: #3C8A2E;
}
.nav-pills .nav-item {
	width: 100%;
}
.nav-pills .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 12px;
	width: 100%;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}

/* swiper pagination */
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #3C8A2E;
}
.swiper-btns {
	gap: 0 6px;
}
.swiper-btns .swiper-button-prev,
.swiper-btns .swiper-button-next {
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
}
.swiper-btns .swiper-button-prev:hover,
.swiper-btns .swiper-button-next:hover {
	background: #3C8A2E;
}
.swiper-btns .swiper-button-prev:hover svg path,
.swiper-btns .swiper-button-next:hover svg path {
	stroke: #fff;
}
.swiper-btns .swiper-button-prev:active,
.swiper-btns .swiper-button-next:active {
	background: #F7F7F7;
}
.swiper-btns .swiper-button-prev:active svg path,
.swiper-btns .swiper-button-next:active svg path {
	stroke: #3C8A2E;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}





/* footer */
footer {
	padding: 120px 0 40px;
}
.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 70px;
}
.footer-logo img {
	height: 62px;
}
.footer-top__info h4 {
	margin: 10px 0;
}
.footer-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 5px;
}
.footer-inn .slash,
.footer-inn p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #9E9E9E;
}
.footer-inn p span {
	color: #505050;
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 7px;
}
.footer-social .footer-social__link {
	min-width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #3C8A2E;
}
.footer-social .footer-social__link:hover {
	background-color: #F7F7F7;
}
.footer-social .footer-social__link:hover svg path {
	fill: #3C8A2E;
}

.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0 20px;
}
.footer-contact__item h4 {
	margin-bottom: 11px;
}
.footer-contact__stock p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #505050;
}
.footer-contact__stock p span {
	color: #9e9e9e;
}
.footer-contact__stock p:last-child {
	margin-top: 10px;
}
.footer-contact__stock p:last-child span {
	display: block;
}
.footer-map {
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.footer-map iframe {
	height: 100%;
	width: 100%;
}

.footer-block {
	margin-top: 20px;
}
.footer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 20px;
	margin-bottom: 25px;
}
.footer-text p {
	font-weight: 700;
	font-size: 96px;
	line-height: 90%;
	letter-spacing: -3.84px;
	text-transform: uppercase;
}
.footer-text p i {
	font-weight: 300;
	color: #505050;
}
.footer-form {
	max-width: 285px;
	width: 100%;
}
.form-group {
	width: 100%;
	margin-bottom: 4px;
}
.form-group input {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #F7F7F7;
	border-radius: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #505050;
	padding: 12px 15px;
}
.form-group input::-webkit-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-group input::-moz-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-group input:-ms-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-group input::-ms-input-placeholder {
	color: rgba(80, 80, 80, .5);
}
.form-group input::placeholder {
	color: rgba(80, 80, 80, .5);
}
.footer-form span {
	display: block;
	margin-top: 4px;
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #9E9E9E;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 6px 0;
}
.footer-menu a {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #505050;
}
.footer-menu a:hover {
	color: #3C8A2E;
}

.footer-end {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
.footer-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
}
.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 30px;
	flex-shrink: 0;
}
.footer-info span {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #505050;
	white-space: nowrap;
}
.footer-end__text p {
	font-weight: 400;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #9E9E9E;
}


.checkout-left .d-flex {
	gap: 0 20px;
}





/* custom select */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	background-color: #F7F7F7;
	border-radius: 15px;
	cursor: pointer;
	z-index: 2;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background-image: url('/wp-content/uploads/2025/09/accordion-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 13px;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.custom-option {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	padding: 12px 15px;
}
.custom-option:hover {
  background: #efefef;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  border-radius: 15px;
  overflow: hidden;
}


/* cutom margin */
.mb-10{margin-bottom: 10px;}
.mt-10{margin-top: 10px;}
.mb-20{margin-bottom: 20px;}
.mt-20{margin-top: 20px;}
.mb-30{margin-bottom: 30px;}
.mt-30{margin-top: 30px;}
.mb-40{margin-bottom: 40px;}
.mt-40{margin-top: 40px;}
.mb-50{margin-bottom: 50px;}
.mt-50{margin-top: 50px;}
.mb-60{margin-bottom: 60px;}
.mt-60{margin-top: 60px;}
.mb-100{margin-bottom: 100px;}
.mt-100{margin-top: 100px;}
.mb-120{margin-bottom: 120px;}
.mt-120{margin-top: 120px;}

/* cutom padding */
.pb-10{padding-bottom: 10px;}
.pt-10{padding-top: 10px;}
.pb20{padding-bottom: 20px;}
.pt-20{padding-top: 20px;}
.pb-30{padding-bottom: 30px;}
.pt-30{padding-top: 30px;}
.pb-40{padding-bottom: 40px;}
.pt-40{padding-top: 40px;}
.pb-50{padding-bottom: 50px;}
.pt-50{padding-top: 50px;}
.pb-60{padding-bottom: 60px;}
.pt-60{padding-top: 60px;}
.pb-100{padding-bottom: 100px;}
.pt-100{padding-top: 100px;}
.pb-120{padding-bottom: 120px;}
.pt-120{padding-top: 120px;}


.calc-closer,
.filter-closer,
.filter-tab,
.header-logo .menu-closer,
.mob-catalog-menu,
.header-mob,
.head-con .header-top {
	display: none;
}

.mob {display: none !important;}








@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1280px;
	}
}

@media (max-width: 1400px) {
	.service-btns span {
		font-size: 15px;
	}
	.header-top_center,
	.header-top_left {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.header-top_right a {
		white-space: nowrap;
	}
	.header-links a {
		white-space: nowrap;
	}
	.service-btns a {
		padding: 12px 20px;
	}
	.client-slide {
		overflow: visible;
	}
	.main-advan-item__info i {
		font-size: 64px;
	}
	.calc-material__left .h1 {
		font-size: 86px;
	}
	.cart-table .table tbody .cart-product span,
	.cart-table .table tbody tr td {
		font-size: 12px;
	}
	.cart-table .table tbody .counter {
		min-width: 70px;
		width: 70px;
		padding: 10px;
	}
	.checkout-right .table tbody .cart-product span {
		max-width: 110px;
	}
	.cart-table .table tbody .counter input {
		width: 20px;
		font-size: 12px;
	}
	.title-img {
		top: 72px;
		right: 169px;
	}
	.product-top .green-btn {
		padding: 12px;
	}
	.advan-item ul li {
		padding-left: 0;
	}
	.vac-title .title-img {
		top: -17px;
		right: 0;
	}
}


@media (max-width: 1200px) {
	.vacancies .row {
		position: relative;
		padding-top: 130px;
	}
	.vacancies-title span {
		position: absolute;
		left: 0;
		top: 0;
	}
	.vac-info__flex {
		gap: 30px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.vacancies,
	.corporate-block,
	.division-sec,
	.vacancies-info,
	.vac-project {
		padding-top: 100px;
	}
	.vac-title .title-img {
		top: 60px;
		right: 45px;
	}
	.advan-sec,
	.recommend-sec {
		padding-top: 100px;
	}
	.advan-sec .row .col-xl-3:first-child {
		margin-bottom: 70px;
	}
	.advan-title {
		margin-bottom: 20px;
	}
	.advan-title .mini-title {
		margin-bottom: 30px;
	}
	.advan-title h1 {
		text-indent: 0;
	}
	.table-total__item p {
		width: 70%;
	}
	.table-total__item span {
		width: 30%;
	}
	.form-col {
		max-width: 630px;
		margin-left: auto;
	}
	.reg-log-title {
		margin-bottom: 40px;
	}
	.reg-log {
		padding-top: 50px;
	}
	.faq-sec {
		padding-top: 10px;
	}
	.faq-sec .flex-title h1 {
		margin-bottom: 50px;
	}
	.factory-rov .col-xl-3:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.factory-rov .col-xl-3:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.factory-rov .col-xl-3:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.factory-rov .col-xl-3:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.factory-rov .col-lg-8 .factory-text {
		max-width: 297px;
		width: 100%;
	}
	.factory-rov .col-lg-8 .factory-item {
		max-width: 305px;
		width: 100%;
	}
	.factory-rov .col-lg-8 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 20px;
	}
	.factory-sec {
		padding-top: 10px;
	}
	.contact-sec {
		padding-top: 10px;
	}
	.contact-sec {
		margin-bottom: -90px;
	}
	.company-item {
		height: 230px;
	}
	.company-item__name h4 {
		font-size: 18px;
	}
	.same-style {
		padding: 15px;
	}
	.mini-title {
		margin-bottom: 20px;
	}
	.letter-sec {
		padding-top: 100px;
	}
	.service-sec,
	.client-sec {
		padding-top: 100px;
	}
	.anim-sec {
		padding-top: 100px;
	}
	.company-btn {
		margin-top: 40px;
	}
	.title-img-bottom {
		bottom: -295px;
	}
	.company-title .color-green {
		word-break: break-word;
	}
	.title-img {
		right: -20px;
		z-index: 2;
	}
	.checkout-right .cart-table .table tbody .cart-product span {
		max-width: 106px;
	}
	.cart-table .table thead tr th {
		font-size: 12px;
	}
	.cart-table .table tbody .delete-td button {
		padding: 0;
	}
	.cart-table .table tbody .delete-td button img {
		height: 16px;
	}
	.checkout-right .cart-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px 0;
	}
	.cart-refresh {
		width: 100%;
	}
	.checkout-sec {
		padding-top: 20px;
	}
	.cart-table .table tbody .cart-product img {
		min-width: 40px;
		max-width: 40px;
		height: 40px;
	}
	.cart-table .table tbody tr td {
		font-size: 12px;
		padding: 5px;
	}
	.cart-table .table tbody .cart-product span {
		font-size: 12px;
		max-width: 106px;
	}
	.form-sec {
		padding-top: 100px;
	}
	.calc-material__left {
		position: unset;
	}
	.calc-material__left img {
		left: -200px;
		height: 288px;
		bottom: 0;
	}
	.calc-right-col {
		padding-left: 305px;
	}
	.calc-tab {
		width: 100%;
	}
	.calc-material__left .h1 {
		font-size: 96px;
		margin-bottom: 30px;
	}
	.calc-material {
		padding-top: 100px;
	}
	.cart-summa__info span {
		min-width: 90px;
		text-align: right;
	}
	.cart-table .table tbody .cart-product span {
		max-width: 166px;
	}
	.cart-sec {
		padding-top: 30px;
	}
	.flex-title h1 {
		margin-bottom: 40px;
	}
	.head-top {
		display: none;
	}
	.head-con .header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 2;
	}
	.header-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 20px 0;
	}
	.head-con {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #F0F0F0;
		z-index: 1000;
		padding: 0 34px 25px;
		border-radius: 0 0 15px 15px;
		top: -100%;
		-webkit-transition: .5s all ease;
		-o-transition: .5s all ease;
		transition: .5s all ease;
	}
	.head-con.active {
		top: 0;
	}
	.head-con::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	.menu-opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 6px 0;
		margin-left: auto;
	}
	.menu-opener span {
		width: 20px;
		height: 2px;
		background: #3C8A2E;
		border-radius: 2px;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		position: relative;
	}
	.menu-opener span.two {
		width: 10px;
	}
	.header-mob__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0 16px;
		margin-top: 10px;
	}
	.header-mob__inner .header-contact {
		margin-bottom: 0;
	}
	.header-top_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0 20px;
	}
	.header-top_right .menu-closer {
		padding: 0;
		background: transparent;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-top_center, .header-top_left {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.header-schedule {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 5px 0;
	}
	.header-box .header-catalog {
		display: none;
	}
	.header-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.head-flex {
		gap: 0 60px;
	}
	.header-actions {
		width: 100%;
		text-align: center;
	}
	.header-actions_item {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 6px;
	}
	.head-con .header-contact {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		bottom: -32px;
		margin-bottom: 0;
	}
	.header-inner {
		max-width: 68%;
		margin-left: auto;
	}
	.header-inner .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.header-links {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
	.header-links a {
		padding: 10px 20px;
		width: auto;
	}
	.mob-catalog-menu {
		display: block;
	}
	.catalog-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 5px 0;
	}
	.catalog-menu__item {
		max-width: 100%;
		width: 100%;
		background-color: #fff;
		padding: 15px;
		border-radius: 15px;
	}
	.catalog-menu__item .catalog-menu__menu {
		display: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding-left: 30px;
		margin-top: 15px;
	}
	.catalog-menu__item .catalog-menu__menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.catalog-menu__item .catalog-menu__name {
		font-size: 16px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		cursor: pointer;
		margin-bottom: 0;
	}
	.catalog-menu__item .catalog-menu__name.active img {
		-webkit-transform: rotate(-180deg);
		    -ms-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}
	.catalog-menu__item .catalog-menu__menu a:hover {
		text-decoration: underline;
	}
	.catalog-menu__item .catalog-menu__menu a {
		margin-right: 15px;
	}
	.footer-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 30px;
	}
	.footer-form {
		max-width: 100%;
		margin-top: 30px;
	}
	.footer-form form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 4px;
	}
	.footer-form .form-group,
	.footer-form .form-group input {
		max-width: 200px;
		width: 100%;
	}
	.footer-form .form-btn .green-btn {
		max-width: 200px;
		width: 100%;
	}
	.main-advan {
		padding-top: 255px;
	}
	.main-advan__text span {
		margin-top: -135px;
	}
	.main-advan__text span i {
		white-space: nowrap;
	}
	.mp-item h2 br {
		display: none;
	}
	.mp-in {
		gap: 0 10px;
	}
	.mp-item {
		padding: 20px 19px;
	}
	.service-title h3 br {
		display: none;
	}
	.our-img img {
		max-width: 100%;
	}
	.main-sec {
		padding-top: 20px;
	}
	.main-advan {
		padding-top: 210px;
	}
	.service-btns a {
		padding: 12px 26px;
	}
	.aside {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-bottom: 40px;
		gap: 20px;
	}
	.my-orders,
	.account-sec {
		padding-top: 20px;
	}
	.vip-link {
		min-height: 77px;
		background-position: right bottom;
	}
	.aside .exit-link {
		min-height: 77px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.breadcrumb {
		margin: 10px 0 20px;
	}
	.article-left {
		padding-top: 30px;
	}
	.article-sec .title.mob {
		display: block !important;
	}
	.article-body .title.pc {
		display: none;
	}
	.article-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px;
	}
	.article-body {
		padding-top: 50px;
	}
	.blog-sec {
		padding-top: 10px;
	}
	.review-sec {
		padding-top: 100px;
	}
	footer {
		padding: 100px 0 30px;
	}
	.sales-title {
		margin-bottom: 40px;
	}
	.ser-col.empty-col {
		display: none;
	}
	.ser-col:nth-child(6) {
		margin-top: 0;
	}
	.ser-col:nth-child(8),
	.ser-col:nth-child(5) {
		margin-top: -120px;
	}
	.ser-col:nth-child(11) {
		margin-left: auto;
	}
	.info-sec {
		padding-top: 100px;
	}
	.vacancies-sec,
	.site-map,
	.warranty-sec {
		padding-top: 10px;
	}
	.comment-sec {
		padding-top: 100px;
	}
	
	.page-sec {padding-top:10px}
}


@media (max-width: 992px) {
	.vacancies .row {
		padding-top: 110px;
	}
	.vacancies-title span {
		font-size: 48px;
	}
	.division-in {
		min-width: 290px;
	}
	.vac-info .title span {
		font-size: 48px;
	}
	.vac-video {
		margin-bottom: 20px;
	}
	.vac-info {
		position: relative;
		padding-bottom: 60px;
	}
	.vac-btn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: auto;
		width: calc(100% - 30px);
	}
	.vac-info__flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-bottom: 20px;
	}
	.project-item img {
		width: 100%;
		height: 190px;
		-o-object-fit: cover;
		   object-fit: cover;
		border-radius: 15px;
	}
	.vac-project__item .one {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.vac-project__item .two {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		margin-top: 116px;
	}
	.vac-project__item .four {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 200px;
	}
	.vac-project__item .one img {
		height: 300px;
	}
	.vac-project__item .three img {
		width: 100%;
		height: 286px;
	}
	.vac-project__item .three {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		position: absolute;
		right: 0;
		top: -10px;
	}
	.vac-project__item {
		padding-top: 180px;
		position: relative;
	}
	.vac-title .title-img {
		right: 0;
		top: 40px;
	}
	.vac-sec {
		padding-top: 10px;
	}
	.vacancies,
	.corporate-block,
	.division-sec,
	.vacancies-info,
	.vac-project {
		padding-top: 60px;
	}
	.comment-block .row {
		position: relative;
	}
	.comment-left .swiper-btns {
		position: absolute;
		right: 15px;
		bottom: 0;
	}
	.aside-cat .aside-drop__btn img {
		display: none;
	}
	.aside-cat {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 20px;
		margin-bottom: 20px;
	}
	.aside-cat::before {
		content: "";
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
		background: rgba(0, 0, 0, .5);
	}
	.aside-cat.overlay::before {
		display: block;
	}
	.calc-closer {
		display: inline-block;
	}
	.aside-cat .aside-drop {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		max-width: 330px;
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
		z-index: 100;
		background-color: #fff;
		padding: 20px;
		-webkit-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
	}
	.aside-cat .aside-drop.active {
		overflow: visible;
		visibility: visible;
		opacity: 1;
	}
	.aside-cat .aside-drop__menu {
		display: block !important;
	}
	.filter-tab {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 20px;
	}
	.filter-tab button img {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.filter-tab button {
		padding: 15px;
		border-radius: 15px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		font-size: 14px;
	}
	.filter-closer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
		color: #505050;
		margin-bottom: 54px;
		cursor: pointer;
		padding: 0;
		background: transparent;
	}
	.filter {
		position: fixed;
		top: 20px;
		right: -100%;
		width: calc(100% - 40px);
		height: auto;
		max-height: calc(100% - 40px);
		overflow-y: auto;
		z-index: 100;
		background-color: #fff;
		padding: 20px !important;
		border-radius: 10px;
		-webkit-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
	}
	.filter.active {
		right: 20px;
	}
	.filter-head .clear-filter {
		position: absolute;
		top: 56px;
		right: 20px;
	}
	/*
	.filter-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	*/
	.filter-block {
		max-width: 50%;
		width: 100%;
	}
	.product-tags {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.comment-sec {
		padding-top: 60px;
	}
	.vacancies-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px 0;
	}
	.top-right-col {
		margin-top: 40px;
	}
	.site-map__link p, .site-map__link a {
		line-height: 120%;
	}
	.info-sec {
		padding-top: 60px;
	}
	.ser-col:nth-child(3),
	.ser-col:nth-child(8),
	.ser-col:nth-child(5) {
		margin-top: 0;
	}
	.sales-sec {
		padding-top: 10px;
	}
	.advan-item.three {
		margin-top: -175px;
	}
	.advan-item.two {
		margin-top: -170px;
	}
	.advan-sec .row .col-sm-6:last-child {
		margin-left: auto;
	}
	.advan-sec,
	.recommend-sec {
		padding-top: 60px;
	}
	.product-slide {
		height: 350px;
		margin-top: 20px;
	}
	.product-top__left {
		margin-bottom: 20px;
	}
	.my-table tbody td:nth-child(3) {
		min-width: auto;
	}
	.faq-sec .flex-title h1 {
		margin-bottom: 40px;
	}
	.acc-button h4 {
		min-width: 40px;
	}
	.acc-button p {
		min-width: 231px;
		max-width: 231px;
		width: 100%;
	}
	.factory-video {
		height: 380px;
	}
	.factory-rov .col-xl-3:nth-child(1) .factory-item,
	.factory-rov .col-xl-3:nth-child(1) img {
		height: 210px;
	}
	.factory-rov .col-xl-3:nth-child(2) .factory-item,
	.factory-rov .col-xl-3:nth-child(2) img {
		height: 210px;
	}
	 .factory-rov .col-xl-3:nth-child(4) .factory-item,
	.factory-rov .col-xl-3:nth-child(4) img {
		height: 210px;
	}
	.factory-rov .col-xl-3:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.factory-rov .col-xl-3:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.factory-rov .col-lg-8 .factory-text,
	.factory-rov .col-lg-8 .factory-item {
		max-width: 100%;
	}
	.factory-rov .col-lg-8 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.delivery-sec, .payment-sec {
		padding-top: 10px;
	}
	.contact-sec {
		margin-bottom: -40px;
	}
	.service-sec, .client-sec,
	.letter-sec {
		padding-top: 60px;
	}
	.rov-20 {
		margin-left: -7px;
		margin-right: -7px;
	}
	.rov-20 > * {
		padding-left: 7px;
		padding-right: 7px;
	}
	.company-block .row {
		gap: 20px 0;
	}
	.company-block .col-two,
	.company-block .col-four {
		margin-top: -60px;
	}
	.company-block .col-three {
		margin-top: 0;
	}
	.company-block {
		padding-top: 100px;
	}
	.company-btn p {
		max-width: 185px;
	}
	.title-img-bottom {
		width: 200px;
		height: 200px;
		bottom: -176px;
	}
	.company-btn .green-btn {
		max-width: 200px;
	}
	.title-img {
		height: 80px;
		width: 120px;
		right: 0;
		top: 45px;
	}
	.company-sec {
		padding-top: 20px;
	}
	.checkout-left {
		margin-bottom: 40px;
	}
	.checkout-right {
		height: auto;
	}
	.form-sec .form-title {
		margin-bottom: 30px;
	}
	.calc-total {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.form-sec {
		padding-top: 60px;
	}
	.calc-material {
		padding-top: 60px;
	}
	.calc-material__left img {
		display: none;
	}
	.calc-right-col {
		padding-left: 10px;
	}
	.calc-material__left .h1 {
		font-size: 64px;
	}
	.catalog-sec {
		padding-top: 10px;
	}
	.recommend-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 30px;
	}
	.recommend-left .swiper-btns {
		margin-top: auto;
	}
	footer {
		padding: 60px 0 20px;
	}
	.our-sec .center-one {
		margin-bottom: -90px;
	}
	.our-sec .center-two {
		position: absolute;
		top: -20px;
		right: 0;
	}
	.our-sec .center-two img {
		height: 286px;
		width: 395px;
	}
	.our-img img {
		height: 190px;
		width: 100%;
	}
	.our-sec .left img {
		height: 300px;
	}
	.our-sec .right {
		margin-top: auto;
	}
	.our-sec .row {
		position: relative;
		padding-top: 180px;
	}
	.our-sec {
		padding: 60px 0 100px;
		overflow: visible;
	}
	.client-title p {
		font-size: 48px;
	}
	.client-title {
		max-width: 600px;
	}
	.service-left .swiper-btns {
		gap: 0 6px;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
	.service-sec .row {
		position: relative;
	}
	.service-sec {
		padding-top: 60px;
	}
	.products-box .col-xl-6:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.products-box .col-xl-6:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.products-box .col-xl-3:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.products-box .col-xl-6:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.products-box .col-xl-3:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.main-products {
		padding-top: 60px;
	}
	.main-advan-item__info i {
		font-size: 72px;
	}
	.main-advan {
		padding-top: 60px;
	}
	.main-advan__text span {
		margin-top: 0;
	}
	.main-text .h1 {
		font-size: 48px;
	}
	.main-slide {
		height: 500px;
	}
	.footer-box {
		margin-bottom: 20px;
	}
	.footer-map {
		height: 360px;
	}
	.footer-text p {
		font-size: 64px;
	}
	.footer-top {
		margin-bottom: 54px;
	}
	.footer-contact__item {
		max-width: 224px;
	}
	.ftr-rov {
		gap: 6px 0;
	}
	.ftr-rov .one {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.ftr-rov .three {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.ftr-rov .two {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.ftr-rov .four {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.footer-end {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer-info {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.head-con .header-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		gap: 10px 0;
	}
	.header-schedule {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header-top_right {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.head-con::before {
		height: 85px;
	}
	.h1, h1 {
		font-size: 64px;
	}
}


@media (max-width: 768px) {
	.vac-project__item .one img,
	.project-item img {
		width: 100% !important;
		height: 300px !important;
	}
	.vac-project__item {
		padding-top: 0;
	}
	.vac-project__item .row {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
	}
	.vac-project__item .col-lg-3 {
		width: 300px;
		height: 330px;
	}
	.vac-project__item .two {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 0;
	}
	.vac-project__item .four {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		margin-top: 0;
	}
	.vac-project__item .four .project-item {
		max-width: 100%;
	}
	.vac-project__item .three {
		position: unset;
	}
	.product-filter__left {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
	}
	.blog-sec .flex-title h1 {
		margin-bottom: 30px;
	}
	.vip-link {
		max-width: 48%;
		min-height: 126px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.aside .exit-link {
		max-width: 48%;
		min-height: auto;
		margin-top: -55px;
	}
	.aside-links {
		max-width: 48%;
	}
	.aside {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.head-con .header-logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.head-con .header-inner {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		max-width: 100%;
		margin-top: 20px;
	}
	.head-con .header-actions {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: auto;
	}
	.head-con .header-contact {
		bottom: 0;
	}
	.header-top p {
		font-size: 12px;
	}
	.head-con::before {
		height: 79px;
	}
	.client-img {
		height: 200px;
		width: 200px;
	}
	.review-sec {
		padding-top: 60px;
	}
}


@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 635px) {
	.vacancies-price h2 {
		font-size: 24px;
	}
	.article-left {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.cart-summa__info {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.cart-summa__info p {
		min-width: 100px;
	}
	.cart-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px 0;
	}
	.cart-bottom .cart-coupon input,
	.cart-bottom form {
		width: 100%;
	}
	.cart-bottom .cart-refresh {
		width: 100%;
	}
}



@media (max-width: 576px) {
	.vacancies .row {
		padding-top: 0;
	}
	.vacancies-title span {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.vacancies-title span {
		position: relative;
	}
	.corporate-img {
		text-align: center;
	}
	.corporate-text p br {
		display: none;
	}
	.vacancies .row,
	.corporate-block .row {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
	}
	.vacancies .row .col-sm-6,
	.corporate-block .col-lg-3 {
		width: 90%;
	}
	.division-info img {
		min-width: 155px;
		max-width: 155px;
		-o-object-fit: cover;
		   object-fit: cover;
		border-radius: 15px;
		height: 155px;
	}
	.division-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 0 20px;
	}
	.division-block {
		display: block;
	}
	.vacancies-info .vac-info {
		padding-bottom: 60px;
	}
	.vac-video {
		height: 190px;
	}
	.vac-info__flex p {
		font-size: 12px;
	}
	.vac-info__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.vacancies,
	.corporate-block,
	.division-sec,
	.vacancies-info,
	.vac-project {
		padding-top: 50px;
	}
	.product-filter .filter-sort {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
	}
	.filter-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.filter-block {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.filter-tab button {
		padding: 10px 15px;
	}
	.product-filter {
		margin-bottom: 30px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.site-map__link p, .site-map__link a {
		font-size: 12px;
	}
	.info-box__text p {
		font-size: 12px;
	}
	.info-sec {
		padding-top: 50px;
	}
	.sales-title {
		margin-bottom: 20px;
	}
	.advan-item {
		padding: 15px;
		min-height: 310px;
	}
	.advan-item.three,
	.advan-item.two {
		margin-top: 0;
	}
	.advan-sec .row .col-xl-3:first-child {
		margin-bottom: 20px;
	}
	ol li,
	.tab-block p {
		font-size: 12px;
	}
	.nav-pills .nav-link {
		font-size: 12px;
		padding: 7px;
		min-height: 40px;
	}
	.product-info {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #F7F7F7;
	}
	.product-top .green-btn {
		max-width: 180px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.product-top .buy-btn {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.product-top .counter {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		min-width: 100px;
		padding: 8px;
	}
	.product-top__btns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 6px;
		margin-top: 15px;
	}
	.product-top {
		padding: 15px;
	}
	.product-top__price del,
	.product-top__price span {
		font-size: 20px;
	}
	.product-top__name {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px 0;
	}
	.product-top__left h2 {
		margin-bottom: 15px;
	}
	.policy-sec {
		padding-top: 10px;
	}
	.table-total {
		margin-bottom: 20px;
	}
	.privacy-text ul li, .privacy-text p,
	.text-item p,
	.pay-address__contact p,
	.table-total__item p, .table-total__item span,
	tbody td .product-link {
		font-size: 12px;
	}
	.table-total__item p,
	.table-total__item span {
		width: auto;
	}
	.table-total__item {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.my-table thead th:last-child {
		width: 0;
	}
	.my-table tbody td:nth-child(4),
	.my-table tbody td:nth-child(3),
	.my-table thead th:nth-child(4),
	.my-table thead th:nth-child(3) {
		display: none;
	}
	tbody td .download {
		font-size: 12px;
	}
	tbody td,
	thead th {
		font-size: 12px;
		padding: 10px 5px;
	}
	tbody td .view.mob {
		min-width: 24px;
		max-width: 24px;
		height: 24px;
		border-radius: 50%;
		padding: 0;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.reg-log-btn {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px 20px;
	}
	.reg-log-title p {
		font-size: 32px;
	}
	.faq-text p {
		font-size: 12px;
	}
	.faq-text {
		padding: 10px 0 0 55px;
	}
	.acc-item {
		display: block;
		margin-bottom: 10px;
	}
	.faq-sec .flex-title h1 {
		margin-bottom: 20px;
	}
	.factory-sec .title.mb-40 {
		margin-bottom: 30px;
	}
	.factory-video {
		height: 208px;
	}
	.factory-text {
		height: 170px;
	}
	.factory-text h3 br {
		display: none;
	}
	.mob-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0 10px;
		background: transparent;
	}
	.mob-flex img {
		width: 100%;
		max-width: 50%;
		min-width: 155px;
		-o-object-fit: cover;
		   object-fit: cover;
		border-radius: 15px;
	}
	.factory-rov .col-xl-3:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.factory-rov .col-xl-3:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.factory-item, .factory-text {
		min-height: 170px;
	}
	.factory-text {
		padding: 15px;
	}
	.factory-rov .col-xl-3:nth-child(1) .factory-item, .factory-rov .col-xl-3:nth-child(1) img {
		height: 170px;
		min-height: 170px;
	}
	footer {
		padding: 50px 0 15px;
	}
	.form-sec {
		padding-top: 50px;
	}
	.delivery-box {
		margin-bottom: 20px;
	}
	.gap-y-20 {
		gap: 15px 0;
	}
	.delivery-text {
		margin-bottom: 30px;
	}
	.delivery-text p {
		font-size: 12px;
	}
	.delivery-sec .flex-title h3 {
		margin-bottom: 70px;
	}
	.contact-title {
		margin-bottom: 20px;
	}
	.contact-map {
		height: 330px;
	}
	.marquee {
		bottom: -90px;
	}
	.anim-block div {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		text-align: center;
	}
	.anim-block {
		gap: 15px 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.anim-block .anim-left {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		max-width: 158px;
		font-size: 12px;
		margin-right: 10px;
	}
	.anim-block .anim-right {
		margin-left: 10px;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		max-width: 155px;
		font-size: 12px;
	}
	.anim-block img {
		height: 150px;
		max-width: 150px;
	}
	.company-item {
		height: 190px;
	}
	.company-block .row {
		gap: 15px 0;
	}
	.company-block .col-two,
	.company-block .col-four {
		margin-top: 0;
	}
	.company-block {
		padding-top: 50px;
	}
	.company-btn p {
		font-size: 12px;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.company-btn .green-btn {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.company-btn {
		margin-top: 160px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px 0;
	}
	.title-img-bottom {
		width: 150px;
		height: 150px;
		bottom: -135px;
	}
	.title-img {
		width: 80px;
		height: 54px;
		top: 22px;
	}
	.letter-box .col-xl-9 .row {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0 15px;
	}
	.letter-box .col-xl-9 .row .col-3,
	.letter-img, .letter-img img {
		width: 228px;
		height: 322px;
	}
	.checkout-product__name {
		background: #fff;
	}
	.checkout-product__link span {
		font-size: 12px;
	}
	.cart-table .table tbody tr:first-child td {
		padding-top: 12px;
	}
	.checkout-right {
		padding: 0;
		background: transparent;
	}
	.checkout-left h3 {
		margin-bottom: 20px;
	}
	.control span {
		font-size: 12px;
		max-width: 302px;
	}
	.checkout-right .cart-bottom .cart-coupon input {
		max-width: 100%;
	}
	.cart-bottom .cart-coupon {
		width: 100%;
	}
	.form-sec .form-button span {
		margin-top: 15px;
		text-align: center;
	}
	.calc-total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px 0;
	}
	.cart-table .table tbody .cart-product img {
		display: none;
	}
	.cart-table .table tbody .cart-product span {
		max-width: 100px;
		font-size: 12px;
	}
	.cart-table .table tbody tr td {
		font-size: 9px;
	}
	.cart-table .table tbody .counter {
		min-width: 60px;
		width: 60px;
	}
	.cart-table .table tbody .counter input {
		width: 20px;
		font-size: 14px;
	}
	.counter span {
		font-size: 14px;
	}
	.cart-table .table tbody .delete-td button {
		padding: 0;
	}
	.cart-table .table tbody .delete-td button img {
		height: 12px;
	}
	.cart-table .table tbody tr td {
		padding: 12px 5px;
	}
	.cart-table .table thead tr th {
		padding: 5px;
		font-size: 12px;
	}
	.flex-title h1 {
		margin-bottom: 20px;
	}
	.green-btn {
		padding: 12px;
	}
	.blog-sec .row {
		gap: 15px 0;
	}
	.blog-sec .row .for-pc {display: none;}
	.review-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.review-title .swiper-btns {
		min-height: 40px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 20px;
	}
	.review-block .mini-title {
		margin-bottom: 20px;
	}
	.blog-sec .flex-title h1 {
		margin-bottom: 20px;
	}
	.article-left__info {
		margin-bottom: 0;
	}
	.article-body {
		padding-top: 30px;
	}
	.article-top {
		margin-bottom: 15px;
	}
	.article-nav__item, .article-nav {
		gap: 6px 0;
	}
	.article-nav__item a {
		font-size: 12px;
	}
	.article-nav ul a {
		font-size: 12px;
	}
	
	.article-img,
	.article-text {
		margin-bottom: 30px;
	}
	.recommend-left .swiper-btns {
		display: none;
	}
	.recommend-left .title .color-green br {
		display: none;
	}
	.recommend-sec {
		padding-top: 50px;
	}
	.article-list ul li, .article-text p {
		font-size: 12px;
	}
	.pc {display: none !important;}
	.mob {display: block !important;}

	.form-pass {
		margin-top: 0;
	}
	.my-block .form-txt p {
		margin-top: -15px;
		margin-bottom: 20px;
		font-size: 9px;
	}
	.account-title {
		margin-bottom: 20px;
	}
	.aside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px 0;
	}
	.aside .exit-link {
		margin-top: 0;
	}
	.vip-link {
		min-height: auto;
	}
	.aside .exit-link,
	.vip-link,
	.aside-links {
		max-width: 100%;
	}
	.main-advan__text p {
		font-size: 12px;
		margin: 20px 0 5px;
	}
	.main-advan__text span {
		font-size: 32px;
	}
	.products-box .rov-20 {
		gap: 15px 0;
	}
	.mp-tags span:nth-child(9),
	.mp-tags span:nth-child(10),
	.mp-tags span:nth-child(11),
	.mp-tags span:nth-child(12),
	.mp-tags span:nth-child(13) {
		display: none;
	}
	.mp-item {
		height: 250px;
	}
	.service-title p {
		max-width: 200px;
		font-size: 12px;
	}
	.service-sec .service-left .mini-title {
		margin-bottom: 20px;
	}
	.client-sec {
		padding-top: 50px;
	}
	.client-title p {
		font-size: 32px;
	}
	.client-top p {
		max-width: 132px;
		font-size: 12px;
	}
	.client-img img {
		width: 100%;
		max-height: 45px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.client-img {
		width: 120px;
		height: 120px;
		padding: 15px;
	}
	.catalog-menu__item .catalog-menu__name {
		line-height: 1;
	}
	.catalog-menu__item {
		padding: 12px 15px;
	}
	.mob-catalog-menu h4.color-green {
		text-align: center;
		margin-top: 10px;
	}
	.head-con .header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header-inner .navbar {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
	}
	.header-box {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
	.header-inner .navbar-nav {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 5px 15px;
		margin-top: 15px;
	}
	.header-social {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 140px;
		margin: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.head-con .header-contact {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 184px;
		margin: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.head-con .header-logo {
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.header-actions_item {
		margin-top: 15px;
	}
	.header-login-cart {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.head-con .header-actions {
		width: 100%;
	}
	.head-con .header-top {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: #fff;
		padding: 15px 0;
	}
	.head-con {
		height: 100%;
		overflow-y: auto;
		padding: 15px 15px 0;
	}
	.header-block {
		padding-top: 0;
	}
	.head-con .header-logo img {
		height: 40px;
	}
	.header-links,
	.header-top_right .menu-closer {
		display: none;
	}
	.header-logo .menu-closer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-top_center, .header-top_left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.header-top p {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.header-top_right {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header-schedule {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.catalog-menu__item .catalog-menu__menu {
		padding-left: 0;
		margin-top: 10px;
		gap: 10px;
		text-align: center;
	}
	.catalog-menu__item .catalog-menu__menu a {
		margin-right: 10px;
	}
	.head-con::before {
		content: none;
	}
	body.no-scroll {
		overflow: hidden;
	}
	.h1,
	h1 {
		font-size: 32px;
		letter-spacing: -1.28px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 28px;
		letter-spacing: -0.56px;
	}
	.footer-text p {
		font-size: 32px;
	}
	.footer-text {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-bottom: 20px;
	}
	.footer-menu a {
		font-size: 12px;
	}
	.footer-top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.footer-social {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
		width: 100%;
	}
	.footer-contact__item {
		width: 50%;
	}
	.footer-contact__stock p {
		font-size: 12px;
	}
	.footer-form .form-btn,
	.footer-form .form-group, .footer-form .form-group input {
		width: 100%;
		max-width: 100%;
	}
	.footer-form {
		margin-top: 20px;
	}
	.footer-form .form-btn .green-btn {
		max-width: 100%;
	}
	.same-style {
		padding: 15px;
	}
	.footer-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0 16px;
	}
	.footer-inn {
		margin-left: 86px;
		margin-top: -14px;
	}
	.footer-inn .slash, .footer-inn p {
		font-size: 12px;
	}
	.header-mob .header-mob__inner {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 0;
		gap: 0 12px;
	}
	.header-mob .header-mob__inner .header-login {
		display: none;
	}
	.header-mob .header-logo img {
		height: 40px;
		width: 44px;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: left;
		   object-position: left;
	}
	.header-mob .header-mob__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header-mob .header-mob__right .menu-opener {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-left: 12px;
		padding: 0;
	}
	.header-mob .header-login-cart {
		width: auto;
	}
	.header-mob {
		padding: 15px 0;
	}
	.our-sec .center-one {
		margin-bottom: 0;
	}
	.our-sec .center-two {
		position: unset;
	}
	.our-sec .row {
		padding-top: 0;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: -7px;
		margin-right: -7px;
	}
	.our-sec .row > * {
		padding-left: 7px;
		padding-right: 7px;
	}
	.our-img img,
	.our-sec .center-two img {
		width: 300px;
		height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.our-sec .row .left,
	.our-sec .row .center-one,
	.our-sec .row .center-two,
	.our-sec .row .right {
		width: 300px;
		height: 300px;
	}
	.our-sec {
		padding: 50px 0 0;
	}
}


@media (max-width: 375px) {
	.header-top_center, .header-top_left {
		max-width: 296px;
	}
}



.article-body {}
	.article-body h2,
	.article-body h3,
	.article-body h4,
	.article-body h5,
	.article-body h6	{color: #3C8A2E;margin: 20px 0;    font-weight: 500;}
	
	.article-body .title.pc h2 {margin-top:0}
	
	.article-body img.alignnone  {display:block; margin:40px auto 40px auto; width:auto; max-width:100%;}
	.article-body ul {padding-left: 16px;    margin-bottom: 1rem;}
	.article-body ol {padding-left: 16px;    margin-bottom: 1rem;}
		.article-body li {font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;}
	.article-body p {margin-bottom:16px; font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;}
	
	
.siteMapUl {list-style:none; padding:0}   
	.siteMapUl .siteMapUl {padding:0 0 0 20px}
	.siteMapUl.siteMapCol4 {column-count:4; column-gap:40px}
	.siteMapCol2 > .siteMapUl {column-count:2; column-gap:40px}
	
.policy-sec {}
	.policy-sec .text-item h3 {font-weight:500}


.vacancies-text {padding:0}
	.vacancies-text strong {display: block;font-weight: 700;font-size: 18px;line-height: 100%;color: #505050;margin-bottom: 5px;}
	
.filter-block {}
	.filter-block ul {display:flex; flex-direction:column;gap:8px; margin-top:15px !important}
		.filter-block li {display: block;position: relative;padding-left: 30px !important;cursor: pointer;}
			.filter-block li:before {display:none !important}
			.filter-block li a {font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;}
				.filter-block li a:before {content:''!important; display:block;top: 2px;background: #F7F7F7!important;    position: absolute;left: 0; height: 20px; width: 20px; border-radius: 5px;}
			.filter-block li span  {font-weight: 400;font-size: 10px;line-height: 120%;color: #505050;}
	
	.filter-block li.chosen {}
		.filter-block li.chosen a:before {background: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center/8px no-repeat, #3C8A2E !important;}
		
		
.table-title p {margin-bottom:15px !important}

.orderEmpty {display:flex; flex-direction:column; gap:20px; align-items:center; justify-content:center}
	.orderEmpty svg {display:block; width:100px; height:100px}
	.orderEmpty a {    width: auto;}
	
	
.woocommerce-message {border-top-color: #3C8A2E; outline:none !important}
.woocommerce-message::before {color: #3C8A2E;}


.loginError {text-align:center; color:red; margin:20px auto 0 auto}


.pc.catalog-menu__item:nth-child(3) {max-width: 180px;}
.pc.catalog-menu__item:nth-child(4) {max-width: 380px;margin-top: -20px;}



/*cart*/
.woocommerce-cart .shop_table {border:none !important}
	.woocommerce-cart .shop_table thead  {}
		.woocommerce-cart .shop_table thead tr {background-color: #fff;border-radius: 5px;margin-bottom: 20px;}
			.woocommerce-cart .shop_table thead tr th {padding: 10px 10px;font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;	border: none;display: table-cell;}
				.woocommerce-cart .shop_table thead tr th span {display:none}
	
	.woocommerce-cart .shop_table tbody {}
		.woocommerce-cart .shop_table tbody tr  {background: transparent;}
			.woocommerce-cart .shop_table tbody tr td {padding: 10px;vertical-align: middle;font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;border: none;}
				.woocommerce-cart .shop_table tbody .product-name{}
					.woocommerce-cart .shop_table tbody .product-name a {font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;}
				
				.woocommerce-cart .shop_table tbody .product-thumbnail {min-width:60px; max-width:60px; width:60px; padding:10px 0}
					.woocommerce-cart .shop_table tbody .product-thumbnail a {display:block; width:100%; }
					.woocommerce-cart .shop_table tbody .product-thumbnail  img {display:block; width:100%; height: 60px;	border-radius: 15px; object-fit: contain;}
					
				.woocommerce-cart .shop_table tbody .product-price {display: table-cell; margin:0 !important}
					.woocommerce-cart .shop_table tbody .product-price span {font-weight: 400;font-size: 14px;line-height: 120%;color: #505050;}
	
				.woocommerce-cart .shop_table tbody .product-quantity {min-width:130px}
					.woocommerce-cart .shop_table tbody .product-quantity button {background:none }
			.woocommerce-cart .shop_table tbody .product-remove a {background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDE4IDE4JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTcuMDAwNyAxLjAwMDI0TDEwLjkyNzQgNy4xODE5MkM5Ljk0MDg1IDguMTg2MTIgOS45NDA4NSA5LjgxNDI1IDEwLjkyNzQgMTAuODE4NEwxNy4wMDA3IDE3LjAwMDEnIHN0cm9rZT0nI0ZGMDAxRCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjxwYXRoIGQ9J00xIDE2Ljk5OTlMNy4wNzMyNiAxMC44MTgyQzguMDU5ODUgOS44MTQgOC4wNTk4NCA4LjE4NTg3IDcuMDczMjYgNy4xODE2OEwxIDEnIHN0cm9rZT0nI0ZGMDAxRCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvc3ZnPg==") !important; width:18px; height:18px; display:block; font-size:0; transition:.2s}
				.woocommerce-cart .shop_table tbody .product-remove a:hover {opacity:0.5}


	.woocommerce-cart .shop_table tbody tr:first-child td {padding-top: 30px;}

.woocommerce-cart .coupon {float:none; display:flex; gap:10px}
	.woocommerce-cart .coupon input { padding: 10px 20px!important; background: #FFFFFF;border-radius: 15px; font-weight: 400; font-size: 16px; line-height: 100%; color: #505050; border: none!important; width:200px!important;}
	.woocommerce-cart .actions .button {padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;}
		.woocommerce-cart .actions .button:active { background-color: #F7F7F7!important;color: #505050!important;}
		.woocommerce-cart .actions .button:hover {color: #fff!important;background-color: #505050!important;}

.woocommerce-cart .cart-collaterals {width:100%; display:flex; flex-wrap:wrap}
	.woocommerce-cart  .cart_totals  {width:100% !important; display:flex; flex-wrap:wrap; align-items:center;}
		.woocommerce-cart  .cart_totals h2 {font-weight: 500;font-size: 32px; line-height: 100%;letter-spacing: -0.64px;color: #505050;    color: #3C8A2E;}
		.woocommerce-cart  .cart_totals table {width:auto; margin:0 0 0 auto !important; min-width:300px}
			.woocommerce-cart  .cart_totals table th {padding:5px 0 !important;    font-weight: 700; font-size: 14px;line-height: 120%;color: #505050; border:none !important}
			.woocommerce-cart  .cart_totals table td {padding:5px 0 !important; font-weight: 700; font-size: 14px;line-height: 120%;color: #505050;border:none!important; text-align:right;}
		.woocommerce-cart .wc-proceed-to-checkout {width:100%}
			.woocommerce-cart .wc-proceed-to-checkout .button {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;width: 100%!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;}
				.woocommerce-cart .wc-proceed-to-checkout .button:active { background-color: #F7F7F7!important;color: #505050!important;}
				.woocommerce-cart .wc-proceed-to-checkout .button:hover {color: #fff!important;background-color: #505050!important;}


.woocommerce-cart .woopq-quantity-input-plus, .woocommerce-cart .woopq-quantity-input-minus {background:none; border:none; width:20px; height:20px; line-height:20px}

.woocommerce-cart .product-quantity input.qty {	width: 60px;	border: none;	border-radius: 15px;	padding: 10px 0;	background-color: #F7F7F7;	color: #505050;	font-weight: 400;	font-size: 11px;
	line-height: 100%;	text-align: center;}


.return-to-shop .button {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;}
	.return-to-shop .button:active { background-color: #F7F7F7!important;color: #505050!important;}
	.return-to-shop .button:hover {color: #fff!important;background-color: #505050!important;}

@media (max-width: 768px){
.woocommerce-cart .shop_table thead  {display:block !important; text-align:center} 	
	
.woocommerce-cart .shop_table tr {display:flex !important; margin-bottom:0!important}	
	.woocommerce-cart .shop_table .product-name {flex-grow:1; text-align:left !important}
		.woocommerce-cart .shop_table .product-name:before {display:none} 
	.woocommerce-cart .shop_table .product-thumbnail {display:none !important}
	.woocommerce-cart .shop_table .product-price {flex-shrink:0;width:100px !important; box-sizing:border-box; margin:0 !important}
		.woocommerce-cart .shop_table .product-price:before {display:none} 
	.woocommerce-cart .shop_table .product-subtotal {flex-shrink:0;width:100px !important;box-sizing:border-box;}
		.woocommerce-cart .shop_table .product-subtotal:before {display:none} 
	.woocommerce-cart .shop_table .product-quantity {flex-shrink:0;width:100px !important;min-width:100px; box-sizing:border-box; margin-bottom:0 }
		.woocommerce-cart .shop_table .product-quantity:before {display:none}  
		.woocommerce-cart .shop_table .product-quantity input {text-align:center; font-size:12px; padding:5px 0; width:30px}
		
	.woocommerce-cart .shop_table tbody .product-name a {font-size: 12px}
	.woocommerce-cart .shop_table tbody .product-price span {font-size: 12px;}
	.woocommerce-cart .shop_table tbody .product-subtotal span {font-size: 12px;}
	
	.woocommerce-cart .shop_table tbody .actions {width:100%; display:flex; flex-direction:column;        padding: 10px 0;}
		.woocommerce-cart .shop_table tbody .actions .coupon {display:flex; flex-direction:column; }
			.woocommerce-cart .shop_table tbody .actions input {width:100% !important;font-size: 12px !important;  }
			.woocommerce-cart .shop_table tbody .actions .button {width:100% !important;font-size: 12px !important;  }
			
	.woocommerce-cart .cart_totals h2 {width:100%}
	.woocommerce-cart .cart_totals table {width: 100%; margin:20px 0 !important }
		.woocommerce-cart .cart_totals table  * {background:none !important}
		.woocommerce-cart .cart_totals table td:before {margin-right:5px !important}
		

}


@media (max-width: 480px){
.woocommerce-cart .shop_table thead tr th {font-size:9px; padding:5px 3px}
	.woocommerce-cart .shop_table .product-name {padding:5px 3px !important; width:calc(100% - 180px)}
	.woocommerce-cart .shop_table .product-price {width:50px !important; padding:5px 3px !important}
	.woocommerce-cart .shop_table .product-subtotal {width:50px !important; padding:5px 3px !important}
	.woocommerce-cart .shop_table .product-quantity {width:70px !important; min-width:70px !important;padding:5px 3px !important}
		.woocommerce-cart .shop_table .product-quantity input {font-size:8px;width: 30px;   height: 22px;   border-radius: 4px;}
		.woocommerce-cart .shop_table .product-quantity button {font-size:9px; padding:0}
	.woocommerce-cart .shop_table tbody .product-name a {font-size:9px}
	.woocommerce-cart .shop_table tbody .product-price span {font-size: 9px;}
	.woocommerce-cart .shop_table tbody .product-subtotal span {font-size:9px;}	

	.woocommerce-cart .shop_table tbody .product-remove {padding:0 5px 0 0 !important;align-self: center;}
		.woocommerce-cart .shop_table tbody .product-remove a {width:10px; height:10px;background-size:cover !important}
}

/*cart widget*/
.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-basket {display:none !important}

.header-login-cart {}
	.header-login-cart .header-cart {display:none1}

	
	.header-login-cart  .xoo-wsc-sc-bkcont  {padding: 5px;border-radius: 15px;background-color: #fff;display: flex;align-items: center;gap: 0 2px;}
		.header-login-cart  .xoo-wsc-sc-bki {width:20px; height:20px; display:block;background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDBfMjAwMV8yNDcpJz48cGF0aCBkPSdNNy41IDYuNUgxNS4wNzIzQzE1Ljc2NjMgNi41IDE2LjI0OTMgNy4xODk1NiAxNi4wMTIxIDcuODQxNzRMMTQuNzM5NCAxMS4zNDE4QzE0LjU5NTcgMTEuNzM3IDE0LjIyMDEgMTIgMTMuNzk5NiAxMkg2LjkxNTM5QzYuNDQzODQgMTIgNi4wMzYzNyAxMS42NzA2IDUuOTM3NTggMTEuMjA5NUw0LjY2OTQxIDUuMjkwNTNDNC41NzA2MiA0LjgyOTQzIDQuMTYzMTMgNC41MDAwMSAzLjY5MTU3IDQuNTAwMDNMMS45Nzg1MiA0LjUwMDA5JyBzdHJva2U9JyMzQzhBMkUnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnPjwvcGF0aD48Y2lyY2xlIGN4PSc2LjUnIGN5PScxNS41JyByPScwLjc1JyBzdHJva2U9JyMzQzhBMkUnIHN0cm9rZS13aWR0aD0nMS41Jz48L2NpcmNsZT48Y2lyY2xlIGN4PScxMy41JyBjeT0nMTUuNScgcj0nMC43NScgc3Ryb2tlPScjM0M4QTJFJyBzdHJva2Utd2lkdGg9JzEuNSc+PC9jaXJjbGU+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0nY2xpcDBfMjAwMV8yNDcnPjxyZWN0IHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgZmlsbD0nd2hpdGUnPjwvcmVjdD48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");}
			.header-login-cart  .xoo-wsc-sc-bki:before {display:none}
		.header-login-cart .xoo-wsc-sc-count {min-width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #3C8A2E;transition: .3s all ease; position:relative; top:0; left:0; font-size:0; }
			.header-login-cart .xoo-wsc-sc-count:not([data-count]):before {content:'0';}
			.header-login-cart .xoo-wsc-sc-count:before {content: attr(data-count); display:block; width:100%; height:100%;font-weight: 600;font-size: 12px;line-height: 100%;color: #fff;line-height: 19px;}
		

.xoo-wsc-container {border-radius:20px 0 0 20px; overflow:hidden}

.xoo-wsc-header {padding:20px; border:none; box-shadow:none}
	.xoo-wsch-top {justify-content: flex-end;flex-direction: row-reverse;gap: 20px;}
		.xoo-wsch-text {font-weight: 700;font-size: 16px;line-height: 100%;letter-spacing: -0.02em; color: #3C8A2E;margin: 0 !important;}
		.xoo-wsch-basket {}
			.xoo-wsch-basket .xoo-wsc-icon-bag2 {display:none}
			.xoo-wscb-count {min-width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #3C8A2E;transition: .3s all ease; position:relative; top:0; left:0; font-size:0; }
				.xoo-wscb-count:not([data-count]):before {content:'0';}
				.xoo-wscb-count:before {content: attr(data-count); display:block; width:100%; height:100%;font-weight: 600;font-size: 12px;line-height: 100%;color: #fff;line-height: 19px;}
		
		.xoo-wsch-close {background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAxOCAxOCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcuMDAwOCAxLjAwMDI0TDEwLjkyNzUgNy4xODE5N0M5Ljk0MDg1IDguMTg2MTggOS45NDA4NSA5LjgxNDMxIDEwLjkyNzUgMTAuODE4NUwxNy4wMDA4IDE3LjAwMDInIHN0cm9rZT0nIzUwNTA1MCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCc+PC9wYXRoPjxwYXRoIGQ9J00xIDE3TDcuMDczMzcgMTAuODE4M0M4LjA1OTk3IDkuODE0MDcgOC4wNTk5NyA4LjE4NTkzIDcuMDczMzcgNy4xODE3MkwxIDEnIHN0cm9rZT0nIzUwNTA1MCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCc+PC9wYXRoPjwvc3ZnPg=="); width:18px; height:18px; display:block; transition:.2s}
			.xoo-wsch-close:before {display:none}
			.xoo-wsch-close:hover {opacity:0.5}
	
.xoo-wsc-footer  {padding:20px; border:none; box-shadow:none}			
	.xoo-wsc-ft-amt-subtotal {display:flex; justify-content:space-between}	
.xoo-wsc-body {background:#fff}
	.xoo-wsc-product {margin:0 0 20px 0 !important; border:none !important; box-shadow:none !important}
		.xoo-wsc-img-col {width:auto !important; flex-shrink:0; border-radius: 0;}
			.xoo-wsc-img-col a {display:block; overflow:hidden; width:60px; height:60px; border-radius:10px;}
				.xoo-wsc-img-col a img {display:block; width:100%; height:100%;}
		.xoo-wsc-sum-col {width:auto !important; flex-grow:1}
			.xoo-wsc-sum-col .xoo-wsc-sm-left {gap:0}
				.xoo-wsc-sum-col .xoo-wsc-pname {}
					.xoo-wsc-sum-col .xoo-wsc-pname a {font-weight: 400;font-size: 14px;line-height: 1.2;color: #505050; }
				.xoo-wsc-sum-col .xoo-wsc-sml-qty {margin-bottom:10px;font-weight: 400;font-size: 12px;line-height: 120%;color: #505050; }
				
				.xoo-wsc-sm-bottom {display:flex;align-items:center; flex-direction:row-reverse; line-height:1}
					.xoo-wsc-sm-bottom span.xoo-wsc-smr-del {margin:0; }	
						.xoo-wsc-sm-bottom .xoo-wsc-icon-trash {transition:.2s}
							.xoo-wsc-sm-bottom .xoo-wsc-icon-trash:before {content:'';  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDE4IDE4JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTcuMDAwNyAxLjAwMDI0TDEwLjkyNzQgNy4xODE5MkM5Ljk0MDg1IDguMTg2MTIgOS45NDA4NSA5LjgxNDI1IDEwLjkyNzQgMTAuODE4NEwxNy4wMDA3IDE3LjAwMDEnIHN0cm9rZT0nI0ZGMDAxRCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjxwYXRoIGQ9J00xIDE2Ljk5OTlMNy4wNzMyNiAxMC44MTgyQzguMDU5ODUgOS44MTQgOC4wNTk4NCA4LjE4NTg3IDcuMDczMjYgNy4xODE2OEwxIDEnIHN0cm9rZT0nI0ZGMDAxRCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvc3ZnPg==") center/cover no-repeat !important; width:14px; height:14px; display:block; font-size:0; transition:.2s}
						
						.xoo-wsc-sm-bottom .xoo-wsc-icon-trash:hover {opacity:0.5}
						
					.xoo-wsc-sm-bottom .xoo-wsc-smr-ptotal {margin:0 auto 0 0}
					
					
.xoo-wsc-ft-btn {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;width: 100%!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;border:none!important}
	.xoo-wsc-ft-btn:active { background-color: #F7F7F7!important;color: #505050!important;}
	.xoo-wsc-ft-btn:hover {color: #fff!important;background-color: #505050!important;}
	
.xoo-wsc-btn {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;width: 100%!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;border:none!important}
	.xoo-wsc-btn:active { background-color: #F7F7F7!important;color: #505050!important;}
	.xoo-wsc-btn:hover {color: #fff!important;background-color: #505050!important;}
	
/*form*/
.wpcf7-form {}
	.wpcf7-form .form-group {margin-bottom:10px}
		.wpcf7-form .form-group > span {display:block}
	
	.wpcf7-form .form-text	{font-weight: 400;font-size: 9px;line-height: 120%;letter-spacing: -0.01em;text-align: center; color: #505050;}
		.wpcf7-form .form-text p {font-weight: 400;font-size: 9px;line-height: 120%;letter-spacing: -0.01em;text-align: center; color: #505050;}
		.wpcf7-form .form-text  a {display:inline; color:#3C8A2E}
	
	.wpcf7-form .cf7sr-g-recaptcha {max-width:100%; display:table; margin:0 auto; overflow:hidden}
	.wpcf7-form span.cf7sr-recaptcha {display:inline}
	
	.wpcf7-form .form-btn {margin:20px 0}
		
.footer .wpcf7-form .cf7sr-g-recaptcha > div{	transform: scale(0.95); transform-origin: left;}


.wpcf7-form span.wpcf7-not-valid-tip {text-align:center; color:red;    font-size: 10px;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-radius:5px; color:#fff; font-size:12px; text-align:center;background: #ffb900;}

.wpcf7 form.sent .wpcf7-response-output {border-radius:5px; color:#fff; font-size:12px; text-align:center;background: #46b450;}




/*checkout*/
.checkoutTitle {margin-bottom:30px !important; color: #3C8A2E; font-weight: 500; font-size: 32px;}
	.woocommerce-checkout-review-order {padding: 15px;background-color: #fff; border-radius: 15px;}
		.woocommerce-checkout-payment {background:none !important}
			.wc_payment_methods {background: #fff;margin-bottom: 20px;border-radius: 15px; padding: 3px !important;    display: flex;list-style: none; position:relative;border:1px solid rgba(0,0,0,.1) !important; box-shadow:none !important; margin-top:50px!important}
				.wc_payment_method {width: 100%;}
					.wc_payment_method > input {opacity:0; position:absolute; top:0; left:0}
					.wc_payment_method > label {color: #505050 !important ;background: #fff;display: flex; align-items: center;justify-content: center;border-radius: 12px;width: 100%;font-size: 14px;line-height: 100%;color: #505050; height:30px; }
							.wc_payment_method > input:checked + label  {color:#fff!important ; background:#3C8A2E}
					.wc_payment_method > .payment_box.payment_method_bacs {display:none !important}
			
			.woocommerce-checkout-payment  .woocommerce-terms-and-conditions-wrapper {margin:20px 0}
			.woocommerce-checkout-payment  .form-row.place-order {padding:0 !important; margin:0 !important}
				.woocommerce-checkout-payment .form-row.place-order .button  {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;width: 100%!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;border:none!important}
					.woocommerce-checkout-payment .form-row.place-order .button:active { background-color: #F7F7F7!important;color: #505050!important;}
					.woocommerce-checkout-payment .form-row.place-order .button:hover {color: #fff!important;background-color: #505050!important;}
	
		.woocommerce-checkout-review-order .shop_table {}
			.woocommerce-checkout-review-order .shop_table .cart-subtotal {display:none}
		
.woocommerce-billing-fields h3 {margin-bottom:30px !important; color: #3C8A2E; font-weight: 500; font-size: 32px;}
		.woocommerce-billing-fields h3 strong {font-weight:inherit}
			
.woocommerce-billing-fields__field-wrapper {display:flex; flex-wrap:wrap; justify-content:space-between}
	.woocommerce-billing-fields__field-wrapper .form-row {width:100% !important;}
		.woocommerce-billing-fields__field-wrapper .form-row  label {font-weight: 400;font-size: 10px;line-height: 100%;color: #505050; margin-bottom: 6px; display:block;}
		.woocommerce-billing-fields__field-wrapper .form-row > span {display:block; width:100%}
		.woocommerce-billing-fields__field-wrapper .form-row input {width: 100%!important;background-color: #F7F7F7!important;    border: none!important;border-radius: 15px!important;height: 40px!important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important; color: #505050!important;display:block !important}
		
		.woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {display:none}
		
		.woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
		.woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
		.woocommerce-billing-fields__field-wrapper .form-row#billing_inn_field,
		.woocommerce-billing-fields__field-wrapper .form-row#billing_kpp_field {width:calc(50% - 10px)!important;}
		

.woocommerce-info {outline:none !important; border-top:none;width: 100%;border-radius: 15px;background-color: #fff;display: flex;align-items: center;gap: 0 10px;padding: 10px;margin-bottom: 40px}		
	.woocommerce-info::before {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJyBmaWxsPSdub25lJz48cmVjdCB3aWR0aD0nMzAnIGhlaWdodD0nMzAnIHJ4PScxNScgZmlsbD0nIzNDOEEyRScvPjxwYXRoIGQ9J005IDEzLjI1TDExLjkwNDggMTcuNzY4NkMxMi42NjkzIDE4Ljk1NzggMTQuMzkyOSAxOSAxNS4yMTQ2IDE3Ljg0OTVMMjEgOS43NScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnLz48L3N2Zz4="); content:''; width:30px; height:30px;    position: static;}
.woocommerce-error {outline:none !important}

.checkout_coupon.woocommerce-form-coupon {margin:0 0 40px 0 !important; border:none !important; padding:0 !important;display: flex;flex-wrap: wrap; gap: 20px;}
	.checkout_coupon.woocommerce-form-coupon .form-row {width:50%; max-width:300px}
	.checkout_coupon.woocommerce-form-coupon  input {background-color: #F7F7F7 !important; border: none !important;border-radius: 15px !important;height: 40px !important;font-weight: 400 !important;font-size: 16px !important;line-height: 100% !important;color: #505050 !important;display: block !important;}
	.checkout_coupon.woocommerce-form-coupon .button {    padding: 12px 30px !important;font-weight: 400!important;font-size: 16px!important;line-height: 100%!important;color: #fff!important;border-radius: 15px!important;background-color: #3C8A2E!important;display: inline-flex!important;align-items: center!important;justify-content: center!important;border:none!important}
		.checkout_coupon.woocommerce-form-coupon .button:active { background-color: #F7F7F7!important;color: #505050!important;}
		.checkout_coupon.woocommerce-form-coupon .button:hover {color: #fff!important;background-color: #505050!important;}
@media (max-width:768px)		{
	.woocommerce-info {font-size:12px}
		.woocommerce-info::before {display:none}
	.wc_payment_method > label {text-align:center; padding:0 5px; font-size:12px}
	
	.woocommerce-form__label-for-checkbox {font-size:12px; line-height:1.2}
		.woocommerce-form__label-for-checkbox span {display:inline; }
}
/*received*/
.woocommerce-thankyou-order-received{text-align:center}
.woocommerce-thankyou-order-details {display:flex; gap:0px; flex-wrap:wrap;justify-content:center;  margin:40px 0 !important;gap:20px}
	.woocommerce-thankyou-order-details li {margin:0; text-align:center;}
/*single*/
.singleProduct .quantity {position:absolute; opacity:0}
.singleProduct .single_add_to_cart_button  {display:none!important}
.singleProduct .cartForm .woodecimalproduct_price_unit_label  {display:none!important}
@media(min-width:992px)	{
	.singleProduct .productDetail {min-height:400px; box-sizing:border-box;}
}


.singleProduct .variations {}
	.singleProduct .variations  tr {display:block}
		.singleProduct .variations .label {    display: block;font-weight: 400;font-size: 14px;line-height: 120%; color: #9E9E9E; margin-bottom: 4px;}
		.singleProduct .variations .value {padding:0}
			.singleProduct .variations .value select {display:none}
			
			.singleProduct .variations .variationBtns {display:flex; flex-wrap:wrap; gap:6px}
				.singleProduct .variations .variationBtns .variationBtn  {display: block;background-color: #F7F7F7;font-size: 14px;line-height: 1; height: 30px; padding:5px 10px; border-radius:15px; box-shadow:none !important}
					.singleProduct .variations .variationBtns .variationBtn.isActive {background:#3C8A2E; color:#fff}

.singleProduct .variations .reset_variations{font-size:10px; margin-top:5px}

.singleProduct .single_variation_wrap .woocommerce-variation-price {font-size:0; margin-bottom:10px}

/*oneclick buy*/
.oneClickForm {display:none}

/*search*/
.searchNoResults {margin:40px auto; text-align:center}
	.searchNoResults .green-btn {display:table; margin:40px auto 0 auto; width:auto;}
	
/*headers*/
.h2 {font-weight: 700;font-size: 32px;line-height:1;letter-spacing:unset; text-transform:none}
.product-top__left .h2 {margin-bottom: 15px;}

@media (max-width: 576px) {
	.h1 {font-size: 32px;letter-spacing: -1.28px;}
	.advan-title .h1 {font-size: 32px;letter-spacing: -1.28px;    text-indent: 0;}
	
    .h2 {font-size: 20px;}
	.product-top__left .h2 {        margin-bottom: 15px;}
}
