@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {
  .container {
    padding: 0;
  }
  .intro-block { 
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .intro-block-left, .intro-block-right {
    flex: 0 0 100%;
  }
  .intro-block-left {
    padding: 0 15px 20px;
  }
  .intro-block-right {
    padding: 0 0 20px;
  }
  video {
    height: 100%;
    min-height: auto;
    /*max-height: 100%;*/
  }
  .intro-btn {
    width: 100%;
  }
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-size: 18px;
  }
  .intro-title {
    font-size: 28px;
    line-height: 32px;
  }
  .intro-title-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {}