html {
    scroll-behavior: smooth;
}
.overflow {
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
.site {
    position: relative;
    overflow: hidden;
}
.header {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background: #001C43;
}
.header-wrap {
    width: 100%;
    max-width: 1116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.pages-nav ul {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pages-nav .menu-item a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s all;
}
.pages-nav .menu-item a:hover {
    color: #00FF79;
}
.pages-nav .current-menu-item a {
    color: #00FF79;
}
.btn-wrap {
    display: flex;
    grid-gap: 24px;
    align-items: center;
}
.btn-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
}
.btn-wrap a:first-child {
    width: 190px;
    height: 50px;
    color: #061C3F;
    background: #00FF79;
    border-radius: 10px;
    overflow: hidden;
}
.btn-wrap a:last-child {
    width: 166px;
    height: 50px;
    background: #061C3F;
    border: 3px solid #1782F0;
    border-radius: 10px;
    overflow: hidden;
    color: #FFFFFF;
}
.burger-menu {
    display: none;
}
.pages-nav {
    position: relative;
    display: flex;
    grid-gap: 40px;
    align-items: center;
}
.dd-btn {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    cursor: pointer;
}
.dd-body {
    position: absolute;
    top: 66px;
    right: -260px;
    width: 300px;
    padding: 22px;
    display: none;
    background: #061C3F;
    z-index: 10;
}
.drop-down {
    display: flex;
    flex-flow: column;
    grid-gap: 10px;
    padding: 20px;
    margin: 0;
    list-style-type: none;
}
.drop-down .menu-item a {
    display: block;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.drop-down .menu-item a:not(:last-child) {
    margin-bottom: 20px;
}
.drop-down .current-menu-item a {
    color: #00FF79;
}
@media screen and (max-width: 1200px) {
    .pages-nav {
        display: none;
    }
    .header .container {
        position: relative;
        display: flex;
        grid-gap: 84px;
        align-items: center;
    }
    .burger-menu {
        display: block;
        position: relative;
        top: 0;
        right: 44px;
        z-index: 30;
    }
    .burger-menu-nav {
        list-style-type: none;
        white-space: nowrap;
    }
    .burger-menu-nav .menu-item {
        margin: 0;
        color: #FFFFFF;
    }
    .burger-menu-nav .current-menu-item a {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
    }
    .burger-menu-active .burger-menu-lines {
        background-color: transparent;
    }
    .burger-menu-active .burger-menu-lines::before {
        top: 0;
        transform: rotate(45deg);
        transition: 0.3s;
        width: 30px;
    }
    .burger-menu-active .burger-menu-lines:after {
        top: 0;
        transform: rotate(-45deg);
        transition: 0.3s;
        width: 30px;
    }
    .burger-menu-lines {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #00FF79;
    }
    .burger-menu-lines::before {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #00FF79;
        transition: all 0.3s;
    }
    .burger-menu-lines::after {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #00FF79;
        transition: all 0.3s;
    }
    .burger-menu-lines {
        top: 5%;
        left: 5%;
        transform: translate(-50%, -50%);
        z-index: 30;
    }
    .burger-menu-lines::before {
        content: '';
        top: -12px;
    }
    .burger-menu-lines::after {
        content: '';
        top: 12px;
    }
    .burger-menu-button:hover .burger-menu-lines {
        filter: brightness(0.7);
    }
    .burger-menu-nav {
        position: fixed;
        z-index: 20;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 300px;
        height: 100%;
        max-height: 640px;
        background-color: #1782F0;
        background: url('../img/burger-bgr.jpg') no-repeat;
        background-position: bottom right;
        overflow-y: auto;
        top: 0;
        right: -260px;
        transition: 0.3s;
        display: none;
        z-index: -1;
        margin-top: 0;
        transition: 0.3s all;
        overflow: hidden;
        padding: 10px 0;
    }
    .burger-menu-nav img {
        width: 79px;
        height: 79px;
        z-index: 30;
        margin-bottom: 10px;
    }
    .burger-menu-nav .menu {
        display: flex;
        grid-gap: 15px;
        flex-flow: column;
        align-items: flex-start;
        margin: -70px 0 0 24px;
        list-style-type: none;
    }
    .burger-menu-nav .menu-item a {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-transform: capitalize;
        color: #FFFFFF;
        transition: 0.3s all;
        text-decoration: none;
    }
    .burger-menu-nav .menu a:hover {
        text-decoration-line: underline;
        color: #FF0000;
    }
    .burger-menu-nav .current-menu-item a {
        color: #00FF79;
    }
    .burger-menu-active .burger-menu-nav {
        left: 0;
        display: flex;
        z-index: 20;
    }
    .burger-menu-link {
        padding: 20px 30px;
        font-family: 'UZ Sans';
        font-style: normal;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: bold;
        color: #7e7e7e;
    }
    .burger-menu-link:hover {
        filter: brightness(0.7);
    }
    .burger-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: -110%;
        width: 100vw;
        height: 100vh;
        z-index: 10;
        transition: all 0.3s;
    }
    .burger-menu-active .burger-menu-overlay {
        display: block;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.9;
        transition: all 0.3s;
    }
    .burger-menu-active {
        transition: all 0.3s;
    }
}

@media screen and (max-width: 576px) {
    .header {
        height: 60px;
    }
    .logo {
        width: 60px;
        height: 60px;
    }
    .header .container {
        grid-gap: 54px;
    }
    .btn-wrap {
        grid-gap: 10px;
    }
    .btn-wrap a {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
    .btn-wrap a:first-child {
        width: 106px;
        height: 30px;
    }
    .btn-wrap a:last-child {
        width: 75px;
        height: 30px;
    }
    .burger-menu {
        right: 24px;
    }
}