/*Этот файл готов!*/
/*request*/

/*Для рубля (значка): */
.rub {
	font-family: arial;
	vertical-align: middle;
	border-bottom: 0.10em solid;
	line-height: 0.2em;
	display: inline-block;
	width: 0.5em;
    font-size: 1.28vw;
    background: none;
}

.main_container {
    position: absolute;
    background-color:none;
    width: 72.22vw;
    height: 82%;
    left: 25vw;
    overflow-x: none;
    overflow-y: scroll;

    /* Для современных браузеров на основе WebKit (Chrome, Safari, Edge) */ 
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /*  IE и Edge */
}

.main_container::-webkit-scrollbar {
    display: none;
}


.listing_container {
    position: absolute;
    width: 17.01vw;
    height: 27.78vw;
    background-color: none;
    border-radius: 1.39vw;
}

.image_container {
    position: absolute;
    width: 17.01vw;
    height: 17.01vw;
    background-color: none;
    border-radius: 1.39vw;
}

.image_container:hover {
    cursor: pointer;
}

.image_first_img {
    position: absolute;
    width: 17.01vw;
    height: 17.01vw;
    border-radius: 1.39vw;
}

.data_listing_container {
    position: absolute;
    height: 10.76vw;
    width: 17.01vw;
    bottom: 0vw;
    background-color: none;
}

.data_listing_container:hover {
    cursor: pointer;
}

.name_listing_span_recomendation {
    position: absolute;
    left: 0.35vw;
    top: 0.69vw;
    font-size: 1.39vw;

    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    /* многоточие: */
    text-overflow: ellipsis;
}

.price_listing_span_recomendation {
    position: absolute;
    left: 0.35vw;
    top: 2.78vw;
    bottom: 0vw;
    font-weight: bold;

    font-size: 1.39vw;

    /* это для скрытия лишнего: */
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    /* многоточие: */
    text-overflow: ellipsis;
}

.address_listing_span_recomendation {
    position: absolute;
    left: 0.35vw;
    bottom: 3.47vw;
    font-size: 1vw;
}

.buttons_container_div {
    width: 100%;
    height: 2.78vw;
    position: absolute;
    bottom: 0vw;
    background-color: none;
}

