.new-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.new-header__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width:768px) {
    .new-header__container {
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .new-header__container {
        padding: 0 8px
    }
}

.new-header__top {
    background: #fff;
    padding: 12px 0 24px;
    z-index: 2;
    position: relative
}

.new-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .new-header__top {
        padding: 12px 0
    }

    .new-header__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 18px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.new-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:768px) {
    .new-header__logo {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.new-header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

@media (max-width:480px) {
    .new-header__logo-link {
        gap: 10px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.new-header__logo-exseli {
    height: 42px;
    width: auto
}

@media (max-width:768px) {
    .new-header__logo-exseli {
        height: 32px
    }
}

@media (max-width:480px) {
    .new-header__logo-exseli {
        display: block;
        height: auto;
        width: auto;
        width: calc(100% - 20px - 15px)
    }
}

.new-header__logo-jpa {
    height: 42px;
    width: auto
}

@media (max-width:768px) {
    .new-header__logo-jpa {
        height: 24px
    }
}

@media (max-width:480px) {
    .new-header__logo-jpa {
        display: block;
        height: auto;
        width: 28px
    }
}

.new-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 30px
}

@media (max-width:768px) {
    .new-header__contact {
        display: none
    }
}

.new-header__contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.new-header__contact-label {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    line-height: 1.3;
    text-align: center
}

@media (max-width:768px) {
    .new-header__contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        text-align: center
    }

    .new-header__contact-label {
        font-size: 12px
    }
}

.new-header__contact-sublabel {
    font-size: 11px;
    color: #666
}

@media (max-width:768px) {
    .new-header__contact-sublabel {
        font-size: 10px
    }
}

.new-header__phone {
    font-size: 28px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    font-weight: 900
}

@media (max-width:768px) {
    .new-header__phone {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .new-header__phone {
        font-size: 20px
    }
}

.new-header__phone:hover {
    color: #7BC4C4;
    text-decoration: none
}

.new-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.new-header__contact-btn,
.new-header__search-btn,
.new-header__sub-nav-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

@media (max-width:768px) {
    .new-header__actions {
        gap: 8px
    }
}

.new-header__contact-btn,
.new-header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    gap: 6px;
    padding: 8px 38px;
    border-radius: 99px;
    font-size: 18px;
    font-weight: 700
}

.new-header__contact-btn:hover,
.new-header__search-btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (max-width:768px) {

    .new-header__contact-btn,
    .new-header__search-btn {
        padding: 5px 12px;
        font-size: 12px;
        gap: 3px
    }
}

@media (max-width:480px) {

    .new-header__contact-btn,
    .new-header__search-btn {
        font-size: 12px;
        gap: 2px
    }
}

.new-header__search-btn {
    background: #D4A574;
    color: #fff
}

.new-header__search-btn:hover {
    background: #C19660
}

.new-header__search-btn .hamburger-menu__btn-content {
    gap: 16px
}

.new-header__contact-btn {
    background: #C85A5A;
    color: #fff
}

.new-header__contact-btn:hover {
    background: #B54545
}

.new-header__contact-icon,
.new-header__search-icon {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:768px) {
    .new-header__search-btn .hamburger-menu__btn-content {
        gap: 12px
    }

    .new-header__contact-btn svg:first-child,
    .new-header__search-btn svg:first-child {
        display: none
    }

    .new-header__contact-icon,
    .new-header__search-icon {
        width: 16px;
        height: 16px
    }
}

@media (max-width:480px) {

    .new-header__contact-icon,
    .new-header__search-icon {
        width: 14px;
        height: 14px
    }
}

.new-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 28px;
    background: #666;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    gap: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:768px) {
    .new-header__hamburger {
        width: 32px;
        height: 32px;
        padding: 6px;
        gap: 6px
    }
}

@media (max-width:480px) {
    .new-header__hamburger {
        width: 30px;
        height: 30px;
        padding: 5px
    }
}

.new-header__hamburger:hover {
    background: #555;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.new-header__hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.new-header__nav-tabs {
    background: #fff;
    position: relative
}

@media (max-width:768px) {
    .new-header__hamburger span {
        height: 2px
    }

    .new-header__nav-tabs {
        display: none
    }
}

.new-header__nav-tabs .new-header__container {
    border-bottom: 8px solid #7BC4C4
}

.new-header__tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .new-header__tab-list {
        gap: 8px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.new-header__tab-item {
    position: relative;
    padding: 5px 0;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px 12px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #7BC4C4;
    text-decoration: none
}

@media (max-width:768px) {
    .new-header__tab-item {
        padding: 12px 8px;
        font-size: 13px
    }
}

@media (max-width:480px) {
    .new-header__tab-list {
        gap: 4px
    }

    .new-header__tab-item {
        padding: 10px 4px;
        font-size: 12px
    }

    .new-header__tab-text:nth-child(3) {
        font-size: 11px
    }
}

.new-header__hot-badge,
.new-header__hot-label {
    color: #fff;
    padding: 3px 6px;
    border-radius: 8px;
    line-height: 1;
    font-weight: 700
}

.new-header__tab-item:hover {
    background: #e9ecef
}

.new-header__tab-item--active {
    background: #7BC4C4;
    color: #fff;
    z-index: 1
}

.new-header__tab-item--active:hover {
    background: #6BB3B3
}

.new-header__tab-item--hot {
    position: relative
}

.new-header__tab-text {
    display: block
}

.new-header__hot-label {
    background: #f44;
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 36px
}

@media (max-width:768px) {
    .new-header__hot-label {
        right: 4px;
        font-size: 9px;
        padding: 2px 4px
    }

    .new-header__sub-nav {
        display: none
    }
}

@media (max-width:480px) {
    .new-header__hot-label {
        right: 2px;
        font-size: 8px;
        padding: 1px 3px
    }
}

.new-header__sub-nav {
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.new-header__sub-nav .new-header__container {
    padding: 0 10px
}

.new-header__sub-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

@media (max-width:768px) {
    .new-header__sub-nav-list {
        gap: 16px;
        padding: 10px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.new-header__sub-nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    padding: 10px 20px 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    border-bottom: 2px solid #7BC4C4;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:768px) {
    .new-header__sub-nav-item {
        padding: 8px 10px;
        font-size: 13px
    }
}

.new-header__sub-nav-item:hover {
    color: #7BC4C4
}

.new-header__sub-nav-item--active {
    color: #7BC4C4;
    font-weight: 600
}

.new-header__sub-nav-item--hot .new-header__hot-badge {
    margin-right: 6px
}

.new-header__sub-nav-item--dropdown:hover .new-header__dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.new-header__sub-nav-item--dropdown:hover .new-header__dropdown-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.new-header__sub-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.new-header__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 101;
    padding: 8px 0
}

@media (max-width:768px) {
    .new-header__dropdown-menu {
        min-width: 200px;
        left: -20px
    }
}

.new-header__dropdown-menu--large {
    min-width: 900px;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    left: -300px
}

@media (max-width:1200px) {
    .new-header__dropdown-menu--large {
        left: -150px;
        min-width: 750px
    }
}

@media (max-width:768px) {
    .new-header__dropdown-menu--large {
        left: -50px;
        min-width: 400px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.new-header .new-header__sub-nav-item:nth-child(6) .new-header__dropdown-menu--large {
    left: -400px
}

@media (max-width:1200px) {
    .new-header .new-header__sub-nav-item:nth-child(6) .new-header__dropdown-menu--large {
        left: -250px
    }
}

.new-header__dropdown-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    padding: 0 12px
}

@media (max-width:768px) {
    .new-header .new-header__sub-nav-item:nth-child(6) .new-header__dropdown-menu--large {
        left: -50px
    }

    .new-header__dropdown-column {
        min-width: auto;
        padding: 0
    }
}

.new-header__dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid #f5f5f5
}

.new-header__dropdown-item:last-child {
    border-bottom: none
}

.new-header__dropdown-item:hover {
    background: rgba(123, 196, 196, .1);
    color: #7BC4C4;
    padding-left: 24px
}

@media (max-width:768px) {
    .new-header__dropdown-item {
        padding: 10px 16px;
        font-size: 13px
    }
}

.new-header__dropdown-menu--large .new-header__dropdown-item {
    padding: 10px 16px;
    margin-bottom: 4px;
    border-radius: 4px;
    border-bottom: none;
    font-size: 13px
}

.new-header__dropdown-menu--large .new-header__dropdown-item:hover {
    padding-left: 20px
}

@media (max-width:768px) {
    .new-header__dropdown-menu--large .new-header__dropdown-item {
        padding: 8px 12px;
        font-size: 12px
    }
}

.new-header__hot-badge {
    background: #f44;
    font-size: 10px;
    position: absolute;
    top: -6px;
    left: 0
}

.hamburger-menu__close,
.hamburger-menu__contact-btn,
.hamburger-menu__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap
}

.new-header__dropdown-arrow {
    width: 16px;
    height: 16px;
    color: #7BC4C4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.hamburger-overlay,
.new-header__nav-tabs,
.new-header__sub-nav {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.new-header--scrolled {
    height: 66px
}

@media (max-width:768px) {
    .new-header--scrolled {
        height: auto
    }
}

.new-header--scrolled .new-header__nav-tabs,
.new-header--scrolled .new-header__sub-nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden
}

.new-header--scrolled .new-header__top {
    padding: 8px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 200;
    opacity: 0;
    visibility: hidden
}

.hamburger-overlay.active {
    opacity: 1;
    visibility: visible
}

.hamburger-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 100vh;
    background: rgba(255, 255, 255, .95);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    overflow-y: auto;
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
    box-shadow: -4px 0 20px rgba(0, 0, 0, .15)
}

@media (max-width:768px) {
    .hamburger-menu {
        width: 100%
    }
}

.hamburger-overlay.active .hamburger-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.hamburger-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px
}

.hamburger-menu__title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px
}

