:root {
	--body-color: #3A3A3A;
	--body-bg: #fff;
	--color-1: #E89F71;
	--color-2: #F9F1E6;
	--color-3: #FCF8F3;
	--color-4: #F4F5F7;
	--color-5: #FE5950;
	--border-color: #5F5F5F;
	--transition: all 0.2s ease-in-out;
	--btn-bg-color: #E89F71;
  --btn-bg-hover-color: #E89F71;
  --btn-txt-color: #fff;
  --btn-txt-hover-color: #fff;
}
body {
	color: var(--body-color);
	background: var(--body-bg);
}
main {
	padding: 40px 0;
}
section {
	padding: 40px 0;
}
.open-button {
	display: none;
}
.p-0 {
	padding: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.pt-0 {
	padding-top: 0;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.nav__burger {
	display: none;
}
#header {
	position: relative;
	background: var(--color-2);
	z-index: 90;

}
#header .row {
	align-items: center;
	gap: 40px;
	height: 90px;
}
#header .logo {
	max-width: 162px;
}
/* Navigation START */

.navigation ul > li:not(:last-child) {
	margin-right: 24px;
}
.navigation ul > li {
	position: relative;
}
.navigation ul > li > a {
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	transition: var(--transition);

}
.navigation ul > li > a:hover {
	color: var(--color-1);
}
.navigation ul > li > ul {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  height: auto;
  width: 300px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.26);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.navigation ul > li > ul > li {
	margin: 0 !important;
}
.navigation ul > li > ul > li > a {
	padding: 10px 20px;
	display: block;
	width: 100%;
}
.navigation ul > li > ul > li > a:hover {
	background: var(--color-1);
	color: #fff;
}
.navigation ul > li.parent:hover ul {
	opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  z-index: 10;
}
.navigation ul > li.parent {
	padding-right: 25px;
}
.navigation ul > li.parent:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "\f078";
	transition: var(--transition);
	font-family: icon;
}
.navigation ul > li.parent:hover:after {
	transform: translateY(-50%) rotate(180deg);
	transform-origin: center;
	color: var(--color-1);
}

@media screen and (max-width: 992px) {
	.navigation {
		display: none;
	}
}

/* Navigation END */

/* Finder Module START */

.mod-finder {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
}
.mod-finder input {
	background: #fff;
	height: 45px;
	padding: 0 13px;
	border: 1px solid transparent;
}
.mod-finder input:focus {
	border-color: var(--color-1);
}
.mod-finder .awesomplete {
	width: 100%;
}
.mod-finder button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	height: 35px;
	width: 35px;
	font-size: 20px;
	border-radius: 4px;
	transition: var(--transition);
}
.mod-finder button:hover {
	background: var(--color-1);
	color: #fff;
}

/* Finder Module END */

/* Basket module START */

.basket {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 45px;
	height: 45px;
	transition: var(--transition);
	border-radius: 8px;
	cursor: pointer;
}
.basket i {
	font-size: 24px;
}
.basket:hover {
	background: var(--color-1);
	color: #fff;
}
.basket:hover .qty-goods {
	background: #fff;
	color: var(--body-color);
}
.basket .qty-goods {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: var(--color-1);
	color: #fff;
	border-radius: 50%;
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket.empty .qty-goods {
	display: none;
}
/* Basket module END */

/* Top Slider START */

#top-slider {
	padding: 50px 0 0;
	background: var(--color-2);
}
#top-slider .row {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	align-items: center;
	justify-content: right;
	padding: 0 15px;
}
.swiper-pagination {
	position: relative;
  top: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
  height: 30px;
  align-content: center;
  max-width: 300px;
  margin-right: 320px;
}
.swiper-pagination span {
	background: #D8D8D8;
	width: 11px;
	height: 11px;
	margin: 0 10px !important;
	transition: var(--transition);
	opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	position: relative;
	background: var(--color-1);
}
.swiper-pagination span.swiper-pagination-bullet-active:after {
	position: absolute;
	top: 50%;
	left: -9px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	border: 1px solid var(--color-1) !important;
	border-radius: 50%;
	content: "";
}
.buttons-swiper {
	position: relative;
	display: flex;
	align-items: center;
	height: 48px;
	gap: 8px;
	width: 100%;
	max-width: 105px;
}
.buttons-swiper .slide-button {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	background: #E89F71A8;
	margin: 0;
}
.buttons-swiper .slide-button:hover {
	background: #E89F71;
}
.buttons-swiper .slide-button:after {
	font-size: 16px;
	color: #fff;
}
 
