/* stylelint-disable */
.podcast-socials {
  margin-bottom: 32px;
  padding: 32px 32px 26px;
  border-radius: 8px;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .podcast-socials {
    padding: 23px 16px;
  }
}
.podcast-socials__title {
  margin-bottom: 24px;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .podcast-socials__title {
    font-size: 20px;
    line-height: 118%;
    text-align: left;
  }
}
.podcast-socials__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px 16px;
}
.podcast-socials__link {
  display: inline-block;
}

.tippy-box[data-theme~=podcast-socials-tooltip] {
  padding: 4px 5px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #1f1f1f;
}

body:has(.podcast-socials) #block_courses_footer {
  display: none !important;
}

.podcast-socials-modal {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 14px 44px;
  max-width: 1888px;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(31, 31, 31, 0.08), 0 8px 16px 0 rgba(31, 31, 31, 0.08);
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #24a600;
  gap: 24px;
}
@media only screen and (max-width: 1230px) {
  .podcast-socials-modal {
    left: 8px;
    right: 8px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .podcast-socials-modal {
    padding: 16px 30px;
  }
}
.podcast-socials-modal__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .podcast-socials-modal__title {
    text-align: center;
  }
}
.podcast-socials-modal__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px 16px;
}
.podcast-socials-modal__button {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
}
.podcast-socials-modal__link {
  display: inline-block;
}

.tippy-box[data-theme~=podcast-socials-tooltip] {
  padding: 4px 5px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #1f1f1f;
}

body:has(.podcast-socials-modal) .to-top {
  bottom: 120px !important;
}
@media only screen and (max-width: 1230px) {
  body:has(.podcast-socials-modal) .to-top {
    right: 10px;
    bottom: 200px !important;
  }
}
@media only screen and (max-width: 992px) {
  body:has(.podcast-socials-modal) .to-top {
    bottom: 195px !important;
  }
}

/*# sourceMappingURL=webinar.output.css.map */
