* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #000;
  color: #111;
  font-family: "Wix Madefor Display", Arial, Helvetica, sans-serif;
}

body.zmir-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font-family: inherit;
}

/* HEADER */

.site-header {
  width: 100%;
  background: #f5f6f8;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.header-container {
  width: 100%;
  max-width: 1920px;
  height: 100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 365px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-right: 76px;
}

.main-nav a {
  color: #050505;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.main-nav a:hover {
  color: #164f90;
}

/* HERO */

.hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 1050px;
  margin: 0 auto;
  overflow: hidden;
  background: #164f90;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__kolibri {
  position: absolute;
  z-index: 3;
  left: 420px;
  top: 120px;
  width: 430px;
  pointer-events: none;
}

.hero__content {
  position: absolute;
  z-index: 2;
  left: 330px;
  top: 325px;
  width: 650px;
}

.hero__date-row {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero__date {
  color: #e30d46;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 91px;
  font-weight: 400;
  line-height: 0.95;
}

.hero__divider {
  width: 3px;
  height: 87px;
  background: #164f90;
}

.hero__time {
  color: #164f90;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.hero__subtime {
  margin-top: 8px;
  color: #e30d46;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero__title {
  margin: 22px 0 45px;
  color: #164f90;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 67px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 455px;
  height: 78px;
  margin-left: 55px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #164f90 0%, #2f86e9 100%);
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.hero__topic {
  margin: 72px 0 0 112px;
  color: #111;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.hero__name {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 25px;
  width: 820px;
  height: 78px;
  padding: 55px;
  padding-left: 0px;
  margin-right: 90px;
  display: flex;
  align-items: center;
  border-radius: 40px 0 0 40px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

/* IMAGE SECTIONS */

.image-section {
  width: 100%;
  margin: 0 auto;
  background: #e9edf3;
  overflow: hidden;
}

.image-section img {
  width: 100%;
  height: auto;
}

.image-section--expert,
.image-section--program,
.image-section--partners {
  max-width: 1920px;
}

.image-section--program {
  background: #185494;
}

.section-hotspots {
  position: relative;
}

.zmir-program-hotspot,
.zmir-partner-hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.zmir-program-hotspot {
  left: 30.9%;
  top: 83.7%;
  width: 38.4%;
  height: 7.2%;
  border-radius: 999px;
}

.image-section--partners {
  position: relative;
  cursor: pointer;
}

.image-section--partners .zmir-partner-hotspot {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

/* MOBILE PROGRAM */

.program-mobile {
  display: none;
}

/* VIDEOS */

.zmir-videos-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 86px 0 92px;
  background: #1b5594;
}

.zmir-videos-container {
  width: 1440px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.zmir-videos-heading {
  margin: 0 0 78px;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: .5px;
}

.zmir-video-row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 18px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 88px;
}

.zmir-video-row:last-child {
  margin-bottom: 0;
}

.zmir-video-info {
  min-height: 232px;
  padding: 126px 28px 28px;
  display: flex;
  align-items: flex-start;
  border-radius: 22px;
  background: #eef2f8;
  color: #185494;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.zmir-video-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.zmir-video-preview {
  position: relative;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.zmir-video-preview iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zmir-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
}

.zmir-video-preview:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

/* FOOTER */

.site-footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0 35px;
  background: #185494;
  color: #fff;
}

.footer-container {
  width: 1320px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 26px;
  filter: brightness(0) invert(1);
}

.footer-left p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 15px;
}

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

.socials {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.socials__link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #185494;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.socials__link img,
.socials__link svg {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.socials__link--vk {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}

.footer-bottom {
  width: 1320px;
  max-width: calc(100% - 40px);
  margin: 35px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .35);
  text-align: right;
}

.footer-bottom a {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  text-decoration: none;
}

/* MODALS */

.zmir-stream-modal,
.zmir-video-modal,
.zmir-partner-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 24px;
}

.zmir-stream-modal.is-open,
.zmir-video-modal.is-open,
.zmir-partner-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zmir-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
}

