html.ios.lock {
	overflow: hidden;
	position: fixed;
	inset: 0;
}
a[href^="tel"] {
	white-space: nowrap;
}
.js_menu-lvl-next-opener > a {
	pointer-events: none;
}
.breadcrumbs__list {
	column-gap: 0.5rem;
}
.breadcrumbs__item {
	font-size: 0.9375rem;
}
.list-cities__link {
	display: block;
	cursor: pointer !important;
	transition: var(--transition-duration);
}
.sub-menu__list {
	min-height: calc(var(--min-height-link) * 8);
	max-height: calc(var(--min-height-link) * 8);
	height: 100%;
}
.bnr-prm__inner {
	padding-block: 0;
}
.bnr-prm__count {
	line-height: 1;
}
.bnr-prm__btn > * {
	border-radius: 0.75rem;
}
.bnr-prm__inner {
	min-height: inherit;
}
.bnr-prm__content {
	line-height: 1.2;
}
.popup .price-block__body {
	justify-content: space-between;
}
.title-search-result .selecting-list__item b {
	color: var(--accent-color);
}
.title-search-result .selecting-list__item:hover a {
	color: inherit;
}
.fixing-box {
	z-index: 148;
}
.fixing-box#holiday_popup {
	z-index: 149;
}
.btn-sidebar.active svg {
	/* transform: rotate(180deg); */
}
.sidebar-page__close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
}
.btn-sidebar {
	border: 1px solid var(--white-color);
	border-right: 0;
}
.link-models__ico img {
	position: relative;
	z-index: 3;
}
.link-models__ico::before {
	z-index: 0;
}
.mfp-close {
	top: 10px;
}
.block-popup.security-block .block-popup__list {
	max-height: unset;
}
.sidebar-blog__title {
	font-size: 1.125rem;
}
.blog-detail-first__btn {
	/* top: calc(var(--header-height, 3.125rem) + 130px); */
	top: 300px;
}
.form-payment-box__btn > *{
	background-color: var(--temno-zelenyy);
    border-color: var(--temno-zelenyy);
}
.top-footer__item-btn > * {
	border-width: 2px;
	width: 100%;
}
.bottom-footer {
	gap: 0.125rem;
}
.support-box__link.--white,
.contacts-footer__phone.--white {
	color: var(--white-color);
}
/* .body-main-first, */
.benefit-block,
.publicity-block {
	background: none;
	background: linear-gradient(90deg, var(--to-right-gradient-color-start, rgba(246, 119, 0, 0.15)) 40%, var(--to-right-gradient-color-end, rgba(246, 119, 0, 0.25)) 100%);
}
.advertising-slider .slider-section__pagination {
	display: flex !important;
	margin-top: 30px;
}
.advertising-slider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: var(--accent-color-opacity);
}
.advertising-slider .swiper-pagination-bullet-active {
	background-color: var(--accent-color);
}
.advertising-slider .publicity-block {
	background: none;
	background: linear-gradient(90deg, var(--to-right-gradient-color-start, rgba(246, 119, 0, 0.15)) 40%, var(--to-right-gradient-color-end, rgba(246, 119, 0, 0.25)) 100%);
	/* background: linear-gradient(90deg, rgba(0, 121, 58, 0.15) 40%, rgba(0, 121, 58, 0.25) 100%); */
	height: 100%;
	min-height: 18.6875rem;
}
.advertising-slider .publicity-block__img {
	flex: 0 0 51.5%;
}
.advertising-slider .publicity-block__title {
	font-size: 24px;
}
.advertising-slider .publicity-block__text {
	font-size: 16px;
}
.advertising-slider .publicity-block__btn {
	min-height: 50px;
	padding: 0 20px;
	border-radius: 15px;
	font-size: 15px;
}
.advertising-slider .publicity-block__body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.advertising-slider .publicity-block__row {
	flex: 1 1 auto;
	/* height: 100%; */
}
.advertising-slider .label-info  {
	border-radius: 8px;
}
.item-list-device:not(.has-models) .item-list-device__head {
	min-height: unset;
    margin-bottom: 15px;
}
.info-contacts-block .list-service-point__item.is-hidden {
	display: none !important;
}
.form-payment-box__btn:not(:last-child) {
	margin-bottom: 24px;
}
.field-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	line-height: 25px;
	font-size: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.field-checkbox input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.field-checkbox input[type="checkbox"] + span {
	content: "";
	position: absolute;
	left: 16px;
	top: 16px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #c7c8cb;
	border-radius: 4px;
	transition-property: border, background;
	transition-duration: 0.3s;
}
.field-checkbox input[type="checkbox"] + span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 10px;
	height: 10px;
	background: #fb8d2b;
	border-radius: 3px;
	opacity: 0;
}
.field-checkbox input[type="checkbox"]:checked + span:before {
	opacity: 1;
}
.field-checkbox {
	cursor: pointer;
}
.field-checkbox span {
	cursor: pointer;
}
.field-checkbox_w input[type="checkbox"] + span {
	top: 0.3em;
	left: 0;
}
.field-checkbox {
	font-weight: 500;
}
.field-checkbox a {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.info-payment,
.info-payment__outer {
	height: 100%;
}
.item-service-point.no-results {
	z-index: 1;
}
.item-adresses__body > * {
	font-size: 16px;
}
.item-adresses.disabled {
	pointer-events: none;
}
#modal-widget .checkout-modal__container {
	background: #292728;
	padding: 15px;
	border-radius: 15px;
}
.__service_closed {
	pointer-events: none;
}
/*
.adresses__item.__days_off .item-adresses__body {
	padding-top: 10px;
	padding-bottom: 10px;
}
*/
.route-block .block-popup__list {
	max-height: unset;
}
.block-popup__list {
	max-height: 22rem;
}
.item-adresses__row {
	padding-block: 12px;
}
.btn-1 {
	cursor: pointer;
}
.info-contacts-block.is-searching .info-contacts-block__btn{
	display: none !important;
}
html.has-overlay body::after {
	z-index: 49;
	pointer-events: auto;
}
.sublist-outer.active::before {
	content: "";
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    inset: 0;
    opacity: 1;
    transition: opacity .8s ease 0s;
    pointer-events: none;

}
.menu-header__item:nth-last-child(2) {
	display: block;
}
.works__list:has(.list-works__item:nth-last-child(2)) .list-works__item:nth-last-child(2):nth-child(odd){
	/* border-bottom: .0625rem solid var(--seryy);; */
}
.label-info__text {
	white-space: nowrap;
}
.label-info--small {
	width: fit-content;
}
.publicity-block__title {
	/* min-width: 500px; */
}
.temping-box__close{
	top: 0.625rem;
	right: 0.625rem;
	padding: 0.625rem;
}
.temping-box__close svg {
	width: 0.9375rem;
	height: 0.9375rem;
}
.service-phones .block-popup__list {
    max-height: 23.75rem; /*380px*/
}
.benefit-block__title:not(:last-child) {
	margin-bottom: 1.875rem;
}
.info-contacts-block__points {
	height: 100%;
}
.info-contacts-block.is-searching .info-contacts-block__points::before{
	opacity: 0;
}
#price_updated_block {
	/* min-height: 30px; */
	pointer-events: none;
}
#price_updated_block + * {
	/* margin-top: -30px; */
}
.about-section__container:has(> #price_updated_block){
	/* margin-top: -30px; */
}
.body-main-first {
	background: none;
	background: linear-gradient(90deg, var(--to-right-gradient-color-start, rgba(246, 119, 0, 0.15)) 40%, var(--to-right-gradient-color-end, rgba(246, 119, 0, 0.25)) 100%);
}
.benefit-block__body-inner b::before {
	background: unset;
	background-color: var(--accent-color);
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwOTk3XzE1NSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuOTAwMDI0IDkuMDAwMkMwLjkwMDAyNCA4LjAwNjA2IDEuMzUzMzQgNy4yMDAyIDEuOTEyNTIgNy4yMDAySDE2LjA4NzVDMTYuNjQ2NyA3LjIwMDIgMTcuMSA4LjAwNjA2IDE3LjEgOS4wMDAyQzE3LjEgOS45OTQzNCAxNi42NDY3IDEwLjgwMDIgMTYuMDg3NSAxMC44MDAySDEuOTEyNTJDMS4zNTMzNCAxMC44MDAyIDAuOTAwMDI0IDkuOTk0MzQgMC45MDAwMjQgOS4wMDAyWiIgZmlsbD0iI0Y2NzYwMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDAwMDEgMTcuMDk5OUM4LjAwNTg3IDE3LjA5OTkgNy4yMDAwMSAxNi42NDY2IDcuMjAwMDEgMTYuMDg3NFYxLjkxMjRDNy4yMDAwMSAxLjM1MzIxIDguMDA1ODcgMC44OTk5MDIgOS4wMDAwMSAwLjg5OTkwMkM5Ljk5NDE1IDAuODk5OTAyIDEwLjggMS4zNTMyMSAxMC44IDEuOTEyNFYxNi4wODc0QzEwLjggMTYuNjQ2NiA5Ljk5NDE1IDE3LjA5OTkgOS4wMDAwMSAxNy4wOTk5WiIgZmlsbD0iI0Y2NzYwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwOTk3XzE1NSI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwOTk3XzE1NSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuOTAwMDI0IDkuMDAwMkMwLjkwMDAyNCA4LjAwNjA2IDEuMzUzMzQgNy4yMDAyIDEuOTEyNTIgNy4yMDAySDE2LjA4NzVDMTYuNjQ2NyA3LjIwMDIgMTcuMSA4LjAwNjA2IDE3LjEgOS4wMDAyQzE3LjEgOS45OTQzNCAxNi42NDY3IDEwLjgwMDIgMTYuMDg3NSAxMC44MDAySDEuOTEyNTJDMS4zNTMzNCAxMC44MDAyIDAuOTAwMDI0IDkuOTk0MzQgMC45MDAwMjQgOS4wMDAyWiIgZmlsbD0iI0Y2NzYwMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDAwMDEgMTcuMDk5OUM4LjAwNTg3IDE3LjA5OTkgNy4yMDAwMSAxNi42NDY2IDcuMjAwMDEgMTYuMDg3NFYxLjkxMjRDNy4yMDAwMSAxLjM1MzIxIDguMDA1ODcgMC44OTk5MDIgOS4wMDAwMSAwLjg5OTkwMkM5Ljk5NDE1IDAuODk5OTAyIDEwLjggMS4zNTMyMSAxMC44IDEuOTEyNFYxNi4wODc0QzEwLjggMTYuNjQ2NiA5Ljk5NDE1IDE3LjA5OTkgOS4wMDAwMSAxNy4wOTk5WiIgZmlsbD0iI0Y2NzYwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwOTk3XzE1NSI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat center / contain;  /* для Safari/старых Chrome */
}
.ymaps-2-1-79-image {
	background: unset !important;
	background-color: var(--accent-color) !important;
	mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15%2020.2687C15%2011.836%2021.7157%205%2030%205C38.2843%205%2045%2011.836%2045%2020.2687C45%2028.6352%2040.2125%2038.3982%2032.743%2041.8895C31.0018%2042.7035%2028.9982%2042.7035%2027.257%2041.8895C19.7875%2038.3982%2015%2028.6352%2015%2020.2687ZM30%2025C32.7615%2025%2035%2022.7614%2035%2020C35%2017.2386%2032.7615%2015%2030%2015C27.2385%2015%2025%2017.2386%2025%2020C25%2022.7614%2027.2385%2025%2030%2025Z%22%20fill%3D%22%23F67600%22%2F%3E%3Cpath%20opacity%3D%220.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.06827%2036.3358C9.71137%2037.1473%209.57472%2038.3265%208.76307%2038.9698C7.32892%2040.106%206.875%2041.1075%206.875%2041.875C6.875%2042.4825%207.1507%2043.2203%207.9766%2044.074C8.81095%2044.9368%2010.1145%2045.813%2011.8889%2046.6178C15.0245%2048.0398%2019.3588%2049.1165%2024.375%2049.5858V48.4375C24.375%2047.7018%2024.8052%2047.0343%2025.4752%2046.7303C26.1452%2046.4263%2026.931%2046.542%2027.4847%2047.0265L31.2347%2050.3078C31.6415%2050.6638%2031.875%2051.1783%2031.875%2051.7188C31.875%2052.2595%2031.6415%2052.7738%2031.2347%2053.13L27.4847%2056.4113C26.931%2056.8955%2026.1452%2057.0115%2025.4752%2056.7075C24.8052%2056.4035%2024.375%2055.7358%2024.375%2055V53.351C18.9128%2052.8718%2014.0232%2051.7035%2010.34%2050.033C8.30535%2049.11%206.55172%2047.995%205.2811%2046.6813C4.00203%2045.3588%203.125%2043.735%203.125%2041.875C3.125%2039.4995%204.54167%2037.53%206.43425%2036.0305C7.2459%2035.3873%208.4252%2035.524%209.06827%2036.3358ZM50.9317%2036.3358C51.5747%2035.524%2052.754%2035.3873%2053.5657%2036.0305C55.4582%2037.53%2056.875%2039.4995%2056.875%2041.875C56.875%2045.3203%2053.9547%2047.9015%2050.5085%2049.6285C46.9042%2051.4345%2041.9775%2052.7128%2036.439%2053.2743C35.4087%2053.3785%2034.489%2052.628%2034.3845%2051.5978C34.2802%2050.5675%2035.0307%2049.6478%2036.061%2049.5433C41.305%2049.0118%2045.7535%2047.8168%2048.8285%2046.2758C52.0615%2044.6558%2053.125%2043.0168%2053.125%2041.875C53.125%2041.1075%2052.671%2040.106%2051.237%2038.9698C50.4252%2038.3265%2050.2887%2037.1473%2050.9317%2036.3358Z%22%20fill%3D%22%23F67600%22%2F%3E%3C%2Fsvg%3E");
	-webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15%2020.2687C15%2011.836%2021.7157%205%2030%205C38.2843%205%2045%2011.836%2045%2020.2687C45%2028.6352%2040.2125%2038.3982%2032.743%2041.8895C31.0018%2042.7035%2028.9982%2042.7035%2027.257%2041.8895C19.7875%2038.3982%2015%2028.6352%2015%2020.2687ZM30%2025C32.7615%2025%2035%2022.7614%2035%2020C35%2017.2386%2032.7615%2015%2030%2015C27.2385%2015%2025%2017.2386%2025%2020C25%2022.7614%2027.2385%2025%2030%2025Z%22%20fill%3D%22%23F67600%22%2F%3E%3Cpath%20opacity%3D%220.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.06827%2036.3358C9.71137%2037.1473%209.57472%2038.3265%208.76307%2038.9698C7.32892%2040.106%206.875%2041.1075%206.875%2041.875C6.875%2042.4825%207.1507%2043.2203%207.9766%2044.074C8.81095%2044.9368%2010.1145%2045.813%2011.8889%2046.6178C15.0245%2048.0398%2019.3588%2049.1165%2024.375%2049.5858V48.4375C24.375%2047.7018%2024.8052%2047.0343%2025.4752%2046.7303C26.1452%2046.4263%2026.931%2046.542%2027.4847%2047.0265L31.2347%2050.3078C31.6415%2050.6638%2031.875%2051.1783%2031.875%2051.7188C31.875%2052.2595%2031.6415%2052.7738%2031.2347%2053.13L27.4847%2056.4113C26.931%2056.8955%2026.1452%2057.0115%2025.4752%2056.7075C24.8052%2056.4035%2024.375%2055.7358%2024.375%2055V53.351C18.9128%2052.8718%2014.0232%2051.7035%2010.34%2050.033C8.30535%2049.11%206.55172%2047.995%205.2811%2046.6813C4.00203%2045.3588%203.125%2043.735%203.125%2041.875C3.125%2039.4995%204.54167%2037.53%206.43425%2036.0305C7.2459%2035.3873%208.4252%2035.524%209.06827%2036.3358ZM50.9317%2036.3358C51.5747%2035.524%2052.754%2035.3873%2053.5657%2036.0305C55.4582%2037.53%2056.875%2039.4995%2056.875%2041.875C56.875%2045.3203%2053.9547%2047.9015%2050.5085%2049.6285C46.9042%2051.4345%2041.9775%2052.7128%2036.439%2053.2743C35.4087%2053.3785%2034.489%2052.628%2034.3845%2051.5978C34.2802%2050.5675%2035.0307%2049.6478%2036.061%2049.5433C41.305%2049.0118%2045.7535%2047.8168%2048.8285%2046.2758C52.0615%2044.6558%2053.125%2043.0168%2053.125%2041.875C53.125%2041.1075%2052.671%2040.106%2051.237%2038.9698C50.4252%2038.3265%2050.2887%2037.1473%2050.9317%2036.3358Z%22%20fill%3D%22%23F67600%22%2F%3E%3C%2Fsvg%3E");

}
.decor-img::before,
.body-main-first__img::before {
	background: none;
    background: linear-gradient(0deg, var(--to-bottom-gradient-color-end, rgba(246, 119, 0, 0.25)) 0, var(--to-bottom-gradient-color-start, rgba(246, 119, 0, 0.15)) 74.04%);
}
.body-main-first__title {
	margin-bottom: 30px;
}
.details-block {
	background: none;
	background: linear-gradient(90deg, var(--to-bottom-gradient-color-start, rgba(246, 119, 0, 0.15)) 40%, var(--to-bottom-gradient-color-end, rgba(246, 119, 0, 0.25)) 100%);
}
a.cell-header {
	cursor: pointer;
}
.pc-bottom-header2__address .cell-header {
	cursor: pointer;
}
.cell-header__dropdown-wrap{
	position: absolute;
	top: calc(100% + 8px);
	top: 100%;
	left: 0;
	width: min(340px, 100%);
	min-width: 340px;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
	padding-top: 15px;
}
.cell-header__dropdown {
	cursor: default;
	background-color: #fff;
	box-shadow: var(--shadow);
	border-radius: 15px;
	padding: 20px;
	z-index: 5;
}
.cell-header:hover .cell-header__dropdown-wrap {
	transition: var(--transition-duration);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.cell-header__text {
	/* font-size: 15px; */
}
.pc-bottom-header2__btn > * {
	padding-inline: 1.25rem;
}
.cell-header__dropdown .btn-1{
	margin-top: 12px;
}
.pc-bottom-header2__address:not(:last-child):not(.pc-bottom-header2__mode) {
	position: relative;
}
.pc-bottom-header2__address:not(:last-child):not(.pc-bottom-header2__mode)::after {
	content: "";
	/* position: absolute; */
	/* top: 0; */
	/* right: calc(-6px + (-12 - -6) * ((100vw - 1280px) / (1919 - 1280))); */
	width: 1px;
	height: 50px;
	background-color: var(--seryy);
}
.pc-bottom-header2__search {
	flex-grow: 1;
}
.city-current .title-3{
	font-size: 18px;
}
.header-catalog__btn > * {
	padding-inline: 1.25rem;
	border-radius: 0.625rem;
}
.cell-header__body {
	gap: 0.1875rem;
}
.cell-header__text {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
}
.info-top-footer__title {
	font-size: 16px;
}
.bottom-footer__content {
	margin-bottom: 0.3125rem;
}
.item-top-footer__item-btn > *{
	font-size: 16px;
}
.list-footer {
	font-size: 16px;
}
.about-box-line__ico {
	background-color: var(--accent-color-opacity);
}
.--no-accent-color {
	color: inherit;
}
.header-catalog__catalog{
	width: min(315px, 100%);
	left: -1px;
}
.catalog-header__list ul li:hover > a {
	background-color: var(--accent-color-opacity);
}
.list-menu__sub {
	width: 100%;
	max-width: 265px;
}
.address_items_wrap {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: calc(12px + (24 - 12) * ((100vw - 1280px) / (1919 - 1280)));
	justify-content: space-between;
}
.address_items_wrap .cell-header {
}
.pc-bottom-header2__address {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex: 1 0 33.333%;
	justify-content: space-around;
}
.item-company-delivery {
	background-color: var(--accent-color-opacity);
}
.pc-bottom-header2__body .form-input input,
.pc-bottom-header2__body .form-search {
	min-height: 67px;
}
.pc-bottom-header2__address:last-child .cell-header__dropdown-wrap{
	left: auto;
	right: 0;
}
.pc-bottom-header2__mode .cell-header{
	cursor: default;
}
.mobile_menu_title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.5625rem;
}
.body-main-first__title {
	max-width: 500px;
}
.pc-bottom-header2__body {
	/* justify-content: center; */
}
.device-block .slider-section:not(:last-child) {
	margin-bottom: 14px;
}
.pc-bottom-header2__address:not(.pc-bottom-header2__mode) .cell-header {
	flex: 0 0 240px;
	flex-basis: calc(190px + (240 - 190) * ((100vw - 1280px) / (1919 - 1280)));
}
.address_items_wrap,
.pc-bottom-header2__row {
	gap: calc(12px + (24 - 12) * ((100vw - 1280px) / (1919 - 1280)));
}
.pc-bottom-header2__search {
	flex-basis: calc(140px + (308 - 140) * ((100vw - 1280px) / (1919 - 1280)));
}
.pc-bottom-header2__btn > * {
	white-space: nowrap;
}
.pc-bottom-header2__mode {
	display: block;
}
.map-block__map > * > * > *,
.map-block__map > * > * {
	height: 100% !important;
}


