@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    appearance: none;
    background: none;
    box-sizing: border-box;
    text-decoration: none;
    text-align: inherit;
    position: relative;
    overflow: auto;
    color: currentColor;
    font: inherit;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    zoom: 1;
    line-height: inherit;
    word-spacing: 0;
    letter-spacing: 0;
    cursor: inherit;
    overflow-wrap: inherit;
    word-break: inherit;
    white-space: inherit;
}

html{
    background-color: #f1f1f1;
}
html.disable_scroll{
    overflow: hidden;
}

#app{
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #161616;
    text-align: left;
}

.lh0{
    line-height: 0;
}
.flx{
    display: flex;
}
.fdc{
    flex-direction: column;
}
.fw{
    flex-wrap: wrap;
}
.f1{
    flex: 1;
}
.fs0{
    flex-shrink: 0;
}
.ma{
    margin: auto;
}
.mla{
    margin-left: auto;
}
.p1{
    padding: 8px 12px;
}
.ml4{
    margin-left: 4px;
}
.cp{
    cursor: pointer;
}



#top{
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 20px #16161620;
    padding: 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#nav{
    display: flex;
    justify-content: space-between;
}
#logo{
    line-height: 0;
}
#logo_img{
    height: 20px;
}

#new_search{
    color: #105BCB;
    font-weight: 500;
    cursor: pointer;
}

#new_search_svg{
    vertical-align: text-bottom;
}

#left_side{
    width: 100%;
    padding-top: 53px;
}
#right_side{
    overflow: visible;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .25s linear;
}
#right_side.show{
    left: 0;
}
#right_side_in{
    box-shadow: 0 0 20px #16161620;
    background: #fff;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

#list{
    padding: 0 16px 16px;
}
#list.hide{
    display: none;
}

#search{
    padding: 16px;
    font-size: 14px;
}
.search_highlight{
    font-weight: 600;
    color: #105BCB;
}

.list_item{
    display: flex;
    flex-direction: column;
    padding: 16px;
    row-gap: 16px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 0 20px #16161620;
}
.list_item:not(.active){
    cursor: pointer;
}
.list_item:last-child{
    margin-bottom: 0;
}

.list_item_top{
    display: flex;
}
.list_item_top_left{
    flex: 1;
}

.list_item_img_con{
    width: 60px;
    height: 60px;
    border-radius: 25px;
    line-height: 0;
}
.list_item_img_con_desktop{
    width: 120px;
    height: 120px;
    border-radius: 50px;
    line-height: 0;
}
.list_item_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_item_info{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    flex: 1;
}
.list_item_name{
    font-size: 14px;
    font-weight: 500;
}

.list_item_svg{
    vertical-align: text-top;
}

.list_item_services{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 4px;
}
.list_item_services_item{
    display: flex;
    background-color: #E9FFFC;
    padding: 2px 12px;
    border-radius: 4px;
}
.list_item_services_name{
    flex: 1;
    padding-right: 12px;
}

#list_show_more_con{
    display: flex;
    margin-bottom: 16px;
}
#list_show_more_con.hide{
    display: none;
}
#list_show_more_in{
    margin: auto;
    background: #105BCB;
    padding: 8px 24px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}

#bottom_category_info_text_con{
    background: #fff;
    padding: 16px;
}
.bcit_h1{
    font-size: 14px;
    font-weight: 600;
}
.bcit_p{
    font-size: 14px;
}
.bcit_hr{
    height: 16px;
}




#right_top{
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

#right_open_in_new_tab{
    color: #105BCB;
    font-weight: 500;
    cursor: pointer;
}

#right_open_in_new_tab_svg{
    vertical-align: text-top;
}

#right_side_mobile_close_con{
    position: fixed;
    top: 0;
    right: 0;
    line-height: 0;
    padding: 8px;
    margin: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 20px #16161660;
    z-index: 9;
    cursor: pointer;
}
#right_side_mobile_close_con.hide{
    display: none;
}

#right_profile_con{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    flex-shrink: 0;
}

#right_profile_img_con{
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 25px;
    line-height: 0;
}
#right_profile_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#right_profile_info{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    text-align: center;
}
#right_profile_nick{
    text-align: center;
}

