@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Stem;
  font-display: swap;
  src: url("../fonts/Stem-Light.woff2") format("woff2"), url("../fonts/Stem-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Stem;
  font-display: swap;
  src: url("../fonts/Stem-Bold.woff2") format("woff2"), url("../fonts/Stem-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Stem;
  font-display: swap;
  src: url("../fonts/Stem-SemiLight.woff2") format("woff2"), url("../fonts/Stem-SemiLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Stem;
  font-display: swap;
  src: url("../fonts/Stem-Medium.woff2") format("woff2"), url("../fonts/Stem-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

.mb-20 {
  margin-bottom: 20px;
}

.close-cross {
  z-index: 1;
}

.webinar-detail-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .webinar-detail-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;  /* Переместил сюда для border-radius */
  }

  .webinar-detail-pic picture {
    width: 100%;
    border-radius: 16px;  /* Можно оставить или убрать, если на img */
  }

  .webinar-detail-pic picture img {
    width: 100%;
    height: 100%;
    object-fit: fill;  /* Теперь работает, так как на img */
    border-radius: 16px;  /* Применено к img для скругления */
  }
}


img {
  max-width: 100%;
}
.color-white {
  color: white;
}

.font-stem-main {
  font-family: Stem;
  font-weight: 400;
}

.webinar-detail-content {
  position: absolute;
  left: 30px;
  height: 95%;
  max-width: 470px;
  display: flex;
  min-height: 80%;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
  justify-content: space-around;
  align-items: flex-start;
}

.line-h-1-2 {
  line-height: 1.2;
}

.size-14 {
  font-size: 14px;
}

.size-18 {
  font-size: 18px;
  line-height: 1.2;
}

.mb-10 {
  margin-bottom: 10px;
}

.size-26 {
  font-size: 26px;
  line-height: 1;
}

.size-30 {
  font-size: 30px;
  line-height: 1;
}

.size-32 {
  font-size: 30px;
  line-height: 1;
}

.mb-30 {
  margin-bottom: 30px;
}

.fw-500 {
  font-weight: 500 !important;
}

.button {
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 40px;
  text-decoration: none;
  min-height: 44px;
  transition: all 0.25s linear;
  cursor: pointer;
  outline: none;
  border: none;
}

.button_green {
  color: white!important;
  background: linear-gradient(108deg, #98EB99 8.86%, #6BD677 51.98%), #494D49;
  text-decoration: none !important;
}

.h-60 {
  height: 60px;
}
.button.size-18 {
  font-size: 18px;
}
.icon::before {
  content: "";
  mask: var(--icon) center center / contain no-repeat;
  -webkit-mask: var(--icon) center center / contain no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  transition: 0.25s;
  background: #494D49;
}
.button:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.button_green:before {
  background: white;
}
.webinar-play {
  position: absolute;
  right: 260px;
  background: rgba(255, 255, 255, 0.2);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
}
.webinar-play__circle {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .webinar-play__circle img {
    width: 34px;
    height: 34px;
  }
  .webinar-play__circle {
    width: 75px;
    height: 75px;
  }
  .webinar-play {
    right: 20%;
  }
  .button.size-18 {
    font-size: 12px;
  }
  .h-60 {
    height: 44px;
  }
  .button {
    font-size: 12px;
    width: 100%;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .size-32 {
    font-size: 20px;
  }
  .size-26 {
    font-size: 20px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .size-18 {
    font-size: 14px;
  }
  .size-14 {
    font-size: 12px;
  }
  .webinar-detail-content {
    left: 30px;
    right: 30px;
    height: 95%;
    max-width: 370px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .webinar-detail-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .webinar-detail-pic .webinar-play {
    display: none;
  }
  .webinar-play {
    right: auto;
    width: 100px;
    height: 100px;
  }
  .webinar-detail-content {
    left: 20px;
    top: 20px;
    max-width: inherit;
    right: 20px;
    height: 95%;
  }
}