.promo {
  display: none;
}
.front .promo {
  display: block;
  background-image: url("/sites/all/themes/vesta_theme/image/promo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.front .promo__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 50rem;
}
.front .promo .region-promo {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .front .promo .region-promo {
    flex-direction: column;
  }
}
.front .promo .block-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 3.12rem;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 992px) {
  .front .promo .block-title {
    font-size: 2.2rem;
  }
}
.front .promo .field--name-field-marketing-tekst {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.front .promo .field--name-field-link-tel {
  display: none;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.5rem;
}
.front .promo .field--name-field-link-tel a {
  color: var(--white);
  display: flex;
  align-items: center;
}
.front .promo .field--name-field-link-tel a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/sites/all/themes/vesta_theme/image/tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}
@media screen and (max-width: 992px) {
  .front .promo .field--name-field-link-tel {
    display: flex;
    justify-content: center;
  }
}
.front .promo #block-vesta-theme-promo11 {
  width: 73%;
}
@media screen and (max-width: 992px) {
  .front .promo #block-vesta-theme-promo11 {
    width: 100%;
  }
}
.front .promo .field--name-field-nashi-preimushchestva {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 992px) {
  .front .promo .field--name-field-nashi-preimushchestva {
    display: none;
  }
}
.front .promo .paragraph--type--promo {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.front .promo__block {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.front .promo .field--name-field-zagolovok-preimushchestva {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--white);
}
.front .promo .field--name-field-opisanie-preimushchestva {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--white);
}
.front .promo .webform-submission-callback-form {
  border-radius: 2.5rem;
  background-color: rgba(244, 244, 243, 0.5);
  padding: 1.25rem;
}
@media screen and (max-width: 992px) {
  .front .promo .webform-submission-callback-form {
    border-radius: 1.5rem;
  }
}
.front .promo .webform-submission-callback-form h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: var(--black);
  margin-bottom: 0.3rem;
}
.front .promo .webform-submission-callback-form h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--black);
  text-align: center;
  margin-bottom: 1.25rem;
}
.front .promo .webform-submission-callback-form #edit-markup {
  margin-top: 0;
  margin-bottom: 0;
}
.front .promo .webform-submission-callback-form .webform-button--submit {
  width: 100%;
}
