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

body {
  font-family: "Montserrat", sans-serif !important;
}

.header {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar, .comments_list::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #E5E5E5;
}
body::-webkit-scrollbar-thumb, .comments_list::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  background-color: #80C1E1;
  cursor: pointer;
}
body::-webkit-scrollbar-track, .comments_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #E5E5E5;
}

.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.9)), url("../assets/bg_auth.png") center/100% 100% no-repeat;
  backdrop-filter: blur(10px);
  height: 30.1rem;
}
.auth-block a {
  color: #80C1E1;
}

.trans {
  position: relative;
  padding-bottom: 56.25%;
}
.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);
}

#comments_list {
  max-height: 385px;
}

#comments_soobwa .comments_main_box {
  margin-bottom: 0;
}

.comments_list {
  max-height: 750px;
  overflow-y: auto;
}

#comments_soobwa .btn_blue {
  background-color: #80C1E1;
}
#comments_soobwa .btn_blue:hover {
  background-color: rgb(99.121656051, 178.901910828, 218.178343949);
}

.user_summary_avatar svg circle {
  fill: #80C1E1;
}

.content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
}
.content__date {
  font-size: 24px;
  font-weight: 700;
  color: #80C1E1;
}
.content__title {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}
.content__text {
  line-height: 1.3;
  color: #555;
}
.content__text h4 {
  font-size: 20px;
}
.content__text p {
  font-size: 18px;
}
.content__link {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}
.content__link img {
  border-radius: 18px;
}

.bell {
  color: rgb(99.121656051, 178.901910828, 218.178343949);
  transition: transform 0.1s ease;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
}
.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);
  }
}
@media screen and (max-width: 1539px) {
  .comments_list {
    max-height: 700px;
  }
}
@media screen and (max-width: 1399px) {
  .comments_list {
    max-height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .comments_list {
    max-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    grid-template-columns: 1fr;
  }
  #comments_soobwa .comments_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .auth-block {
    height: 24rem;
  }
  .content__date {
    font-size: 18px;
  }
  .content__title {
    font-size: 18px;
  }
  .content__text h4 {
    font-size: 18px;
  }
  .content__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .auth-block {
    height: 24rem;
  }
}

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