.page-header {
    display: flex;
    flex-direction: column;
    background: #284B8D;
    padding: 0 !important;
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
}

.menu {
    background: #284B8D;
}

.page-header__container {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.page-header__top {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
}

.page-header__right-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-header__buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 32px;
}

.page-header__logo {
    width: 190px;
    height: 35px;
    content: url("/img/header-logo.png")
}

.page-header__short-header__logo {
    width: 54px;
    height: 34px;
    content: url("/img/short-header-logo.png")
}

.page-header__short-header__buttons-container {
    display: flex;
    align-items: center;
}

.page-header__contacts {
    height: 40px;
    width: 121px;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.short-header__contacts {
    color: #000000;
    margin-right: 32px;
}

.page-header__phone {
    width: 121px;
    font-weight: 500;
}

.page-header__email {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.page-header__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    width: 1080px;
    margin-top: 24px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.short-header__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin-top: 24px;
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.bruh {}

.page-header__search-icon {
    padding: 7px;
    width: 24px;
    height: 24px;
    content: url("/img/header-search-icon.png");
}

.page-header__search {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.page-header__search-bar {
    display: none;
    background: #284B8D;
    width: 206px;
    height: 34px;
    border: none;
    color: #FFFFFF;
    padding-left: 7px;
}

.short-header__search-bar {
    display: none;
    background: #FFFFFF;
    width: 206px;
    height: 34px;
    border: none;
    color: #000000;
    padding-left: 7px;
}

.page-header__search-bar::placeholder {
    color: #FFFFFF;
}

.page-header__search-bar:focus {
    outline: none;
}

.short-header__search-bar:focus {
    outline: none;
}

.page-header__search-bar__container {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: none;
}

.short-header__search-bar__container {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: none;
}

.page-header__search-bar__container__active {
    border: 1px solid #FFFFFF;
}

.short-header__search-bar__container__active {
    border: 1px solid #000000;
    margin-left: 24px;
}

.page-header__search-bar__active {
    display: block;
    animation: slide 1s 1;
}

.short-header__search-bar__active {
    display: block;
    animation: slide 1s 1;
}

.page-header__menu a {
    color: #FFFFFF !important;
}

.page-menu__item:not(:last-child) {
    margin-right: 54px;
}

.page-menu__item a {
    display: block;
    padding-top: 9px;
    padding-bottom: 24px;
}

.page-menu__item {
}

.page-menu__item__short-header:not(:last-child) {
   margin-right: 33px;
}

.page-menu__item__short-header {
    padding-top: 9px;
    padding-bottom: 24px;
}

.page-menu__item__short-header__hover {
    margin-top: -5px;
    border-top: 3px solid rgba(0, 0, 0, 1) !important;
}

.page-menu__item__short-header a{
    color: #000000 !important;
}

.page-menu__item__short-header span {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    content: url("/img/short-header-expand.png");
    transition: all 0.2s ease-out;
}

.page-menu__item__short-header li {
    height: 75px;
}

.page-menu__item li {
    height: 75px;
}

.page-menu__item__hover {
    margin-top: -5px;
    border-top: 3px solid rgba(255, 255, 255, 1);
}

.page-menu__item__current {
    margin-top: -5px;
    border-top: 3px solid rgba(255, 255, 255, 1);
}

.short-header__current {
    border-top: 3px solid rgba(0, 0, 0, 1);
}

.short-header__current:hover {
    border-top: 3px solid rgba(0, 0, 0, 1);
}

.page-short-header {
    background: #FFFFFF;
    min-height: 70px;
}

.page-short-header__container {
    padding: 16px 180px 0 180px;
    flex-direction: column;
    justify-content: space-between;
}

.short-header-search {
    margin-left: 0;
}

.short-header__search-icon {
    width: 24px;
    height: 24px;
    margin-left: 24px;
    content: url("/img/short-header-search-icon.png");
}

.short-header__search-icon:hover {
    cursor: pointer;
}

.short-header-burger-icon:hover {
    cursor: pointer;
}

.short-header-burger-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 24px;
    content: url("/img/short-header-burger-icon.png");
}

.short-header-burger-icon__close {
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 24px;
    content: url("/img/short-header-burger-icon-close.png");
}

.short-header__burger-menu {
    position: fixed;
    top: -30px;
    left: -15px;
    width: 278px;
    height: calc(100vh + 30px);
    z-index: 99;
    display: none;
}

.short-header__top {
    width: 1080px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.b-fixed-header__top {
    top: -500px !important;
}

.show {
    top: 0 !important;
}

.show .short-header__bottom {
    display: none;
}

.short-header__bottom__visible {
    display: block !important;
}

.short-header__burger-menu__visible {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 30px;
}

.short-header__burger-menu__visible a {
    color: #FFFFFF;
}

.short-header__burger-menu--close {
    position: fixed;
    padding: 10px 10px 0 250px;
    top: 0;
    z-index: 999;
}

.short-header__burger-menu:hover .page-menu__item {
    border-top: none;
}

.hide-burger-menu {

}

.cookies {
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    min-height: 70px;
    background: #FFFFFF;
}

.cookies__container {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    width: 1080px;
}

.cookies__container__text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}

.cookies__container__text a {
    color: #4285F4;
    text-decoration: underline;
}

.cookies__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 36px !important;
    border-radius: 4px;
    border: 1px solid #4285F4;
    color: #4285F4;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
    transition: all 0.6s ease-out;
    margin-top: 0 !important;
}

.cookies__button:hover {
    cursor: pointer;
    background: #4285F4;
    color: #FFFFFF;
}

.cookies__hidden {
    display: none;
}

.breadcrumb li a {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.33;
}

.breadcrumb li:not(:last-child):hover {
    cursor: pointer;
    text-decoration: underline;
}

.breadcrumb li:last-child a, .breadcrumb li:last-child {
    opacity: 0.68 !important;
    text-decoration: none !important;
}

.breadcrumb_sect {
    display: flex;
    padding-top: 24px;
    margin-bottom: 24px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb span:not(:last-child) {
    width: 12px;
    height: 12px;
    padding-left: 8px;
    padding-right: 8px;
    opacity: 0.33;
    content: url("/img/breadcrumbs_divider.svg")
}

.advanta-orange-button {
    max-width: 200px;
    height: 38px;
    border: none;
    border-radius: 4px;
    background: #F9BE03;
    text-wrap: nowrap;
    transition: all 0.6s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advanta-orange-button a {
    display: block;
    height: 22px;
    color: #000000 !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    transition: all 0.6s ease-out;
}

.advanta-orange-button:hover {
    background: #284B8D;
}

.advanta-orange-button:hover a {
    color: #FFFFFF !important;
}

.advanta-orange-button__try-free{
    width: 212px;
    max-width: 212px;
    height: 38px;
}

.advanta-orange-button__try-free a {
    width: 166px;
    height: 22px;
    padding: 7px 23px 9px 23px;
    letter-spacing: -0.8px
}

.advanta-orange-button__try-free:hover {
    background: #FFFFFF;
    color: #000000 !important;
}

.advanta-orange-button__try-free:hover a {
    color: #000000 !important;
}

.pagination {
    height: 24px;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.pagination__active-page a {
    color: #4285F4 !important;
    text-decoration: underline;
}

.pagination__previous-page a {
    padding-bottom: 3px !important;
    content: url("/img/pagination_next_page.svg");
    transform: rotate(180deg);
}

.pagination__next-page a {
    padding-top: 3px;
    content: url("/img/pagination_next_page.svg")
}

.pagination li {
    margin-right: 16px;
}

.pagination li a {
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
}

.short-header {
    max-width: 212px;
    width: 212px;
}

.short-header a {
    letter-spacing: -0.0464em;
}

.burger-menu-button {
    display: flex !important
}

.burger-menu-button:hover {
    background: #FFFFFF;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1265px) {
    .advanta-orange-button {
        padding: 0 10px;
        max-width: 180px;
    }

    .short-header__top {
        width: 100%;
    }

    .page-short-header__container {
        padding: 16px 30px 0 30px;
    }
}

@media (max-width: 1080px) {
    .page-header__top {
        width: 100%;
    }

    .page-header__menu {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cookies__container {
        flex-direction: column;
        padding: 16px 20px;
    }

    .cookies__container__text {
        padding: 0;
        margin-bottom: 12px;
    }

    .cookies__button {
        margin: 0;
    }
}

@media (max-width: 391px) {
    .cookies__container__text {
        max-width: 317px;
    }
}

@media (min-width: 991px) {
    .mobile-menu {
        display: none;
    }
}

@media (max-width: 992px) {

    .mobile-menu {
        display: none;
    }

    .page-header__top {
        padding-bottom: 32px;

    }

    .page-header {
        padding: 0;
    }

    .page-header__container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-header__menu {
        flex-direction: column;
        padding: 15px 0 15px calc(1rem + 30px);
        width: 100%;
    }

    .page-header__contacts {
        display: none;
    }

    .page-header__search {
        display: none;
    }

    .hide-burger-menu {
        display: none;
    }

    .short-header__burger-menu {
        display: none;
    }

    .short-header__burger-menu__visible {
        display: none;
    }

    .advanta-orange-button {
        display: none;
    }

    .page-menu__item {
        padding-bottom: 0;
    }

    .page-menu__item:hover {
        margin: 0;
        border-top: none;
    }

    .page-menu__item__current {
        margin: 0;
        border-top: none;
    }

    .page-menu__item span {
        display: none;
    }

    .dropdown-container {
        display: none;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        display: none
    }
}