body {
  background-color: #EEF2F5 !important;
}

.title {
  display: flex;
  justify-content: center;
  height: 80px;
  width: 100%;
}

.symptoms {
  padding-top: 25%;
  background: url("assets/img/bg_symptoms-new.png") top/100% auto no-repeat;
}

.symptoms-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 32px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1019607843);
}
.symptoms-card__title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  padding: 1rem 1.5rem;
  border-radius: 18px;
  border: 2px solid #fff;
  backdrop-filter: blur(16px);
  background-color: rgba(198, 215, 255, 0.4);
}
.symptoms-card__title p {
  margin-bottom: 0;
}
.symptoms-card__title p.description {
  display: none;
}

.vebinars .vebinar-card__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  font-size: 1rem;
  padding: 0;
  list-style: none;
}
.vebinars .vebinar-card__item {
  width: 100%;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 32px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1019607843));
  transition: all 0.5s ease;
}
.vebinars .vebinar-card__item:hover {
  filter: drop-shadow(0 1px 4px #5A30D0);
}
.vebinars .vebinar-card__link {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 1.8em;
  text-decoration: none !important;
}
.vebinars .vebinar-card__img {
  width: 100%;
  border-radius: 18px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1019607843));
}
.vebinars .vebinar-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}
.vebinars .soon-btn {
  position: absolute;
  width: 100px;
  height: auto;
  top: 6px;
  left: 4px;
  z-index: 5;
}

.videos-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 4px;
}
.videos-card__video {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 18px;
  background-color: #fff;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1019607843));
  transition: all 0.5s ease;
  cursor: pointer;
}
.videos-card__video:hover {
  filter: drop-shadow(0 1px 4px #5A30D0);
}
.videos-card__video img {
  border-radius: 18px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1019607843));
}

.materials__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.materials__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 18px;
  border: 2px solid #fff;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922), inset 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.materials__link:hover {
  box-shadow: 0 0 4px 1px #5A30D0, inset 0 0 4px 1px #5A30D0;
}
.materials__link:hover span, .materials__link:hover svg path {
  color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
  fill: rgb(80.7657480315, 42.6515748031, 187.8484251969);
}
.materials__link:focus {
  color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
}

@media (max-width: 1399px) {
  .title {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .title {
    height: 50px;
  }
  .vebinars .soon-btn {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .title {
    height: 40px;
  }
  .img--xxl {
    max-width: 500px !important;
  }
  .vebinars .vebinar-card__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .img--lg, .img--xxl {
    max-width: 250px !important;
  }
  .symptoms-card {
    width: 80%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .title {
    height: 35px;
  }
  .vebinars .vebinar-card__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 419px) {
  html {
    font-size: 10px;
  }
}

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