:root{
	--pink: #E497C1;
	--beige: #FFFBF9;
	--blue: #1283f9;
}
@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro-Regular.woff2') format('woff2'),
        url('../fonts/Intro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro Black';
    src: url('../fonts/Intro-Black.woff2') format('woff2'),
        url('../fonts/Intro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: "Intro", 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;*/
	}
}
.font-intro-black{
	font-family: 'Intro Black';
	font-weight: 900;
	font-style: normal;
}
.text-red{
	color: #C10000;
}
.text-border-red{
	  -webkit-text-stroke: 1px #fff;
	  text-stroke: 1px #fff;
}
.defis-before{
	position: relative;
	padding-left: 3rem;
}
.defis-before:before{
	content: '';
  background: #333;
  height: 2px;
  width: 2rem;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
}
@media(max-width: 960px){
	.uk-heading-medium{
		font-size: 2rem;
	}
	.uk-heading-small{
		font-size: 1.5rem;
	}
}
.uk-light .defis-before:before{
  background: #fff;
}

.uk-heading-large{
	font-size: 3rem;
}
.font-inter{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
.uk-button{
	text-transform: none;
}
.uk-button-danger{
	background: #C10000;
}
.uk-button-secondary{
	background: transparent;
	border: 1px solid #C10000;
	color: #000;
}
.uk-light .uk-button-secondary{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.section{
	padding-top: 4rem;
  padding-bottom: 4rem;
}
.dark-section{
	background: #0E1526;
}
.header{
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}
.header-social{
	display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.header-social a {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
}
.header-social a svg{
	width: 2rem;
}

@media(max-width: 960px){
	.header-social a{
		margin-right: 1rem;
	}
}

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

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

.header-logo img{
	min-height: 2rem;
	width: auto;
	color: #fff;
}
@media(max-width: 760px){
	.header .header-menu-btn-top{
		display: block;
	}
	.header-row-2{
		display: none;
	}
	.header-social a svg{
		width: 1rem;
	}
	.header-logo img{
		min-height: 0;
	}
}/*
.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 .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;
}
.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;
}
.header-menu .uk-navbar-nav > li > a {
	text-transform: none;
}
.home-page .header-menu-btn a{
	color: var(--pink);
}
.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;
	background: #242222;
}
.header-slogan div{
	border-radius: 5px;
  background: #00000088;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 0.7rem;
}
.header-info_phone{
	margin-right: 1rem;
}
.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{
	display: block;
	padding: 0.25rem;
}
.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);
}
.banner-content{
	position: relative;
	height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
.uk-overlay-primary{
	background: #0E152586;
}
.banner-down-item{
	padding-right: 30px;
	height: 100%;
}
.banner-down-item.border-right{
	border-right: 1px solid #fff;
}
@media(max-width: 960px){
	.banner-content{
		height: auto;
    padding-top: 0;
    padding-bottom: 0;
	}
	.banner-down-item.border-right{
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
	.banner-content > div:first-child{
		height: 100vh;
    padding-bottom: 1rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: end;
	}
	.banner-title{
		font-size: 2rem;
	}
}
.directions{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.directions-before-title{
	margin-bottom: 0;
	color: #7F7F7F;
}
.directions-before-title:before{
	background: #7F7F7F;
}
.directions-title{
	margin-top: 0;
}
.directions-item{
	padding: 1.5rem;
	background: #F1F1F1;
	margin-bottom: 1rem;
}
.directions-item-img{
	display: flex;
}
.directions-item-img img{
	object-fit: cover;
}
.directions .uk-slider-items{
	margin-right: -5rem
}
@media(max-width: 960px){
	.directions .uk-slider-items{
		margin-right: 0;
	}
}
.numbers-items{
	border-right: 1px solid #fff3;
	border-bottom: 1px solid #fff3;
}
.numbers-item{
	padding: 1rem;
	border-top: 1px solid #fff3;
	border-left: 1px solid #fff3;
	background: #AEACAC29;
	position: relative;
}
.numbers-item:before{
	content: '';
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.numbers-item:after{
	content: '';
  position: absolute;
  top: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.numbers-item > div:before{
	content: '';
  position: absolute;
  bottom: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.numbers-item > div:after{
	content: '';
  position: absolute;
  bottom: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.numbers-item.empty{
	background: transparent;
}
.numbers-item h4{
	text-transform: uppercase;
	/*margin: 0;*/
}
.numbers-item p{
	margin: 0;
}
@media(max-width: 960px){
	.numbers-item.empty{
		display: none;
	}
}
.numbers-item-marker{
	aspect-ratio: 1;
	width: 3rem;
	background: #C10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #fff;
}
.cases-item{
	padding: 1rem;
	background: #F1F1F1;
}
.cases-item .uk-icon{
	padding: 0.5rem;
	background: #C10000;
}
.cases-item .uk-icon svg{
	color: #fff;
	width: 2rem;
	height: auto;
}
.reviews-item{
	background: #fff;
	padding: 1rem;
}
.price_section-items{
	border-right: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
}
.price_section-item{
	padding: 1rem;
  border-top: 1px solid #fff3;
  border-left: 1px solid #fff3;
  position: relative;
}
.price_section-item:before{
	content: '';
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.price_section-item:after{
	content: '';
  position: absolute;
  top: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.price_section-item > div:before{
	content: '';
  position: absolute;
  bottom: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.price_section-item > div::after {
  content: '';
  position: absolute;
  bottom: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.price_section-item:nth-child(1),
.price_section-item:nth-child(4),
.price_section-item:nth-child(5){
	background: #ffffff1f;
}
.price_section-item h4{
	text-transform: uppercase;
	margin-bottom: 0;
}
.news-item{
	background: #F1F1F1;
}
.news-item .desc{
	padding: 1rem;
}

























@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;
  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{
	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{
		width: 100%;
	}*/
}
.uk-lightbox{
	background: transparent;
	padding: 2rem;
}
@media(max-width: 760px){
	 .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;
	}
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked{
	background-color: #c10000;
}
.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;
}
.page-feedback,
.page-page{
	margin-top: 10rem;
}
.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;
}
.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;
	}
}
.footer-copyright{
	font-size: 0.75rem;
}
.footer-social a{
	margin-right: 0.5rem;
}

@media(min-width: 960px){
	.footer-row-2 > *{
		border-right: 1px solid #8b8a8a;
	}
	.footer-row-2 > *:last-child{
		border-right: 0;
	}
	.footer-phone{
		font-size: 2.5rem;
		font-family: 'Intro Black';
		font-weight: 900;
		font-style: normal;
		position: relative;
	}
	.footer-phone:after{
		content: '';
    position: absolute;
    width: 0.5rem;
    height: 1em;
    left: 0.5em;
    top: 50%;
    background: red;
    transform: translateY(-50%);
	}
	.footer-social svg{
		width: auto;
		height: 2rem;
	}
}
.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;
}
.before-title{
	margin-bottom: 0;
  color: #7F7F7F;
}
.product-section-title{
	margin-top: 0;
	font-family: 'Intro Black';
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  line-height: normal;
}
.product-detail-section-1{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.faq.section {
	background: #f1f1f1;
}
.faq.section .uk-accordion-title{
	background: #fff;
  padding: 1rem;
}
.faq.section .faq-item{
	margin-top: 0;
	margin-bottom: 1rem;
}
.faq.section .faq-item .uk-accordion-content{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.kontakty-slider .uk-slider-items{
	margin-right: -50%;
}
.kontakty-work-time{
	border: 2px solid #000;
	border-radius: 5px;
	padding: 1rem;
	position: relative;
}
.kontakty-work-time h4{
	padding: 0 0.5rem;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
.kontakty-work-time ul li{
	display: flex;
	justify-content: space-between;
}
@media(max-width: 960px){
	.page-body img{
		margin: 0 !important;
		max-width: 100%;
	}
}