#top-slider .container {
	position: relative;
	z-index: 10;
}
#top-slider .item {
	position: relative;
	height: 550px;
	z-index: 1;
}
#top-slider .item.swiper-slide-next {
	
}
#top-slider .item figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#top-slider .item .fixed-content {
	display: none;
}
.show-fixed-content {
	position: absolute;
	width: 100%;
	max-width: 490px;
	z-index: 10;
	top: 0;
	left: 0;
	background: #FFFFFFDE;
	padding: 40px;
}

.show-fixed-content .title {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #1C1C1C;
	margin-bottom: 16px;
}
#top-slider .item .slide-card {
	position: absolute;
	z-index: 4;
	bottom: 40px;
	right: 40px;
	max-width: 360px;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	background: #ffffffd6;
	padding: 24px;
}
#top-slider .item.swiper-slide-next .slide-card {
	visibility: visible;
	opacity: 1;
}
.show-fixed-content button {
	margin-top: 35px;
}
#top-slider .item .slide-card .row {
	gap: 16px;
	margin: 20px 0 0;
}
#top-slider .item .slide-card .price {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-5);
}
#top-slider .item .slide-card .old-price {
	text-decoration: line-through;
	color: var(--border-color);
}
/* Top Slider END */

/* Advantages START */

#advantages .row {
	gap: 40px;
	justify-content: space-between;
}
#advantages .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	position: relative;
	width: 100%;
	max-width: 22.4%;
}
#advantages .item figure {
	align-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
}
#advantages .item .content {
	max-width: 79.4%;
}
#advantages .item .content .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}
#advantages .item .content .intro-txt {
	font-size: 16px;
	font-weight: 400;
	min-height: 45px;
	color: #898989;
}

/* Advantages END */

/* Shop settings START */
.currency:after {
	content: "₽";
	padding-left: 4px;
}
/* Shop settings END */

/* Products START */

#products .row {
	gap: 32px;
}
#products .product {
	position: relative;
	width: 100%;
	max-width: 22%;
	min-height: 490px;
	max-height: 490px;
	transition-timing-function: cubic-bezier(.485,.005,.56,1);
	transition: all .20s cubic-bezier(.485,.005,.56,1);
	overflow: hidden;
}
#products .product .linkto__cart {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#products .product.js-recalculate {
	max-width: 100%;
	overflow: visible;
}
#products .product:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 5px 20px #27272736;
}
#products .product .product__image {
	position: relative;
	background: #fff;
	height: 285px;
}
#products .product .product__image .buttons-product {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	background:#000000b2;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 6;
}
#products .product:hover .buttons-product {
	visibility: visible;
	opacity: 1;
}
#products .product .product__image .buttons-product .jlcc-input.jlcc-count {
	display: none;
}
#products .product .product__image .buttons-product .jlcontentcart {
	text-align: center;
	width: 100%;
}
#products .product .product__image .buttons-product .jlcc-button,
#products .product .product__image .buttons-product button.addtocart-button {
	background: var(--color-1);
	padding: 8px 15px;
	font-weight: 600;
	max-width: 200px;
	margin: 0;
}
#products .product .product__image .buttons-product button.addtocart-button {
	display: inline-block;
	font-size: .8rem;
	text-transform: uppercase;
	color: #fff;
	height: 45px;
}
#products .product .product__image .buttons-product .jlcc-button.jlcc-success {
	background: var(--color-5);
}
.options-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 16px;
}
.options-fields .option {
	display: block;
	font-size: 12px;
	background: var(--color-5);
	color: #fff;
	padding: 2px 7px;
}
#products .product .product__image .brandname {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 3;
	font-size: 12px;
	background: #1C1C1C;
	color: #fff;
	padding: 3px 10px;
}
#products .product .product__image .brandname span {
	font-weight: 600;
	color: var(--color-1);
}
#products .product .product__image figure {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#products .product .product__info {
	background: #F4F5F7;
	padding: 16px;
	height: 100%;
}
#products .product .product__name {
	font-size: 16px;
	line-height: 130%;
	font-weight: 600;
	-webkit-line-clamp: 2;
	min-height: 42px;
	margin-bottom: 8px;
}
#products .product .product-intro__description {
	-webkit-line-clamp: 4;
	font-size: 14px;
	line-height: 130%;
	max-height: 92px;
	overflow: hidden;
	color: #898989;
}
#products .product.show-card .product-intro__description {
	max-height: 120px;
	overflow-y: auto;
}
#products .product .product-intro__description p:empty {
	margin: 0;
	display: none;
}

