.uc-main-banner .t-cover,
.uc-main-banner .t1120__wrapper,
.uc-main-banner .t-cover__filter {
  height: calc(100vh - 148px) !important;
}

.uc-header-mob {
  box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
}

@media screen and (min-width: 1200px) {
  .uc-main-banner .t-cover,
  .uc-main-banner .t1120__wrapper,
  .uc-main-banner .t-cover__filter {
    height: calc(100vh - 240px) !important;
  }
}

@media screen and (max-width: 560px) {
  .t702 .t-popup__block-close {
    background: #172a3a !important;
  }

  .t-popup__container {
    border-radius: 0px !important;
  }
}