.store_list .jq-selectbox__trigger {
    width: 20px;
    height: 20px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: var(--main_text_black);
    top: calc(50% - 10px);
}
.store_list .jq-selectbox__trigger-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: -2px;
    right: 8px;
    border: none;
    width: 100%;
    height: 100%;
    background: url('images/tabArrow-black.svg') no-repeat center;
    transition: transform 0.2s linear;
}

.store_list.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.footer .store_list .jq-selectbox__select-text {
    color: var(--main_text_black);
    width: auto;
    max-width: 320px!important;
    padding-right: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    min-height: 16px;
    height: auto;
    max-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store_list.jq-selectbox li {
    display: flex;
    align-items: center;
    white-space: normal;
    font-size: 14px;
    min-height: 50px;
    line-height: 18px;
}

.store_list.jq-selectbox li:first-child {
    position: relative;
}
.block_chose_city .jq-selectbox__dropdown {
    top: 35px!important;
}
.footer .store_list .jq-selectbox__dropdown {
    width: 280px !important;
    animation: fadeIn .4s ease;
    padding: 16px 0;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    top: 34px!important;
    left: 0!important;
    bottom: unset!important;
}

.store_list .jq-selectbox__dropdown:after {
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: -4px;
    left: 48%;
}

.store_list .jq-selectbox__dropdown ul {
    max-height: 260px !important;
}
.store_list .jq-selectbox__dropdown ul {
    overflow: auto;
    scrollbar-color: var(--scroll-bar-dark) var(--scroll-bar-light);
    scrollbar-width: thin;
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--scroll-bar-light);
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-dark);
}

.store_list .jq-selectbox__select {
    padding-right: 23px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 100%;
}
.store_list .jq-selectbox__select:hover {
    background: none;
}
.store_list.focused .jq-selectbox__select {
    border: 0px;
}
.jq-selectbox li {
    padding: 5px 16px 6px 16px !important;
}

.store_list.jq-selectbox li{
    transition: 0.2s all;
    animation: fadeIn .4s ease
}

.store_list.jq-selectbox li:hover{
    background-color: var(--main_bg_gray)!important;
    transition: 0.2s all;
}

.store_list.jq-selectbox li .selected{
    background-color: var(--main_bg_gray)!important;
}
.top_menu_right .contacts{
    flex-wrap: wrap;
}
.footer_item_contact .footer_item_contact_title span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.footer_item_contact .footer_item_contact_title a {
    font-size: 14px;
    font-weight: 400;
    transition: .2s color linear;
}

.footer_item_contact_title a:hover {
    color: var(--main_active_red);
    transition: .2s color linear;
}
.footer_item_contact_title.phone a {
    margin-bottom: 5px;
}
.footer_item_contact_title {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}
.footer_item_contact {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.footer .change_SCHEDULE {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    max-width: 300px;
}
.footer_item_contact .footer_item_contact_subtitle {
    color: #86868F;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_item_contact .footer_item_contact_icon {
    width: 22px;
    height: 100%;
    margin-right: 16px;
}
#dop-contacts-footer-list a{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--main-txt)!important;
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s all linear;
    margin-right: 16px;
}
#dop-contacts-footer-list a:last-child{
    margin-right: 0;
}
#dop-contacts-footer-list a:hover{
    border-bottom: 1px dashed transparent;
}




