body > header {
    background-color: #fff;
}

.header-wrapper {
    padding: 0 60px 60px 60px;
}

.header-first-row {
    height: 70px;
    display: flex;
    align-items: center;
    /* background-color: #fff; */

    border-bottom: 1px solid rgba(37, 37, 37, 0.1);
}

.header-first-row__cell-left {
    width: calc(50% - 171px/2);
    display: flex;
}

.header-first-row__cell-right {
    width: calc(50% - 171px/2);
    display: flex;
    justify-content: flex-end;
}

.city-select-link {
    font-weight: 500;
    font-size: 14px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;

    text-decoration: none;

    display: inline-block;
    border-bottom: 1px dashed #252525;
}

.address-change-link {
    font-weight: 400;
    font-size: 14px;

    line-height: 1.1;
    letter-spacing: -0.06em;
    color: rgba(37, 37, 37, 0.6);

    text-decoration: none;

    display: inline-block;
    border-bottom: 1px dashed rgba(37, 37, 37, 0.6);
}

.header-first-row__messengers {
    display: flex;
    column-gap: 6px;
}

.header-first-row__messengers > a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    border: 0.50px solid rgba(37, 37, 37, 0.1);
    background-repeat: no-repeat;
    background-position: center;
}

.header-first-row__messengers > a.whatsapp {
    background-image: url(../icons/whatsapp.svg);
}

.header-first-row__messengers > a.vk {
    background-image: url(../icons/vk.svg);
}

.header-first-row__messengers > a.telegram {
    background-image: url(../icons/telegram.svg);
}

.header-first-row__messengers > a.max {
    background-image: url(../icons/max_header.svg);
    background-size: 42%;
}

.header-first-row__messengers > a:hover, .header-first-row__messengers > a:focus, .header-first-row__messengers > a:active {
    background-color: rgba(37, 37, 37, 0.1);
}

.header-first-row__phone-worktime {
    display: flex;
    flex-direction: column;
    row-gap: 3px;

    margin-right: 76px;
    margin-top: auto;
}

.header-first-row__phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #252525;
}

.header-first-row__phone a {
    text-decoration: none;
}

.header-first-row__phone a:hover, .header-first-row__phone a:focus, .header-first-row__phone a:active {
    text-decoration: underline;
}

.header-first-row__worktime {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    color: rgba(37, 37, 37, 0.6);
}

header nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: stretch;
    /* column-gap: 34px; */
    /*column-gap: 1.8cqw;*/
    /*column-gap: 0.9cqw;*/

    height: 64px;
    
}

header nav > ul > li {
    white-space: nowrap;

    display: flex;
    align-items: center;
}

header nav > ul > li ul {
    display: none;

    position: absolute;
    z-index: 3;
    left: 0;
    top: 100%;

    margin: 0;
    padding: 17px 0;
    list-style: none;

    background: #eceae9;
    border-radius: 2px;

}

header nav > ul li:hover {
    /* opacity: 0.7; */
    background-color: #e6e5e4;
}

header nav > ul > li:hover > ul,
header nav > ul > li:focus > ul {
    display: block;
}

header nav > ul > li a:focus ~ ul {
    display: block;
}

	/* третий уровень */
	header nav > ul > li > ul > li:hover ul,
	header nav > ul > li > ul > li:focus ul,
	header nav > ul > li ul > li a:focus ~ ul {
	    display: block;
	    position: absolute;
	    left: 100%;
	    top: -17px;
	}
	
header nav > ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav > ul li.is-parent {
    position: relative;
    
	
}

header nav > ul li.is-parent::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../icons/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    margin-left: 8px;
}

header nav > ul > li.is-parent ul li.is-parent::after {
	transform: rotate(-90deg);
}

header nav > ul a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;

    text-decoration: none;
}

header nav > ul li {
	/*margin: 5px 0;*/
	padding: 5px 0.9cqw ; /*5px 17px*/
}

header nav > ul > li > a {
    
    padding: 24px 0;
}

header nav > ul a:hover, header nav > ul a:focus, header nav > ul  a:active {
    text-decoration: underline;
}

.header-first-row__cell-right-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

#mobile-menu-footer {
    display: none;
}

.header-hero {
    aspect-ratio: 1480 / 724;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;

    background-color: #911e45;

    background-image: url(../images/tmp/image.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: cover;

    position: relative;

    /* padding: 30px; */
}

.header-hero__video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -webkit-appearance: none;
}
/* 
.header-hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */

.header-hero__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);

/* 
    
    background-image: url(../images/hero-mobile-logo.svg);
    background-repeat: no-repeat;
    background-position: center; */

    z-index: 1;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.header-hero__slogan {
    width: 37%;
    margin-left: 0.9cqw;
    margin-bottom: 3cqw;

    position: relative;
    z-index: 2;
}

