.first-screen-06 {
  padding: 100px 0;
  background-image: url(../images/first-screen-06/first-screen-06-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 1448px;
  background-position: top 73px left calc(50dvw - 40px);
  background-color: #1d1d1d;
}
@media (max-width: 1500px) {
  .first-screen-06 {
    padding: 90px 0;
    background-size: auto 1331px;
    background-position: top 66px left 546px;
  }
}
@media (max-width: 1200px) {
  .first-screen-06 {
    padding: 80px 0;
    background-size: auto 1215px;
    background-position: top 60px left 394px;
  }
}
@media (max-width: 992px) {
  .first-screen-06 {
    padding: 70px 0;
    background-position: top 49px left 117px;
  }
}
@media (max-width: 768px) {
  .first-screen-06 {
    padding: 60px 0;
    background-position: top 47px left -61px;
  }
}
.first-screen-06__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .first-screen-06__gallery {
    gap: 10px;
  }
}
.first-screen-06__gallery-button {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.first-screen-06__gallery-button-image {
  display: block;
  max-width: 100%;
  width: 64px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .first-screen-06__gallery-button-image {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .first-screen-06__gallery-button-image {
    width: 54px;
  }
}
.first-screen-06__title {
  margin: 70px 0 0;
  font-weight: 500;
  font-size: 84px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1500px) {
  .first-screen-06__title {
    margin-top: 64px;
    font-size: 74px;
  }
}
@media (max-width: 1200px) {
  .first-screen-06__title {
    margin-top: 60px;
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .first-screen-06__title {
    margin-top: 54px;
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .first-screen-06__title {
    margin-top: 43px;
    font-size: 36px;
  }
}
.first-screen-06__description {
  display: block;
  max-width: 740px;
  margin: 36px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1500px) {
  .first-screen-06__description {
    max-width: 680px;
    margin-top: 30px;
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .first-screen-06__description {
    max-width: 640px;
    margin-top: 24px;
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .first-screen-06__description {
    max-width: 560px;
    margin-top: 20px;
    font-size: 24px;
  }
}
.first-screen-06__description span {
  display: inline;
  padding: 5px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #166ff5;
}
.first-screen-06__discount {
  max-width: 1162px;
  margin: 70px 0 0;
  padding: 30px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3b3b3b;
}
@media (max-width: 1500px) {
  .first-screen-06__discount {
    max-width: 987px;
    margin-top: 64px;
    padding: 24px 20px;
  }
}
@media (max-width: 1200px) {
  .first-screen-06__discount {
    max-width: 916px;
  }
}
@media (max-width: 992px) {
  .first-screen-06__discount {
    max-width: none;
  }
}
.first-screen-06__discount-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.first-screen-06__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-06__discount-description {
    font-size: 15px;
  }
}
.first-screen-06__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-06__discount-form {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .first-screen-06__discount-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.first-screen-06__discount-form-input, .first-screen-06__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-06__discount-form-input, .first-screen-06__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-06__discount-form-input, .first-screen-06__discount-form-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }
}
.first-screen-06__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-06__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-06__discount-form-input:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.first-screen-06__discount-form-input:user-invalid {
  border-color: #ff4747;
}
.first-screen-06__discount-form-input::-webkit-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-06__discount-form-input::-moz-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-06__discount-form-input:-ms-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-06__discount-form-input::-ms-input-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-06__discount-form-input::placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.first-screen-06__discount-form-input:focus::-webkit-input-placeholder {
  color: #3e3e3e;
}
.first-screen-06__discount-form-input:focus::-moz-placeholder {
  color: #3e3e3e;
}
.first-screen-06__discount-form-input:focus:-ms-input-placeholder {
  color: #3e3e3e;
}
.first-screen-06__discount-form-input:focus::-ms-input-placeholder {
  color: #3e3e3e;
}
.first-screen-06__discount-form-input:focus::placeholder {
  color: #3e3e3e;
}
.first-screen-06__discount-form-button {
  text-transform: uppercase;
  background-color: #166ff5;
}
.first-screen-06__discount-form-button:hover {
  color: #1c1c20;
  border-color: #ffffff;
  background-color: #ffffff;
}
.first-screen-06__discount-disclaimer {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  letter-spacing: -0.01em;
  color: #a1a1a4;
}
.first-screen-06__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-06__discount-disclaimer a:hover {
  color: #ffffff;
}