p {
  margin: 0 !important;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

.ul_left_menu {}

.ul_left_menu li {
  margin: 0 0 20px 0;
}

.ul_products_list {
  margin: 10px 0 0 0;
  height: 87dvh;
  overflow-y: scroll;
  padding: 5px 5px 0 5px;
  transition: 0.3s;
  position: relative;
  right: 0;
}

.ul_products_list::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
}

.ul_products_list::-webkit-scrollbar-track {
  background: #ffffff;
  /* цвет дорожки */
}

.ul_products_list::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}

.product_block {
  background-color: #F8F9FA;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  margin: 0 0 20px 0;
}

.product_block .title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5px;
}

.product_block .title img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 1000px;
  margin: 0 5px 0 0;
}

.product_block .version {
  font-size: 14px;
  margin: 0 0 10px 0;
  /* font-weight: 300; */
}

.product_block .description {
  font-size: 12px;
  /* font-weight: 500; */
}





.product_detail_window {
  padding: 5px 5px 0 5px;
  margin: 15px 0 0 0;
  height: 86dvh;
  background-color: #F8F9FA;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  overflow-y: scroll;
}

.product_detail_window .title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px 0 !important;
}

.product_detail_window .title img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 1000px;
  margin: 0 15px 0 0;
}

.product_detail_window .up_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product_detail_window .edit_button {
  font-size: 12px;
  border: 1px solid #000000;
  padding: 2px 10px;
  border-radius: 1000px;
  cursor: pointer;
  transition: 0.3s;
}

.product_detail_window .edit_button:hover {
  padding: 2px 15px;
  background-color: #000000;
  color: #ffffff;
}






.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.product_detail_swiper_2 {
  height: 80%;
  width: 100%;
}

.product_detail_swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product_detail_swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_detail_swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.mySwiper .swiper-slide {
  margin: 10px 0 0 0;
  height: 80px;
}

.mySwiper2 {
  border-radius: 5px;
  height: 300px;
}

.mySwiper img {
  border-radius: 5px;
}

.mySwiper2 img {
  border-radius: 5px;
}



.tabs_section {
  margin: 20px 0 0 0;
}

.tabs_section .tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
}

.tabs_section .tab {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.3s;
  height: 33px;
}

.tabs_section .tab_active {
  background-color: #318CE7;
  color: #ffffff;
}

.tabs_section .title {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.swiper_product_block {
  margin: 10px 0 0 0;
}



.content {
  padding: 20px 0 0 0;
}

.versions_project_ul {
  padding-left: 2rem;
  list-style: disc;
}

.versions_project_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.versions_project_block .link {
  color: #318CE7;
  font-size: 14px;
}

.versions_project_block .version_block {
  /* margin: 0 0 20px 0; */
  padding: 20px;
  /* border: 1px solid #000000; */
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  border-radius: 10px;
}

.decoration_line_block_project_version {
  width: 0px;
  height: 35px;
  border: dashed 2px rgb(0, 0, 0, 0.2);
}

.versions_project_block .title_version {
  font-size: 14px;
  font-weight: 700;
}

.versions_project_block .description {
  font-size: 12px;
  margin: 10px 0 10px 0 !important;
}

.versions_project_block .versions_project_ul {
  font-size: 12px;
}



.staff_block {
  display: inline-flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 5px 7px 0;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.staff_block:hover {
  /* padding: 5px 20px; */
  background-color: #318CE7;
  color: #ffffff;
}

.staff_block img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 1000px;
}

.staff_block .name {
  margin: 0 0 0 7px !important;
  font-size: 14px;
  font-weight: 300;
}

.staff_block_corrector .name {
  margin: 0 !important;
}

.staff_block_corrector_2 {
  margin: 5px 0 0 0;
}



.staff_project_block .title {
  margin: 0 0 7px 0 !important;
}

.staff_project_block .text_block {
  margin: 0 0 15px 0;
}



.edit_project_big_block {
  margin: 20px 0 0 0;
}

.edit_project_big_block .title {
  margin: 0 0 5px 0 !important;
}

.edit_project_big_block .title_project {
  margin: 0 0 10px 0 !important;
}

.edit_project_big_block select {
  border-radius: 10px;
  padding: 5px 10px;
  outline: none;
}

.edit_project_big_block textarea {
  border-radius: 10px;
  padding: 5px 10px;
  outline: none;
  height: 300px;
  width: 90%;
}



.documentation_project_block .title {
  font-size: 20px;
  margin: 0 0 3px 0 !important;
}

.documentation_project_block a {
  color: #318CE7;
  margin: 3px 0;
}

.documentation_project_block .text_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.description_project_block .title {
  font-size: 24px;
  margin: 0 0 10px 0 !important;
}

.description_project_podblock .status {
  padding: 5px 15px;
  color: #43A764;
  border: 1px solid #43A764;
  border-radius: 1000px;
  display: inline-flex;
  font-weight: 500;
}

.description_project_podblock {
  margin: 0px 0 20px 0 !important;
}

.description_project_podblock .version {
  padding: 5px 15px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 1000px;
  display: inline-flex;
  font-weight: 500;
}





.modal_window_bcg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100dvw;
  height: 100dvh;
  background-color: rgb(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
  display: none;
}

.modal_window {
  position: absolute;
  top: 0;
  right: 0;
  width: 0dvw;
  height: 100dvh;
  background-color: #ffffff;
  transition: 0.3s;
  overflow: hidden;
  padding: 0 50px;
}

.modal_window .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal_window .title {
  font-size: 24px;
  font-weight: 700;
}

.my_page_modal_window_block .up_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0 0;
}

