.block-main-banner {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 200px 0px;
  position: relative;
}
.block-main-banner .container {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.block-main-banner .container .banner-offer {
  margin-bottom: 100px;
}
.block-main-banner .container .banner-offer .banner-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0px;
  max-width: 880px;
}
.block-main-banner .container .banner-offer .btn-main {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.block-main-banner .container .banner-offer .btn-main::after {
  content: "";
  width: 35px;
  height: 1px;
  background: #000000;
  display: block;
  margin-left: 10px;
}
.block-main-banner .arrow-more {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  width: 21px;
  height: 11px;
}
.block-main-banner .arrow-more svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1200px) {
  .block-main-banner .container .banner-offer .banner-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .header .header-row .custom-logo-link {
    margin-right: 20px;
  }
  .header .header-row .header-menu {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .block-main-banner {
    padding: 130px 0px;
  }
  .block-main-banner .container .banner-offer .banner-title {
    font-size: 48px;
  }
  .block-main-banner .container .banner-offer .btn-main {
    margin-top: 30px;
  }
  .block-main-banner .arrow-more {
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  .block-main-banner {
    min-height: unset;
    padding-top: 130px;
    padding-bottom: 120px;
    background-position-x: 54%;
  }
  .block-main-banner .container .banner-offer .banner-title {
    font-size: 40px;
  }
}