#right_profile_name{
    font-size: 14px;
    font-weight: 600;
}
#right_profile_desc{
    opacity: .8;
}
.right_profile_svg{
    vertical-align: text-top;
}

#right_contact_con{
    flex-shrink: 0;
}
#right_map_con{
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 100px;
}

#right_map{
    width: 100%;
    height: 100%;
}
#right_map_con *{
    overflow: visible;
    border: 0!important;
    outline: none!important;
}

#right_location_text{
    text-align: center;
    padding-bottom: 12px;
}

#right_open_google_maps{
    text-align: center;
    color: #105BCB;
    font-weight: 500;
    cursor: pointer;
}
#right_open_google_maps_svg{
    vertical-align: text-top;
}


#right_call_con{
    display: flex;
    background: #105BCB;
    border-radius: 8px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
#right_call_in{
    margin: auto;
}

#right_social_media_links_con{
    display: flex;
    padding-top: 12px;
    justify-content: center;
}
.right_social_media_link{
    padding: 0 8px;
    line-height: 0;
}
.right_social_media_link_png{
    width: 26px;
    height: 26px;
}
#right_social_media_links_con>a{
    cursor: pointer;
}
#right_social_media_links_con>a.hide{
    display: none;
}
#right_hr{
    height: 1px;
    background: #ccc;
    flex-shrink: 0;
}

#right_reyting_con{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    flex-shrink: 0;
}

#right_reyting_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#right_reyting_top_title{
    font-size: 14px;
    font-weight: 500;
}

#right_reyting_top_show_all{
    font-weight: 500;
    color: #105BCB;
    cursor: pointer;
}

#right_reyting_top_show_all_svg{
    vertical-align: text-top;
}

#right_reyting_item_con{
    display: flex;
    column-gap: 12px;
}

.right_reyting_item{
    flex: 1;
    background: #E9FFFC;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
#right_reyting_item.hide{
    display: none;
}
#right_reyting_item_write{
    flex: 1;
    background: #E9FFFC;
    border-radius: 8px;
    padding: 16px 12px;
    display: flex;
    cursor: pointer;
}
#right_reyting_item_write.hide{
    display: none;
}
#right_reyting_item_write_text{
    font-weight: 500;
    color: #105BCB;
    margin: auto;
}
#right_reyting_item_write_svg{
    vertical-align: text-top;
}

.right_reyting_name{
    font-weight: 500;
}
#right_reyting_text_value{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.right_reyting_bottom{
    display: flex;
    justify-content: space-between;
}

#right_gallery_con{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    flex-shrink: 0;
}

#right_gallery_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#right_gallery_top_title{
    font-size: 14px;
    font-weight: 500;
}

#right_gallery_top_show_all{
    font-weight: 500;
    color: #105BCB;
    cursor: pointer;
}

#right_gallery_top_show_all_svg{
    vertical-align: text-top;
}

#right_gallery_item_con{
    display: flex;
    column-gap: 8px;
}

.right_gallery_item{
    flex: 1;
    background: #E9FFFC;
    border-radius: 8px;
}
.right_gallery_item_in{
    padding-bottom: 100%;
}
.right_gallery_item_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_gallery_item_img{
    width: 100%;
    height: 100%;
}

#right_services_item_con{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.right_services_item{
    display: flex;
    column-gap: 8px;
    border-radius: 8px;
    background-color: #E9FFFC;
}

.right_services_item_left_con{
    padding: 8px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right_services_item_service_name{
    font-weight: 500;
}

.right_services_item_right_con{
    line-height: 0;
}

.right_services_item_service_img{
    width: 100%;
    height: 80px;
}




#open_reyting_screen{
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: rgba(0, 0, 0, .5);
    display: flex;
}
#open_reyting_screen.hide{
    display: none;
}
#open_reyting_screen_in{
    box-shadow: 0 0 20px #16161640;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    padding: 12px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
#open_reyting_screen_in.hide,#open_gallery_screen_in.hide{
    display: none;
}

#open_reyting_screen_top{
    display: flex;
    justify-content: space-between;
}

#open_reyting_screen_title_con{
    padding: 12px;
}