.header-hero__slogan h1, .header-hero__slogan .h1 {
    font-weight: 500;
    font-size: 42px;
    /*font-size: 2.2cqw;*/

    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    
    text-align: left;
    margin: 0;
}

.header-hero__slider {
    margin-bottom: 6px;
    width: 450px;
    /* min-height: 238px; */
    max-width: 50%;
    background-color: #fff;
    border-radius: 2px;

    background-image: url(../images/hero-slider-bg.png);
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;

    position: relative;
    z-index: 2;
}

#hero-swiper {
    margin-top: auto;
    margin-bottom: 20px;
}

#hero-swiper .swiper-wrapper {
    align-items: end;
}

#hero-swiper .swiper-slide {
    padding: 20px;
    
    height: auto;
    min-height: auto;
}

#hero-swiper .swiper-slide .title {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
    
    height: auto;
    min-height: auto;
}

#hero-swiper .swiper-slide .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.06em;
    color: rgba(37, 37, 37, 0.6);

    margin-top: 10px;
    margin-bottom: 20px;
    
    height: auto;
    min-height: auto;
}

#hero-swiper .swiper-slide .buttons {
    display: flex;
    column-gap: 6px;
    
    height: auto;
    min-height: auto;
}

#hero-swiper .swiper-slide .price-link {
    margin-top: 20px;

    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;
    
    height: auto;
    min-height: auto;
}

#hero-swiper .swiper-slide .price-link a, #hero-swiper .swiper-slide .price-link a:visited {
    color: #252525;
}

