.back-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.back-block .region-back {
  display: flex;
  background-color: var(--grey-light);
  border-radius: 2.5rem;
}
@media screen and (max-width: 992px) {
  .back-block .region-back {
    flex-direction: column;
    border-radius: 1.5rem;
    row-gap: 2rem;
  }
}
.back-block #block-vesta-theme-vebforma-2 {
  padding: 1.875rem 2.5rem;
  width: 58%;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .back-block #block-vesta-theme-vebforma-2 {
    width: 100%;
    padding: 1.5rem;
  }
}
.back-block #block-vesta-theme-vebforma-2 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.back-block #block-vesta-theme-vebforma-2 h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--black);
}
.back-block #block-vesta-theme-vebforma-2 h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--black);
  margin-bottom: 0;
}
.back-block #block-vesta-theme-vebforma-2 #edit-markup--2 {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.back-block #block-vesta-theme-vebforma-2 #edit-markup-01--2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  width: 100%;
}
.back-block #block-vesta-theme-vebforma-2 .form-item {
  margin: 0;
}
.back-block #block-vesta-theme-vebforma-2 .form-item label {
  background-color: var(--grey-light);
  color: var(--black);
}
.back-block #block-vesta-theme-vebforma-2 .form-item-name,
.back-block #block-vesta-theme-vebforma-2 .form-item-vash-nomer-telefona {
  width: calc((100% - 0.6rem) / 2);
}
@media screen and (max-width: 992px) {
  .back-block #block-vesta-theme-vebforma-2 .form-item-name,
  .back-block #block-vesta-theme-vebforma-2 .form-item-vash-nomer-telefona {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .back-block #block-vesta-theme-vebforma-2 .form-item-name {
    margin-bottom: 1.25rem;
  }
}
.back-block #block-vesta-theme-vebforma-2 .form-item-message {
  width: 100%;
  margin-top: 1.25rem;
}
.back-block #block-vesta-theme-vebforma-2 .form-actions {
  width: 100%;
  margin-top: 1.25rem;
}
.back-block #block-vesta-theme-vebforma-2 .webform-button--submit {
  width: 100%;
}
.back-block #block-vesta-theme-vebforma-2 #edit-processed-text--2 {
  width: 100%;
}
.back-block #block-vesta-theme-back15 {
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  position: relative;
}
.back-block #block-vesta-theme-back15 .block-content--type-back {
  width: 18rem;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .back-block #block-vesta-theme-back15 .block-content--type-back {
    position: static;
  }
}
.back-block .field--name-field-izobrazhenie-back {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 196%;
}
.back-block .field--name-field-izobrazhenie-back img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
