#feedback {
  scroll-margin-top: 100px;
}
.b-webinar-detailed2 {
  font-family: "Onest";
}
.b-webinar-detailed2__content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1301px) {
  .b-webinar-detailed2__content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-webinar-detailed2__left-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.b-webinar-detailed2__left-top {
  display: flex;
  position: relative;
  padding-bottom: 30px;
  padding: 18px 32px 36px 20px;
  background-color: #942a72;
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__left-top {
    gap: 22px;
  }
}
.b-webinar-detailed2__about {
  display: flex;
  flex-direction: column;
}
.b-webinar-detailed2__about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 21px;
}
.b-webinar-detailed2__about-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  border-radius: 6px;
  background-color: #69ceff;
  text-transform: lowercase;
}
@media screen and (min-width: 480px) {
  .b-webinar-detailed2__about-tag {
    font-size: 14px;
  }
}
.b-webinar-detailed2__about-tag--access {
  background: #edb3da;
  text-transform: none;
}
.b-webinar-detailed2__about-tag--1 {
  background-color: #729aee;
}
.b-webinar-detailed2__about-tag--2 {
  background-color: #aba2e1;
}
.b-webinar-detailed2__about-tag--3 {
  background-color: #f68f66;
}
.b-webinar-detailed2__about-tag--4 {
  background-color: #e4759e;
}
.b-webinar-detailed2__about-tag--6 {
  background-color: #9dd471;
}
.b-webinar-detailed2__about-tag--7 {
  background-color: #fae680;
}
.b-webinar-detailed2__about-tag--8 {
  background-color: #85cff4;
}
.b-webinar-detailed2__about-info {
  color: #fff;
}
.b-webinar-detailed2__about-info a {
  text-decoration: underline;
  color: inherit;
}
.b-webinar-detailed2__about-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  width: 70%;
}
@media screen and (min-width: 480px) {
  .b-webinar-detailed2__about-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__about-title {
    width: 100%;
    font-size: 24px;
  }
}
.b-webinar-detailed2__about-date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (min-width: 480px) {
  .b-webinar-detailed2__about-date {
    font-size: 18px;
  }
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__about-date {
    font-size: 20px;
  }
}
.b-webinar-detailed2__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.b-webinar-detailed2__image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 480px) {
  .b-webinar-detailed2__image-wrapper {
    width: 100px;
    height: 100px;
    position: relative;
  }
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__image-wrapper {
    width: 140px;
    height: 140px;
  }
}
.b-webinar-detailed2__left-bottom {
  display: flex;
  flex-direction: column;
  padding: 18px 32px 29px 21px;
  background-color: #fff;
  height: 100%;
}
.b-webinar-detailed2__speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  padding-bottom: 20px;
  color: #000;
}
.b-webinar-detailed2__speaker {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 273px;
}
@media screen and (min-width: 1301px) {
  .b-webinar-detailed2__speaker {
    min-width: 250px;
  }
}
.b-webinar-detailed2__speaker-name {
  color: #942a72;
  font-weight: 500;
}
.b-webinar-detailed2__speaker-photo {
  border-radius: 50%;
  overflow: hidden;
}
.b-webinar-detailed2__speaker-position a {
  color: #942a72;
}
.b-webinar-detailed2__buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__buttons-wrapper {
    flex-direction: row;
    gap: 12px;
  }
}
.b-webinar-detailed2__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #942a72;
  border-radius: 6px;
  border: 1px solid #942a72;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.4s, color 0.4s;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__btn {
    width: max-content;
  }
}
.b-webinar-detailed2__btn:first-child {
  margin-top: 18px;
}
.b-webinar-detailed2__btn:hover, .b-webinar-detailed2__btn:active {
  background-color: #942a72;
  color: #fff;
  text-decoration: none;
}
.b-webinar-detailed2__btn--accent {
  background-color: #942a72;
  color: #fff;
}
.b-webinar-detailed2__btn--accent:hover {
  color: #942a72;
  background-color: transparent;
}
@media screen and (min-width: 1301px) {
  .b-webinar-detailed2__registration {
    display: none;
  }
}
.b-webinar-detailed2__description {
  font-size: 14px;
  font-weight: 400;
  font-family: "Onest", Arial, sans-serif;
  line-height: 1.2;
  margin: 26px 0;
}
.b-webinar-detailed2__description a {
  color: #942a72;
}
.b-webinar-detailed2__presentation, .b-webinar-detailed2__presentation-url, .b-webinar-detailed2__video, .b-webinar-detailed2__links {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0.5em;
  color: #942a72;
}
@media screen and (min-width: 750px) {
  .b-webinar-detailed2__presentation, .b-webinar-detailed2__presentation-url, .b-webinar-detailed2__video, .b-webinar-detailed2__links {
    font-size: 18px;
  }
}
.b-webinar-detailed2__presentation p, .b-webinar-detailed2__presentation-url p, .b-webinar-detailed2__video p, .b-webinar-detailed2__links p {
  margin: 0;
}
.b-webinar-detailed2__presentation a, .b-webinar-detailed2__presentation-url a, .b-webinar-detailed2__video a, .b-webinar-detailed2__links a {
  color: #942a72;
}
.b-webinar-detailed2__presentation-url::before, .b-webinar-detailed2__video::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
}
.b-webinar-detailed2__presentation-url::before {
  background-image: url("/storage/datatypes/blocks/0002/00002103/files/fast-forward.svg");
}
.b-webinar-detailed2__video::before {
  background-image: url("/storage/datatypes/blocks/0002/00002103/files/globe.svg");
}
.b-webinar-detailed2__links-title {
  margin-bottom: 10px;
}
.b-webinar-detailed2__client-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 26px;
}
@media screen and (min-width: 480px) {
  .b-webinar-detailed2__client-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__client-text {
    font-size: 20px;
  }
}
.b-webinar-detailed2__client-img-wrapper img {
  width: 100%;
}
.b-webinar-detailed2__form-wrapper {
  height: 100%;
}
.b-webinar-detailed2__form-wrapper--callback {
  padding: 22px;
  background-color: #fff;
  border-radius: 10px;
}
.b-webinar-detailed2__form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 686px) {
  .b-webinar-detailed2__form-title {
    font-size: 20px;
  }
}
