main {
  margin: 0px;
}

.page-header {
  position: relative;
  margin-top: var(--header-margin-top);
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.4583333333%;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background: #21201F;
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  background: #21201F;
  z-index: 2;
}
.page-header__container {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.page-header__title {
  color: #F8F6F6;
  text-align: center;
  font-family: "Canela Regular Trial", sans-serif;
  font-size: var(--font-size-section-title);
  line-height: normal;
}
@media only screen and (max-width: 1919.98px) {
  .page-header__container {
    top: calc(50% + 2.6vw);
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 52.0833333333%;
  }
}

.scedule-call {
  position: relative;
}
.scedule-call__bg-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.scedule-call__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scedule-call__container {
  position: relative;
  z-index: 10;
}
.scedule-call__grid {
  padding: 20px 0 60px 0;
  border-radius: 10px;
  background: #F8F6F6;
  box-shadow: 0px 20px 34px 0px rgba(0, 0, 0, 0.08);
  display: grid;
}

/*# sourceMappingURL=schedule-call.css.map*/