.dropdown__reystr {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #153946;
}

/* .dropdown-menu__reystr {
    height: 0;
    opacity: 0;
    padding: 0 1.6rem 0 1.6rem;
}

.show__reystr {
    opacity: 1;
    height: auto;
} */

.dropdown-menu__reystr {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 1.6rem;
}

.show__reystr {
    max-height: 100%;
    opacity: 1;
    padding: 1rem 1.6rem;
}


.reystr_menu_contailner {
    background-color: #F7F9FA;
    margin-bottom: 10px;
}


.label_reystr {
    margin: 0px !important;
}

.btn__reystr {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    background: #033c48;
    color: #fff;
    border: 1px solid transparent;
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5rem;
    width: -webkit-max-content;
    width: max-content;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 10px;
}

/* .with__arrow:after {
    content: '';
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: rgb(255, 255, 255);
    -webkit-mask-image: url(../images/svg-icons/arrow-bottom.svg);
    mask-image: url(../images/svg-icons/arrow-bottom.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 70%;
    mask-size: 70%;
} */
.with__arrow:after {
    content: '';
    display: block;
    background-image: url(../images/svg-icons/arrow-removebg-preview.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    margin-left: 4px;
    transition: .3s ease-in-out
}

.with__arrow_rotate:after {
    transform: rotate(180deg);
}


.dropdown-menu__reystr li {
    align-items: center;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.dropdown-menu__reystr li:before {
    content: '';
    width: 12px;
    display: block;
    height: 1px;
    background-color: #153946;
    margin-right: 8px;
    position: absolute;
    top: 1rem;
    left: 0;
}

.dropdown__reystr_alt {
    max-height: 0;
    /* opacity: 0; */
    overflow: hidden;
    padding: 0 1.6rem;
}

.font {
    font-weight: 400 !important;
}

