.top-container {
  min-height: unset; }

.main-header {
  
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10; }

.main-banner {
  position: relative;
  background-color: black; }
  .main-banner .swiper-slide {
    padding-top: 335px;
    padding-bottom: 190px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .main-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black; }
    .main-banner__background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .main-banner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin: 0; }
  .main-banner .txt {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    max-width: 950px;
    margin: 25px auto 80px; }
  .main-banner .request-btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 20px 80px;
    border: 3px solid #e8652f; }
    .main-banner .request-btn:hover {
      text-decoration: underline; }
  .main-banner__dark {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 110px; }
  .main-banner__link {
    color: #fff;
    padding: 30px 5% 30px 5%;
    font-size: 14px;
    line-height: 1.15em;
    margin-bottom: 5px;
    background: transparent;
    border: unset;
    box-shadow: unset;
    cursor: pointer; }
    .main-banner__link.current-slide {
      text-decoration: underline; color: #e8652f}

@media (max-width:1000px) {
	.main-banner__link { padding: 12px 5% 0px 5%;}
.main-banner__dark .container {text-align:center}
}

@media (max-width:768px) {
	.main-banner .txt {
    margin: 25px auto 38px;
}
	.main-banner .swiper-slide {
    padding-top: 177px;
    padding-bottom: 126px;
}

	
}
