/*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;
	}
}
@media (max-width:479.98px) { 
	.pm-main-block__btn-container {
		width: 100%;
	}
	.pm-main-block__btn-container .pm-btn.pm-btn--outline {
		width: 100%;
		font-size: 18px;
	}
}

.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;
    }
}

@media (max-width: 768px) {
    .b24-widget-button-wrapper {
        bottom: 15px !important;
        right: 10px !important;
    }
}

/* События */
.events-section .swiper-pagination,
.events-section .swiper-button-prev,
.events-section .swiper-button-next {
    display: none !important;
}

/* Награды */
.rewards-section .swiper-pagination,
.rewards-section .swiper-button-prev,
.rewards-section .swiper-button-next {
    display: none !important;
}

#pm-cart-badge{

    position:absolute;

    top:-5px;

    right:-7px;

    min-width:18px;

    height:18px;

    padding:0 5px;

    border-radius:50%;

    background:#7086FC;

    color:#fff;

    font-size:10px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:5;

    pointer-events:none;

}
/* Корзина */
#pm-cart-open .pm-header__search-icon{

    fill:#fff;
    transition:.3s;

}

.pm-header--fixed #pm-cart-open .pm-header__search-icon{

    fill:#737373;

}

@media(any-hover:hover){

    #pm-cart-open:hover .pm-header__search-icon{

        fill:var(--static-white-subtle);

    }

    .pm-header--fixed #pm-cart-open:hover .pm-header__search-icon{

        fill:#555;

    }

}
/* Корзина */

#pm-cart-open{

    position:relative;

}

#pm-cart-open svg{

    width:24px;

    height:24px;

}

#pm-cart-open svg path{

    stroke:#fff;

    transition:.3s;

}

#pm-cart-open svg circle{

    fill:#fff;

    transition:.3s;

}

/* Светлый хедер */

.pm-header--fixed #pm-cart-open svg path{

    stroke:#737373;

}

.pm-header--fixed #pm-cart-open svg circle{

    fill:#737373;

}

/* Hover */

@media(any-hover:hover){

    #pm-cart-open:hover svg path{

        stroke:var(--static-white-subtle);

    }

    #pm-cart-open:hover svg circle{

        fill:var(--static-white-subtle);

    }

    .pm-header--fixed #pm-cart-open:hover svg path{

        stroke:#555;

    }

    .pm-header--fixed #pm-cart-open:hover svg circle{

        fill:#555;

    }

}
@media (max-width: 768px) {

    /* контейнер кнопок */
    .pm-product__actions-btns {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
    }

    /* ВСЕ кнопки одинаковой ширины */
    .pm-product__actions-btns .pm-btn {
        flex: 1;
    }

    /* ВАЖНО: порядок */
    .pm-product__actions-btns .js-open-popup {
        order: 1;
    }

    .pm-product__actions-btns .pm-add-cart {
        order: 2;
    }
}