.header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.panel {
    color: #7d8b98;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: calc(10px + 1px);
    background-color: var(--secondary-color);
}
.panel a {
    color: #7d8b98;
}
.panel .panel__city .p-city__current {
	text-decoration: none;
	outline: 0;
	transition: var(--transition-duration);
	cursor: pointer;
}
.panel .panel__city .p-city__current:hover {
	color: var(--primary-color-active);
}
.panel__wrap {
    align-items: center;
}
.panel__desc {
    margin-left: auto;
    margin-right: auto;
}
.p-city {
    align-items: center;
}
.p-city__icon {
    margin-left: 6px;
    margin-right: 6px;
}
.p-nav__item:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #7d8b98;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.p-nav__item:last-of-type:after {
    display: none;
}
.p-nav__item[href]:hover {
    color: var(--primary-color-active);
}
.logo {
    display: flex;
    align-items: center;
    border-bottom: none;
}
.header__nav-fixed .logo {
	margin-right: 12px;
}
.logo.--xs .logo__icon {
    width: 32px;
}
.logo.--md .logo__icon {
    width: 50px;
}
.logo.--md .logo__text {
    font-size: 21px;
    line-height: 26px;
    max-width: 140px;
    padding-left: 15px;
}
.logo.--md .logo__text:has(img) {
    max-width: 135px;
    padding-left: 10px;
}
.logo.--md .logo__text img {
	width: 154px;
	height: 51.11px;
}
.logo.--white .logo__text {
    color: #fff;
}
.logo.--white .logo__text span {
    color: #fff;
}
.logo__icon {
    font-size: 0;
}
.logo__text {
    font-weight: 900;
    color: var(--primary-color);
    width: 100%;
}
.footer .logo__text {
    color: #fff;
}
.logo__text span {
    color: #de1705;
}
.info__wrap {
    align-items: center;
	position: relative;
	top: -1px;
}
.info__desc {
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    margin-left: 20px;
}
.info__links {
    margin-left: auto;
}
.info__feedback {
    margin-left: 30px;
}
.info__messangers {
	margin-left: 30px;
}
.info__mobile {
    display: none;
}
.i-links__item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.i-links__item:last-of-type {
    margin-right: 0px;
}
.i-links__icon {
    width: 37px;
}
.i-links__icon svg {
    margin-left: auto;
}
.i-links__text {
    width: calc(100% - 37px);
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
}
.i-links__text a {
    color: var(--primary-color);
    font-weight: 500;
    border-color: var(--primary-color);
}
.i-links__text a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.i-links__text p {
    white-space: nowrap;
}
.i-messangers {
	font-size: 0px;
    line-height: 0px;
}
.i-messangers-items {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0px -7.5px 0px -7.5px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.i-messangers-item {
	display: inline-block;
	vertical-align: top;
	margin: 0px 7.5px 0px 7.5px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.i-messangers-item a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	border: none;
}
.i-messangers-item a:hover {
	text-decoration: none;
	border: none;
	opacity: 0.75;
}
.i-messangers-item.--wa a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 38px;
	height: 38px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../../uploads/icons/icon-wa.svg);
	background-size: cover;
	z-index: 10;
}
.i-feedback {
    text-align: right;
    line-height: 22px;
}
.i-feedback__phone {
    font-weight: 700;
}
.header .i-feedback__phone {
	position: relative;
	top: 1px;
	font-size: 18px;
}
.i-feedback__worktime {
	display: block;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #666;
	font-size: 14px;
    line-height: 20px;
	text-align: right;
}
.i-feedback__callback a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.i-feedback__callback a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.h-nav {
    color: #fff;
    background-color: var(--primary-color);
}
.h-nav__wrap {
    position: relative;
	height: 59px;
}
.h-nav__dropnav {
    width: 60px;
    background-color: #0076ec;
}
.h-nav__list-wrap.row {
	flex-wrap: nowrap;
}
.h-nav__list {
    width: calc(100% - 60px);
    padding-left: 0px; /* 8px */
}
.h-nav__item {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.h-nav__item.--hidden {
    display: none;
}
.h-nav__item:after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    background-color: #fff;
    opacity: 0.3;
}
.h-nav__item:hover .h-nav__name > span {
    border-color: #fff;
}
.h-nav__item:hover .h-nav__subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.h-nav__item.--has-subnav .h-nav__name {
	padding-right: 18px;
	cursor: pointer;
}
.h-nav__item.--has-subnav .h-nav__name:after {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    content: "";
    width: 7px;
    height: 4px;
    margin-top: -3px;
    background: url(../../uploads/icons/chevron-down.png) no-repeat center;
}
.h-nav__item.--has-subnav.menu-item_active .h-nav__name:after {
    background: url(../../uploads/icons/chevron-down-active.png) no-repeat center;
}
.h-nav__item:nth-last-of-type(1) {
    margin-right: 0 !important;
}
.h-nav__item:nth-last-of-type(1):after {
    display: none !important;
}
.h-nav__item:nth-last-of-type(1).--has-subnav {
    margin-right: 27px;
}
.h-nav__name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
	border-bottom: none;
}
.h-nav__name > span {
    display: block;
	height: 100%;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border-bottom: 3px solid transparent;
    padding: 18px 0px;
	transition: var(--transition-duration);
}
.h-nav__name.--disabled {
    color: #81b2e4;
    cursor: default;
    border-color: transparent !important;
}
.h-nav__subnav {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
.dropnav__ham {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: var(--transition-duration);
    cursor: pointer;
}
.dropnav__ham div {
    width: 22px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: var(--transition-duration);
}
.dropnav__ham div:last-of-type {
    margin-bottom: 0;
}
.h-nav__dropnav:hover .dropnav__ham {
    background-color: #fff;
}
.h-nav__dropnav:hover .dropnav__ham div {
    background-color: #000;
}
.subnav {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 20px;
    transition: var(--transition-duration);
	z-index: 100;
}
.subnav__item {
    margin-bottom: 12px;
}
.subnav__item:last-of-type {
    margin-bottom: 0;
}
.subnav__link {
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
    font-weight: 700;
}
.subnav__link:hover {
    color: var(--primary-color-active);
}
.subnav__link.--disabled {
    color: grey;
    cursor: default;
}
.nav-fixed {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    transition: var(--transition-duration);
    transform: translateY(-100%);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0);
}
.nav-fixed.--show {
    transform: translateY(0);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
}
.nav-fixed__wrap {
    align-items: center;
    background-color: #fff;
}
.nav-fixed__logo {
    margin-right: 20px;
}
.nav-fixed__item {
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}
.nav-fixed__item:first-of-type .nav-fixed__subnav {
    margin-left: -25px;
    padding-left: 25px;
}
.nav-fixed__item:not(.menu-item-has-children):not(:has(.nav-fixed__link.--disabled)):hover .nav-fixed__link {
    color: var(--primary-color-active);
}
.nav-fixed__item.menu-item-has-children:hover .nav-fixed__link {
    color: var(--primary-color-active);
}
.nav-fixed__item:hover .nav-fixed__subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-fixed__link {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
}
.nav-fixed__subnav {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px;
    border-radius: 0 0 4px 4px;
    margin-left: -25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    transition: var(--transition-duration);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.nav-fixed__subnav.menu-depth-1 {
	padding-top: calc(25px - 3px);
}
.nav-fixed__subitem {
    margin-bottom: 8px;
}
.nav-fixed__subitem:last-of-type {
    margin-bottom: 0;
}
.nav-fixed__sublink {
    font-size: 15px;
    font-weight: 700;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
a[href].nav-fixed__sublink:hover {
    color: var(--primary-color-active);
}
.nav-fixed__btn-wrap {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.nav-fixed__btn-wrap .btn.--md {
	font-size: 14px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
.nav-fixed__feedback {
    display: flex;
    align-items: center;
    margin-left: auto;
	position: relative;
	top: -1px;
}
.nav-fixed__feedback-icon {
    width: 22px;
}
.nav-fixed__feedback-wrap {
    line-height: 18px;
    width: calc(100% - 22px);
    padding-left: 25px;
    text-align: right;
}
.nav-fixed__feedback-phone {
    font-weight: 700;
}
.nav-fixed__feedback-callback {
    font-size: 15px;
}
.nav-fixed__feedback-callback a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.nav-fixed__feedback-callback a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.controls {
    z-index: 1100;
    position: fixed;
    top: 50%;
    right: 0;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
    transform: translateX(150px) translateY(-50.3%);
    transition: var(--transition-duration);
}
.controls:hover {
    transform: translateX(0) translateY(-50.3%);
}
.controls__item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.controls__item:last-of-type {
    border-bottom: none;
}
.controls__icon {
    width: 32px;
}
.controls__icon svg {
    margin-left: auto;
    margin-right: auto;
}
.controls__title {
    width: calc(100% - 32px);
    padding-left: 13px;
    font-size: 14px;
}
.controls__title a[href^="mailto:"] {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.controls__title a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (min-width: 1576px) {
	.info__desc {
		font-size: 15px;
		line-height: 22px;
		max-width: 240px;
	}
	.h-nav__item {
        margin-left: 20px;
        margin-right: 20px;
    }
	.h-nav__item:first-child {
        margin-left: 0px;
    }
    .h-nav__item:after {
        right: -20px;
    }
	.h-nav__list {
		width: 100%;
	}
    .subnav {
        left: -20px;
		padding: 20px;
    }
}
@media screen and (max-width: 1575px) {
	.nav-fixed__btn-wrap {
		display: none;
	}
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.info__desc {
		margin-left: 15px;
	}
	.i-links__item.i-links__item_calculator {
		display: none;
	}
	.h-nav__item {
        margin-left: 20px;
        margin-right: 20px;
    }
	.h-nav__item.--prices, 
	.h-nav__item.--reviews {
		display: none;
    }
	.h-nav__item:first-child {
        margin-left: 0px;
    }
    .h-nav__item:after {
        right: -20px;
    }
	.h-nav__list {
		width: 100%;
	}
    .subnav {
        left: -20px;
		padding: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1575px) {
    .h-nav__item.--hidden-notebook {
        display: none;
    }
}
@media screen and (max-width: 1220px) {
    .panel__desc {
        display: none;
    }
    .panel__nav {
        margin-left: auto;
    }
    .nav-fixed {
        display: none;
    }
    .info__desc {
        display: none;
    }
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	.h-nav__item {
        margin-left: 18px;
        margin-right: 18px;
    }
	.h-nav__item.--prices, 
	.h-nav__item.--reviews, 
	.h-nav__item.--calculators {
		display: none;
    }
	.h-nav__item:first-child {
        margin-left: 0px;
    }
    .h-nav__item:after {
        right: -18px;
    }
	.h-nav__item.--hidden-tablet {
        display: none;
    }
	.h-nav__list {
		width: 100%;
	}
    .subnav {
        left: -18px;
		padding: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
	.i-links__item.i-links__item_email, 
	.i-feedback__worktime {
		display: none;
	}
	.i-links__item.i-links__item_zamer {
		margin-right: 0px;
	}
}
@media screen and (min-width: 993px) {
	.h-nav__dropnav {
		display: none;
	}
	.h-nav__list-wrap.row {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 992px) {
    .inner.overflow-disable-mobile,
    body.overflow-disable-mobile,
    html.overflow-disable-mobile {
        overflow: hidden;
    }
	.hidden-mob {
        display: none;
    }
    .header {
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.10);
    }
    .header__nav-fixed {
        display: none;
    }
    .header__inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header__nav .case {
        position: static;
    }
	.h-nav__dropnav {
        position: absolute;
        top: calc(50% - (40px / 2));
        left: 50%;
        margin-left: -360px;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        transition: var(--transition-duration);
    }
    .h-nav__dropnav:hover {
        background-color: var(--primary-color);
    }
    .h-nav__dropnav:hover .dropnav__ham {
        background-color: transparent;
    }
    .h-nav__dropnav:hover .dropnav__ham div {
        background-color: #fff;
    }
    .dropnav__ham div {
        position: relative;
    }
    .dropnav__ham.--toggle div:nth-of-type(1) {
        top: 8px;
        transform: rotate(45deg);
    }
    .dropnav__ham.--toggle div:nth-of-type(2) {
        opacity: 0;
    }
    .dropnav__ham.--toggle div:nth-of-type(3) {
        top: -8px;
        transform: rotate(-45deg);
    }
    .h-nav__wrap {
        position: static;
		height: auto;
    }
	.h-nav__list {
		display: none;
	}
	.panel {
        display: none;
    }
    .info__wrap {
        padding-left: 58px;
		min-height: 80px;
		top: 0px;
    }
    .info__feedback {
        margin-left: 25px;
    }
    .controls {
        display: none;
    }
}
@media screen and (max-width: 767px) {
	.info__wrap {
        padding-left: 40px;
        min-height: 60px;
    }
    .info__links {
        display: none;
    }
    .info__feedback {
        display: none;
        margin-left: auto;
    }
    .info__mobile {
        display: flex;
        margin-left: auto;
    }
    .info__mobile-wa {
        width: 23px;
        margin-right: 15px;
    }
    .info__mobile-email {
        width: 21px;
        margin-right: 15px;
    }
    .info__mobile-phone {
        width: 23px;
    }
    .logo.--md .logo__icon {
        width: 36px;
    }
    .logo.--md .logo__text {
        font-size: 17px;
        line-height: 17px;
        max-width: 95px;
        padding-left: 10px;
    }
	.logo.--md .logo__text:has(img) {
		max-width: 98px;
		padding-left: 10px;
	}
	.logo.--md .logo__text img {
		width: 88px;
		height: 32px;
	}
    .i-messangers {
		display: none !important;
	}
	.i-feedback {
        line-height: 16px;
    }
    .i-feedback__phone, 
	.header .i-feedback__phone {
        font-size: 15px;
    }
    .i-feedback__callback {
        font-size: 14px;
    }
    .h-nav__dropnav {
        position: static;
        height: auto;
        left: 15px;
        top: 0;
        left: 0;
        margin-left: 0;
        border-radius: 0;
    }
    .h-nav__dropnav:hover .dropnav__ham {
        background-color: transparent;
    }
    .dropnav__ham {
        position: fixed;
        top: 22px;
        left: 25px;
        height: auto;
        width: 22px;
        height: 17px;
        transform: none;
        background-color: transparent !important;
    }
    .dropnav__ham div {
        border-radius: 0;
        height: 3px;
        background-color: var(--primary-color) !important;
        margin-bottom: 4px;
    }
    .dropnav__ham div:last-of-type {
        margin-bottom: 0;
    }
    .dropnav__ham.--toggle,
    .dropnav__ham:hover {
        background-color: transparent !important;
    }
    .dropnav__ham.--toggle div:nth-of-type(1) {
        top: 7px;
    }
    .dropnav__ham.--toggle div:nth-of-type(3) {
        top: -7px;
    }
}
@media screen and (max-width: 390px) {
	.header .logo.--md .logo__icon {
		display: none;
	}
	.header .logo.--md .logo__text, 
	.header .logo.--md .logo__text:has(img) {
		padding-left: 0px;
	}
	.logo.--md .logo__text:has(img) {
		max-width: 94px;
	}
	.logo.--md .logo__text img {
		width: 94px;
		height: 36px;
	}
}
@media screen and (max-width: 350px) {
    .i-feedback__phone, 
	.header .i-feedback__phone {
        font-size: 13px;
    }
    .i-feedback__callback {
        display: none;
    }
}
@media screen and (max-width: 340px) {
    .info__mobile-wa {
        margin-right: 10px;
    }
    .info__mobile-email {
        margin-right: 10px;
    }
}