/* plus-jakarta-sans-regular - cyrillic-ext_latin */
/* inter-regular - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/inter-v13-cyrillic_latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/inter-v13-cyrillic_latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/inter-v13-cyrillic_latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
::after,
::before {
	box-sizing: border-box;
}

.uk-notification {
	z-index: 10000;
}

a {
	transition: all 0.15s ease;
}

.header {
	padding: 15px 0;
}

.uk-subnav>*> :first-child {
	text-transform: none;
	font-size: 1rem;
}

.top-logo {}

.top-logo img {
	max-height: 45px;
}

.top-menu{

}

.top-menu .uk-dropnav>.uk-subnav>.has-child{
	
}

.top-menu .uk-dropnav>.uk-subnav>.has-child a{
	display: flex;
	justify-content: space-between;
}

.top-menu .uk-navbar-dropdown-nav .uk-dropdown{
	position: absolute;
	left: calc(100% + 25px) !important;
	top: 0 !important;
    /* transform: translateX(100%); */
}

.top-cart a {
	position: relative;
	margin-right: 15px;
	display: flex;
}

.top-cart .top-cart-count {
	line-height: 1;
	position: absolute;
	top: -5px;
	right: -12px;
	left: auto;
	display: flex;
	color: #fff;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}



.top-slider .swiper-slide {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.top-slider .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);

}

.top-slider .swiper-slide .uk-inline {
	height: 600px;
}

.slide-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.slide-description {
	/* font-size: 1.5rem; */
	font-weight: 300;
	line-height: 1.2;
	padding-left: 20px;
	position: relative;
}

.slide-description:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background-color: var(--accent-color);

}

.top-slider .swiper-slide .uk-light {
	color: #fff;
}

.top-slider .swiper-slide .uk-light .slide-description {
	color: #eee;
}

.top-slider .swiper-slide .uk-light .uk-button-secondary {
	background-color: #fff;
}

.slider-btn {}

.slider-btn a {
	border: 1px solid var(--accent-color);
	font-weight: 700;
}

.uk-button {
	font-size: 16px;
	text-transform: none;
	border-radius: 30px;
}

.section-title {
	text-align: center;
	/* margin-bottom: 30px; */
}

.section-title h2 {
	position: relative;
	display: inline-block;
}

.section-title h2:before,
.section-title h2:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 1px;
	top: 50%;
	right: 100%;
	margin-right: 10px;
	background-color: var(--accent-color);
}

.section-title h2:after {
	left: 100%;
	margin-left: 10px;
}

.section-categories {
	background: #f5f5f5;

}

.category-item {
	/* background-color: #fff; */
}

.category-item a {
	/* color: inherit; */
	text-align: center;
}

.category-item a img {
	object-fit: cover;
	aspect-ratio: 3 / 2;
	height: 100%;
	width: 100%;
}

.category-item-title {
	margin-bottom: 0;
	display: inline-block;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 10px;
	padding-left: 30px;
	position: relative;
	font-weight: 400;
}

.category-item-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	bottom: 0;
	background-image: url('../img/categories/cat-icon.webp');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50% 50%;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
}

.child-category-item {}

.child-category-item a {
	text-decoration: none;
}

.child-category-item-img img {
	max-width: 90px;
}

.child-category-item-title {
	margin-bottom: 0;
	line-height: 1.2;
	padding-right: 10px;
}

.uk-icon {}

footer {
	/* background: #f8f8f9; */
	color: #444;
	border-top: 1px solid #e5e5e5;
}

footer .uk-h4 {
	margin-bottom: 15px;
	text-decoration: underline;
	color: initial;
}

.footer-menu {}

.footer-menu a {
	color: inherit;
}

.uk-icon svg {
	max-width: 20px;
	max-height: 20px;
	width: 100%;
	height: 100%;
}

.social .uk-icon {
	width: 35px;
	height: 35px;
	border: 1px solid transparent;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #222;
	color: #fff;
	transition: .3s;
}

.social .uk-icon:hover {
	background-color: transparent;
	color: #222;
	border: 1px solid #222;
}

.section-recommend {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
}

.uk-tab a {
	font-weight: bold;
}

.product-price-block {
	display: flex;
	justify-content: center;
	align-items: end;
	/* gap: 10px; */
}

