.case-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /*min-height: 100vh;*/
  height: 1040px;
  /*&::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/vega-case-promo.jpg');
    background-position: 30% center;
    background-size: cover;
    transform: scaleX(-1);

    @media (min-width: $screen-md) {
      background-position: center;
    }

    @media (min-width: $screen-xxl) {
      transform: unset;
    }
  }*/
}

.case-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.case-header .container {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
  width: 100%;
  display: flex;
  align-items: center;
  /*min-height: 100vh;*/
}

.case-header__media {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: top center;
  background-size: cover;
  max-height: 100vh;
  /*min-height: 1040px;*/
  min-height: 100%;
  height: 520px;
  width: 100%;
  object-fit: cover;
}

.case-header .btn {
  display: inline-block;
  color: #fff;
}

.bx-retina .case-header {
  background-image: url("/img/vega-case-promo@2x.jpg");
}

.case-header__inner {
  position: relative;
  margin: 0 auto;
  padding: 14% 0 10.5%;
  z-index: 2;
}

.case-header__logo {
  position: relative;
  display: block;
  width: 148px;
  height: auto;
  margin-bottom: 22px;
}

.case-header__title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.case-header__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: normal !important;
  line-height: 2.4;
  margin-bottom: 12px;
  padding-left: 0;
}

.case-header__text {
  line-height: 1.75;
  margin-bottom: 0.9em;
}

.case-header__text a {
  color: #fff !important;
  text-decoration: none;
}

.case-header__list {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6em;
  /*margin-left: -50px;*/
  padding-bottom: 1em;
  /*vertical-align: middle;
  display: block;*/
  /*columns: 2;*/
  /*column-count: 2;
  column-gap: 0;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.case-header__list li {
  position: relative;
  /*margin-left: 50px;*/
  padding-left: 26px;

  position: relative;
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;

}

.case-header__list li:before {
  position: absolute;
  left: 5px;
  top: 8px;
  /*transform: translateY(-50%);*/
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
}

.case-header__btn {
  text-transform: uppercase;
  font-weight: normal !important;
  line-height: 1.47;
  background-size: 12px;
  background-position: 188px center;
  padding: 13px 25px 12px 54px;
  border: 1px solid #FFFFFF;
  border-radius: 27px;
  margin-left: 45px;
  min-width: 226px;
  width: fit-content !important;
  position: relative;
  margin-top: 24px;
  margin-left: 0;
  transition: 0.3s all;
}

.case-header__btn:after {
  /*position: absolute;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%);*/
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"><path fill="rgb(255,255,255)" d="M0 0v12l11.077-5.98L0 0z"/></svg>') no-repeat;
  content: '';
  margin-left: 32px;
}

.case-header__btn:hover {
  background-color: #2c2f88;
  border-color: #2c2f88;
}

.case-header__btn:hover:after {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"><path fill="rgb(255,255,255)" d="M0 0v12l11.077-5.98L0 0z"/></svg>') no-repeat;
}

@media (min-width: 768px) {
  .case-header {
    max-height: 768px;
  }
  .case-header__inner {
    /*margin-left: 3em;*/
    padding: 14% 0 5.5%;
  }

  .case-header__logo {
    width: 250px;
    margin-bottom: 40px;
  }

  .case-header__title {
    max-width: 650px;
    font-size: 36px;
    line-height: 44px;
  }

  .case-header__subtitle {
    font-size: 30px;
  }

  /*.case-header__list {
    column-width: 210px;
    -webkit-column-width: 210px;
  }*/
}

@media (min-width: 1500px) {
  .case-header {
    max-height: 1040px;
  }

  .case-header__list li:before {
    top: 12px;
  }

  /*.case-header__inner {
    margin-left: 134px;
    min-width: 61%;
  }*/

  .case-header__logo {
    width: 330px;
    margin-bottom: 45px;
  }

  .case-header__title {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 37px;
  }

  .case-header__subtitle {
    font-size: 38px;
    line-height: 1.26;
  }

  .case-header__text {
    font-size: 1.26em;
    line-height: 1.33;
  }

  .case-header__list {
    font-size: 24px;
    line-height: 32px;
    /*column-width: 390px;
    -webkit-column-width: 390px;*/
  }
}

@media (min-width: 1500px) and (min-height: 1080px){
  .case-header{
    min-height: 100vh;
    height: 100vh;
  }
}

@media (min-width: 1024px) {

}

@media (max-width: 1024px) {
  .case-header__text {
    font-size: 16px;
    margin-bottom: 0.3em;
  }

  .case-header__list {
    position: relative;
    top: -1.6em;
    margin-bottom: 0;
  }

  .case-header__list li:before {
    
  }

  .intro.case-intro {
    padding: 1.7em 0;
  }
}
.pd-text-block.width-100 > *:not(div):not(section){
  max-width: 1361px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .case-header__media {
    height: 100%;
  }
}

@media (max-width: 678px) {
  .case-header{
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: auto;
  }
}

@media (max-width: 640px) {
  .pd-text-block.width-100 > *:not(div):not(section){
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-text-block.width-100 iframe{
    width: 100%;
  }
  .case-header{
    padding-top: 58px;
    min-height: auto;
    /*min-height: calc(100vh - 49px);*/
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

@media (max-width: 576px) {
  .case-header__logo{
    margin-bottom: 18px;
  }
  .case-header__subtitle{
    line-height: 1;
    margin-bottom: 11px;
  }
  .case-header__inner{
    padding-top: 10%;
  }
  .case-header__list {
    top: 0;
    /*column-count: 1;*/
    margin-bottom: 12px;
  }
  .case-header__list li{
    flex: 0 1 auto;
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .case-header__btn{
    margin-top: 21px;
    padding: 13px 15px 12px;
  }
}

@media (max-width: 380px) {
  .case-header__inner{
    padding-top: 20%;
  }
}

@media (max-width: 320px) {
  .case-header__inner{
    padding-top: 33%;
  }
}

@media (max-width: 1600px) {
  .case-header .container {
    width: 80%;
    margin-top: 80px;
  }
  .case-header__btn {
    max-width: 250px;
  }
}

@media (max-width: 1440px) {
  .case-header .container {
    width: 80%;
    margin-top: 155px;
  }
  .case-header {
    max-height: 870px;
  }
}

@media (max-width: 920px) {
  .case-header {
    max-height: fit-content !important;
  }
}

.color--white .mobile-demo__text{
  color:black;
}

.case-mobile::before{
  background-color: #fff !important;
}