#open_reyting_screen_title{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

#open_reyting_screen_top_close_svg_con{
    margin: 2px;
    padding: 8px;
    background: #105BCB;
    border-radius: 50px;
    line-height: 0;
    cursor: pointer;
}

#rey_yaz_btn_con{
    flex-shrink: 0;
    display: flex;
}
#rey_yaz_btn{
    padding: 6px 12px;
    font-weight: 500;
    color: #fff;
    background: #105BCB;
    border-radius: 8px;
    cursor: pointer;
}
#rey_yaz_btn.hide{
    display: none;
}
#legv_et_btn{
    padding: 6px 12px;
    font-weight: 500;
    color: #fff;
    background: #105BCB;
    border-radius: 8px;
    cursor: pointer;
}
#legv_et_btn.hide{
    display: none;
}

#open_reyting_screen_new_list_group{
    flex: 1;
    padding: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

#open_reyting_screen_new_con{
    flex-shrink: 0;
}
#open_reyting_screen_new_con.hide{
    display: none;
}
#open_reyting_screen_new_con_in{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #E9FFFC;
}
#open_reyting_screen_new_name_input_placeholder{
    padding-left: 12px;
    font-weight: 500;
}
#open_reyting_screen_new_name_input_con{
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#open_reyting_screen_new_name_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 12px;
}
#open_reyting_screen_new_name_input::placeholder{
    color: #323232;
    opacity: 1;
}

#open_reyting_screen_new_text_input_placeholder{
    padding-left: 12px;
    font-weight: 500;
}
#open_reyting_screen_new_text_input_con{
    height: 72px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;

}
#open_reyting_screen_new_text_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    resize: none;

}
#open_reyting_screen_new_text_input::placeholder{
    color: #323232;
    opacity: 1;
}

#ulduz_gonder_con{
    display: flex;
    justify-content: space-between;
}

#open_reyting_screen_new_star_input_placeholder{
    padding-left: 12px;
    font-weight: 500;
}
#open_reyting_screen_new_star_group{
    display: flex;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#open_reyting_screen_new_star_input_con{
    height: 36px;
    display: flex;
}
#open_reyting_screen_new_star_input{
    margin: auto;
    padding: 0 12px;
    width: 76px;
}
#open_reyting_screen_new_star_input_changer_con{
    line-height: 0;
    padding: 2px 6px;
    background: #f1f1f1;
}
#open_reyting_screen_new_star_input_changer_increase.disabled{
    opacity: .5;
}
#open_reyting_screen_new_star_input_changer_decrease.disabled{
    opacity: .5;
}
#open_reyting_screen_new_star_input_changer_increase:not(.disabled){
    cursor: pointer;
}
#open_reyting_screen_new_star_input_changer_decrease:not(.disabled){
    cursor: pointer;
}
#open_reyting_screen_new_star_group_hr1{
    width: 1px;
    background: #ccc;
}
#open_reyting_screen_new_star_group_hr2{
    height: 1px;
    background: #ccc;
}

#open_reyting_screen_new_send_con{
    display: flex;
}
#open_reyting_screen_new_send{
    font-weight: 500;
    color: #fff;
    background: #105BCB;
    padding: 6px 12px;
    border-radius: 8px;
    margin-top: auto;
    cursor: pointer;
}


#open_reyting_screen_list_con{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.open_reyting_screen_list_item{
    flex-shrink: 0;
    background: #E9FFFC;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}



#open_gallery_screen{
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: rgba(0, 0, 0, .5);
    display: flex;
}
#open_gallery_screen.hide{
    display: none;
}
#open_gallery_screen_in{
    box-shadow: 0 0 20px #16161640;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    padding: 12px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

#open_gallery_screen_top{
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
}

#open_gallery_screen_title_con{
    padding: 12px;
}

#open_gallery_screen_title{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

#open_gallery_screen_top_close_svg_con{
    margin: 2px;
    padding: 8px;
    background: #105BCB;
    border-radius: 50px;
    line-height: 0;
    cursor: pointer;
}

#open_gallery_screen_list_con{
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 6px;
    padding: 12px;
}
.open_gallery_screen_list_item{
    width: calc(50% - 3px);
    border-radius: 8px;
    line-height: 0;
}