#products .product .product-intro__description h1,
#products .product .product-intro__description h2,
#products .product .product-intro__description h3,
#products .product .product-intro__description h4,
#products .product .product-intro__description h5,
#products .product .product-intro__description h6,
#products .product .product-intro__description img {
	display: none;
}

#products .product.show-card .product-intro__description h1,
#products .product.show-card .product-intro__description h2,
#products .product.show-card .product-intro__description h3,
#products .product.show-card .product-intro__description h4,
#products .product.show-card .product-intro__description h5,
#products .product.show-card .product-intro__description h6,
#products .product.show-card .product-intro__description img {
	display: block;
}
#products .product.show-card .product-intro__description img {
	max-width: 160px;
	margin: 16px auto;
}
#products .product.show-card .linkto__cart {
	z-index: -1;
}

#products .product .prices__box,
#products .product .product-price {
	padding-top: 16px;
	justify-content: space-between;
}
#products .product .price,
#products .product .PricesalesPrice {
	font-weight: 600;
}
#products .product .price.old {
	font-weight: 400;
	color: #B0B0B0;
	text-decoration: line-through;
}
#products .product .product__code {
	font-size: 13px;
	padding: 5px 0;
}
#products .product .product__code span {
	font-weight: 500;
}
#products .product .brandname {
	text-align: center;
}
#products .product .addtocart-area {
	display: none;
	width: 100%;
	height: 100%;
	align-content: center;		
}
.open-cart {
	text-transform: uppercase;
	color: #fff;
}
.open-cart:hover {
	border: 1px solid var(--color-1);
	background: transparent !important;
}

#products .product.show-card {
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 50px;
	align-items: start;
	width: 100%;
	max-width: 900px;
	max-height: 720px;
	height: auto;
	transform: translate(-50%,-50%);
	padding: 40px;
	background: #fff;
	z-index: 999;
}
#products .product.show-card .close-card {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}
#products .product.show-card .close-card:hover {
	color: var(--color-1);
}
#products .product.show-card .product__image {
	height: 270px;
	width: 270px;
}
#products .product.show-card .product__info {
	height: 100%;
	width: 100%;
	max-width: 60.9%;
	padding: 0;
	background: none;
}
#products .product.show-card .product__name {
	-webkit-line-clamp: unset;
	min-height: 100%;
}
#products .product.show-card .addtocart-area {
	display: block;
}
#products .product.show-card .addtocart-area .product {
	min-height: 100%;
	transition: none;
	box-shadow: none !important;
	transform: none !important;
}

#products .product.show-card .product-fields {
	margin: 20px 0;
}
#products .product.show-card .product-field:not(:last-child) {
	margin-bottom: 16px;
}
#products .product.show-card .product-fields-title-wrapper span {
	display: block;
	font-weight: 600;
	margin-bottom: 14px;
}
.pcs-and-button {
	justify-content: space-between;
}
#products .product.show-card .addtocart-button button {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 30px;
	background: var(--color-1);
	border: 1px solid var(--color-1);
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	align-content: center;
	max-width: 180px;
	border-radius: 6px;
	font-weight: 600;
}
#products .product.show-card .addtocart-button button:hover {
	background: #fff;
	color: var(--color-1);
}
#products .product.show-card .PricesalesPrice {
	font-size: 27px;
	font-weight: 700;
}
#products .product.show-card .product-field-display .controls {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
#products .product.show-card .form-check input {
	display: none;
}
#products .product.show-card .form-check label {
	cursor: pointer;
	padding: 4px 7px;
	border-radius: 6px;
	border: 1px solid var(--border-color);
	background: #fff;
	font-size: 12px;
}
#products .product.show-card .form-check input:checked + label {
	background: var(--color-1);
	border-color: var(--color-1);
	color: #fff;
}

