@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;
}

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

.trans {
  position: relative;
  max-height: 51vw;
  height: 30.1rem;
}
.trans__error {
  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: #7DB3DF;
}
#comments_soobwa .btn_blue:hover {
  background-color: rgb(96.3518518519, 162.2518518519, 215.9481481481);
}

.user_summary_avatar svg circle {
  fill: #7DB3DF;
}

.content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
}
.content__title {
  font-weight: 700;
  color: #555;
}
.content__link:hover {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

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

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

.bell {
  color: rgb(247, 147, 29);
  transition: transform 0.1s ease;
}
.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.25rem;
  font-weight: 700;
  color: #fff;
}
.header__auth a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header__auth svg {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.8s ease;
}
.header__content {
  border-radius: 0.8rem;
  border: 1px solid #7DB3DF;
  background: #7DB3DF;
  padding: 0.45rem 1.875rem;
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__content a {
  text-decoration: none;
  text-underline-offset: 3px;
}
.header__content a:not(.header__title) {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  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: 630px;
  }
}
@media screen and (max-width: 1199px) {
  .comments_list {
    max-height: 490px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 18px;
  }
  .content {
    grid-template-columns: 1fr;
  }
  #comments_soobwa .comments_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .trans, .auth-block {
    height: 24rem;
  }
}
@media screen and (max-width: 575px) {
  .trans {
    height: 29rem;
  }
  .auth-block {
    height: 24rem;
  }
}

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