body {
	margin-top:0 !important;
}

.nmain {
	font-family: 'Manrope';
	font-size: 16px;
}
.nmain .btn:not(.btn--mob-md) {
    font-family: 'Manrope';
	border-radius: 1000px;
	padding: 20px 40px;
	font-size: 16px;
}
.nmain--cookie {
    @media(max-width:767px) {
        margin-top:120px;
    }
}



.nmain__top {
    position:relative;
    /*top: -138px;
	margin-bottom: -120px;*/
	margin-bottom: 20px;
}
.nmain__top .btn {
	font-size: 18px;
}
.nmain__top-slide {
    position: relative;
	height: 600px;
	background-size: cover;
	padding-top: 200px;
    overflow: hidden;
}
.nmain__top-slide-in {
	position: relative;
	z-index: 3;
	max-width: 50%;
	padding-left: 100px;
}
.nmain__top-slide-in--white {
    color:#FFF;
}
.nmain__top-slide-video {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    min-width: 100% !important;
    min-height: 100%;
}
.nmain__top-slide .wrapper {
	position: relative;
	z-index: 6;
}
.nmain__top-slide-title {
	font-family: 'Unbounded';
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #111827;
}
.nmain__top-slide-text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
	color: rgba(17, 24, 39, 0.64);
}

.nmain__top-slide-in--white .nmain__top-slide-title, .nmain__top-slide-in--white .nmain__top-slide-text {
	color: #fff;
}
.nmain__top-slide-bg, .nmain__top-slide-bg-sm, .nmain__top-slide-bg-xs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: right center;
}
.nmain__top-slide-bg-xs, .nmain__top-slide-bg-sm {
	display: none;
}

.nmain__top .swiper-button-next::after, .nmain__top  .swiper-button-prev::after {
	content: '';
}

.nmain__top .swiper-button-next, .nmain__top  .swiper-button-prev {
	color: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
    font-size: 24px;  
}
@media(max-width: 768px) {
	.nmain__top .swiper-button-next, .nmain__top  .swiper-button-prev {
		display: none;
	}
    
    .nmain__top-slide-video {
        position: absolute;
        left:0;
        right: 0;
    }
}

.nmain__top .swiper-pagination {
	bottom: 20px;
}
.nmain__top .swiper-pagination-bullet {
	position: relative;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.3);
    opacity: 1;
    transform: scale(1)  !important;
}
.nmain__top .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 100px !important;
}
.nmain__top .swiper-pagination-bullet:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 0;
	border-radius: 100px;
	background: rgba(17, 24, 39, 1);
    transition: width 0s;
}
.nmain__top .swiper-pagination-bullet-active {
    background: rgba(17, 24, 39, 1);
}

.nmain__top-slide-dots-box {
	position: absolute;
	display: block;
	width: 126px;
	padding-left: 1px;
	bottom: 20px;
	z-index: 2;
	overflow: hidden;
	left: 50%;
	margin-left: -63px;
	padding-left: 60px;
}
.nmain__top-slide-dots { display: none; }
.nmain__top-slide-dots.swiper-container-initialized {
    display: block; 
    width: 60px;
}
.nmain__top-slide-dots .swiper-slide span { 
    display: block; 
    border-radius: 50%; 
    background: rgba(17,24,39,0.3); 
    width: 8px; height: 8px; 
}
.nmain__top-slide-dots .swiper-slide.swiper-slide-thumb-active span { background: rgba(17,24,39,1); }

@media(max-width: 1200px) {
	.nmain__top-slide-in {
		max-width: 70%;
		padding-left: 0;
	}
}
@media(max-width: 767px) {
	.nmain__top {
		position: relative;
		margin-bottom: 4px;
		top: -8px;
		/*margin-top: 68px;*/
	}
	.nmain__top-slide {
		height: 328px;
		padding-top: 64px;
	}
	.nmain__top-slide-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.nmain__top-slide-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.nmain .btn:not(.btn--mob-md) {
		font-size: 16px;
	}
	.nmain__top-slide .btn {
		padding: 12px 24px;
	}
	.nmain__top-slide-bg-sm {
		display: block;
		background-position: right center;
	}
	.nmain__top-slide-bg {
		display: none;
	}
    .nmain__top-slide--video .nmain__top-slide-in {
        height: 365px;
    }
    .nmain__top-slide--video:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 44.81%, rgba(255, 255, 255, 0) 84.27%);
    }
    .nmain__top-slide--video .btn {
        //position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .nmain__top-slide--video .nmain__top-slide-text {
        color: #111827E0;
    }
    
    .nmain__top-slide-dots-box {
        bottom: auto;
        top: 24px;
        left: 70px;
    }
}
@media(max-width: 550px) {
	.nmain__top-slide {
		height: 450px;
	}
	.nmain__top-slide-bg-xs {
		display: block;
		background-position: top center;
	}
	.nmain__top-slide-bg-sm {
		display: none;
	}
	.nmain__top-slide-in {
		max-width: 90%;
	}
	.nmain__top-slide-title {
		font-size: 20px;
		line-height: 24px;
	}
	.nmain__top-slide-text {
		font-size: 14px;
		line-height: 20px;
	}
	.nmain__top-slide .btn {
		font-size: 14px;
	}
}

