header{
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 1rem 0;

}
@media (min-width: 959px) {
	header{
		position: fixed;
		background-color: rgb(0 0 0 / 75%);
		z-index: 999

	}
}

.uk-cover{
	z-index: -1;
}
.uk-button-danger{
	background-color: #d90a22;
	color: #fff;
}
.header-logo:hover,
.header-logo:focus,
.header-logo{
	white-space: nowrap;
	color: #fff;
}
.header-logo-img{
	/*width: 50%;*/
	max-height: 50px;
	margin-right: 0.5rem;
}
@media (min-width: 959px) {
	.header-logo-img{
		width: 100%;
		margin-right: 0;
	}
}
.pointer-events-none{
	pointer-events: none;

}
.header-user{
	margin-right: 1rem;
}
.header-user a,
.footer-social-links a,
.header-social-links a{
	display: inline-block;
	padding: 0 0.1rem;
}
.uk-form-horizontal{
	text-indent: 0;
}
.uk-navbar-container.uk-light li > a{
	color: #fff;
	font-weight: bold;
	min-height: auto;
	line-height: 38px;
}
.uk-navbar-dropdown.uk-dark li > a{
	color: #000;
}
.main-menu .uk-navbar-dropdown{
	width: auto;
}
.filter-block{
	background-color: #fff;
	border-top: 0.1px solid #000;
	padding: 1rem;
	box-shadow: 0px 0px 5px 2px #cccccc91;
}
.filter-block .uk-nav li > a{
	color: #000;
}
.filter-block .uk-nav-default > li > a:hover{
	text-decoration: underline;
}
.filter-block .uk-nav-default > li.uk-active > a{
	font-weight: bold;
}
/*@media(max-width: 920px){
	.filter-block{
		height: 150px;
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease;
	}
	.filter-block:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1rem;
		background: linear-gradient(180deg, transparent, #fff);
	}
	.filter-block-open{
		height: calc(100% - 20px - 20px  - 38px);
		transition: all 0.3s ease;
	}
}*/
.backline-white{
	color: #000;
	background-color: #fff;
	padding: 0;
	display: inline;
	line-height: 2em;
}
.header-social-links a,
.offcanvas-social-links a{
	margin: 0 5px;
}
.header-user a img,
.header-cart a img,
.offcanvas-social-links a img,
.footer-social-links a img,
.header-social-links a img{
	height: 1.5rem;
}
@media (max-width: 960px){
	.header-user a img,
	.header-cart a img{
		height: 2rem;
	}
}
.header-cart-moby{
	
}
.banner{
	/*z-index: -1;*/
}
footer{
	background-color: #2f2f2f;
}
.category-slider .uk-slider-items a{
	text-decoration: none;
}
.category-slider--title:hover,
.category-slider--title{
	font-size: 2rem;
	text-shadow: 0 0 2rem #000;
	font-weight: bold;
	text-transform: uppercase;

	color: #fff;
}
.category-page{
	min-height: 100vh;
}
.products-list--title{
	display: inline;
    background: #fff;
}
.header--title h1{
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px 10px;
	z-index: 99;
}
.header--title.chord,
.header--title.product{
	/*margin-top: 5rem;*/
}
.g-icon-margin-bottom{
	margin-bottom: 0.3rem;
}
.product-form-chord,
/*.product-form,*/
.product--img{
	border: 1px solid #ddd;
}

