header {
    width: 100%;
}

.header-lvl1 {
    width: 100%;
    height: 56px;
    background-color: rgba(0, 183, 198, 0.08);
}

.header-lvl1-content {
    width: var(--max-content-length);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-phone a {
    color: var(--color-base);
    text-decoration: none;
}
.header-phone {
    height: 18px;
    display: flex;
    column-gap: 9px;
    align-items: center;
    font-weight: 500;
}
.header-tg-icon path {
    stroke: var(--color-blue);
    stroke-width: 8px;
}
.header-tg a {
    color: var(--color-base);
    text-decoration: none;
    font-weight: 400;
}
.header-tg {
    height: 18px;
    display: flex;
    column-gap: 3px;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.header-address {
    height: 20px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.header-time {
    height: 20px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.header-authorization-container {
    height: 24px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.header-authorization a:hover, .header-authorization span:hover {color: var(--color-dark-blue);}
.header-authorization a, .header-authorization span {
    font-family: var(--font-header), sans-serif;
    color: var(--color-blue);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    line-height: 56px;
    height: 100%;
    display: block;
}
.header-authorization span {text-transform: uppercase;}

.header-lvl2 {
    height: 120px;
}
.header-lvl2-content {
    width: var(--max-content-length);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    column-gap: 64px;
}

a.logo-container {
    display: flex;
    /* cursor: url("/images/snegurochka.png"), pointer; */
}

.header-lvl3 {
    width: 100%;
    height: 72px;
    background: rgb(25, 100, 126);
}
.header-lvl3-content {
    height: 100%;
    width: var(--max-content-length);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav {
    display: flex;
    align-items: center;
    column-gap: 22px;
    height: 100%;
}
nav a, nav span {
    font-family: var(--font-header), sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
nav span {
    font-weight: 400;
    color: var(--color-bright-cyan);
}
nav a {
    display: block;
    height: 100%;
    line-height: 72px;
}
nav a:hover {color: var(--color-bright-cyan);}
.logo-text-container {
    margin: 0 0 0 24px;
}
.logo-header-text {
    font-family: var(--font-header), sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-base);
}
.logo-header-text span {
    font-family: var(--font-header), sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 100%;
    text-transform: uppercase;
}
.logo-under-text span {
    display: block;
}
.logo-under-text {
    font-family: var(--font-base), sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2pt;
    text-transform: uppercase;
    color: #333333;
    opacity: 0.6;
    margin: 5px 0 0 0;
}
#shopping_cart_header_box {
    width: 233px;
    height: 100%;
    background-color: rgb(18, 70, 88);
    display: flex;
    color: #ffffff;
    position: relative;
}
#shopping_cart_header_box:hover {color: var(--color-bright-cyan)}
div.shopping_cart_header_text {
    width: 156px;
    margin: 15px 0 0 0;
}
.cart-text1 {
    font-family: var(--font-header), sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
}
.cart-text2 {
    font-family: var(--font-base), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    color: #d5d5d5;
}
.cart-text2 span {display: inline-block;}
.cart-text2 span.r-text-mobile {display: none;}
.cart-image {margin: 26px 0 0 12px;}
.cart-count {
    font-family: var(--font-base), sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 19px;
    background-color: #fff;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    left: 184px;
    top: 19px;
    color: rgb(18, 70, 88);
}
.callback-button {
    background-color: var(--color-bright-cyan);
    width: 204px;
    height: 52px;
    display: flex;
    align-items: center;
}
.callback-button-icon {margin: 2px 0 0 17px;}
.callback-button-text {
    font-family: var(--font-header), sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.header-mob-buttons {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.mob-callback-button, .mob-lk-button {
    background-color: var(--color-light-cyan);
}
.mob-callback-button, .mob-lk-button {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
}
#burger_menu_button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-light-cyan);
    border: none;
    position: relative;
    display: none;
}
#burger_menu_button span {
    width: 20px;
    height: 1px;
    background-color: var(--color-blue);
    border: 1px solid rgb(117, 185, 193);
    border-radius: 2px;
    margin: 2px 0;
    position: absolute;
    left: 11px;
    transition: var(--transition-duration);
}
#burger_menu_button span.line1 {top: 12px;}
#burger_menu_button span.line2 {top: 19px;}
#burger_menu_button span.line3 {top: 26px;}

#burger_menu_button.active .line1 {
    transform: rotate(45deg);
    top: 19px;
    left: 11px;
}
#burger_menu_button.active .line2 {
    display: none;
}
#burger_menu_button.active .line3 {
    transform: rotate(-45deg);
    top: 19px;
    left: 11px;
}
.logo-svg-mobile {display: none; width: clamp(43px, 7.1vw, 65px); height: clamp(48px, 7.9vw, 72px);}

#burger_nav_container {
    position: fixed;
    background-color: var(--color-dark-blue);
    margin: clamp(95px, 13.6vw, 108px) 0 0 0;
    padding: 0 40px 140px;
    z-index: 1116;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: none;
}

#burger_nav_container a, #burger_nav_container span {
    line-height: 40px;
    height: auto;
    width: 100%;
    font-size: 16px;
    color: white;
}
#burger_callback_button {
    margin: 40px 0 0 0;
    width: 100%;
}

