.lk-switcher-inner{
    display: block;
}
.lk-switcher-wrap{
    padding: 10px;
}
.lk-switcher{
    padding: 5px 27px;
    border-radius: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #DBDBDB;
    /*margin-bottom: 20px;*/
    cursor: pointer;
}
.lk-switcher .lk-avatar{
    margin: unset!important;
    margin-right: 17px;
    height: 30px;
    width: 30px;
}
.lk-switcher-title{
    color: #585858;
    font-weight: bold;
    margin-left: 17px;
}
.lk-switcher-icon{
    width: 19px;
    height: 19px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 31px;

    border-radius: 50%;
}
.active .lk-switcher-icon{
    transform: rotate(180deg);
}
.active .lk-switcher-inner{
    display: flex;
}
.lk-switcher-inner{
    display: none;
    flex-direction: column;
}
.lk-item{
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    padding-left: 31px;
    padding-right: 31px;
    color: #585858;
    font-weight: bold;
    cursor: pointer;
}
.lk-item-name, .lk-item-right-name, .lk-item-right-ing{
    opacity: 0.5;
}

.lk-item.active .lk-item-name, .lk-item.active .lk-item-right-name, .lk-item.active .lk-item-right-ing{
    opacity: 1;
}
.active .lk-switcher{
    border-radius: 30px 30px 0 0;
}
.lk-item.active{
    opacity: 1;
}
.lk-item-right-ing{
    height: 30px;
    line-height: 30px;
    margin-left: 11px;
}
.lk-item-right{
    display: flex;
    align-items: center;
}
    .lk-item.lk-notice{
    border-radius:  0 0 30px 30px;
    font-size: 10px;
    text-align: center;
    justify-content: center;
    opacity: 1!important;
}
.lk-sep{
    height: 1px;
    width: 100%;
    background: white;
    background-repeat: no-repeat;

}

.autocomplete-suggestions{
    background: white;
    border: 1px solid grey;
}
.autocomplete-suggestion{
    cursor: pointer;
    padding: 10px;
}
.autocomplete-suggestion:hover{
    background: #f7f1f1;
}
.lk-switcher-wrap-top{
    position: absolute;
    top: 170px;
    width: 502px;
    right: 42px;
    z-index: 999;
    display: none;
}
.lk-switcher-wrap-top .lk-item-name{
    font-size: 12px;
}
.lk-switcher-wrap-top .lk-item-right-name{
    font-size: 12px;
    text-align: right;
}
@media (max-width: 768px){
    .price-ur{
        text-align: left;
    }
    .price-ur {
        justify-content: flex-start;
        padding-left: 15px;
    }
}
.ls-org-list{

    border: 1px solid #f2f2f2;
}
.ls-org-list h2{
    padding: 33px 43px 15px;
}
.ls-org-list h1{
    padding: 0 43px 15px 43px;
}
.ls-org-list-items{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ls-org-list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    padding: 15px 43px;
}
.ls-org-list-item .btn-left{
    margin-right: 20px;
}
.ls-org-list-item-name{
    max-width: 50%;
}
.ls-org-list form{
    padding: 15px 43px;
}
.ls-org-list .links_prev_next{
    margin-top: 20px;
    padding-left: 43px;
}
@media (max-width: 768px){
    .ls-org-list-item{
        flex-direction: column;
    }
    .ls-org-list-item-name{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .ls-org-list-item .btn-left{
        margin-bottom: 20px;
    }
    .lk-item{
        font-size: 12px;
    }
    .ls-org-list-item-buttons{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ls-org-list-item-buttons a{
        width: 100%;
        max-width: 100%;
    }
    .ls-org-list-item{

    }
    .ls-org-list h1{
        font-size: 18px;
    }
    .lk-item.lk-notice{
        font-size: 6px;
    }
    .lk-switcher .lk-switcher-title{
        order: 1;
        margin-left: 0;
        margin-right: 17px;
    }
    .lk-switcher .lk-avatar{
        order: 2;
    }
}
