/*Этот файл готов!*/
/*request*/

body {
    background-color:none;
 }
 
 span {
     font-family: Arial, Helvetica, sans-serif;
 }
 
 a {
     font-family: Arial, Helvetica, sans-serif;
 }

 .navbar {
     background-color: none;
     box-shadow: 0vw 0.5px 0vw #CDD1DA;
     margin-left: 4.79vw;
     margin-right: 4.79vw;
     height: 8.8vw;
 }
 
 /* Начало первая часть Навигационной панели*/
 /* контейнер с объектами (div)*/
 .container-f {
     background-color: none;
     display: inline-block;
     width: 19.3vw;
     height: 8.68vw;
     text-align-last: justify;
     position: relative;
 }
 
 /* VENDORGRAM вывеска*/
 .bg-navbarimg {
     background-color:none;
     display: flex;
 
     width: 90%; /* Ширина */
     height: 50%;
 
     position: absolute;
     top: 10%;
     left:-2%;
     align-items: center;
 }
 
 .navbarimg {
     position: absolute;
     left: -0.52vw;
     margin-top: 1.39vw;
     width: 20.83vw;
     height: 40%;
 }
 
 .nav2_otdel {
     position: absolute;
     top: 70%;
     font-weight: bold;
     font-size: 1.39vw;
     cursor: pointer;
 }
 
 .nav2_otdels_underline {
     position: absolute;
     bottom: 0; /* Подчеркивание внизу */
     left: 0; /* Изначальное положение слева */
     top: 8.85vw;
     width: 0vw; /* Изначальная ширина 0 */
     height: 0.21vw; /* Толщина подчеркивания */
     background-color: #000000; /* Цвет подчеркивания */
     transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 #nav2_otdel_profile {
     left: 0vw;
 }
 #nav2_otdel_messege {
     right: 0vw;
 }
 
 /* "Профиль" кнопка*/
 .bg-prof-tx {
     background-color: none;
     position: absolute;
     top: 70%;
     
 }
 
 .prof-tx {
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
     transition: color 0.3s ease; /* Плавное изменение цвета */
     cursor: pointer; /* Добавляем курсор "рука" */
 }
 
 /* "Сообщения" кнопка*/
 .bg-mess-tx {
     background-color: none;
     position: relative;
     top: 70%;
     float: right;
 }
 
 .mess-tx {
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
     transition: color 0.3s ease; /* Плавное изменение цвета */
     cursor: pointer; /* Добавляем курсор "рука" */
 }
 
 .base_profile_and_mess_underline{
     position: absolute;
     bottom: 0; /* Подчеркивание внизу */
     left: 0; /* Изначальное положение слева */
     top: 8.85vw;
     width: 0vw; /* Изначальная ширина 0 */
     height: 0.21vw; /* Толщина подчеркивания */
     background-color: #000000; /* Цвет подчеркивания */
     transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 /* Конец первая часть Навигационной панели*/
 /* для всех ссылок в виде текста настройки:*/
 a {
     text-decoration: none;
     color: rgb(0, 0, 0);
 }
 
 /* Начало третья часть Навигационной панели*/
 .second_container_navbar1 {
    background-color:none;
    /* Настройка положения главного div контейнера вправо по navbar*/
    position: relative;
    float: right;  /* Прижмёт к правому краю */ 
    /* Размеры diva*/
    width: 19.44vw;
    height: 8.68vw;
    display: flex;
 }
 
 .button_create_listing_navbar1 {
     position: absolute;
     top: 1.74vw;
     width: 10.42vw;
     height: 2.78vw;
     font-size: 1.11vw;
     font-weight: normal;
     /*border: solid 0.5px black;*/
     border: none;
     border-radius: 1.39vw;
     color: black;
     box-shadow: 0vw 0vw 0.69vw rgba(0,0,0,0.3);
     background-color: transparent;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .button_create_listing_navbar1:hover {
     cursor: pointer;
 }
 
 .button_create_listing_navbar1:active {
     transform: scale(0.80);
     box-shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.3);
 }
 
 .button_carsts_navbar1 {
     display: flex;
     position: absolute;
     top: 1.74vw;
     right: 0vw;
     width: 5.56vw;
     height: 2.78vw;
     font-size: 1.11vw;
     font-weight: normal;
     border: none;
     border-radius: 1.39vw;
     color: black;
     background-color: white;
     box-shadow: 0vw 0vw 0.69vw rgba(0,0,0,0.3);
     cursor: pointer;
     transition: 0.5s;
     justify-content: center;
     align-items: center;
 }
 
 .button_carsts_navbar1:hover {
     cursor: pointer;
 }
 
 .button_carsts_navbar1:active {
     transform: scale(0.80);
     box-shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.3);
 }
 
 .carts_span_nav1 {
     position: absolute;
     left: 20%;
     top: 15%;
 }
 
 .carts_image_nav1 {
     position: absolute;
     width: 2.08vw;
     height: 2.08vw;
 }
 
 .nav2_otdel2 {
     position: absolute;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
 }
 
 .nav2_otdels2_underline {
    position: absolute;
    bottom: 0; /* Подчеркивание внизу */
    left: 0; /* Изначальное положение слева */
    top: 8.75vw;
    z-index: 1;
    width: 0vw; /* Изначальная ширина 0 */
    height: 0.21vw; /* Толщина подчеркивания */
    background-color: #000000; /* Цвет подчеркивания */
    transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 .market_span_option_nav1 {
     position: relative;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 .messanger_span_option_nav1 {
     position: absolute;
     right: 0vw;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 /*Конец кнопка message*/
 /* Нижняя часть третьего контейнера конец*/
 /* Конец третья часть Навигационной панели*/
 /*Первая навигационная панель закончилась!*/
 
 
 
 /*Начало второй (боковой) навигационной панели*/
 .navbar-second {
     position: absolute;
     background-color: none;
     border-left: solid #CDD1DA 0.5px;   
     border-right: solid #CDD1DA 0.5px; 
     /*положение navbar*/
     height: 82%;
     width: 19.58vw;
     margin-left: 4.79vw;
     margin-top: 0.07vw;
     overflow-y: scroll;
     overflow-x:none;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none; /* IE и Edge */
 
     display: flex;
 }
 
 .navbar-second::-webkit-scrollbar {
     display: none; /* Chrome, Safari, Opera */
 }
 
 .info_user_container {
     position: absolute;
     top: 1.39vw;
     margin-left: 1.39vw;
 
     background-color: none;
     width: 16.67vw;
     height: 6.94vw;
 }
 
 .username_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.04vw;
     font-weight: 600;
 
     display: inline-block;       /* Makes the <span> respect width constraints */
     white-space: nowrap;         /* Prevent line wrapping */
     overflow: hidden;            /* Hide overflowing text */
     text-overflow: ellipsis;     /* Add ellipsis (...) at the end */
     max-width: 10.42vw; 
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 0.49vw;
     background-color: none;
 }
 
 .email_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.87vw;
     font-weight: 600;
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 3.47vw;
     
     display: inline-block;       /* Makes the <span> respect width constraints */
     white-space: nowrap;         /* Prevent line wrapping */
     overflow: hidden;            /* Hide overflowing text */
     text-overflow: ellipsis;     /* Add ellipsis (...) at the end */
     max-width: 10.42vw; 
 
     color:rgb(72,72,72);
 }
 
 .phone_number_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.87vw;
     font-weight:600;
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 2.08vw;
 }
 
 .avatar_img {
     position: absolute;
     border-radius: 50%;
     border: solid 1px #CDD1DA;
     width: 4.86vw;
     height: 4.86vw;
 }
 
 .grey_line_under_first_container {
     position: absolute;
     top: 7.29vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 .icon_option {
     position: absolute;
     margin-left: 1.74vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 .icon_option_2st {
     position: absolute;
     margin-left: 1.56vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 .icon_option_groups {
     position: absolute;
     margin-left: 1.53vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 
 .text_option {
     margin-left: 4.17vw;
     color: black;
 }
 
 /*FIRST OPTIONS: */
 
 .first_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 6.94vw;
     top: 8.33vw;
 }
 
 .first_option {
     position: absolute;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .first_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 .second_option {
     position: absolute;
     top: 2.43vw;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .second_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 .fird_option {
     position: absolute;
     top: 4.86vw;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .fird_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 .grey_line_out_first_container {
     position: absolute;
     top: 15.49vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 /*Market OPTIONS: */
 
 .market_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 4.86vw;
     top: 16.49vw;
 }
 
 .grey_line_out_market_container {
     position: absolute;
     top: 21.18vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 /*MESSANGER OPTION: */
 .messanger_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 6.94vw;
     top: 22.15vw;
 }
 
 .create_listing_container_button {
     position: absolute;
     left: 1.91vw;
     top: 2.08vw;
     background-color: none;
     width: 17.36vw;
     height: 13.89vw;
 }
 
 .register_slogan {
     font-weight: bold;
     font-size: 1.6vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_2 {
     position: absolute;
     top: 4.17vw;
     left: 0vw;
     font-weight: medium;
     font-size: 1.04vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_3 {
     position: absolute;
     top: 8.68vw;
     left: 0vw;
     font-weight: bold;
     font-size: 1.39vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_4 {
     position: absolute;
     top: 12.5vw;
     left: 0vw;
     font-weight: medium;
     font-size: 1.04vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .login_button_in_navbar2 {
     position: absolute;
     cursor: pointer;
     width: 15.97vw;
     height: 2.78vw;
     top: 17.36vw;
     left: 0vw;
     border: none;
     color: white;
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     border-radius: 1.39vw;
     font-size: 1.04vw;
     font-weight: normal;
 }
 
 .grey_line_login_register_left {
     position: absolute;
     top: 21.18vw;
     background-color: none;
     border-top: solid 1px #A4A4A4;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 6.6vw;
     height: 0.07vw;
     z-index: 0;
 }
 
 .good_label_or {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.04vw;
     position: absolute;
     top: 21vw;
     left: 7.12vw;
     color: #A4A4A4;
 }
 
 .grey_line_login_register_right {
     position: absolute;
     top: 21.18vw;
     right: 1.39vw;
     background-color: none;
     border-top: solid 1px #A4A4A4;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 6.6vw;
     height: 0.07vw;
     z-index: 0;
 }
 
 .register_button_in_navbar2 {
     position: absolute;
     cursor: pointer;
     width: 15.97vw;
     height: 2.78vw;
     top: 20.83vw;
     left: 0vw;
     border: none;
     color: white;
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     border-radius: 1.39vw;
     font-size: 1.04vw;
     font-weight: normal;
 }
 
 /*Начало контейнера "Сообщения" и все что в нем находится:*/
 
 .messeges_navbar_second {
     width: 100%;
     height: 100%;
 }
 
 .chats_and_paths_navbar {
     background-color: none;
     position: absolute;
     top: 0vw;
     width: 100%;
     height: 3.47vw;
 
     border-bottom: solid 0.5px #CDD1DA;
 }
 
 .all_chats_container_users {
     margin-top: 20%;
     width: 100%;
     height: 91%;
     background-color: none;
 }
 
 /*css стили для глобального аудио плеера: */
 
 .globalAudioPlayer {
     display: none;
     position: absolute;
     top: 5.9vw;
     left: 28.47vw;
     background-color: white;
     color: black;
     padding: 0.69vw;
     border-radius: 6.94vw;
     border: solid #1777d7 1px;
     z-index: 0;
     font-size: 0.83vw;
     width: 44.1vw;
     height: 1.39vw;
 }
 
 .button_toggleAudio  {
     position: absolute;
     left: 2.08vw;
     top: 0.35vw;
     width: 2.08vw;
     height: 2.08vw;
     background-color: none;
     border: none;
     cursor: pointer;
 }
 
 .button_stopAudio  {
     position: absolute;
     right: 2.08vw;
     top: 0.87vw;
     width: 1.04vw;
     height: 1.04vw;
     background-color: white;
     border: none;
     cursor: pointer;
 }
 
 .button_toggleAudio_image {
     position: absolute;
     background-color: none;
     top: 0vw;
     left: 0vw;
     width: 100%;
     height: 100%;
 }
 
 .button_stopAudio_image {
     position: absolute;
     background-color: white;
     top: 0vw;
     left: 0vw;
     width: 1.04vw;
     height: 1.04vw;
 }
 
 .nowPlaying_name_audio {
     position: absolute;
     left: 5.56vw;
     top: 0.87vw;
     font-weight: bold;
 }
 
 /*main_preview_open_media_file:*/
 
 .main_preview_case_open_media_file {
     align-items: center;
     position: relative;
     background-color: none;
     width: 52.08vw;
     height: 48.61vw;
 }
 
 .preview_case_media_file_object {
     width: 100%; /* Занимает всю ширину контейнера */
     height: 100%; /* Занимает всю высоту контейнера */
     object-fit: contain; /* Масштабирует изображение, чтобы оно полностью поместилось в контейнер */
     user-select: none;
     -webkit-user-select: none; /* Для Safari */
     -moz-user-select: none; /* Для Firefox */
     -ms-user-select: none; /* Для Internet Explorer/Edge */
 }
 
 .go_media_file_button {
     user-select: none;
     -webkit-user-select: none; /* Для Safari */
     -moz-user-select: none; /* Для Firefox */
     -ms-user-select: none; /* Для Internet Explorer/Edge */
 
     cursor: pointer;
     position: absolute;
     background-color: rgba(0, 106, 255, 0);
     
     border: none;
     color: white;
     font-weight: bold;
     font-size: 2.78vw;
     width: 10.42vw;
     height: 100%;
 }
 
 .case_video_control_in_preview_mfile {
     width: 20.83vw;
     height: 7.99vw;
     z-index: 1;
     background-color: none;
 }
 
 .processing_video_case {
     position: relative; /* Добавляем для корректного позиционирования дочерних элементов */
     margin: 0vw;
     margin-left: 0vw;
     margin-top: 4.51vw;
     z-index: 1;
     width: 100%;
     height: 3.47vw;
     justify-content: center;
     align-items: center;
     display: flex;
     margin-bottom: 0vw;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     border: 0.1px rgb(151, 151, 151) solid;
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
 }
 
 .video_size_container {
     z-index: 1;
     width: 80%;
     height: 0.35vw;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 1.39vw 8.33vw 0 #00000064;
     position: relative; /* Добавляем для корректного позиционирования дочерних элементов */
 }
 
 .video_progress_bar {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: inherit;
     cursor: pointer;
     overflow: hidden;
 }
 
 .video_progress {
     box-shadow: 0vw 1.39vw 8.33vw 0 #00000064;
     position: absolute;
     top: 0; /* Изменяем для заполнения всей высоты */
     left: 0; /* Изменяем для правильного позиционирования */
     height: 100%; /* Занимает всю высоту */
     width: 0;
     background-color: #ffffffc6;
     border-radius: inherit;
     transition: width 0.05s ease; /* Более быстрое и плавное обновление */
     pointer-events: none; /* Чтобы не мешал событиям мыши */
 }
 
 .video_thumb {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translate(-50%, -50%); /* Центрируем точно по позиции */
     width: 0.35vw; /* Немного увеличиваем для лучшего UX */
     height: 0.35vw;
     background-color: #ffffffc6;
     border-radius: 50%;
     box-shadow: 0vw 0.14vw 0.56vw rgba(0, 0, 0, 0.4);
     cursor: grab;
     z-index: 2;
     transition: 
         left 0.05s ease, /* Плавное движение */
         transform 0.1s ease,
         box-shadow 0.1s ease;
     pointer-events: auto; /* Обеспечиваем обработку событий */
 }
 
 .video_thumb.active {
     cursor: grabbing;
     transform: translate(-50%, -50%) scale(1.2); /* Легкое увеличение при активации */
     box-shadow: 0vw 0.28vw 0.83vw rgba(0, 0, 0, 0.6);
 }
 
 /* Улучшаем доступность для touch-устройств */
 @media (hover: none) and (pointer: coarse) {
     .video_thumb {
         width: 1.39vw;
         height: 1.39vw;
     }
 }
 
 /* Индикатор загрузки видео */
 .video_loading {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     background: rgba(255, 255, 255, 0.3);
     border-radius: inherit;
     transition: width 0.3s ease;
     pointer-events: none;
     z-index: 0;
 }
 
 /* Состояние "не готово" */
 .video_progress_bar:not(.ready) {
     opacity: 0.6;
     cursor: not-allowed;
 }
 
 .video_progress_bar:not(.ready) .video_thumb {
     display: none;
 }
 
 .default_button_class_control_video {
     cursor: pointer;
     position: absolute; /* Добавляем для корректного позиционирования дочерних элементов */
     z-index: 1;
     width: 3.47vw;
     height: 3.47vw;
     justify-content: center;
     align-items: center;
     display: flex;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     border: 0.1px rgb(151, 151, 151) solid;
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
 }
 
 .img_play_or_pause_video {
     width: 3.47vw;
     height: 3.47vw;
 }
 
 .img_video_audio_state {
     width: 2.43vw;
     height: 2.43vw;
 }
 
 .img_download_video {
     width: 2.43vw;
     height: 2.43vw;
 }
 
 .create_channel_or_group_container {
     width: 27.78vw;
     height: 13.89vw;
     border-radius: 3.47vw;
     border: solid 1px white;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     backdrop-filter: blur(0.42vw);
 }
 
 .push_type_project {
     color: white;
     position: absolute;
     top: 2.43vw;
     left: 2.78vw;
     font-weight: bold;
     font-size: 1.39vw;
 }
 
 .button_action_project {
     position: absolute;
     top: 6.94vw;
     width: 9.38vw;
     height: 3.47vw;
     border: solid 2px white;
     border-radius: 5.56vw;
     background-color: none;
     cursor: pointer;
 }
 
 .button_action_project:hover {
     background-color: #7d7c7c64;
 }
 
 .img_action_project {
     position: absolute;
     top: 0.35vw;
     left: 0.35vw;
     width: 2.78vw;
     height: 2.78vw;
 }
 
 .span_action_project {
     position: absolute;
     left: 3.47vw;
     top: 1.22vw;
     color: white;
     font-size: 1.11vw;
     font-weight: bold;
 }
 
 .input_project_name {
     position: absolute;
     appearance: none; /* Удаляет стандартный внешний вид (самый важный) */
     -webkit-appearance: none; /* Для Safari и Chrome */
     -moz-appearance: none; /* Для Firefox */
     border: none; /* Удаляет границу */
     outline: none; /* Удаляет обводку при фокусе */
     background: none; /* Удаляет фон */
     padding: 0; /* Удаляет внутренние отступы */
     margin: 0; /* Удаляет внешние отступы */
     font-family: inherit; /* Наследует шрифт от родителя */
     font-size: inherit; /* Наследует размер шрифта от родителя */
     box-shadow: none; /* Удаляет тени */
     border-radius: 0; /* Удаляет скругление углов */
     color: white;
     width: 17.36vw;
     resize: none;
 }
 
 .input_project_name::placeholder {
     color: white;
 }
 
 .input_project_name_red_color::placeholder {
     color: red;
     transition: 0.5s;
 }
 
 .preview_set_avatar_project {
     position: absolute;
     left: 2.08vw;
     top: 2.78vw;
     background-color: none;
     width: 5.21vw;
     height: 5.21vw;
     border-radius: 6.94vw;
     border: solid 2px white;
 }
 
 .file_input_avatar_project {
     opacity: 0;
     width: 100%;
     height: 100%;
     border-radius: 6.94vw;
     z-index: -1;
 }
 
 .go_button_action_create_project {
     position: absolute;
     appearance: none; /* Удаляет стандартный внешний вид (самый важный) */
     -webkit-appearance: none; /* Для Safari и Chrome */
     -moz-appearance: none; /* Для Firefox */
     outline: none; /* Удаляет обводку при фокусе */
     background: none; /* Удаляет фон */
     font-family: inherit; /* Наследует шрифт от родителя */
     font-size: inherit; /* Наследует размер шрифта от родителя */
     box-shadow: none; /* Удаляет тени */
     border: solid 2px white;
     border-radius: 6.94vw;
     width: 5.9vw;
     height: 2.08vw;
     color: white;
     font-size: 0.97vw;
     font-weight: normal;
     right: 2.08vw;
     bottom: 1.39vw;
     cursor: pointer;
 }
 
 .photo_icon_avatar_project {
     position: absolute;
     left: 0.83vw;
     top: 0.83vw;
     width: 3.47vw;
     height: 3.47vw;
     user-select: none;
 }
 
 .choice_dostup_case_project {
     position: absolute;
     top: 4.51vw;
     width: 12.15vw;
     height: 2.43vw;
     background-color: none;
 }
 
 .choice_dostup_project {
     border: solid 2px white;
     border-radius: 6.94vw;
     height: 100%;
     width: 2.43vw;
     background-color: none;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .choice_dostup_span_project {
     font-size: 0.97vw;
     font-weight: bold;
     color: white;
     position: absolute;
     right: 0vw;
     top: 0.87vw;
     transition: 0.5s;
 }
 
 .input_link_project_span {
     position: absolute;
     color: white;
     top: 6.94vw;
     left: 2.08vw;
     font-size: 0.97vw;
 }
 
 .project_avatar_preview_blur_case {
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 0vw;
     top: 0vw;
     backdrop-filter: blur(0.69vw);
     width: 100%;
     height: 100%;
     border-radius: 0vw;
 
     z-index: 1000;
     overflow: hidden;
 }
 
 .project_avatar_case_in_preview_blur_case {
     position: absolute;
     top: 12%;
     left: 12%;
     background-color: none;
     width: 76.39vw;
     height: 38.19vw;
     object-fit: contain;
 }
 
 .project_avatar_object {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }
 
 .avatar_project_see_icon {
     position: absolute;
     top: 0vw;
     left: 0vw;
     width: 100%;
     height: 100%;
     border-radius: 6.94vw;
     pointer-events: none;
 }
 /* Стиль для контейнера кроппера */
 .cropper-container {
     position: relative;
 }
 
 /* Круглая маска поверх области обрезки */
 .cropper-face {
     background-color: transparent !important;
 }
 
 /* Создаем круглую область видимости */
 .cropper-view-box {
     border-radius: 50%;
     outline: 2px solid #fff;
     outline-offset: -2px;
 }
 
 /* Затемнение ТОЛЬКО на области изображения */
 .cropper-canvas {
     position: relative;
 }
 
 .cropper-canvas::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
     pointer-events: none;
 }
 
 .cropper_button_container_class {
     position: absolute;
     left: 40%;
     bottom: 5%;
     width: 20.83vw;
     height: 3.47vw;
     border-radius: 2.08vw;
     border: solid 1px white;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     backdrop-filter: blur(0.42vw);
 }
 
 .set_crop_avatar_button {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: none;
     border: none;
     position: absolute;
     right: 0.69vw;
     top: 0.87vw;
     background-color: none;
     color: white;
     font-size: 1.39vw;
     cursor: pointer;
     font-weight: normal;
     transition: 0.5s;
 }
 
 .set_crop_avatar_button:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .exit_crop_container_button {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     background: none;
     position: absolute;
     left: 0.69vw;
     top: 0.87vw;
     background-color: none;
     color: white;
     font-size: 1.39vw;
     font-weight: normal;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .exit_crop_container_button:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .background_coices_private_class {
     background-color: white;
     transition: 0.5s;
 }
 
 .choice_dostup_span_project_red {
     color: red;
     transition: 0.5s;
 }
 
 /*Превьюшка для информации о пользователе:*/
 .case_information_chat {
    
     position: relative;
     backdrop-filter: blur(0.69vw);
     border: 1px #ffffff solid;
     border: none;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     border-radius: 3.47vw;
     width: 27.78vw;
     height: 39.24vw;
     filter: blur(0vw);
 }

 .case_information_chat_sec {
    position: absolute;
    backdrop-filter: blur(0.69vw);
    border: 1px #ffffff solid;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border-radius: 3.47vw;
    width: 27.78vw;
    height: 39.24vw;
    filter: blur(0vw);
}
 
 .information_ftitle_span {
     position: absolute;
     top: 2.78vw;
     left: 2.78vw;
     color: white;
     font-size: 1.39vw;
     font-weight: bold;
 }
 
 .blur_preview_delete_or_back_project {
     position: absolute;
     top: 0vw;
     left: 0vw;
     border: none;
     background: none;
     border-radius: 3.47vw;
     width:100%;
     height: 100%;
 }
 
 .info_case_delete_or_back_project {
     position: absolute;
     color: white;
     top: 11.11vw;
     left: 3.47vw;
     width: 20.83vw;
     height: 10.42vw;
     border-radius: 3.47vw;
     background-color: rgba(0, 0, 0, 0);
 }
 
 .question_action_span_back_or_delete_project {
     position: absolute;
     top: 2.08vw;
     left: 2.78vw;
     width: 17.36vw;
     font-size: 1.39vw;
     cursor: default;
 }
 
 .stop_back_or_delete_project_button {
     position: absolute;
     bottom: 2.08vw;
     left: 2.78vw;
     font-size: 1.25vw;
     cursor: pointer;
     transition: 0.2s;
 }
 .stop_back_or_delete_project_button:hover {
     color: #1BA4FF;
 }
 
 .true_back_or_delete_project_button {
     position: absolute;
     bottom: 2.08vw;
     right: 2.78vw;
     font-size: 1.25vw;
     cursor: pointer;
     transition: 0.2s;
 }
 .true_back_or_delete_project_button:hover {
     color: red;
 }
 
 .ftitle_in_redact_or_add_vlink_case {
     font-size: 1.39vw;
     position: absolute;
     top: 9.72vw;
     left: 2.78vw;
 }
 
 .redact_or_add_vlink_input_in_project {
     position: absolute;
     top: 11.81vw;
     left: 2.78vw;
     width: 21.53vw;
     height: 1.39vw;
     font-size: 1.25vw;
     background-color: transparent;
     border: none;
     outline: none;
     color: white;
 }
 
 .state_vlink_span_in_case {
     color: #ADD6FF;
 }
 
 .hr_input_vlink {
     position: absolute;
     left: 2.95vw;
     top: 11.81vw;
     border: none; /* Убираем стандартную границу */
     height: 0.14vw; /* Задаем толщину линии */
     background-color: white; /* Задаем цвет линии */
     margin: 2.08vw 0; /* Отступы сверху и снизу */
     width: 21.53vw; /* Ширина линии */
 }
 
 .state_vlink_span_in_case {
    position: absolute;
    top: 14.93vw;
    left: 2.95vw;
    width: 23.61vw;
    font-size: 1.11vw;
 }
 
 .information_span_add_or_redact_vlink {
     position: absolute;
     top: 17.01vw;
     left: 2.95vw;
     width: 22.57vw;
     font-size: 0.97vw;
 }
 
 .save_new_vlink_in_the_case {
     position: absolute;
     top: 22.22vw;
     right: 2.78vw;
     font-size: 1.11vw;
     cursor: pointer;
     transition: 0.2s;
     border-radius: 0.69vw;
 }
 
 .exit_redact_or_add_vlink_case {
     position: absolute;
     top: 22.22vw;
     right: 11.11vw;
     font-size: 1.11vw;
     cursor: pointer;
     border-radius: 0.69vw;
     transition: 0.2s;
 }
 
 .exit_redact_or_add_vlink_case:hover {
     color: #1BA4FF;
 }
 .save_new_vlink_in_the_case:hover{
     color: #1BA4FF;
 }
 
 .delete_admin_button_class {
     position: absolute;
     right: 0.69vw;
     font-size: 0.83vw;
     color: white;
     transition: 0.5s;
 }
 .delete_admin_button_class:hover {
     color: red;
 }
 
 .avatar_button_in_info_case_hover:hover {
     background-color: rgba(0, 0, 0, 0.3);
     transition: 0.2s;
     cursor: pointer;
 }
 
 .input_name_path {
     background-color: rgba(255, 255, 255, 0);
     border: none;
     outline: none;
 
     color: white;
     font-size: 1.25vw;
     display: flex;
     margin-left: 2.78vw;
     margin-top: 6.94vw;
 }
 
 .input_name_path::placeholder {
     color: white;
 }
 
 
 .add_chats_in_new_path_button {
     color: white;
     font-size: 1.25vw;
     border: 1px solid white;
     border-radius: 2.78vw;
     outline: none;
     background-color: rgba(255, 255, 255, 0);
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
     margin-left: 2.78vw;
     margin-top: 1.39vw;    
 }
 
 .info_div_add_new_chats_in_path {
     color: grey;
     font-size: 1.11vw;
     background-color: rgba(255, 255, 255, 0.1);
     width: 20.83vw;
     height: 4.17vw;
     border-radius: 1.04vw;
     margin-left: 2.78vw;
     margin-top: 1.39vw;
     padding:0.69vw;
 }
 
 .white_path_icon {
     width: 2.43vw;
     height: 2.08vw;
     position: absolute;
     top:6.6vw;
     right: 2.78vw;
 }
 
 .search_chats_in_create_new_path_case {
     position: absolute;
     top: 6.25vw;
     background-color: rgba(255, 255, 255, 0.1);
     border-radius: 2.78vw;
     width: 90%;
     left: 5%;
     height: 3.47vw;
     display: flex;
     align-items: center;
 }
 
 .search_chats_image {
     width: 2.08vw;
     height: 2.08vw;
     margin-left: 0.69vw;
 }
 
 .chat_search_in_case {
     color: white;
     font-size: 1.25vw;
     width: 80%;
     background-color: rgba(0, 0, 0, 0);
     outline: none;
     border: none;
 }
 
 .all_cases_case_for_chats {
     position: absolute;
     left: 10%;
     width: 80%;
     height: 23.61vw;
     background-color: none;
     top: 11.81vw;
     overflow-y: scroll;
     overflow-x: none;
 }
 
 .all_cases_case_for_chats::-webkit-scrollbar {
     display: none;
 }
 
 .ftitle_in_case {
     font-size: 1.25vw;
     color: grey;
     position: absolute;
     top: 0vw;
 }
 
 .chats_types_case {
     position: absolute;
     top: 2.08vw;
     width: 100%;
     background-color: none;
 }
 
 .type_class_case {
     width: 100%;
     height: 3.47vw;
     color: white;
     display: flex;
     align-items: center;
     background-color:none;
     margin-top: 1.39vw;
     border-radius: 2.78vw;
     transition: 0.5s;
 }
 
 .type_class_case:hover {
     background-color: rgba(255, 255, 255, 0.2);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .chat_case_class {
     position: absolute;
     width: 100%;
     height: 3.47vw;
     color: white;
     display: flex;
     align-items: center;
     background-color:none;
     top: 1.39vw;
     border-radius: 2.78vw;
     transition: 0.5s;
 }
 .chat_case_class:hover {
     cursor: pointer;
     background-color: rgba(255, 255, 255, 0.2);
 }
 
 .types_chat_class_img {
     width: 3.47vw;
     height: 3.47vw;
     margin-left: 0vw;
     background-color: rgba(255, 255, 255, 0.2);
     border-radius: 2.78vw;
 }
 
 .title_type_class {
     color: white;
     margin-left: 1.39vw;
 }
 
 .chat_name_for_chat_container_class {
     color: white;
     margin-left: 1.39vw;
     margin-top: -1.04vw;
 }
 
 .chat_type_for_chat_container_class {
     position: absolute;
     color: grey;
     margin-left: 4.86vw;
     margin-top: 1.39vw;
     font-size: 0.97vw;
 }
 
 .button_save_path {
     position: absolute;
     top: 37.15vw;
     right: 2.78vw;
     font-size: 1.25vw;
     background-color: none;
     border-radius: 3.47vw;
     border: white solid 1px;
     color: white;
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
 }
 .button_save_path:hover {
     cursor: pointer;
 }
 
 .button_exit_save_path_page {
     position: absolute;
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
     top: 37.15vw;
     right: 12.5vw;
     font-size: 1.25vw;
     background-color: none;
     border: white 1px solid;
     border-radius: 3.47vw;
     color: white;
 }
 .button_exit_save_path_page:hover {
     cursor: pointer;
 }
 
 .actions_chats_container_for_path {
     position: relative;
     background-color: none;
     display: flex;
     width: 80%;
     margin-top: 1.39vw;
     margin-left: 10%;
     height: 13.89vw;
     overflow-y: scroll;
     overflow-x: none;
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 0.69vw;
     transition: 0.5s;
 }
 
 .name_path_input_red::placeholder {
     color: red;
 }
 
 .name_path_input_white::placeholder {
     color: white;
 }
 
 .border_red_color {
     transition: 0.5s;
     border-color: rgba(255, 0, 0, 0.5);
 }
 
 /*стили для форм связанных с страничками оформленного заказа*/
 /*у покупателя так и у продовца:*/
 
 .support_vendergram_case {
     border-radius: 3.47vw;
     width: 27.78vw;
     height: 27.78vw;
     background-color: rgba(255, 255, 255, 0.65);
     box-shadow: 0vw 0.69vw 3.47vw 0 #1777d746;
     backdrop-filter: blur(0.42vw);
     display: inline-block;
 
 }
 
 .first_title_in_support_vendergram_case {
     user-select:none;
     display: flex;
     font-size: 1.39vw;
     font-weight: bold;
     position: relative;
     margin-left: 2.78vw;
     margin-top: 2.78vw; 
 }
 
 .main_title_in_support_vendergram_case {
     user-select:none;
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-left: 2.78vw;
     margin-top: 1.39vw; 
     width: 22.57vw;
 }
 
 .vendergram_support_email {
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-top: 1.39vw;
     margin-left: 2.78vw;
     transition: 0.5s;
 }
 
 .vendergram_support_email {
     color: #1777d7;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .vendergram_support_email:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .info_instruction_support_email {
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-top: 1.39vw;
     margin-left: 2.78vw;
     user-select:none;
     width: 22.22vw;
 }
 
 .big_image_case_qr_code {
     display: flex;
     width: 27.78vw;
     height: 48.61vw;
     background-color: white;
     border-radius: 3.47vw;
     box-shadow: 0vw 0.69vw 3.47vw 0 #1777d746;
     display: inline-block;
 }
 
 .qr_code_sendering_order_image {
     position: relative;
     width: 27.78vw;
     height: 8.68vw;
     margin-top: 10.42vw;
 }
 
 .order_number_sendering_order {
     display: flex;
     position: relative;
     font-weight: bold;
     font-size: 1.74vw;
     justify-content: center;
     align-items: center;
     margin-top: 0.69vw;
 }
 
 .div_info_page_big_image_case_qr_code_preview {
     position: relative;
     margin-top: 20.83vw;
     background-color: none;
     width: 100%;
     display: inline-block;
     margin-top: 12.85vw;
 }
 
 .info_img_page_big_image_case_qr_code_preview {
     width: 16.67vw;
     height: 2.78vw;
     display: flex;
     margin-left: 5.56vw;
 }
 
 .info_text_page_big_image_case_qr_code_preview {
     position: relative;
     font-size: 1.11vw;  
     display: flex;
     margin-top: 0.69vw;
     align-items: center;
     justify-content: center;
     
 }
 
 .button_save_qr_code_image {
     position: absolute;
     font-weight: bold;
     top: 2.78vw;
     padding: 1.39vw;
     color: white;
     box-shadow: 0vw 0vw 0.69vw 0 #ffffffa2;
     backdrop-filter: blur(0.35vw);
     border-radius: 3.47vw;
     margin-left: 45.14vw;
     transition: 0.5s;
 }
 
 .button_save_qr_code_image:hover  {
     transform: scale(0.95);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .button_save_qr_code_image:active  {
     transform: scale(0.85);
     transition: 0.2s;
 }
 
 .button_action_cance_order_or_not {
     border-radius: 3.47vw;
     width: 22.22vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     color: #1777d7;
     font-size: 1.25vw;
     height: 3.47vw;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     transition: 0.5s;
 }
 
 .button_action_cance_order_or_not:hover {
     transform: scale(0.95);
     transition: 0.5s;
     cursor: pointer;
 } 
 
 .button_action_cance_order_or_not:active {
     transform: scale(0.90);
     transition: 0.2s;
     cursor: pointer;
 } 
 
 .info_text_stop_form_for_cance_order_function {
     position: absolute;
     bottom: 2.78vw;
     margin-left: 2.78vw;
     margin-right: 2.78vw;
     font-size: 1.25vw;
     color: grey;
 }
 
 .payding_form_for_seller {
     width: 27.78vw;
     height: 27.78vw;
     background-color: rgba(0, 0, 0, 0.4);
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     border-radius: 3.47vw;
     backdrop-filter: blur(0.56vw);
 }
 
 .first_title_in_payding_form_for_seller {
     color: white;
     font-weight: bold;
     display: flex;
     font-size: 1.67vw;
     margin-left: 2.78vw;
     margin-right: 6.25vw;
     margin-top: 2.78vw;
     user-select: none;
 }
 
 .image_rub_simbol {
     display: flex;
     margin-left: 0vw;
     width: 2.78vw;
     height: 2.78vw;
     user-select: none;
     margin-top: 1.39vw;
 }
 
 .button_choice_payd_for_card {
     background-color: rgba(0, 0, 0, 0.5);
     width: 22.22vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     color: white;
     font-size: 1.25vw;
     border-radius: 3.47vw;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0vw 0vw 0.69vw 0 #ffffffa2;
     transition: 0.5s;
     user-select: none;
 }
 
 .button_choice_payd_for_card:hover {
     transform: scale(0.99);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .button_choice_payd_for_card:active {
     transform: scale(0.90);
     transition: 0.5s;
 }
 
 .pay_to_seller_by_card_form {
     width: 27.78vw;
     height: 34.72vw;
     background-color: rgba(0, 0, 0, 0.4);
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     border-radius: 3.47vw;
     backdrop-filter: blur(0.56vw);
     display: flex;
 }
 
 .input_card_number_to_seller_buy {
     position: absolute;
     display: flex;
     width: 17.71vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 6.94vw;
     background-color: rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     border: 1px solid white;
     outline: none;
     color: white;
     padding-left: 4.51vw;
     font-size: 1.39vw;
 }
 
 .pay_seller_cost_button {
     position: absolute;
     display: flex;
     width: 22.22vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 16.67vw;
     background-color: #1777d76a;
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     outline: none;
     color: white;
     text-align: center;
     align-items: center;
     justify-content: center;
     font-size: 1.39vw;
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
 }
 
 .text_info_pay_seller_cost {
     position: absolute;
     top: 24.31vw;
     margin-left: 2.78vw;
     width: 22.22vw;
     color: white;
     font-size: 1.11vw;
 }
 
 .label_phone_number_to_seller_buy {
     position: absolute;
     top: 10.83vw;
     color: white;
     font-size: 1.39vw;
     left: 4.17vw;
     z-index: 1;
 }
 
 .input_phone_number_to_seller_buy {
     position: absolute;
     display: flex;
     width: 18.75vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 6.94vw;
     background-color: rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     border: 1px solid white;
     outline: none;
     color: white;
     padding-left: 3.47vw;
     font-size: 1.39vw;
 }
 
 .error_span_phone_form_opacity {
     position: relative;
     color: red;
     margin-left: 1.39vw;
     margin-right: 1.39vw;
     margin-top: 3.13vw;
     font-size: 0.97vw;
 }
 
 .search_sugg_name_span {
     position: absolute;
     font-size: 1.11vw;
     margin-left: 2.78vw;
     margin-top: 0.69vw;
 }
 
 .suggestions_img_search {
     position: absolute;
     display: flex;
     width: 2.08vw;
     height: 2.08vw;
     margin-left: 0.69vw;
     margin-top: 0.35vw;
 }

 