.zmir-modal-close {
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #185494;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.zmir-stream-modal__body,
.zmir-video-modal__body {
  position: relative;
  z-index: 2;
  width: 976px;
  max-width: 100%;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}

.zmir-stream-modal__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 20px;
}

.zmir-stream-modal__video iframe,
.zmir-video-modal__body iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zmir-video-modal__body {
  height: 70vh;
  min-height: 420px;
}

.zmir-partner-modal__body {
  position: relative;
  z-index: 2;
  width: 760px;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 44px 42px 36px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}

.zmir-partner-modal__body h2 {
  margin: 0 0 12px;
  color: #185494;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
}

.zmir-partner-modal__body p {
  margin: 0 0 28px;
  color: #333;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.zmir-partner-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.zmir-partner-form label {
  display: block;
}

.zmir-partner-form label span {
  display: block;
  margin-bottom: 7px;
  color: #185494;
  font-size: 14px;
  font-weight: 700;
}

.zmir-partner-form input,
.zmir-partner-form textarea {
  width: 100%;
  border: 2px solid rgba(24, 84, 148, .18);
  border-radius: 16px;
  padding: 15px 17px;
  background: #f7f9fc;
  color: #111;
  font-size: 16px;
  outline: none;
}

.zmir-partner-form input:focus,
.zmir-partner-form textarea:focus {
  border-color: #185494;
  background: #fff;
}

.zmir-partner-form__wide,
.zmir-partner-form__privacy,
.zmir-partner-form button {
  grid-column: 1 / -1;
}