input#addNotExistModel:hover {color: red; border: 1px solid red;}
input#addNotExistModel {
    color: rgb(172, 0, 0);
    left: 248px;
    position: absolute;
    top: 55px;
    width: 349px;
    height: 27px;
    display: none;
    cursor: pointer;
    z-index: 1001;
    font-weight: bold;
}

.auth-form-container {
    position: absolute;
    width: 430px;
    height: 670px;
    margin: 0 0 0 -215px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color-light-cyan);
    padding: 50px 60px;
    box-sizing: border-box;
    top: 5%;
    left: 50%;
    z-index: 1002;
    display: none;
}

.auth-header {
    font-family: var(--font-header), sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: rgb(18, 70, 88);
    margin: 0 0 50px 0;
    display: block;
}

.avtorization-form input {
    width: 100%;
    margin: 13px 0 30px 0;
    font-size: 16px;
    border: 1px solid #bceaed;
}
.avtorization-form label {
    display: block;
    font-family: var(--font-base), sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.auth-form-container a:hover {
    color: var(--color-dark-blue);
}
.auth-form-container a {
    color: var(--color-blue);
}
.auth-hrefs {
    display: flex;
    margin: 45px 0 0 0;
    width: 100%;
    justify-content: space-between;
}
.avtorization-form button {width: 100%;}
div.auth-form-button-info {
    text-align: center;
    font-family: var(--font-base), sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
    margin: 20px 0 0 0;
    line-height: 16px;
}
#wait_block {
    display: none;
    width: 100%;
    height: 30px;
    margin: 10px auto 0;
    background-size: 30px;
}
.mob-callback-button a.telefon {
    display: block;
    height: 100%;
    width: 100%;
}
.mob-callback-button a.telefon svg {
    margin: 9px 0 0 0;
}