.btn-slide-sign-up {
    background: #911e45;
    border-radius: 2px;
    width: 200px;
    height: 50px;

    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.btn-slide-whatsapp {
    background: #911e45;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;

    background-image: url(../icons/whatsapp_white_20.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-slide-telegram {
    background: #911e45;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;

    background-image: url(../icons/telegram_white_20.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-slide-max {
    background: #911e45;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;

    background-image: url(../icons/max_white_20.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#hero-swiper .swiper-slide .buttons a:hover, #hero-swiper .swiper-slide .buttons a:focus, #hero-swiper .swiper-slide .buttons a:active {
    opacity: 0.7;
}

.hero-swiper-pagination {
    display: flex;
    column-gap: 10px;
    margin: 0 20px;
    width: auto !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    margin: 0 !important;
    width: auto;
    height: 0px;
    border-radius: 0;
    border: 2px solid #c4c2c2;
    opacity: 1;
}

.hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #252525;
}

.header-hero__mobile-logo {
    display: none;
}

@media (max-width: 1270px) {

    .header-first-row__phone-worktime {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1060px) {

    .header-wrapper {
        padding: 0 30px 30px 30px;
        position: relative;
        
		/* не надо, т к прячет меню из бургера*/
        /*overflow: hidden;*/
    }

    .header-first-row {
        /* margin-bottom: 15px; */
    }

    .header-hero {
        margin-top: 15px;
    }
    

    .header-first-row__phone {
        font-size: 14px;
    }

    .header-first-row__worktime {
        font-size: 12px;
    }

    header nav {
        /* display: none; */
        display: flex;
        flex-wrap: wrap;
        /*position: absolute;*/
        position: fixed;
        top: 70px;
        right: -30px;
        width: 50%;
        /* width: fit-content; */
        /* height: 100vh; */
        height: fit-content;
        overflow: hidden;
        transition: transform 0.3s ease-out;
        background: #eceae9;
        transform: translateX(100%);
        z-index: 1000;
        padding: 30px;
    }

    header nav.active {
        transform: translateX(-30px);
        /* right: 30px; */
    }

    header nav ul {
        flex-direction: column;
        height: fit-content;
        /*row-gap: 10px;*/
        
    }
    
    header nav > ul li {
    	justify-content: flex-start;
    	flex-wrap: wrap;
    	padding: 5px 1.9cqw;
    }
/* 
    header nav > ul {
        width: 100%;
    } */

    header nav > ul > li {
        display: block;
    }

    header nav > ul > li > a {
        padding: 0;
    }

    header nav > ul > li ul {
        position: inherit;
        
        padding: 0;
  		margin: 10px 0;
    }

    header nav > ul > li.is-parent {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    header nav > ul > li.is-parent a {
        order: 1;
    }

    header nav > ul > li.is-parent::after {
        order: 2;
    }

    header nav > ul > li.is-parent ul {
        order: 3;
        width: 100%;
    }
    
    header nav > ul > li.is-parent ul li.is-parent::after {
    	order: 2;
    	transform: rotate(0);
    }
    
    header nav > ul > li > ul > li:hover ul, header nav > ul > li > ul > li:focus ul, header nav > ul > li ul > li a:focus ~ ul {
    	position: inherit;
    	left: auto;
    	top: auto;
    }

    #mobile-menu-footer {
        display: block;
        width: 100%;
        margin-top: 50px;
        border-top: 1px solid rgba(37, 37, 37, 0.1);
        padding-top: 20px;
    }

    .mobile-menu-footer__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .mobile-menu-footer__phone {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.04em;
        color: rgba(37, 37, 37, 0.5);
    }

    .mobile-menu-footer__phone a {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.1;
        letter-spacing: -0.04em;
        color: #911e45;

        text-decoration: none;
    }

    .mobile-menu-footer__phone a:hover, .mobile-menu-footer__phone a:focus, .mobile-menu-footer__phone a:active {
        text-decoration: underline;
    }

    .mobile-menu-footer__messengers {
        display: flex;
        justify-content: flex-end;
        column-gap: 10px;
    }

    .mobile-menu-footer__messengers a {
        width: 40px;
        height: 40px;
        border: 0.50px solid rgba(37, 37, 37, 0.2);

        background-repeat: no-repeat;
        background-position: center;
    }

    .mobile-menu-footer__messengers a.whatsapp {
        background-image: url(../icons/mobile-menu-footer-whatsapp.svg);
    }

    .mobile-menu-footer__messengers a.vk {
        background-image: url(../icons/mobile-menu-footer-vk.svg);
    }
    
    .mobile-menu-footer__messengers a.max {
        background-image: url(../icons/mobile-menu-footer-max.svg);
        background-size: 54%;
    }

    /*.header-first-row__cell-left*/ {
        display: none;
    }

    .header-first-row__cell-right {
        order: 1;
        justify-content: flex-start;
    }

    .header-first-row__cell-center {
        order: 2;
    }

    .header-first-row__cell-right-mobile {
        order: 3;

        width: calc(50% - 171px/2);
        display: flex;
        justify-content: flex-end;
        column-gap: 8px;
    }

    .header-first-row__phone-worktime {
        margin-left: 0;
        margin-right: 0;
        row-gap: 6px;
    }
    
    .header-first-row__messengers {
        display: none;
    }

    .header-first-row__cell-right-mobile > a {
        width: 34px;
        height: 34px;
        aspect-ratio: 1;
        border: 0.50px solid rgba(37, 37, 37, 0.1);
        background-repeat: no-repeat;
        background-position: center;
    }

    .header-first-row__cell-right-mobile > a.phone {
        background-image: url(../icons/mobile-header-phone.svg);
    }

    .header-first-row__cell-right-mobile > a.menu {
        background-image: url(../icons/mobile-header-menu.svg);
    }

    .header-first-row__cell-right-mobile > a.menu.active {
        background-image: url(../icons/mobile-header-menu-close.svg);
    }

    .header-first-row__cell-right-mobile > a:hover, .header-first-row__cell-right-mobile > a:focus, .header-first-row__cell-right-mobile > a:active {
        background-color: rgba(37, 37, 37, 0.1);
    }

    .header-hero__wrapper {
        padding: 2.1cqw; /*20px*/
    }

    .header-hero__slogan {
        margin-left: 1.1cqw; /*10px*/
        margin-bottom: 3.5cqw; /*33px*/

        width: 57%;
    }

    .header-hero__slogan h1, .header-hero__slogan .h1 {
        /* font-size: 32px; */
        font-size: 3.3cqw; /*32px*/

    }
/* 
    .header-hero__slogan br {
        display: none;
    } */

    .prolaser-icon {
        width: 3.3cqw; /*31px*/
        height: 2.6cqw; /*25px*/
    }

    #hero-swiper {
        margin-bottom: 1.1cqw; /*10px*/
    }

    #hero-swiper .swiper-slide {
        padding: 3.1cqw 2.1cqw 2.1cqw 2.1cqw; /*30px 20px 20px 20px*/
    }

    .header-hero__slider {
        width: 35cqw; /*335px*/
        margin-bottom: 0;
    }

    #hero-swiper .swiper-slide .title {
        font-size: 1.7cqw; /*16px*/
    }
    
    #hero-swiper .swiper-slide .text {
        font-size: 1.3cqw; /*12px*/
        margin-top: 1.1cqw; /*10px*/
        margin-bottom: 2.1cqw; /*20px*/
    }

    #hero-swiper .swiper-slide .buttons {
        column-gap: 0.6cqw; /*6px*/
        
    }

    .btn-slide-sign-up {
        width: 18.8cqw; /*180px*/
        height: 4.5cqw; /*44px*/
    }

    .btn-slide-whatsapp, .btn-slide-telegram, .btn-slide-max {
        width: 4.5cqw; /*44px*/
        height: 4.5cqw; /*44px*/
    }

    #hero-swiper .swiper-slide .price-link {
        margin-top: 2.1cqw; /*20px*/

        font-size: 1.3cqw; /*12px*/
    }
}

