a {
  display: inline-block;
}

a svg {
  display: inline-block;
}

iframe {
  max-width: 100%;
}

.container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

ul {
  list-style-type: disc;
  padding-left: 40px;
}

.webinar-header {
  position: relative;
  background: url(../img/russia-white.png) center no-repeat;
  background-size: 75%;
}

.clouds-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../img/cloud-divider.png) bottom repeat-x;
  background-size: auto 100px;
}

.cat-header {
  position: absolute;
  top: 95%;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}

.webinar-content {
  display: flex;
  padding-top: 50px;
  margin-left: -20px;
  margin-top: -20px;
}

.webinar-content__left {
  width: 35%;
  height: fit-content;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 40px 30px;
  font-size: 16px;
}

.btn-yellow {
  display: flex!important;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-top: 50px;
  padding: 15px 30px;
  background-color: #ffdc40!important;
  color: #000!important;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  font-size: 18px;
}

.webinar-content__right {
  width: 65%;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 26px;
}

@media (width <= 992px) {
  .webinar-content {
    flex-wrap: wrap;
  }

  .webinar-content__left {
    width: 100%;
  }

  .webinar-content__right {
    width: 100%;
  }
}