@media (max-width: 1120px) {
    .header-address {display: none;}
    .header-lvl1-content {width: var(--max-content-length);}
    .header-lvl2-content {column-gap: 30px;}
    .header-lvl3-content {width: 100%;}
    nav.header-menu {margin: 0 0 0 2%;}
}
@media (max-width: 910px) {
    nav.burger-visible {display: block;}
    .burger-tg {
        margin: 30px 0;
        display: flex !important;
    }
    .burger-phone {
        margin: 30px 0;
        display: flex !important;
    }
    .burger-phone svg path, .burger-tg svg path {
        stroke: var(--color-bright-cyan);
        color: white;
    }
    nav.header-menu {margin: 0; height: auto;}
    .header-lvl1-content, .header-phone, .header-time {display: none;}
    .header-lvl2-content {width: 100%; box-sizing: border-box; padding: 24px 20px 20px; display: block;}
    .header-lvl2 {
        background-color: var(--color-blue);
        height: auto;
        position: relative;
    }
    .header-lvl2.hl2-fixed {
        position: fixed;
        width: 100%;
        z-index: 1002;
    }
    .header-lvl3 {background-color: #ffffff; width: 100%; box-sizing: border-box; padding: 0 20px;}
    .header-lvl3-content {}
    .logo-svg-mobile {display: block;}
    .logo-svg {display: none;}
    .logo-header-text {color: #ffffff;}
    .logo-header-text, .logo-header-text span {
        font-size: clamp(22px, 3.4vw, 40px);
    }
    .logo-under-text {
        font-size: clamp(11px, 1.5vw, 14px);
        color: #dddddd;
        line-height: clamp(13px, 2.3vw, 19px);
        margin: 3px 0 0 0;
    }
    .logo-text-container {margin-left: clamp(12px, 2.6vw, 24px);}
    .header-lvl1 {height: 0;}
    #callback_button {display: none;}

    #burger_menu_button {
        position: absolute;
        right: clamp(20px, 3.8vw, 35px);
        top: clamp(24px, 4.1vw, 38px);
        display: block;
    }
    nav {display: none;}
    #shopping_cart_header_box {
        width: auto;
        min-width: 160px;
        flex-direction: row-reverse;
        background-color: rgba(230, 248, 250, 1);
        height: 58px;
        border-radius: var(--btn-border-radius);
        margin: 22px 0 0 0;
        justify-content: flex-end;
    }
    .cart-image {margin: 17px 10px 0 16px;}
    .cart-image svg path {
        stroke: var(--color-bright-cyan);
    }
    .cart-image svg {width: 24px;}
    div.shopping_cart_header_text {width: auto; margin: 11px 17px 0 0;}
    div.cart-text1, div.cart-text2 {
        font-family: var(--font-base), sans-serif;
        text-align: left;
    }
    div.cart-text1 {
        font-size: 13px;
        color: rgb(151, 151, 151);
        font-weight: 400;
        text-transform: none;
    }
    div.cart-text2 {
        font-weight: 500;
        font-size: 16px;
        color: var(--color-base);
        line-height: 18px;
    }
    span.r-text-full {display: none;}
    .cart-text2 span.r-text-mobile {display: inline-block;}
    .cart-count {
        background-color: var(--color-bright-cyan);
        width: 24px;
        height: 24px;
        color: #ffffff;
        line-height: 24px;
        left: auto;
        top: -6px;
        right: -6px;
    }
    header {
        height: calc(130px + 8vw);
    }
    .header-mob-buttons {
        display: flex;
        top: clamp(24px, 4.0vw, 37px);
        right: 114px;
        column-gap: 35px;
    }
    #formapoiska {
        position: absolute !important;
        top: clamp(120px, calc(65px + 8.8vw), 141px);
        left: unset;
        right: 20px;
        width: 57vw;
        max-width: 500px;
    }

}

@media (max-width: 560px) {
    header {height: 266px;}
    .header-mob-buttons {
        top: 122px;
        right: 20px;
        column-gap: 12px;
    }
    .mob-callback-button path, .mob-lk-button path {
        stroke: #ffffff;
    }
    .mob-callback-button, .mob-lk-button {
        width: 46px;
        height: 46px;
    }
    .mob-callback-button {
        background-color: var(--color-blue);
        padding: 3px 2px 0 0;
    }
    .mob-lk-button {
        background-color: var(--color-bright-cyan);
    }

    #formapoiska {
        position: absolute !important;
        top: 197px;
        left: 20px;
        right: 20px;
        width: auto;
    }
    .auth-form-container {
        width: 100%;
        left: 0;
        margin: 0;
        padding: 6vw;
    }
}