.block-devices {
}
.block-devices__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
	gap: 30px 20px;
}
.block-devices__item {
}
.block-devices__btn {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.block-devices__btn:has(> .hidden) {
	margin-top: 0;
}
.block-devices__btn > * {
	width: auto;
}
.block-devices .item-list-device {
	padding: 20px;
	overflow: hidden;
}

.block-devices .item-list-device__img {
	transform: translate(0, 50px);
	margin-top: -40px;
	position: relative;
}
.block-devices .item-list-device__img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: none;
	background: linear-gradient(0deg, var(--to-right-gradient-color-end, rgba(255, 106, 0, .5)) 0, var(--to-right-gradient-color-start, rgba(255, 106, 0, .1)) 74.04%);
	transform: translate(-50%, -30%);
	border-radius: 50%;
}
.block-devices .item-list-device__title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.item-list-device {
}
.item-list-device__pseudo-link {
}
.item-list-device__wrapper {
}
.item-list-device__head {
}
.item-list-device__title {

}
.item-list-device__img {
}
.item-list-device__img-item {
}
.item-list-device:not(.has-models) .item-list-device__head {
	margin-bottom: 0;
    margin-bottom: 15px;
}
.item-list-device:not(.has-models) .item-list-device__title {
	margin-bottom: 0;
}
.block-popup .socials-btns:has(> *:nth-child(2):not(.button-tel)) {
	grid-template-columns: 1fr;
}
.block-popup .socials-btns:has(> *:nth-child(3):not(.button-tel)) {
	grid-template-columns: 1fr 1fr;
}
.block-popup .socials-btns:has(> *:nth-child(4):not(.button-tel)) {
	grid-template-columns: 1fr 1fr 1fr;
}
.block-popup .socials-btns {
	/* display: flex; */
	/* flex-wrap: nowrap; */
}
.block-popup .socials-btns:has(> *:nth-child(4):not(.button-tel)) {
	/* flex-wrap: wrap; */
}
.block-popup .socials-btns > * {
	/* flex-grow: 1 !important; */
}
a[href^='tel'] {
	white-space: nowrap;
}
.pc-bottom-header2__address:not(.pc-bottom-header2__mode) .cell-header__text {
	white-space: nowrap;
}