.product-form{
	border-left: none;
}
.product-variants{
	background-color: #f6f6f6;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
.product-variants .product-variants-title{
	padding-left: 20px;
	padding-right: 20px;
}
.product-variants .uk-button-danger{
	background-color: #76bd00;
}
.product-variant{
	border-bottom: 1px solid #e3e3e3;
}
.product-variant>span{
	margin-bottom: 1rem;
}
.product--paylogos{
	text-align: center;
	margin: 1rem 0;
}
.product--paylogos > img{
	height: 1rem;
	width:auto;
	display: inline-block;
}
/*.blog,*/
/*.page-body,*/
.min-height-100{
	min-height: 100vh;
}
.text-indent,
.page-body p{
	text-indent: 1rem;
}
.albums--album-title{
	font-size: 1.15rem;
	margin-top: 1rem;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-visits,
.product-rating,
.product-buy,
.wishlist{
	z-index: 99;
	padding: 0.5rem;
}
.product-rating span.uk-icon,
.product-visits span.uk-icon{
	vertical-align: bottom;
}
.product-rating{
	color: #fff;
	line-height: 1.45rem;
}
.product-visits{
	color: #fff;
	line-height: 1.45rem;
}
.product-rating .star_icon{
	color: #ffc700;
}
.buy-free,
.wishlist-add{
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.5rem;
	background: linear-gradient(180deg, #00a9e2, #c45c5c);
	display: block;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.buy-free{
	/*	line-height: 1.4rem;*/
	cursor: default;
}
.buy-free svg{
	fill: #fff;
	width: 1.3rem;
	height: 1.3rem;
}
.wishlist-add path{
	fill:none;
	stroke:#FFFFFF;
	stroke-width:50;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:133.3333;
}
.wishlist-add.active{
	background-color: #000;
}

.wishlist-add svg{
	fill: #000;
}
.wishlist-add.active svg path{
	fill: #fff;
}
.offcanvas-icons img{
	height: 2rem;
}
/*
.banner-header{
	display: flex;
	height: 100%;
}
*/
.banner-header-counts{
	color: #fff;
	align-self: flex-end;
	margin-bottom: 20% !important;
	align-items: center;
	z-index: 999;
}
.banner-header-counts a:hover{
	text-decoration: none;
}
.banner-header-counts span{
	font-size: 1.75em;
	display: inline;
	vertical-align: top;
	margin-right: 5px;
}
.banner-header-slogan{
	background-color: #d90a22;
	padding: 0px 10px 5px 10px;
}
.products-list--item-inner h4{
	margin-top: 0;
}
@media (max-width: 500px){
	.banner-header-counts{
		  flex-direction: column;
		  justify-content: center;
		  align-self: center;
		  text-align: center;
		  margin-bottom: 30% !important;
	}
	.banner-header-counts > div{
		margin-left: 0 !important;
		margin-top: 10px;
	}
	.banner-header-counts span{
		font-size: 3rem;
		display: block;
		text-align: center;
	}
}
.main-text p{
	text-indent: 1rem;
	font-size: 0.85rem;
}
.banner-form-search{
	margin-top: 10rem;
	align-self: flex-end;
	position: relative;
}
.banner-form-search input[name=keyword]:focus,
.banner-form-search input[name=keyword]{
	color: #fff;
	background: #0009;
}
.banner-form-search [type=submit]{
	background-color: #d90a22;
	border: 0;
}
.banner-form-search [type=submit]:hover{
	background-color: #bf081e;
}
.btn-search img{
	height: 1.5rem;
}
.header-search{
	top: -100%;
	left: 0;
	right: 0;
	background-color: #000;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 9999;
	transition: all .25s ease;
}
@media(max-width: 500px){
	.header-logo-name{
		display: none;
	}
}
.header-search.open{
	top: 0;
	transition: all .25s ease;
}
.header-search > div{
	width: 100%;
	padding-right: 4rem;
}

.header-search-button{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.header-search-button img{
	height: 1.5rem;
}
.header-search-close{
	position: absolute;
	color: #fff;
	top: 50%;
	right: -2rem;
	transform: translate(50%, -50%);
}
.flexMenu-popup{
	background-color: #000;
}
.uk-offcanvas-bar li.red a,
.uk-navbar-nav li.red:hover a,
.uk-navbar-nav li.red a{
	color: red;
}
.flexMenu-popup li a{
	padding: 0.5rem 1rem;
}
.uk-button-vk:hover,
.uk-button-vk{
	background-color: #07F;
	color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #07F;
}
.uk-button-white:hover,
.uk-button-white,
.uk-button-dzen:hover,
.uk-button-dzen{
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 0.25rem;
}
.uk-button-dzen svg{
	display: inline;
	margin-top: -3px;
}
.uk-button-white svg{
	display: inline;
	margin-top: -6px;
}
.social-banner-img{
	display: block;
	background-color: #000;
}
.social-banners > div .social-banner-img img{
	opacity: 1;
	transition: all 0.33s ease;
}
.social-banners > div:hover .social-banner-img img{
	opacity: 0.75;
	transition: all 0.33s ease;
}
.filter-block-hidden{
	display: none;
}
@media (min-width: 960px){
	.filter-block-hidden{
		display: block;
	}
}
.banner img{
	animation: burns 60s linear 0s infinite alternate-reverse;
}
@keyframes burns {
  0% {
    transform-origin: bottom left;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) scale(1.0);
  }
  100% {
  	transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y)) scale(1.2);
  }
}
.product-chords pre{
	font-size: 1.15rem;
}
.select2-container{
	border: 0 none;
	padding: 0 10px;
	padding-right: 10px;
	background: #fff;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: .2s ease-in-out;
	transition-property: all;
	transition-property: color,background-color,border;
	height: 40px;
}
.select2-container--default .select2-selection--single{
	border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	border: none !important;
	padding: 0 !important;
	height: 40px !important;
	line-height: 37px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 0 !important;
	outline: 0 !important;
}
:focus-visible{
	outline: none !important;
}
.select2-search--dropdown{
	border-bottom: 1px solid;
}
.step{
	display: none;
	background-color: #f2f3f7;
	border-radius: 30px;
	padding: 2rem 2rem 0rem 2rem;
}
.step .buttons{
	margin-top: 4rem;
}
#step-1{
	background: 
		url(img/angle-bottom-right.svg) right bottom / 13rem no-repeat,
		#f2f3f7;
}
#step-4,
#step-3,
#step-2{
	background: 
	url(img/angle-bottom-right.svg) right bottom / 13rem no-repeat,
	url(img/angle-bottom-left.svg) left bottom / 13rem no-repeat,
	#f2f3f7;
}
.wizard{
	margin-bottom: 1rem !important;
}
.wizard input{
	/*margin-top: 0.5rem;*/
}
.wizard .js-delete{
	padding: 0.5rem;
	background: #fff;
}
.wizard .js-delete svg{
	color: #000;
}
.uk-sortable-empty{
	min-height: auto;
}
.step .uk-form-danger{
	background-color: #ffc3c3;
	border-color: red;
}
@media(max-width: 500px){
	.step{
		background-image: none !important;
		padding-bottom: 2rem;
	}
}
.cover-constructor #canvas{
    max-width: 100%;
    max-height: 70vh;
    border: 1px solid #ccc;
}
.title-list{
	position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 10px 5px #00000029;
}
.title-list li{
	padding: 0.25rem 0.5rem;
}
.product-title > *{
	font-size: 1.5rem;
}
.rate {
  position: relative;
  width: 85%;
  text-align: center;
}
.rate span{
	font-size: 1.5rem;
	color: #ccc;
}
.rate span.checked{
	color: #ffc700;
}
.rate-text{
	vertical-align: middle;
	text-align: right;
	width: 15%;
}
.rate-text strong{
	font-size: 1.5rem;
}
.js-rate {
  width: 9.5rem;
	height: 2rem !important;
	font-size: 1rem;
	line-height: 1rem;
}
.rate-select{
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-top: 0.5rem;
}
.rate-select > span{
	width: 100%;
}
.rate-select select{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
	width: 100%;
}

