.template-main .header {
  min-height: 100vh;
}
.template-main .header .section__header {
  margin-top: auto;
}
@media (max-width: 767px) {
  .template-main .header .section__header {
    padding-bottom: 64px;
    position: relative;
    top: 0;
  }
}
.template-main .header .section__body {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .template-main .header .section__body-col {
    padding-top: 96px;
  }
}
.template-main .header .lang {
  color: #ffffff;
}
@media (max-width: 767px) {
  .template-main .menu-open {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .template-main .menu-open__icon-top,
  .template-main .menu-open__icon-center,
  .template-main .menu-open__icon-bottom {
    background-color: #ffffff;
  }
}
.template-main .youtube__item::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
