:root {
    --app-height: 100%;
}
  .sc-banner-t1__layer-3 {
		background: #000000;
		background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);    
  }

  .l4-kt-cl {
    z-index: 50;
  }
  .l4-kt-cl .sc-banner-t1__top {
    width: 100%;
    height: calc(var(--app-height) - 94px);
    /* height: calc(100vh - 135.5px); */
    /* height: calc(var(--vh, 1vh) * 100 - 135.5px); */
    margin: 0px;
    justify-content: flex-end;
  }

  .l4-kt-cl .banner-button__layer {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  .l4-kt-cl .sc-banner-t1__title, .l4-kt-cl .sc-banner-t1__descr {
    color:#fff;
    text-align: left;
  }

  .l4-kt-cl .sc-banner-t1__descr {
    margin: 0 0 15px
}


  .l4-kt-cl .btn {
    min-width: 220px;
  }