label.sf-checkbox:before { content: url(../images/check.svg); }
.product-card-info:before { background-image: url(../images/check.svg); }

.d-none { display: none !important; }

* { outline: none !important; }

.d-none{ display: none !important; }

.fav_item_cursor { cursor: pointer; }

.fav_form-input--error {
    /* border: 1px solid #ff0000 !important; */
    color: #ff0000 !important;
}

.fav_rel{ position: relative; };
.fav_form-input--error::-webkit-input-placeholder { color:#ff0000; }
.fav_form-input--error::-moz-placeholder { color:#ff0000; }
.fav_form-input--error:-moz-placeholder { color:#ff0000; }
.fav_form-input--error:-ms-input-placeholder { color:#ff0000; }

.fav_form-form--error > span {
	display: block;
    margin: 0 0 20px 0;
    background-color: #ffeeee;
    border: 0;
    border-left: 4px solid #ff0000;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px 13px 24px;
    line-height: 1.4;
    letter-spacing: -.11px;
    color: #252525;
}

.fav_form-elem--hidden { display: none !important; }
.fav_form-elem--hidden { display: none !important; }
.fav_form-elem--active { display: block !important; }
.fav_form-elem--disable * { color: #828282 !important; opacity: 0.5; }

.fav_form-form--pattern {
    width: 100%;
    height: 100%;	
	z-index: 1;
	display: none;
    position: fixed;   
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.fav_form-form--pattern-active {
    width: 100%;
    height: 100%;	
	z-index: 1;
	display: block;
    position: fixed;   
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.fav_form-form--pattern-loader {   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 15px;
	margin: auto;
	position: absolute;
    display: inline-block;    
	background: url('/assets/loading.svg');
    background-size: cover;
    background-position: center;
}

.stone-filter-btn:hover {
    color: #f53013;
}

.splide__list { height: auto !important; }

.product-options-table td:nth-child(n) {
    padding-right: 25px;
}

a.youtube-icon.instagramm:hover path {
    fill: #f53013;
}

.youtube-icon:hover path{
    fill: #f53013;
}

/*.footer-ya-banner-1, .footer-ya-banner-2, .footer-ya-banner-3, .hot-line-wrapper, .social-networks-wrapper {
    margin: 20px 20px 0 0;
}*/

.social-networks-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
	max-width: 120px;
}

@media screen and (max-width: 992px) {
	nav.header-nav-menu {
		overflow-y: auto;
	}
}

.next-menu {
	display: none;
	position: absolute;
	background: #313131;
	max-width: 250px;
	padding: 10px;
	border: 1px solid #fff;
}

.next-menu li { width: 100%; }

li.parrent-menu:hover .next-menu {
    display: block;
}

li.parrent-menu > *:hover .next-menu {
    display: block;
}

.smart-filter-input-group-checkbox-list { margin-bottom: 20px; }

.stone-filter-links-block-5,
.stone-filter-links-block-6 {
    width: 162px;
    margin-right: 24px;
}

.stone-filter-items {
	flex-wrap: wrap;
}

.stone-filter-items ul li:first-child { color: #f53013; font-weight: 500; }

.card-product-amount { top: -20.5px !important; }

.hover-img-product-img-preview {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 700px;
    height: auto;
    margin-bottom: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #f53013;
    background-color: #fff;
	margin-top: 32px;
	z-index: 5;
}

.fav-filter-btn {
    -webkit-appearance: none;
    padding: 10px 20px;
    margin-top: 0;
    border-width: 2px;
    border-color: #f53013;
    border-style: solid;
    background-color: transparent;
    text-align: center;
    color: #f53013;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
}

.fav-filter-btn:hover {
    color: #ffffff;
	background-color: #f53013;
}

.footer-phone-number {
    font-size: 38px;
    line-height: 1;
    color: #313131;
}

.button-filled.button-filled-has {
    color: #f1001e;
    background-color: #ffffff;
}

.services-buttons {
    text-align: center;
}

.product-card-compact-nh h4,
.product-card-compact-nh p { color: #313131 !important; }

.product-card-compact.product-card-compact-nh {
    display: grid;
    align-content: space-between;
}

.youtube-icon-rutube:hover path {
    stroke: #f53013 !important;
	fill: #f53013 !important;
}

/* news */

section.news-top-banner {
    width: 100%;
    margin: 0 auto 10px auto;
    height: 400px;
	position: relative;
}
section.news-top-banner .news-top-banner-img {
    width: 100%;
    height: 100%;
    background: url('/upload/top-news.webp');
    background-size: cover;
    background-position: center;
	filter: brightness(50%);
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
}
section.news-top-banner .text-banner-news {
	align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}
section.news-top-banner h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 2px 5px 10px rgba(0, 0, 0, .84);
    text-align: center;
    margin: 0;
}
.post-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: #fbfbfb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.post-card--info {
    padding: 20px;
}
.post-card--data {
    font-size: 14px;
    color: #706868;
}
.post-card:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.post-card:hover .post-card--img--img {
	transform: scale(1.05);
}
.container-news {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
	margin-bottom: 50px;
}
.post-card--img{    
	width: 100%;
    height: 250px;
	overflow: hidden;
}
.post-card--img--img{    
	width: 100%;
    height: 100%;
	transition: transform 0.2s;
}
.news-menu ul{
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
}
.news-menu li{
	display: inline-block;
    list-style: none;
    margin-right: 20px;
    font-size: 20px;
}
.news-menu li a.active {
    color: #f53013;
}
ul.pagination-list {
    text-align: center;
    margin-bottom: 50px;
}
ul.pagination-list li{
	display: inline-block;
    list-style: none;
}
ul.pagination-list li a{
	margin-right: 5px;
    font-size: 20px;
    padding: 5px 0;
    width: 40px;
    height: 40px;
    border: 1px solid #c1bebe;
    border-radius: 5px;
	display: block;
}
ul.pagination-list li.active a{
	color: #f53013;
}
@media (max-width: 750px) {
    .container-news {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 751px && max-width: 1024px) {
    .container-news {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.news-detail-block { margin-top: 60px; }
.news-subname-block {
    justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.news-text-block--img {
    margin-top: 50px;
    margin-bottom: 50px;
}
.news-text-block--img img {
    width: 100%;
    height: auto;
}
.news-subname-block--img img {
    width: 100%;
    height: auto;
}
.news-subname-block--left {
	font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    gap: .375rem;
}

.news-subname-block--left svg {
	width: 1.25rem;
	height: 1.25rem;
}
.news-subname-block--img {
    margin-bottom: 30px;
}
video.news-detail-videos {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    gap: 1rem;
    margin-bottom: 50px;
	margin-top: 50px;
}
.grid-2 img {
    width: 100% !important;
    height: auto !important;
}
@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.news-container-base { max-width: 800px !important; }

.news-title-block {
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.nan-logo {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px;
	margin-right: 20px;
}
.nan-logo-img {
	width: 60px;
    height: 60px;
    position: relative;
}
.nan-logo-img:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgba(51, 51, 51, .05);
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .18);*/
	border: 1px solid #b5b2b2;
}