@media(min-width: 1200px){
	.rate-select{
		margin-top: 0;
		width: auto;
	}
	.rate-text{
		width: auto;
		text-align: center;
		margin: 0 1rem;
	}
	.rate{
		width: auto;
	}
}
.product-help-note{

}
.note-hint{
	display: none;
}
.on-hint{
	display: block;
}
.cart-products__item > *,
.cart-table__heading > *{
	width: calc( (100% / 8 ) - 40px  );
}
.cart-products__item .cart-product,
.cart-table__heading .cart-product{
	width: calc( ( 100% / 2 ) - 40px );
}
.cart-products__item{
	font-weight: bold;
}
.header-cart-total-amount{
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	display: block;
	border-radius: 100%;
	width: 1rem;
	height: 1rem;
	line-height: 0.9rem;
	text-align: center;
	font-size: 0.7rem;
	transform: translate(50%);
}
table.order-products,
table.order-info{
	border: 1px solid #666;
}
table.order-info th{
	text-align: right;
	width: calc(100% / 4);
}
.cart-product-list{
	padding: 1rem;
	border: 1px solid #bbb;
	border-radius: 1rem;
	box-shadow: 0 10px 5px -5px #00000024;
}
.cart-total__inner{
	padding: 1rem;
	border: 1px solid #bbb;
	border-radius: 1rem;
	box-shadow: 0 10px 5px -5px #00000024;
	background: #fdfdfd;
}
.banner-login{
	min-height: 100vh;
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.banner-form-login{
	align-self: flex-end;
	position: relative;
	padding: 1rem;
	background-color: #fff;
}
.products-list_years{
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.products-list_years a{
	width: calc((100% / 8) - 1rem - 2px);
	padding: 1rem 0.5rem;
	font-size: 1rem;
	background: #e2e2e2;
	border: 1px solid #fff;
	color: #000;
}
.product-cover-block{

}
@media(min-width: 1300px){
	.product-cover-block{
		height: 200px;
	}
}
@media(max-width: 1281px){
	.products-list_years a{
		width: calc((100% / 4) - 1rem - 2px);
	}
}
@media(max-width: 640px){
	.products-list_years a{
		width: calc((100% / 2) - 1rem - 2px);
	}
}
@media(max-width: 420px){
	.products-list_years a{
		width: 100%;
	}
}
.products-list_years a.active,
.products-list_years a:hover{
	text-decoration: none;
	background: #f0506e;
	color: #fff;
}
.products-list_years a strong{
	display: block;
	font-size: 0.85rem;
}
.header-note-analizer{
	padding-top: 10rem;
	padding-bottom: 1rem;
	background-color: #000;
}
.header-note-analizer_cover{
	opacity: 0.3;
}
.header-note-analizer_title{
	font-size: 2rem;
}
.header-note-analizer_desc{
	font-size: 1.5rem;
}
.note-analizer_section-1{
	padding-bottom: 2rem;
}
.note-analizer_section-1_items{
	border-radius: 30px;
	margin-top: -4rem;
  background: #fff;
  z-index: 99;
  position: relative;
  box-shadow: 0 0 10px 0 #0000007a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.note-analizer_section-1_item{
	padding: 1rem;
	text-align: center;
}
.note-analizer_section-1_item h4{
	color: #6cb6ff;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.5rem;
}
.note-analizer_section-1_item h4:nth-child(2){
	color: #ff906c;
}
.note-analizer_section-1_item h4:nth-child(3){
	color: #ffc46c;
}
.note-analizer_section-1_item h4:nth-child(4){
	color: #ff6c90;
}
.note-analizer_section-1_item p{
	margin: 0;
}
.note-analizer_section-2{
	margin-bottom: 3rem;	
}
.note-analizer_section-2_title{
	text-align: center;
	font-size: 2.5rem;
}
.note-analizer_section-2_subtitle{
	text-align: center;
	font-size: 1.2rem;
	color: #8c939d;
	margin-top: 0;
}
.note-analizer_section-2_item{
	padding: 1rem;
	background-color: #f0f2f5;
	border-radius: 30px;
	padding: 1rem 1.25rem;
	position: relative;
	margin-top: 1rem;
}
.note-analizer_section-2_item:before{
content: '';
  bottom: 100%;
  right: 30px;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 3rem solid #f0f2f5;
  border-top: 0px;
}
@media(max-width: 650px){
	.note-analizer_section-2_item::before{
		display: none;
	}
}
.note-analizer_section-2_item.before-left:before{
	right: auto;
	left: 30px;
}
.note-analizer_section-2_item h4{
	font-weight: bold;
	margin-top: 1rem;
  margin-bottom: 0rem;
}
.note-analizer_section-2_item p{
	margin-top: 1rem;
  margin-bottom: 0rem;
}
.howItWorks__progress-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}
.howItWorks__icon-wrapper{
	width: 5rem;
	height: auto;
}
.howItWorks__step{
	display: flex;
	align-items: center;
}
.howItWorks__step:nth-child(1){
	width: 18%;
}
.howItWorks__step:nth-child(2){
	width: 33%;
}
.howItWorks__step:nth-child(3){
	width: 12.5%;
}
.howItWorks__step:nth-child(4){
	width: 33%;
}
.howItWorks__step:nth-child(5){
	width: 15.5%;
}
.howItWorks__progress{
	display: flex;
	justify-content: space-between;
	flex-basis: 100%;
}
.howItWorks__progress .howItWorks__step .howItWorks__line{
	width: 100%;
  height: 1px;
  background: #fec911;
  position: relative;
}
.howItWorks__number{
	font-size: 1rem;
	line-height: 1.5rem;
	width: 1.5rem;
	text-align: center;
}
.howItWorks__progress .howItWorks__step .howItWorks__line:after{
	content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(25deg);
  width: 10px;
  height: 1px;
  background: #fec911;
  transform-origin: right top;
}
.howItWorks__progress .howItWorks__step .howItWorks__line:before{
	content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-25deg);
  width: 10px;
  height: 1px;
  background: #fec911;
  transform-origin: right top;
}
.professionalUniversal{
	margin-top: 10rem;
}
.professionalUniversal .professionalUniversal__inner{
	background-color: #1976d2;
	border-radius: 30px;
}
.professionalUniversal__title{
	font-size: 3rem;
}

.professionalUniversal__description{
	font-size: 1.3rem;
  margin-bottom: 2rem;
}
.professionalUniversal__image{
	margin-bottom: -40px;
  margin-top: -10rem;
}
.serviceReviewsUniversal{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.serviceReviewsUniversal__title{
	font-size: 3rem;
}
@media(max-width: 650px){
	.professionalUniversal__title{
		font-size: 1.5rem;
	}
	.professionalUniversal__image{
		margin-bottom: -30px;
		margin-top: 0;
	}
}
.serviceReviewsUniversal-slide-inner{
	border-radius: 5px;
	background-color: #eff7ff;
}
.serviceFaqUniversal__title{
	font-size: 3rem;
}
.serviceReviewsUniversal-slide-inner .uk-accordion-title{
	padding: 1rem 0
}
.serviceFaqUniversal .uk-accordion > li{
	background: #f0f2f5;
	border-radius: 10px;
	padding: 1rem;
}
.serviceInfoUniversal{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
div[id^=yablock-main] a{
	display: flex;
	aspect-ratio: 500 / 650;
	overflow: hidden;
}
div[id^=yablock-main] img{
	object-fit: cover;
}