.video .movie{
    display: flex;
    align-items: flex-end;
}

.video .text-on-movie .text{
  
}
.video .text-on-movie .text p{
  position: relative;
  padding: 35px 0 0 144px;
  max-width: 80%;
}
.video .text-on-movie .text .linia_pomocnicza{
  position: absolute;
  top:45px;
  left: 0;
}
.video .text-on-movie{
  margin-right:0;
}
.video .text-on-movie .boxy{
  width: 100%;
}
.video .text-on-movie .boxy .col-lg-4 h2{
  width: 100%;
  padding-left: 0;
  padding-top: 0px;
  text-align: left;
  text-transform: none;
  font-weight: 600;  
}
.video .text-on-movie .boxy .col-lg-4 h4{
  padding-top: 0;
  font-weight: 400;
  font-size: 1rem;
}
.video .text-on-movie .boxy .col-lg-4 canvas{
  position: absolute; top: 0; left: 0;
}

.video .text-on-movie .boxy .btn-baner{
  padding: 20px 0 20px 60px;
}
.video .text-on-movie .boxy .col-lg-4 a{
  background-color: #f7831c;
}
.video .text-on-movie .boxy .col-lg-4:nth-child(2) a{
  background-color: red;
}
.video .text-on-movie .boxy .col-lg-4:nth-child(3) a{
  background-color: #fff;
  color:#000;
}
.video .row-cls{
}
.video .right-bar canvas{
  position: absolute; top: 0; left: 0;
}
.video .right-bar{
  font-size: 16px;
}
.video .right-bar h2{
  position: relative;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.video .right-bar h2:after{  
  position: absolute;
  width: 83px;
  height: 2px;
  content: "";
  background: #f7831c;
  top:9px;
  left:230px;
}
.video .right-bar h3{
  font-size: 2rem;
  font-weight:700;
  letter-spacing: 0.7px;  
}
.video .right-bar h4{
  color: #f7831c;
  font-weight: 700;
  font-size: 32px;
}
.video .right-bar p{
  color: #6c6f75;
}