/*header*/
@media (any-hover: hover) {
    .pm-menu-nav__main-item:hover svg path, .pm-menu-nav__main-item:hover svg rect {
        fill: var(--content-sentiment-accent);
    }
}

/*footer*/
.pm-footer .pm-footer-feedback .pm-input-wrapper.active .pm-input  {
	color: #9ca3af;
} 
.pm-footer .pm-btn.pm-btn--primary {
	background: #5369e0;
}

/*modals*/
.pm-lightbox__close {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pm-lightbox__close svg {
	width: 24px;
	height: 24px;
}

/*main index*/
.pm-main-block {
	position: relative;
	background: unset;
}
.pm-main-block .pm-container {
	z-index: 5;
}
.pm-main-block__video-container {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pm-main-block__video-container::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.pm-main-block__video {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: unset;
	top: unset;
	right: unset;
	mask-image: unset;
}

.pm-catalog-menu__nav {
	min-height: 100%;
}

.pm-menu-nav__main-list {
	height: 100%;
}

.pm-news-column:not(.pm-news-column--reverse) .pm-new__logo-wrapper {
	padding: 2rem;
}
@media (max-width:767.98px) {
	.pm-news-column:not(.pm-news-column--reverse) .pm-new__logo-wrapper {
		padding: 1.5rem;
	}
}

.pm-new__logo-link {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.pm-new__logo-link	img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pm-benefit__thumb-item svg {
	position: absolute;
	z-index: 5;
	width: 15px;
	height: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#goUpBtn {
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
}
#goUpBtn svg {
	width: 24px;
	height: 24px;
}
#goUpBtn.up-position {
	bottom: 80px;
}

/*catalog*/
.pm-range-input {
	border-radius: 4px;
	height: 2px;
	background: rgba(52, 52, 52, 0.16);
}
.pm-container .mini-profitability-widget-shell[data-v-d081fe73] {
	padding: 72px 0;
}
@media (max-width: 1280px) {
    .mini-profitability__metric-value {
    	font-size: 30px;
    }
}
@media (max-width: 1140px) {
    .pm-product-main {
    	position: relative;
    	z-index: 10;
    }
    .pm-container.calculator-container {
    	z-index: 5;
    }
}
@media (max-width:767.98px) { 
	.pm-product-main__wrapper {
		padding-bottom: 25px;
	}
	.pm-container .mini-profitability-widget-shell[data-v-d081fe73] {
		padding: 34px 0;
	}
    .pm-product__stats-table .pm-benefit__stat-value {
    	text-align: left;
    	white-space: nowrap;
    }
}