@charset "UTF-8";
/* ШРИФТЫ */
/* ОТСТУПЫ */
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

.body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.body.background_type_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.landing_content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  justify-content: space-between;
}
.landing_content .header {
  margin: 0 auto;
  text-align: center;
}
.landing_content .content {
  margin: 0 auto;
  min-height: 650px;
}
.landing_content .footer {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .landing_content .header {
    display: none;
  }
  .landing_content .content {
    margin: 0;
    min-height: 100%;
  }
  .landing_content .footer {
    display: none;
  }
}