.cell-header__title > .body-service-point__title>p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 140px;
}
.roadbox__info svg path{
	fill: revert-layer;
}

.noty_theme__relax,
.alert {
	border: 0 !important;
}

.noty_theme__relax.noty_bar,
.alert {
	border-radius: 15px;
}

.noty_theme__relax.noty_bar .noty_body,
.alert {
	padding: 13px 20px;
	font: inherit;
	font-size: 15px;
	line-height: 1.6;
}

.noty_theme__relax.noty_type__success,
.alert.-success {
	box-shadow: 0 2px 10px rgba(61, 119, 61, 0.25);
	background-color: #e0efd8;
	color: #3d773d;
}

.noty_theme__relax.noty_type__error,
.alert.-error {
	box-shadow: 0 2px 10px 0 rgba(248, 24, 0, 0.25);
	background-color: #ffebe2;
	color: #f81800;
}
.noty_close_button {
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	background-color: transparent;
	font-size: 20px;
	font-weight: 400;
}
.noty_progressbar {
	display: none !important;
}

.box-fullcenter__img svg path {
	fill: revert-layer;
}
.pc-bottom-header2__mode {
	flex: 0 0 165px;
}
.pc-bottom-header2__body:has(.pc-bottom-header2__mode) .pc-bottom-header2__search {
	flex-basis: 320px;
}
.fixing-box__wrap {
	flex-direction: column;
	align-items: end;
	row-gap: 1.25rem;
}

