.present-page__img {
  margin-bottom: 50px;
}
.present-page__img img {
  width: 100%;
}
.present-page__flex {
  display: flex;
  gap: 124px;
  margin: 70px 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .present-page__flex {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .present-page__flex {
    flex-direction: column;
  }
}
.present-page__box {
  position: relative;
  max-width: 700px;
}
@media (max-width: 1250px) {
  .present-page__box {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .present-page__box {
    max-width: 100%;
  }
}
.present-page__slider {
  margin: 0;
}
.present-page__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.present-page__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .present-page__arrow {
    display: none;
  }
}
.present-page__arrow:hover {
  background: #06c;
}
.present-page__arrow:hover svg path {
  fill: white;
}
.present-page__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.present-page__prev {
  left: -60px;
}
.present-page__next {
  right: -60px;
}
.default-form__form {
  max-width: 400px;
  margin-right: 150px;
}
.default-form__field {
  margin-bottom: 18px;
}
.default-form__field input, .default-form__field textarea {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  outline: none;
  transition: 0.3s;
  resize: none;
}
.default-form__field input:focus, .default-form__field textarea:focus {
  border-color: #06c;
}
.default-form__submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.default-form__submit:hover {
  background: #00478e;
}
.default-form__submit:active {
  background: #1d1d1f;
}
.default-form__polite {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #595959;
}
.default-form__polite a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2997ff;
  transition: 0.3s;
}
.default-form__polite a:hover {
  color: #00478e;
}
.default-form__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.default-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.default-form__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  margin-bottom: 40px;
}
.default-form__row {
  display: flex;
  gap: 150px;
}
.default-form__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  margin-bottom: 12px;
}
.default-form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
}
.default-form__option {
  display: flex;
  gap: 8px;
  align-items: center;
}
.default-form__option a {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  transition: 0.3s;
}
.default-form__option a:hover {
  color: #00478e;
}
.default-form__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}

/*# sourceMappingURL=presentPage~820bbc6b98045a1a77fc.css.map*/