:root{
	--pink: #E497C1;
	--beige: #FFFBF9;
	--blue: #1283f9;
}
@font-face {
    font-family: 'SPSL-New-Cyrillic';
    src: url('../fonts/SPSL-New-Cyrillic.woff2') format('woff2'),
    	url('../fonts/SPSL-New-Cyrillic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	/*font-family: "Inter", sans-serif;*/
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: #FFFBF9;
}
body:not(.home-page){
	padding-top: 5rem;
}
@media(min-width: 920px){
	body:not(.home-page){
		padding-top: 8rem;
	}
}
/*.uk-grid{
	margin-left: -15px;
}
.uk-grid > *{
	padding-left: 15px;
}*/
.uk-container{
	padding-left: 15px;
	padding-right: 15px;
}
@media(min-width: 660px){
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media(min-width: 940px){
	.uk-container {
		padding-left: 96px;
		padding-right: 96px;
	}
}
.color-pink{
	color: var(--pink);
}
.uk-textarea:focus,
.uk-textarea{
	border-radius: 20px;
	border: 1px solid var(--pink);
}
.uk-input[type=text]{
	border-radius: 40px;
	border: 1px solid var(--pink);
}
.cart-checkout-payment label input[type=radio],
.cart-checkout-delivery label input[type=radio]{
	width: 0;
	height: 0;
	margin: 0 !important;
	display: none;
}
.cart-checkout-payment label > span,
.cart-checkout-delivery label > span{
	content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid var(--pink);
  position: relative;
  line-height: 1rem;
  margin-top: 0.2rem;
  margin-right: 0.25rem;
}
.cart-checkout-payment label input[type=radio]:checked + span:before,
.cart-checkout-delivery label input[type=radio]:checked + span:before{
	content: '';
	background: var(--pink);
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	border-radius: 50%;
	margin-left: 0.1rem;
	margin-top: 0.1rem;
}
.snpd label input[type=checkbox]{
	width: 0;
	height: 0;
	margin: 0 !important;
	display: none;
}
.snpd label > span{
	content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  border: 1px solid var(--pink);
  position: relative;
  line-height: 1rem;
  margin-top: 0.2rem;
  margin-right: 0.25rem;
  overflow: hidden;
}
.snpd label input[type=checkbox]:checked + span:before{
	content: '';
  width: 0.3rem;
  height: 0.7rem;
  display: inline-block;
/*  border-radius:2px;*/
  border: 2px solid var(--pink);
  transform: rotate(40deg);
  position: absolute;
  bottom: 0.2rem;
  left: 0.3rem;
  border-top:0;
  border-left:0;
}

.uk-heading-large{
	font-size: 3rem;
}
.font-inter{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
.font-spsl{
	font-family: "SPSL-New-Cyrillic", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
.uk-button{
	border-radius: 40px;
	text-transform: none;
}
.uk-button-primary{
	background: var(--blue);
}
.uk-button-primary:hover{
	background: #fff;
	color: var(--blue);
	border: 1px solid var(--blue);
}
.uk-button-primary:hover .uk-icon svg path{
/*	stroke: var(--pink);*/
	fill: var(--blue);
}
.uk-button-secondary{
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
.header.on{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media(min-width: 640px){
	.uk-button-secondary{
		border-width: 2px;
	}
}
.uk-button-text{
	color: var(--pink);
}
.uk-modal-dialog{
	border: 1px solid var(--beige);
	border-radius: 30px;
}
.uk-modal.uk-open{
	display: flex !important;
	align-items: center;
}
.header{
	/*padding-top: 0.5rem;*/
  /*padding-bottom: 0.5rem;*/
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.on{
	background: #0000008a;
}

.header .header-menu-btn-top{
	display: none;
}

@media(max-width: 760px){
	.header .header-menu-btn-top{
		display: block;
	}
	.header-row-2{
		display: none;
	}
}
.header.on .header-menu-btn-top{
	display: block;
}
.header.on .header-row-2{
	overflow: hidden;
	height: 0;
	margin: 0;
	display: none;
}
.header-row-2{
	border-bottom: 2px solid rgba(255, 255, 255, .3);
}
.uk-offcanvas-bar{
	/*justify-content: center;*/
}
.uk-offcanvas-bar .uk-nav-default{
	width: auto;
  margin-left: 0;
}
.uk-offcanvas-bar .uk-nav-default > li > a{
	display: inline-block;
	border-bottom: 1px solid var(--pink);
}
.uk-nav-parent-icon > .uk-parent > a:after{
	content: "";
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.header-menu .uk-navbar-nav > li > a {
	color: #fff;
	min-height: auto;
	padding: 0.5rem 1rem;
	text-transform: none;
}
.header-menu-btn a{
	color: #e497c1;
}
.header-menu-btn svg{
	width: 2rem;
}
.home-page .header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.home-page .header-menu-btn a{
	color: var(--pink);
/*	color: #fff;*/
}
.header .uk-navbar-dropdown{
	border-radius: 10px;
	border: 1px solid var(--pink);
	top: 100% !important;
	background: var(--beige);
}
body:not(.home-page) .header{
	background: #0000008a;
}
.footer{
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid var(--pink);
	background: #fff;
}
.header-logo img{
	min-height: 2rem;
	width: auto;
	color: #fff;
}

.header-slogan div{
	border-radius: 5px;
  background: #00000088;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 0.7rem;
}
.header-info_phone a{
	display: block;
	color: #fff;
	text-align: right;
}
.header-info_phone a.phone{
	font-size: 1.5rem;
}
.header-info_phone a.email{
	font-size: 1rem;
}
.header-info_feedback .uk-icon{
	background: #3d860b;
  border-radius: 50px;
  color: #fff;
  padding: 0.5rem;
  margin-left: 1rem;
}
.header-card{
	position: relative;
}
.header-card svg{
	max-height: 1.5rem;
}
.categories-img,
.home-categories-img{
	aspect-ratio: 1;
  display: flex;
}
.categories-img img,
.home-categories-img img{
	border-radius: 30px;
}
.header-card-qty{
	position: absolute;
	top: 0;
	right: 0;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	background: #3D860B;
	border-radius: 50%;
	text-align: center;
	font-size: 0.75rem;
	color: #fff;
}
.uk-slidenav-new{
	background: var(--beige);
	aspect-ratio: 1;
	padding: 0;
	line-height: 1;
	border-radius: 5px;
	border: 1px solid var(--pink);
	color: var(--pink);
}
.uk-slidenav svg{
	width: 1.5rem;
}
.uk-lightbox-slidenav svg{
	color: var(--pink);
}
.about-us{
	padding-top: 3rem;
	padding-bottom: 3rem;
	/*position: relative;*/
}
.about-us p{
}
.about-us:before{
	/*content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/lines-t-l.svg) top left / contain no-repeat;*/
}
.banner.static > div{
	/*height: 100vh;*/
	/*width: 100%;*/
}
.banner .uk-slideshow-items video{
	box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.banner .uk-slideshow-items video.bg{
	position: absolute;
  top: 0;
  left: -5px;
  right: -5px;
  bottom: 0;
  width: calc(100% + 10rem);
  max-height: none;
  filter: blur(10px);
  transform: scale(1.2);
  height: 100%;
  object-fit: cover;
}
@media(max-width: 640px){
		.about-us{
			padding-top: 2rem;
			padding-bottom: 2rem;
		}
}
@media(max-width: 940px){
		.about-us{
			padding-top: 3rem;
			padding-bottom: 3rem;
		}
}
@media(max-width: 960px){
	.about-us .uk-container{
		position: relative;
		z-index: 9;
	}
	.banner .uk-slideshow-items{
		aspect-ratio: 5 / 8 !important;
	}
}
.item-style{
	border: 1px solid #E497C1;
	border-radius: 30px;
	padding: 0.5rem;
	background: #fff;
/*	margin-bottom: 1px !important;*/
}
.home-news-product-img{
	position: relative;
}
.home-news-product-img img{
	border-radius: 40px 40px 0 0;
}

@media(min-width:640px){
	.item-style{
		border-width: 2px;
		border-radius: 30px;
		padding: 1rem;
	}
	.home-news-product-img img{
		border-radius: 20px 20px 0 0;
	}
}
.home-news-product-img:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15%;
	background: linear-gradient(to top, #ffffffe0, transparent);
}
.sibling_products-btn{
/*	padding: 0.5rem;*/
	border-radius: 50%;
	border: 1px solid #E497C1;
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
@media(min-width: 640px){
	.sibling_products-btn{
		border-width: 2px;
	}
}
.sibling_products-btn.active{
	background: #e497c1;
	border: 3px solid var(--pink);
}
.sibling_products-btn img{
	border-radius: 50%;
	background: #fff;
}
.home-news-product-name{
	font-size: 1.8rem;
  margin-bottom: 0;
/*  height: 5rem;*/
  line-height: 1;
}
.home-categories-name{
	font-size: 2rem;
  margin-bottom: 0;
  line-height: 1;
}
.home-news-product-desc{
	padding-top: 1rem;
}
.home-news-product-price{
	margin-bottom: 0.5rem;
}
.categories-item,
.home-categories-item{
	overflow: hidden;
}
.categories-item img,
.home-categories-item img{
	object-fit: cover;
  width: 100%;
}
.categories-desc a,
.home-categories-desc a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffffc4;
}
#offcanvas-nav .uk-offcanvas-bar{
	background: #fff;
	border-radius: 0 10px 10px 0;;
}

.home-categories,
.home-news-products{
	padding-bottom: 2rem;
}
@media(max-width: 760px){
	.home-news-products .block-title > *{
		font-size: 2rem;
	}
}
@media(min-width: 640px){
	.home-categories,
	.home-news-products{
		padding-bottom: 3rem;
	}

}
@media(min-width: 940px){
	.home-categories,
	.home-news-products{
		padding-bottom: 4rem;
	}
}
.home-news-products-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-info{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.home-info-item{
	padding: 1rem;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.home-info-desc{
	padding-left: 1rem;
}
@media(max-width: 760px){
	.home-info-title{
		font-size: 1.5rem;
	}
	.home-info-img{
		text-align: center;
	}
	.home-info-img img{
		margin-bottom: 1rem;
		width: 50%;
	}

}
#offcanvas-nav .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
#offcanvas-nav .uk-offcanvas-bar .uk-nav-default > li > a,
#offcanvas-nav .uk-offcanvas-bar .uk-close{
	color: #000;
	padding: 0.5rem 0;
}
#offcanvas-nav .uk-offcanvas-bar .uk-nav-default > li > a{
	/*width: 100%;*/
	font-size: 1.25rem;
}
#offcanvas-nav .uk-offcanvas-bar .uk-close{
	padding: 0.5rem;
  color: var(--pink);
}
#offcanvas-nav .uk-offcanvas-bar .uk-close svg{
	width: 1.25rem;
}
#offcanvas-nav .uk-offcanvas-bar .uk-nav-default > li.uk-active > a{
	color: var(--pink);
}
@media(max-width: 720px){
	#offcanvas-nav .uk-offcanvas-bar{
		border-radius: 0;
		width: 100%;
		max-width: 100% !important;
		padding: 4rem 3rem;
	}
	#offcanvas-nav .uk-offcanvas-bar .uk-close{
		position: absolute;
    top: 0;
    right: 0;
	}
	.banner.static > div{
		/*height: 100vh;*/
		width: 100%;
	}
}
.uk-lightbox{
/*	background: #fff;*/
	background: transparent;
	padding: 2rem;
}
@media(max-width: 760px){
	 .about-us-title{
	 	font-size: 2rem;
	 }
	 .home-news-products .uk-slider-items{
	 	padding-bottom: 1px;
	 }
}
.uk-lightbox-items{
	background: #fff;
	border-radius: 30px;
}
.uk-lightbox-close{
	border:1px solid var(--pink);
	background: #fff;
	border-radius: 50%;
	padding: 0.5rem;
}
.uk-lightbox-close:hover{
	background: var(--pink);
	color: #fff;
	border: 1px solid #fff;
}
.uk-lightbox-close svg{
	color: #d386b1;
}
.uk-lightbox-close:hover svg{
	color: #fff;
}
@media(max-width: 1150px){
}

.product-img{
	position: relative;
}
.product-img:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15%;
	background: linear-gradient(to top, #ffffffe0, transparent);
}
.product-name{
/*	font-size: 2rem;*/
	margin-bottom: 0;
/*	height: 5rem;*/
	line-height: 1;
	overflow: hidden;
	position: relative;
}
/*.product-name:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1rem;
	background: linear-gradient(to bottom, transparent, #fff);
}*/
.categories-name{
	font-size: 2rem;
	margin-bottom: 0;
}
@media(max-width: 720px){
	.categories-name{
		font-size: 1.5rem;
	}
	.product-category{
		font-size: 0.6rem;
	}
	.product-name{
		font-size: 1rem;
	}
	.page-product .page-product-gallery .uk-slider-items li{
		border: 3px solid var(--pink);
		border-radius: 40px;
		overflow: hidden;

	}
	.page-products-categories > div,
	.page-products-items > div{
		padding-left: 15px;
	}
	.page-products-categories,
	.page-products-items{
		margin-left: -15px;
	}
	.categories-item,
	.products-item{
		padding: 0.5rem;
		border-radius: 2rem;
	}
}
.radio-type-contact input[type=radio]{
	width: 0px;
	height: 0px;
	margin: 0px !important;
}
.radio-type-contact label span{
	margin-right: 1rem;
}
.radio-type-contact label input:checked + span{
	border-bottom: 1px solid var(--pink);
}
.product-desc{
	padding-top: 1rem;
}
.product-price{
	margin-bottom: 0.5rem;
}
.product-price button[type=submit]{
	color: var(--pink);
	margin-left: 0.5rem;
	border: 0;
	background: none;
}
.product-variants a{
	margin-bottom: 1rem;
}
.page-product-gallery .uk-slider-items > li{
	padding: 0;
	overflow: hidden;
}
.page-product-gallery .uk-slider-items > li a{
	display: flex;
  height: 100%;
}
.page-product-gallery .uk-slider-items > li img{
	border-radius: 30px;
	object-fit: cover;
}
.page-product-gallery{
	padding-right: 0.5px;
}
.uk-thumbnav li{
	margin-bottom: 1rem;
}
.uk-thumbnav li a{
/*	padding: 1rem;*/
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #E497C1;
}
@media (min-width: 640px) {
	.uk-thumbnav li a{
		border-width:2px
	}
}
.uk-thumbnav li a img{
	border-radius: 5px;
}

@media(max-width: 720px){
	.uk-thumbnav li{
		width: calc((100% / 4) - 15px);
	}
	.uk-thumbnav li a{
		padding: 0;
    overflow: hidden;
    border-radius: 5px;
	}

}
@media(max-width: 1200px){
	.banner-text{
		margin-bottom: 15rem;
	}
}
.product-title{
	font-size: 2.25rem;
}
.product-variant-img{
	padding: 1rem;
}
.product-variant span{
}
.product-variant.active{
	background: #e497c1;
	color: #fff;
/*	border-color: #000;*/
}
.precontent{
	padding-top: 32px;
	padding-bottom: 32px;
}
@media(min-width: 640px){
	.precontent{
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media(min-width: 960px){
	.precontent{
		padding-top: 98px;
		padding-bottom: 64px;
	}
}
.cart-item{
/*	padding: 0;*/
}
.cart-item-img{
	display: block;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.cart-item-img img{
	border-radius: 30px;
}
.cart-item-amount input{
	height: 2.1rem;
	border: 1px solid #ddd;
	display: block;
	width: 3rem;
	text-align: center;
}
.cart-item-plus,
.cart-item-minus{
	line-height: 32px;
	height: 36px;
	display: block;
	border: 1px solid #000;
	padding: 0 10px;
	color: #000;
	box-sizing: border-box;
}
.cart-item-plus:hover,
.cart-item-minus:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
.cart-item-minus{
	border-right: 0;
	border-radius: 2rem 0 0 2rem;
}

.cart-item-plus{
	border-left: 0;
	border-radius: 0 2rem 2rem 0;
}
.cart-del-all .uk-icon svg{
	margin-top: -0.2rem;
}
.products-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.products-item .product-img img,
.product-related .products-item img{
	border-radius: 30px 30px 0 0;
	width: 100%;
}
.page-body{
/*	text-indent: 1rem;*/
}
.to-top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 2rem;
	border-radius: 50%;
	display: none;
}
.cart-checkout input[type=radio]{
	margin-top: 0;
	margin-right: 0.5rem;
}
.cart-item-amount input.uk-input[type="text"]{
	height: 36px;
	line-height: 32px;
	border: 1px solid #000;
	display: block;
	color: #000;
	width: 3rem;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
}
.cart-item-amount-wrap{
	border-radius: 2rem;
	padding: 2px;
	border: 1px solid #ddd;
	display: flex;
}
.cart-item-delete{
	margin-left: 1rem;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #000;
	line-height: 34px;
	padding: 0 10px;
	color: #000;
	box-sizing: border-box;
}
.cart-item-delete:hover{
	color: #fff;
	background: #000;
}
@media(min-width: 640px){
	.cart-item-delete,
	.cart-item-plus,
	.cart-item-minus{
/*		border-width: 2px;*/
	}
	.cart-item-amount input.uk-input[type="text"]{
/*		height: 36px;*/
/*			border-width: 2px;*/
	}
}
.cart-checkout-item{
	border-bottom: 1px solid #E497C1;
}
.uk-breadcrumb > * > *{
	color: #1E1E1E88;
}
.uk-breadcrumb > :last-child > span{
	color: #E497C188;
}
.page-page,
.page-product,
.page-products,
.page-cart{
	min-height: 100vh;
}
.product-lightbox-icon{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	pointer-events: none;
}
.uk-tooltip.uk-active{
	background: #fff;
	font-size: 1rem;
/*	text-align: center;*/
	padding: 0.5rem;
	border-radius: 10px;
	border: 2px solid var(--pink);
	color: #000;
}
.uk-tooltip:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid var(--pink);
	border-bottom: 1px;
}
.product-size-btn{
/*	position: absolute;*/
/*	right: 0;*/
}
#size-giude .uk-modal-dialog{
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--pink);
}
.uk-modal-close-default{
	background: #fff;
	border-radius: 50px;
	border: 1px solid var(--pink);
}
.uk-subnav-pink li{
	padding-left: 0;
}
.uk-subnav-pink li a{
	border: 1px solid var(--pink);
	text-transform: none;
}
.uk-subnav-pink li:first-child a{
	border-radius: 2rem 0  0 2rem;
}
.uk-subnav-pink li:last-child a{
	border-radius:  0 2rem 2rem 0;
}
.uk-subnav-pill > .uk-active > a{
	background: var(--pink);
}
@media(max-width: 960px){
	.uk-subnav-pink li a{
		font-size: 0.75rem !important;
	}
	.uk-subnav-pink{
		padding-left: 20px;
	}
}
.order-info .uk-heading-small{
	font-size: 2.2rem;
}
.footer-copyright{
	font-size: 0.75rem;
}
.cookie-notification{
	position: fixed;
	bottom: 0.5rem;
	left: 0.5rem;
	background: var(--beige);
	border-radius: 10px;
	padding: 1rem;
	border:1px solid var(--pink);
	width: 50%;
	z-index: 999;
}
.cookie-notification-text{
	font-size: 0.75rem;
	margin-right: 1rem;
}
.cookie-notification-close{
	font-size: 0.75rem;
  line-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.velox-home{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.velox-icon{
	color: #f00;
}
#new-svg{
	width: 3rem;
}
.header-search .uk-search-input:focus,
.header-search .uk-search-input{
	background: #fff;
	height: 2rem;
}
.header-search{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}