@media (max-width: 575px) {
    header nav.active {
        transform: translateX(0);
    }

    .header-wrapper {
        padding: 1.1cqw; /*10px*/
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .header-first-row__geo-address {
        display: none;
    }

    .city-select-link {
        font-size: 10px;
        border-bottom: 0 none;
    }

    .city-select-link::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 6px;
        background-image: url(../icons/menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 4px;
    }

	.header-first-row {
        /*display: grid;
        grid-template-columns: 1fr 1fr;*/
        
        /*height: 60px;*/
        height: auto;
        border-bottom: 0 none;
        
        display: flex;
        flex-wrap: wrap;
    	justify-content: space-between;
    }
    
    .header-first-row__geo-address__rest-items {
    	position: inherit !important;
    	opacity: 1 !important;
  		visibility: visible !important;
    }
    
    .address-change-link, .header-first-row__geo-address__rest-item {
    	font-size: 12px !important;
    	border: none !important;
    }

    .header-first-row__cell-center {
        order: 1;
    }

    .header-first-row__cell-right {
        display: none;
    }

    .header-first-row__cell-right-mobile {
        width: auto;
        order: 2;
        grid-row: span 2;
    }

    .header-first-row__cell-left {
        display: block;
        order: 3;
        /*width: auto;*/
        width: 100%;
    }

    header nav {
        top: 58px;
        width: 100%;
        right: -20px;
    }

    header nav.active {
        right: 0;
    }

    .header-hero {
        /* aspect-ratio: 355 / 728; */
        aspect-ratio: 9 / 16;
        border-radius: 2px;
    }

    .header-hero__wrapper {
        /* position: relative; */
        flex-direction: column;
        justify-content: flex-end;
    }

    .header-hero__wrapper::before {
        content: '';
        display: block;

        background: rgba(255, 255, 255, 0.3);
        width: 1px;
        height: 100%;

        position: absolute;
        left: 50%;
        top: 0;
    }

    .header-hero__wrapper::after {
        content: '';
        display: block;

        background: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 1px;

        position: absolute;
        left: 0;
        top: 50%;
    }

    .header-hero__mobile-logo {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 32px;
        left: 0;
        z-index: 1;

        transform: translateY(-1%);

        background-image: url(../images/hero-mobile-logo-v2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 57%;
    }

    .header-hero__slogan {
        display: none;
    }

    .header-hero__slider {
        margin: 0;
        max-width: 100%;
        width: 100%;
        background: none;
    }

    #hero-swiper .swiper-slide {
        text-align: center;
    }

    #hero-swiper .swiper-slide .title {
        font-weight: 500;
        font-size: 6cqw; /*22px*/
        line-height: 1.1;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    #hero-swiper .swiper-slide .text {
        /*display: none;*/
        color: #fff;
        font-size: 4cqw;
    }

    #hero-swiper .swiper-slide .buttons {
        justify-content: center;
        margin-top: 5.4cqw; /*20px*/
        column-gap: 1.6cqw;
    }

    .btn-slide-sign-up {
        width: 53.3cqw; /*200px*/
        height: 13.2cqw; /*50px*/
    }

    .btn-slide-whatsapp, .btn-slide-telegram, .btn-slide-max {
        width: 13.2cqw; /*50px*/
        height: 13.2cqw; /*50px*/
    }

    #hero-swiper .swiper-slide .price-link {
        margin-top: 2.9cqw; /*10px*/
        font-size: 3.2cqw; /*12px*/
        color: #fff;
    }

    #hero-swiper .swiper-slide .price-link a, #hero-swiper .swiper-slide .price-link a:visited {
        color: #fff;
    }

    .hero-swiper-pagination {
        /*margin: 10.7cqw 12cqw 5.4cqw 12cqw;*/ /*40px 45px 20px 45px*/
        margin: 3.7cqw 12cqw 1.4cqw 12cqw;
    }

    .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 2px solid #fff;
    }
    
    header nav > ul li.is-parent.active > ul {
    	display: block;
    }
}

.header-first-row__geo-address {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}
.header-first-row__geo-address__first-item {
	
    white-space: nowrap;
}
.header-first-row__geo-address__rest-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.header-first-row__geo-address__rest-item {
    color: rgba(37, 37, 37, 0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    
    margin-top: 2px;
    white-space: nowrap;
}

.header-first-row__geo-address:hover .header-first-row__geo-address__first-item,
.header-first-row__geo-address:hover .header-first-row__geo-address__rest-item {
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    /*background-color: #fcfbfa;*/
    background-color: #fff;
}
.header-first-row__geo-address:hover .header-first-row__geo-address__rest-items {
    opacity: 1;
    visibility: visible;
}