.nmain__top-slide-good {
    position: absolute;
    right: 64px;
    bottom: 64px;
    z-index: 10;
    width: 408px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.nmain__top-slide-good-line {
	display: flex;
    align-items: center;
	gap: 8px;
    margin-bottom: 24px;
}
.nmain__top-slide-good-img {
	max-width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 10px;
	background-size: cover;
}
.nmain__top-slide-good-line-info {
	display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 14px;
    color: #111827;
}
.nmain__top-slide-good-line-info-sep {
	width: 2px;
    height: 2px;
    border-radius: 50%;
    margin: 0 8px;
    background: #111827;
}
.nmain__top-slide-good-name {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  font-size: 16px;
  font-family: "Unbounded";
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #111827 !important;
}
.nmain__top-slide-good-buy {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
.nmain__top-slide-good-buy .btn {
	width: 100%;
    white-space: nowrap;
}
.nmain__top-slide-good-favorite {
	max-width: 48px;
	min-width: 48px;
	height: 48px;
	background: #FFF;
	border-radius: 50%;
    text-align: center;
}
.nmain__top-slide-good-favorite .icomoon {
	font-size: 24px;
    line-height: 48px;
}
.nmain__top-slide-good-favorite--active .icomoon:before {
    content: "\ea2b";
    color: #FF6669;
}
.nmain__top-slide-good-cointer {
    width:100%;
}
@media(max-width: 767px) {
	.nmain__top-slide-good {
		display: flex;
		align-items: center;
        justify-content: space-between;
		bottom: 16px;
		left: 16px;
		padding: 12px;
		width: calc(100% - 32px);
	}
	.nmain__top-slide-good-line {
		margin-bottom: 0;
	}
	.nmain__top-slide-good-img {
		max-width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.nmain__top-slide-good-line-info {
		font-size: 10px;
	}
	.nmain__top-slide-good-name {
		font-size: 12px;
		-webkit-line-clamp: 1;
        margin-right: 8px;
	}
    .nmain__top-slide-good-buy {
        width: 125px;
    }
    .nmain__top-slide-good-buy .btn {
        height: 40px;
        padding: 8px 24px;
        width: 100%;
    }
    .nmain__top-slide-good-buy .s-counter {
        width: 100%;
    }
	.nmain__top-slide-good-buy .btn .btn__price-old {
		display: none;
	}
	.nmain__top-slide-good-favorite {
		position: absolute;
		top: -6px;
		left: 6px;
		z-index: 2;
		max-width: 24px;
		min-width: 24px;
		height: 24px;
	}
	.nmain__top-slide-good-favorite .icomoon {
		font-size: 16px;
		line-height: 24px;
	}
    .nmain__top-slide-good-cointer {
        width: 125px;
    }
}


.nmain__title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 32px;
}
.nmain__title .h1 {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #111827;
}
.nmain__title-right {
	display: flex;
    justify-content: flex-end;
	align-items: flex-start;
	max-width: 65%;
	min-width: 65%;
}
.nmain__title-text {
    font-size: 18px;
	line-height: 24px;
	max-width: 50%;
	font-family: 'Manrope';
	font-weight: 400;
	color: rgba(55, 65, 81, 1);
}


@media(max-width: 767px) {
	.nmain__title-text {
		font-size: 14px;
	}
}

.nmain__title .btn, .b-products-slider-wrap-title__btn .btn {
	display: inline-flex;
	align-items: center;
    justify-content: space-between;
    min-width: 224px;
    padding: 11px 15px 11px 20px;
    margin-left: 125px;
}

.nmain__title .btn .icomoon, .b-products-slider-wrap-title__btn .btn .icomoon {
    font-size: 24px;
}
.nmain__title-left-link {
	display: none;
}
@media(max-width: 1200px) {
	.nmain__title .btn {
		margin-left: 50px;
	}
}
@media(max-width: 767px) {
	.nmain__title {
		display: block;
		margin-bottom: 16px;
	}
	.nmain__title .h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
		width: 60%;
	}
	.nmain__title .h1 br {
		display: none;
	}
	.nmain__title-text {
		max-width: 100%;
		min-width: 100%;
	}
	.nmain__title-left {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nmain__title-left-link {
		display: inline-block;
		width: 24px;
		height: 24px;
		text-align: center;
		font-size: 0;
		border: none;
		padding: 0px;
		margin-left: 0;
        min-width: auto;
        min-height: auto;
	}
	.nmain__title-left-link .material-symbols-sharp {
		font-size: 24px;
	}
    .nmain__title-left-link .icomoon {
		font-size: 24px;
	}
	.nmain__title .btn {
		display: none;
	}
	.nmain__title-right {
		max-width: 100%;
		min-width: 100%;
	}
}
@media(max-width: 550px) {
	.nmain__title .h1 {
		width: 90%;
	}
}

.nmain__sub {
	padding: 100px 0;
	background: #F9FAFB;
	text-align: center;
}
.nmain__sub-title {
	font-family: 'Unbounded';
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
.nmain__sub-form {
	max-width: 920px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 20px;
}
.nmain__sub-inp {
	max-width: 49.5%;
	min-width: 49.5%;
	height: 64px;
	border: 1px solid rgba(17, 24, 39, 0.48);
	border-radius: 100px;
    padding: 0 24px;
    color: #111827;
	font-size: 18px;
}
.nmain__sub-form .btn {
	max-width: 49.5%;
	min-width: 49.5%;
	text-align: center;
}
.nmain__sub-form .btn:hover {
    background: #565656;
    color: #FFF;
}
.nmain__sub .s-checkbox__in:before {
	border: 1px solid #111827;
	border-radius: 0;
}
.nmain__sub .s-checkbox input:checked ~ .s-checkbox__icn {
	color: #111827;
}
.nmain__sub .s-checkbox input:checked ~ .s-checkbox__in:before {
	border-color: #111827;
}
.nmain__sub .s-checkbox__in {
	color: #111827;
}
.nmain__sub .s-checkbox__in a {
	color: #111827;
}
@media(max-width: 767px) {
    .nmain__sub {
		padding: 80px 0;
		text-align: left;
	}
	.nmain__sub-title {
		font-family: 'Unbounded';
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
	.nmain__sub-form {
        width: 343px;
		flex-direction: column;
		margin: 0 auto 20px;
	}
	.nmain__sub-inp {
		height: 44px;
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 16px;
		padding: 0 16px;
		font-size: 16px;
		border: 1px solid rgba(24, 24, 27, 0.4);
	}
	.nmain__sub-inp::placeholder {
		color: #111827;
	}
	.nmain__sub-form .btn {
		max-width: 100%;
		min-width: 100%;
		height: 44px;
        font-size: 14px;
		padding: 12px;
	}
    .nmain__sub .s-checkbox {
        display: block;
		width: 343px;
		margin: 0 auto;
	}
}


.nmain__collections {
	margin-bottom: 100px;
	overflow: hidden;
}
.nmain__collections .swiper-container {
    overflow: visible;
}
.nmain__collections .swiper-slide {
    display: block;
    width: 340px;
}
.nmain__collections-list {
	display: flex;
	overflow-x: scroll;
}
.nmain__collection {
	display: block;
	position: relative;
	max-width: 340px;
	min-width: 340px;
	height: 340px;
	border-radius: 8px;
	overflow: hidden;
}
.nmain__collection-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-size: cover;
	transition: all linear 0.3s;
}
.nmain__collection:hover .nmain__collection-img {
	transform: scale(1.02);
}
.nmain__collection:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    height: 85px;
	background: linear-gradient(179.88deg, rgba(0, 0, 0, 0) 0.1%, #000000 99.9%);
	opacity: 0.64;
	z-index: 1;
}
.nmain__collection-name {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	color: #FFF;
	font-family: 'Unbounded';
	font-size: 20px;
	line-height: 24px;
}
.nmain__collections-list .swiper-button-next {
	position: absolute;
	right: 8px;
	top: 150px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.nmain__collections-list .swiper-button-next:after {
	content: none;
}
.nmain__collections-list .swiper-button-prev {
	position: absolute;
	left: 8px;
	top: 150px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.nmain__collections-list .swiper-button-prev:after {
	content: none;
}
@media(max-width: 767px) {
    .nmain__collections {
        margin-bottom: 80px;
    }
    .nmain__collections .swiper-slide {
    	width: 256px;
    }
	.nmain__collection {
		max-width: 256px;
		min-width: 256px;
		height: 256px;
	}
    .nmain__collection-name {
		font-size: 16px;
		line-height: 20px;
		left: 12px;
		bottom: 12px;
		right: 12px;
	}
    .nmain__collections-list .swiper-button-next, .nmain__collections-list .swiper-button-prev {
		display: none;
	}
}
@media(max-width:550px) {
    .nmain__collections {
        margin-bottom: 48px;
    }
}




.nmain__actions {
	margin-bottom: 100px;
	overflow: hidden;
}
.nmain__actions .swiper-container {
    overflow: visible;
}
.nmain__actions .swiper-slide {
    width: 572px;
}
.nmain__actions-slide-img {
	position: relative;
	height: 340px;
    overflow: hidden;
	border-radius: 8px;
	margin-bottom: 8px;
}
.nmain__actions-slide-img div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
    transition: all linear 0.3s;
}
.nmain__actions-slide:hover .nmain__actions-slide-img div {
	transform: scale(1.02);
}
.nmain__actions-slide-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
    color: #08090A !important;
}
.nmain__actions-slide-text {
    color: #08090A !important;
}
.nmain__actions-slide-date {
	color: #08090A !important;
	margin-top:  8px;
	font-size: 14px;
	line-height: 20px;
    min-width: 13%;
    margin-left: 2%;
    text-align: right;
}
.nmain__actions-slide-info-left .nmain__actions-slide-date {
    display: none;
}
.nmain__actions-slide-title {
	font-family: 'Unbounded';
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 4px;
}
.nmain__actions .swiper-button-next {
	position: absolute;
	right: 8px;
	top: 170px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
    z-index: 2;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.nmain__actions .swiper-button-next:after {
	content: none;
}
.nmain__actions .swiper-button-prev {
	position: absolute;
	left: 8px;
	top: 170px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
    z-index: 2;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.nmain__actions .swiper-button-prev:after {
	content: none;
}
@media(max-width: 767px) {
    .nmain__actions {
        margin-bottom: 80px;
    }
    .nmain__actions .swiper-slide {
	    width: 256px;
	}
	.nmain__actions-slide-img {
		height: 256px;
	}
	.nmain__actions-slide-info {
		flex-direction: column;
		justify-content: flex-start;
        margin-bottom: 0;
	}
	
	.nmain__actions-slide-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.nmain__actions-slide-text, .nmain__actions-slide-date {
		font-size: 12px;
	}
    .nmain__actions .swiper-button-next, .nmain__actions .swiper-button-prev {
        display: none;
    }
    .nmain__actions-slide-date {
        display: none;
    }
    .nmain__actions-slide-info-left .nmain__actions-slide-date {
        display: block !important;
        text-align: left;
    }
}
@media(max-width: 550px) {
	.nmain__actions {
		margin-bottom: 48px;
	}
}


.nmain__about {
	margin-bottom: 100px;
}
.nmain__about-img {
	height: 400px;
	background-image: url(/netcat_template/template/demetr/assets/img/main/about.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px;
}
@media(max-width: 992px) {
	.nmain__about-img {
		height: 370px;
	}
}
@media(max-width: 767px) {
	.nmain__about {
		margin-bottom: 80px;
	}
	.nmain__about-img {
		height: 340px;
		background-image: url(/netcat_template/template/demetr/assets/img/main/about2.png) !important;
		background-position: left center;
	}
}
@media(max-width: 550px) {
	.nmain__about {
		margin-bottom: 48px;
	}
	.nmain__about-img {
		height: 168px;
		background-position: right top;
	}
}






.main__new {
	margin-bottom: 100px;
    overflow: hidden;
}
.main__new-slider {
	position: relative;
}
.main__new .swiper-container {
    overflow: visible;
}
.main__new .swiper-slide {
    width: 340px;
}
.main__new-slider .swiper-button-next {
	position: absolute;
	right: 8px;
	top: 170px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
    z-index: 2;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.main__new-slider .swiper-button-next:after {
	content: none;
}
.main__new-slider .swiper-button-prev {
	position: absolute;
	left: 8px;
	top: 170px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	color: #111827;
	line-height: 40px;
    z-index: 2;
	filter: drop-shadow(0px 1px 2px rgba(106, 122, 152, 0.15));
    font-size: 24px;
}
.main__new-slider .swiper-button-prev:after {
	content: none;
}
.main__new-slide {
    margin-right: 8px;
}
.swiper-container-initialized .main__new-slide{
    margin-right: 0;
}
@media(max-width: 767px) {
	.main__new {
		margin-bottom: 80px;
	}
	.main__new-slider .swiper-button-prev, .main__new-slider .swiper-button-next {
		display: none !important;
	}
	.main__new .swiper-slide {
		width: 256px;
	}
}
@media(max-width: 550px) {
	.main__new {
		margin-bottom: 48px;
	}
}



.nproduct {
	
}
.nproduct__top {
	position: relative;
	height: 340px;
	background: #F9FAFB;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}
.nproduct__labels {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
}
.nproduct__labels-item {
	height: 20px;
	padding: 0 8px;
	border-radius: 100px;
	line-height: 20px;
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 10px;
    color:#111827 !important;
	margin-bottom: 4px;
}
.nproduct__labels-item--blue {
	background: #C2E2FF;
}
.nproduct__labels-item--black {
	background: #374151;
	color: #FFF !important;
}
.nproduct__labels-item--yellow {
	background: linear-gradient(180deg,#fff0a2 0%,#fbdd3f 100%);
}
.nproduct__info {
	display: flex;
	flex-direction: column;
	width: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.nproduct__favorite {
    display: block;
    padding: 12px 0px 6px 4px;
}
.nproduct__favorite-in {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.64);
	text-align: center;
	line-height: 24px;
}
.nproduct__favorite:focus {
	color: #111827;
}
.nproduct__favorite .material-symbols-sharp {
	font-size: 15px;
	line-height: 25px;
}
.nproduct__favorite .icon-nheart {
	font-size: 12px;
	line-height: 25px;
}

.nproduct__favorite--active {
	color:#f04a2c!important;
}
.nproduct__notes {
    display: block;
    padding: 6px 0px 4px 4px;
}
.nproduct__notes-in {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.64);
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding-top: 1px;
}
.nproduct__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nproduct__img-img {
	position: absolute;
	top: 24px;
	right: 0;
	bottom: 24px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nproduct__img-img.--type-9 {
	top: -2px;
}



.nproduct__img-img.--full-h {
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
 }

.nproduct__img-img.--full-h img {
	max-width: 100%;
	max-height: 100%;
}


.nproduct__img-img img {
	/*position: absolute;*/
	max-width: 99%;
	max-height: 99%;
	/*bottom: 0px;
	left: 20px;
	right: 20px;
	margin: auto;*/
}
.nproduct__img-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity linear 0.2s;
}
.nproduct:hover .nproduct__img-hover {
	opacity: 1;
}
.nproduct__bottom-info {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #9CA3AF;
	margin-bottom: 8px;
}
.nproduct__bottom-info-sep {
	margin: 8px;
	max-width: 2px;
	min-width: 2px;
	height: 2px;
	border-radius: 1px;
	background: #9CA3AF;
}
.nproduct__bottom-name {
	display: inline-block;
    height: 48px;
	font-family: 'Unbounded';
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #111827 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.nproduct__price {
	display: flex;
    align-items: center;
	font-family: 'Unbounded';
	font-size: 20px;
	line-height: 24px;
	color: #111827;
}
.nproduct__price-old {
	position: relative;
	color: #9CA3AF;
	margin-right: 8px;
}
.nproduct__price-old:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #9CA3AF;
}
.nproduct__price-old:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #FFF;
}
.nproduct__price-tooltip {
    font-size: 10px;
    border-radius: 50%;
    line-height: 19px;
    margin-left: 10px;
}
.nproduct__bottom-line {
	display: flex;
	align-items: center;
	margin-top: 16px;
	color: #9CA3AF;
	font-size: 12px;
}
.nproduct__bottom-rating {
	display: inline-flex;
	margin-right: 10px;
	font-size: 14px;
}
.nproduct__bottom-rating .material-symbols-sharp {
	font-size: 16px;
}
.nproduct__bottom-reviews {
	padding-top: 1px;
}
.nproduct__top-btns {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -50px;
	height: 48px;
	transition: bottom linear 0.2s;
	z-index: 2;
}
.nproduct:hover .nproduct__top-btns {
	bottom: 8px;
}
.nproduct__top-btns .btn {
	width: 100%;
	height: 48px;
	padding: 12px;
	font-size: 16px;
}
.nproduct__top-counter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	justify-content: space-between;
	align-items: center;
	background: #111827;
	border-radius: 100px;
	color: #FFF;
	font-size: 16px;
	padding: 0 12px;
	display: none;
}
.nproduct__top-counter .material-symbols-sharp {
	font-size: 24px;
}
.nproduct__top-counter .icon-nplus {
	font-size: 16px;
}
.nproduct__top-counter .icon-nminus {
	font-size: 16px;
}
.nproduct--incart .nproduct__top-btns {
	bottom: 8px;
}
.nproduct--incart .nproduct__top-counter {
	display: flex;
}
.nproduct__top-counter-val {
	background: none;
	text-align: center;
	color: #FFF;
	border: none;
}
.nproduct__top-counter a {
	max-width: 24px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFF !important;
}

.nproduct__top-counter button {
	border: none;
	background: none;
    text-align: center;
}

.nproduct__xs {
	display: none;
}

.nproduct__img-img.--full-cover {
    top:0;
    bottom:0;
}
.nproduct__img-img.--full-cover img{
    max-width:100%;
    max-height:100%;
}

@media(max-width: 767px) {
	.nproduct__top {
		height: 256px;
	}
	.nproduct__bottom-info {
		font-size: 12px;
	}
	.nproduct__bottom-name {
		font-size: 16px;
		line-height: 20px;
        height: 45px;
	}
	.nproduct__price {
		font-size: 16px;
		line-height: 20px;
	}
    .nproduct:hover .nproduct__img-hover {
        opacity: 1;
    }

    .nproduct__labels {
    	top: 8px;
    	left: 8px;
    }

    .nproduct__top-btns {
    	display: none;
    }
    .nproduct__xs {
    	position: relative;
    	display: block;
    	height: 50px;
    	margin-top: 12px;
    }
    .nproduct__xs .btn {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 40px;
    	padding: 0 12px;
    	font-size: 14px;
        width: 100%;
    }
    .nproduct__xs .btn .material-symbols-sharp {
    	font-size: 16px;
    	margin-right: 8px;
    }
    .nproduct__xs .btn .icon-ncart2 {
    	font-size: 13px;
    	margin-right: 8px;
    }
    .nproduct__xs .nproduct__top-counter {
    	height: 48px;
    }
    
    .nproduct__info {
        width: 36px;
    }

    .nproduct__favorite {
	    display: block;
	    padding: 8px 0px 6px 4px;
	}

}

.nmain__gift {
	margin-bottom: 100px;
}
.nmain__gift-in {
	position: relative;
	height: 480px;
	background-image: url(/netcat_template/template/demetr/assets/img/main/nbonus5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	padding: 137px 64px;
	color: #FFF;
    border-radius: 8px;
}
.nmain__gift-in .icomoon {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 24px;
}
.nmain__gift-in-left {
	width: 624px;
}
.nmain__gift-title {
	font-size: 32px;
	font-family: Unbounded;
	line-height: 40px;
	margin-bottom: 16px;
}
.nmain__gift-text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
.nmain__gift-form {
	display: flex;
}
.nmain__gift-form-inp {
    width: 100%;
	height: 62px;
	border-radius: 100px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: #FFF;
	font-size: 18px;
    background: none;
    margin-right: 8px;
}
.nmain__gift-form-inp::placeholder {
	color: #FFF;
}
.nmain__gift-link {
	position: absolute;
	right: 64px;
	bottom: 48px;
	color: #FFF !important;
	border-bottom: 1px solid;
	font-size: 14px;
}
@media(max-width: 992px) {
	.nmain__gift-in {
		background-position: 50% 0%;
	}
}
@media(max-width: 767px) {
	.nmain__gift {
		margin-bottom: 0;
	}
	.nmain__gift .shell {
		padding: 0;
	}
	.nmain__gift-in {
		padding: 20px;
		height: 360px;
		border-radius: 0px;
	}
	.nmain__gift-in-left {
		width: 100%;
	}
	.nmain__gift-in .icomoon {
		font-size: 10px;
	}
	.nmain__gift-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.nmain__gift-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.nmain__gift-form-inp {
		height: 38px;
        font-size: 14px;
	}
	.nmain__gift-form .btn {
		font-size: 14px !important;
		padding: 11px 24px !important;
		line-height: 16px !important;
        min-height: 40px !important;
	}
	.nmain__gift-link {
		right: 20px;
		bottom: 20px;
	}
}
@media(max-width: 550px) {
	.nmain__gift-in {
		background-image: url(/netcat_template/template/demetr/assets/img/main/nbonus5-xs.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom right;
	}
}

.b-products-slider-wrap .b-products-slider-wrap-title__icn .icomoon {
    font-size:24px;
}








.nmain__nplay-change-item-range-wrap {
	width:100%;
}
.nmain__nplay-change-item-range {
	max-width: calc(100% - 14px);
    position: relative;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle {
	margin: -5px 0 0 -3px !important;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-range {
	height: 6px;
}
@media(max-width:992px) {
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle {
	margin: -7px 0 0 -3px !important;
}	
}



.nmain__catalog {
	margin-bottom: 80px;
    text-align: center;
}
.nmain__catalog-list .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
    text-align: left;
}
.nmain__catalog-list .swiper-slide {
	max-width: 25%;
	min-width: 25%;
	padding: 10px;
}
.nmain__catalog-item {
	position: relative;
	display: block;
	width: 100%;
	height: 390px;
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.nmain__catalog-item:after {
	content: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 150px;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 16.41%, rgba(0, 0, 0, 0.00) 71.09%);
}
.nmain__catalog-list .swiper-slide:nth-child(5),.nmain__catalog-list .swiper-slide:nth-child(6) {
	max-width: 50%;
	min-width: 50%;
}
.nmain__catalog-list .swiper-slide:nth-child(5) .nmain__catalog-item,.nmain__catalog-list .swiper-slide:nth-child(6) .nmain__catalog-item {
	height: 308px;
}
.nmain__catalog-item-name {
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-family: Unbounded;
    color: #111827;
}
.nmain__catalog-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform linear 0.2s;
}
.nmain__catalog-item:hover .nmain__catalog-item-bg {
	transform: scale(1.03);
}
@media (min-width: 991px) {
    .nmain__catalog .swiper-wrapper {
        transform: none !important;
    }
}
@media(max-width: 992px) {
	.nmain__catalog {
		margin-bottom: 48px;
        text-align: left;
	}
	.nmain__catalog-item {
		padding: 16px;
	}
	.nmain__catalog-item-name {
		font-size: 14px;
		line-height: 16px;
	}
    .nmain__catalog {
        overflow: hidden;
    }
    .nmain__catalog-list .swiper-slide {
        max-width: 196px;
        min-width: 196px;
        padding: 0;
    }
    .nmain__catalog-list .swiper-slide:nth-child(5), .nmain__catalog-list .swiper-slide:nth-child(6) {
        max-width: 196px;
        min-width: 196px;
    }
    .nmain__catalog-list .swiper-wrapper {
        flex-wrap: nowrap;  
    }
    .nmain__catalog-list.swiper-container {
        overflow: visible;
    }
}
@media(max-width: 767px) {
	.nmain__catalog-item {
		height: 252px !important;
	}
}


.nmain__nabout {
	margin-bottom: 80px;
}
.nmain__title--center {
	max-width: 864px;
	flex-direction: column;
	text-align: center;
	margin: 0 auto 24px;
}
.nmain__title--center .nmain__title-left {
    max-width: 100%;
    min-width: 100%;
}
.nmain__title--center .nmain__title-text {
  font-size: 18px;
  line-height: 24px;
  max-width: 100%;
  color: #111827;
}
.nmain__title--center .btn {
	max-width: none;
	min-width: auto;
	margin-left: 0;
    padding: 11px 24px;
    margin-top: 20px;
}
.nmain__title--center .nmain__title-right {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 767px) {
    .nmain__title--center {
        text-align: left;
        margin-bottom: 16px;
    }
    .nmain__title--center .nmain__title-text {
        font-size: 14px;
        line-height: 24px;
    }
}
.nmain__nabout-list .swiper-wrapper {
	display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
	gap: 20px;
    transform: none;
}
@media(min-width:992px) {
    .nmain__nabout-list .swiper-wrapper {
        transform: none !important;
    }
    .nmain__nabout-list .swiper-wrapper .swiper-slide-duplicate {
        display: none;
    }
    
    .nmain__nhave-list .swiper-wrapper {
        transform: none !important;
    }
    
    .nmain__nhave-list .swiper-wrapper .swiper-slide-duplicate {
        display: none;
    }
}
.nmain__nabout-item {
	position: relative;
	display: block;
	height: 522px;
	border-radius: 20px;
	overflow: hidden;
	padding: 28px 24px;
	color: #111827 !important;
}
.nmain__nabout-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
	transition: transform linear 0.2s;
}
.nmain__nabout-item:hover .nmain__nabout-item-bg {
	transform: scale(1.03);
}
.nmain__nabout-item-title {
    display: block;
	position: relative;
	z-index: 2;
	font-family: Unbounded;
	font-size: 24px;
	margin-bottom: 16px;
}
.nmain__nabout-item-text {
	position: relative;
    display: block;
	z-index: 2;
	font-size: 18px;
	line-height: 24px;
	width: 90%;
}
@media(max-width: 992px) {
    .nmain__nabout {
        margin-bottom: 48px;
    }
		.nmain__nabout .shell {
			padding:0;
		}
		.nmain__nabout .nmain__title {
			padding:0 16px;
		}
    .nmain__nabout-list {
        
    }
	.nmain__nabout-item {
		padding: 20px 16px;
	}
	.nmain__nabout-item-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.nmain__nabout-item-text {
		font-size: 14px;
		line-height: 20px;
	}
    .nmain__nabout-list .swiper-wrapper {
        display: flex;
        gap: 0px;

    }
		.nmain__nabout-list.swiper-container {
			
		}
    .nmain__nabout-list .swiper-slide {
        max-width: 288px;
        min-width: 288px;
    }
    .nmain__nabout-item {
        height: 366px;
    }
}
@media(max-width: 767px) {
	.nmain__nabout-item {
		height: 366px;
	}
}

.nmain__ncollab {
	margin-bottom: 80px;
}
.nmain__ncollab-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.nmain__ncollab-item {
	position: relative;
	height: 245px;
	border-radius: 20px;
	overflow: hidden;
	grid-area: 2 / 1 / 3 / 4;
}
.nmain__ncollab-item:first-child {
	grid-area: 1 / 1 / 2 / 4;
}
.nmain__ncollab-item:last-child {
	grid-area: 1 / 4 / 3 / 5;
    height: 533px;
}
.nmain__ncollab-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform linear 0.2s;
	border-radius: 20px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.nmain__ncollab-item-bg-xs {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform linear 0.2s;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.nmain__ncollab-item:hover .nmain__ncollab-item-bg {
	transform: scale(1.03);
}
.nmain__ncollab .nmain__ncollab-item:not(:last-child) {
	height: 257px;
}
.nmain__ncollab .btn:not(.btn--mob-md) {
	font-size: 18px;
}
@media(max-width: 767px) {
	.nmain__ncollab {
		margin-bottom: 48px;
	}
	.nmain__ncollab-list {
		display: flex;
        justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -16px;
        gap: 0;
	}
	.nmain__ncollab-item {
		height: 350px !important;
		max-width: 49%;
		min-width: 49%;
        border-radius: 0;
        order: 2;
	}
    
	.nmain__ncollab-item:nth-child(2) {
		display: flex;
		order: 0;
		margin-bottom: 4px;
		max-width: 100%;
		min-width: 100%;
		height: 230px !important;
	}
	.nmain__ncollab-item-bg {
		display: none;
	}
	.nmain__ncollab-item-bg-xs {
		display: block;
	}
}

@media(max-width: 500px) {
	.nmain__ncollab-item {
		height: 266px !important;
		max-width: 49.5%;
		min-width: 49.5%;
        border-radius: 0;
        order: 2;
	}
    
	.nmain__ncollab-item:nth-child(2) {
		display: flex;
		order: 0;
		margin-bottom: 4px;
		max-width: 100%;
		min-width: 100%;
		height: 160px !important;
	}
	.nmain__ncollab-item-bg {
		display: none;
	}
}

.nmain__nhave {
	margin-bottom: 80px;
}
.nmain__nhave-list .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.nmain__nhave-list .swiper-slide {
	max-width: 25%;
	min-width: 25%;
	padding: 10px;
}
.nmain__nhave-list .swiper-slide:not(.swiper-slide-duplicate):nth-last-child(1),
.nmain__nhave-list .swiper-slide:not(.swiper-slide-duplicate):nth-last-child(2) {
    max-width: 50%;
	min-width: 50%;
}
.nmain__nhave-item {
	position: relative;
	display: block;
	width: 100%;
	height: 390px;
	border-radius: 20px;
	padding: 24px;
	overflow: hidden;
}
.nmain__nhave-list .swiper-slide:not(.swiper-slide-duplicate):nth-last-child(1) .nmain__nhave-item,
.nmain__nhave-list .swiper-slide:not(.swiper-slide-duplicate):nth-last-child(2) .nmain__nhave-item {
    height: 308px;
}
.nmain__nhave-item-title {
	position: relative;
	z-index: 2;
	font-family: Unbounded;
	color: #000;
	font-size: 24px;
	line-height: 28px;
}
.nmain__nhave-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform linear 0.2s;
}
.nmain__nhave-item:hover .nmain__nhave-item-bg {
	transform: scale(1.03);
}
@media(max-width: 992px) {
	.nmain__nhave-item {
		padding: 12px;
        height: 252px !important;
	}
	.nmain__nhave-item-title {
		font-size: 14px;
		line-height: 16px;
	}
    .nmain__nhave {
        overflow: hidden;
        margin-bottom: 48px !important;
    }
    .nmain__nhave-list .swiper-slide {
        max-width: 196px !important;
        min-width: 196px !important;
        padding: 0;
    }
    
    .nmain__nhave-list .swiper-wrapper {
        flex-wrap: nowrap;  
    }
    .nmain__nhave-list.swiper-container {
        overflow: visible;
    }
}

.nmain .l-tabs__btn {
	width: 190px;
}
@media(max-width: 767px) {
    .nmain .l-tabs__btns {
        display: flex;
        margin: 0 0px 16px;
        min-width: 100%;
        width: auto;
    }
	.nmain .l-tabs__btn {
		width: auto;
	}
}

.nmain__nactions {
	margin-bottom: 80px;
}
.nmain__nactions-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.nmain__nactions .btn:not(.btn--mob-md) {
    font-size: 18px;
}
.nmain__nactions-slider-wrap {
	display: none;
}
.nmain__nactions-left {
	max-width: 580px;
	min-width: 580px;
}
.nmain__nactions-right {
	display: flex;
	gap: 28px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.nmain__nactions-item {
	display: block;
    width: 100%;
}
.nmain__nactions-item-img {
	position: relative;
	display: block;
	width: 100%;
	height: 160px;
	border-radius: 20px;
	overflow: hidden;
    margin-bottom: 10px;
}
.nmain__nactions-left .nmain__nactions-item-img {
	height: 580px;
}
.nmain__nactions-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform linear 0.2s;
}
.nmain__nactions-item:hover .nmain__nactions-item-bg {
	transform: scale(1.03);
}
.nmain__nactions-item-title {
	display: block;
	font-family: Unbounded;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
    color: #111827;
}
.nmain__nactions-item-text {
	font-size: 20px;
	line-height: 26px;
    color: #111827;
}
@media(max-width: 992px) {
    .nmain__nactions {
        margin-bottom: 48px;
    }
    .nmain__nactions .shell {
        padding: 0;
    }
    .nmain__nactions .btn--block {
        margin: 0 16px;
        width: auto;
    }
    
	.nmain__nactions-left {
		max-width: 50%;
		min-width: 50%;
	}
    .nmain__nactions-item-title {
        font-size: 16px;
    }
    .nmain__nactions-item-text {
        font-size: 12px;
        line-height: 16px;
    }
    .nmain__nactions-item-img {
        height: 176px;
    }
}
@media(max-width: 767px) {
    .nmain__nplay-btn-wrap {
        margin-top: 12px;
    }
    .nmain__nactions-slider-wrap {
        display:block;
    }
    .nmain__nactions-list {
        display:none;
    }
    .nmain__nactions-slider-wrap .btn {
        margin-top: 20px;
    }
    .nmain__nactions .nmain__actions-slider .swiper-slide {
			width: 256px !important;
		}
}

.nmain__nplay {
	padding: 40px 0 24px;
	background-image:url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/main/new/pinkbg.png);
    background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    margin-bottom: 80px;
}
.nmain__nplay .h1 {
	color: #FFF;
    margin-bottom: 12px;
}
.nmain__nplay-text {
    color: #FFF;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}
.nmain__nplay-change {
	display: flex;
    justify-content: center;
	gap: 40px;
	padding: 20px 40px;
	max-width: 1084px;
	background: #FFF;
	border-radius: 20px;
	margin: 0 auto 48px;
}
.nmain__nplay-change-item {
	max-width: 20%;
	min-width: 20%;
}
.nmain__nplay-change-item-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 700;
    text-align: left;
}

.nmain__nplay-change-item input {
    display: none;
}
.nmain__nplay-change-item-range-wrap {
    position: relative;
    padding: 0;
    font-size: 12px;
    background: #FFE0DB;
    height: 6px;
    margin-top: 12px;
    margin-bottom: 0px
    border-radius: 50px;
}
.nmain__nplay-change-item-range-wrap .ui-state-default {
    cursor: pointer
}
.nmain__nplay-change-item-range-wrap .ui-widget-header {
    background: #FF6669
}

.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle {
    box-sizing: border-box;
    position: absolute;
    left: 40px;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 1px solid #FF6669;
    border-radius: 50%;
    margin: -5px 0 0 -7px;
    cursor: pointer;
    outline: none;
    background: #FF6669;
    opacity: 1!important
}
.ui-slider-handle {
    left:40px;
}

.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle.ui-state-hover,
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle.ui-state-focus,
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle.ui-state-active {
    background: #FF6669;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-range {
    position: absolute;
    display: block;
    z-index: 1;
    border-radius: 2px;
    background: #FF6669;
}
.nmain__nplay-change-item-range-wrap .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px;
}
.nmain__nplay-change-item-range-wrap .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}
.nmain__nplay .ui-widget-content {
    border: none;
}
@media(max-width: 992px) {
	.nmain__nplay-change {
		max-width: 100%;
	}
	.nmain__nplay {
		padding: 20px 16px 16px;
        margin-bottom: 48px;
	}
    .nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle {
        width: 19px;
        height: 19px;
        margin: -7px 0 0 -7px;
    }
}

@media(max-width: 767px) {
	.nmain__nplay-change {
		flex-direction: column;
		padding: 12px 12px 24px;
		gap: 20px;
        margin-bottom: 12px;
	}
	.nmain__nplay-change-item {
		max-width: 100%;
		min-width: 100%;
	}
    .nmain__nplay-change-item-title {
        font-size: 14px;
    }
}


.nmain__today {
	padding: 40px 0 20px;
	background-image:url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/main/new/greenbg.png);
    background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    margin-bottom: 80px;
    overflow:hidden;
}
.nmain__today .h1 {
	color: #FFF;
    margin-bottom: 12px;
}
.nmain__today-text {
    color: #FFF;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}

.nmain__today-moods-slider {
    margin-top: 0px;
    text-align: center;
}
.nmain__today-moods-slider .b-products {
    margin-bottom: 24px;
}
.nmain__today-moods-slider .b-product {
    margin-bottom: 0;
}
.nmain__today-moods-slider:not(.moods-step-hide) {
    
}
.ncatalog__top-test {
	padding-bottom: 20px;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-handle {
	left: 40%;
}
@media(max-width:992px) {
    .nmain__today {
        margin-bottom: 48px;
        padding: 20px 0 0;
    }
    .nmain__today-moods-slider:not(.moods-step-hide) {
        
    }
    .nmain__today-moods-slider .b-product {
        margin-bottom: 16px;
    }
    .nmain__today-moods-slider .btn:last-child {
        margin: 0 16px 28px;
        display:block;
        max-height: 40px;
        font-size: 14px;
        padding: 11px;
    }
}


.nmain-header {
    display: none;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 4px 16px;
	justify-content: space-between;
	align-items: center;
    background: #FFF;
}
.nmain-header__logo {
	font-family: Unbounded;
	font-size: 16px;
	line-height: 16px;
}
.nmain-header__link {
	font-size: 24px;
	color: #000 !important;
	margin-left: 12px;
}
@media(max-width: 992px) {
    .nmain-header {
        display: flex;
    }
    .nmain__today-moods-slider .b-products {
        margin-bottom: 0;
    }
}




.b-product--n .b-product__name {
    text-align: left;
}


.slide-hidden {
			opacity: 0;
			transform: translateY(20px);
			transition: all 0.5s ease;
	}

	.slide-visible {
			opacity: 1;
			transform: translateY(0);
	}


	.js--products--preloader .preloader {
			z-index: 50;
	}
	.moods-step-hide { height:0; overflow: hidden; }

	.ncatalog__filters-item .ncatalog__filter-title {
		display:none;
	}

	.c-filter__label-text::after { left: 1px; }

	.nmain .stories {
		margin-bottom: 18px;
	} 
    
    @media(max-width:767px) {
        .nmain .stories {
            margin-bottom: 12px;
        } 
    }


	.ncatalog--flex {
			display:flex;
	}
	
	.nmain__nplay .shell{
		padding:0;
	}
	.nmain__catalog-tabs .b-products--slider {
			/*
			margin:0 -20px;
			width:calc(100% + 40px) !important;
			*/
	}
	/* Для слайдеров в пол слайда */
	.nmain__nplay .swiper-slide,
	.nmain__today-moods-slider .swiper-slide,
	.nmain__catalog-tabs .swiper-slide {
		width: 373px !important;
	}	
	.nmain__catalog-tabs .swiper-container,
	.nmain__today-moods-slider .swiper-container,
	.nmain__nplay .swiper-container {
		/*margin-left: -161px;*/
	}
	.nmain__catalog-tabs .swiper-button-prev,
	.nmain__today-moods-slider .swiper-button-prev,
	.nmain__nplay .swiper-button-prev {
		/*left: 170px;*/
	}
	.nmain__catalog-tabs .swiper-button-next,
	.nmain__today-moods-slider .swiper-button-next,
	.nmain__nplay .swiper-button-next {
		/*right: -160px;*/
	}	
	
	
.nmain__nabout .nmain__title--center {
	color:#000;
	
}

.nmain__nabout .btn:not(.btn--mob-md) {
	font-size: 18px;
}	
	

@media (max-width: 767px) {
	.ncatalog__filters-item .ncatalog__filter-title {
		display:flex;
	}

	.ncatalog__filters-item .ncatalog__filter-del {
			display: inline-block;
			position: absolute;
			top: -12px;
			right: -16px;
			font-size: 24px;
			padding: 8px;
	}

	.b-products__error { padding: 0 16px; }
	
	

	.ncatalog__top-test-step.js--moods-step-1 { 
				margin-left: -16px;
				padding-left: 16px;
				-ms-overflow-style: none;
				scrollbar-width: none; }
				
	.ncatalog__top-test-step.js--moods-step-1::-webkit-scrollbar {
				width: 0;
				height: 0;
	}
	

	.ncatalog--flex {
			flex-wrap: wrap;
	}
	.nmain .btn:not(.btn--mob-md).btn--large, .nmain .btn:not(.btn--mob-md).btn--block {
		font-size: 14px;
		padding:12px 0;
		min-height: 40px;
	}
	
	
	/* Для слайдеров в пол слайда */
	.nmain__nplay .swiper-slide,
	.nmain__today-moods-slider .swiper-slide,
	.nmain__catalog-tabs .swiper-slide {
		width: 176px !important;
	}	
	.nmain__catalog-tabs .swiper-container,
	.nmain__today-moods-slider .swiper-container,
	.nmain__nplay .swiper-container {
		/*margin-left: -88px;*/
	}
	.nmain__catalog-tabs .swiper-button-prev,
	.nmain__today-moods-slider .swiper-button-prev,
	.nmain__nplay .swiper-button-prev {
		/*left: 98px;*/
	}		
	
	
}

.nmain__nplay-change-item-range-wrap {
	border-radius: 50px;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-range{
	border-radius: 50px;
}
.nmain__nplay-change-item-range-wrap .ui-slider .ui-slider-range {
	background: linear-gradient(270deg, #FF928B 0%, #FFA27E 30.77%, #FF9599 61.06%, #CBD6FF 100%);
}

@media(max-width: 767px) {
    .nmain__nplay-change-item-range-wrap {
        width: 100%;
    }
	.nmain__nplay .h1{
		text-align:left;
		font-size: 20px;
	}
	.nmain__nplay-text {
		text-align:left;
		font-size: 14px;
        line-height: 20px;
	}
	.nmain__nplay .nmain__nplay-btn-wrap .btn {
		font-size: 14px;
		background:rgba(17, 24, 39, 1);
		width:100%;
	}
    
    .nmain__nplay-slider {
        margin: 0 -16px;
        width: auto !important;
    }
	.nmain__nplay .nmain__nplay-btn-wrap .btn--white {
		color:#fff !important;
	}	
}

.nmain__catalog-tabs {
	margin-bottom: 80px;
}
.nmain__catalog-tabs .l-tabs__data {
	position: relative;
}
.nmain__catalog-tabs .b-products--slider {
	background:#F3F4F6;
    padding: 20px 0;
    width: 100%;
}
.nmain__catalog-tabs .b-products--slider:before {
    content:'';
    position: absolute;
    top:0;
    right: -100px;
    bottom: 0;
    left: -100px;
    background:#F3F4F6;
}
.nmain__catalog-tabs .b-products--slider:not(.js-init) .swiper-slide  {
    margin: 0px 8px;
}
.nmain__catalog-tabs .b-product {
	margin-bottom: 0px;
}

.nmain__catalog-tabs .swiper-slide {
	width: 373px;
}

.nmain__catalog-tabs__btnblock {
	position:relative;
	margin:24px 0 0;
    
}
@media(max-width:768px) {
    .nmain__catalog-tabs {
        margin-bottom: 48px;
    }
    .nmain__catalog-tabs .l-tabs__btns {
        margin: 0 -16px 16px;
    }
	.nmain__catalog-tabs__btnblock {
		font-size: 14px;
		
		margin:12px 0 0;		
	}
	.nmain__catalog-tabs__btnblock .btn {
		width: 100%;	
	}
    
    .nmain__catalog-item-bg-xs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}


@media(min-width: 992px) {
	.ncatalog__top-test {
		padding-bottom: 20px;
	}
	
	.nmain__today .ncatalog__top-test  .ncatalog__top-test-step .swiper-wrapper, 
	.nmain__today .js--moods-step  .swiper-wrapper	{
		justify-content: center;
	}
}

.nmain__today .ncatalog__top-test  .ncatalog__top-test-step {
	/*justify-content: center;*/
	margin-top:0;
}
.nmain__today .js--moods-step  .swiper-wrapper {
	/*justify-content: center;*/
}

.nmain__today-in {
	display: flex; 
	justify-content: center; 
	align-items: baseline;
}

@media(max-width: 768px) {
	.nmain__today .h1 {
		font-size: 20px;
		text-align:left;
	}
	.nmain__today .nmain__today-text {
		font-size: 14px;
		text-align:left;
	}
	.nmain__today-in {
		justify-content: start;
	}


}

.nmain__nactions-item-text {
	font-size: 18px;
}


.nmain__nplay-slider {
    width:100%;
    overflow:hidden;
    text-align: left;
}
.nmain__nplay-slider .b-product {
    margin-bottom: 0px;
}
.nmain__catalog-tabs__btnblock .btn {
    margin:0 auto;
    display: table;
}
.nmain__nplay-slider .b-products--slider:not(.js-init) .swiper-slide  {
    margin: 0 8px;
}


.nmain__today-in .ncatalog__top-line-back {
    margin-right: 20px; 
    color:#fff;
}
@media(max-width:767px) {
    .nmain__nplay-slider .b-products-slider-wrap {
        margin-bottom: 0px !important;
    }
    
    
    .nmain .b-product .btn--mob-md {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    
    .b-product {
        border-radius: 0 !important;
    }
    
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

#embedim--snow {
    opacity: 1;
    animation: fadeOut 1s ease-out 5s forwards;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}