@media only screen and (max-width: 350px){
    #ulduz_gonder_con{
        flex-direction: column;
        row-gap: 12px;
    }
    #open_reyting_screen_new_star_input_con{
        flex: 1;
    }
    #open_reyting_screen_new_star_input{
        width: auto;
        margin: auto 0;
    }
    #open_reyting_screen_new_send{
        flex: 1;
        text-align: center;
    }
}

@media only screen and (min-width: 1000px){
    #top{
        width: 50%;
        padding: 16px 32px;
    }
    #left_side{
        width: 50%;
    }
    #right_side{
        position: fixed;
        left: auto;
        right: 0;
        width: 50%;
        padding-right: 24px;
        transition: none;
    }
    #app{
        font-size: 14px;
    }
    .list_item_svg,#right_open_google_maps_svg,#new_search_svg,#right_open_in_new_tab_svg,
    #right_reyting_top_show_all_svg,#right_gallery_top_show_all_svg{
    }
    #right_reyting_top_title,#right_gallery_top_title{
        font-size: 16px;
    }
    #open_reyting_screen_title,#open_gallery_screen_title{
        font-size: 16px;
    }
    .list_item_name,#right_profile_name{
        font-size: 16px;
    }
    #search{
        font-size: 16px;
        padding: 32px;
    }
    #list{
        padding: 1px 32px 32px;
    }
    .list_item{
        flex-direction: row;
        row-gap: 0;
        column-gap: 16px;
    }
    .list_item.active{
        outline: 1px solid #105BCB;
    }
    .list_item_img_con{
        display: none;
    }
    #list_show_more_con{
        margin-bottom: 32px;
    }
    #bottom_category_info_text_con{
        padding: 32px;
    }
    .bcit_h1{
        font-size: 16px;
    }
    .bcit_p{
        font-size: 14px;
    }
    .bcit_hr{
        height: 32px;
    }

    #right_side_in{
        padding: 16px 32px;
    }

    #right_side_mobile_close_con{
        display: none;
    }
    #right_profile_nick{
        display: none;
    }

    #right_profile_con{
        flex-direction: row;
        row-gap: 0;
        column-gap: 16px;
    }
    #right_profile_img_con{
        margin: 0;
        width: 120px;
        height: 120px;
        border-radius: 50px;
    }
    #right_profile_info{
        text-align: left;
        flex: 1;
        justify-content: center;
    }
    #right_contact_con{
        display: flex;
        column-gap: 12px;
    }
    #right_contact_con_hr{
        width: 1px;
        background: #ccc;
    }
    #right_contact_top{
        flex: 1;
    }
    #right_contact_bottom{
        flex: 1;
    }
    #right_open_google_maps{
        text-align: left;
        padding: 8px 0;
    }
    #right_location_text{
        text-align: left;
        padding-bottom: 0;
    }
    .right_social_media_link_png{
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 999px){
    #right_contact_con_hr{
        display: none;
    }
    .list_item_img_con_desktop{
        display: none;
    }
    #right_profile_nick_desktop{
        display: none;
    }
}
@media only screen and (max-width: 2500px){
    .right_gallery_item:nth-child(8){
        display: none;
    }
}
@media only screen and (max-width: 2000px){
    .right_gallery_item:nth-child(7){
        display: none;
    }
}
@media only screen and (max-width: 1700px){
    .right_gallery_item:nth-child(6){
        display: none;
    }
}
@media only screen and (max-width: 1500px){
    .right_gallery_item:nth-child(5){
        display: none;
    }
}
@media only screen and (max-width: 1000px){
    .right_gallery_item:nth-child(4){
        display: none;
    }
}

#right_side_in.wait>*{
    display: none;
}


#please_wait{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#please_wait.hide{
    display: none;
}
#open_reyting_screen_new_con_in.hide{
    display: none;
}
#open_reyting_screen_new_con_in_limit_exceed{
    padding: 12px;
    border-radius: 8px;
    background: #E9FFFC;
}
#open_reyting_screen_new_con_in_limit_exceed.hide{
    display: none;
}