.dropdown-content {
    display: none;
    justify-content: center;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    min-height: 156px;
    box-shadow: 1000px 1000px 1000px 1000px rgba(40,75,141,0.5);
    z-index: 1;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
}

.dropdown-container {
}

.short-header-dropdown {

}

.short-header-dropdown-content {
    display: none;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    min-height: 156px;
    box-shadow: 0 20000px 0 20000px rgba(40,75,141,0.5);
    z-index: 1;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
}

.dropdown-content__container {
    display: flex;
    flex-direction: row;
    padding: 24px 379px 32px 180px;
    justify-content: flex-start;
    gap: 219px;
}

.dropdown__system {
    gap: 141px
}

.dropdown-content__items {
    max-width: 448px;
    display: flex;
    flex-direction: column;
}

.dropdown-content__items li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
    height: unset !important;
    min-height: 23px;
}

.dropdown-item__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
    width: fit-content;
    max-width: 408px;
}

.dropdown-item__container:hover {
    cursor: pointer;
}

.dropdown-item__container a {
    color: #000000 !important;
}

.dropdown-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.dropdown-item__title:hover {
    color: #284B8D !important;
}

.dropdown-item__icon {
    min-width: 23px;
    min-height: 23px;
    width: 23px;
    height: 23px;
    margin-right: 16px;
}

.title-item {
    height: 25px;
    margin-bottom: 24px;
    align-items: unset;
}

.dropdown-content a {
    color: #000000;
    text-decoration: none;
}

.dropdown-item__container:hover a {
    color: #4285F4 !important;
}

.dropdown-title-icon {
    width: 22px;
    height: 22px;
    margin-left: 4px;
    content: url("/img/dropdown/dropdown-menu-arrow-black.png")
}

.see-more-icon {
    margin-left: 4px;
    margin-right: 0;
    content: url("/img/dropdown/dropdown-menu-arrow-blue.png")
}

.dropdown-item__container:hover span {
    content: url("/img/dropdown/right-arrow.png")
}

.dropdown-content__see-more a {
    color: #284B8D !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
}

.dropdown-content__more {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    padding-bottom: 3px;
    content: url("/img/dropdown/right-arrow.png");
}

.dropdown-content__visible {
    display: block;
}

.dropdown-menu__expand {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    content: url("/img/dropdown-menu-expand.png");
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.dropdown-menu__expand__opened {
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .page-menu__item__short-header:not(:last-child) {
        margin-right: 18px;
    }
}

@media (max-width: 992px) {
    .page-header__buttons-container {
        margin-left: 0;
    }
}