.overlay-card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998; 
  }

#products .product.show-card .buttons-product {
	display: none;
}

/* Products END */

/* Cart START */
.cart-table {
	padding: 50px 0;
}
.cart-table ul,
.order_total {
	gap: 32px;
	align-items: center;
}
.cart-table ul > li:nth-child(3) {
	text-align: center;
}
.cart-table ul:first-child {
	margin-bottom: 24px;
}
.cart-table ul > li {
	width: 100%;
}
.cart-table ul > li {
	max-width: 25.4%;
}
.cart-table ul > li:first-child {
	max-width: 180px;
}
.cart-table ul > li.image-article {
	position: relative;
	height: 140px;
}
.cart-table ul > li:first-child img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
}
.cart-table ul > li.row {
	justify-content: space-between;
	font-size: 28px;
	font-weight: 600;
	max-width: 21%;
}
.cart-table ul > li.row i {
	font-weight: 400;
	font-size: 16px;
}
.cart-table .delete {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 6px;
	background: var(--color-5);
	width: 30px;
	height: 30px;
}
.cart-table ul > li.row .delete:hover {
	background: var(--body-color);
}
.cart-table ul > li .order_item_name {
	font-size: 18px;
	line-height: 130%;
	font-weight: 600;
}
.cart-table .bottom-info,
.vm-checkout-register-userfields,
.vm-checkout-shipping,
.vm-checkout-payment {
	border: 1px solid var(--color-1);
	padding: 32px;
	max-width: 540px;
}
.vm-checkout-payment fieldset {
	padding: 0;
}
.cart-table .order_total {
	font-size: 22px;
	width: 100%;
	
}
.order_total.row {
	justify-content: space-between;
	text-align: center;
	max-width: 540px;
	margin: 0 auto 16px;
}
.order_total.row li {
	font-size: 22px;

}

.cart-table .jlcc-title-data {
	margin-bottom: 24px;
}
.cart-table .bottom-info .order_total li {
	display: block;
	max-width: 48%;
	text-align: left;
}
.order_total li:first-child {
	font-weight: 500;
}
.order_total li:last-child {
	font-weight: 700;
	color: var(--color-5);
}
.quantity-wrapper,
.vm-cart-item-quantity .input-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quantity-wrapper button,
.quantity-wrapper input,
.vm-cart-item-quantity .input-group button,
.vm-cart-item-quantity .input-group input {
	width: 48px;
	height: 48px;
	background: #F0F0F2;
	align-content: center;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}
.quantity-wrapper button:hover,
.vm-cart-item-quantity .input-group button:hover {
	background: var(--color-1);
	color: #fff;
}
.quantity-wrapper button.minus,
.vm-cart-item-quantity .input-group .vm-cart-item-quantity_minus {
	border-radius: 16px 0 0 16px;
}
.quantity-wrapper button.plus,
.vm-cart-item-quantity .input-group .vm-cart-item-quantity_plus {
	border-radius: 0 16px 16px 0;
}
.cart-table ul.order_item li:nth-child(5),
.cart-table ul.order_item li:nth-child(6) {
	display: none;
}
.quantity__box .quantity-controls {
	display: flex;
	align-items: center;
}
.quantity__box .quantity-controls input {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	background: #F0F0F2;
}
.quantity__box .quantity-controls input.quantity-plus,
.quantity__box .quantity-controls input.quantity-minus {
	cursor: pointer;
}
.quantity__box .quantity-controls input.quantity-plus:hover,
.quantity__box .quantity-controls input.quantity-minus:hover {
	background: var(--color-1);
}
.quantity__box .quantity-controls input.quantity-plus {
	border-radius: 16px 0 0 16px;
}
.quantity__box .quantity-controls input.quantity-minus {
	border-radius: 0px 16px 16px 0px;
}

