@media only screen and (min-width: 1460px) {

    .sect-head {
        width: 100%;
        height: 150px;
        z-index: 9999;
        position: fixed;
        background: linear-gradient(180deg, #050c2600 0%, rgba(5, 12, 38, 0) 75%);
        backdrop-filter: blur(8px);
        gap: 25px;
        padding: 30px;
        display: flex;
        flex-direction: column;
    }

    .nav_smail {
        width: 1360px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
    }

    .nav_standart {
        width: 1360px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        letter-spacing: .32px;
        display: flex;
        align-items: center;
    }

    .left_nav_stand {
        width: auto;
        height: auto;
    }

    .nav-sel {
        gap: 30px;
        display: flex;
    }

    .logo {
        font-size: 30px;
        font-family: "EM-Stem Regular", arial, sans-serif;
        margin-right: 30px;
        margin-top: -6px;
    }

    .logo a {
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
    }

    .logo span {
        margin-right: -3px;
    }

    .logo svg {
        margin-top: 7px;
    }

    .nav-sel a,
    .serch-nav a {
        color: white;
        font-size: 14px;
        font-family: "EM-Stem Light", arial, sans-serif;
        text-decoration: none;
        letter-spacing: 0.28px;
        line-height: 140%;
        transition: 0.2s ease-in-out;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .nav-sel a:hover,
    .serch-nav a:hover,
    .btn-no:hover{
        transition: 0.2 ease-in-out;
        color: rgba(255, 255, 255, 0.5);
    }

    .circuleses {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: gray;
    }

    .serch-nav {
        position: absolute;
        gap: 58px;
        display: flex;
        right: 0;
        align-items: center;
    }

    .nvv {
        display: flex;
        align-items: center;
        position: relative;
        left: -28px;
    }

    .nvv svg {
        position: absolute;
        color: rgba(255, 255, 255, 0.5);
    }

    .login {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
    }

    .login span {
        display: flex;
        align-items: center;
        padding: 2px;
        margin-top: -2px;
    }

    .btn-nobe span {
        display: flex;
        align-items: center;
        padding: 2px;
        margin-top: -2px;
    }

    .btn-no {
        background-color: #ffffff00 !important;

    }

    button {
        padding: 10px 20px;
        background-color: #454cee;
        font-size: 16px;
        line-height: 150%;
        color: white;
        border-radius: 10px;
        border: none;
        font-family: "EM-Stem Regular", arial, sans-serif;
        transition: .2s ease-in-out;
        cursor: pointer;
    }

    button:hover {
        background-color: BLUE;
        transition: .2s ease-in-out
    }

    .akk {
        background-color: #454bee00 !important;
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        border-radius: 0 !important;
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 2px;
    }

    .akk svg {
        margin-left: -10px;
    }

    .nav_location {
        display: flex;
        align-items: center;
    }

    .btn-style-nav {
        color: white;
        font-family: "EM-Stem Regular", arial, sans-serif;
        font-size: 16px;
        display: flex;
        margin-top: 0;
        cursor: pointer;
        padding: 12px 5px 12px 15px;
        border-radius: 16px;
        letter-spacing: .32px;
        transition: .2s ease-in-out;
        margin-top: 3px;
    }

    .btn-style-nav:hover {
        color: rgba(255, 255, 255, 0.479);
        transition: .1s ease-in-out;
    }

    .btn-style-nav.active {
        background-color: rgb(36, 47, 61);
    }

    .btn-style-nav.active svg {
        transform: rotate(180deg);
        transition: .2s ease-in-out;
    }

    .btn-style-nav svg {
        margin-left: 1.5px;
        fill: rgba(255, 255, 255, 0.397);
        transition: .2s ease-in-out;
    }

    .ava {
        width: 45px;
        height: 45px;
        background-color: #454cee;
        border-radius: 300px;
    }

    .akk_btn {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .st1 {
        font-size: 16px;
        color: white;
        line-height: 150%;
        font-family: "EM-Stem Regular", arial, sans-serif;
        max-width: 188px;
        letter-spacing: .28px;
        display: flex;
        justify-content: flex-start;
    }

    .st2 {
        max-width: 188px;
        font-size: 13.5px;
        letter-spacing: .28px;
        line-height: 140%;
        color: #78819d;
        font-family: "EM-Stem Light", arial, sans-serif;
        display: flex;
        justify-content: flex-start;
    }

    .fakeblock {
        width: 1360px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-family: "EM-Stem Reguar", arial, sans-serif;
    }

}