html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html,
body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/старый Edge */
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: white;
}

body * {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.hero {
  position: relative;
  background: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.78vw 10.07vw;
  row-gap: 8.68vw;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero__background {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hero__background picture,
.hero__background-image {
  position: absolute;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
}

.hero__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.hero__logo {
  width: 11.11vw;
  height: auto;
}

.hero__logo-image {
  width: inherit;
}

.hero__nav {
  padding-bottom: 0.69vw;
  border-bottom: 0.21vw solid rgba(255, 255, 255, 0.25);
}

.hero__nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.69vw;
  list-style: none;
  margin-bottom: 0;
}

.hero__nav-item {
  font-family: Unbounded Regular;
  font-weight: 400;
  font-size: 1.11vw;
  line-height: 1.81vw;
  letter-spacing: 0;
}

.hero__nav-link {
  color: rgba(255, 255, 255, 1);
  padding: 0 1.39vw 0.69vw;
  display: block;
  transition: all 0.5s ease;
  border-bottom: 0.21vw solid rgba(255, 255, 255, 0);
}

.hero__nav-link:hover {
  border-bottom: 0.21vw solid rgba(255, 255, 255, 1);
}

.hero__contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.39vw;
}

.hero__contact-icon {
  width: 1.94vw;
  height: 1.94vw;
}

.hero__container {
  padding: 0 18.75vw 0 17.36vw;
  width: 100%;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15.63vw;
}

.hero__info-image {
  width: 9.38vw;
  height: auto;
}

.hero__subtitle {
  font-family: Unbounded Regular;
  font-weight: 400;
  font-size: 0.92vw;
  line-height: 1.11vw;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  transform: rotate(-4.08deg);
  margin-bottom: 4.17vw;
  width: 100%;
}

.hero__button {
  font-family: Unbounded Regular;
  font-weight: 400;
  font-size: 1.11vw;
  line-height: 1.11vw;
  letter-spacing: 0;
  color: white;
  padding: 1.11vw 1.67vw;
  border-radius: 0.69vw;
  background: linear-gradient(90deg, #d72c2c 0%, #ffa700 100%);
  box-shadow: 0 0.28vw 0.28vw 0 rgba(0, 0, 0, 0.25);
  margin-left: 1.39vw;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.hero__burger {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero__date,
.hero__place {
  display: none;
}

@media (max-width: 575.5px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: 162.5vw;
    height: 100svh;
    padding: 10.94vw 9.38vw 12.5vw;
    row-gap: 0;
    align-items: stretch;
    overflow: hidden;
  }

  .hero__background-image {
    object-fit: cover;
  }

  .hero__header {
    position: relative;
    z-index: 5;
  }

  .hero__logo {
    height: 12.19vw;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__logo-image {
    width: inherit;
    height: inherit;
  }

  .hero__nav,
  .hero__contacts {
    display: none;
  }

  .hero__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.94vw;
    width: 6.56vw;
    height: 3.75vw;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: fixed;
    top: 10.94vw;
  }

  .hero__burger:focus {
    outline: none;
  }

  .hero__burger span {
    display: block;
    width: 6.56vw;
    height: 0.63vw;
    background: #ffffff;
    border-radius: 3.12vw;
  }

  .hero__burger span:last-child {
    width: 5.31vw;
  }

  .hero__container {
    width: 100%;
    padding: 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }

  .hero__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "subtitle date"
      "place date"
      "button button";
    align-items: start;
    column-gap: 8.75vw;
    row-gap: 4.38vw;
    width: 100%;
  }

  .hero__info {
    display: none;
  }

  .hero__info-image {
    display: none;
  }

  .hero__subtitle {
    grid-area: subtitle;
    font-family: Body Grotesque Large Trial Bold;
    font-weight: 700;
    font-style: Bold;
    font-size: 3.23vw;
    line-height: 3.44vw;
    letter-spacing: 0%;
    text-transform: uppercase;
    transform: none;
    margin-bottom: 0;
    position: relative;
    top: 3.12vw;
  }

  .hero__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    grid-area: date;
  }

  .hero__date-day {
    font-family: Unbounded Bold;
    font-weight: 700;
    font-size: 15.67vw;
    line-height: 18.75vw;
    letter-spacing: 0;
    color: white;
    text-transform: uppercase;
  }

  .hero__date-month {
    font-family: Body Grotesque Large Trial Bold;
    font-weight: 700;
    font-size: 5.45vw;
    line-height: 6.56vw;
    letter-spacing: 0;
    color: white;
    text-transform: uppercase;
  }

  .hero__place {
    grid-area: place;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: TT Travels Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.81vw;
    line-height: 3.44vw;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: white;
    white-space: nowrap;
  }

  .hero__button {
    width: fit-content;
    grid-area: button;
    align-self: center;
    margin-left: 0;
    padding: 3.75vw 4.38vw;
    border-radius: 2.28vw;
    font-family: Unbounded Regular;
    font-weight: 400;
    font-style: Regular;
    font-size: 3.65vw;
    line-height: 3.75vw;
    letter-spacing: 0;
    color: white;
    background: linear-gradient(90deg, #d72c2c 0%, #ffa700 100%);
    box-shadow: 0 1.25vw 1.25vw 0 rgba(0, 0, 0, 0.25);
    margin: 4.69vw auto 0;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
  }

  .mobile-menu.is-open {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.45);
  }

  .mobile-menu__panel {
    width: 64.06vw;
    height: 100svh;
    padding: 10.94vw 9.38vw 9.38vw;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0 1.25vw 1.25vw 0;
    transform: translateX(-120%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
  }

  .mobile-menu__close {
    display: flex;
    align-items: center;
    gap: 6.25vw;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: TT Travels DemiBold;
    font-weight: 600;
    font-style: DemiBold;
    font-size: 3.97vw;
    line-height: 4.69vw;
    letter-spacing: -0.02em;
    color: rgba(158, 38, 16, 1);
    cursor: pointer;
    text-transform: uppercase;
  }

  .mobile-menu__close:focus {
    outline: none;
  }

  .mobile-menu__close span {
    position: relative;
    display: block;
    width: 6.56vw;
    height: 3.75vw;
    top: -1.25vw;
  }

  .mobile-menu__close span::before,
  .mobile-menu__close span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 6.88vw;
    height: 0.63vw;
    background: #b52517;
    border-radius: 3.12vw;
  }

  .mobile-menu__close span::before {
    top: 0.94vw;
    box-shadow: 0 1.56vw 0 #b52517;
  }

  .mobile-menu__close span::after {
    top: 4.06vw;
    width: 5.31vw;
  }

  .mobile-menu__nav {
    margin-top: auto;
  }

  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 4.69vw;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mobile-menu__link {
    font-family: TT Travels Regular;
    font-weight: 400;
    font-style: Regular;
    font-size: 4.38vw;
    line-height: 5.31vw;
    letter-spacing: 0;
    color: rgba(129, 134, 139, 1);
  }

  .mobile-menu__link:hover,
  .mobile-menu__link.is-active {
    color: #f05a24;
  }

  .mobile-menu__contacts {
    display: flex;
    align-items: center;
    gap: 4.69vw;
    margin-top: 7.81vw;
  }

  .mobile-menu__contact-icon {
    display: block;
    width: 6.88vw;
    height: 6.88vw;
    object-fit: contain;
  }
}
