.estimate-form__button-box > button:first-child {
  margin-right: 10px;
}

.form-input {
  color: var(--inverse);
  background: transparent;
  padding: 10px 60px 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0.625rem;
  outline: none;
}

.form-input::-webkit-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
}

.form-input::-moz-placeholder {
  color: #F5F5F5;
  font-size: 16px;
}

.form-input:-ms-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
}

.form-input::-ms-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
}

.form-input::placeholder {
  color: #F5F5F5;
  font-size: 16px;
}
.change-files-hiden{
  pointer-events: none;
  opacity: 0;
  visibility: 0;
  position: absolute;
  z-index: -1;
}
.btn-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  position: relative;
}

.btn-load span:first-child {
  white-space: nowrap;
}

.btn-load > input {
  width: inherit;
  height: inherit;
  opacity: 0;
  position: absolute;
}

.hero .btn-load {
  margin-right: 10px;
}

.btn-submit,
.btn-callback {
  white-space: nowrap;
}

.hero .btn-tablet {
  display: none;
}

.data-mdl {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
} */

@media (max-width: 61.99875em) {
  .estimate-form__button-box > button:first-child {
    margin-right: 0;
    margin-left: 0px;
  }

  .hero .btn-load {
    margin-right: 0;
    margin-left: 20px;
  }

  .hero .btn-tablet {
    display: block;
  }

  .hero .btn-submit {
    display: none;
  }
}

@media (max-width: 35.62375em) {
  .estimate-form__button-box > button:first-child {
    margin-left: 0;
    margin-bottom: 0.625rem;
  }

  .hero .btn-load {
    margin-left: 0px;
  }
}