@charset "UTF-8";

/*Миксины*/

.first-slider {
  width: 100%;
  margin-top: -105px;
  overflow: hidden;
}

.first-banner {
  /* height: calc(100 * var(--vh, 1vh)); */
  height: 100vh;
}

.first-banner__container {
  width: 100%;
  max-width: 1190px;
  position: relative;
  z-index: 1;
}

.first-banner__text {
  margin-top: 48px;
}

.first-banner__buttons {
  margin-top: 64px;
  gap: 16px;
}

.first-banner__bg {
  position: absolute;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}

.first-banner__bg img {
  margin: 0 !important;
  border-radius: 0 !important;
}
@media (min-width: 2000px){
  .first-banner__bg,
  .first-banner__bg img  {
    width: 100%;
  }
  .first-banner__container {
    max-width: 1560px;
  }
  .first-banner__container .h0 {
    font-size: 110px;
  }
  .first-banner__text {
    font-size: 26px;    
  }
  .first-banner__buttons .button {
      font-size: 24px;
  }
}

.first-banner__bg--0 {
  bottom: -5px;
  right: 0;
}

.first-banner__bg--1 {
  bottom: -180px;
  right: 498px;
  width: 863px;
}

.first-banner__bg--2 {
  right: 46px;
  bottom: -30px;
  width: 627px;
}

@media (max-width: 1280px) {
  .first-banner__bg--0 {
    bottom: -5px;
  }

  .first-banner__bg--1 {
    right: 40px;
    bottom: -258px;
  }

  .first-banner__bg--2 {
    right: -240px;
  }
}

@media (max-width: 1023px) {
  .first-banner__text {
    max-width: 420px;
  }

  .first-banner__bg--0 {
    bottom: -5px;
    right: 0;
    left: -50%;
  }

  .first-banner__bg--1 {
    right: -190px;
    bottom: -208px;
  }

  .first-banner__bg--2 {
    right: -400px;
    bottom: -65px;
  }
}

@media (max-width: 680px) {
  
  .first-banner {
    /* height: calc(100 * var(--vh, 1vh)); */
    height: auto;
  }

  .first-slider {
    margin-top: -70px;
  }

  .first-banner__container {
    align-self: flex-start;
    margin: 100px 0;
  }

  .first-banner__text {
    margin-top: 24px;
  }

  .first-banner__buttons {
    margin-top: 36px;
  }
  .first-banner__buttons .button {
    background: var(--blueLight, #1971C5) !important;
    color: var(--white, #FFF) !important;
    box-shadow: none !important;
  }

  /* .first-banner__bg--0 {
    bottom: -5px;
    right: 0;
    left: -50%;
  } */

  .first-banner__bg--0 {
    bottom: 0;
    right: 0;
    left: 0;
    position: relative;
    width: 100%;
    align-self: flex-end;
    line-height: 0;
  }
  .blue-top::before {
    height: 40vh;
  }

  .first-banner__bg--1 {
    width: 340px;
    right: 44px;
    bottom: -162px;
  }

  .first-banner__bg--2 {
    width: 235px;
    right: -130px;
  }
}