@media (max-width: 800px) {
  .case-info {
    padding-top: 63px; } }

.case-info-box {
  padding: 40px; }

@media (max-width: 759px) {
  .case-info-box {
    padding: 40px 20px; } }

.case-info-img {
  padding: 100px;
  background: #F5F5F5;
  text-align: center; }

@media (max-width: 959px) {
  .case-info-img {
    padding: 20px; } }

.case-info-img img {
  max-width: 100%; }

.case-info-text {
  font-size: 24px;
  line-height: 140%;
  padding-top: 50px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 759px) {
  .case-info-text {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto !important; } }

.case-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.case-info-description {
  padding-top: 85px;
  padding-bottom: 20px;
  font-size: 0; }

@media (max-width: 759px) {
  .case-info-description {
    padding-top: 25px; } }

.case-info-description-title {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 45px;
  width: 450px; }

@media (max-width: 959px) {
  .case-info-description-title {
    font-size: 24px;
    line-height: 28px;
    width: 300px; } }

@media (max-width: 759px) {
  .case-info-description-title {
    width: 100%; } }

.case-info-description-text {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 42px;
  width: calc(100% - 450px); }

@media (max-width: 959px) {
  .case-info-description-text {
    font-size: 20px;
    line-height: 24px;
    width: calc(100% - 300px); } }

@media (max-width: 759px) {
  .case-info-description-text {
    width: 100%; } }

.case-info {
  text-align: left; }

@media (max-width: 1279px) {
  .case-info {
    text-align: left; } }

.case-info-video {
  background: #eee;
  height: auto;
  position: relative; }
  .case-info-video__play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }
    .case-info-video__play::before, .case-info-video__play::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%; }
    .case-info-video__play::before {
      width: 90px;
      height: 90px;
      border-radius: 45px;
      border: 1px solid #fff;
      transform: translate(-50%, -50%); }
    .case-info-video__play::after {
      width: 40px;
      height: 30px;
      border-left: 20px solid #fff;
      border-top: 20px solid #fff;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      transform: rotate(135deg) translate(-50%, -50%);
      margin-top: -20px;
      margin-left: -58px;
      box-sizing: border-box; }
  .case-info-video video {
    width: 100%; }

.case-info-block {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.case-info-block-title {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
  flex: 1 1 calc(30% - 15px);
  text-transform: uppercase; }

@media (max-width: 759px) {
  .case-info-block-title {
    font-size: 32px;
    line-height: 100%;
    flex: 1 1 100%;
    padding-right: 0;
    padding-bottom: 15px; } }

.case-info-block-text {
  font-size: 30px;
  line-height: 42px;
  color: #000;
  margin: 0;
  flex: 1 1 70%;
  max-width: 70%;
  margin-left: auto; }

.case-info-block-text:not(:last-child) {
  padding-bottom: 25px; }

@media (max-width: 759px) {
  .case-info-block-text {
    font-size: 20px;
    line-height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0; } }

.case-info-img-wrap {
  width: 100%; }

.case-info-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.case-info-content {
  width: 100%;
  max-width: 907px;
  padding: 0 40px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .case-info-content {
      padding: 0;
      max-width: 100%; } }

.h-header {
  background: rgba(158, 158, 158, 0.471); }
  @media (max-width: 800px) {
    .h-header {
      background: #d1d1d1; } }

.h-header_min {
  background: #fff; }
