
.show-adv {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  right: 0; 
  top: 0; 
  z-index: 98; 
  display: block; 
  cursor: pointer;
}

.video-index .show-adv {
  display: none;
}

.mask {
  display: none;
  position: absolute; 
  width: 100%; 
  height: 100%; 
  right: 0; 
  top: 0; 
  z-index: 97;
  background: rgba(0,0,0,.8);
  background: url('/static/images/bg-banner-new.jpg') 100% 0% no-repeat;
  background-size: cover;
} 

.video-index .mask {
  height: 95.4%;
}

body.open-adv .mask,
body.paused .mask {
  display: block; 
}

body.paused .mask {
  z-index: 9;
}

body.paused .video-index .mask {
  z-index: 97;
}

body.paused.open-adv .mask {
  z-index: 97;
}

body.paused .is-splash.kt-player .fp-ui:before, 
body.paused .is-poster.kt-player .fp-ui:before, 
body.paused .is-paused.kt-player .fp-ui:before {
  opacity: 0 !important;
}

.banner .banner-inform,
.two-columns,
.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  font: 400 14px/18px 'Lato', Arial, sans-serif;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 45px 30px;
 
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  display: none;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}

body.open-adv .banner,
body.paused .banner {
  display: flex;
}

.banner .img {
  align-self: flex-start;
}

.banner .img img {
  width: 130px;
}

.banner .banner-inform {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}

.two-columns .col {
  padding: 0 50px 0 0;
}

.two-columns .col:last-of-type {
  padding: 0;
}

.banner .banner-inform {
  max-width: 697px;
  width: 100%;
}

.banner .banner-inform .main-info {
  display: block;
}

.main-info .title-banner {
  font-size: 30px;
  line-height: 35px;
  padding: 0 0 15px;
  color: #fff;
  text-align: center;
}

.simile {
  text-align: right;
  color: #f86900;
}

.simile .row {
  padding: 0 20px 0 0;
}

.simile .row .item {
  height: 39px;
}

.title-col {
  color: #f86900;
  padding: 0 0 11px;
}

.two-columns .row .item {
  padding: 0 0 10px;
}

.two-columns .row .item .text,
.two-columns .row .item .icon {
  display: inline-block;
  vertical-align: top;
}

.two-columns .row .item .text {
  padding-left: 10px;
}

.two-columns .row .item .icon {
  width: 33px;
  text-align: center;
}

.two-columns .row .item i {
  font-size: 26px;
  color: #70cc04;
}

.two-columns .first .item i {
  color: #e30000;
}

.tagline a {
  color: #fff;
  font-size: 25px;
  background: #70cc04;
  padding: 15px 20px;
  font-weight: 900;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px;
  display: inline-block !important;
  width: auto;
}

.tagline a:hover {
  color: #262626;
  background: #f86900;
}

.banner .close {
  position: absolute;
    right: 30px;
    top: 45px;
    cursor: pointer;
}

.banner .js-time {
  display: none;
}

body.open-adv .banner .js-time {
  position: absolute;
  right: 30px;
  top: 45px;
  display: block;
}

.banner .none {
  display: none !important;
}

.banner .img {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}

.tagline {
  display: inline-block;
  width: 247px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 110;
}

.banner .banner-inform {
  width: calc(100% - 388px);
  display: inline-block;
  vertical-align: middle;
}

.banner .banner-inform .main-info,
.simile {
  display: inline-block;
  vertical-align: bottom;
} 

.banner.index {
	display: block; 
	position: relative; 
	transform: none; 
	background: url(/static/images/bg-banner-new.jpg) 100% 0% no-repeat; 
	background-size: cover;
}

@media screen and (max-width: 1250px) {
  .banner {
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
  }

  .two-columns .col {
    padding: 0 20px 0 0;
  }

 

  .simile .row .item {
    height: 38px;
  }

  

  .banner .close {
      right: 15px;
      top: 15px;
  }

  body.open-adv .banner .js-time {
    right: 15px;
    top: 15px;
  }
}

@media screen and (max-width: 1022px) { 
  .banner,
  .mask {
    background-position: 0 0 !important;
  }
  
  .banner .banner-inform {
    width: calc(100% - 134px);
    text-align: center;
  }

  .two-columns .col {
    text-align: left;
  }

  .tagline {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .video-index .mask {
    height: 94.5%;
  }

}

@media screen and (max-width: 797px) {
  .banner {
    font-size: 15px;
    line-height: 20px;
  }

  .main-info .title-banner {
    font-size: 20px;
    line-height: 22px;
  }

  .banner .banner-inform {
    width: calc(100% - 134px);
  }

  .tagline {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .tagline a {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .video-index .mask {
    height: 92.7%;
  }
}

@media screen and (max-width: 680px) {
  .banner .img {
    position: absolute;
    width: 100%;
    text-align: left;
  }

  .banner .banner-inform {
    width: 100%;
  }

  .banner .img img {
    width: 90px;
  }

  .banner {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 17px;
  }

  .banner .banner-inform {
    width: 100%;
  }

  .main-info .title-banner {
    padding: 0 0 7px;
    text-align: left;
  }

  .main-info .title-banner .title {
    margin: 0 !important;
  }

  .simile .row .item {
    height: 28px;
  }

  .simile .row {
    padding: 0 5px 0 0;
  }

  .two-columns .row .item {
    padding: 0 0 5px;
  }

  .two-columns .row .item i {
    font-size: 20px;
  }

  .two-columns .row .item .icon {
    width: 20px;
  }

  .tagline {
    padding: 5px 0;
  }

  .banner .img img {
      width: 60px;
  }

  .banner .close {
      right: 10px;
      top: 5px;
  }

  body.open-adv .banner .js-time {
    right: 10px;
    top: 5px;
  }
}

@media screen and (max-width: 650px) {
  .banner {
      padding: 0;
      transform: none;
      top: 0;
  }

  .tagline a {
      padding: 5px 10px;
  }
  .video-index .mask {
    height: 91%;
  }
}

@media screen and (max-width: 480px) {
  .title-col {
    padding: 0 0 5px;
  }

  .tagline a {
      padding: 5px 10px;
      font-size: 15px;
      line-height: 20px;
  }

  .banner .img img {
      width: 50px;
  }

  .video-index .mask {
    height: 88%;
  }
}

@media screen and (max-width: 440px) {
  .banner {
    font-size: 10px;
    line-height: 15px;
  }

  .main-info .title-banner .title {
    font-size: 15px;
    line-height: 20px;
  }

  .two-columns .row .item i {
    font-size: 12px;
  }

  .simile .row .item {
      height: 20px;
  }
}

@media screen and (max-width: 380px) {
  .main-info .title-banner {
    padding: 0 0 1px;
  }

  .simile .row .item {
      height: 19px;
  }

  .two-columns .col {
      padding: 0 10px 0 0;
  }

  .two-columns .row .item {
    padding: 0px 0 4px;
  }

  .two-columns .row .item .text {
      padding-left: 3px;
  }

  .banner .img img {
      width: 37px;
  }
  .tagline {
      padding: 0;
  }

  .video-index .mask {
    height: 84.1%;
  }
}

/*video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}*/