@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
.js_reg_auth {
  display: none !important;
}

*, body, h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: "Montserrat", "sans-serif";
}

.auth-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 34px;
  background: linear-gradient(rgba(128, 128, 128, 0.95), rgba(128, 128, 128, 0.95)), url("/light/assets/bg_auth.png") center/100% 100% no-repeat;
  backdrop-filter: blur(10px);
  height: 30.1rem;
}
.auth-block a {
  cursor: pointer;
  color: rgb(0, 129.5, 68.5096774194);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-block a:hover {
  text-decoration: none;
}

.trans {
  position: relative;
  padding-bottom: 56.5%;
}
.trans__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.2);
}
.trans__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#comments_list {
  max-height: 330px;
  margin-bottom: 0;
}

.qu-title {
  font-size: 1.8rem;
}

.send_msg_form input[type=button] {
  font-size: 1.2rem;
}

.main-link {
  transition: all 0.5s ease;
}
.main-link:hover {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.main__text {
  line-height: 1.3;
  color: #555;
}
.main__text p {
  font-size: 1.2rem;
}

.content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
}
.content__title {
  font-weight: 700;
  color: #555;
}

.btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.programs__link-wrapper {
  justify-content: start;
}

.bell {
  color: #FEBD24;
  transition: transform 0.1s ease;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.2));
}
.bell:hover {
  animation: shake 0.4s ease infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__title {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.header__auth a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-size: 1em;
}
.header__auth svg {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.8s ease;
}
.header__content {
  border-radius: 1rem;
  border: 1px solid rgb(0, 129.5, 68.5096774194);
  background: rgb(0, 129.5, 68.5096774194);
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
  padding: 0.8rem 1.875rem;
  gap: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content > div {
  display: flex;
  gap: 1em;
  align-items: center;
}
.header__content a {
  cursor: pointer;
  text-decoration: none;
  text-underline-offset: 3px;
}
.header__content a:not(.header__title) {
  color: white;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  transition: all 0.8s ease;
}
.header__content a:not(.header__title):hover {
  text-decoration: underline;
}

@media screen and (max-width: 1399px) {
  #comments_list {
    max-height: 240px;
  }
}
@media screen and (max-width: 1199px) {
  #comments_list {
    max-height: 170px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .content {
    grid-template-columns: 1fr;
  }
  #comments_list {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .auth-block {
    height: 24.5rem;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 10px;
  }
  .auth-block {
    height: 24rem;
  }
}

/*# sourceMappingURL=vebinars.css.map */
