/* -------------------------------------------------------------------------- 
WARNING 
This file is auto generated by Simple SCSS Compiler plugin. 
Please do NOT modify it directly or you risk your changes to be overwritten. 
-------------------------------------------------------------------------- */ 

@charset "UTF-8";
@media (max-width: 600px) {
  .statistics .btn_readmore {
    font-size: 11px;
    margin-top: 10px;
  }
  .statistics .btn_readmore svg {
    width: 9px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .statistics_swiper {
    padding-top: 22px !important;
    padding-bottom: 34px !important;
  }
}
@media (max-width: 600px) {
  .statistics_list .stat_item:before {
    background: #EEEDDE !important;
    filter: blur(2px);
  }
}
/* === Блок 4: О Стендап Мск с табами === */
.about_description .top {
  border-bottom: none;
  margin-bottom: 0;
}
.about_description .top .row1 {
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1360px) {
  .about_description .top .row1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about_description__panel {
  display: none;
}
.about_description__panel.active {
  display: block;
}
.about_description .event-format {
  padding: 0;
}
@media (max-width: 1280px) {
  .about_description .event-format__content {
    gap: 27px;
  }
}
@media (max-width: 600px) {
  .about_description .event-format__content {
    gap: 17px;
  }
}
.about_description .event-format__left {
  max-width: 827px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .about_description .event-format__left {
    max-width: 100%;
  }
  .about_description .event-format__left br {
    display: none;
  }
}
.about_description .event-format__right {
  max-width: 991px;
  align-self: center;
}
.about_description .event-format__title {
  color: #EEEDDE;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .about_description .event-format__title {
    margin-bottom: 11px;
  }
}
@media (max-width: 600px) {
  .about_description .event-format__text {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .about_description .event-format__bubble:first-child {
    margin-right: 6px;
  }
}
@media (max-width: 1280px) {
  .about_description .event-format__bubble:nth-child(2) {
    align-self: flex-start;
    margin-left: 5px;
    margin-top: -25px;
  }
}
@media (max-width: 1280px) {
  .about_description .event-format__bubble:last-child {
    align-self: center;
    margin-top: -15px;
    margin-left: 97px;
  }
}
@media (max-width: 1024px) {
  .about_description .cities-list {
    padding: 6px 0;
    gap: 0;
  }
}
@media (max-width: 410px) {
  .about_description .cities-list {
    width: auto;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.about_description .cities-list li {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .about_description .cities-list li {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media (max-width: 600px) {
  .about_description .cities-list li {
    font-size: 11px;
  }
}
@media (max-width: 560px) {
  .about_description .cities-list li {
    padding: 5px;
  }
}
/* === Блок 5: Статистика (новый визуал) === */
.about_stats h2 {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .about_stats h2 {
    margin-bottom: 36px;
  }
}
@media (max-width: 1280px) {
  .about_stats h2 {
    margin-bottom: 28px;
  }
}
.about_stats__list {
  display: grid;
  grid-template-columns: 473px 1fr 473px;
  gap: 17px;
}
@media (max-width: 1440px) {
  .about_stats__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .about_stats__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .about_stats__list {
    gap: 0;
  }
}
.about_stats__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 108.58px;
  text-align: center;
  height: 217px;
  gap: 10px;
}
@media (max-width: 1024px) {
  .about_stats__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .about_stats__item {
    width: 50%;
    height: 95px;
    gap: 4px;
  }
}
.about_stats__item:nth-child(3n + 2) {
  margin-top: 93px;
}
@media (max-width: 1024px) {
  .about_stats__item:nth-child(3n + 2) {
    margin-top: 0;
    width: 60%;
    margin-left: auto;
  }
}
.about_stats__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #EEEDDE;
  opacity: 0.25;
  filter: blur(1.7px);
  border-radius: 108.58px;
  z-index: -1;
}
.about_stats__item .number {
  color: #EEEDDE;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 600px) {
  .about_stats__item .number {
    font-size: 23px;
  }
}
.about_stats__item .info {
  color: #EEEDDE;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  width: 90%;
}
@media (max-width: 600px) {
  .about_stats__item .info {
    font-size: 12px;
  }
}
/* === Блок 6: Фото + текст === */
.about_photo_text h2 {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .about_photo_text h2 {
    margin-bottom: 36px;
  }
}
@media (max-width: 1280px) {
  .about_photo_text h2 {
    margin-bottom: 28px;
    max-width: 250px;
  }
}
.about_photo_text__row {
  display: grid;
  grid-template-columns: 2.4395fr 2fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 57px;
}
@media (max-width: 1280px) {
  .about_photo_text__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .about_photo_text__row {
    gap: 13px;
  }
}
.about_photo_text__row:last-child {
  margin-bottom: 0;
}
.about_photo_text__row.reverse {
  grid-template-columns: 2fr 2.4395fr;
}
@media (max-width: 1280px) {
  .about_photo_text__row.reverse {
    grid-template-columns: 1fr;
  }
  .about_photo_text__row.reverse .about_photo_text__info {
    margin-left: auto;
    text-align: right;
  }
}
.about_photo_text__row.reverse .about_photo_text__image {
  order: 2;
}
@media (max-width: 1280px) {
  .about_photo_text__row.reverse .about_photo_text__image {
    order: -1;
  }
}
.about_photo_text__image {
  aspect-ratio: 1.88886;
}
.about_photo_text__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about_photo_text__info {
  order: 1;
  padding: 50px;
  border-top: 1px solid rgba(238, 237, 222, 0.5);
  border-bottom: 1px solid rgba(238, 237, 222, 0.5);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .about_photo_text__info {
    width: 75%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .about_photo_text__info {
    padding: 34px 25px;
  }
}
.about_photo_text__info h3 {
  color: #EEEDDE;
  font-size: 44px;
  font-weight: 700;
  line-height: 92%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .about_photo_text__info h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .about_photo_text__info h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about_photo_text__info h3 {
    margin-bottom: 32px;
    font-size: 23px;
  }
}
.about_photo_text__info p {
  color: #EEEDDE;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .about_photo_text__info p {
    font-size: 11px;
    line-height: 100%;
  }
}
/* === Блок 7: Наши сотрудники === */
.about_team h2 {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .about_team h2 {
    margin-bottom: 36px;
  }
}
@media (max-width: 1280px) {
  .about_team h2 {
    margin-bottom: 28px;
  }
}
.about_team .about_team_swiper:before, .about_team .about_team_swiper:after {
  content: "";
  background: url(../images/bg_slider.png);
  position: absolute;
  right: -206px;
  height: 100%;
  width: 391px;
  z-index: 2;
  top: 0;
}
.about_team .about_team_swiper:after {
  right: unset;
  left: -195px;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .about_team .about_team_swiper:after {
    content: none;
  }
}
.about_team .swiper-slide {
  width: 418px;
}
@media (max-width: 1440px) {
  .about_team .swiper-slide {
    width: 340px;
  }
}
@media (max-width: 1024px) {
  .about_team .swiper-slide {
    width: 265px;
  }
}
@media (max-width: 768px) {
  .about_team .swiper-slide {
    width: 160px;
  }
}
.about_team_content {
  padding: 15px 0;
  border-top: 1px solid rgba(238, 237, 222, 0.5);
  border-bottom: 1px solid rgba(238, 237, 222, 0.5);
}
@media (max-width: 768px) {
  .about_team_content {
    padding: 9px 0;
  }
}
.about_team__card {
  text-align: center;
  width: 100%;
}
.about_team__thumb {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1.3312;
}
.about_team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about_team__name {
  color: #EEEDDE;
  font-size: 30px;
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .about_team__name {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about_team__name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about_team__name {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.about_team__role {
  color: rgba(238, 237, 222, 0.7);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .about_team__role {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about_team__role {
    font-size: 9px;
  }
}