.fixing-box--cookies .temping-box__ico{
	width: 22px;
	height: 22px;
	background-color: transparent;
	border-radius: 0;
}
.fixing-box--cookies .temping-box__ico svg{
	width: 100%;
	height: 100%;
}
.fixing-box--cookies .temping-box__ico svg path{
	fill: revert-layer;
}
.fixing-box--cookies .temping-box__row{
	gap: 20px;
}
.fixing-box--cookies .temping-box__title{
	font-size: 16px;
}
.fixing-box--cookies .temping-box__text{
	font-size: 14px;
}
.fixing-box--cookies .temping-box__text a{
	border-bottom: 1px dashed;
}
.fixing-box--cookies .temping-box__text a{
	/* color: var(--accent-color); */
}
.cell-header__title {
	transition: var(--transition-duration);
}
.js_title-search {
	position: relative;
}
.pc-bottom-header2__search .form-search__btn_submit{
	pointer-events: none;
}
.link-models__ico.hide_circle::before {
	display: none;
}
html.menu-open .fixing-box {
	z-index: 1;
}
.popup .service-phones__feedback {
	position: sticky;
	bottom: -25px;
	left: 7px;
	right: 7px;
}
.top-header2__burger {
	transform: translateX(-8px);
}
.top-header2__search .item-menu-header__link>svg{
	transform: unset;
}
.top-header2__actions {
	display: flex;
	gap: 30px;
}
:where(.has-hitbox) {
	position: relative;
}
.has-hitbox::before {
	content: '';
	position: absolute;
	width: 44px;
	height: 44px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top-header2__search .item-menu-header__link {
	padding-block: 0;
}
.section__block:has(.slider-section):not(:last-child){
	/* margin-bottom: calc(var(--mb-section) - var(--space-shadow-slider)); */
}
.link-models__ico::before {
	display: none;
}
.page__model {
	flex-shrink: 0;
}
.other-blog-block__links {
	scrollbar-width: none;
}
.header-catalog--adaptive svg {
	transform: rotate(-90deg);
}
.body-main-first {
	display: flex;
	flex-direction: column;
}
.no-pointer {
	cursor: default !important;
}
.bottom-header2__mobile.mobile-bottom-header2 .menu.not_connected {
	background-color: transparent;
	font-weight: 700;
	border: .3125rem solid var(--grey-color);
	padding: 10px 15px;
    /* border-radius: 9px; */
}
.body-main-first__img::before {
	/* background: linear-gradient(0deg, rgba(255, 106, 0, 0.5) 0px, rgba(255, 106, 0, 0.1) 74.04%) !important; */
}
.cell-header__text.--row {
	display: block;
}
.list-cities__link span {
	display: block;
}
.list-cities__link span {
	font-size: 16px;
}

@media (min-width: 79.9988rem /** 1279.98px */) {
	.service-phones__body {
		gap: 0;
	}
	.benefit-block__body {
		align-self: stretch;
		flex-direction: column;
		display: flex;
		justify-content: space-between;
	}

	.body-main-first {
		display: flex;
		flex-direction: column;
	}
	.body-main-first__row {
		height: unset;
		min-height: unset;
		flex-grow: 1;
	}
	.sub-menu__title {
		display: none;
	}
	.body-main-first__img::before {
		/* width: 100%; */
		/* height: 100%; */
	}

}
@media (min-width: 47.9988rem /** 767.98px */) {
	.main-first__body {
		min-height: 28.5rem;
	}
}
@media (max-width: 85.3738rem /** 1365.98px */) {
	.item-list-device__title {
		font-size: 16px;
	}

}
@media (max-width: 79.9988rem /** 1279.98px */) {
	.blog-detail-first__sidebar {
		display: block;
		position: fixed;
		left: 300%;
		top: 0;
		height: 100%;
		width: 100%;
		overflow-y: auto;
		z-index: 80;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: var(--transition-duration);
		padding: 50px 10px 20px;
	}
	.blog-detail-first__sidebar.active {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		background-color: var(--white-color);
		top: 50%;
		border-radius: var(--border-radius);
		left: 50%;
		transform: translate(-50%, -50%) scale(1);
        max-height: calc(100dvh - 1rem);
		height: auto;
        width: calc(100% - 1rem);
		max-width: 400px;
		padding-inline: 1.25rem;
	}
	.blog-detail-first__sidebar {
		transform: translate(-50%, -50%) scale(0);
		top: 50%;
		left: 50%;
		opacity: 1;
	}
	.sidebar-page > * {
		position: static;
	}
	.centers-block__body .gallery__item:nth-child(n+3){
		display: none;
	}
	.page-home__about .device-block  .slider-section__inner .list-device__item {
        /* flex-basis: 225px !important; */
        flex-basis: 339px !important;
    }
	.page-home__about .device-block .slider-section__inner .list-device__item:has(.item-list-device.is-narrow) {
        /* flex-basis: 225px !important; */
        flex-basis: 339px !important;
    }
	.page-home__about .device-block .slider-section__inner.--small .list-device__item {
		flex-basis: 225px !important;
		/* flex-basis: 339px !important; */
	}
	.mfp-close {
		right: -5px;
	}
	body:has(.blog-detail-first__sidebar.active):after {
		opacity: 1;
		z-index: 50;
	}
	.header {
		min-height: var(--header-height, 10.25rem);
	}
	.list-works__item:nth-last-child(2):nth-child(odd) {
		border-bottom: .0625rem solid var(--seryy);
	}
	.benefit-block__title:not(:last-child) {
		margin-bottom: 1.875rem;
	}
	.menu__item:nth-child(n){
		display: flex;
	}
	.menu__item:nth-child(n + 6){
		display: none;
	}
	.block-devices .item-list-device {
		padding-inline: 15px;
	}
	.block-devices__list {
		grid-template-columns: repeat(4, 1fr);
	}
	.header::after {
		content: "";
		background-color: rgba(0, 0, 0, .8);
		position: absolute;
		inset: 0;
		height: calc(100% + 1px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .8s ease 0s;
		pointer-events: auto;
		z-index: 1;
	}
	html.menu-open .header::after {
		opacity: 1;
		visibility: visible;
	}
	.breadcrumbs {
		overflow-x: auto;
	}
	.breadcrumbs__list {
		flex-wrap: nowrap;
	}
	.page__model {
		display: none;
	}
}
@media (max-width: 61.9988rem /** 991.98px */) {
	.pc-bottom-header2__mode {
		display: none !important;
	}
	.pc-bottom-header2__address::after{
		display: none !important;
	}
	.pc-bottom-header2__address:nth-child(n + 2) {
		display: none !important;
	}
}
@media (max-width: 79.9988rem /** 1279.98px */) and (min-width: 47.9988rem /*  767.98px */) {
	.header2__bottom.bottom-header2 .cell-header__body {
		white-space: nowrap;
	}
	.bnr-prm__title {
		padding-left: 3.5vw;
	}
	.benefit-block__body-inner h2 {
		white-space: nowrap;
	}
	.benefit-block__row .benefit-block__img {
		grid-area: unset;
	}
	.selecting-body {
		z-index: 1000;
	}
	.body-main-first__row {
		/* min-height: 272px; */
		min-height: unset;
		flex-grow: 1;
	}
	.pc-bottom-header2__box {
		flex-basis: 20rem;
	}
	.pc-bottom-header2__body {
		flex-grow: 1;
	}
	.top-footer__row {
		/* display: grid; */
		grid-template-columns: 31.5508% 1fr;
	}
	.top-footer__body {
		/* display: grid; */
		grid-template-columns: 1fr 1fr;
	}
	.top-footer__contacts {
		grid-column: 1 / -1;
	}
	.top-footer__row,
	.top-footer__body {
		column-gap: 20px;
	}
	.bottom-footer__info .item-top-footer {
		display: grid;
		grid-template-columns: 31.5508% 1fr 1fr;
		column-gap: 20px;
	}
	.top-footer__body {
		grid-column: 1 / -1;
	}
	.top-footer__info {
		flex-basis: 31.5508%;
	}

}
@media (max-width: 47.9988rem /** 767.98px */) {
	.breadcrumbs {
		overflow-x: auto;
	}
	.breadcrumbs__list {
		flex-wrap: nowrap;
	}
	/*.page-home__about .device-block .swiper-initialized .swiper-slide {
		flex-basis: 205px !important;
	}*/
	.page-remont__about .device-block__slider .list-device__item:has(.item-list-device.is-narrow) {
		flex-basis: 350px !important;
	}
	.advertising-slider .publicity-block__img {
		margin-inline: unset;
	}
	.page__benefit2 .benefit-block__img {
		display: none !important;
	}
	.title-search-result {
		z-index: 150;
	}
	.fixing-box.--socials {
		z-index: 45;
	}
	.block-devices__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.page:not(.page-home) .body-main-first__title{
		margin-bottom: 2.5rem;
	}
	.top-footer__info {
		padding-bottom: 2rem;
		border-bottom: 1px solid;

	}
}
@media (64.0613rem <= width <= 85.3738rem) {
	.menu-header__item:nth-last-child(3) {
		display: initial;
	}
}
@media (any-hover: hover) {
	.list-cities__link:hover {
		color: var(--accent-color);
	}
	.form-payment-box__btn > *:hover{
		background-color: var(--belyi);
		border-color: var(--temno-zelenyy);
		color: var(--temno-zelenyy);
	}
	a.js_open_search_popup:hover {
		color: var(--accent-color) !important;
	}
	.city-current:hover {
		color: var(--accent-color);
	}
	.menu__link:hover {
		color: var(--accent-color);
	}
	.pc-bottom-header2__address .cell-header:hover .cell-header__title{
		color: var(--accent-color);
	}
	.--no-accent-color:hover {
		color: var(--accent-color);
	}
	.selecting-list__item:hover {
        background-color: var(--accent-color-opacity);
    }
	a.item-service-point__img:hover,
	a.item-gallery:hover{
		box-shadow: 0 .125rem .625rem 0 var(--to-right-gradient-color-end);
	}
	.item-list-device:hover .item-list-device__title {
		color: var(--accent-color);
	}
	.item-list-advantages:hover .item-list-advantages__title {
		color: var(--accent-color);
	}
	.fixing-box--cookies .temping-box__text a:hover {
		color: var(--accent-color);
	}
}
