.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
}

.header .container {
    width: 1440px;
    max-width: 100%;
}

.header .flex {
    align-items: center;
    justify-content: center;
}

.header .menu a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s all;
}

.header .menu a:hover {
    color: #FFB800;
}

.header .menu li:first-child:hover svg path {
    fill: #FFB800
}

.header .menu li:not(:first-child):hover svg path {
    stroke: #FFB800;
}

.header .menu li:last-child:hover svg path {
    stroke: #FFB800;
    fill: #FFB800
}

.header .menu svg {
    margin-right: 5px;
    flex-shrink: 0;
}

.header .menu li:not(:last-child) {
    margin-right: 25px;
}

.header .logo {
    margin-right: 85px;
}
.header .logo img {
    vertical-align: middle;
}

.lang {
    color: #fff;
}

.lang span {
    margin: 0 5px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.lang a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s all;
}

.lang a:hover {
    color: #FFB800
}

.header .app {
    margin: 0 58px;
}
.header .app img {
    vertical-align: middle;
}

.mobile_menu_opener {
    width: 44.5px;
    height: 50px;
    padding: 11px 5.5px 11px 0;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 55.28px;
    cursor: pointer;
    display: none;
}


.mobile_menu_opener span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .3s all;
}


.mobile_menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -5555px;
    transition: .8s all;
    z-index: 12;
    top: 74px;
    background-size: cover;
    background-position: center;
}


.menu_open .mobile_menu {
    left: 0;
}

.menu_open .mobile_menu_opener span:first-child {
    width: 100%;
    position: relative;
    transform: rotate(45deg);
    bottom: -12px;
}

.menu_open .mobile_menu_opener span:nth-child(2) {
    width: 0;
}

.menu_open .mobile_menu_opener span:last-child {
    width: 100%;
    transform: rotate(-45deg);
    position: relative;
    top: -14px;
}

.mobile_menu {
    padding: 45px 0;
}

.mobile_menu .lang {
    margin-bottom: 40px;
}

.mobile_menu .lang a {
    font-size: 24px;
    font-weight: 300;
    line-height: 30.17px;
}

.mobile_menu .lang span {
    font-size: 24px;
    font-weight: 300;
    line-height: 30.17px;
}

.mobile_menu .menu li {
    margin-bottom: 25px;
}

.mobile_menu .menu li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
    color: #FFFFFF;
}

.mobile_menu .app {
    margin-bottom: 30px;
}

.mobile_menu .app img {
    width: 167px;
}

.mobile_menu .social li:not(:last-child) {
    margin-right: 30px;
}

.menu_open {
    overflow: hidden;
}

@media (max-width: 1480px) {
    .header .logo {
        margin-right: 35px;
    }

    .header .app {
        margin: 0 40px;
    }
}

@media (max-width: 1330px) {
    .header .logo {
        margin-right: 20px;
    }

    .header .logo img {
        width: 200px;
    }

    .header .app {
        margin: 0 40px;
    }

    .header .menu li:not(:last-child) {
        margin-right: 15px;
    }

    .header .app {
        margin: 0 20px;
    }

    .app img {
        width: 130px;
    }

    .header .menu a {
        font-size: 16px;
    }
    .header .menu svg{
        width: 35px;
    }
}


@media (max-width: 992px) {
    .header {
        position: static;
    }

    .header {
        padding: 12px 0;
        background-color: #02265E;
    }
    .policy_page .header{
        background-image: none;
    }

    .header .menu {
        display: none;
    }

    .header .flex {
        justify-content: space-between;
    }

    .header .app {
        display: none;
    }

    .header .lang {
        display: none;
    }

    .header .mobile_menu_opener {
        display: flex;
        margin-right: 0;
    }

    .mobile_menu .container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile_menu .menu li{
        text-align: center;
    }
}

@media (max-width: 768px) {
    main .top_banner {
        padding-top: 40px;
    }

    main .top_banner h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 41.02px;
        text-align: left;
    }

    main .top_banner span {
        line-height: 25.02px;
        display: inline-block;
    }
    .bookSwiper .cardLst__el .card__wrapper .card__text .card__text-title{
        font-size: 14.65px;
        font-weight: 400;
        line-height: 20.94px;
        text-align: left;
        margin-bottom: 10px;
    }
    .bookSwiper .cardLst__el .card__wrapper .card__text .card__text-author{
        font-size: 12.56px;
        font-weight: 400;
        line-height: 16.75px;
        text-align: left;
    }


}
