/* .callback {
  background-color: #565656;
  color: #ffffff;
}
.callback--light {
  background-color: #F9F9F9;
  color: #474D5E;
}
.callback--light .callback__title {
  text-align: center;
}
.callback--light .callback__desc {
  text-align: center;
  color: rgba(25, 25, 25, 0.78);
}
.callback--light .callback__form-input {
  background-color: #ffffff;
  color: #575b66;
}
.callback--light .callback__permission-text {
  color: #575b66;
}
.callback--light .crmresult__desc {
  color: #575b66;
}

.callback__wrapper {
  border-radius: 5px;
}

.callback__form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  grid-column-gap: 13px;
  padding: 70px 0 80px;
}
.callback__form::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  width: 235px;
  height: 265px;
  background: url("../img/icon/icon-hire-purchase.svg") no-repeat center;
}

.callback__title {
  grid-column: 1/5;
  width: 920px;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}
.callback__title span {
  border-radius: 10px;
  padding: 0px 10px;
  color: #ffffff;
  background-color: #FE6818;
}

.callback__desc {
  grid-column: 1/5;
  margin: 8px 0 35px;
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.78);
} */


.callback {
  background-color: #565656;
  color: #ffffff;
}
.callback--light {
  background-color: #F9F9F9;
  color: #474D5E;
}
.callback--light .callback__title {
  text-align: center;
}
.callback--light .callback__desc {
  text-align: center;
  color: rgba(25, 25, 25, 0.78);
}
.callback--light .callback__form-input {
  background-color: #ffffff;
  color: #575b66;
}
.callback--light .callback__permission-text {
  color: #575b66;
}
.callback--light .crmresult__desc {
  color: #575b66;
}

.callback__wrapper {
  border-radius: 5px;
}

.callback__form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  grid-column-gap: 13px;
  padding: 70px 0 80px;
}
.callback__form::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  width: 235px;
  height: 265px;
  background: url("../img/icon/icon-hire-purchase.svg") no-repeat center;
}

.callback__title {
  grid-column: 1/5;
  width: 920px;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}
.callback__title span {
  border-radius: 10px;
  padding: 0px 10px;
  color: #ffffff;
  background-color: #a6ce39;
}

.callback__desc {
  grid-column: 1/5;
  margin: 8px 0 35px;
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.78);
}

.hire-purchase {
  grid-column: 1/5;
  display: flex;
  margin-top: 26px;
  margin-bottom: 20px;
}

.hire-purchase__label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.hire-purchase__input {
  position: relative;
  min-width: 21px;
  min-height: 21px;
  margin-left: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px rgba(166,206,57,.7);
}
.hire-purchase__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon/icon-checked-white.svg") no-repeat center;
  background-size: 70%;
  display: none;
}

input:checked + .hire-purchase__input {
  background: #a6ce39;
  box-shadow: none;
}
input:checked + .hire-purchase__input::before {
  display: block;
}

.callback__form-label {
  display: block;
  font-size: 14px;
}
.callback__form-label:first-of-type {
  margin-top: 0;
}

.callback__form-input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-family: inherit;
  color: #868686;
  border: none;
  border-radius: 10px;
  outline: none;
  transition: 0.3s;
}
.callback__form-input:active, .callback__form-input:focus {
  border-color: white;
}

.callback__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #a6ce39;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.callback__button--blue {
  background-color: #0099FC;
  color: #ffffff;
}
.callback__button:disabled {
  background-color: #6a6a6a;
}

.callback__permission {
  grid-column: 1/5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.callback__permission-text {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.78);
  user-select: none;
  cursor: pointer;
}
.callback__permission-text:last-of-type {
  width: 282px;
}

.callback__permission-input {
  margin: 2px 10px 0 0;
}

.crmresult {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 325px;
  padding: 57px 0 46px;
  box-sizing: content-box;
  display: none;
}
.crmresult:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 296px;
  height: 327px;
  background-image: url("../img/icon/icon-docs.svg");
  background-size: contain;
}

.crmresult__title,
.crmresult__desc {
  margin: 0;
}

.crmresult__title {
  position: relative;
  padding-top: 64px;
  font-size: 40px;
}
.crmresult__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: url("../img/icon/icon-checked_white.svg") no-repeat center;
  background-size: contain;
}

.crmresult__desc {
  margin-top: 15px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 430px) {
  .callback {
    background-color: #FAF8F5;
  }
  .callback__wrapper {
    padding: 40px 25px 24px;
    background-color: #565656;
    border-radius: 30px;
  }
  .callback__form {
    align-items: flex-end;
    grid-column-gap: 13px;
    padding: 0;
  }
  .callback__form::before {
    content: "";
    position: absolute;
    top: -96px;
    right: -50px;
    width: 190px;
    height: 250px;
    background-size: cover;
  }
  .callback__title {
    grid-column: 1/4;
    width: auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
  .callback__title span {
    border-radius: 10px;
    padding: 0px 10px;
    color: #ffffff;
    background-color: #a6ce39;
  }
  .callback__desc {
    grid-column: 1/5;
    margin: 8px 0 35px;
    font-size: 24px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.78);
  }
  .hire-purchase {
    grid-column: 1/5;
    display: flex;
    margin-top: 26px;
    margin-bottom: 20px;
  }
  .hire-purchase__label {
    flex-direction: row-reverse;
    width: 220px;
    font-size: 14px;
    line-height: 20px;
  }
  .hire-purchase__input {
    margin-left: 0;
    margin-right: 14px;
  }
  .callback__form-label {
    grid-column: 1/5;
    font-size: 12px;
  }
  .callback__button {
    grid-column: 1/5;
    margin-top: 20px;
    font-size: 16px;
  }
  .callback__permission {
    flex-direction: column;
  }
  .callback__permission-text:last-of-type {
    width: auto;
  }
  .crmresult {
    justify-content: flex-start;
    height: auto;
    padding: 0 0 330px;
  }
  .crmresult:before {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .crmresult__title,
  .crmresult__desc {
    margin: 0;
  }
  .crmresult__title {
    position: relative;
    padding-top: 64px;
    font-size: 34px;
  }
}