/* Cart END */

/* Filter START */
.filter {
	gap: 12px !important;
	margin: 32px 0;
}
.radio__buttons {
	gap: 12px !important;
	width: 100% !important;
	max-width: 86.1%;
}
.radio__buttons input {
	display: none;
}
.radio__buttons input:checked + label,
.radio__buttons label:hover,
.radio__buttons li > a:hover,
.radio__buttons li.active a,
.all-options:hover {
	background: var(--color-1);
	color: #fff;
	font-style: normal !important;
  font-weight: 400 !important;
}
.radio__buttons label,
.all-options,
.radio__buttons li > a {
	position: relative !important;
	font-size: 16px !important;
	padding: 6px 12px !important;
	border: 1px solid var(--color-1);
}
.all-options {
	max-width: 150px;
}
.jlmf-link {
	display: none !important;
}

.virtuemart_search {
	display: none;
}
.orderby-displaynumber,
.vm-pagination-top {
	display: none;
}

/* END */

/* News module START */
#news-module h2 {
	margin-bottom: 20px;
}
#news-module {
	position: relative;
	background: var(--color-2);
	padding: 50px 0;
	overflow: hidden;
}

#news-module .col-4 {
	position: relative;
	align-content: center;
	height: 680px;
	z-index: 5;
}
#news-module .col-8 {
	position: relative;
	z-index: 1;
	padding-left: 80px;
}
#news-module .swiper {
	overflow: visible;
}
#news-module:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	height: 100%;
	content: "";
	z-index: 3;
	background: var(--color-2);
}
#news-module .custom__btn {
	margin-top: 40px;
}

#news-module .item {
	position: relative;
	align-content: end;
	min-height: 480px;
	
	padding: 24px;
}
#news-module .item figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#news-module .item figure img {
	transition: all 0.2s ease-in-out;
}
#news-module .item .content {
	position: relative;
	z-index: 3;
	background: #FFFFFFD1;
	width: 80%;
	opacity: 0;
	transition-timing-function: cubic-bezier(.485,.005,.56,1);
	transition: all .20s cubic-bezier(.485,.005,.56,1);
	padding: 14px;
}
#news-module .item.swiper-slide-active {
	min-height: 580px;
}
#news-module .item.swiper-slide-active .content {
	opacity: 1;
}
#news-module .item .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
#news-module .item .intro-txt {
	font-size: 14px;
}
#news-module .custom__btn {
	display: flex;
	max-width: 140px;
}
#news-module .swiper-pagination {
	margin: 0 0 0 65% !important;
	text-align: left;
	bottom: 60px !important;
}
#news-module .item:hover img {
	filter: grayscale(0.6);
}
#news-module .item:hover .content {
	-webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* News module END */

/* News category START */

