.scheme {
  padding: 60px 0 60px 0;
  color: #fff;
  font-weight: 700;
  background: url("/assets/images/8.jpg") no-repeat center center/cover, #000000;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75);
}
.scheme__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.scheme__subtitle {
  font-size: 1.2rem;
}
.scheme__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .scheme__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.scheme__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
  padding: 0 10px;
}
.scheme__item:not(:last-child) {
  position: relative;
}
.scheme__item:not(:last-child):after {
  position: absolute;
  content: "";
  z-index: 999;
  right: 0;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}
.scheme__icon {
  margin-bottom: 20px;
  max-width: 80px;
}
.scheme__text {
  font-size: 0.8rem;
  text-align: center;
}
.scheme__form {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .scheme__form {
    flex-wrap: wrap;
  }
}
.scheme .form__group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 120px;
  margin: 0;
}
.scheme .form__group:first-child {
  position: relative;
  flex: 1 1 auto;
  background: #572900;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 991px) {
  .scheme .form__group:first-child {
    flex: 1 1 100%;
    border-radius: 20px 20px 0 0;
  }
}
.scheme .form__group:first-child::after {
  position: absolute;
  content: "";
  z-index: 999;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 15px;
  border-color: transparent transparent transparent #572900;
}
@media screen and (max-width: 991px) {
  .scheme .form__group:first-child::after {
    display: none;
  }
}
.scheme .form__group:nth-child(2) {
  position: relative;
  flex: 1 1 auto;
  background-color: #ff9914;
}
@media screen and (max-width: 768px) {
  .scheme .form__group:nth-child(2) {
    flex: 1 1 100%;
  }
}
.scheme .form__group:nth-child(2)::after {
  position: absolute;
  content: "";
  z-index: 999;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 15px;
  border-color: transparent transparent transparent #ff9914;
}
@media screen and (max-width: 768px) {
  .scheme .form__group:nth-child(2)::after {
    display: none;
  }
}
.scheme .form__group:nth-child(3) {
  position: relative;
  flex: 1 1 auto;
  background: #fbb75e;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .scheme .form__group:nth-child(3) {
    flex: 1 1 100%;
  }
}
.scheme .form__group:nth-child(3)::after {
  position: absolute;
  content: "";
  z-index: 999;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 15px;
  border-color: transparent transparent transparent #fbb75e;
}
@media screen and (max-width: 991px) {
  .scheme .form__group:nth-child(3)::after {
    display: none;
  }
}
.scheme .form__group:last-child {
  flex: 1 1 auto;
  background: #333;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 991px) {
  .scheme .form__group:last-child {
    flex: 1 1 100%;
    border-radius: 0 0 20px 20px;
  }
}
.scheme .input--scheme {
  border-radius: 20px;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.2);
}

.form__button {
  padding: 0 20px;
  width: 100%;
  max-width: 260px;
  height: 60px;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  background-image: linear-gradient(to right, #FF903E, rgb(87, 41, 0));
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
  transition: 300ms;
  box-shadow: 0px 5px #292929, 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.form__button:hover {
  transform: translateY(2px);
}
.form__button:active {
  transform: translateY(5px);
  box-shadow: 0px 0px transparent, 0px 5px 10px rgba(0, 0, 0, 0.25);
}/*# sourceMappingURL=style.css.map */