.cart_listing_button_recomendation {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-color: #1666d6;
    border-radius: 1.39vw;
    width: 2.78vw;
    height: 2.78vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_listing_button_recomendation:hover {
    cursor: pointer;
    background-color: #1555d5;
}

.like_lisitng_button_recomendation {
    background-color: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border: none;
    border-radius: 1.39vw;
    width: 2.64vw;
    height: 2.64vw;
    position: absolute;
    left: 3.47vw;
    display: flex;
}

.like_listing_button_image_recomendation {
    width: 100%;
    height: 100%;
    margin-left: -0.09vw;
}

.like_lisitng_button_recomendation:hover {
    cursor: pointer;
}

.writte_in_listing_button_recomendation {
    position: absolute;
    color: #1666d6;
    border: 1px #1666d6 solid;
    border-radius: 1.39vw;
    background-color: white;
    font-size: 1.04vw;
    left: 6.94vw;
    height: 2.78vw;
    width: 9.72vw;
}

.writte_in_listing_button_recomendation:hover {
    cursor: pointer;
    background-color: #1666d6;
    color: white;
}

.buy_in_listing_button_recomendation {
    position: absolute;
    color: white;
    border: 1px #1666d6 solid;
    border-radius: 1.39vw;
    background-color: #1666d6;
    font-size: 1.04vw;
    left: 6.94vw;
    height: 2.78vw;
    width: 9.72vw;
}

.buy_in_listing_button_recomendation:hover {
    cursor: pointer;
    background-color: #1555d5;
}

.case_all_listing_container_in_preview_case {
    position: absolute;
    top: 15%;
    left: 40%;
    backdrop-filter: blur(0.69vw);
    border: 1px rgb(255, 255, 255) solid;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border-radius: 3.47vw;
    width: 27.78vw;
    height: 38.19vw;
}

.main_span_in_case_all_listings_link {
    color: white;
    font-weight: bold;
    font-size: 1.67vw;
    position: absolute;
    left: 2.43vw;
    top: 3.47vw;
}

.case_all_listings_links {
    background-color: none;
    position: absolute;
    top: 5.56vw;
    left: 2.43vw;
    width: 22.92vw;
    height: 26.39vw;
    overflow-y: scroll;
    overflow-x: none;
}

.send_links_listings_button_in_case {
    position: absolute;
    bottom: 3.47vw;
    right: 2.43vw;
    width: 11.46vw;
    height: 2.43vw;
    background: #006effa2;
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border: solid 1px white;
    color: white;
    font-size: 1.04vw;
    font-weight: bold;
    border-radius: 1.39vw;
    cursor: pointer;
}

.remove_all_flags_on_links_button {
    position: absolute;
    bottom: 3.47vw;
    left: 2.43vw;
    width: 10.07vw;
    height: 2.43vw;
    background: #ffffff67;
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border: solid 1px white;
    color: white;
    font-size: 1.04vw;
    font-weight: bold;
    border-radius: 1.39vw;
    cursor: pointer;
}

.listing_object_class_in_links_list {
    background-color: none;
    border-radius: 0.69vw;
    position: relative;
    display: flex;
    width: 100%;
    height: 6.94vw;
    background-color: none;
    margin-bottom: 1.39vw;
    margin-top: 1.39vw;
}

.fimage_listing_class {
    width: 6.94vw;
    height: 100%;
    position: absolute;
    left: 0vw;
    border-radius: 0.69vw;    
}

.listing_link_name {
    position: absolute;
    left: 8.33vw;
    top: 0.69vw;
    font-size: 1.04vw;
    color: white;
}

.listing_link_price {
    position: absolute;
    left: 8.33vw;
    top: 2.08vw;
    font-size: 1.04vw;
    font-weight: bold;
    color: white;
}

.address_listing_link {
    position: absolute;
    left: 8.33vw;
    top: 3.47vw;
    font-size: 1.04vw;
    color: white;
}

.fimage_listing_for_link {
    position: relative;
    left: 0vw;
    top: 0vw;
    height: 8.33vw;
    width: 8.33vw;
    border-radius: 1.39vw;
}

.div_address_box {
    position: absolute;
    margin-left: 6.94vw;
    margin-top: 0vw;
    width: 6.94vw;
    height: 3.47vw;
    background-color: none;
}

.sub_channel_button {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #1777d7;
    font-weight: bold;
    font-size: 0.97vw;
    transition: 0.5s;
}

.sub_channel_button:hover {
    background-color:#0000001d;
    transition: 0.5px;
    cursor: pointer;
}

.chat_avatar_in_info_preview {
    position: absolute;
    width: 5.21vw;
    height: 5.21vw;
    border-radius: 6.94vw;
    top: 6.94vw;
    left: 2.78vw;
}

.chat_avatar_in_info_preview_hover:hover {
    cursor: pointer;
}

.name_chat_in_info_case {
    color: white;
    position: absolute;
    font-size: 1.25vw;
    top: 7.64vw;
    left: 9.38vw;
    max-width: 15.28vw;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redact_name_project_in_info_case {
    color: white;
    position: absolute;
    top: 7.64vw;
    left: 9.38vw;
    font-size: 1.25vw;
    width: 15.28vw;
    background-color: none;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.35vw;
}

.chat_info_parms_case {
    background-color: none;
    position: absolute;
    top: 13.89vw;
    left: 2.78vw;
    width: 22.22vw;
    height: 22.92vw;    
}

.description_chat_info_case {
    position: relative;
    display: flex;
    color: white;
    font-size: 1.11vw;
    word-break: break-all;
    border-radius: 0.35vw;
    transition: 0.5s;
    user-select: none;
    white-space: pre-line;
    max-height: 6.94vw;
    overflow-y: scroll;
    overflow-x: none;
}

.redact_description_project_in_info_case {
    position: relative;
    display: flex;
    color: white;
    font-size: 1.11vw;
    word-break: break-all;
    border-radius: 0.35vw;
    width: 21.88vw;
    height: 6.94vw;
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border: none;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: none;
    overflow-y: none;
    overflow-x: none;
}

.hover_set_info_parm:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.case_all_users_in_project_list {
    position: absolute;
    background-color: none;
    width: 22.22vw;
    height: 30.56vw;
    left: 2.78vw;
    top: 5.56vw;
}

.button_add_new_user_in_project {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: white 1px solid;
    border-radius: 6.94vw;
    width: 100%;
    height: 3.47vw;
    background-color: none;
    transition: 0.5s;
}

.button_add_new_user_in_project:hover{
    cursor: pointer;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
}

.gorizontal_line_in_all_users {
    position: relative;
    display: flex;
    margin-top: 1.39vw;
    width: 100%;
    color: white;
    border-radius: 0.69vw;
    border: 1px white solid;
}

.main_element_container_user {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6.94vw;
    width: 100%;
    height: 3.47vw;
    background-color: none;
    transition: 0.5s;
    margin-top: 2.08vw;
}

.main_element_container_user:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
}

.delete_user_in_group_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6.94vw;
    width: 3.47vw;
    height: 3.47vw;
    background-color: none;
    transition: 0.5s;
    margin-top: 2.08vw;
    margin-left: 18.75vw;
}

.delete_user_in_group_button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
}

.delete_user_in_group_icon {
    transition: 0.5s;
    width: 60%;
    height: 60%;
}

.avatar_main_element_container_user {
    position: absolute;
    left: 0vw;
    top: 0vw;
    height: 3.47vw;
    width: 3.47vw;
    border-radius: 6.94vw;
}

.username_main_element_container_user {
    color: white;
    position: absolute;
    left: 5.21vw;
}

.case_all_users_in_project_list_f1 {
    position: absolute;
    background-color: none;
    width: 22.22vw;
    height: 22.22vw;
    left: 0vw;
    top: 5.21vw;
    overflow-y: scroll;
    overflow-x: none;
}

.back_or_delete_group_button {
    position: absolute;
    top: 2.43vw;
    right: 2.78vw;
    border-radius: 6.94vw;
    width: 2.43vw;
    height: 2.43vw;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0vw 0vw 0.35vw 0 #000000a2;
    transition: 0.2s;
}

.back_or_delete_group_button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.back_or_delete_button_icon {
    position: absolute;
    left: 0.35vw;
    top: 0.28vw;
    width: 80%;
    height: 80%;
    
}
