.nav_main_right {
    gap: 20px;
}
.select2-container {
    width: max-content !important;
    min-width: 110px;
}
.select2-container--default .select2-selection--single {
    position: relative;
    border: 1px solid rgba(152, 173, 211, 0.2);
    border-radius: 15px !important;
    padding: 10px;
    cursor: pointer;
    height: fit-content;
    transition: all 300ms ease;
    background: #141619;
    border: 0;
}
.select2.select2-container.select2-container--open .select2-selection--single {
    background: #665dcd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transition: all 300ms ease;
    border-color: #fff transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translate(0%, -50%);
}
.select2-search--dropdown {
    display: none;
}
.select2-dropdown {
    box-shadow: 5px 3px 15px 0 rgba(104, 120, 179, 0.15);
    background: #141619;
    border-radius: 15px !important;
    padding: 10px 0px;
    border: none;
    top: 5px;
}
.select2-results__option {
    padding: 10px 15px;
}
.select2-results__option img {
    display: none;
}

.select2-results__option .hidden {
    display: none;
}
.select2-results__option p {
    font-weight: 400;
    margin-left: 0px;
    color: #fff;
}
.select2-container--default .select2-results__option {
    color: #fff;
    transition: all 300ms ease;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #665dcd72;
    color: #fff;
}
.select2-container--default .select2-results__option--selected {
    background: #141619;
}
.select2-container--open .select2-dropdown--below {
    overflow: hidden;
}
select.lang + span {
    min-width: auto;
}
.footer__credentials {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: flex-end;
}
.footer__lang-change {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer__lang-change p {
    color: #e5e5e591;
    font-size: 18px;
}

.header__credentials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
@media only screen and (max-width: 767px) {
    .footer__credentials {
        align-items: center;
    }
    .nav_content {
        grid-template-columns: repeat(2, 1fr);
    }
    .nav_links {
        position: static;
        transform: none;
        grid-column: span 2;
        order: 3;
    }
    .logo {
        justify-content: center;
    }
    .header__credentials {
        flex-direction: row-reverse;
        gap: 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .select2-container--default .select2-selection--single {
        padding: 5px;
    }
}
