.fz-115-section {
  padding: 60px 0 80px 0;
}
.fz-115-section--form {
  background: url("../img/nice_bg.jpg") repeat-x;
  background-position: top center;
}
.fz-115-section__content {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fz-115-section__title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  color: #105b94;
}
.fz-115-section__title--h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.fz-115-section__title--h1 span {
  display: block;
  margin-top: 0.3em;
  font-weight: 400;
}

.fz-115-form-block {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
.fz-115-form-block__info {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.fz-115-form-block__info-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.fz-115-form-block__info-problems {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-left: 18px;
  list-style-position: outside;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.fz-115-form-block__info-problems li {
  margin: 10px 0;
}
.fz-115-form-block__info-problems li::marker {
  color: #3d8a00;
}
.fz-115-form-block__info-slogan {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #3d8a00;
}
.fz-115-form-block__info-image {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 0;
  width: auto;
  max-width: 50%;
  max-height: 90%;
}
.fz-115-form-block__form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: #193f62;
}
.fz-115-form-block__form-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.fz-115-form-block__form-price {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #89dd46;
}
.fz-115-form-block__form-subtitle {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.fz-115-form-block__form input[type="text"] {
  padding: 25px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
}
.fz-115-form-block__form-agree {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.fz-115-form-block__form-agree a {
  border: none;
  text-decoration: underline;
  color: currentColor;
  transition: all 0.2s ease;
}
.fz-115-form-block__form-agree a:hover {
  color: #fff;
}
.fz-115-form-block__form-btn-submit {
  position: relative;
  display: grid;
  grid-template-columns: 21px auto;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 25px;
  background-image: linear-gradient(to bottom, #f06d10 0%, #ea4b0c 100%);
  box-shadow: 0 2px #9b2e07;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #9b2e07;
  text-align: left;
  color: #fff;
}
.fz-115-form-block__form-btn-submit::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url("../img/icon-submit-order.png") no-repeat;
}
.fz-115-form-block__form-loader {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 51, 86, 0.78) url("../img/loader.gif") no-repeat;
  background-position: 50% 50%;
}
.fz-115-form-block__form-success {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  background-color: #193f62;
  text-align: center;
}
.fz-115-form-block__form-success::before {
  content: "";
  display: block;
  width: 118px;
  height: 120px;
  margin-bottom: 20px;
  background: url("../img/phone_ok.png") no-repeat;
}
.fz-115-form-block__form-success-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.fz-115-form-block__form-success-text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.fz-115-form-block__form-success-btn {
  width: 200px;
  background-image: linear-gradient(to bottom, #82c84e 0%, #6eb03c 100%);
  padding: 10px 20px;
  border-bottom: 2px solid #6eb03c;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #6eb03c;
  color: #fff;
}

.fz-115-info {
  display: grid;
  gap: 30px;
}

.fz-115-list-block__title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #105b94;
}
.fz-115-list-block__items {
  padding-left: 18px;
  list-style-position: outside;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.fz-115-list-block__items li {
  margin: 10px 0;
}
.fz-115-list-block__items li::marker {
  color: #3d8a00;
}

.fz-115-documents {
  display: grid;
  gap: 30px;
}

.fz-115-box-text {
  padding: 40px;
  border: 4px solid #ff7a00;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: 1;
}
.fz-115-box-text__comment {
  margin-top: 20px;
  font-size: 18px;
  opacity: 0.5;
}

.fz-115-box-price {
  padding: 40px;
  border: 4px solid #105b94;
  text-align: center;
}
.fz-115-box-price__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #105b94;
}
.fz-115-box-price__price {
  margin-bottom: 20px;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  color: #105b94;
}
.fz-115-box-price__comment {
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  color: #000;
}

.fz-115-steps {
  display: grid;
  gap: 30px;
}
.fz-115-step {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0px 11px 40px rgba(0, 0, 0, 0.15);
}
.fz-115-step__title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.fz-115-step__subtitle {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.fz-115-step__options {
  padding-left: 18px;
  padding-right: 18px;
  list-style-position: outside;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.fz-115-step__options li {
  margin-top: 5px;
}
.fz-115-step__options li::marker {
  color: #ff7a00;
}
.fz-115-step__options-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.fz-115-step__item {
  margin-bottom: 15px;
}

.fz-115-features {
  display: grid;
  gap: 30px;
}
.fz-115-feature {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.fz-115-feature__icon {
  margin-bottom: 20px;
}
.fz-115-feature__text {
  font-size: 20px;
  font-weight: 700;
  color: #193f62;
}
.fz-115-feature__text small {
  font-weight: 400;
}

.fz-115-form-bottom-block {
  background: #193f62;
  box-shadow: 0px 11px 40px rgba(0, 0, 0, 0.15);
}
.fz-115-form-bottom-block__image {
  display: none;
}
.fz-115-form-bottom-block__form {
  padding: 30px;
}
.fz-115-form-bottom-block__form-title {
  margin-bottom: 5px;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.fz-115-form-bottom-block__form-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.fz-115-form-bottom-block__form-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}
.fz-115-form-bottom-block__form-agree {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.fz-115-form-bottom-block__form-agree a {
  border: none;
  text-decoration: underline;
  color: currentColor;
  transition: all 0.2s ease;
}
.fz-115-form-bottom-block__form-agree a:hover {
  color: #fff;
}
.fz-115-form-bottom-block__contacts {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.fz-115-form-bottom-block__contacts a {
  display: block;
  border: none;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: currentColor;
}
.fz-115-form-bottom-block__form-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
.fz-115-form-bottom-block__form-fields .form-group {
  margin: 0;
}
.fz-115-form-bottom-block__form-fields input[type="text"] {
  padding: 25px 15px;
  border: 1px solid #fff;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
}
.fz-115-form-bottom-block__form {
  position: relative;
}
.fz-115-form-bottom-block__form-btn-submit {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #4dad00;
  background: #4dad00;
  font-size: 16px;
  color: #fff;
}
.fz-115-form-bottom-block__form-loader {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 51, 86, 0.78) url("../img/loader.gif") no-repeat;
  background-position: 50% 50%;
}
.fz-115-form-bottom-block__form-success {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  background-color: #193f62;
  text-align: center;
}
.fz-115-form-bottom-block__form-success::before {
  content: "";
  display: block;
  width: 118px;
  height: 120px;
  margin-bottom: 20px;
  background: url("../img/phone_ok.png") no-repeat;
}
.fz-115-form-bottom-block__form-success-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.fz-115-form-bottom-block__form-success-text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.fz-115-form-bottom-block__form-success-btn {
  width: 200px;
  background-image: linear-gradient(to bottom, #82c84e 0%, #6eb03c 100%);
  padding: 10px 20px;
  border-bottom: 2px solid #6eb03c;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #6eb03c;
  color: #fff;
}

@media (min-width: 630px) {
  .fz-115-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .fz-115-form-bottom-block__form-fields {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .fz-115-form-block {
    grid-template-columns: auto 400px;
  }
  .fz-115-form-block__info {
    padding: 90px 16em 90px 30px;
  }
  .fz-115-form-block__info-image {
    display: block;
  }
  .fz-115-form-block__form {
    padding: 40px 100px 40px 40px;
  }

  .fz-115-info {
    grid-template-columns: auto 460px;
  }
  .fz-115-list-block {
    padding-right: 75px;
  }

  .fz-115-steps {
    grid-template-columns: 30% auto;
  }
  .fz-115-step__items {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
  }

  .fz-115-documents {
    grid-template-columns: 460px auto;
    gap: 10%;
  }

  .fz-115-features {
    display: flex;
    flex-wrap: wrap;
    gap: initial;
    margin-left: -15px;
    margin-right: -15px;
  }
  .fz-115-feature {
    margin: 15px;
  }
  .fz-115-feature:nth-child(1),
  .fz-115-feature:nth-child(2),
  .fz-115-feature:nth-child(3) {
    width: calc((100% / 3) - 30px);
  }
  .fz-115-feature:nth-child(4),
  .fz-115-feature:nth-child(5) {
    width: calc(50% - 30px);
  }

  .fz-115-form-bottom-block__image {
    display: block;
  }

  .fz-115-form-bottom-block {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
  .fz-115-form-bottom-block__image {
    padding: 30px;
  }
  .fz-115-form-bottom-block__image img {
    position: relative;
    top: 50%;
    left: 30%;
    max-width: 50%;
    height: auto;
    transform: translateY(-50%) scale(215%);
  }
  .fz-115-form-bottom-block__form {
    padding: 60px;
  }
  .fz-115-form-bottom-block__form-fields {
    grid-template-columns: repeat(3, 1fr);
  }
  .fz-115-form-bottom-block__form-agree {
    margin-top: 0;
  }
  .fz-115-form-bottom-block__contacts a {
    display: inline;
  }
}

@media (min-width: 1070px) {
  .fz-115-form-block__info {
    padding: 90px 22em 90px 30px;
  }
}
