

/* Start:/bitrix/templates/taktik60/components/bitrix/news.list/main_banner/style.css?1739350145921*/
.tk60-main-banner {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
  padding-top: calc(60px + 3vh);
  padding-bottom: calc(60px + 3vh);
  background: black;
}
.tk60-main-banner__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.tk60-main-banner__desc {
  position: relative;
  color: white;
}
.tk60-main-banner__title,
.tk60-main-banner__subtitle {
  text-transform: uppercase;
  font-family: var(--header-fonts-family);
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .tk60-main-banner__title,
  .tk60-main-banner__subtitle {
    font-size: 48px;
  }
}
.tk60-main-banner__title {
  font-weight: 700;
}
.tk60-main-banner__subtitle {
  font-weight: 400;
}
.tk60-main-banner__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1.5rem;
}

/* End */
/* /bitrix/templates/taktik60/components/bitrix/news.list/main_banner/style.css?1739350145921 */
