.header {
    position: relative;
}

.burger-icon{
    position: absolute;
    bottom: -50px;
    right: 25px;
    display: none;
    z-index: 5;
}
.esc__burger{
    display: none;
    z-index: 10;
    position: absolute;
    top: -28px;
    right: 0;
}

.header__logo-mobile{
    display: none;
}

.header__top {
    background: var(--1, linear-gradient(90deg, #7CDB63 0%, #1FBAB6 100%));
}

.header__inner-top {
    display: flex;
}

.header__action {
    font-weight: 500;
    padding-top: 1.667vw; /* 24px / 1440px */
    padding-bottom: 1.528vw; /* 22px / 1440px */
    margin-left: 17.708vw; /* 255px / 1440px */
    margin-right: 6.458vw; /* 93px / 1440px */
    color: var(--white-text);
    font-size: 1.111vw; /* 16px / 1440px */
    line-height: 1.3;
}

.header__learnmore {
    margin-top: 1.319vw; /* 19px / 1440px */
    display: flex;
    gap: 0.625vw; /* 9px / 1440px */
    align-items: center;
    height: 2.014vw; /* 29px / 1440px */
    padding: 0.417vw 1.042vw 0.486vw 1.042vw; /* 6px 15px 7px 15px / 1440px */
    flex-shrink: 0;
    border-radius: 0.556vw; /* 8px / 1440px */
    background: #FFF;
    margin-right: 10.625vw; /* 153px / 1440px */
    color: #000;
    font-size: 0.903vw; /* 13px / 1440px */
    line-height: 1.2;
    letter-spacing: -0.009vw; /* -0.13px / 1440px */
}

.header__exit {
    margin-top: 0.833vw; /* 12px / 1440px */
}

.header__bot {}

.header__inner-bot {
    display: flex;
    gap: 4.931vw; /* 71px / 1440px */
    padding-top: 1.111vw; /* 16px / 1440px */
    padding-bottom: 1.181vw; /* 17px / 1440px */
    align-items: center;
    position: relative;
}

.nav__menu {
    display: flex;
    gap: 2.5vw; /* 36px / 1440px */
    font-size: 0.972vw; /* 14px / 1440px */
}

.header__logo {
    margin-left: 12.431vw; /* 179px / 1440px */
}

.header__buttons {
    display: flex;
    gap: 1.389vw; /* 20px / 1440px */
    align-items: center;
}

.header__log {
    color: var(--green-text);
    font-size: 0.972vw; /* 14px / 1440px */
    font-weight: 500;
    z-index: 10;
}

.header__try {
    display: flex;
    padding: 0.833vw 1.667vw; /* 12px 24px / 1440px */
    justify-content: center;
    align-items: center;
    border-radius: 69.444vw; /* 1000px / 1440px */
    background: #23CE70;
    z-index: 10;
    color: white;
}

.header__lang {
    display: flex;
    align-items: center;
}

.header__lang span {
    margin-right: 0.486vw; /* 7px / 1440px */
}

.header__icon-dropdown {
    display: flex;
    align-items: center;
}