@import url('./events/assets/styles/fonts.css');

html {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

* {
  box-sizing: border-box
}

main {
  display: block
}

:active, :focus, :hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0
}

li, ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0
}

button, input, label, select, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1
}

input:focus {
  outline: 0
}

input::placeholder {
  color: inherit;
  font-size: inherit
}

input::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit
}

input::-moz-placeholder {
  color: inherit;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: inherit;
  font-size: inherit
}

input::-ms-input-placeholder {
  color: inherit;
  font-size: inherit
}

input, textarea {
  box-sizing: border-box
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box
}

::-webkit-search-decoration {
  display: none
}

textarea {
  overflow: auto
}

select[multiple], textarea {
  vertical-align: top
}

::selection {
  color: inherit;
  background: inherit;
  text-shadow: inherit
}

::-webkit-selection {
  color: inherit;
  background: inherit;
  text-shadow: inherit
}

::-moz-selection {
  color: inherit;
  background: inherit;
  text-shadow: inherit
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

blockquote {
  margin: 0
}

@font-face {
  font-family: Avenir-Medium;
  src: url(assets/fonts/src/fonts/Avenir-Medium/AvenirNextCyr-Medium.woff) format("woff"), url(assets/fonts/src/fonts/Avenir-Medium/AvenirNextCyr-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Inter-Regular;
  src: url(assets/fonts/src/fonts/Inter-Regular/Inter-Regular.woff) format("woff"), url(assets/fonts/src/fonts/Inter-Regular/Inter-Regular.woff2) format("woff2");
  font-display: swap
}

body, html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: Inter-Regular, sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  overflow-x: hidden
}

.main {
  background: url(assets/img/desktop_new_3.jpg) top/cover no-repeat;
  overflow: hidden;
  position: relative;
}

.main:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 479.9px) {
  .main {
    background: url(assets/img/background-mob_3.jpg) 50%/cover no-repeat
  }
}

.main__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main__navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 16px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 479.9px) {
  .main__container {
    -webkit-justify-content: center;
    justify-content: center
  }
}

.main__content {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: column;
  gap: 50px;
}

@media screen and (max-width: 479.9px) {
  .main__content {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 86px;
  }
}

.main__content, .main__logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.main__logo {
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}


@media screen and (orientation: landscape) and (max-height: 420px) and (min-aspect-ratio: 13/9) {
  .main__logo {
    margin: 12.5vh 0
  }
}

.main__logo > img {
  width: 221px;
  height: 100%
}

@media screen and (max-width: 479.9px) {
  .main__logo > img {
    width: 56.2vw
  }
}

.footer {
  max-width: 420px;
  width: 100%
}

@media screen and (max-width: 479.9px) {
  .footer {
    max-width: 304px
  }
}

.footer__content {
  text-align: center
}

.footer__top {
  padding: 0 0 29px
}

.footer__bottom {
  padding: 24px 0 40px;
  border-top: 1px solid #7a7a7a
}

.footer__address {
  font-style: normal
}

@media screen and (max-width: 479.9px) {
  .footer__address {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.footer__address-tel {
  color: #7a7a7a;
  text-decoration: none
}

.footer__address-tel:hover {
  text-decoration: underline;
  transition: .4s ease
}

.footer__address-text {
  position: relative;
  padding: 0 0 0 18px
}

@media screen and (max-width: 479.9px) {
  .footer__address-text {
    padding: 0
  }
}

.footer__address-text:before {
  content: "/";
  position: absolute;
  left: 7px
}

@media screen and (max-width: 479.9px) {
  .footer__address-text:before {
    content: ""
  }
}

.footer__social {
  margin: 24px 0 0;
  display: -webkit-flex;
  display: flex
}

.footer__social, .social {
  -webkit-justify-content: center;
  justify-content: center
}

.social {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.social:not(:last-child) {
  margin: 0 16px 0 0
}

.social > img {
  width: 100%;
  height: auto;
  transition: .4s ease
}

.social > img:hover {
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4)
}

.navigation-btn {
  font-family: 'Avenir-Medium', sans-serif;
  display: block;
  width: 100%;
  border: 1px solid #DA4D2E;
  border-radius: 8px;
  padding: 16px 24px 16px 24px;
  letter-spacing: .2rem;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  color: #DA4D2E;
  text-decoration: none;
  text-align: center;
}

.navigation-btn:hover {
  color: #ffffff;
  background-color: #DA4D2E;
  transition: all .3s ease-in-out;
}

.reserve-btn {
  background-color: #DA4D2E;
  color: #ffffff;
}

.text-main {
  font-style: italic;

  color: #D95130;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-family: 'DrukCond-SuperItalic', Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;

}

@media screen and (min-width: 550px) {
  .text-main {
    font-size: 96px;
    line-height: 78px;
    letter-spacing: 8px;
  }
}
