.lp-header-15__menu_bg {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lp-header-15__menu_inner {
    position: relative;
    right: 0;
    width: 300px;
    float: right;
    background: #fff;
    height: 100%;
    padding: 64px 40px;
    box-sizing: border-box;
    transform: translate(110%, 0);
    transition: .3s linear;
    overflow: auto;
}

.lp-header-15__logo-in {
	width: 64px;
	height: 64px;
}

ul.lp-header-15__menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul .lp-header-15__menu__list-item {
	margin-bottom: 24px;
}

.lp-header-15__menu_close {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 14px;
    height: 14px;
    line-height: 1;
    cursor: pointer;
}

li.lp-header-15__menu__list-item a {
    text-decoration: none;
    display: block;
    transition: 0.08s;
}

li.lp-header-15__menu__list-item a:hover {
    transform: translateY(-2px);
}

.opened .lp-header-15__menu_inner {
    transform: translate(0);
}


.lp-header-15 .lp-header-15__burger {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    background: var(--primary-color-a-01);
    padding: 11px 25px 11.88px;
    box-sizing: border-box;
    justify-content: flex-end;
}

@media all and (max-width: 599px) {
	.lp-header-15 .lp-header-15__burger {
		border-radius: 0;
	}
}

.lp-header-15__burger a.lp-button {
    width: 25px;
    height: 21.13px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.lp-header-15__burger a.lp-button svg {
    width: 21.15px;
    height: 21.14px;
}

.lp-header-15__wrap {
    padding-top: 44px;
    padding-bottom: 24px;
    z-index: 2;
}

.lp-header-15__logo-icon {
    line-height: 1;
    font-size: 0;
    text-align: center;
}

.lp-header-15__logo-title a {
    text-decoration: none;
}

.lp-header-15__logo-title a .lp-header-title-4 {
    margin: 0;
    color: var(--primary-color-base);
}

.lp-header-15__logo-title {
    text-align: center;
}

.lp-header-15__logo-subtitle {
    padding: 0;
    font-size: 15px;
    line-height: 22px;
}

.lp-header-15__logo {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-header-15__contacts {
    text-align: center;
}

.lp-header-15__phone-icon a.lp-button {
    border: 0;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    padding: 13px;
}

.lp-header-15__phone-icon a.lp-button svg {
    width: 19px;
    height: 18.55px;
}

.lp-header-15__phone-icon {
    margin-bottom: 8px;
}

.lp-header-15__phone-number {
    margin: 0 0 16px;
}

.lp-header-15__phone-number .lp-header-15__phone-number-schedule {
    color: var(--primary-color-base);
    line-height: 20px;
    margin: 0 0 4px;
    padding-top: 0;
}

.lp-header-15__phone-number a.lp-text-button {
    line-height: 20px;
    display: block;
}

.lp-header-15__phone-callback-wrap a.lp-header-15__phone-callback {
    width: 100%;
    font-weight: 400;
}

.lp-header-15__menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

._is-cms .lp-header-15__menu-wrap {
	top: 72px;
}

.lp-header-15__phone-callback-wrap a.lp-header-15__phone-callback span.lp-button__text {
    padding: 0;
    line-height: 13px;
}

.lp-header-15__phone-icon {
    border: 1px solid rgba(255, 255, 255, 0);
    background: var(--primary-color-a-01);
    color: var(--primary-color-base);
    padding: 12px;
    font-size: 0;
    margin: 0 auto 10px;
    display: inline-block;
}

.lp-header-15__phone-icon:hover {
	border: 1px solid rgba(255, 255, 255, 0);
    background: var(--primary-color-a-01);
    color: var(--primary-color-base);
}

.lp-header-15__phone-icon path:not([fill]) {
    fill: var(--primary-color-base);
}

@media (max-width: 599px) {
	.lp-header-15__phone.hide_contacts_mob {
	    display: none;
	}
}

.lp-header-15__phone-icon-in {
    max-width: 200px;
}

@media (min-width: 600px) {
	.lp-header-15__logo-in {
	    margin: 0 24px 0 0;
	}
	
	.lp-header-15 .lp-header-15__phone-icon {
		width: 50px;
	    height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 0;
	    margin: 0;
	    flex: 0 0 50px;
        box-sizing: content-box;
	}

	.lp-header-15 .lp-header-15__burger {
	    position: static;
	    width: 50px;
	    height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 0;
	    margin-left: 16px;
        cursor: pointer;
        flex: 0 0 50px;
        box-sizing: content-box;
	}

	.lp-header-15__contacts {
	    display: flex;
	    text-align: left;
        align-items: center;
	}

	.lp-header-15__phone {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    flex: 1 1 auto;
	}

	.lp-header-15__phone-callback-wrap {
	    margin-left: 16px;
        flex: 0 0 180px;
   	 	max-width: 180px;
	}

	.lp-header-15__phone-number {
	    margin: 0 auto 0 16px;
	    line-height: 1;
	}

	.lp-header-15__phone-icon {
	    margin: 0;
	}

	.lp-header-15__phone-callback-wrap a.lp-header-15__phone-callback {
	    line-height: 1;
	    padding: 14px 16px;
	}

	.lp-header-15__phone-number .lp-header-15__phone-number-schedule {
	}

	.lp-header-15__wrap {
	    padding: 32px 12px;
	}

	.lp-header-15__logo {
	    margin: 0 0 16px;
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	}

	.lp-header-15__logo-title {
	    text-align: left;
	}

	.lp-header-15__logo-icon {
		margin-right: 24px;
	}
}

@media (min-width: 960px) {
	.lp-wrapp.lp-header-15__wrap {
	    display: flex;
	    align-items: center;
	    padding: 32px 24px;
	}

	.lp-header-15__logo {
       	flex: 1 1 432px;
    	max-width: 432px;
    	flex-wrap: wrap;
	}

	.lp-header-15__logo-title {
	    flex: 1 1 150px;
	    min-width: 150px;
	}

	.lp-header-15__logo-icon {
	    min-width: 64px;
	}

	.lp-header-15__contacts {
	    padding-left: 24px;
        flex: 1;
	}

	.lp-header-15__logo-title a .lp-header-title-4 {
	    line-height: 32px;
	}

	.lp-header-15__phone-number {
	    margin: 0 0 0 16px;
	}

	.lp-header-15__phone {
	    justify-content: flex-end;
	}
}

@media (min-width: 1200px) {
	.lp-header-15__burger a.lp-button svg {
	    width: auto;
	    height: 24px;
	}

	.lp-header-15__logo-title {
	    flex: 1;
	}

	.lp-header-15__logo {
	    flex: 1 1 476px;
	    max-width: 476px;
	}

	.lp-header-15__burger {
	    margin-left: 24px;
	}

	.lp-header-15__phone-callback-wrap {
	    margin-left: 24px;
	}
}

@media (min-width: 1380px) {
	.lp-header-15__logo {
	    flex: 0 0 50%;
	    max-width: max-content;
	}
}

.lp-header-15 .burger-box {
    width: 18px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.lp-header-15 .burger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.lp-header-15 .burger-inner,
.lp-header-15 .burger-top-line,
.lp-header-15 .burger-bot-line {
    width: 18px;
    height: 2px;
    background-color: var(--primary-color-base);
    border-radius: 3px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.lp-header-15 .burger-top-line,
.lp-header-15 .burger-bot-line {
    content: "";
    display: block;
}

.lp-header-15 .burger-top-line {
    top: 0;
}

.lp-header-15 .burger-bot-line {
    bottom: 0;
}

.lp-header-15 .burger--squeeze .burger-inner {
    -webkit-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lp-header-15 .burger--squeeze .burger-top-line {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.lp-header-15 .burger--squeeze .burger-bot-line {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lp-header-15 .opened .burger--squeeze .burger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lp-header-15 .opened .burger--squeeze .burger-top-line {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.lp-header-15 .opened .burger--squeeze .burger-bot-line {
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lp-header-15 .burger--squeeze .burger-line {
    margin: -1.5px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.lp-header-15._to-fix-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100
}

/*.lp-header-15 .lp-block-overlay {
	background-color: #fff;
}*/