.hamburger-menu__close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #666;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hamburger-menu__close:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background: #555;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.hamburger-menu__close svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.5
}

.hamburger-menu__content {
    padding: 24px 24px 24px 54px
}

@media (max-width:768px) {
    .hamburger-menu__content {
        padding: 24px
    }
}

.hamburger-menu__section {
    margin-bottom: 24px;
    border-bottom: 1px solid #333;
    padding-bottom: 6px
}

.hamburger-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.hamburger-menu__item--direct:hover,
.hamburger-menu__item--expanded,
.hamburger-menu__item:hover {
    color: #7BC4C4
}

.hamburger-menu__expand-icon,
.hamburger-menu__item--expandable .hamburger-menu__expand-icon {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.hamburger-menu__item--expanded .hamburger-menu__expand-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hamburger-menu__item--direct {
    text-decoration: none
}

.hamburger-menu__item--direct .hamburger-menu__expand-icon {
    -webkit-transform: none;
    transform: none
}

.hamburger-menu__expand-icon {
    width: 18px;
    height: 18px;
    color: #666
}

.hamburger-menu__submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    margin: 0 -24px;
    padding: 8px 24px 0 42px
}

.hamburger-menu__submenu--expanded {
    max-height: 400px;
    padding: 8px 24px 8px 42px
}