.news-items,
.inner-wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.news-items .item .row {
	align-items: center;
}
.news-items .item:not(:last-child) {
	margin-bottom: 32px;
}
.news-items .item figure {
	width: 347px;
	height: 270px;
	margin-right: 100px;
}
.news-items .item .content {
	width: 100%;
	max-width: 52.4%;
}
.news-items .item .title {
	margin-bottom: 20px;
}
.news-items .item .title h2 {
	font-size: 22px;
	font-weight: 600;
}
.news-items .item .intro__txt {
	-webkit-line-clamp: 5;
	margin-bottom: 24px;
}
.info.row {
	gap: 12px;
	color: #95A1BB;
}
.info .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.news-items .item .readmore {
	margin-left: auto;
	text-transform: uppercase;
	font-weight: 500;
}
.news-items .item .readmore:hover {
	color: var(--color-5);
}
.article-item .info {
	justify-content: center;
	margin-bottom: 24px;
}
.article-item .intro-txt {
	margin: 24px 0;
}
.article-item .full-image {
	margin: 40px 0;
}
.article-item.about .item__content .txt-content {
	width: 100%;
	max-width: 720px;
}
.article-item.about .item__content h3 {
	margin-bottom: 40px;
}
.article-item.about .item__content .item-image {
	padding-left: 40px;
	width: 100%;
	max-width: 450px;
}
.article-item.about .item__content .dop-content {
	width: 100%;
	max-width: 100%;
	margin-top: 100px;
}
.pagenavigation {
	display: none;
}
.article-module {
	padding: 100px 0;
}
.article-list {
	gap: 44px;
}
.article-list .item {
	width: 100%;
	max-width: 48%;
	gap: 24px;
}
.article-list .item figure {
	width: 180px;
	height: 140px;
}
.article-list .item .content {
	width: 100%;
	max-width: 63.6%;
}
.article-list .item .content .title {
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-line-clamp: 1;
}
.article-list .item .content .into-txt {
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-line-clamp: 4;
}
.article-list .item .content .info {
	font-size: 13px;
}
.article-list .item .content .link {
	margin-left: auto;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.article-list .item .content .link:hover {
	color: var(--color-5);
}
.article-item.type-2 .full-image {
	width: 100%;
	max-width: 470px;
	height: 465px;
	float: left;
	margin: 0 40px 24px 0;
}
.article-item.type-2 .full-image figure {
	width: 100%;
	height: 100%;
}
.article-item.type-2 .full-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.top-content-article {
	padding: 60px 0;
	background: #F4F5F7;
}
.clear {
	clear: both;
}
.heading__title.bg-style {
	background: var(--color-2);
	padding: 60px 0;
	margin: 0;
}
.article-content.type-2 {
	padding: 80px 15px;	
}

/* News category END */

/* Addreses START */
#address .row {
	gap: 24px;
}
#address .icon {
	display: inline-block;
	font-weight: 300;
	margin-right: 12px;
}
#address .filial-box {
	width: 100%;
	max-width: 31.9%;
	padding: 32px;
	background: #F4F5F7;
}
#address .filial-box .phone {
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 20px;
}
#address .filial-box .name {
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	margin-bottom: 15px;
}
#address .filial-box .phone .icon {
	width: 20px;
	height: 20px;
}
#address .filial-box ul > li {
	padding: 10px 0 0;
	color: #5F5F5F;
	font-size: 14px;
}
#address .filial-box ul > li > a {
	color: #5F5F5F;
}
#address .filial-box a:hover {
	color: var(--color-5);
}
#address .filial-box .box {
	display: flex;
}
/* Addreses END */

/* Feedback form START */
#feedback-form .content {
	text-align: center;
	margin-bottom: 32px;
	font-size: 20px;
	color: #5F5F5F;
}
#feedback-form .rf-form {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border: 2px solid var(--color-1);
	border-radius: 8px;
	padding: 20px 40px;
}
.control-field:not(:last-child) {
	margin-bottom: 16px;
}
.control-field {
	position: relative;
}
.control-field input,
.control-field select {
	font-size: 16px;
	height: 50px;
	padding: 0 18px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
}
.control-field input:focus {
	border-color: var(--color-5);
}
.control-field label {
	position: relative;
	top: 8px;
	left: 18px;
	background: #fff;
	padding: 0 4px;
	font-size: 16px;
}
#feedback-form .radio {
	margin: 48px 0 24px;
}
#feedback-form .label {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}
#feedback-form .label span {
	font-weight: 400;
	font-style: italic;
	color: #686868;
}
#feedback-form .radio .radio-field:not(:last-child) {
	margin-bottom: 10px;
}
#feedback-form .radio .radio-field label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
#feedback-form .radio .radio-field label:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	content: "";
}
#feedback-form .radio .radio-field label:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color-1);
	opacity: 0;
	content: "";
}
#feedback-form .radio .radio-field input {
	display: none;
}
#feedback-form .radio .radio-field input:checked + label {
	color: var(--color-1);
}
#feedback-form .radio .radio-field input:checked + label:after {
	border-color: var(--color-1);
}
#feedback-form .radio .radio-field input:checked + label:before {
	opacity: 1;
}
#feedback-form .textarea {
	transition: all 0.1s ease-in-out;
	visibility: hidden;
	height: 0;
	opacity: 0;
}
#feedback-form .textarea.show {
	height: auto;
	visibility: visible;
	opacity: 1;
}
textarea {
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 18px;
}
#feedback-form .bottom {
	margin-top: 24px;
	gap: 24px;
}
#feedback-form .custom__btn {
	display: flex;
	max-width: 140px;
}
#feedback-form .checkbox {
	max-width: 70%;
}
.checkbox input {
	display: none;
}
.checkbox label {
	display: block;
	font-size: 12px;
	line-height: 15px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.checkbox label:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	font-family: icon;
	font-size: 15px;
}
.checkbox label:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	content: "";
}
.checkbox input:checked + label:after {
	content: "\f00c";
	color: var(--color-1);
}
.checkbox input:checked + label:before {
	border-color: var(--color-1);
}

