/* Подключение Helvetica */
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-255/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/helvetica-255/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Oblique';
  src: url('../fonts/helvetica-255/Helvetica-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Подключение Helvetica Neue */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue Ultra Light Italic';
  src: url('../fonts/helvetica-neue-5/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueCyr-ThinItalic';
  src: url('../fonts/ofont.ru_Helvetica%20Neue.ttf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* Подключение Neumetana Next */
@font-face {
  font-family: 'Neumetana Next';
  src: url('../fonts/neuemetananextfreepersonal-sm.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body {
  font-family: "Helvetica Neue", sans-serif;
  color: #16181B;
  margin: 0;
  padding: 0;
}

h4 {
  font-weight: 700;
  font-size: 30px;
  color: #232323;
  margin: 0;
  padding-bottom: 45px;
  line-height: 29px;
  text-align: left;

}

button {
  cursor: pointer;
}

p {
  padding: 0;
  margin: 0;
}


h5 {
  font-family: "Neumetana Next", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #232323;
  margin: 0;
  padding-bottom: 45px;
  line-height: 29px;
  text-align: left;

}

p.org-text {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

p.text {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 40px;
  text-align: left;
}

p.text-ev {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: left;
}

p.text-ev-finish {
  padding-top: 85px;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: left;
}

p.text-color {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 25px;
  text-align: left;
  color: #FF5B36;
}



/* Шапка */
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding: 0px 114px; */
  padding: 52px 114px;
  background-color: #fff;
}

.left-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.right-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
  max-width: 155px;
}

.city {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 15px;
}

.city-text {
  text-decoration: underline;
}

.city-icon {
  margin-right: 5px;
  font-size: 14px;
}

.menu {
  display: flex;
  gap: 26px;
}

.menu-item {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: #16181B;
  text-decoration: none;
  flex: 1 1 auto;
}

.menu-item:hover {
  text-decoration: underline;
}

.menuDivider{
color: #F2F3ED;
    font-size: 24px;
    font-weight: 400;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.login-btn {
  display: flex;
  align-items: center;
  /* Центрируем текст */
  justify-content: center;
  /* Центрируем текст по горизонтали */
  height: 40px;
  /* Фиксированная высота */
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #FF5B36;
  border: none;
  border-radius: 20px;
  padding: 0 25px;
  /* Убираем вертикальный padding */
  text-decoration: none;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #e55c02;
}


nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

/* Основной контент */
main {
  box-sizing: border-box;
  padding: 0 114px;
  text-align: center;
}

.lk {
  background-color: #F5F8FA;
  margin-bottom: -167px;
  padding: 0 65px;
}

/* Подвал */
footer {
  display: flex;
  color: #232323;
  background: #F5F8FA;
  text-align: center;
  padding: 10px;
  bottom: 0;
  padding: 96px 114px;
  margin-top: 167px;
  gap: 20px;
}

.footer-logo {
  width: 25%;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-block-big {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-menu {
  width: 75%;
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 20px;
}

.footer-menu>div {
  flex: 1;
}

.footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */

  color: #232323;


}

.footer-text {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #232323;
  gap: 3px;
}

.footer-text a {
  text-decoration: none;
  color: #232323;
}

.main-header {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 17px;
  padding-bottom: 17px;
}

.main-point {
  font-size: 50px;
  font-family: 'Neumetana Next';
}

.main-text {
  font-size: 24px;
  text-align: left;
  font-weight: 300;
  padding-bottom: 44px;
}

.main-button {
  display: flex;
  align-items: center;
  /* Центрируем текст */
  justify-content: center;
  /* Центрируем текст по горизонтали */
  height: 69px;
  /* Фиксированная высота */
  width: 256px;
  font-size: 24px;
  color: #fff;
  background-color: #FF5B36;
  border: none;
  border-radius: 40px;
  /*padding: 0 25px; /* Убираем вертикальный padding */
  text-decoration: none;
  cursor: pointer;
}

.main-head-block {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.main-head-cont1 {
  width: 60%;
}

.main-head-cont2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 40%;
}

.main-subblock {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
  gap: 14px;
}

.main-subtext {
  text-align: left;
  font-size: 24px;
  color: #BFC2C4;
  font-weight: 300;
}

.avatars {
  /*width: 394px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: space-between; */
  background-color: #F5F8FA;
  padding: 14px 21px;
  border: none;
  border-radius: 90px;
  box-sizing: border-box;
  width: 100%;
  max-width: 397px;
}

.avatars-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-wrapper {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #F5F8FA;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin-left: -30px; */
  margin-left: -20px;
}

.avatar-wrapper:first-child {
  margin-left: 0;
  /* убираем отрицательный отступ для первого элемента */
}


.avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-avatar {
  width: 60px;
  aspect-ratio: 1 / 1;
  background-color: #232323;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F8FA;
  border-radius: 90px;
  padding: 20px 30px;
  border: 1px solid #232323;
  width: 100%;
  max-width: 394px;
  box-sizing: border-box;
}

.search-container-header {
  border: none !important;
}

.search-input {
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  color: #BFC2C4;
  flex: 1;
  font-weight: 700;
  padding-right: 32px;
  width: 100%;
}

.search-input::placeholder {
  color: #BFC2C4;
  /* Задаем цвет placeholder */
}


.search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  width: 41px;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
}

h2 {
  text-align: left;
  font-size: 30px;
  font-family: 'Neumetana Next';

  margin: 0;
  margin-bottom: 30px;
}

h4 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding-top: 85px;
  padding-bottom: 50px;
}

.sub-title {
  padding-bottom: 62px;
  padding-top: 144px;
  margin-bottom: 0px;
}

.interests {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}

.time-input {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-bottom: 30px;
}

input.time-field {
  width: 42px !important;
  height: 45px !important;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  outline: none !important;
  box-sizing: border-box !important;
  font-family: "Helvetica Neue", sans-serif;
  background-color: white !important;
}

input.price-field {
  text-align: left;
  width: 113px !important;
  height: 45px !important;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  outline: none !important;
  box-sizing: border-box !important;
  font-family: "Helvetica Neue", sans-serif;
  background-color: white !important;
}

.separator {
  font-size: 22px;
  font-weight: 400;
  color: black;
}

.separator-1 {
  padding: 0 10px;
}


.sport-block {
  display: flex;
  align-items: center;
  background-image: url("/img/sport-back.svg");
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 30px;
  padding: 0;
  height: 122px;
  flex: 1 1 calc((100% - 51px) / 4);
  max-width: calc((100% - 51px) / 4);
  position: relative;
}

.image-wrapper {
  width: 80px;
  height: 122px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 18px;
  flex-shrink: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sport-block .content {
	width: calc(100% - 105px);
}

.content {
  flex: 1;
  text-align: left;
  padding-right: 40px;
}

.content .title {
  font-size: 24px;
  font-weight: 300;
  color: #FF5B36;
  margin-bottom: 0px;
  overflow-wrap: break-word;
    hyphens: auto;
}

.content .description {
  font-size: 18px;
  font-weight: 300;
  color: #737373;
  line-height: 1.4;
  max-width: 134px;

  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Ограничение на 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;            /* Примерно 2 строки текста */
  line-height: 1.5em; 
  /* max-width: 100%;  */
}

.arrow {
  position: absolute;
  /* Абсолютное позиционирование относительно родителя */
  bottom: 5px;
  /* Отступ снизу */
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 15px;
  cursor: pointer;
}

.calendar-container {
  align-items: center;
  background: white;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
  /* justify-content: space-between; */
  padding: 10px 0px;
  width: 100%;
}
  .calendar-header {
      text-align: left;
      /*padding-left: 63px;*/
      padding-bottom: 8px;
      font-size: 20px;
      color: #919191;
      font-weight: 300;
  }
  .calendar-container>div{
    width: 100%;
  }
  .calendar {
    width: 100%;
    display: flex;
    /* gap: 7px; */
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
  }
  .day {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 42px;
    padding: 8px 0px;
    cursor: pointer;
  }
  .active-day{
    background-color: #F5F8FA;
  box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  
  }
  .day .date {
      font-size: 35px;
      font-weight: bold;
  }
  .day .active-date {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
  .day .weekday {
      font-size: 18px;
      color: gray;
      padding-top: 7px;
      font-weight: 300;
  }
  .arrow-btn {

      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
  }
  .arrow-btn:hover {
      color: gray;
  }

.events-cards {
  /*padding-top: 67px;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 72px 7px; */
  gap: 43px 7px;
  width: 100%;
}

.events-cards-none {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.events-cards-arh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 72px 7px;
}

/*.events-cards div{
display:flex;
flex-direction: column;
align-items: flex-start;
}
.events-cards-arh div{
display:flex;
flex-direction: column;
align-items: flex-start;
}*/
.card {
  width: 49%;
  height: auto;
  background-color: #FFF;
  border-radius: 35px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.event-work {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-work .card {
  width: 100%;
}

.event-work .review-content {
  height: auto;
  width: 100%;
}

.event-work .review-header {
  margin-bottom: 0;
}

.event-work-user {
  font-weight: 700;
  font-size: 18px;
  text-align: left;

  color: #232323;

}

.event-work-action {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: left;

  color: #232323;
}

.user-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.user-info-head img {
  width: 24px !important;
  height: 24px !important;
}

.ellipsis-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ellipsis-icon {
  width: 20px;
  height: 20px;
}

.dropdown-menu {
  box-sizing: border-box;
  text-align: left;
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: white;
  border-radius: 0px;
  z-index: 100;
  padding: 50px 65px;
  min-width: 357px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

.dropdown-item {
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.ellipsis-wrapper.active {
  background: transparent;
}

.ellipsis-wrapper.active .dropdown-menu {
  display: flex;
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 218, 218, 0.6);
  z-index: 10;
  pointer-events: none;
  /* если не должно перекрывать клики */
  border-radius: 35px;
}

.shadow-wait {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  pointer-events: none;
  /* если не должно перекрывать клики */
}

.shadow-wait img {
  height: 40px !important;
  width: 40px !important;
}

.refusal-tag {
  position: absolute;
  right: 25px;
  top: 30px;
  background: #FF5B36;
  border-radius: 20px;
  padding: 7px 12px;
  font-weight: 300;
  font-size: 20px;

  color: #FFFFFF;
}

.events-cards-index {
  /*padding-top: 67px;*/
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  gap: 72px 7px;
  padding-top: 10px;
}


.events-cards-index .card {
  /* width: 32%;
  height: auto;
  background-color: #FFF;
  border-radius: 35px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative; */
}

.events-card-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card img {
  width: 99%;
  height: auto;
  margin: 2px;
  border-radius: 35px 35px 0 0;
}

.card-content {
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
}

.category {
  background-color: #232323;
  color: #fff;
  display: inline-block;
  padding: 5px 23px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  padding-top: 19px;
  padding-bottom: 11px;
  text-align: left;
  color: #FF5B36;
  font-size: 30px;
  font-weight: bold;
}
.title a{
  color: #FF5B36;
}

.details {
  text-align: left;
  font-weight: 300;
  color: #232323;
  font-size: 16px;
  margin: 0;
}

.favorite-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
}

.favorite-btn img {
  width: 32px;
  height: 32px;
}

.head-block {
  padding-top: 114px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.head-block-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}


.city-search-card {
  background-color: #FFE7E1;
  width: 100%;
  box-sizing: border-box;
  height: 146px;
  border-radius: 40px 40px 0px 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  position: relative;
}

.city-search-card-mb {
  display: none;
  background-color: #FFE7E1;
  width: 100%;
  box-sizing: border-box;
  height: 146px;
  border-radius: 40px 40px 0px 40px;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  position: relative;
}

.icon-group {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-black {
  top: 0;
  left: 0;
}

.circle {
  margin-left: -45px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #FFE7E1;
  top: 15px;
  left: 7px;
}

.city-search-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-left: -35px;
  font-family: 'Neumetana Next';
  z-index: 10;
  padding-right: 15px;
}

.right-block-first,
.right-block-second {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  width: 100%;
  height: 45%;
  border-radius: 40px 40px 0px 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  position: relative;
}

/* индивидуальные изображения */
.right-block-first {
  background-image: url("/img/first.jpg");
}

.right-block-second {
  background-image: url("/img/second.jpg");
  aspect-ratio: 432 / 221;
}

.block-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70%;
  /* background-color: #232323; */
  background-color: #F5F8FA;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  padding: 10px 16px;
  line-height: 25.9px;
  display: flex;
  align-items: flex-end;
  /* Прижимает содержимое вниз */
  justify-content: space-between;
}

.block-title svg {
  width: 28px;
  height: 16px;
  align-self: flex-end;
  /* Прижимает SVG к нижнему краю блока */
  padding-bottom: 5px;
  margin-left: -7px;
  stroke: #16181B;
}

.block-title svg path{
  fill: #16181B;
}


.block-title p {
  width: 95%;
  padding: 0;
  margin: 0;
  margin-right: -175px !important;
  color: #16181B;
}

.head-block-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 70%;
  gap: 70px;
}

.head-actions {
  position: relative;
  background-image: url("/img/mback.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  width: 100%;
  padding-top: calc(221 / 1192 * 100%);
  /* сохраняем пропорции через padding */

  position: relative;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
}

.head-actions p {
  margin: 0;
}

.head-actions>* {
  position: absolute;
  left: 3vw;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-big {
  position: absolute;
  /* Абсолютное позиционирование относительно родителя */
  bottom: 5px;
  /* Отступ снизу */
  right: 5px;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 15px;
  cursor: pointer;
}

.bread-crumbs {
  padding-top: 70px;
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 45px;

}

.bread-crumbs a {
  text-decoration: none;
  color: #232323;
}

.event-main-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.subcategory-block {
  display: none;
  padding-left: 58px;
  padding-top: 10px;
}

.event-right-block {
  max-width: 1123px;
}

.fav-block {
  width: 100%;
}

.interests-container {
  max-width: 306px;
}

.interests-container h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.params-container {
  max-width: 306px;
  text-align: left;
}

.params-container h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.interest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  white-space: normal;
}

.interest input[type="checkbox"] {
  width: 32px;
  height: 32px;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  background-color: #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Галочка в виде SVG */
.interest input[type="checkbox"]::after {
  content: "";
  width: 18px;
  height: 13px;
  background-image: url("/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  /* Скрываем галочку по умолчанию */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.interest input[type="checkbox"][disabled] {
  cursor: not-allowed;
}

/* Активный чекбокс */
.interest input[type="checkbox"]:checked,
.interest input[type="checkbox"]:checked[disabled] {
  background-color: #FF5B36;
}
.interest.checked input[type="checkbox"] {
  background-color: #FF5B36;
}

/* Показываем галочку при выборе */
.interest input[type="checkbox"]:checked::after {
  opacity: 1;
}
.interest.checked input[type="checkbox"]::after {
  opacity: 1;
}

.interest label {
  flex: 1;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
  font-weight: 300 !important;
  width: 270px;
}

.interest input[type="radio"] {
  margin: 0;
  width: 22px;
  height: 22px;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  background-color: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #232323;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Галочка в виде SVG */
.interest input[type="radio"]::after {
  content: "";
  width: 18px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  /* Скрываем галочку по умолчанию */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

/* Активный чекбокс */
.interest input[type="radio"]:checked {
  border: none;
  background-color: #FF5B36;
}

/* Показываем галочку при выборе */
.interest input[type="radio"]:checked::after {
  opacity: 1;
}

.event-right-block .calendar-container div .calendar .day .date {
  font-size: 24px;
}

/* .event-right-block .calendar-container div .calendar .day {
  min-width: 29px;
} */

.event-right-block .events-cards {
  padding-top: 0;
}

.params-container {
  display: none;
  /* Скрываем параметры по умолчанию */
}

.back-button {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}

.tags {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  justify-content: space-between;
}

.tags-index{
    padding-bottom: 10px;
}

.tags-sub {
  display: flex;
  gap: 15px;
  box-sizing: border-box;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #FF5B36;
  border-radius: 20px;
}

.tag-search-cont {
	display: flex;
	gap: 15px;
}

.tag-search {
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 18px;
  background-color: #E3E3E3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag-search input {
  flex: 1;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 300 !important;
  outline: none;
  min-width: 331px;
}

.tag-search button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  padding: 0;
}

#active-category-name span, #active-category-name-params{
  /* max-width: fit-content;
  text-align: start;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  background: #E3E3E3;
  margin-bottom: 15px; */
}

#active-category-name-params{
  margin-bottom: 0;
}

.active-name {
  max-width: fit-content;
  text-align: start;
  width: 100%;
  /* display: block; */
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  background: #E3E3E3;
  margin-bottom: 15px;
  display: none;
  
}
.active-name .text{
  margin-right: 5px;
  color: #757575;
}
.active-name.active {
  display: block;
}
.clear-btn {
  cursor: pointer;
  color: #999;
  font-weight: bold;
}
.clear-btn:hover {
  color: red;
}


.events-ps {
  padding-top: 125px;
  font-family: "HelveticaNeueCyr-ThinItalic";
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  line-height: 24.18px;
}

.events-ps u {
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  /* Тонкое подчеркивание */
  text-underline-offset: 3px;
  /* Отступ подчеркивания от текста */

}

.events-ps .events-ps-link {
  cursor: pointer;
}

.event-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(245, 248, 250, 0.8);
  border-radius: 20px;
  padding: 25px 25px 25px 77px;
}


.event-head-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.event-head-info-head {
  display: flex;
  gap: 54px;
  align-items: center;
}

.event-category {
  border: 1px solid #232323;
  padding: 7px 29px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 18px;
  color: #232323;
}

.event-title {
  font-family: 'Neumetana Next';
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  color: #FF5B36;
  margin: 10px 0;
}

.event-participants {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.event-share {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.event-details {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 2px 70px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.event-details li {
  gap: 13px;
  display: flex;
  align-items: flex-start;
  color: #595959;
}

.event-button {
  background-color: #FF5B36;
  color: white;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  max-width: none;
  text-align: center;
  display: inline-block;
  width: auto;
  /* max-width: fit-content; */
}

.event-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-button-border {
  background-color: transparent;
  color: #FF5B36;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #FF5B36;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  max-width: none;
  text-align: center;
  display: inline-block;
  width: auto;
}

.event-button:hover {
  background-color: #d94b28;
}

.event-button-border:hover {
  background-color: white;
}

.event-head-pic {
  width: 55%;
}

.event-head-pic img {

  border-radius: 35px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.event-det {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.event-details-left {
  flex: 1;
}

.event-details-right {
  padding-top: 64px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.event-desc-title {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 45px;
  padding-top: 64px;
}

.event-desc {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.info-item {
  margin-bottom: 29px;
}

.info-item:last-child {
  margin-bottom: 0;
}


.info-title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  padding-bottom: 7px;
}

.info-desc {
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
}

.event-files {
  display: flex;
  gap: 20px;
}

.file-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file-link {
  margin-top: 10px;
  font-size: 14px;
  color: #232323;
  text-decoration: underline;
  font-weight: 500;
}

.event-container {
  background: #F7F9FB;
  border-radius: 35px;
  padding: 28px 35px;
  width: 100%;
  max-width: 552px;
}

.event-organizer {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.event-organizer-info {
  display: flex;
  align-items: center;
  gap: 89px;
}

.event-organizer-desc {
  text-align: left;
}

.event-avatar {
  border-radius: 50%;
  width: 162px;
  height: 162px;
  padding-left: 17px;
}

.event-ask-question-btn {
  background-color: transparent;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  padding: 10px 26px;
  color: #FF5B36;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
}

.event-organizer-link,
.event-view-all-updates-link {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  text-decoration: underline;
}

.event-organizer-fio {
  padding-top: 18px;
  padding-bottom: 21px;
  font-size: 28px;
  font-family: 'Neumetana Next';
  word-wrap: normal;
  overflow-wrap: normal;
}

.event-avatars {
  display: flex;
  gap: 8px;

}

.event-avatars img {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin-right: 5px;
}

.event-participants-count {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin-right: 5px;
  background-color: #232323;
  color: white;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.participants-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header .tabs {
  padding-top: 30px;
  width: 100%;
  gap: 30px;
  display: flex;
  justify-content: center;
}

.tabs a {
  font-family: 'Neumetana Next';
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  color: #606060;
  cursor: pointer;
}

.tabs a.active {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-decoration-line: underline;
  background: none;
  color: #FF5B36;
}

.input-container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.forgot-password {
  width: 100%;
  padding-top: 10px;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-decoration-line: underline;

  color: #232323;
}

.forgot-password a {
  text-decoration: none;
  color: black;
}

.login-button {
  background-color: orange;
  color: white;
  text-align: center;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}

.social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  margin-top: 20px;

}

.social-login p {
  max-width: 330px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons img,
#vkid-button-container {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#odnqlk .VkIdWebSdk__button_odnqlk {
  height: 50px;
}

.participants-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.participants-popup-content {
  background: white;
  padding: 20px 70px;
  padding-bottom: 20px;
  border-radius: 35px;
  width: 919px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 10;
}

.participants-header {
  position: relative;
  padding-top: 43px;
  padding-bottom: 43px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Neumetana Next';
}

.participants-close-icon {
  z-index: 100;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
}

.participants-list-container {
  max-height: 350px;
  overflow-y: auto;
}

.participants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 48px;
}

.participants-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  width: 160px;
}

.participants-item div {
  font-size: 20px;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  max-width: 148px;
}

.participants-item img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
}

.participants-close-btn {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  padding: 15px 35px;
  background: #FF5B36;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.participants-cancel-btn {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  padding: 15px 35px;
  background: transparent;
  color: #FF5B36;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #FF5B36;

  text-transform: uppercase;
}

.popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.event-icons {
  display: flex;
  gap: 26px;
}

.event-icons img {
  width: 50px;
  height: 50px;
}

.event-update-items {
  padding: 37px 0;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.event-update-item {
  text-align: left;
}

.event-updates {
  text-align: left;
  font-size: 18px;
}

.event-update-title {
  padding-bottom: 12px;
}

.event-update-desc {
  font-weight: 300;
}

.event-container-title {
  font-size: 24px;
  text-align: left;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.comments-section {
  margin: 0 auto;
  padding-top: 45px;
}

.comment-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  padding: 15px 25px;
  background-color: #F7F9FB;
}

.comment-input textarea {
  font-size: 20px;
  font-weight: 300;
  background-color: #F7F9FB;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-family: "Helvetica Neue", sans-serif;
}

.comment-input-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

.comment-input button {
  font-size: 18px;
  font-weight: 300;
  background-color: #FF5B36;
  color: white;
  border: none;
  padding: 7px 19px;
  border-radius: 20px;
  cursor: pointer;
}

.add-img {
  display: flex;
  align-items: flex-end;
}

.comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.comment-head {
  display: flex;
  align-items: center;
}

.comment img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 20px;
}

.comment-content {
  flex: 1;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}

.comment-header .pinned {
  font-weight: 300;
  color: #FF5B36;
  font-size: 14px;
}

.comment-header .name-role {
  display: flex;
  gap: 12px;
  align-items: center;
}

.comment-header .name {
  font-weight: bold;
  font-size: 16px;
}

.comment-header .role {
  font-size: 14px;
  color: #232323;
  background-color: #F7F9FB;
  border-radius: 10px;
  padding: 2px 9px;
  font-weight: 300;
}

.comment-header .role.organizer {
  font-size: 14px;
  color: #FF5B36;
  background-color: transparent;
  border: 1px solid #FF5B36;
  border-radius: 10px;
  padding: 2px 9px;
  font-weight: 300;
}

.comment-header .time {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

.comment-body {
  padding-top: 10px;
}

.comment-body-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.comment-text {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.comm-options {
  height: 24px;
  width: 24px;
}

.comm-options img {
  height: 24px;
  width: 24px;
}


.comment-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.comment-actions a {
  color: #FF5B36;
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

.comment-actions .answer {
  color: #707070;
}

.comment-nested {
  display: flex;
  margin-top: 13px;
  margin-left: 3px;
  gap: 8px;
  align-items: flex-start;
}

.comment-nested .comment {}

.profile-head {
  display: flex;
  gap: 128px;
  align-items: center;
  padding-bottom: 107px;
  padding-top: 57px;
}

.lk-main-content .profile-head {
  padding-bottom: 15px;
  padding-top: 0;
}

.lk-main-content .profile-text {
  padding-top: 0;
}

.lk-main-content .profile-text .text {
  padding-bottom: 0;
}

.profile-avatar {
  width: 467px;
  min-width: 467px;
  height: 377px;
  border-radius: 35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Заполняет весь блок, сохраняя пропорции */
  border-radius: 35px;
}

.profile-info {
  text-align: left;
}

.profile-name {
  font-family: 'Neumetana Next';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  /* font-size: 50px; */
  line-height: 54px;
  color: #FF5B36;
}

.profile-event-count {
  font-weight: 300;
  font-size: 24px;
  color: #232323;
  padding-top: 30px;
  padding-bottom: 20px;
}

.profile-raiting {
  display: flex;
  gap: 30px;
  align-items: center;
}

.feedback-count {
  font-weight: 300;
  font-size: 22px;
  text-decoration-line: underline;
  color: #232323;
}

.rating {
  display: flex;
  gap: 6px;
  cursor: pointer;
}

.rating-org {
  display: flex;
  gap: 2px;
  cursor: pointer;
}

.star {
  width: 30px;
  height: 30px;
  transition: fill 0.2s ease-in-out;
}

.profile-buttons {
  padding-top: 50px;
  display: flex;
  gap: 23px;
}

.profile-write-btn {
  padding: 19px 60px;
  border-radius: 30px;
  background-color: #FF5B36;
  color: white;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}

.profile-contacts-btn {
  border: 1px solid #FF5B36;
  padding: 19px 33px;
  border-radius: 30px;
  background-color: inherit;
  color: #FF5B36;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}

.profile-user-info {
  display: flex;
  gap: 100px;
  text-align: left;
  padding: 40px 60px;
  width: 100%;
  background: #F7F9FB;
  border-radius: 20px;
  box-sizing: border-box;
}

.profile-user-info-block {
  text-align: left;
  max-width: 450px;
}

.profile-text {
  max-width: 1080px;
  text-align: left;
  padding-top: 55px;
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.text-tag {
  color: #232323;
  padding: 5px 25px;
  background: #DADADA;
  border-radius: 20px;
  font-weight: 300;
  font-size: 18px;
}

.profile-user-list {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  padding-left: 25px;
}

.reviews-container {
  width: 100%;
  padding-top: 70px;
  text-align: left;
}

.lk-main-content .reviews-container {
  padding-top: 25px;
}

.reviews-header {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.reviews-header h4 {
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}

.lk-main-content h4 {
  padding-bottom: 25px !important;
  padding-top: 35px !important;
}

.stars-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stars-block span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #737373;
}

.reviews-header h2 {
  margin: 0;
  font-size: 20px;
}

.stars {
  display: flex;
  gap: 2px;
  padding-bottom: 9px;
}

.review-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.review-item:first-child {
  border-top: none;
}

.event-info {
  flex-shrink: 0;
  margin-right: 12px;
  font-weight: 300;
  font-size: 14px;
}

.event-info .review-event-header {
  margin: 0 0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  line-height: 17.09px;
}

.review-event-header p {
  margin: 0;
}

.review-event-header .review-event-title {
  font-weight: 400;
}

.event-info img {
  width: 126px;
  height: 90px;
  border-radius: 20px;
  object-fit: cover;
}

.review-content {
  position: relative;
  flex-grow: 1;
  height: 100%;
  padding: 25px;
  background-color: #F7F9FB;
  border-radius: 30px;
  margin-right: 25px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.review-content .btn-contrainer {
  padding-left: 98px;
  gap: 15px;
  padding-top: 32px;
}

.review-content .btn-contrainer .btn-next {
  margin-left: 0;
}

.full-width {
  width: 100% !important;
}

.review-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
  gap: 30px;
}

.review-header img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.review-header .user-info {
  flex-grow: 1;
  margin-left: 10px;
}

.review-header .user-info span {
  display: block;
}

.review-header .user-info .name {
  font-size: 18px;
  font-weight: bold;
}

.review-header .user-info .date {
  font-size: 14px;
  font-weight: 300;
  color: #737373;
  line-height: 16.7px;
}

.review-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;

  color: #232323;
  padding-left: 98px;
  margin: 0;
}

.review-tags {
  display: flex;
  gap: 13px;
  padding-bottom: 35px;
  padding-left: 98px;
}

.review-tags .category {
  font-weight: 700;
}

.submit-review {
  margin-top: 20px;
  text-align: left;
}

.submit-review button {
  background-color: #FF5B36;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-review button:hover {
  background-color: #E04719;
}

.profile-info .city {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 24px;
  font-weight: 300;
  align-items: center;
}

.create-events .events-cards {
  padding-top: 0;
}

.news-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.news-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  font-size: 18px;
  font-weight: 300;
}

.news-btn.active {
  background: #DADADA !important;
  border: none !important;
}

.news-container {
  display: none;
}

.news-container.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 35px;
}

.news-container-event.active {
  display: flex;
  justify-content: space-between;
}

.news-items {
  width: 70%;
}

.news-item {
  text-align: left;
  background: #F5F8FA;
  padding: 35px 45px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  color: #000;
}

.news-date {
  font-size: 18px;
  color: #000000;
  padding-bottom: 10px;
}

.news-title {
  font-size: 24px;
  font-weight: bold;
}

.news-preview {
  font-size: 18px;
  font-weight: 300;
}

.news-show {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
}

.news-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-filters {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.news-filters label {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Адаптив: на маленьких экранах 1 колонка */
@media (max-width: 768px) {
  .news-container.active {
    grid-template-columns: 1fr;
  }
}

.news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(245, 248, 250, 0.8);
  border-radius: 20px;
  padding: 55px 95px;
}

.news-date {
  font-size: 18px;
  line-height: 23px;
  color: #232323;
  text-align: left;
}

.news-text {

  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  padding: 0 84px;
  padding-top: 75px;
  text-align: left;
}

.news-comments-section {
  padding: 0 84px;
  max-width: 750px;
}

p.faq-text {
  text-align: left;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
}

.faq-btn {
  display: block;
  text-align: left;
  margin-top: 70px;
  font-size: 18px;
  padding: 15px 35px;
  background: #FF5B36;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.filter-btn {
  display: block;
  text-align: left;
  font-size: 18px;
  padding: 10px 35px;
  background: #FF5B36;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.faq-item {
  border-radius: 20px;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 35px;
  background-color: #F7F9FB;
  border-radius: 20px;
  cursor: pointer;
}

.faq-open .faq-header {
  border-radius: 20px 20px 0 0;
}

.faq-title {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}

.faq-icon {
  font-size: 16px;
  color: #666;
  transition: transform 0.3s;
}

.faq-content {
  text-align: left;
  display: none;
  padding: 0 35px 40px 35px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #F7F9FB;
  border-radius: 0 0 20px 20px;
  font-weight: 300;
}

/* Включение показа контента при открытии */
.faq-open .faq-content {
  display: block;
}

/* Поворот стрелки при открытии */
.faq-open .faq-icon {
  transform: rotate(180deg);
}

.be-org-head {
  border-radius: 40px;
  width: 1069px;
  /* Не больше 1069px */
  height: auto;
  /* Адаптивная высота */
  aspect-ratio: 1069 / 317;
  /* Сохраняет пропорции */

  background-image: url("/img/be-org-head.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: start;
  max-width: 460px;
}

.step-count {
  box-sizing: border-box;
  background: #232323;
  border-radius: 50%;
  color: white;
  font-size: 40px;
  font-family: 'Neumetana Next', sans-serif;
  width: 97px;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  /* Сброс межстрочного интервала */
  padding-top: 5px;
  /* Корректируем визуальное смещение */
}

.step-desc {
  font-size: 18px;
  font-weight: 300;
}

.be-org-container {
  text-align: left;
  width: 100%;
  padding: 70px 55px;
  background-color: #F5F8FA;
  border-radius: 20px;
}

.be-org-header {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.be-org-description {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}

.be-org-tabs {
  display: flex;
  margin-bottom: 45px;
}

.be-org-tab {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}

.be-org-tab.active {
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}

.be-org-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.be-org-content ol {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
  margin: 0;
}

.be-org-content li {
  margin-bottom: 16px;
}

.be-org-content li:last-child {
  margin-bottom: 0;
}

.payment-section {
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.payment-icon {
  font-size: 48px;
  color: #f26522;
  margin-right: 45px;
}

.payment-content {
  max-width: 880px;
}

.payment-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #333;
  padding: 0;
  text-align: left;
}

.image-stack {
  display: flex;
  align-items: center;
  position: relative;
}

.image-stack img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  margin-left: -25px;
  object-fit: cover;
}

.image-stack img:first-child {
  margin-left: 0;
}

.be-org-text {
  font-size: 40px;
  text-align: left;
  padding-top: 45px;
  padding-bottom: 45px;
  font-weight: 300;
}

.not-found {
  box-sizing: border-box;
  padding-top: 150px;
  width: 100vw;
  height: 916px;
  background-color: #F5F8FA;
  margin-bottom: -137px;
}

.not-found div {
  font-family: 'Neumetana Next';
  font-size: 300px;
  color: #FF5B36;
  margin: 0;
}

.not-found p {
  font-size: 24px;
  color: #232323;
  margin: 0;
  margin-top: -23px;
}

.not-found a {
  color: #232323;
  text-decoration: underline;
}

.form-container {
  width: 100%;
  max-width: 919px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.custom-input {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 35px;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  background-color: #F7F9FB;
  outline: none;
}

textarea.custom-input {
  min-height: 290px;
}

.popup-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #9C9C9C;
}

.popup-ps {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #232323;
  width: 100%;
}

.custom-input::placeholder {
  color: #6c737a;
  font-weight: 300 !important;
}

.menu-all {
  display: flex;
  gap: 60px;
}

.menu-event {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu-event div,
.submenu div {
  border-radius: 20px;
  font-size: 30px;
  font-weight: 300;
  padding: 20px;
  padding-left: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}

.menu-event div:hover,
.submenu div:hover {
  background: #FFE7E1;
}

.menu-event div.active {
  background: #FFE7E1;
}

.submenu {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 5px;
}

.custom-checkbox {
  appearance: none;
  width: 36px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #E3E3E3;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-checkbox:checked {
  border-color: #FF5B36;
  background-color: #FF5B36;
}

.custom-checkbox:checked::after {
  content: '✔';
  color: white;
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 10px;
}

.btn {
  padding: 10px 30px;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  cursor: pointer;
  color: #16181B;
  font-size: 18px;
  font-weight: 300 !important;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-next {
  padding: 10px 30px;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 300 !important;
  background-color: #FF5B36;
  text-transform: uppercase;
  /* margin-left: 15px; */
  text-decoration: none;
}

.section {
  display: flex;
  margin-bottom: 20px;

}

.section .lk-photo-upload {
  margin-bottom: 0;
}

.section label {
  flex-shrink: 0;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
}

.ection-label-pud {
  padding-top: 25px;
}

.section-label {
  width: 270px;
  padding-right: 45px;
}

.file-upload {
  display: flex;
  align-items: center;
}

.file-upload button {
  margin-left: 10px;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  margin: 0px 0;
}

.radio-group .interest label {
  width: auto;
}

.creare-option label {
  width: auto !important;
  font-size: 20px;
}

.creare-option {
  padding-left: 90px !important;
  cursor: pointer;
}



.section input[type="text"],
.section input[type="tel"] {
  flex-grow: 1;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  padding: 15px 30px;
  font-weight: 300 !important;
  font-size: 24px;
}

.section-input-mess {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.section-input-row {
  display: flex;
  gap: 15px;
  font-weight: 300;
  font-size: 24px;
  align-items: center;
}

.section input[type="number"] {
  flex-grow: 1;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  padding: 15px 30px;
  font-weight: 300 !important;
  font-size: 24px;
}

.price-input-sec {
  max-width: 191px;
  margin-right: 22px;
}

.dif {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 0 10px;
  font-weight: 300;
}

.section input[type="date"] {
  font-family: "Helvetica Neue", sans-serif;
  background: #F7F9FB;
  border: none;
  border-radius: 24px;
  width: 230px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 20px;
  color: #929292;
}

.section input[type="date"] {
  font-family: "Helvetica Neue", sans-serif;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 230px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 24px;
  color: #929292;
}

.section input[type="date"]:focus {
  color: black;
}

.section input[type="time"] {
  font-family: "Helvetica Neue", sans-serif;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 135px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 24px;
  color: #929292;
}

.section input[type="time"]:focus {
  color: black;
}

.price-input {
  max-width: 130px !important;
}

.section textarea {
  font-family: "Helvetica Neue", sans-serif;
  flex-grow: 1;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 315px;
  box-sizing: border-box;
  padding: 20px 30px;
  font-weight: 300 !important;
  font-size: 24px;
}

.section input[type="file"] {
  margin-left: -215px;
  opacity: 0;
  font-size: 30px;
}

.skills-container {
  background: white;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  font-weight: 300 !important;
  font-size: 24px;
  max-width: 100%;
  width: 100%;
}

.skills-container input[type="text"] {
  padding-left: 0;
}

.skills-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  min-height: 40px;
}

.skills-tag {
  display: flex;
  align-items: center;
  background-color: #E3E3E3;
  color: black;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 20px;
  white-space: nowrap;
}

.skills-tag button {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #232323;
  border-radius: 50%;
  background: none;
  color: #232323;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.skills-input {
  flex: 1;
}

.skills-input::placeholder {
  font-weight: 300;
}

.section select {
  font-family: "Helvetica Neue", sans-serif;
  flex-grow: 1;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  max-width: 250px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 20px;

  /* Убираем стандартную стрелку */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Добавляем кастомную стрелку */
  background-image: url("/img/strel.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
  /* Размер стрелки */
  padding-right: 50px;
  /* Чтобы текст не налезал на стрелку */
}

.mess-select {
  font-family: "Helvetica Neue", sans-serif;
  background: inherit;
  border: 1px solid #DADADA;
  border-radius: 20px;
  width: 345px;
  height: 55px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 20px;

  /* Убираем стандартную стрелку */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Добавляем кастомную стрелку */
  background-image: url("/img/strel.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
  /* Размер стрелки */
}

.select-container {
  display: flex;
  gap: 17px;
}

.org-requests-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.participation-requests-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

label.required::after {
    content: " *";
    color: #FF5B36;
    margin-left: 2px;
}

/* Для Edge */
select::-ms-expand {
  display: none;
}

.btn-contrainer {
  padding-top: 50px;
  display: flex;
  gap: 15px;
}

.org-card {
  text-align: left;
  display: flex;
  gap: 35px;
  width: 100%;
  box-sizing: border-box;
  background: #F5F8FA;
  border-radius: 30px;
  padding: 45px;
}

.org-card.active-card {
  border: 2px solid #FF5B36;
  background: #fff;
}

.org-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
}

.org-avatar {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover;
}

.org-name,
.org-link {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.org-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}

.org-rating span {
  font-size: 16px;
  text-decoration: underline;
}

.org-review-count {
  font-size: 14px;
  font-weight: 300 !important;
}

.org-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.org-tag {
  background: #232323;
  font-weight: 300 !important;
  color: #fff;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 12px;
  white-space: nowrap;
}

.org-description {
  color: #000000;
  font-weight: 300 !important;
  font-size: 20px;
  margin-bottom: 18px;
}

.org-price {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.org-buttons {
  display: flex;
  gap: 10px;
}

.org-buttons .btn-next {
  margin-left: 0;
}

.org-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 900px;
  overflow-y: auto;
}
.org-items_page{
  max-height: max-content;
  overflow-y: unset;
}

.org-right {
  width: 70%;
}


.inactive-btn {
  background-color: #f5f8fa;
  color: #070707;
}

.org-popup-container {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #232323;
}

.lk-container {
  padding-top: 45px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.lk-sidebar {
  width: 25%;
  background-color: #fff;
  padding: 45px;
  border-radius: 30px;
}

.lk-profile-image img {
  border-radius: 50%;
  height: 145px;
  width: 145px;
  object-fit: cover;
}

.popup-event-list {
  display: flex;
  gap: 30px;
}

.popup-event {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.popup-event-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.popup-event-image img {
  display: block;
  border-radius: 20px;
  width: 125px;
  height: auto;
  transition: box-shadow 0.3s;
}

.popup-event-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.popup-event-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F2633E;
  color: #fff;
  padding: 6px;
  border-radius: 15px;
  display: none;
}

.popup-event-check img{
	width: 24px;
	height: 24px;
}

.popup-event-text {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	padding-top: 10px;
}

.popup-event.active {
	background-color: inherit;
}

#popup-add-feedback p.text{
	padding-bottom: 13px;
	padding-top: 23px;
	font-size: 20px;
}

.popup-event.active .popup-event-overlay {
  display: block;
}

.popup-event.active .popup-event-image {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.popup-event.active .popup-event-check {
  display: block;
  z-index: 10;
}

.popup-event.active .popup-event-text {
	color: #FF5B36;
}

.lk-profile-info {
  margin-top: 18px;
}

.lk-profile-info h2 {
  font-size: 22px;
  margin: 10px 0;
}

.lk-rating {
  padding-top: 17px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;

  color: #000000;
}

.lk-navigation ul {
  list-style: none;
  padding: 0;
}

.lk-navigation li {
  margin: 10px 0;
}

.lk-navigation a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.lk-create-event {
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid #FF5B36;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 300 !important;
  background-color: #FF5B36;
  text-transform: uppercase;
}

.lk-sidebar .lk-create-event {
  margin-top: 15px;
}

.lk-main-content {
  width: 75%;
  padding: 100px 83px;
  border-radius: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#chat {
  width: 75%;
  background-color: transparent;
  padding: 0;
}

.lk-event-filter {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-bottom: 45px;
}

.review-page-section {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}


.lk-event-filter button {
  font-family: 'Helvetica Neue';
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #16181B;
  border: 2px solid #DADADA;
  background-color: transparent;
  padding: 10px 28px;
  border-radius: 20px;
  font-weight: bold;
}

.lk-event-filter button.active {
  border: none;
  background-color: #DADADA;
  border: 2px solid #DADADA;
}

.lk-event-list {
  display: flex;
  flex-direction: column;
}

.lk-event {
  display: flex;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lk-event img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.lk-event-details {
  padding: 15px;
  flex-grow: 1;
}

.lk-event-category {
  font-size: 12px;
  color: #666;
}

.lk-event-location {
  font-size: 14px;
  color: #888;
}

.lk-event-action {
  border: none;
  background-color: #fff;
  font-size: 18px;
  color: #e0e0e0;
  cursor: pointer;
  margin-top: 10px;
}

.line {
  width: calc(100% + 90px);
  height: 2px;
  background-color: #F5F8FA;
  margin: 40px 0;
  margin: 50px -45px;
}

.line-chat {
  width: calc(100% + 166px);
  height: 4px;
  background-color: #F5F8FA;
  margin: 50px -83px;
}

.profile-block {
  display: flex;
  align-items: center;
  gap: 45px;
}

.profile-image {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  display: flex;
  flex-direction: column;
}

.chat-name {
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #232323;
}

.profile-event {
  padding-top: 5px;
  font-weight: 300;
  font-size: 24px;
  color: #000000;
}


.lk-sidebar-point {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 23px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  color: #232323;
}

.lk-sidebar-point-org {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 23px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  /* color: #232323; */
  color: #fff;
}

.lk-sidebar-point.active {
  background-color: #FFE7E1;
  box-shadow: inset 0px 1px 8px rgba(97, 57, 57, 0.25);
  border-radius: 20px;
}

.lk-points {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.rating-user {
  display: flex;
  gap: 2px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.rating-user img {
  width: 30px;
  height: 30px;
}

.lk-name {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: center;

  color: #232323;
  padding-bottom: 7px;
}

.notifications {
  width: 100%;
  margin-top: 37px;
}

.notification {
  display: flex;
  flex-direction: column;
  padding: 33px 45px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.notification-new {
  background-color: #FFE7E1;
}

.notification-default {
  background-color: #F5F8FA;
}

.notification-header {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.notification-header span {
  font-size: 18px;
}

.notification-body {
  margin-top: 18px;
  text-align: left;
}

.mess-text {
  margin-top: 6px;
  text-align: left;
  word-break: break-word;
}

.notification-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 6px;
}

.notification-text {
  font-size: 18px;
  font-weight: 300;
}

.notification-link {
  text-decoration: underline;
  color: black;
}

.notification-link:hover {}

.mess-body {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.mess-body img {
  height: 61px;
  width: 61px;
  border-radius: 50%;
}

.mess-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2px;
}

.mess-subtitle {
  font-weight: 700;
  font-size: 16px;

  color: #232323;
  margin-bottom: 20px;
}

.tag-new {
  color: #FF5B36;
  font-size: 18px;
}

.form-container .interest label {
  font-size: 24px;
}

.form-container .interest {
  width: 100%;
}

.lk-edit {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.lk-photo-upload {
  display: flex;
  align-items: center;
  margin-bottom: 95px;
  gap: 85px;
}

.lk-photo-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  max-width: 408px;
  text-align: left;
}

.lk-photo-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
  margin: 0;

}

.lk-photo-box img {
  width: 320px;
  height: 320px;
  background: #F5F8FA;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  object-fit: cover;
}

.lk-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  height: 75px;
}

.lk-label {
  width: 155px;
  flex-shrink: 0;
  text-align: left;
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  display: flex;
}

.star {
  color: #FF5B36;
}

.lk-value {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #232323;
  margin-right: auto;
}

.lk-value.lk-empty {
  font-weight: 300;
  color: #E3E3E3;
}

.lk-editable-input {
  flex: 1;
  margin-right: 20px;
  flex-grow: 1;
  background: #F7F9FB;
  border: none;
  border-radius: 20px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300 !important;
  font-size: 24px;
}

.lk-value,
.lk-editable-input {
  display: inline-block;
}

.lk-accept-btn,
.lk-accept-edit-btn {
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 300 !important;
  background-color: #FF5B36;
  text-transform: uppercase;
}

.lk-edit-btn {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
  padding-left: 40px;
  color: #FF5B36;
  cursor: pointer;
}

#deletePhotoBtn {
  padding-left: 0px;
}

.lk-accept-edit-btn {
  display: none;
}

.lk-change-password {
  margin-top: 30px;
  text-align: left;
}

.lk-change-password p {
  margin: 0;
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: left;

  color: #232323;
  margin-bottom: 20px;
}

.lk-logout {
  padding-top: 40px;
  /* width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between; */
}

.lk-logout a {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-decoration-line: underline;

  color: #FF5B36;
}

.chat-container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 83px;
  border-radius: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.messages {
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.message {
  margin-bottom: 5px;
  max-width: 75%;
}

.mess-date {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #B3B3B3;
  padding: 70px 0;
}

.org-mess {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mess-head {
  display: flex;
  gap: 15px;
  align-items: center;
}

.mess-head img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.mess-name {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}

.from-organizer {
  left: 0px;

  background: #F5F8FA;
  border-radius: 0px 30px 30px 30px;
  align-self: flex-start;
  padding: 25px 35px;
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  color: #232323;
}

.from-user {
  align-self: flex-end;
  ;
  padding: 25px 35px;
  right: 0px;
  background: #FFE7E1;
  border-radius: 30px 0px 30px 30px;
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  color: #232323;
}

.timestamp {
  margin-top: 5px;
  text-align: right;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #959595;
}

.input-area {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 28px 0px;
}

.attach-label {
  cursor: pointer;
  margin-right: 10px;
}

.attach-label img {
  width: 35px;
  height: 35px;
}

.input-area input[type="file"] {
  display: none;
}

.input-area input[type="text"] {
  background: #FFFFFF;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
  border: none;
  flex-grow: 1;
  padding: 10px 40px;
  border-radius: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  height: 62px;
  flex: 1;
}

.input-area button {
  padding: 0;
  /*border: 1px solid #FF5B36;*/
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 300 !important;
  background-color: transparent;
  text-transform: uppercase;
  margin-left: 14px;
  cursor: pointer;
}
.input-area button img {
	width: 50px;
	height: 50px;
}

.lk-org-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-org-rating-title {
  padding-right: 35px;
  font-weight: 700;
  font-size: 24px;
}

.lk-org-rating-text {
  padding-top: 3px;
  padding-left: 10px;
  font-weight: 300;
  font-size: 16px;
}


/* add Nastya css */

.disabled-day {
    cursor: not-allowed;
    color: gray;
}

.active-day{
  /* cursor: not-allowed; */
}

.card a > img, .card > img {
    height: 212px;
    object-fit: cover;
}

.event-right-block {
    /* min-width: 77.5%; */
}

.tag-search svg{
  cursor: pointer;
}

.tags-sub .tag {
  cursor: pointer;
}

.interests-container {
    max-width: 306px;
}

/* .event-right-block {
    min-width: 76.5%;
    max-width: 76.5%;
} */


.event-details {
    grid-template-columns: 1fr 1fr;
}

.event-details li {
    text-align: start;
    align-items: center;
}

.event-details li svg{
    min-width: max-content;
}

.card-content a{
  text-decoration: none;
}

.events-cards-arh{
      width: 100%;
}

.event-details-right {
    min-width: max-content;
}

.event-avatars img {
    object-fit: cover;
}

.participants-item img{
  object-fit: cover;
}

.btn {
  cursor: pointer;
  /* height: fit-content; */
}

.file-wrap{
  display: flex;
}

.selected-files-list {
  padding-left: 15px;
}

.file-item-add {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: end;
    max-width: 300px;
}

.file-name {
  margin-right: 10px;
}

.remove-file {
  color: #FF5B36;
  cursor: pointer;
  font-weight: bold;
}

.file-item {
    max-width: 100px;
    position: relative;
}

.file-item span{
    position: absolute;
    top: 30px;
    text-transform: uppercase;
    color: #fff;
}

.event-button{
  text-decoration: none;
}

.event-avatar {
    height: 100%;
    max-height: 162px;
    /* max-width: 162px; */
    /* width: 100%; */
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.event-button.disabled{
  background-color: #f29c89;
  cursor: initial;
}

.main-button.disabled{
  background-color: #f29c89;
  cursor: initial;
}

.event-button.disabled:hover{
  background-color: #f29c89;
}
.dropdown-item a{
  color: #16181B;
  text-decoration: none;
}

.btn a{
  color: #16181B;
  text-decoration: none;
  font-weight: 400;
}

.event-work-action a{
  color: #16181B;
  text-decoration: none;
}

.review-header > img {
    min-width: 55px;
    width: 55px;
}


/* Add Style From 13.07.2025 */

.card a{
  text-decoration: none;
  width: 100%;
}

.copy-toast {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FF5B36;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	font-size: 16px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease, bottom 0.3s ease;
}

.copy-toast.show {
	opacity: 1;
	bottom: 40px;
}

.copy-toast.hidden {
	display: none;
}

.event-work-action{
  cursor: pointer;
}

.participants-item a{
  color: #16181B;
  text-decoration: none;
}

.mess-body img {
    object-fit: cover;
}
.mess-head img{
  object-fit: cover;
}

.events-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
      gap: 72px 14px;
      
  /* gap: 24px;  */
}

.event-work {
  display: flex;
  width: 100%;
  flex-direction: initial;
  background: #fff;
  /* padding: 20px; */
  height: 100%;
}

.card{ 
  width: 100%;
   flex-grow: 1;
}
.event-work-org{
  flex-direction: column;
}

.participants-popup{
  z-index: 100;
}

.event-buttons{
  gap: 20px;
}

.event-buttons .event-button, .event-buttons .event-button-border{
  max-width: 340px;
  padding: 18px 0px;
}

.event-buttons_change_org .event-button{
  text-transform: none;
  padding: 11.5px 26px;
}

.review-content{
  flex-grow: 0;
}

.card-content{
  display: flex;
  flex-direction: column;
}
.card a{
  margin-bottom: auto;
}

.profile-user-list {
    list-style: none;
}

.profile-user-list_org{
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  gap: 10px;
}
.events-cards_own-profile{
  grid-template-columns: repeat(3, 1fr);
}

/* add css 28.07 */

.favorite-btn.active svg{
  fill: #ff5b36;
}

.favorite-btn.active svg path{
  stroke: #ff5b36;
}

.btn.disabled {
  cursor: initial;
  background-color: #DADADA;
  border: 2px solid #DADADA;
}

.btn-next.disabled {
  background-color: #f29c89;
  border: 1px solid #f29c89;
  cursor: initial;
}

.footer-text a.footer-inactive{
  color: #878787;
  position: relative;
  cursor: initial;
}

.footer-inactive::after {
  content: "Раздел находится в разработке и скоро будет запущен";
  position: absolute;
  left: 35%;
  top: 130%;
  transform: translateX(-50%);
  width: 200px;
  background: rgb(255 255 255);
  color: #232323;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1000;
}

.footer-inactive:hover::after {
  opacity: 1;
  visibility: visible;
}

.link{
  text-decoration: none;
  color: #ffffff;
  cursor: pointer; 
}

.dn {
  display: none !important;
}

.p-hint{
  padding-top: 15px;
  font-size: 14px;
  color: #FF5B36;
}
.event-update-items a{
  color: #16181B;
}

.btn-next a{
  color: white;
  text-decoration: none;
}

.cp{
  cursor: pointer;
}

.search-close{
  display: inline;
  color: #16181B;
  text-decoration: none;
  margin-left: 20px;
}

.city-list {
  overflow-y: scroll;
  max-height: 300px;
  margin-top: 40px; 
  display: block;
  padding-right: 10px;
}

.city-category {
  margin-bottom: 20px;
}

.city-category strong {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
}

.city-category .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.city-list .interest label {
  color: #232323;
}

.empty-city{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /* padding-left: 80px; */
}

.empty-city-index{ 
    line-height: 4;
    padding-left: 0;
}


.lk-create-event-mb{
  display: none;
}
/* Adaptive css */

@media (max-width: 1540px) {
	.main-point {
		font-size: 40px;
	}
	.avatar-wrapper{
    width: 60px;
    height: 60px;
		margin-left: -17px;
	}
	.block-title p {
  
	  font-size: 16px;
	}
	.block-title svg {
	  /* width: 21px; */
    width: 24px;
	  height: 12px;
	  align-self: flex-end; /* Прижимает SVG к нижнему краю блока */
	  padding-bottom: 5px;
	  margin-left: -7px;
	}
}

@media (max-width: 1340px) {
	footer {
	    padding: 96px 62px;
	}
	.header {
		padding: 52px 62px;
		}
	main {
		box-sizing: border-box;
	    padding: 0 62px;
	    text-align: center;
	}
	.block-title {
		font-size: 14px;
	}
	.interest input[type="checkbox"] {
		margin-right: 16px;
		width: 24px;
		height: 24px;
	}
	.interest label{
		font-size: 18px;
		width: 200px;
	}
	.sport-block {
	  flex: 1 1 calc((100% - 34px) / 3);
	  max-width: calc((100% - 34px) / 3);
	}
}

@media (max-width: 1030px) {
	.sport-block {
	  flex: 1 1 calc((100% - 17px) / 2);
	  max-width: calc((100% - 17px) / 2);
	}
	.events-card-head {
		gap: 7px;
	}
	.category {
		padding: 5px 15px;
		font-size: 14px;
	}
	.title {
		font-size: 20px;
	}
	.favorite-btn {
		width: 24px;
		height: 24px;
	}
	.favorite-btn img{
		width: 24px;
		height: 24px;
	}
	.card-content {
		padding: 20px;
	}
	.tag-search input {
		min-width: 290px;
	}
	.events-ps {
		font-size: 18px;
	}
	.right-block-first,
.right-block-second {
  height: auto;
  aspect-ratio: 432 / 243; /* сохраняет пропорции */
}

	footer {
	    padding: 96px 32px;
	}
	.avatars, .search-container{
		max-width: unset;
	}
	.avatar-wrapper{
		width: 50px;
        height: 50px;
		margin-left: -12px;
	}
	.city-search-card-mb {
		display: flex;
	}
	.city-search-card {
		display: none;
	}
	.header {
		padding: 52px 32px;
	}
	main {
		box-sizing: border-box;
	    padding: 0 32px;
	    text-align: center;
	}
	.head-block {
		flex-direction: column;
		gap: 40px;
		padding-top: 60px;
	}
	.head-block-right{
		flex-direction: row;
		width: 100%;
	}
	.head-block-left {
		width: 100%;
		gap: 40px;
	}
	
	.events-cards-index .card {
		width: 100%;
	}
	footer {
		flex-direction: column;
	}
	.footer-menu {
		width: 100%;
	}
	.day .date {
		font-size: 20px;
	}
	.day .weekday {
		font-size: 14px;
	}
	.calendar {
		gap: 15px;
	}
	.calendar-header{
		font-size: 16px;
	}
	.arrow-btn svg{
		width: 9px;
		height: 18px;
	}
	.tags {
		
		flex-direction: column;
	}
	.tag-search input {
        min-width: auto;
    }
    .tags-sub {
	    
    }
	.calendar-container {
		
	}
	.card {
		
	}
	
}
@media(max-width: 750px){
	.main-header, .main-text{
		text-align: center;
	}
	.main-head-block {
		flex-direction: column;
		width: 100%;
		gap: 30px;
	}
	.main-head-cont1{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.main-head-cont2 {
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
	}
	.main-subblock{
		width: 100%;
	}
	.main-subtext{
		font-size: 20px;
	}
	.arrow-big {
		width: 40px;
		height: 40px;
	}
	
	.card{
		width: 100%;
	}
	.events-cards {
		gap: 10px;
    grid-template-columns: 1fr;
	}
	.interests-container {
		padding-right: 10px;
	}
	.tags {
		padding-bottom: 30px;
	}
  .city-list {
    grid-template-columns: 1fr;
  }
  .empty-city{
    padding-left: 0px;
  }
}
@media(max-width: 595px){
	.profile-event {
		font-size: 18px;
	}
	#messageInput {
		padding: 10px 20px;
		height: 50px;
	}
	.input-area button img {
		width: 30px;
		height: 30px;
	}
	.attach-label img {
		width: 24px;
		height: 24px;
	}
	.tag-search {
		padding: 7px 13px;
		font-size: 12px;
	}
	.calendar-container {
		 padding: 10px 0;
     gap: 8px;
	}
	.day {
		min-width: 27px;
	}
	.calendar {
		gap: 8px;
	}
	.footer-menu {
		flex-direction: column;
		}
	.head-actions{
		font-size: 16px;
	}
	.arrow-big {
		width: 30px;
		height: 30px;
	}
	.arrow-big svg {
		width: 21px;
		height: 12px;
	}
	.head-block-right{
		flex-direction: column;
	}
	.right-block-first, .right-block-second {
		width: 100%;
	}
	.right-block-second {
		background-position: 25% center;
	}
	.sport-block {
	  flex: 1 1 100%;
	  max-width: 100%;
	}
	.events-cards-index .card{
		width: 100%;
	}
	.events-cards-index {
		gap: 15px;
    grid-template-columns: repeat(1, 1fr);
	}
	.main-header, .main-text{
		text-align: left;
	}
	.main-point {
		font-size: 30px;
	}
	.main-head-cont1{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.main-head-cont2, .head-actions, .arrow-big {
		display: none;
	}
	footer {
	    padding: 96px 20px;
	}
	.header {
		padding: 52px 20px;
	}
	main {
		box-sizing: border-box;
	    padding: 0 20px;
	    text-align: center;
	}
	.head-block {
		flex-direction: column;
		gap: 40px;
		padding-top: 20px;
	}
	.interests-container, .params-container {
		display: none;
	}
	

}

.event-participants {
	color: #FF5B36;
}

.event-container-title {
	color: #232323;
}

.event-container {
	box-sizing: border-box;
}

.event-participants-count {
	flex-shrink: 0;
}

.events-card-head {
	gap: 10px;
}
.bottom-nav {
	display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 999;  */
  z-index: 100;
  background-color: white; /* или другой цвет, чтобы не было прозрачности */
  box-sizing: border-box;
}
main {
	margin-top: 190px;
}
.burger-btn {
  display: none;
  cursor: pointer; 
  
}
.be-org-container {
  box-sizing: border-box;
}
.event-head-pic-mb, .event-details-right-mb, .int-btn-mb{
  display: none;
}
.be-org-tabs {
  max-width: 776px;
  /* overflow-y: scroll; */
}
.be-org-tab {
  display: flex;
  align-items: center;
}
.news-container.active {
  background: none !important;
}
.not-found {
  margin-bottom: -167px !important;
}

.btn-create-category{
  font-size: 22px;
  width: max-content;
}

@media(max-width: 1846px) {
    /* .main-head-block {
      flex-direction: column;
      width: 100%;
      gap: 30px;
    }
    .main-head-block div {
      width: 100%;
    } */
    .be-org-head {
      width: 100%;
    }
    .main-button {
      width: 256px !important;
    }
}

@media(max-width: 1665px) {
  /* .search-container-header, .right-head {
    display: none;
  } */
  

  /* .left-head {
    width: 100%;
    justify-content: space-between;
  } */

  /* .burger-btn {
    display: flex;           
align-items: center;
    padding-left: 20px;
    margin: auto;
  } */

    .search-container-mb {
    display: flex;
  }


  
}

@media(max-width: 1650px) {
    .event-main-block {
      gap: 20px;
    }
    .event-head {
      padding: 20px;
      gap: 20px;
    }
    
    
}

@media(max-width: 1440px) {
  .event-title {
    font-size: 35px;
  }
}
@media(max-width: 1370px) {
  .lk-main-content {
    padding: 50px 40px;
  }
  .lk-sidebar {
    padding: 25px;
  }
  .lk-photo-upload {
    gap: 20px;
  }
  .lk-photo-box {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
  }
  .lk-photo-box img {
     width: 240px;
    height: 240px;
}
  .menu-event div, .submenu div {
      font-size: 24px;
      padding: 15px 10px;
    }
    .menu-event {
      gap: 7px;
    }
}

@media(max-width: 1240px) {
  .event-avatars img:nth-child(n+5) {
      display: none;
  }	 
  .event-organizer-info {
      justify-content: space-between;
      gap: 20px;
  }
  .event-organizer-fio {
    width: min-content;
  }

}

@media(max-width: 1150px) {
  .profile-buttons {
    flex-direction: column;
  }	 
  .profile-write-btn {
    text-align: center;
  }
  .profile-contacts-btn {
    text-align: center;
  }
  .profile-user-info {
    flex-direction: column;
    gap: 30px;
  }
  h4 {
    padding-top: 0;
  }
  .profile-head {
    gap: 20px;
  }
  .chat-container {
	  padding: 30px 20px;
  }
  .line-chat {
	  width: calc(100% + 40px);
	  margin: 50px -20px;
  }
}
@media (max-width: 1060px) {
  .tags {
      flex-direction: column;
  }
  .tag-search {
    width: 100%;
  }
}
	 
@media(max-width: 1050px) {
  .event-head, .event-det {
    flex-direction: column;
    
  }
  .event-head-info {
    width: 100%;
    gap: 20px;
  }
  .event-head-pic, .event-details-right {
    display: none;
  }
  .event-head-pic-mb {
    display: block;
    width: 100%;
  }
  .event-participants {
    display: none;
  }
  .event-participants-mb {
    display: flex;
    color: #FF5B36;
    text-align: left;
  }
  .event-category {
    padding: 3px 12px;
  }
  .event-details-right-mb {
    display: flex;
  }
  .event-container {
    max-width: unset;
  }
  .event-organizer-info {
    justify-content: flex-start;
  }
  .event-organizer-fio {
    width: auto;
  }
  .event-avatars img:nth-child(n+5) {
    display: block;
  }
}
	 
@media(max-width: 950px) {
	    .org-price, .org-name {
		    font-size: 18px;
	    }
	    .org-description {
		    font-size: 16px;
	    }
	    .btn-next, .btn {
		    font-size: 16px;
	    }
	    .org-tags, .org-buttons, .org-rating {
		    flex-direction: column;
		    align-items: flex-start;
	    }
	    .org-buttons div, .org-tag{
		    max-width: max-content;
		    white-space: normal;
	    }
	    .org-buttons div {
		    padding: 7px 15px;
	    }
	    footer {
		    margin-top: 50px;
	    }
	    .section {
		    flex-direction: column;
		    gap: 7px;
	    }
	    .section input[type="text"], .section input[type="tel"], .section input[type="date"], .section input[type="number"], .section input[type="time"] {
		   height: 50px;
		   font-size: 18px;
	    }
	    .org-avatar {
		    width: 60px;
		    height: 60px;
	    }
	    .org-card {
		    padding: 25px;
		    gap: 20px;
	    }
	    .section textarea {
		    height: 200px;
	    }
	    .creare-option {
		    padding-left: 0 !important;
		    justify-content: flex-start;
	    }
	    .menu-event div, .submenu div {
		    font-size: 18px;
		    padding: 10px;
	    }
	    .dif {
		    font-size: 20px;
	    }
	    .section-label {
		    width: 100%;
	    }
	    .file-upload {
		    align-items: flex-start;
	    }
	    .btn-contrainer {
		    gap: 10px;
	    }
	    .btn-next {
		    margin-left: 0;
	    }
	    .notification {
		    padding: 20px;
	    }
	    .lk {
		    padding: 0 30px;
		        margin-bottom: -67px;
	    }
	    .lk-name {
		    font-size: 24px;
	    }
	    .rating-user img {
		    width: 20px;
		    height: 20px;
	    }
	    .lk-rating, .notification-title {
		    font-size: 18px;
	    }
	    .lk-create-event {
		    font-size: 16px;
		    padding: 5px 15px;
	    }
	    .lk-container {
		    gap: 15px;
	    }
	    .select-container, .lk-event-filter {
		    flex-direction: column;
	    }
	    .lk-event-filter button {
		    width: 100%;
	    }
	    .lk-event-filter {
		    width: 100%;
	    }
	    .mess-select {
		    width: 100%;
	    }
	    .btn-contrainer {
		    flex-direction: column;
	    }
	    .lk-main-content .card,  .lk-main-content .event-work {
		    width: 100%;
	    }
	    .lk-photo-upload {
		    flex-direction: column;
		    width: 100%;
		    align-items: center;
	    }
	    .lk-photo-text {
		    align-items: center;
		    text-align: center;
	    }
	    .lk-photo-box {
		    margin: 0;
	    }
	    .lk-sidebar-point-org {
		    padding: 7px 0;
	    }
	    .lk-sidebar-point {
		    padding: 7px 10px;
	    }
	    .lk-sidebar {
		    padding: 25px 10px;
		    min-width: 165px;
	    }
	    
	    .lk-value, .lk-editable-input, .lk-logout a, .lk-change-password p, .lk-sidebar-point, .lk-sidebar-point-org {
		    font-size: 18px;
	    }
	    .lk-form-group {
		    flex-wrap: wrap;
        gap: 10px;
        height: auto;
	    }
	    .lk-editable-input {
		    height: 30px;
		    margin-left: -15px;
	    }
	    .lk-label, .lk-edit-btn, .notification-header span, .notification-text {
		    font-size: 16px;
	    }
	    .lk-label {
		    width: 100px;
	    }
	    .lk-edit-btn {
		    width: 100%;
		    text-align: left;
        padding-left: 0;
	    }
	    .lk-main-content .events-cards {
		    gap: 20px;
	    }
	    .lk-accept-edit-btn {
		    padding: 5px 30px;
		    font-size: 16px;
	    }
	    .not-found div {
		    font-size: 200px;
	    }
	    .profile-head {
			flex-direction: column;
			padding-bottom: 60px;
			padding-top: 0;
		}
		.profile-avatar {
			width: 100%;
			height: auto;
		}
		h4 {
			padding-bottom: 26px;
		}
		.profile-user-info {
			padding: 25px;
		}
	  .be-org-tabs {
    display: flex;
    flex-wrap: nowrap;           /* запрет переносов элементов */
    overflow-x: auto;            /* включить горизонтальный скролл */
    overflow-y: hidden;
    white-space: nowrap;         /* важно для inline или inline-block, на всякий случай */
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    gap: 10px;
  }

  .be-org-tab {
    flex: 0 0 auto;              /* фиксированный размер, не сжимается */
    white-space: normal;         /* разрешаем перенос внутри блока */
    max-width: 285px;            /* ограничим ширину, чтобы слова могли делиться на 2 строки */
    text-align: center;
    line-height: 1.2;
    word-break: break-word; 
    justify-content: center;     
  }
  .participants-popup-content {
    padding: 38px 16px;
    width: calc(100% - 40px);
  }
  #popup-forgot-pass .participants-popup-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
  }
  .participants-header {
    font-size: 20px; 
    padding-top: 30px;
  }
  .custom-input {
    border-radius: 90px;
    padding: 11px 22px;
  }
  .steps {
    flex-direction: column;
    gap: 35px;
    align-items: center;
    margin-bottom: 64px;
  }
  .payment-section {
    padding: 64px 0;
  }
}

.back-lk {
  display: none;
}
@media(max-width: 1665px) {
	.menu-item, .login-btn, .city {
		font-size: 16px;
	}
	.header {
		gap: 10px;
	}
  
	.search-input {
		font-size: 16px;
	}
	.search-container {
		padding: 10px 20px;
	}
  .search-icon {
      width: 30px;
      height: 30px;
  }
  .menu {
      gap: 10px;
      align-items: center;
  }
  .city {
      gap: 5px;
  }
}

  @media(max-width: 1024px) {
      .search-container-header, .right-head {
        display: none;
      }
      
      .search-container-mb {
	      display: flex;
      }

      .left-head {
        width: 100%;
        justify-content: space-between;
      }

      .burger-btn {
        display: flex;            /* включаем флекс */
	  align-items: center;
        padding-left: 20px;
        margin: auto;
      }
      #popup-login .participants-popup-content {
	      width: 100%;
	      height: 100%;
	      border-radius: 0;
	      padding: 20px;
      }
      .profile-avatar img {
        max-width: 100%;
        width: auto;
      }

      .events-cards_own-profile {
        grid-template-columns: repeat(2, 1fr);
      }
      
    }
    @media(max-width: 800px) {
	    .back-lk {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: left;
  }
  .lk {
    margin-bottom: -50px;
    background: #FFFFFF;
    padding-bottom: 10px;
  }
  .lk-main-content {
    display: none;
    width: 100%;
    padding: 0;
  }
  
  .lk-sidebar {
    width: 100%;
    padding: 0;
  }
  .lk-profile {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .lk-profile-info {
    text-align: left;
    margin-top: 0;
  }
  .lk-name {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
  .lk-rating {
    text-align: left;
    font-size: 12px;
    padding-top: 2px;
    
  }

  .lk-profile-image img {
    width: 91px;
    height: 91px;
  }
  .bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  box-shadow: 0px 2px 6.8px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  
}
.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px !important;
    font-weight: 300;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
  }

  .bottom-nav-item.active{
      justify-content: unset;
      line-height: 1;
      font-size: 10px !important;
      background: unset;
      box-shadow: none;
  }

  .bottom-nav-item svg {
    width: 28px;
    height: 28px;
    fill: #ccc;
    margin-bottom: 5px;
  }
  .chat-name {
	  font-size: 20px;
  }
  .profile-image {
	  width: 70px;
	  height: 70px;
	  flex-shrink: 0;
  }
  .profile-block {
	  gap: 20px;
  }
  .chat-container {
	  padding: 0;
  }
  .mess-name {
	  font-size: 18px;
  }
  .from-organizer, .from-user {
	  font-size: 18px;
	  padding: 15px 20px;
  }
  .timestamp {
	  font-size: 14px;
  }
  .mess-date {
	  font-size: 16px;
  }
    }

  @media(max-width: 595px) {
	  .messages {
		  padding: 15px;
	  }
    .search-container-header, .right-head {
    display: none;
  }
    #popup-login .participants-popup-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
  }
  

  .left-head {
    width: 100%;
    justify-content: space-between;
  }

  .burger-btn {
    display: flex;           
    align-items: center;
    padding-left: 20px;
    margin: auto;
  }

  .events-cards_own-profile {
      grid-template-columns: 1fr;
  }

  .interests-container-mb {
    display: none;
  }

  .org-right {
    position: relative;
    overflow: visible;
  }
	.org-right > *:last-child {
    margin-bottom: 50px;
  }

	main {
	  margin-top: 93px;
  }
  .section .btn-contrainer {
    bottom: 20px;
    z-index: 100;
    width: calc(100% - 40px);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .org-right .int-btn-mb {
    position: sticky;
    top: 170px;
    margin-bottom: 10px;
  }
  .org-right .int-btn-mb img {
    background-color: #FFFF;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgba(255, 91, 54, 1);
  }
  .section .btn-contrainer .btn {
    background-color: #FFFF;
    width: calc(100% - 100px);
    
  }
  


  .footer-text {
    font-size: 16px;
  }
  .footer-text {
    font-size: 14px;
  }
  .lk-create-event {
    display: none;
  }
  .lk-create-event-mb {
    display: block;
    margin-top: 0 !important;
  }
  .lk-points.lk-create-event-mb{
    display: flex;
  }

  .line:last-of-type {
  display: none;
  }
  .line {
    margin: 20px -30px;
    width: calc(100% + 60px);
  }
  .lk-value, .lk-editable-input, .lk-logout a, .lk-change-password p, .lk-sidebar-point, .lk-sidebar-point-org {
    font-size: 16px;
  }
  .lk-sidebar-point-org{
    display: block;
  }

  h5 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .back-lk {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: left;
  }
  .lk {
    margin-bottom: -50px;
    background: #FFFFFF;
    padding-bottom: 10px;
  }
  .lk-main-content {
    display: none;
    width: 100%;
    padding: 0;
  }
  .lk-main-content#mess2 {
    display: block !important;
  }
  .lk-sidebar {
    width: 100%;
    padding: 0;
  }
  .lk-profile {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .lk-profile-info {
    text-align: left;
    margin-top: 0;
  }
  .lk-name {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
  .lk-rating {
    text-align: left;
    font-size: 12px;
    padding-top: 2px;
    
  }

  

  .org-items {
    max-height: unset;
    align-items: center;
  }
  .header {
    padding: 30px 20px;
  }
  .org-right {
    width: 100%;
  }
  .org-right .interests-container-mb.active-mb {
    margin-top: 0;
  }
  .back-button {
    text-decoration: none;
    color: rgba(35, 35, 35, 1);
  }
  .not-found div {
    font-size: 100px;
    line-height: 138px;
  }
  .profile-info .city {
    font-size: 20px;
    
  }
  .profile-info .city img {
  width: 24px;
  height: 24px;
}
  .review-header {
    gap: 20px;
  }
  .review-text {
    padding-left: 88px;
  }
  h4 {
    font-size: 20px;
  }
  .review-item {
    flex-direction: column;
    gap: 15px;
  }
  .profile-name {
    font-size: 20px;
    line-height: normal;
  }
  .profile-event-count, .feedback-count {
    font-size: 16px;
  }
  .star {
    width: 20px;
    height: 20px;
  }
  .news-items {
    width: 100%;
  }
  .be-org-container {
    padding: 35px 20px;
  }
  .be-org-head {
    background-image: url(/img/be-org-head-mb.jpg);
        aspect-ratio: 280 / 144;
  }
  h2, .be-org-text {
    font-size: 20px;
  }
  p {
    font-size: 16px !important;
  }
  .payment-icon {
    margin-right: 25px;
  }
  .bread-crumbs {
    padding-top: 10px;
  }
  .be-org-tab:first-child {
/* max-width: 135px; */
}

.be-org-tab:last-child {
  /* max-width: 160px; */
}
.event-icons img {
  width: 30px;
  height: 30px;
}
.event-share {
  gap: 15px;
}
.event-organizer {
  gap: 25px;
}
.event-organizer-info {
  flex-direction: column;
  width: 100%;
}

.event-avatars img:nth-child(n+5) {
  display: none;
}
.event-ask-question-btn, .event-organizer-desc {
  width: 100%;
}
.event-avatar {
  padding: 0;
  width: 147px;
  height: 147px;
}
.event-container-title, .event-organizer-fio {
  font-size: 20px;
  font-weight: bold;
}
.logo img {
  max-width: 80px;
}
.participants-close-btn {
  font-size: 16px;
  margin-top: 15px
}
.participants-header {
  text-align: center;
    padding-top: 30px;
padding-bottom: 29px;
}
.popup-text {
  font-size: 14px;
  margin-bottom: 29px;
}
.popup-buttons {
  flex-direction: column;
}
#popup-login .tabs a  {
  font-size: 20px;
}
/* .social-login img {
  margin-right: 0;
  width: 45px;
  
} */
.social-icons {
  gap: 15px;
}
.participants-close-btn, .participants-cancel-btn {
  width: 100%;
  border-radius: 40px;
  margin: 0;
}
.social-login p {
  font-size: 12px;
}
.forgot-password a {
  font-size: 12px;
}
.participants-close-icon svg {
  width: 15px !important;
  height: 15px !important;
}
.popup-header .tabs {
  padding-top: 48px;
}
.event-container{
  padding: 28px 21px;
}
.event-title {
  font-size: 20px;
}
.event-details {
  grid-template-columns: max-content;
}
.int-btn-mb {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.tag-search-cont .int-btn-mb {
  width: 30px;
  flex-shrink: 0;
}
.interests-container h3 {
  width: 100%;
}
.event-right-block {
  width: 100%;
  position: relative;
}
.interests-container-mb{
display: none;
}

.interests-container-mb.active-mb {
  display: block;
  max-width: calc(100% - 40px);
  position: absolute;
  z-index: 10;
  background-color: white;
  width: 100%;
  padding: 20px;
  top: 179px;
  box-sizing: border-box;
  border-radius: 0 0 35px 35px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.interest label {
font-size: 16px;
}
.params-container h3, .interests-container h3, input.time-field, input.price-field {
font-size: 18px !important;
}

input.price-field, input.time-field {
height: 35px !important;
}

.events-ps {
padding-top: 40px;
}
.params-container-mb {
max-width: 100%;
position: absolute;
z-index: 10;
background-color: white;
width: 100%;
padding: 20px;
margin-top: 25px;
box-sizing: border-box;
border-radius: 0 0 35px 35px;
box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.25);
}
.event-right-block .interests-container-mb.active-mb, .event-right-block .params-container-mb {
margin-top: 175px;
}
.news-text {
padding: 25px 0;
}
.news-head {
padding: 28px 26px;
}
.event-head-info {
gap: 0;
}
.news-comments-section {
padding: 0;
}
.faq-header {
padding: 16px 27px;
}
.faq-icon svg {
width: 17px;
height: 7px;
}
.faq-content {
padding: 0 27px 16px 27px;
}
.faq-btn {
  margin: 46px auto 0;
text-align: center;
border-radius: 40px;
}
}


@media(max-width: 495px) {
.event-avatars img:nth-child(n+4) {
    display: none;
}
}
@media(max-width: 395px) {
.event-avatars img:nth-child(n+3) {
    display: none;
}
}

/* Burger menu */
.menu-mobile {
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #1e1e1e;
color: white;
display: none;
flex-direction: column;
padding: 30px 20px;
z-index: 999;
}

.menu-mobile.active {
display: flex;
}

.menu-mobile .close {
  align-self: flex-end;
  font-size: 28px;
  cursor: pointer;
  color: white;
  margin-bottom: 43.5px;
  width: 15px;
  margin-right: 7.5px;
}

.menu-mobile a {
  color: white;
  text-decoration: none;
  margin: 7.5px 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  max-height: 25px;
}

.menu-mobile a.login-btn {
  margin-top: 12.5px;
  width: fit-content;
}

.menu-mobile .city {
  margin-bottom: 20px;
    /* margin-top: 40px; */
 }

.menu-mobile .search-container {
  background: #F5F8FA;
  margin-top: 47px;
  padding: 11px 27px;
  
}

.menu-mobile .search-icon {
  color: #232323;
  width: 24px;
  height: 24px;
}

.menu-mobile .search-input {
  color: #BFC2C4;
  font-size: 14px;
}

/* Auth modal */
.auth-modal {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  display: none;
  flex-direction: column;
  padding: 40px 20px;
  z-index: 1001;
}

.auth-modal.active {
  display: flex;
}

.auth-modal .close {
  align-self: flex-end;
  font-size: 28px;
  cursor: pointer;
}

.auth-modal input {
  margin-bottom: 15px;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.auth-modal button {
  background: #f54e1f;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.social-login {
  margin-top: 20px;
}

.social-login img {
  width: 50px;
  /* margin-right: 10px; */
  cursor: pointer;
}

.search-text{
  display: flex;
  align-items: center;
}

.empty-event{
  margin-bottom: 20px;
  font-weight: 400;
  padding-left: 0;
}

.block-text-btn{
  display: flex;
  flex-direction: column;
    grid-column: 1 / -1;
}

.block-text-btn_select{
  padding: 20px 0;
}

.block-text-btn .btn-next{
  max-width: fit-content;
  text-transform: none;
  
}

.show-more{
  border: none;
  background: #fff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  padding: 20px 0;
}

.popup-text .show-more{
    text-align: left;
}

.popup-search{
  background-color: #F5F8FA;
  padding: 20px 40px;
}

.show {
  display: block !important;
}


.document-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.document-list li {
  padding: 15px 0;
  max-width: 300px;
  text-align: left;
}

.doc-info p {
  margin: 0 0 10px;
  font-size: 18px;
}

.download-btn {
  display: inline-block;
  color: #e55c02;
}


.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20%;
  right: 20%;
  background-color: #e3e3e3;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cookie-banner a {
  color: #16181B;
  text-decoration: underline;
}

.cookie-banner button {
  font-size: 16px;
}


@media(max-width: 576px) {
  .cookie-banner {
    left: 20px;
    right: 20px;
    flex-direction: column;
    gap: 20px;
  }
}