.product-item-img img {
	width: 100%;
}

.product-price {
	font-weight: bold;
	margin-right: 3px;
	font-size: 18px;
}

.product-old-price {
	text-decoration: line-through;
	font-size: 85%;
}

.product-price-new {
	color: red;
}

.product-price-discount {
	color: green;
}

.products-carousel {
	padding: 0 45px;
}

.uk-section-about {
	background-color: #f8f8f8;
}

.uk-section-about img {
	position: relative;
	border-radius: 30px;
	z-index: 1;
}

.home-about {
	position: relative;
	z-index: 1;
}

.home-about:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #000000d4;
	top: 15px;
	left: 22px;
	border-radius: 30px;
	rotate: 5deg;
}

.contacts-form {
	border: 1px solid #eee;
}

.contact-col-icon {}

.contact-col-icon .uk-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid var(--accent-color);
	color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--accent-color);
	transition: .15s;
}

.contact-col-icon .uk-icon:hover {
	background-color: var(--accent-color);
	color: #fff;
}

.contact-col-icon .uk-icon svg {
	max-width: 25px;
	max-height: 25px;
}

.contact-col-text div:first-child {
	margin-bottom: 5px;
}

.contacts-page-form .uk-textarea {
	height: 121px;
}

.specification-row{
	margin-bottom: 5px;
}

.product-page .product-price {
	font-size: 1.4rem;
	margin-right: 0;
}

.product-page .product-old-price {
	font-size: 1.2rem;
}

.product-currency {
	margin-right: 5px;
}

.product-price-box {
	line-height: 1;
}

.product-count-box {
	/* border: 1px solid #ccc; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-count-box .product-count {
	/* border: none; */
	width: 50px;
	text-align: center;
	padding: 0;
	margin: 0 10px;
}

.btn-minus,
.btn-plus {
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	/* background-color: var(--accent-color); */
	/* color: #fff; */
	transition: .15s;
	border-radius: 50%;
	border: 1px solid #ccc;
	user-select: none;
}

.btn-minus:hover,
.btn-plus:hover {
	background-color: var(--accent-color);
	color: #fff;
	border-color: var(--accent-color);
}

.btn-minus svg,
.btn-plus svg {
	max-width: 15px;
	max-height: 15px;
}

.ms-remove {
	width: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto !important;
}

.gallery-main .swiper-wrapper {
	align-items: center;
}

.gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-thumbs .swiper-slide {
	border: 1px solid transparent;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.1s ease-in-out;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid var(--accent-color);
	opacity: 1;
}

.uk-accordion-title {
	font-weight: 700;
}

.product-mobile-description .uk-accordion-title {
	font-size: 1rem;
	padding: 10px 20px;
	background: #EEF2F1;
}

.uk-pagination {
	gap: 7px;
}

.uk-pagination a {
	width: 30px;
	height: 30px;
	border: 1px solid;
	text-align: center;
	padding: 0;
	justify-content: center;
	background-color: #fff;
	transition: 0.1s ease-in-out;
	column-gap: normal;
}

.uk-pagination a:hover,
.uk-pagination .uk-active a {
	background-color: var(--accent-color-second);
	color: #fff;
	border: 1px solid var(--accent-color-second);
}

.uk-pagination .pagination-prev,
.uk-pagination .pagination-next {
	border: 1px solid transparent;
}

.uk-pagination .pagination-prev:hover,
.uk-pagination .pagination-next:hover {
	background-color: inherit;
	color: inherit;
	border: 1px solid transparent;
}

.uk-pagination .uk-active span {
	background-color: var(--accent-color-second);
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 0;
	justify-content: center;
	border: 1px solid var(--accent-color-second);
	display: flex;
}

.cart-product-item {
	padding: 15px;
	border: 1px solid #eee;
}

.cart-product-item-img {
	max-width: 90px;
	max-height: 90px;
}

.cart-product-item-title {
	line-height: 1.2;
	font-weight: 600;
}

.cart-product-article {
	margin-top: 5px;
}

.cart-page .product-price {
	font-weight: 600;
	margin-right: 5px;
	font-size: 16px;
}

.cart-product-item-total-price {
	font-weight: 600;

}

#msOrder .error {
	border: 1px solid brown !important;
}