.programm .group__header {
  display: flex;
  align-items: center;
}
.programm .group__header h5 {
  margin: 0 0 0 2.1vw;
}

/* .modal._video .modal__container {
    padding: 70px;
} */
.form__field .textarea {
  font-family: "KasperskySans";
  padding: 13px 16px 16px;
  height: 53px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
}

._marketing .section__header {
  display: flex;
  justify-content: space-between;
}

.own_answer {
  display: none;
}

.own_answer.show {
  display: block;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._about .about__subtitle {
  font-size: 34px;
  line-height: 34px;
  margin-top: 10px;
}
._marketing .section__content img {
  height: inherit;
}
.modal._video .modal__container .video-player-dimensions {
  width: 100% !important;
  height: auto !important;
  /* min-height: 450px !important;
    max-height: 720px !important; */
}

._programm .item__text-width100 {
  width: 100% !important;
}
.video-js .vjs-tech {
  /* object-fit: cover; */
  display: block;
  position: relative;
}
.modal._active .modal__wrap {
  /* padding: 0; */
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.modal._navbar .section__lead {
  padding-top: 32px !important;
  text-align: center;
  font-weight: normal;
}
.header__auth .small-screen-auth {
  display: none;
}

.auth {
  /* padding-top: 24px; */
}

._speaker .video__prevu {
  height: 450px;
  max-height: 450px;
}

._speaker .book {
  margin-top: 2.5vw;
}

.screen._stream .screen__iframe {
  width: 80% !important;
  margin: 0 auto;
}

@media screen and (min-width: 1023px) {
  .modal._navbar .section__lead {
    padding-top: 1.778vw;
  }
}

@media screen and (max-width: 1023px) {
  .header__auth .auth._login {
    display: none;
  }
  .header__auth .small-screen-auth {
    display: block;
  }
  .navbar__toggle {
    margin-top: -3px;
  }
  ._speaker .video__prevu {
    height: 150px;
    max-height: 150px;
  }
  .screen._stream .screen__iframe {
    width: 100%;
  }
}