.my_page_modal_window_block .up_part .up_part_podblock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.my_page_modal_window_block .up_part img {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
}

.my_page_modal_window_block .up_part .name {
  font-size: 24px;
  margin: 0 0 0 15px !important;
}

.my_page_modal_window_block .center_part .title {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 0 0 !important;
}

.my_page_modal_window_block .center_part .data_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 0 0;
}

.my_page_modal_window_block .center_part .data_block .title_data {}

.my_page_modal_window_block .center_part .data_block .value_data {
  margin: 0 0 0 5px !important;
  font-weight: 300;
}

.content_modal_window {
  height: 100%;
  overflow-y: scroll;
  margin: 0 15px 0 0;
  padding: 40px 0;
}



.my_page_modal_window_block .down_part .title {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 0 0 !important;
}

.my_page_modal_window_block .down_part .data_block {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 5px 0 0;
  border: 1px solid #000000;
  padding: 5px 10px;
  border-radius: 1000px;
  cursor: pointer;
}

.my_page_modal_window_block .down_part .data_block img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 1000px;
}

.my_page_modal_window_block .down_part .data_block .title_data {
  margin: 0 0 0 5px !important;
}

.my_page_modal_window_block .edit_button {
  padding: 5px 15px;
  border: 1px solid #000000;
  border-radius: 1000px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.my_page_modal_window_block .edit_button:hover {
  padding: 5px 25px;
}






.settigs_my_page_modal_window_block .input_block {
  margin: 0 0 20px 0;
}

.settigs_my_page_modal_window_block .input_title {
  margin: 0 0 5px 0 !important;
  font-size: 14px;
  font-weight: 300;
}

.settigs_my_page_modal_window_block input {
  outline: none;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #000000;
  width: 70%;
}

.settigs_my_page_modal_window_block .input_podblock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.settigs_my_page_modal_window_block .input_podblock .edit_information_text {
  margin: 0 0 0 10px !important;
  opacity: 1;
  font-size: 12px;
  font-weight: 300;
}

.settigs_my_page_modal_window_block .button_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 10px 0 !important;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #318CE7;
  color: #318CE7;
  cursor: pointer;
  transition: 0.3s;
}

.settigs_my_page_modal_window_block .button_link:hover {
  background-color: #318CE7;
  color: #ffffff;
}



.content_modal_window_projects_list_for_add .block {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  margin: 0 0 15px 0;
  cursor: pointer;
  transition: 0.3s;
}

.content_modal_window_projects_list_for_add .block:hover {
  background-color: #318CE7;
  border: 1px solid #318CE7;
  color: #ffffff;
}

.content_modal_window_projects_list_for_add .block img {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  object-fit: cover;
}

.content_modal_window_projects_list_for_add .block .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0 10px !important;
}

.content_modal_window_projects_list_for_add {
  margin: 20px 0 0 0;
}

.settigs_my_page_modal_window_block {
  margin: 20px 0 0 0;
}



.account_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
  cursor: pointer;
}

.account_block .name {
  font-size: 16px;
  font-weight: 500;
}

.account_block img {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  margin: 0 0px 0 12px;
}



.settigs_my_page_modal_window_block .avatar {
  width: 100px;
  height: 100px;
  margin: 5px 0 10px 0;
  border-radius: 1000px;
  object-fit: cover;
}



.my_page_modal_window_block .avatar {
  object-fit: cover;
}

.account_block img {
  object-fit: cover;
}



.apply_settings_my_page_button {
  background-color: #318CE7;
  color: #ffffff;
  border: none !important;
  transition: 0.3s;
}

.apply_settings_my_page_button:hover {
  padding: 10px 0;
}

.active_edit_button {
  padding: 5px 50px !important;
  color: #ffffff;
  background-color: #000000;
  font-size: 12px !important;
}



.col_corrector_col_9_in_main_page {
  transition: 0.3s;
}




