@font-face {
  font-family: "PtMono";
  src: url("../fonts/PTMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PtMono";
  src: url("../fonts/PTMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ActayWide";
  src: url("../fonts/ActayWide-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

.ht2026-background__body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  font-family: "PtMono";
}
html {
  scroll-behavior: smooth;
}
ul[class],
ol[class] {
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
button {
  background: transparent;
  border: 0px;
  outline: none;
  cursor: pointer;
}

.ht2026-background__body {
  background: #29282c;
  --Color-border-4: #828a95;
  --Color-4: #eb6a42;

  --Color-3: #29282c;
  --Color-5: #68939e;
  --Color-6: #e6e6e6;
  --Color-7: #8b8b8c;
  --Color-8: #37363b;
}
.ht2026-background__body h2 {
  color: var(--Color-4, #eb6a42);
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 32px;
}
.ht2026-background__body p {
  color: var(--Color-6, #e6e6e6);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0%;
}
.ht2026-background__body header {
  background: #37363b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ht2026-background__body a {
  text-decoration: none;
}
.ht2026-container {
  margin-left: 16px;
  margin-right: 16px;
}
.ht2026-background__body header {
  position: fixed;
  background: #37363b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.ht2026-header__wrapper {
  display: flex;
  align-items: center;
  height: 68px;
  justify-content: end;
  gap: 10px;
}
.ht2026-main__content {
  padding-top: 68px;
}
.ht2026-btns {
  display: flex;
  align-items: center;
}
.ht2026-btns button {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.ht2026-btns button span {
  transform: translateY(2px);
}
.ht2026-mobile__menu .ht2026-btns button span,
.ht2026-mobile__menu .ht2026-btns a span {
  transform: translateY(1px);
}
.ht2026-buy__ticket {
  background: #eb6a42;
  color: white;
}

.ht2026-main__banner {
  position: relative;
}
.ht2026-main__banner .ht2026-container {
  /*position: relative;*/
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ht2026-background__banner {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ht2026-background__banner img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  max-height: 100%;
}
.ht2026-background__code {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 42%;
}
.ht2026-main__banner span {
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--Color-7, #8b8b8c);
}
.ht2026-main__banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-6, #e6e6e6);
  margin-top: 16px;
}

.ht2026-about__us {
  background: var(--Color-8, #37363b);
  padding: 32px 0px;
  border-radius: 40px;
}
.ht2026-about__us p {
  font-size: 16px;
}
.ht2026-about__us h2 {
  margin-top: 0px;
}
.ht2026-nomination {
  position: relative;
  padding-bottom: 32px;
}

.ht2026-hrefs__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.ht2026-hrefs__block a {
  background: var(--Color-8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-top: 48px;
  border-radius: 20px;
  color: var(--Color-4);
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  gap: 10px;
  cursor: pointer;
}
.ht2026-hrefs__block a svg {
  flex-shrink: 0;
}
.ht2026-hrefs__block a:last-child {
  color: var(--Color-5);
}
.ht2026-program__times {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  padding-bottom: 32px;
}
.ht2026-program__times--item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ht2026-program__times--item span {
  background: var(--Color-5, #68939e);
  border-radius: 10px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 33.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #f2ede2;
  width: fit-content;
  min-width: 88px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ht2026-program__times--item p {
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 20px;
  line-height: 33.6px;
  letter-spacing: 0%;
  color: var(--Color-6);
}

.ht2026-why__us {
  position: relative;
}

.ht2026-why__us p {
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}
.ht2026-why__us h3 {
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-4);
  margin-top: 16px;
  margin-bottom: 32px;
}
.ht2026-why__us--for__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ht2026-why__us--for__item {
  background: var(--Color-8);
  border-radius: 20px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ht2026-why__us--for__item span {
  color: #68939e33;
  font-family: "ActayWide";
  font-weight: 700;
}
.ht2026-why__us--for__item h4 {
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f2ede2;
}

.ht2026-why__us small {
  font-family: "PTMono";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-6);
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ht2026-buy__ticket--solo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 40px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 288px;
}
.ht2026-buy__ticket--solo span {
  transform: translateY(1px);
}
.ht2026-partners {
  background: var(--Color-8);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}
.ht2026-partners h2 {
  margin-bottom: 0px;
}
.ht2026-partners__block--wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ht2026-partners__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px;
}
.ht2026-partners__block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-5);
}
.ht2026-partners__items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.ht2026-partners__items a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ht2026-contacts {
  padding-bottom: 60px;
}
.ht2026-contacts--items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
.ht2026-contacts--items h3 {
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--Color-6);
  margin-bottom: 4px;
}
.ht2026-contacts--items p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0%;
  color: var(--Color-3);
  margin-bottom: 16px;
}
.ht2026-contacts--item > a {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: var(--Color-6);
  display: flex;
  padding-top: 10px;
  border-top: 1px solid var(--Color-3, #29282c);
}
.ht2026-contacts--item {
  padding: 16px;
  background: var(--Color-5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.ht2026-contacts--item,
.ht2026-contacts--item h3,
.ht2026-contacts--item > a,
.ht2026-contacts--item > p {
  transition: 0.4s;
}

.ht2026-contacts--item--last {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px;
}
.ht2026-contacts--item--last div {
  padding: 16px 16px;
  border-radius: 20px;
  border: 1px solid var(--Color-4, #eb6a42);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 93px;
}
.ht2026-contacts--item--last div p {
  font-family: "PTMono";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--Color-6);
  margin-bottom: 5px;
  text-transform: none;
}
.ht2026-contacts--item--last div a {
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--Color-4);
}
.ht2026-contacts--item--last div a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ht2026-contacts--item--last div:last-child a {
  color: var(--Color-5);
}
.ht2026-contacts--item--last div {
  padding: 0px;
}
.ht2026-contacts--item--last div:last-child {
  border: 1px solid var(--Color-5, #68939e);
}

.ht2026-footer__bg {
  background: var(--Color-8);
  padding-top: 32px;
  padding-bottom: 16px;
}
.ht2026-footer__bg .ht2026-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ht2026-loft {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ht2026-adres {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.ht2026-adres__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.ht2026-loft span {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Color-6);
}
.ht2026-adres img {
  width: 36px;
  height: 36px;
}
.ht2026-adres p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-6);
}
p.ht2026-parking {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-4);
}
.ht2026-yamap {
  width: 100%;
  height: 215px;
}
.ht2026-yamap > ymaps > ymaps {
  border-radius: 10px;
}
.ht2026-yamap > ymaps > ymaps > ymaps {
  border-radius: 10px;
}
.ht2026-yamap ymaps:after,
.ht2026-yamap ymaps:before {
  border-radius: 10px;
}
.ht2026-copyright {
  background: var(--Color-8);
  border-radius: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 0px;
}
.ht2026-copyright--wrapper {
  max-width: 76.5%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.ht2026-copyright a {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: var(--Color-6);
  display: flex;
  transition: 0.4s;
}
.ht2026-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.4s ease;

  background: var(--Color-3, #29282c);
  border: 1px solid var(--Color-7, #8b8b8c);
  border-radius: 20px;
  padding: 16px;
  width: calc(100% - 32px);
  height: 560px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.ht2026-popup.active {
  opacity: 1;
  visibility: visible;
}

.ht2026-popup__close {
  position: relative;
  display: flex;
  justify-content: end;
  width: 100%;
}
.ht2026-popup__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}
.ht2026-popup__content div {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Color-6);
}
.ht2026-popup__content ol {
  list-style: none !important;
  counter-reset: my-awesome-counter;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.ht2026-popup__content ol li {
  display: flex !important;
  align-items: flex-start;
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}

.ht2026-popup__content ol li::before {
  content: counter(my-awesome-counter) ".";
  margin-right: 8px;
  flex-shrink: 0;
  width: 24px;
  text-align: right;
}
.ht2026-popup3 .ht2026-popup__content {
  justify-content: end;
}
.ht2026-popup h2 {
  text-align: left;
  line-height: 1.15;
  text-transform: none;
}
.ht2026-popup2 h2 {
  color: var(--Color-5);
}

.ht2026-popup__content--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 40px;
  background: var(--Color-4);
  font-family: "ActayWide";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Color-6);
}
.ht2026-popup__content--btn a span {
  transform: translateY(1px);
}
.ht2026-mobile__burger button {
  border: 1px solid var(--Color-border-4);
  background: var(--Color-6, #e6e6e6);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 102;
}

.ht2026-mobile__burger--open,
.ht2026-mobile__burger--close {
  position: absolute;
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.ht2026-mobile__burger--open {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ht2026-mobile__burger--close {
  opacity: 0;
  transform: scale(0.5) rotate(-180deg);
}

.ht2026-mobile__burger button.active .ht2026-mobile__burger--open {
  opacity: 0;
  transform: scale(0.5) rotate(180deg);
}

.ht2026-mobile__burger button.active .ht2026-mobile__burger--close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ht2026-mobile__menu {
  position: fixed;
  top: clamp(2.1875rem, 1.8015rem + 1.7157vw, 2.625rem);
  right: clamp(2.1875rem, 1.25rem + 4.1667vw, 3.25rem);
  box-shadow: 0px 4px 34px 0px #00000026;
  background: var(--Color-6);
  border-radius: 10px;
  z-index: 100;
  padding: 16px;
  width: 270px;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.4s ease;
}

.ht2026-mobile__menu.active {
  opacity: 1;
  visibility: visible;
}

.ht2026-mobile__menu--logo {
  padding-top: 12px;
  padding-bottom: 16px;
}
.ht2026-mobile__menu img {
  height: 60px;
  width: 125px;
}
.ht2026-mobile__menu .ht2026-menu--links {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ht2026-menu--links ul {
  list-style-type: none;
  display: flex;
  gap: 8px;
}
.ht2026-mobile__menu .ht2026-menu--links ul {
  flex-direction: column;
}
.ht2026-menu--links ul li {
  line-height: 1;
}
.ht2026-menu--links ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3a3e44;
  transition: 0.4s;
}

.ht2026-mobile__menu .ht2026-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.ht2026-mobile__menu .ht2026-btns button {
  background: var(--Color-4);
  border-radius: 40px;
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  height: 48px;
  color: var(--Color-6);
  width: 172px;
  padding-left: 22px;
  padding-right: 22px;
}
.ht2026-mobile__menu .ht2026-btns a {
  border: 1px solid var(--Color-3, #29282c);
  border-radius: 40px;
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  height: 48px;
  color: var(--Color-3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 172px;
}
.ht2026-sait__siti {
  display: none;
}
.ht2026-main__menu {
  display: none;
}
.ht2026-popup4 {
  height: auto;
  width: auto;
  max-width: 290px;
  border: 0px;
  border-radius: 0px;
  background: var(--Color-6);
  bottom: 16px;
  top: unset;
  transform: translateX(-50%);
  right: unset;
  left: 50%;
}
.ht2026-popup4 .ht2026-popup__close {
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
  position: absolute;
}
.ht2026-popup4 .ht2026-popup__content {
  flex-direction: column;
  gap: 16px;
}
.ht2026-popup4 p {
  font-family: "PTMono";
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Color-3);
}
.ht2026-popup4 p a {
  color: var(--Color-3);
  text-decoration: underline;
}
.ht2026-popup--cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: "ActayWide";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--Color-6);
  background: var(--Color-4);
  border-radius: 40px;
  width: fit-content;
  margin: auto;
}
.ht2026-popup--cookie span {
  transform: translateY(1px);
}

@media screen and (min-width: 767.99px) {
  .ht2026-header__wrapper {
    height: 88px;
  }
  .ht2026-main__content {
    padding-top: 88px;
  }
  .ht2026-background__banner img {
    height: 100%;
  }
  .ht2026-background__code {
    width: 25%;
  }
  .ht2026-main__banner .ht2026-container {
    height: clamp(23.25rem, 5.25rem + 37.5vw, 35.25rem);
  }
  .ht2026-sait__siti {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Color-6, #e6e6e6);
    border-radius: 40px;
    height: 56px;
    padding-left: 28px;
    padding-right: 28px;
    font-family: "ActayWide";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: var(--Color-6);
  }
  .ht2026-sait__siti span {
    transform: translateY(2px);
  }
  .ht2026-btns {
    gap: 16px;
  }
  .ht2026-btns button {
    font-size: 20px;
    height: 56px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .ht2026-mobile__burger button {
    height: 56px;
    width: 56px;
  }
  .ht2026-main__banner p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .ht2026-logo__main svg {
    width: 250px;
    height: 100%;
  }
  .ht2026-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .ht2026-background__body h2 {
    font-size: 31px;
    margin-top: 64px;
  }
  .ht2026-about__us {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ht2026-about__us h2 {
    margin-top: 0px;
  }
  .ht2026-about__us p {
    font-size: 16px;
  }
  .ht2026-about__us p,
  .ht2026-nomination p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ht2026-nomination br {
    display: none;
  }
  .ht2026-hrefs__block {
    margin-top: 32px;
    flex-direction: row;
    gap: 20px;
  }
  .ht2026-hrefs__block a {
    height: 215px;
    align-items: end;
    font-size: 25px;
    line-height: 1.15;
    width: 50%;
  }
  .ht2026-hrefs__block a span {
    width: 80%;
  }
  .ht2026-hrefs__block a svg {
    width: 56px;
    height: 56px;
  }
  .ht2026-nomination {
    padding-bottom: 64px;
  }
  .ht2026-program__times {
    gap: 20px;
  }
  .ht2026-program__times--item {
    border: 1px solid var(--Color-5, #68939e);
    border-radius: 20px;
    flex-direction: row;
    align-items: baseline;
    padding: 24px;
    gap: 32px;
  }
  .ht2026-program__times--item p {
    line-height: 1;
  }
  .ht2026-program__times--item span {
    font-size: 20px;
    height: 36px;
    width: 105px;
  }
  .ht2026-why__us p {
    width: 72.5%;
    margin: auto;
  }
  .ht2026-why__us--for__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ht2026-why__us--for__item {
    padding: 24px;
    gap: 30px;
    height: 320px;
  }
  .ht2026-why__us--for__item span {
    font-size: 18px;
  }

  .ht2026-why__us--for__item h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .ht2026-why__us small {
    display: block;
    width: 72.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ht2026-buy__ticket--solo {
    width: 72.5%;
    max-width: unset;
    margin-bottom: 64px;
    margin-top: 64px;
    height: 92px;
    font-size: 50px;
    text-transform: uppercase;
  }
  .ht2026-buy__ticket--solo span {
    transform: translateY(2px);
  }

  .ht2026-partners__block--wrapper {
    padding: 0px;
  }
  .ht2026-partners__block {
    padding: 24px 0px;
  }
  .ht2026-partners__items {
    flex-wrap: wrap;
    gap: 20px;
    overflow: unset;
    justify-content: center;
    align-items: center;
  }
  .ht2026-partners__items a {
    width: 161px;
    height: 65px;
  }
  .ht2026-partners__items a img {
    width: fit-content;
  }

  .ht2026-contacts--items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ht2026-contacts--item {
    padding: 20px;
    justify-content: space-between;
  }
  .ht2026-contacts--item--last {
    gap: 20px;
    padding: 0px;
  }
  .ht2026-contacts--item--last div {
    height: 92px;
  }
  .ht2026-contacts--item--last div a {
    font-size: 21px;
  }

  .ht2026-footer__bg .ht2026-container {
    display: grid;
    grid-template-columns: 3fr 5fr;
    align-items: stretch;
    gap: 20px;
  }
  .ht2026-yamap {
    height: 100%;
    min-height: 100%;
  }
  .ht2026-footer__bg h2 {
    font-size: 25px;
    margin-top: 0px;
  }
  .ht2026-footer__bg h2,
  .ht2026-footer__bg p {
    text-align: left;
  }
  .ht2026-adres__wrapper {
    align-items: start;
  }
  .ht2026-adres {
    flex-direction: row;
    gap: 10px;
  }
  p.ht2026-parking {
    font-size: 16px;
  }
  .ht2026-footer__bg {
    background: transparent;
  }
  .ht2026-copyright--wrapper {
    gap: 8px;
  }

  .ht2026-popup {
    padding: 24px;
  }
  .ht2026-popup h2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .ht2026-popup3 h2 {
    font-size: 39px;
    width: 70%;
    text-transform: uppercase;
  }
  .ht2026-popup__close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: fit-content;
  }
  .ht2026-popup__content--btn a {
    width: 50%;
    margin-left: auto;
    font-size: 20px;
  }
  .ht2026-popup__content--btn a span {
    transform: translateY(2px);
  }
  .ht2026-popup__content ol {
    width: 72.5%;
  }
  .ht2026-main__banner span {
    right: 16px;
    top: 16px;
  }

  .ht2026-popup4 {
    width: 705px;
    max-width: 705px;
  }
  .ht2026-popup4 .ht2026-popup__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ht2026-popup--cookie {
    height: 56px;
    font-size: 20px;
  }
  .ht2026-popup--cookie span {
    transform: translateY(2px);
  }
  .ht2026-popup4 p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1279.99px) {
  .ht2026-logo__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .ht2026-logo__main svg {
    width: 40%;
  }
  .ht2026-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .ht2026-background__code {
    bottom: 40px;
    left: 30px;
    width: 20%;
  }

  .ht2026-about__us p,
  .ht2026-nomination p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    padding: 0px;
  }
  .ht2026-about__us {
    padding-bottom: 96px;
  }
  .ht2026-background__body h2 {
    font-size: 49px;
  }
  .ht2026-hrefs__block a {
    font-size: 31px;
  }
  .ht2026-hrefs__block a span {
    width: 70%;
  }
  .ht2026-nomination .ht2026-background__banner {
    top: -64px;
  }
  .ht2026-program__times {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ht2026-program__times--item p {
    font-size: 25px;
  }
  .ht2026-why__us .ht2026-background__banner {
    width: fit-content;
    height: fit-content;
    margin: auto;
  }
  .ht2026-why__us p {
    width: 50%;
  }
  .ht2026-why__us h3 {
    font-size: 31px;
  }
  .ht2026-why__us--for__item {
    flex-direction: row;
    padding: 20px;
    height: 170px;
  }
  .ht2026-why__us--for__item span {
    font-size: 38px;
  }
  .ht2026-why__us small {
    width: 50%;
  }
  .ht2026-buy__ticket--solo {
    margin-top: 96px;
    width: 560px;
  }
  .ht2026-partners__items {
    width: 100%;
    max-width: 1050px;
  }
  .ht2026-partners__items a {
    width: calc(25% - 15px);
  }
  .ht2026-partners__block p {
    font-size: 31px;
  }
  .ht2026-contacts--items {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 32px;
  }
  .ht2026-contacts--item--last {
    grid-column: 1 / span 3;
    padding: 0px;
  }
  .ht2026-contacts--item--last div a {
    font-size: 31px;
  }
  .ht2026-footer__bg .ht2026-container {
    grid-template-columns: 2fr 3fr;
    justify-content: space-between;
  }
  .ht2026-yamap {
    max-width: 600px;
    margin-left: auto;
    height: 450px;
  }
  .ht2026-footer__bg h2 {
    font-size: 31px;
    margin-bottom: 36px;
    width: 65%;
  }
  .ht2026-adres__wrapper {
    width: 60%;
  }
  p.ht2026-parking {
    font-size: 20px;
    margin-top: auto;
  }
  .ht2026-footer__bg .ht2026-container > div {
    display: flex;
    flex-direction: column;
  }
  .ht2026-copyright {
    padding: 50px 0px;
  }
  .ht2026-copyright--wrapper {
    flex-direction: row;
    max-width: 1140px;
    justify-content: space-between;
  }
  .ht2026-mobile__burger {
    display: none;
  }
  .ht2026-main__menu {
    display: block;
  }
  .ht2026-header__wrapper {
    justify-content: space-between;
  }
  .ht2026-main__menu .ht2026-menu--links ul {
    gap: 20px;
  }
  .ht2026-main__menu .ht2026-menu--links ul a {
    color: var(--Color-6);
    font-size: 20px;
  }
  .ht2026-main__banner span {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
  .ht2026-popup {
    width: 1140px;
  }
  .ht2026-popup__content--btn a {
    width: fit-content;
    padding-left: 28px;
    padding-right: 28px;
  }
  .ht2026-popup h2 {
    font-size: 31px;
  }
  .ht2026-popup3 h2 {
    width: 60%;
  }
  .ht2026-popup__content ol {
    width: 100%;
    columns: 2;
  }
  .ht2026-popup__content ol li::before {
    margin-right: 10px;
  }

  .ht2026-popup4 {
    width: 1050px;
    max-width: 1050px;
  }

  .ht2026-popup--cookie {
    margin: 0px;
    margin-left: auto;
  }
  .ht2026-popup4 p {
    max-width: 610px;
  }
}

@media screen and (min-width: 1560px) {
  .ht2026-container {
    max-width: 1200px;
  }
  .ht2026-background__body header {
    border-radius: 0px;
  }
  .ht2026-header__wrapper {
    height: 104px;
  }
  .ht2026-main__content {
    padding-top: 104px;
  }
  .ht2026-main__menu .ht2026-menu--links ul a {
    font-size: 25px;
  }
  .ht2026-background__code {
    width: 15%;
  }
  .ht2026-logo__main svg {
    width: 45%;
  }
  .ht2026-about__us p,
  .ht2026-nomination p {
    max-width: 800px;
  }
  .ht2026-nomination {
    padding-bottom: 90px;
  }
  .ht2026-nomination .ht2026-background__banner {
    width: fit-content;
    height: fit-content;
    margin: auto;
  }
  .ht2026-buy__ticket--solo {
    width: 800px;
  }
  .ht2026-why__us p {
    font-size: 20px;
  }
  .ht2026-why__us p,
  .ht2026-why__us small {
    width: 800px;
  }
  .ht2026-partners__items {
    max-width: unset;
  }
  .ht2026-partners__items a {
    height: 100px;
    width: calc(20% - 17px);
  }
  .ht2026-copyright--wrapper {
    max-width: 1200px;
  }
  .ht2026-contacts--item {
    padding: 24px;
  }
  .ht2026-contacts--items p {
    margin-bottom: 30px;
  }
  .ht2026-contacts--item--last {
    padding: 0px;
  }
  .ht2026-contacts--item--last div {
    height: 102px;
  }
  .ht2026-yamap {
    max-width: unset;
    height: 560px;
  }
  .ht2026-footer__bg .ht2026-container > div {
    justify-content: space-between;
  }
  p.ht2026-parking {
    margin-top: unset;
  }
  .ht2026-footer__bg .ht2026-container {
    grid-template-columns: 4fr 8.5fr;
    padding-left: 24px;
    padding-right: 24px;
    gap: 25px;
  }
  .ht2026-footer__bg h2 {
    width: 100%;
  }
  .ht2026-adres__wrapper {
    width: 90%;
  }

  .ht2026-popup {
    width: 1200px;
  }
  .ht2026-popup3 h2 {
    font-size: 49px;
  }
  .ht2026-popup4 {
    width: 1200px;
    max-width: 1200px;
  }
}
.ht2026-buy__ticket--click,
.ht2026-popup__content--btn a,
.ht2026-popup--cookie {
  border: 1px solid transparent;
}
.ht2026-hrefs__block a svg,
.ht2026-hrefs__block a svg rect,
.ht2026-hrefs__block a svg path .ht2026-popup__close svg,
.ht2026-popup__close svg rect,
.ht2026-popup__close svg path,
.ht2026-sait__siti,
.ht2026-buy__ticket--click,
.ht2026-popup__content--btn a,
.ht2026-contacts--item--last div a,
.ht2026-contacts--item--last div,
.ht2026-popup--cookie {
  transition: 0.4s;
}
@media (hover: hover) {
  .ht2026-hrefs__block a:hover svg rect,
  .ht2026-popup__close:hover svg rect {
    stroke: var(--Color-4);
  }
  .ht2026-hrefs__block a:hover svg path,
  .ht2026-popup__close:hover svg path {
    fill: var(--Color-4);
  }
  .ht2026-hrefs__block a:hover svg {
    transform: rotate(45deg);
  }
  .ht2026-sait__siti:hover {
    color: var(--Color-4);
    border-color: var(--Color-4);
  }
  .ht2026-buy__ticket--click:hover {
    border: 1px solid var(--Color-4, #eb6a42);
    background: transparent;
    color: var(--Color-4);
  }
  .ht2026-popup__content--btn a:hover {
    border: 1px solid var(--Color-4, #eb6a42);
    background: transparent;
    color: var(--Color-4);
  }
  .ht2026-popup--cookie:hover {
    border: 1px solid var(--Color-4, #eb6a42);
    background: transparent;
    color: var(--Color-4);
  }
  .ht2026-contacts--item--last div:hover {
    background: var(--Color-4);
  }
  .ht2026-contacts--item--last div:hover a {
    color: var(--Color-3);
  }
  .ht2026-contacts--item--last div:last-child:hover {
    background: var(--Color-5);
  }
  .ht2026-main__menu .ht2026-menu--links ul a:hover {
    color: var(--Color-4);
  }
  .ht2026-contacts--item:hover {
    background: var(--Color-4);
  }
  .ht2026-contacts--item:hover h3 {
    color: var(--Color-3);
  }
  .ht2026-contacts--item:hover > a {
    color: var(--Color-3);
  }
  .ht2026-contacts--item:hover > p {
    color: var(--Color-6);
  }
  .ht2026-contacts--item--last:hover {
    background: transparent;
  }
  .ht2026-copyright a:hover {
    color: var(--Color-4);
  }
}

.ht2026-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding-inline: 16px;
  background-image: url(../img/hero-bg-320.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ht2026-hero::after {
  content: "18+";
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--Color-7, #8b8b8c);
  font-size: 16px;
}

.ht2026-hero__in {
  margin: auto;
  width: 288px;
  text-align: center;
  line-height: 1;
}

.ht2026-hero__title {
  margin-bottom: 10px;
  color: #e4e4e3;
  font-size: 31px;
  font-weight: 700;
  font-family: "ActayWide";
  text-transform: uppercase;
}

.ht2026-hero__text {
  color: var(--Color-6, #e6e6e6);
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .ht2026-hero {
    min-height: 372px;
    background-image: url(../img/hero-bg-768.png);
  }

  .ht2026-hero::after {
    top: 16px;
    right: 16px;
  }

  .ht2026-hero__in {
    width: 342px;
  }

  .ht2026-hero__title {
    margin-bottom: 0;
    font-size: 41px;
  }
}

@media screen and (min-width: 1279.99px) {
  .ht2026-hero {
    min-height: 564px;
    background-image: url(../img/hero-bg-1280.png);
  }

  .ht2026-hero::after {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }

  .ht2026-hero__in {
    width: 483px;
  }

  .ht2026-hero__title {
    margin-bottom: 20px;
    font-size: 64px;
  }

  .ht2026-hero__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1560px) {
  .ht2026-hero {
    background-image: url(../img/hero-bg-1920.png);
  }

  .ht2026-hero__in {
    width: 620px;
  }

  .ht2026-hero__title {
    margin-bottom: 18px;
    font-size: 82px;
  }
}
