.first-screen-08 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vw;
  padding: 140px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1d1d1d;
}
@media (max-width: 2600px) {
  .first-screen-08 {
    padding-top: clamp(32px, 5.8952vw - 13.2758px, 140px);
    padding-bottom: clamp(20px, 1.6376vw + 7.4236px, 50px);
  }
}

@media (min-width: 768px) and (max-width: 1900px) {
  .first-screen-08 {
    min-height: clamp(438.86px, calc(29.7397vw + 210.456px), 775.51px);
  }
}




@media (max-width: 768px) {
  .first-screen-08 {
    min-height: auto;
    padding: 0;
  }
}

.first-screen-08 .container {
  min-height: 100%;
  width: 100%;
}


.first-screen-08__background {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .first-screen-08__background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.52) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.28) 68%,
      rgba(0, 0, 0, 0.14) 88%,
      rgba(0, 0, 0, 0.06) 100%
    );
    pointer-events: none;
  }
}


@media (max-width: 768px) {
  .first-screen-08__background {
    display: none;
  }
}



.first-screen-08__background-photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

@media (min-width: 768px) and (max-width: 1900px) {
  .first-screen-08__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .first-screen-08__background-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: clamp(1097.14px, calc(74.3492vw + 526.141px), 1938.78px);
    max-width: none;
    height: auto;
    aspect-ratio: 2000 / 800;
    -o-object-fit: initial;
       object-fit: initial;
  }
}





.first-screen-08__wrapper {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.first-screen-08__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .first-screen-08__content {
    position: absolute;
    top: clamp(50px, 23.3645vw - 29.4393px, 150px);
    max-width: 600px;
  }
}




.first-screen-08__title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(32px, 2.3284vw + 14.1176px, 70px);
  line-height: 120%;
  color: #fff;
  max-width: clamp(545px, 39.6446vw + 240.65px, 1192px);
}
@media (max-width: 400px) {
  .first-screen-08__title {
    font-size: clamp(24px, 6.6667vw + 1.3333px, 28px);
  }
}

@media (min-width: 340px) and (max-width: 600px) {
  .first-screen-08__title {
    font-size: 6.75vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .first-screen-08__title {
    font-size: 38px;
  }
}


.first-screen-08__description {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: clamp(436px, 21.260vw + 272.725px, 733px);
  margin: 36px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: clamp(16px, 0.7353vw + 10.3529px, 28px);
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1500px) {
.first-screen-08__description {
  margin: 28px 0 0;
  }
}
@media (max-width: 1200px) {
.first-screen-08__description {
  margin: 20px 0 0;
  }
}




.first-screen-08__description span {
  display: inline;
  padding: 6px 12px 6px;
  line-height: 150%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #02B221;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
.first-screen-08__description span {
  padding: 6px 8px 6px;
  }
}


.first-screen-08__figure {
  display: none;
  margin: 0;
}
@media (max-width: 768px) {
  .first-screen-08__figure {
    display: block;
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .first-screen-08__figure {
    margin: 0 -15px;
  }
}
@media (max-width: 340px) {
  .first-screen-08__figure {
    margin: 0 -10px;
  }
}
.first-screen-08__figure-photo {
  display: block;
  max-width: 100%;
  height: auto;
}
.first-screen-08__figure-photo_mobile {
  display: block;
}
.first-screen-08__discount {
  position: relative;
  max-width: 1162px;
  margin: 70px 0 0;
}
@media (max-width: 1500px) {
  .first-screen-08__discount {
    max-width: 987px;
    margin-top: 64px;
  }
}
@media (max-width: 1200px) {
  .first-screen-08__discount {
    max-width: 916px;
  }
}
@media (max-width: 768px) {
  .first-screen-08__discount {
    max-width: none;
    margin-top: -30px;
  }
}
.first-screen-08__discount-wrapper {
  position: relative;
  z-index: 10;
  padding: 30px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3b3b3b;
}
@media (max-width: 1500px) {
  .first-screen-08__discount-wrapper {
    padding: 24px 20px;
  }
}
.first-screen-08__discount-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .first-screen-08__discount-title {
    font-size: 20px;
  }
}
.first-screen-08__discount-description {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #a1a1a4;
}
@media (max-width: 768px) {
  .first-screen-08__discount-description {
    font-size: 15px;
  }
}
.first-screen-08__discount-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 0 0 12px;
}
@media (max-width: 1500px) {
  .first-screen-08__discount-form {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .first-screen-08__discount-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.first-screen-08__discount-form-input, .first-screen-08__discount-form-button {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 16px);
          flex: 0 0 calc(33.3333333333% - 16px);
  max-width: calc(33.3333333333% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  outline: none;
}
@media (max-width: 1500px) {
  .first-screen-08__discount-form-input, .first-screen-08__discount-form-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 768px) {
  .first-screen-08__discount-form-input, .first-screen-08__discount-form-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }
}
.first-screen-08__discount-form-input {
  min-height: 50px;
  padding: 13px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1c1c20;
  border: 2px solid #444444;
  background-color: #444444;
}
@media (max-width: 768px) {
  .first-screen-08__discount-form-input {
    min-height: 58px;
    width: 114.2857142857%;
    margin: 0 -7%;
    padding: 14px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    line-height: 100%;
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
}
.first-screen-08__discount-form-input:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.first-screen-08__discount-form-input:user-invalid {
  border-color: #ff4747;
}
.first-screen-08__discount-form-input::-webkit-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-08__discount-form-input::-moz-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-08__discount-form-input:-ms-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-08__discount-form-input::-ms-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-08__discount-form-input::placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-08__discount-form-input:focus::-webkit-input-placeholder {
  color: #3e3e3e;
}
.first-screen-08__discount-form-input:focus::-moz-placeholder {
  color: #3e3e3e;
}
.first-screen-08__discount-form-input:focus:-ms-input-placeholder {
  color: #3e3e3e;
}
.first-screen-08__discount-form-input:focus::-ms-input-placeholder {
  color: #3e3e3e;
}
.first-screen-08__discount-form-input:focus::placeholder {
  color: #3e3e3e;
}
.first-screen-08__discount-form-button {
  text-transform: uppercase;
  background-color: #02B221;
}
.first-screen-08__discount-form-button:hover {
  color: #1c1c20;
  border-color: #ffffff;
  background-color: #ffffff;
}
.first-screen-08__discount-disclaimer {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  letter-spacing: -0.01em;
  color: #a1a1a4;
}
.first-screen-08__discount-disclaimer a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition-property: border, color, background-color;
  transition-property: border, color, background-color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.first-screen-08__discount-disclaimer a:hover {
  color: #ffffff;
}