.photo_projects_section .photo_project_section {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin: 0 0 5px 0;
  /* padding: 5px; */
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
  vertical-align: middle;
  position: relative;
}

/* .photo_projects_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
} */

.photo_projects_section .photo_project_section img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: inline-block;
}

.photo_projects_section .photo_project_section svg {
  display: inline-block;
  width: 32%;
  margin: 0 0 5px 0;
  padding: 5px;
}

.photo_project_section_add_photo_js {
  cursor: pointer;
}




.photo_projects_section .photo_project_section .del_icon {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-0%, -0%);
  background-color: #318CE7;
  padding: 10px 10px;
  border-radius: 10px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

.photo_projects_section .photo_project_section:hover .del_icon {
  opacity: 1;
}




.modal_add_photo {
  width: 700px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px 0;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.modal_add_photo .close {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.modal_add_photo .text {
  margin: 0 0 10px 0 !important;
  font-weight: 700;
  font-size: 20px;
}

.modal_add_photo form {
  display: flex;
  flex-direction: column;
}

.modal_add_photo form .submit {
  margin: 30px 0 0 0;
  outline: none;
  border: 1px solid #318CE7;
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #318CE7;
  font-weight: 700;
  transition: 0.3s;
}

.modal_add_photo form .submit:hover {
  background-color: #318CE7;
  color: #ffffff;
}







.modal_add_file {
  width: 700px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px 0;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.modal_add_file .close {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.modal_add_file .text {
  margin: 0 0 10px 0 !important;
  font-weight: 700;
  font-size: 20px;
}

.modal_add_photo form {
  display: flex;
  flex-direction: column;
}

.modal_add_file form .submit {
  margin: 30px 0 0 0;
  outline: none;
  border: 1px solid #318CE7;
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #318CE7;
  font-weight: 700;
  transition: 0.3s;
  width: 100%;
}

.modal_add_file form .submit:hover {
  background-color: #318CE7;
  color: #ffffff;
}

.modal_add_file form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}












.modal_list_users {
  width: 700px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px 0;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  padding: 30px;
  flex-direction: column;
}

.modal_list_users_performers {
  display: none;
}

.modal_list_users .close {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.modal_list_users .text {
  margin: 0 0 10px 0 !important;
  font-weight: 700;
  font-size: 20px;
}

.modal_list_users form {
  display: flex;
  flex-direction: column;
}

.modal_list_users form .submit {
  margin: 30px 0 0 0;
  outline: none;
  border: 1px solid #318CE7;
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #318CE7;
  font-weight: 700;
  transition: 0.3s;
}

.modal_list_users form .submit:hover {
  background-color: #318CE7;
  color: #ffffff;
}

.modal_list_users .list_users_block {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.modal_list_users .staff_block_active_performers {
  background-color: #318CE7;
  color: #ffffff;
}

.modal_list_users .staff_block_active_observers {
  background-color: #318CE7;
  color: #ffffff;
}


.modal_list_users .save_button {
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #318CE7;
  margin: 15px 0 0 0 !important;
  color: #318CE7;
  transition: 0.3s;
  cursor: pointer;
}

.modal_list_users .save_button:hover {
  background-color: #318CE7;
  color: #ffffff;
}

.staff_block_performers:hover {
  background-color: #ffffff;
  color: #000000;
} 

.staff_block_active_performers:hover {
  background-color: #318CE7;
  color: #ffffff;
}




.modal_save_button {
  position: fixed;
  border: 1px solid #318CE7;
  border-radius: 10px 0 0 10px;
  top: 50%;
  right: 0;
  padding: 30px;
  transform: translate(-0%, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: #318CE7;
  text-align: center;
  line-height: 1.5;
}

.modal_save_button:hover {
  background-color: #318CE7;
  color: #ffffff;
}

.modal_back_button {
  position: fixed;
  border: 1px solid #318CE7;
  border-radius: 10px 0 0 10px;
  top: 62%;
  right: 0;
  padding: 10px 30px;
  transform: translate(-0%, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: #318CE7;
  text-align: center;
  line-height: 1.5;
}

.modal_back_button:hover {
  background-color: #318CE7;
  color: #ffffff;
}







.documentation_project_block .text_block a {
  display: inline-block;
}

.documentation_project_block .text_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.documentation_project_block .text_block .del {
  cursor: pointer;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 2px 8px;
  border: 1px solid #000000;
  border-radius: 10px;
  font-size: 12px;
  transition: 0.3s;
}

.documentation_project_block .text_block .del:hover {
  background-color: #000000;
  color: #ffffff;
}

.edit_project_section .submit {
  background-color: #ffffff;
  border: 1px solid #318CE7;
  border-radius: 10px;
  padding: 5px 20px;
  color: #318CE7;
}