/* END */

/* Footer START */
#footer {
	border-top: 1px solid #D8D8D8;
	padding: 50px 0;
}
#footer .col-4,
#footer .col-3,
#footer .col-2 {
	padding-right: 16px;
}
#footer .last {
	padding: 0;
}
#footer .title {
	font-size: 22px;
	line-height: 130%;
	font-weight: 700;
	margin-bottom: 20px;
}
#footer .company {
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 8px;
}
#footer .description {
	font-size: 14px;
	line-height: 120%;
}
.footer-contacts {
	margin-top: 16px;
	font-size: 14px;
}
.footer-contacts a {
	font-size: 14px;
}
.footer-contacts li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-contacts .icon {
	display: inline-block;
	font-size: 16px;
	margin-right: 9px;
}
.footer-contacts .box {
	display: flex;
}
#footer .mod-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}
#footer .mod-menu li {
	width: 100%;
	max-width: 48%;
}
#footer .mod-menu li > ul {
	display: none;
}
.social {
	gap: 12px;
}
.social li {
	font-size: 32px;
}

.social li > a.whatsapp {
	color: #5fb904;
}
.social li > a.telegram {
	color: #00abff;
}
.social li > a.vk {
	color: #007cea;
}
.social li > a.facebook {
	color: #5343c6;
}
.social li > a:hover {
	color: var(--color-5);
}

.subscription input {
	width: 220px;
	height: 45px;
	background: #F4F5F7;
	font-weight: 400;
	font-size: 16px;
	padding: 0 12px;
}
.subscription .custom__btn {
	margin-left: 8px;
	border-radius: 0;
	display: flex;
	height: 45px;
	width: 45px;
	max-width: 45px;
}
/* Footer END */

/* Partners START */
#partners {
	padding: 80px 0;
}
#partners .row {
	gap: 20px;
}
#partners .item {
	width: 100%;
	max-width: 23.7%;
	text-align: center;
}
#partners .item figure {
	border: 1px solid #d4d4d4;
	padding: 16px;
	text-align: center;
	align-content: center;
	min-height: 160px;
	max-height: 160px;
	overflow: hidden;
}
#partners .item .title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
}
/* Partners END */

/* Search START */
#search-form {
	display: none;
}
/* END */

.vm-pagination {
	padding: 40px 0;
}
.vm-pagination .col-lg-2,
.vm-pagination .col-lg-10 {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.vm-pagination .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.vm-pagination .pagination li > span,
.vm-pagination .pagination li > a {
	display: block;
	border: 1px solid var(--color-1);
	padding: 5px 10px;
}
.vm-pagination .pagination li > span,
.vm-pagination .pagination li > a:hover {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
}
.vm-pagination .pagination-start,
.vm-pagination .pagination-end {
	display: none;
}
.vm-fieldset-customer-note,
.vm-fieldset-tos {
	display: none;
}
.oform-row {
	gap: 40px;
}
.oform-row .vm-checkout-register-userfields,
.oform-row .right {
	width: 100%;
	max-width: 48.2%;
}
.vm-checkout-shipping  {
	margin-bottom: 40px;
}
#checkoutFormSubmit {
	margin: 30px auto;
	max-width: 240px;
	display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  background: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  color: var(--btn-txt-color);
  border-radius: 8px;
  transition: var(--transition);
}
#checkoutFormSubmit:hover {
	background: transparent;
  border-color: var(--color-1);
  color: var(--body-color);
}
.vm-checkout-subtotals.total-item {
	margin: 30px 0 60px;
}


