

/* Start:/studencheskaya-zhizn/studencheskie-obedineniya-kluby-i-tvorcheskie-studii/styles.css?17805184238616*/
:root {
  --awb-custom_color_1: #2c7da0;
  --awb-custom_color_2: #1e3a5f;
  --awb-custom_color_7: #eef2f7;
}

.fullwidth-studio {
  padding-top: 40px;
  width: 100%;
}

.fusion-row-custom {
  max-width: calc(1200px + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
}

/* Заголовки */
.title-heading-left {
  font-weight: 700;
  color: #1a2c3e;
  margin: 0 0 20px 0;
  font-size: calc(1.5rem + 0.5vw);
}

.title-heading-left-h3 {
  font-weight: 700;
  color: #1a2c3e;
  margin: 25px 0 15px 0;
  font-size: calc(1.2rem + 0.3vw);
}

/* Текст */
.studio-text {
  color: #2d3748;
  line-height: 1.6;
}

.studio-text p {
  margin-bottom: 16px;
}

/*.studio-text ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }*/

.studio-text li {
  margin-bottom: 6px;
}

.studio-text a {
  color: var(--awb-custom_color_2, #1e3a5f);
  text-decoration: none;
  transition: color 0.2s;
}

.studio-text a:hover {
  color: var(--awb-custom_color_1, #2c7da0);
  text-decoration: underline;
}

/* Карточка руководителя */
.trainer-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--awb-custom_color_7, #eef2f7);
  overflow: hidden;
  padding: 0 0 20px 0;
  text-align: center;
}

.trainer-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.trainer-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 53% 10%;
}

.trainer-card:hover .trainer-image img {
  transform: scale(1.03);
}

.trainer-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 5px;
}

.trainer-position {
  font-size: 1rem;
  color: #4a5568;
}

/* Ссылки соцсетей в виде кнопок/блоков */
.social-links {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.social-links li {
  display: inline-block;
  margin-right: 15px;
}

.social-links a {
  color: var(--awb-custom_color_2, #1e3a5f);
  text-decoration: none;
}

.social-links a:hover {
  color: var(--awb-custom_color_1, #2c7da0);
}

/* Адаптивность */
@media (max-width: 992px) {
  .fullwidth-studio {
    padding-top: 40px;
  }
  .trainer-name {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .fusion-row-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-heading-left {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .trainer-card {
    margin-top: 20px;
  }
}

/* Стили, полностью имитирующие оригинальный блок fusion-counters-box */
.counters-box {
  --awb-body-color: #4a5568; /* цвет текста описания */
  --awb-color: #1e3a5f; /* цвет цифр (заголовка) */
  --awb-title-size: 50px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ededed;
  border-radius: 20px;
}

.counter-box-container {
  text-align: center;
  padding: 20px 15px;
  background: transparent;
  transition: all 0.3s ease;
}

/* Блок с цифрой */
.content-box-counter {
  font-size: var(--awb-title-size, 50px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--awb-color, #1e3a5f);
  margin-bottom: 12px;
}

/* Единица измерения (плюсик) */
.unit {
  font-size: 0.5em;
  font-weight: 600;
  margin-left: 3px;
  color: var(--awb-color, #1e3a5f);
}

/* Текст под цифрой */
.counter-box-content {
  font-size: 16px;
  color: var(--awb-body-color, #4a5568);
  line-height: 1.4;
  font-weight: 500;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .counter-box-container {
    padding: 15px 10px;
  }
  .content-box-counter {
    font-size: 38px;
  }
  .counter-box-content {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .col-counter-box {
    margin-bottom: 20px;
  }
  /* последний элемент не должен иметь отступ снизу */
  .col-counter-box:last-child {
    margin-bottom: 0;
  }
}

/* Легкая анимация при появлении (опционально) */
.counter-box-container {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.counter-box-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.documents-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  border-radius: 20px;
}

.folder-icon-wrapper {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.folder-icon-wrapper img {
  opacity: 0.2;
}


:root {
  --awb-color1: #ffffff;
  --awb-custom_color_7: #eef2f7;
}

.fullwidth-gallery {
  width: 100%;
}

.fusion-row-custom {
  max-width: calc(1200px + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
}

/* Карточка галереи */
.gallery-card {
  background-color: var(--awb-color1);
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
}

/* Элемент галереи */
.gallery-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Модальное окно (собственный lightbox) */
.modal-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.modal-lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content-custom {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-content-custom img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 10000;
  background: none;
  border: none;
  padding: 0 10px;
}

.modal-close:hover {
  color: #ccc;
}

.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  /*font-size: 30px;*/
  font-weight: bold;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s;
  user-select: none;
  z-index: 10000;
  border: none;
}

.modal-prev:hover,
.modal-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

.modal-counter {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 12px;
  border-radius: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .gallery-card {
    padding: 20px;
  }
  .gallery-item {
    margin-bottom: 15px;
  }
  .modal-prev,
  .modal-next {
    font-size: 20px;
    padding: 8px 12px;
  }
  .modal-prev {
    left: 10px;
  }
  .modal-next {
    right: 10px;
  }
  .modal-close {
    top: -30px;
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .fusion-row-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-card {
    padding: 15px;
  }
}

.gallery-item {
  height: 180px; /* фиксированная высота */
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  /*background-color: #f5f5f5;*/
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


html {
  scroll-padding-top: 50px;
}

/* End */
/* /studencheskaya-zhizn/studencheskie-obedineniya-kluby-i-tvorcheskie-studii/styles.css?17805184238616 */