.zmir-partner-form button {
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: #e30d46;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.zmir-partner-form__privacy {
  color: rgba(0, 0, 0, .55);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.zmir-form-hidden {
  display: none !important;
}

/* SMALL DESKTOP */

@media (max-width: 1600px) and (min-width: 769px) {
  .header-container {
    height: 78px;
  }

  .logo img {
    width: 260px;
  }

  .main-nav {
    gap: 24px;
    padding-right: 20px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .hero {
    height: 52vw;
    min-height: 600px;
  }

  .hero__kolibri {
    left: 25vw;
    top: 7vw;
    width: 26vw;
  }

  .hero__content {
    left: 20vw;
    top: 14vw;
    width: 38vw;
  }

  .hero__date {
    font-size: 5vw;
  }

  .hero__divider {
    height: 4.5vw;
  }

  .hero__time {
    font-size: 3vw;
  }

  .hero__subtime {
    font-size: 1vw;
  }

  .hero__title {
    font-size: 3.6vw;
    margin: 1.5vw 0 2vw;
  }

  .hero__button {
    min-width: 22vw;
    height: 4vw;
    margin-left: 3vw;
    font-size: 1.2vw;
  }

  .hero__topic {
    margin-top: 2.5vw;
    margin-left: 3vw;
    font-size: 1.6vw;
  }

  .hero__name {
        width: 40vw;
        height: 5vw;
        font-size: 1.7vw;
        bottom: -1vw;
  }

  .zmir-videos-section {
    padding: 60px 0 70px;
  }

  .zmir-videos-heading {
    margin-bottom: 50px;
    font-size: 36px;
  }

  .zmir-video-row {
    grid-template-columns: 340px 1fr;
    gap: 14px;
    width: 980px;
    margin-bottom: 54px;
  }

  .zmir-video-info,
  .zmir-video-preview {
    min-height: 300px;
  }

  .zmir-video-info {
    padding-top: 76px;
    font-size: 22px;
  }
}

/* NARROW DESKTOP */

@media (max-width: 1140px) and (min-width: 769px) {
  .hero {
    height: 58vw;
  }

  .hero__content {
    left: 8vw;
    top: 16vw;
    width: 42vw;
  }

  .hero__title {
    font-size: 4vw;
  }

  .hero__button {
    width: 100%;
    margin-left: 0;
  }

  .hero__topic {
    margin-left: 0;
  }

  .hero__name {

  }
}

/* MOBILE */

@media (max-width: 768px) {
  body {
    background: #185494;
  }

  .site-header {
    position: relative;
    z-index: 20;
  }

  .header-container {
    height: auto;
    min-height: 72px;
    padding: 14px 18px;
    flex-direction: column;
    gap: 14px;
  }

  .logo img {
    width: 210px;
  }

  .main-nav {
    width: 100%;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .hero {
    height: 620px;
    min-height: 620px;
  }

  .hero__bg {
    width: 1200px;
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center top;
  }

  .hero__kolibri {
    display: none;
  }

  .hero__content {
    top: 100px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .hero__date-row {
    gap: 14px;
  }

  .hero__date {
    font-size: 44px;
  }

  .hero__divider {
    width: 2px;
    height: 52px;
  }

  .hero__time {
    font-size: 25px;
  }

  .hero__subtime {
    font-size: 9px;
  }

  .hero__title {
    margin: 16px 0 20px;
    font-size: 30px;
    line-height: 1.05;
  }

  .hero__button {
    width: 100%;
    max-width: 330px;
    min-width: 0;
    height: 50px;
    margin-left: 0;
    font-size: 13px;
  }

  .hero__topic {
    margin: 26px 0 0;
    font-size: 20px;
    line-height: 1.25;
  }

  .hero__name {
    right: 0;
    bottom: 14px;
    width: calc(100% - 24px);
    height: 50px;
    padding-left: 18px;
    font-size: 12px;
  }

  .image-section {
    width: 100%;
    overflow: hidden;
  }

  .image-section img,
  .image-section--expert img,
  .image-section--partners img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    transform: none !important;
  }

  .image-section--program {
    display: none;
  }

  .program-mobile {
    display: block;
    padding: 36px 22px 42px;
    background: linear-gradient(180deg, #2675c9 0%, #164f90 100%);
    text-align: center;
  }

  .program-mobile__title {
    margin: 0 0 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
  }

  .program-mobile__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .program-mobile__card {
    position: relative;
    min-height: 102px;
    padding: 22px 58px 18px 22px;
    border-radius: 12px;
    background: #185494;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
  }

.program-mobile__card::after {
  position: absolute;
  right: 18px;
  top: 14px;

  width: 42px;
  height: 42px;

  background: url("/img/b3.svg") center/contain no-repeat;

  font-size: 0;
}

  .program-mobile__card--white {
    background: #fff;
    color: #185494;
  }

  .program-mobile__btn {
    margin-top: 26px;
    width: 100%;
    max-width: 230px;
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: #e30d46;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
  }

  .image-section--partners .zmir-partner-hotspot {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .zmir-videos-section {
    padding: 48px 0 58px;
  }

  .zmir-videos-container {
    max-width: calc(100% - 24px);
  }

  .zmir-videos-heading {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .zmir-video-row {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }

  .zmir-video-info {
    min-height: auto;
    padding: 24px;
    font-size: 20px;
  }

  .zmir-video-preview {
    min-height: 300px;
  }

  .zmir-video-preview iframe {
    min-height: 300px;
  }

  .zmir-modal-close {
    right: 6px;
    top: 6px;
  }

  .zmir-stream-modal,
  .zmir-video-modal,
  .zmir-partner-modal {
    padding: 14px;
  }

  .zmir-video-modal__body {
    height: 58vh;
    min-height: 260px;
  }

  .zmir-partner-modal__body {
    padding: 34px 18px 24px;
  }

  .zmir-partner-modal__body h2 {
    font-size: 28px;
  }

  .zmir-partner-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 34px 0 28px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-logo {
    width: 190px;
  }

  .footer-left p {
    font-size: 12px;
  }

  .footer-right {
    align-items: flex-start;
  }

  .socials {
    margin-top: 8px;
  }

  .footer-bottom {
    text-align: left;
  }
}
.hero__bg--mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 0;
    background: #185494;
  }

  .hero__bg--desktop {
    display: none;
  }

  .hero__bg--mobile {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    object-fit: contain;
  }
}
 @media (max-width: 768px) {
    .hero__content {
        top: 100px;
        left: 16px;
        width: calc(100% - 32px);
    }
  .hero__kolibri{
 
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__content {
    display: flex !important;
    flex-direction: column;
  }

  .hero__date-row {
    order: 1;
  }

  .hero__title {
    order: 2;
  }

.hero__topic {
  order: 3;
  margin-top: -10px;
  margin-left: 0;
  padding-left: 22px;
  max-width: 175px;
  font-size: 14px;
  line-height: 1.15;
}

  .hero__button {
    order: 4;
    width: 100%;
        max-width: 240px;
        max-height: 35px;
        margin-top: 150px;
        margin-left: auto !important;
        margin-right: auto;
  }
      .hero__name {
        left: 159px;
        bottom: 140px;
        width: calc(100% - 24px);
        height: 50px;
        padding-left: 18px;
        font-size: 12px;
        
            border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #164f90 0%, #2f86e9 100%);

  height: 34px;          /* ← уменьшаешь как нужно */
  padding: 0 14px;       /* ← убираем вертикальный padding */
  display: flex;
  align-items: center;   /* ← текст по центру */
  font-size: 11px;
  line-height: 1;

    }
}
@media (max-width: 390px) {
  .hero__topic {
    padding-left: 12px;
    max-width: 160px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {

  .image-section--expert {
    overflow: hidden;
    background: #eef1f6;
  }

  .image-section--expert img {
    width: 165% !important;
    max-width: none !important;
    margin-left: -32% !important;
    transform: none !important;
  }

}
/* ===== EXPERT SECTION HTML ===== */

.expert-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 20px 140px;
  background: #eef1f6;
}

.expert-section__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.expert-section__title {
  margin: 0 0 74px;
  color: #185494;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}

.expert-section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}

.expert-section__photo-wrap {
  width: 310px;
  height: 310px;
  flex: 0 0 310px;
  border-radius: 50%;
  overflow: hidden;
  background: #164f90;
}

.expert-section__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 20px;
}

.expert-section__text {
  color: #000;
}

.expert-section__name {
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 500;
}

.expert-section__desc {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

/* планшеты / маленький десктоп */
@media (max-width: 1200px) {
  .expert-section {
    padding: 54px 20px 70px;
  }

  .expert-section__title {
    margin-bottom: 50px;
    font-size: 34px;
  }

  .expert-section__content {
    gap: 80px;
  }

  .expert-section__photo-wrap {
    width: 240px;
    height: 240px;
    flex-basis: 240px;
  }

  .expert-section__name {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .expert-section__desc {
    font-size: 19px;
  }
}

/* мобилка */
@media (max-width: 768px) {
  .expert-section {
    padding: 28px 18px 34px;
    background: #eef1f6;
  }

  .expert-section__title {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
  }

     .expert-section__content {
        display: flex;
        grid-template-columns: 110px 1fr;
        align-items: center;
        gap: 22px;
        max-width: 430px;
        margin: 0 auto;
        flex-direction: column;
    }

  .expert-section__photo-wrap {
    width: 140px;
    height: 140px;
    flex: none;
  }

  .expert-section__name {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 600;
  }

  .expert-section__desc {
    font-size: 9px;
    line-height: 1.25;
    font-weight: 600;
  }
}

/* совсем узкие */
@media (max-width: 390px) {
  .expert-section__content {
    grid-template-columns: 96px 1fr;
    gap: 18px;
  }

  .expert-section__photo-wrap {
    width: 132px;
    height: 132px;
  }

  .expert-section__desc {
    font-size: 8.5px;
  }
}
.hero-timer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 28px 58px;
  margin-left: 100px;
  width: fit-content;
}

.hero-timer__item {
  width: 64px;
  text-align: center;
}

.hero-timer__item span {
  display: block;
  color: #164f90;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.hero-timer__item small {
  display: block;
  margin-top: 5px;
  color: #164f90;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .8;
}

.hero-timer__divider {
  margin-top: 2px;
  color: #164f90;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

/* SMALL DESKTOP */

@media (max-width: 1600px) and (min-width: 769px) {

  .hero-timer {
    gap: .6vw;
    margin: 1vw 0 1.7vw 3vw;
  }

  .hero-timer__item {
    width: 3.6vw;
  }

  .hero-timer__item span {
    font-size: 2vw;
  }

  .hero-timer__item small {
    font-size: .5vw;
  }

  .hero-timer__divider {
    font-size: 1.5vw;
  }
}

/* MOBILE */

@media (max-width: 768px) {

  .hero-timer {
    gap: 4px;
    margin: 10px auto 16px;
  }

  .hero-timer__item {
    width: 36px;
  }

  .hero-timer__item span {
    font-size: 18px;
  }

  .hero-timer__item small {
    margin-top: 3px;
    font-size: 6px;
  }

  .hero-timer__divider {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
    .hero-timer {
        gap: 4px;
        margin: 10px auto 16px;
        order: 4;
        margin-top: 165px;
    }
}
@media (max-width: 768px) {
    .hero__button {
        order: 5;
        width: 100%;
        max-width: 240px;
        max-height: 35px;
        margin-top: 0px;
        margin-left: auto !important;
        margin-right: auto;
    }
    .hero-timer__item span {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.hero-timer__item small,
.hero-timer__divider {
  color: rgba(255,255,255,.9) !important;
}
}
/* ===== HOVERS ===== */

/* плавность */
.hero__button,
.program-mobile__btn,
.image-section--partners .zmir-partner-hotspot {
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease,
    border-color .22s ease;
}

/* главная кнопка */
.hero__button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(47,134,233,.35),
    0 0 0 3px rgba(255,255,255,.12);
  filter: brightness(1.05);
}

/* красная кнопка */
.program-mobile__btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 10px 24px rgba(227,13,70,.35),
    0 0 0 3px rgba(255,255,255,.10);
}

/* партнеры */
.image-section--partners {
  position: relative;
}

/* .image-section--partners::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 3px solid transparent;
  border-radius: 18px;
  pointer-events: none;
  transition:
    border-color .22s ease,
    box-shadow .22s ease;
} */

.image-section--partners:hover::after {
  border-color: #2f86e9;
  box-shadow:
    0 0 0 4px rgba(47,134,233,.18),
    inset 0 0 40px rgba(47,134,233,.08);
}

/* мобилки — убираем странные hover эффекты */
@media (hover: none) {

  .hero__button:hover,
  .program-mobile__btn:hover {
    transform: none;
    box-shadow: none;
    filter: none;
  }

  .image-section--partners:hover::after {
    border-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 390px) {
    .hero-timer {
      
        margin-top: 130px;
}
}
/* ===== PROGRAM BUTTON ===== */

.image-section--program {
  position: relative;
}

.zmir-program-button {
  position: relative;

  width: 38%;
  height: 102px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 999px;

  background: linear-gradient(180deg, #ff1f68 0%, #e30d46 100%);

  color: #fff;
  text-align: center;

  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;

  cursor: pointer;

  box-shadow:
    0 22px 38px rgba(255, 0, 90, .32),
    0 8px 20px rgba(227, 13, 70, .22),
    inset 0 -5px 0 rgba(0, 0, 0, .12);

  transition:
    transform .22s ease,
    filter .22s ease,
    box-shadow .22s ease;

  z-index: 5;

  -webkit-tap-highlight-color: transparent;
}

.zmir-program-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 120px);
  height: calc(100% + 34px);
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 0, 120, .22) 0%,
    rgba(255, 0, 120, .10) 45%,
    rgba(255, 0, 120, 0) 75%
  );
  z-index: -1;
  pointer-events: none;
}

.zmir-program-button:hover {
  transform: translateY(-4px);
  filter: brightness(1.05);
  box-shadow:
    0 28px 46px rgba(255, 0, 90, .40),
    0 12px 26px rgba(227, 13, 70, .30),
    inset 0 -5px 0 rgba(0, 0, 0, .12);
}

.zmir-program-button:active {
  transform: translateY(1px);
  box-shadow:
    0 10px 18px rgba(227, 13, 70, .22),
    inset 0 -3px 0 rgba(0, 0, 0, .10);
}

.zmir-program-button:focus {
  outline: none;
}

/* SMALL DESKTOP */

@media (max-width: 1600px) and (min-width: 769px) {
  .zmir-program-button {
    font-size: 1vw;
    height: 4vw;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .zmir-program-button {
    display: none;
  }
}

/* ===== PARTNER BUTTON ===== */

.image-section--partners {
  position: relative;
}

.zmir-partner-button {
  position: absolute;

  left: 50%;
  bottom: 10.5%;

  transform: translateX(-50%);

  width: 320px;
  height: 78px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 4px solid #2157a3;
  border-radius: 999px;

  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(2px);

  color: #2157a3;

  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  transition:
    transform .22s ease,
    background .22s ease,
    color .22s ease,
    box-shadow .22s ease;

  z-index: 5;

  -webkit-tap-highlight-color: transparent;
}

.zmir-partner-button:hover {
  transform:
    translateX(-50%)
    translateY(-3px);

  background: #2157a3;
  color: #fff;

  box-shadow:
    0 14px 28px rgba(33, 87, 163, .24);
}

.zmir-partner-button:active {
  transform:
    translateX(-50%)
    translateY(1px);
}

/* MOBILE */

@media (max-width: 768px) {
  .zmir-partner-button {
    width: 170px;
    height: 42px;

    bottom: 8.5%;

    border-width: 2px;

    font-size: 14px;
  }

  .image-section {
    height: 150px;
  }
}

.program-mobile__title,
.zmir-videos-heading,
.partners-title,
.expert-section__title,
.expert-title,
.mobile-section-title,
.image-section h2 {
  font-size: 66px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .program-mobile__title,
  .zmir-videos-heading,
  .partners-title,
  .expert-section__title,
  .expert-title,
  .mobile-section-title,
  .image-section h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {

  .program-mobile__card {
    position: relative;
    overflow: hidden;
  }

  .program-mobile__card::after {
    content: "" !important;

    position: absolute;
    top: 14px;
    right: 16px;

    width: 40px;
    height: 40px;

   background: url("../img/b3.svg") center / contain no-repeat !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    display: block;
    z-index: 5;
  }

}
@media (max-width: 768px) {

  .program-mobile__card--white::after {
    background-image: url("../img/b3-blue.svg") !important;
  }

}
@media (max-width: 768px) {

  .zmir-stream-modal {
    padding: 8px;
  }

  .zmir-stream-modal__body {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
  }

  .zmir-stream-modal__video {
    padding-top: 68%;
    border-radius: 14px;
  }

  .zmir-stream-modal__video iframe {
    width: 100%;
    height: 100%;
  }

  .zmir-modal-close {
    top: 6px;
    right: 6px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

}
@media (max-width: 768px) {

  .zmir-stream-modal.is-open {
    align-items: flex-start;
    padding-top: 34px;
  }

}
.partners-section {
  background: #fff;
  padding: 70px 0 80px;
}

.partners-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.partners-title {
  position: relative;
  margin: 0 0 50px;
      margin-bottom: -170px;
    z-index: 7;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #185494;
}

.partners-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  margin-bottom: -90px;
}

.partners-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  height: 72px;

  border-radius: 999px;
  border: 4px solid #185494;

  background: transparent;
  color: #185494;

  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 34px;
  font-weight: 600;

  cursor: pointer;
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}

.partners-button:hover {
  background: #185494;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(24, 84, 148, 0.25);
}

@media (max-width: 768px) {

  .partners-section {
    padding: 40px 0 50px;
  }

  .partners-container {
    padding: 0 20px;
  }

  .partners-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .partners-image {
    margin-bottom: 28px;
  }

  .partners-button {
    min-width: 220px;
    height: 52px;

    font-size: 22px;
    border-width: 3px;
  }

}
.partners-section {
  background: #eef2f8;
  padding: 70px 0 80px;
  text-align: center;
}

.partners-container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 40px;
}

.partners-title {
  margin: 0 0 58px;
  color: #185494;
  font-family: "Wix Madefor Display", Arial, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.partners-logos {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr 1fr;
  align-items: center;
  gap: 90px;
  margin-bottom: 62px;
}

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

.partners-logo img {
  display: block;
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partners-logo--wide img {
  max-height: 120px;
}

.partners-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 72px;
  padding: 0 44px;
  border: 4px solid #185494;
  border-radius: 999px;
  background: transparent;
  color: #185494;
  font-family: "Wix Madefor Display", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.partners-button:hover {
  background: #185494;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(24, 84, 148, .28);
}

@media (max-width: 768px) {
  .partners-section {
    padding: 34px 0 36px;
  }

  .partners-container {
    padding: 0 18px;
  }

  .partners-title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 24px;
  }

  .partners-logo img {
    max-height: 54px;
  }

  .partners-logo--wide img {
    max-height: 40px;
  }

  .partners-button {
    min-width: 150px;
    height: 32px;
    padding: 0 18px;
    border-width: 2px;
    font-size: 13px;
  }
}
.partners-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.partners-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  flex: 1;
}

.partners-logo img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partners-logo:first-child img {
  max-height: 170px;
}

.partners-logo--wide img {
  max-height: 95px;
}

@media (max-width: 768px) {

  .partners-logos {
    gap: 10px;
  }

  .partners-logo {
    height: 60px;
  }

  .partners-logo img {
    max-height: 42px;
  }

  .partners-logo:first-child img {
    max-height: 52px;
  }

  .partners-logo--wide img {
    max-height: 30px;
  }

}
.expert-section__title {
  font-size: 60px;
}
.program-section {
  background: radial-gradient(circle at 50% 45%, #2f86e9 0%, #1f67b1 42%, #164f90 100%);
  padding: 78px 0 96px;
  text-align: center;
}

.program-section__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.program-section__title {
  margin: 0 0 78px;
  color: #fff;
  font-family: "Wix Madefor Display", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.program-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 auto 72px;
}

.program-card {
  position: relative;
  min-height: 235px;
  padding: 132px 34px 30px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  border-radius: 26px;
  background: #185494;
  color: #fff;
  font-family: "Wix Madefor Display", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.22;
  overflow: hidden;
}

.program-card::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 24px;
  width: 58px;
  height: 58px;
  background-color: #fff;
  -webkit-mask: url("../img/b3.svg") center / contain no-repeat;
  mask: url("../img/b3.svg") center / contain no-repeat;
}

.program-card--white {
  background: #fff;
  color: #185494;
}

.program-card--white::after {
  background-color: #185494;
}

.zmir-program-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 700px;
  height: 82px;
  padding: 0 58px;
  border: 0;
  border-radius: 999px;
  background: #e30d46;
  color: #fff;
  font-family: "Wix Madefor Display", Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 0 rgba(126, 23, 70, .65);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.zmir-program-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 22px rgba(126, 23, 70, .35);
  filter: brightness(1.06);
}

.zmir-program-button:active {
  transform: translateY(0);
  box-shadow: 0 6px 0 rgba(126, 23, 70, .65);
}

@media (max-width: 768px) {
  .program-section {
    display: none;
  }

  .program-section__inner {
    padding: 0 22px;
  }

  .program-section__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.1;
  }

  .program-section__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  .program-card {
    min-height: 92px;
    padding: 28px 74px 24px 28px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1.25;
  }

  .program-card::after {
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
  }

  .zmir-program-button {
    min-width: 0;
    width: 100%;
    max-width: 290px;
    height: 42px;
    padding: 0 18px;
    font-size: 11px;
    box-shadow: 0 6px 0 rgba(126, 23, 70, .55);
  }
}