body,
.property-block__item {
	background: #0a0a0a;
}

.section_product_nav {
	background: #000;

}
#product-desc {
	background: rgb(10,10,10);            
	background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(0,0,0,1) 100%);
}

.section_catalog .section__content {
    padding-bottom: 0;
}

.nav-submenu__list-link_title {
	font-weight: 500;
	font-size: 16px;
}

.nav-footer__link,
.nav-footer__name,
.social-block__title,
.cart-block__name,
.section__title.section__title_md.text-uppercase,
.text-section__title,
.tabs-block__nav_default .tabs-block__nav-link,
.nav-submenu__list-link_title

 {
	text-transform: none !important;
}

.tabs-block__nav_default .tabs-block__nav-link,
.footer-contacts__title {
	font-size: 20px;
}

.section__text,
.text-section__text {
	font-size: 16px;
}


.nav-footer__name,
.social-block__title,
.video-section__name,
.cart-block__name {
	font-weight: 500;
	font-size: 20px;
}

.nav-footer__item {
    margin-bottom: 10px;
}

.nav-footer__link {
	font-weight: 400;
	font-size: 13px;
}
.nav-footer__link:hover {
	color: #fff;
}

.content-styles,
.nav-footer__link,
.catalog-series__text,
.cart-block__name,
..history-block__item {
	line-height: 1.6;
}

.section__text,
.text-section__text,
.nav-footer__link,
.catalog-series__text {
	color: #bdbdbd;
}

.tiles-block__img,
.gallery-block__img,
.catalog-block__item,
.slider-default__img,
.catalog-block__cover-bg-img,
/*.tabs-block__nav-link,*/
.section__img,
.reviews-block__thumb-img,
.video-frame,
.video-frame__cover,
.video-list__cover-img,
.articles-block__img,
.nav-submenu__img,
.history-block__img,
.content-styles img {
	border-radius: 3px;
}

.tabs-block__nav_icons .tabs-block__nav-link,
.form-control,
.file-upload__button {
	border-radius: 8px;
}

.tabs-block__nav_icons .tabs-block__nav-text {
	color: #bdbdbd;
}
.tabs-block__nav_icons:not(.tabs-block__nav_icons_static) .swiper-slide-thumb-active .tabs-block__nav-text {
	color: #fff;
}

.catalog-block__item {
	overflow: hidden;
}
.catalog-block__name,
.tags-list,
.catalog-block__desc {
	z-index: 1;
} 
.catalog-block__item:before {
	content: "";
	display: block;
	position: absolute;
	width: 130%;
	height: 130%;
	left: 0;
	top: -150px;
	background: rgb(88,88,88);
	background: radial-gradient(circle, rgba(88,88,88,1) 0%, rgba(255,255,255,0) 65%);
	opacity: 0;
	transition: 0.5s all;
	z-index: 0;
	pointer-events: none;
}
.catalog-block__item:hover:before {
	opacity: 1;
	top: -80px;
	animation: pulse  2s infinite ease-in-out;
}

@keyframes pulse {
	0% { opacity: 0.5 }
	40% { opacity: 0.3 }
	55% { opacity: 0.7; }
	60% { opacity: 1 }
	100% { opacity: 0.5}
}



.tabs-block__nav_icons_static .tabs-block__nav-link {
	opacity: 0.6;
}
.tabs-block__nav_icons_static .tabs-block__nav-link_active .tabs-block__nav-text {
	color: #fff;
}


@media screen and (min-width: 768px) {
	.catalog-block_category .catalog-block__name:not(.catalog-block__item-name),
    .catalog-block__category-name {
		font-size: 20px;
	}
	.catalog-block__cover-text {
		font-size: 20px;
	}
	.product-gallery {
		padding-bottom: 50px;
	}
}


.product-gallery__img {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.container-history {
	padding-top: 60px;
}
.container-history .page-header__title {
	text-transform: none;
}

.content-styles img,
.history-block__img {
	/*box-shadow: 0px 20px 100px rgb(244 67 54 / 40%)*/
	-webkit-filter: drop-shadow(0px 20px 80px rgba(244, 67, 54, 0.4));
    filter: drop-shadow(0px 20px 80px rgba(244, 67, 54, 0.4));
}


.product-gallery__img {
    -webkit-filter: drop-shadow(0px 25px 35px #000);
    filter: drop-shadow(0 25px 35px #000);
}

/*
.catalog-block__img {
    -webkit-filter: drop-shadow(0px 5px 15px #121214);
    filter: drop-shadow(0 5px 15px #121214);
}
*/