.hamburger-menu__submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hamburger-menu__submenu-item:last-child {
    border-bottom: none
}

.hamburger-menu__submenu-item:hover {
    color: #7BC4C4;
    padding-left: 8px
}

.hamburger-menu__submenu-item:hover .hamburger-menu__submenu-arrow {
    color: #7BC4C4
}

.hamburger-menu__submenu-arrow {
    width: 12px;
    height: 12px;
    color: #666;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.hamburger-menu__actions {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.hamburger-menu__contact-btn,
.hamburger-menu__search-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    text-align: left
}

.hamburger-menu__contact-btn:hover,
.hamburger-menu__search-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.hamburger-menu__search-btn {
    background: #D4A574;
    color: #fff
}

.hamburger-menu__search-btn:hover {
    background: #C19660
}

.hamburger-menu__search-btn .hamburger-menu__btn-content {
    gap: 16px
}

.hamburger-menu__contact-btn {
    background: #C85A5A;
    color: #fff
}

.hamburger-menu__contact-btn:hover {
    background: #B54545
}

@media (max-width:768px) {
    .hamburger-menu__search-btn .hamburger-menu__btn-content {
        gap: 12px
    }

    .hamburger-menu__contact-btn svg:first-child,
    .hamburger-menu__search-btn svg:first-child {
        display: none
    }
}

.hamburger-menu__btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.hamburger-menu__btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 1.2
}

.hamburger-menu__btn-main {
    font-size: 22px;
    font-weight: 700
}

.hamburger-menu__btn-sub {
    font-size: 14px;
    opacity: .9;
    font-weight: 700
}

@media (max-width:768px) {
    .hamburger-menu__btn-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px
    }

    .hamburger-menu__btn-sub {
        font-size: 12px
    }
}

.hamburger-menu__phone-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 24px;
    background: #4CAF50;
    color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    text-align: center
}

.hamburger-menu__phone-btn:hover {
    background: #45A049;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.hamburger-menu__phone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}

@media (max-width:768px) {
    .hamburger-menu__phone-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px
    }
}

.hamburger-menu__phone-label {
    font-size: 12px;
    font-weight: 700;
    opacity: .9
}

.hamburger-menu__phone-number {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px
}

.hamburger-menu__arrow {
    width: 20px;
    height: 20px;
    color: currentColor;
    opacity: .8;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 36px
}

body {
    margin-top: 200px !important
}

@media (max-width:768px) {
    body {
        margin-top: 65px !important
    }

    .new-header--scrolled~body {
        margin-top: 80px
    }
}

body.menu-open {
    overflow: hidden
}

.new-header--scrolled~body {
    margin-top: 80px
}

.search-result {
    position: relative
}