/* =====================================================================================================================
Defaults
===================================================================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  xbackground-color: #ff9;
  xcolor: #000;
  xxtext-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* =====================================================================================================================
Base settings
===================================================================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: block;
  padding: 0;
  background: linear-gradient(180deg, #202223 0%, #4D3F2B 59.01%, #212223 100%);
  XXbackground-repeat: no-repeat;
  background-size: cover;
  color: #353042;
  text-align: center;
  min-height: 100vh;
  font-size: 100%;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s cubic-bezier(0.535, 0.005, 0, 1);
}
body.admin-bar {
  padding-top: 32px;
}
body.body--gallery-open {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 1228px) {
  body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1250px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: transparent url(../ox_club/_assets/_img/svg/img_ox-bx.svg) no-repeat top/cover;
    z-index: -1;
  }
}

.c-event__image {
	
	border-radius: 6%;
    margin-top: 5%;
    margin-bottom: 4%;
	
}

.page-loading .content .u-section--animate {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
}
.page-loaded .content .u-section--animate {
  transition: all 0.5s cubic-bezier(0.535, 0.005, 0, 1) 0.1s;
}
.content .u-section--animate:nth-child(1) {
  transition-delay: 0.1s;
}
.content .u-section--animate:nth-child(2) {
  transition-delay: 0.2s;
}
.content .u-section--animate:nth-child(3) {
  transition-delay: 0.3s;
}
.content .u-section--animate:nth-child(4) {
  transition-delay: 0.4s;
}
.content .u-section--animate:nth-child(5) {
  transition-delay: 0.5s;
}
.content .u-section--animate:nth-child(6) {
  transition-delay: 0.6s;
}
.content .u-section--animate:nth-child(7) {
  transition-delay: 0.7s;
}
.content .u-section--animate:nth-child(8) {
  transition-delay: 0.8s;
}
.content .u-section--animate:nth-child(9) {
  transition-delay: 0.9s;
}
.content .u-section--animate:nth-child(10) {
  transition-delay: 1s;
}
.content .u-section--animate:nth-child(11) {
  transition-delay: 1.1s;
}
.content .u-section--animate:nth-child(12) {
  transition-delay: 1.2s;
}
.content .u-section--animate:nth-child(13) {
  transition-delay: 1.3s;
}
.content .u-section--animate:nth-child(14) {
  transition-delay: 1.4s;
}
.content .u-section--animate:nth-child(15) {
  transition-delay: 1.5s;
}
.content .u-section--animate:nth-child(16) {
  transition-delay: 1.6s;
}
.content .u-section--animate:nth-child(17) {
  transition-delay: 1.7s;
}
.content .u-section--animate:nth-child(18) {
  transition-delay: 1.8s;
}
.content .u-section--animate:nth-child(19) {
  transition-delay: 1.9s;
}
.content .u-section--animate:nth-child(20) {
  transition-delay: 2s;
}
.content .u-section--animate:nth-child(21) {
  transition-delay: 2.1s;
}
.content .u-section--animate:nth-child(22) {
  transition-delay: 2.2s;
}
.content .u-section--animate:nth-child(23) {
  transition-delay: 2.3s;
}
.content .u-section--animate:nth-child(24) {
  transition-delay: 2.4s;
}
.content .u-section--animate:nth-child(25) {
  transition-delay: 2.5s;
}
.content .u-section--animate:nth-child(26) {
  transition-delay: 2.6s;
}
.content .u-section--animate:nth-child(27) {
  transition-delay: 2.7s;
}
.content .u-section--animate:nth-child(28) {
  transition-delay: 2.8s;
}
.content .u-section--animate:nth-child(29) {
  transition-delay: 2.9s;
}
.content .u-section--animate:nth-child(30) {
  transition-delay: 3s;
}

.app {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.app--white {
  background-color: #ffffff;
}

.clear {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.sr {
  display: block;
  height: 0;
  text-indent: -9000px;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

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

*:focus {
  outline: 0;
}

*::-webkit-input-placeholder {
  color: #000000;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #000000;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #000000;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* =====================================================================================================================
Utils
===================================================================================================================== */
:root {
  --container-padding: 1.25rem;
}
.u-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  text-align: left;
}
.u-container--large {
  max-width: 1280px;
}
.u-container--mid {
  max-width: 1200px;
}
.u-container--M {
  max-width: 1126px;
}
.u-container--small {
  max-width: 820px;
}
.u-container--x-small {
  max-width: 700px;
}
.u-container--right-slide {
  padding-right: unset;
}
@media screen and (min-width: 1280px) {
  .u-container--right-slide {
    margin-right: unset;
    max-width: 100vw;
    margin-left: calc((100vw - 1280px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .u-container--left-slide {
    padding-left: unset;
  }
}
@media screen and (min-width: 1280px) {
  .u-container--left-slide {
    margin-left: unset;
  }
}

@media only screen and (min-width: 1600px) {
  .u-inner {
    margin: 0 auto;
    max-width: 1680px;
  }
}

.clickevent-main {
	cursor:pointer;	
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.clickevent-week {
	cursor:pointer;	
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.clickevent-month {
	cursor:pointer;	
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.clickevent-program {
	cursor:pointer;	
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.u-button {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #daa75b;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1228px) {
  .u-button--large {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-button--primary {
  background-color: #daa75b;
  border-radius: 8px;
  color: #1F2122;
  border: 2px solid #daa75b;
}
.u-button--primary:hover {
  background-color: #d59c46;
}
.u-button--secondary {
  background-color: #1F2122;
  color: #daa75b;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.u-button--secondary:hover {
  background-color: #131415;
}
.u-button--outline {
  background-color: rgba(225, 220, 237, 0);
  border: 2px solid #daa75b;
  line-height: 20px;
  border-radius: 8px;
}
.u-button--outline:hover {
  background-color: #e1dced;
}
.u-button--outline::after {
  color: #daa75b;
  right: 24px;
}
.u-button--inverse {
  background-color: #daa75b;
  color: #ffffff;
}
.u-button--inverse::after {
  color: #daa75b;
}
.u-button--inverse:hover {
  background-color: #d59c46;
}
.u-button--link {
  text-decoration: none;
}
.u-button--primary, .u-button--outline, .u-button--inverse {
  text-decoration: none;
}

.u-block {
  margin: 40px 0;
  opacity: 0;
  transform: translateY(150px);
}
@media only screen and (min-width: 1024px) {
  .u-block {
    margin: 70px 0;
  }
}
.u-block--heading {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
}
.u-block.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.u-block.u-op {
  color: white;
}
.u-block.u-op .u-h {
  margin-bottom: 1em;
}
.u-block.u-op ol {
  margin-bottom: 3em;
}
.u-block.u-op ol li {
  margin-bottom: 0.8em;
}

.u-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.u-links__item {
  margin: 0 1em;
}
.u-links__item:first-child {
  margin-left: 0;
}
.u-links__item:last-child {
  margin-right: 0;
}
.u-links--flex {
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .u-links--flex {
    flex-direction: row;
    justify-content: center;
  }
}
.u-links--flex .u-links__item {
  max-width: 340px;
}
.u-links--flex .u-button {
  width: 100%;
  text-align: center;
  padding: 12px 32px;
}
@media only screen and (min-width: 1024px) {
  .u-links--flex .u-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.u-list {
  list-style: none;
}

.u-list-item {
  padding-left: initial;
  padding-right: 14px;
}
@media only screen and (min-width: 768px) {
.u-list-item {
  padding-left: initial;
  padding-right: initial;
}
}

.u-list__item {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
}
.u-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="7.07104" width="10" height="10" transform="rotate(-45 0 7.07104)" fill="%23DAA75B"/></svg>');
  background-size: cover;
}

.u-h {
  display: block;
  font-weight: 400;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1.25em;
  text-transform: uppercase;
}
.u-h--hero {
  font-size: 44px;
  font-size: 2.75rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .u-h--hero {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.u-h--highlight {
  color: #06E0A9;
}
.u-h--section {
  font-family: nimbus-sans-extended, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.u-h--section span {
  display: block;
  margin-right: 2em;
}
.u-h--1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
	
	
  .u-h--1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 60px;
  }
}
.u-h--2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 1440px) {
  .u-h--2 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 48px;
  }
}
.u-h--3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 1440px) {
  .u-h--3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 25px;
  }
}
.u-h--4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (min-width: 1440px) {
  .u-h--4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-h--5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (min-width: 1440px) {
  .u-h--5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-h--6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (min-width: 1440px) {
  .u-h--6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.u-h--section {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  border: 1px solid #daa75b;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.u-p, p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.u-p--highlight {
  font-weight: 700;
}
.u-p--large {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media only screen and (min-width: 768px) {
  .u-p--large {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.u-bg--grey {
  background-color: #EAECF0;
}

.u-filters {
  color: #daa75b;
}
.u-filters-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   justify-content: center;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .u-filters-list {
    overflow: hidden;
    justify-content: center;
  }
}
.u-filters-item:last-child > *::after {
  content: none;
}
.u-filters-link {
  text-decoration: none;
  color: inherit;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.u-filters-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #daa75b;
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: 16px;
}
@media only screen and (min-width: 1228px) {
  .u-filters-link::after {
    margin-left: 20px;
  }
}

.u-column__block:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .u-column--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* =====================================================================================================================
Components
===================================================================================================================== */
.nav {
  z-index: 99;
  position: fixed;
  top: 0;
  width: calc(100% - 40px);
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 1024px) {
  .nav {
    height: 100px;
    display: flex;
    align-items: center;
    max-width: 1372px;
  }
}
.nav.show {
  transform: translate(-50%, 0);
  transition: all 0.4s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.nav.hide {
  transform: translate(-50%, -100%);
  transition: all 0.4s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.nav__bg {
  position: relative;
  z-index: 99;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(125, 88, 32, 0.96) 0%, rgba(23, 24, 25, 0.96) 58.68%, rgba(23, 24, 25, 0.96) 75.63%, rgba(125, 88, 32, 0.96) 100%);
  box-shadow: 5px 15px 55px 0px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px 0px rgba(255, 216, 116, 0.2) inset;
}
@media only screen and (min-width: 1024px) {
  .nav__bg {
    background: var(--gradient-gold, linear-gradient(90deg, rgba(69, 54, 32, 0.96) 1.83%, rgba(23, 24, 25, 0.96) 26.24%, rgba(23, 24, 25, 0.96) 81.61%, rgba(69, 54, 32, 0.96) 100%));
  }
}
.nav__content {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
}
@media only screen and (min-width: 1024px) {
  .nav__content {
    padding: 12px 24px;
  }
}
.nav__logo {
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  .nav__logo {
    height: 65px;
  }
}
.nav__logo-figure {
  height: 100%;
  display: flex;
}
.nav__cta {
  margin-left: auto;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .nav__cta {
    display: none;
  }
}
.nav__cta .u-list {
  display: flex;
  gap: 20px;
}
.nav__cta .u-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
}
.nav__menu-icon {
  height: 30px;
  cursor: pointer;
}
.nav__menu-icon svg {
  height: 30px;
}
.nav__menu-icon #top-line,
.nav__menu-icon #mid-line,
.nav__menu-icon #bot-line {
  transition: transform 0.3s ease, opacity 0.3s ease, scale 0.3s ease;
  transform-origin: center;
}
.nav__menu-icon--closed #top-line {
  transform-origin: center;
  transform: rotate(0deg) translate(0px, 0px);
}
.nav__menu-icon--closed #mid-line {
  transform-origin: center;
  transform: scale(1);
}
.nav__menu-icon--closed #bot-line {
  transform-origin: center;
  transform: rotate(0deg) translate(0px, 0px);
}
.nav__menu-icon--opened #top-line {
  transform-origin: center;
  transform: rotate(45deg) translate(-2px, 13px);
}
.nav__menu-icon--opened #mid-line {
  transform-origin: center;
  transform: scale(0);
}
.nav__menu-icon--opened #bot-line {
  transform-origin: center;
  transform: rotate(-45deg) translate(-7px, -9px);
}
.nav__menu-content {
  position: absolute;
  z-index: 98;
  top: 50px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(218, 167, 91, 0.95) 35px);
}
@media only screen and (min-width: 1024px) {
  .nav__menu-content {
    top: 80px;
    width: 50%;
    left: unset;
    right: 0;
  }
}
.nav__menu-content--hidden {
  height: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.nav__menu-content--hidden > * {
  display: none;
}
.nav__menu-content--visible {
  padding: 40px 20px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.nav__menu-content--visible > * {
  display: block;
}
.nav__menu-list {
  list-style: none;
  text-align: right;
}
.nav__menu-item:not(:last-child) {
  margin-bottom: 30px;
}
.nav__menu-link {
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2122;
}
.nav__menu-link:hover, .nav__menu-link:focus-within {
  text-decoration: underline;
}

.header {
  padding-top: 16px;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 90px;
  }
}

.c-event__box {
  background: transparent url("../ox_club/_assets/_img/img/BG-svetle.webp") no-repeat center/cover;
  border-radius: 16px;
  padding: 16px 10px 16px 16px;
  color: #1F2122;
}
.c-event__box--guest {
  background: transparent url("../ox_club/_assets/_img/img/img_main-event.jpg") no-repeat center/cover;
  color: #ffffff;
}
.c-event__box--guest .month-event__day {
  background-color: #daa75b;
}
.c-event__box--guest .month-event__day-text {
  color: #1F2122;
}
.c-event__box--guest .month-event__day, .c-event__box--special-dark .month-event__day, .c-event__box--special-light .month-event__day {
  background-color: #daa75b;
}
.c-event__box--guest .month-event__day-text, .c-event__box--special-dark .month-event__day-text, .c-event__box--special-light .month-event__day-text {
  color: #1F2122;
}
.c-event__box--special-dark {
  background: transparent url("../ox_club/_assets/_img/img/img_bg--special-v2.jpg") no-repeat center/cover;
}
.c-event__box--special-light {
  background: transparent url("../ox_club/_assets/_img/img/img_bg--special-v2.jpg") no-repeat center/cover;
  color: #ffffff;
}
.c-event__box .c-event__content {
  display: grid;
  grid-template-columns: 1fr 150px;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media only screen and (min-width: 1024px) {
  .c-event__box .c-event__content {
    grid-template-columns: 1fr 206px;
  }
}
@media only screen and (min-width: 1228px) {
  .c-event__box .c-event__content {
    grid-template-columns: 1fr 256px;
  }
}
@media only screen and (min-width: 1440px) {
  .c-event__box .c-event__content {
    grid-template-columns: 1fr 306px;
  }
}

.c-event__date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 20px;
  flex-direction: row;
  position: relative;
  xxheight: 100%;
}
@media only screen and (min-width: 1024px) {
  .c-event__date {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    height: 100%;
  }
}
.c-event__date span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .c-event__date span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
  }
}
.c-event__box .c-event__date span:first-child::after {
  content: "";
  width: 4px;
  height: 20px;
  display: inline-block;
  background: transparent url("../ox_club/_assets/_img/svg/icon_date-week-divider.svg") no-repeat left center/contain;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .c-event__box .c-event__date span:first-child::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 36px;
    height: 5px;
    background: transparent url("../ox_club/_assets/_img/svg/icon_podrzitko.svg") no-repeat left center/contain;
  }
}

@media only screen and (min-width: 768px) {
  .month-event .c-event__date span:first-child::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 36px;
    height: 5px;
    background: transparent url("../ox_club/_assets/_img/svg/icon_podrzitko.svg") no-repeat left center/contain;
  }
}

.c-event__night {
  min-height: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0;
  max-width: 299px;
}
.c-event__night .u-h--3 {
  text-transform: uppercase;
  line-height: 1;
}
.c-event__cta .u-button {
  padding: 10px 16px;
  XXheight: 37px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1228px) {
  .c-event__cta .u-button {
    padding: 10px 16px;
  }
}
.c-event__img {
  grid-column: 2/3;
  grid-row: 1/4;
  display: grid;
  place-content: center;
}

.footer {
  margin-top: 80px;
  margin-bottom: 296px;
  position: relative;
}
.footer::after {
  content: "";
  background: transparent url("../ox_club/_assets/_img/svg/img_footer-bg-mobile.svg") no-repeat top center/cover;
  width: 75%;
  height: 245px;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -296px;
}
@media only screen and (min-width: 1024px) {
  .footer::after {
    background: transparent url("../ox_club/_assets/_img/svg/img_footer-bg.svg") no-repeat top center/cover;
  }
}
@media only screen and (min-width: 1440px) {
  .footer::after {
    width: 100%;
    max-width: 1579px;
  }
}
.footer__menu {
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu::before {
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #daa75b;
  position: absolute;
}
.footer__menu .u-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5em;
}
.footer__menu .u-menu-link {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.footer__menu--small .u-links {
  justify-content: center;
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer__menu--small .u-links {
    justify-content: flex-end;
  }
}
.footer__menu--small .u-links__link {
  color: #daa75b;
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__content::before {
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #daa75b;
  position: absolute;
}
.footer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 26px 0;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    order: 1;
  }
}
.footer__logo-figure {
  max-width: 100px;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .footer__socials {
    order: 3;
  }
}
.footer__socials--link svg {
  width: 37px;
  height: 37px;
}
.footer__socials .u-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
}
.footer__cta {
  grid-column: span 2;
  padding-top: 50px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer__cta {
    padding-top: 0;
    order: 2;
  }
}
.footer__cta::before {
  content: "";
  width: 100%;
  height: 3px;
  top: -3px;
  left: 0;
  background: #daa75b;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .footer__cta::before {
    content: none;
  }
}
.footer__cta .u-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media only screen and (min-width: 1024px) {
  .footer__cta .u-list {
    flex-direction: row;
    gap: 24px;
  }
}
.footer__cta .u-button {
  height: 37px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1228px) {
  .footer__cta .u-button {
    font-size: 16px;
    font-size: 1rem;
    height: 43px;
  }
}

/* =====================================================================================================================
Blocks
===================================================================================================================== */
.hero-text__content {
  position: relative;
  padding: 26px 0;
}
.hero-text__content::after, .hero-text__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #daa75b;
  left: 0;
}
.hero-text__content::before {
  top: 0;
}
.hero-text__content::after {
  bottom: 0;
}
.hero-text .u-h--1 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .cta-buttons.u-block {
    display: none;
  }
}
.cta-buttons .u-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cta-buttons .u-button {
  text-transform: uppercase;
  height: 43px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1228px) {
  .cta-buttons .u-button {
    height: 52px;
    font-size: 18px;
    padding: 12px 36px;
  }
}

@media only screen and (min-width: 768px) {
  .main-event {
    margin-top: 100px;
  }
}
.main-event__single {
  background: transparent url("../ox_club/_assets/_img/img/img_main-event.jpg") no-repeat center/cover;
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 1440px) {
  .main-event__single {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main-event__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-event__header {
  display: flex;
  align-items: flex-start;
  height: 65px;
  gap: 10px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .main-event__header {
    height: 100px;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-event__header {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1228px) {
  .main-event__header {
    margin-bottom: 48px;
  }
}
.main-event__headliner--text {
  text-transform: uppercase;
  line-height: 33px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .main-event__headliner--text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-event__headliner--text {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 50px;
    max-width: 605px
  }
}
@media only screen and (min-width: 1228px) {
  .main-event__headliner--text {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-event__headliner--text {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 55px;
  }
}
.main-event__label {
  background-color: #daa75b;
  border-radius: 8px;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1228px) {
  .main-event__label {
    margin-bottom: 48px;
  }
}
.main-event__label--text {
  color: #1F2122;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.main-event__date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .main-event__date {
    height: 100px;
  }
}
@media only screen and (min-width: 1228px) {
  .main-event__date {
    height: 112px;
  }
}
.main-event__date::after {
  content: "";
  top: 50%;
  left: 0;
  width: 26px;
  height: 4px;
  background: transparent url("../ox_club/_assets/_img/svg/icon_podrzitko.svg") no-repeat left center/contain;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-event__date::after {
    width: 53px;
    height: 8px;
  }
}
.main-event__date span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .main-event__date span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-event__date span {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
  }
}
.main-event__support {
  margin-bottom: 40px;
  display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1228px) {
  .main-event__support {
    margin-bottom: 48px;
    max-width: 548px;
    
  }
}
.main-event__support--link {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 1228px) {
  .main-event__support--link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main-event__support--link:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (min-width: 1228px) {
  .main-event__support--link:not(:last-child) {
    margin-right: 16px;
  }
}
.main-event__support--link:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #daa75b;
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: 12px;
}
@media only screen and (min-width: 1228px) {
  .main-event__support--link:not(:last-child)::after {
    margin-left: 20px;
  }
}
.main-event__cta .u-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.main-event__cta .u-button {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 16px;
  height: 37px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1228px) {
  .main-event__cta .u-button {
    font-size: 18px;
    font-size: 1.125rem;
    height: 52px;
    padding: 12px 32px;
  }
}
.main-event__img {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .main-event__img {
    max-width: 511px;
  }
}
@media only screen and (min-width: 1228px) {
  .main-event__img {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-event__img {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1228px) {
  .main-event__text {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-event__text {
    padding-left: 150px;
  }
}

.week-event {
  padding-top: 40px;
}
.week-event__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .week-event__wrap {
    flex-direction: row;
    justify-content: center;
  }
}
.week-event__wrap > * {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.week-event__wrap.in-view > *:nth-child(1) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.1s forwards;
}
.week-event__wrap.in-view > *:nth-child(2) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.2s forwards;
}
.week-event__wrap.in-view > *:nth-child(3) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.3s forwards;
}
.week-event__wrap.in-view > *:nth-child(4) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.4s forwards;
}
.week-event__wrap.in-view > *:nth-child(5) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.5s forwards;
}
.week-event__wrap.in-view > *:nth-child(6) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.6s forwards;
}
.week-event__wrap.in-view > *:nth-child(7) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.7s forwards;
}
.week-event__wrap.in-view > *:nth-child(8) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.8s forwards;
}
.week-event__wrap.in-view > *:nth-child(9) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.9s forwards;
}
.week-event__wrap.in-view > *:nth-child(10) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1s forwards;
}
@keyframes slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .week-event__single {
    flex-grow: 1;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1228px) {
  .week-event__single {
    height: 354px;
    padding: 30px 28px 30px 40px;
  }
}
@media only screen and (min-width: 1228px) {
  .week-event .c-event__date {
    height: 110px;
  }
}
@media only screen and (min-width: 1228px) {
  .week-event .c-event__date span {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1228px) {
  .week-event .c-event__date span:first-child::after {
    width: 53px;
    height: 8px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 1228px) {
  .week-event .c-event__img {
    height: 256px;
  }
}
@media only screen and (min-width: 1440px) {
  .week-event .c-event__img {
    height: 306px;
  }
}

.c-event__content.month-event__content {
  grid-template-columns: 1fr;
}

.month-event__slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.month-event__slider-pagination .swiper-pagination-bullet {
  background: #daa75b;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.month-event__slider-pagination .swiper-pagination-bullet-active {
  width: 47px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.month-event__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: var(--container-padding);
}
@media screen and (min-width: 1280px) {
  .month-event__wrap {
    padding-left: calc((100vw - 1280px) / 2 + var(--container-padding));
  }
}
.month-event__wrap .swiper-wrapper > * {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(1) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.1s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(2) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.2s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(3) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.3s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(4) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.4s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(5) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.5s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(6) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.6s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(7) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.7s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(8) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.8s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(9) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.9s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(10) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(11) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.1s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(12) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.2s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(13) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.3s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(14) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.4s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(15) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.5s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(16) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.6s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(17) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.7s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(18) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.8s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(19) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.9s forwards;
}
.month-event__wrap .swiper-wrapper.in-view > *:nth-child(20) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2s forwards;
}
@keyframes slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.month-event__single {
  max-width: 180px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .month-event__single {
    max-width: 316px;
    width: 100%;
  }
}
.month-event__day {
  background-color: #1F2122;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 0 14px;
}
@media only screen and (max-width: 767px) {
  .month-event__day {
    display: none;
  }
}
.ext-poradatel-v-g {
	display: none;
}

@media only screen and (max-width: 767px) {
  .ext-poradatel-v-g {    
	min-height:46px;
	max-height:46px;
	padding-top:12px;
	display:block;
  }
}

.ext-poradatel-v {
	background-color: #daa75b;
	border-radius: 8px;
	Xmargin-top: 16px;
	padding-left: 10px;
	Xmargin-bottom: 12px;
}

.ext-poradatel-v-text {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 0.7rem;
  line-height: 16px;
}


.ext-poradatel-s-g {
	display: none;
}

@media only screen and (max-width: 767px) {
  .ext-poradatel-s-g {    

	max-width: 166px;
	padding-top:12px;
	display:block;
  }
}

.ext-poradatel-s {
	
}

.ext-poradatel-s-text {
	background-color: #daa75b;
	border-radius: 8px;
	padding: 5px;
  color: #000;
  white-space: nowrap; 
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;  
  font-size: 0.7rem;
  line-height: 16px;
}
@media only screen and (max-width: 300px) {
	.ext-poradatel-s-text {	
  font-size: 0.4rem;
  width:110px;
}
}

.month-event__day-text {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
}
.month-event .c-event__box {
  padding: 16px 10px;
}
@media only screen and (min-width: 768px) {
  .month-event .c-event__box {
    padding: 30px;
  }
}
.month-event .c-event__header {
  order: 1;
  masrgin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .month-event .c-event__header {
    height: 83px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .month-event .c-event__header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .month-event .c-event__date {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .month-event .c-event__date span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
  }
}
.month-event .c-event__night {
  order: 3;
  height: 60px;
  margin: 16px 0;
  min-height: unset;
}
@media only screen and (min-width: 1024px) {
  .month-event .c-event__night {
    height: 77px;
  }
}
.month-event .c-event__night .u-h--3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .month-event .c-event__night .u-h--3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 25px;
  }
}
.month-event .c-event__img {
  grid-column: initial;
  grid-row: initial;
  order: 2;
}
.month-event .c-event__cta {
  order: 4;
}
.month-event .cta-buttons {
  margin-top: 40px;
}
.month-event .cta-buttons .u-list {
  justify-content: center;
}

.vip-block {
  padding-top: 120px;
  color: #ffffff;
}
.vip-block__image-bg {
  background: transparent url("../ox_club/_assets/_img/img/img_vip--diamond_new.png") center/cover;
  border-radius: 16px;
  min-height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 84px 0;
}
@media only screen and (min-width: 1024px) {
  .vip-block__image-bg {
    height: 620px;
    margin: 120px 0;
  }
}
.vip-block__image-bg::before {
  content: "";
  background: transparent url("../ox_club/_assets/_img/svg/img_vip-bg_mobile.svg") no-repeat center/contain;
  width: 80%;
  height: calc(100% + 168px);
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .vip-block__image-bg::before {
    background: transparent url("../ox_club/_assets/_img/svg/img_vip-bg.svg") no-repeat center/cover;
    width: 100%;
    max-width: 1570px;
    height: calc(100% + 240px);
  }
}
@media only screen and (min-width: 1600px) {
  .vip-block__image-bg::before {
    background: transparent url("../ox_club/_assets/_img/svg/img_vip-bg.svg") no-repeat center/contain;
  }
}
.vip-block__image-bg::after {
    content: "";
    position: absolute;
    background: black;
    opacity: .6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
}
.vip-block__heading {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .vip-block__heading {
    max-width: 1020px;
    margin: 0 auto;
  }
}
.vip-block__heading--highlight {
  display: block;
  color: #daa75b;
}
.vip-block__heading .u-h--1 {
  text-transform: uppercase;
  text-align: center;
}
.vip-block__text {
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .vip-block__text {
    padding-top: 80px;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
  }
}
.vip-block__text .u-p, .vip-block__text p {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .vip-block__text .u-p, .vip-block__text p {
    font-size: 24px;
  }
}
.vip-block .cta-buttons {
  margin-top: 40px;
}
.vip-block .cta-buttons .u-list {
  justify-content: center;
}

.vip-usp {
  color: #daa75b;
}
.vip-usp .u-h--3 {
  margin-bottom: 36px;
}
.vip-usp .u-p, .vip-usp p {
  margin-bottom: 36px;
}
.vip-usp__image {
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
}

.vip-usp .u-list{
  margin-bottom: 20px;
}

.zigzag {
  color: #ffffff;
}
.zigzag__card {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .zigzag__card {
    grid-template-columns: 45% 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1440px) {
  .zigzag__card {
    grid-template-columns: 43% 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (min-width: 1228px) {
  .zigzag__card {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .zigzag__card {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .zigzag__card {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.zigzag__card:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .zigzag__card--reverse {
    grid-template-columns: 1fr 43%;
  }
}
@media only screen and (min-width: 1440px) {
  .zigzag__card--reverse {
    grid-template-columns: 1fr 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .zigzag__card--reverse .u-h--section {
    grid-column: 2/3 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .zigzag__card--reverse .u-h--2 {
    grid-column: 2/3 !important;
  }
}
.zigzag__image {
  display: flex;
  border-radius: 16px;
  min-height: 250px;
  margin-bottom: 60px;
  overflow: hidden;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .zigzag__image {
    grid-column: 1/5;
    grid-row: 2/5;
    margin-bottom: 0;
  }
  .zigzag__card--reverse .zigzag__image {
    grid-column: 1/3;
  }
}
.zigzag__image_pronajem {
  display: flex;
  border-radius: 16px;
  min-height: 250px;
  margin-bottom: 60px;
  overflow: hidden;
  order: 3;
}
@media only screen and (min-width: 1024px) {
  .zigzag__image_pronajem {
    grid-column: 2/3;
    grid-row: 1/5;
    margin-bottom: 0;
  }
  .zigzag__card--reverse_pronajem .zigzag__image_pronajem {
    grid-column: 1/2;
  }
}
.zigzag__image--img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zigzag__text {
  margin-bottom: 60px;
  order: 4;
}
@media only screen and (min-width: 1024px) {
  .zigzag__text {
    grid-column: 1/2;
  }
  .zigzag__card--reverse .zigzag__text {
    grid-column: 2/3;
  }
  .zigzag__text-reverse {
    grid-column: 1/2;
  }
}
.zigzag__cta {
  order: 5;
}
@media only screen and (min-width: 1024px) {
  .zigzag__cta {
    grid-column: 4/5;
  }
  .zigzag__card--reverse .zigzag__cta {
    grid-column: 2/3;
  }
}
@media only screen and (min-width: 1024px) {
  .zigzag__cta_pronajem {
    grid-column: 1/2;
  }
  .zigzag__card--reverse .zigzag__cta {
    grid-column: 2/3;
  }
}
.zigzag__cta .u-button {
  height: 37px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1228px) {
  .zigzag__cta .u-button {
    font-size: 18px;
    height: 52px;
  }
}
.zigzag .u-h--section {
  margin-bottom: 24px;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .zigzag .u-h--section {
    grid-column: 1/2;
  }
  .zigzag .u-h--section-reverse {
    grid-column: 2/2;
  }
}
.zigzag .u-h--2 {
  text-transform: uppercase;
  margin-bottom: 60px;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .zigzag .u-h--2 {
    grid-column: 1/2;
  }
  .zigzag .u-h--2-reverse {
    grid-column: 2/2;
  }
}

.main-gallery__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .main-gallery__content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .main-gallery__content {
    padding-left: var(--container-padding);
  }
}
.main-gallery__slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.main-gallery__slider-pagination .swiper-pagination-bullet {
  background: #daa75b;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.main-gallery__slider-pagination .swiper-pagination-bullet-active {
  width: 47px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.main-gallery__img {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-gallery__img-link {
  aspect-ratio: 1;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .main-gallery__img-link:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-gallery__img-link {
    aspect-ratio: 13/9;
    max-height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-gallery__img-link {
    max-height: 425px;
  }
}
@media only screen and (min-width: 1228px) {
  .main-gallery__img-link {
    max-height: 525px;
    max-width: 783px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-gallery .u-container--right-slide {
    padding-right: var(--container-padding);
  }
}

.side-gallery {
  padding-bottom: 40px;
}
.side-gallery__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: scroll;
}
@media only screen and (min-width: 1024px) {
  .side-gallery__content {
    padding-left: var(--container-padding);
  }
}
.side-gallery__img {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.side-gallery__img-link {
  display: flex;
  width: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .side-gallery__img-link {
    width: 310px;
    height: 310px;
  }
}
@media only screen and (min-width: 1228px) {
  .side-gallery__img-link {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (min-width: 1440px) {
  .side-gallery__img-link {
    width: 410px;
    height: 410px;
  }
}
.side-gallery .cta-buttons {
  margin-top: 40px;
  padding-top: 40px;
}
.side-gallery .cta-buttons .u-list {
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .program .u-container--left-slide, .program .u-container--right-slide {
    margin: initial;
    padding: initial;
    max-width: initial;
  }
}
.program__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .program__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .program__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.program__wrap > * {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.program__wrap.in-view > *:nth-child(1) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.1s forwards;
}
.program__wrap.in-view > *:nth-child(2) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.2s forwards;
}
.program__wrap.in-view > *:nth-child(3) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.3s forwards;
}
.program__wrap.in-view > *:nth-child(4) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.4s forwards;
}
.program__wrap.in-view > *:nth-child(5) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.5s forwards;
}
.program__wrap.in-view > *:nth-child(6) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.6s forwards;
}
.program__wrap.in-view > *:nth-child(7) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.7s forwards;
}
.program__wrap.in-view > *:nth-child(8) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.8s forwards;
}
.program__wrap.in-view > *:nth-child(9) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 0.9s forwards;
}
.program__wrap.in-view > *:nth-child(10) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1s forwards;
}
.program__wrap.in-view > *:nth-child(11) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.1s forwards;
}
.program__wrap.in-view > *:nth-child(12) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.2s forwards;
}
.program__wrap.in-view > *:nth-child(13) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.3s forwards;
}
.program__wrap.in-view > *:nth-child(14) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.4s forwards;
}
.program__wrap.in-view > *:nth-child(15) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.5s forwards;
}
.program__wrap.in-view > *:nth-child(16) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.6s forwards;
}
.program__wrap.in-view > *:nth-child(17) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.7s forwards;
}
.program__wrap.in-view > *:nth-child(18) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.8s forwards;
}
.program__wrap.in-view > *:nth-child(19) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 1.9s forwards;
}
.program__wrap.in-view > *:nth-child(20) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2s forwards;
}
.program__wrap.in-view > *:nth-child(21) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.1s forwards;
}
.program__wrap.in-view > *:nth-child(22) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.2s forwards;
}
.program__wrap.in-view > *:nth-child(23) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.3s forwards;
}
.program__wrap.in-view > *:nth-child(24) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.4s forwards;
}
.program__wrap.in-view > *:nth-child(25) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.5s forwards;
}
.program__wrap.in-view > *:nth-child(26) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.6s forwards;
}
.program__wrap.in-view > *:nth-child(27) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.7s forwards;
}
.program__wrap.in-view > *:nth-child(28) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.8s forwards;
}
.program__wrap.in-view > *:nth-child(29) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 2.9s forwards;
}
.program__wrap.in-view > *:nth-child(30) {
  animation: slide-up 1s cubic-bezier(0.19, 0.96, 0.6, 1.02) 3s forwards;
}
@keyframes slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.program__day {
  background-color: #1F2122;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 0 14px;
}
@media only screen and (max-width: 767px) {
  .program__day {
    display: none;
  }
}
.program__day-text {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .program__single {
    max-width: 316px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .program .c-event__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .program .c-event__box {
    padding: 30px;
  }
}
.program .c-event__header {
  order: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .program .c-event__header {
    height: 83px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .program .c-event__header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .program .c-event__date {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .program .c-event__date span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
  }
}
.program .c-event__night {
  order: 3;
  margin: 16px 0;
  min-height: unset;
}
@media only screen and (min-width: 1024px) {
  .program .c-event__night {
    height: 77px;
  }
}
.program .c-event__night .u-h--3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .program .c-event__night .u-h--3 {
    font-size: 32px;
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.program .c-event__img {
  grid-column: initial;
  grid-row: initial;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .program .c-event__img {
    min-height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .program .c-event__img {
    grid-row: span 3;
  }
}
.program .c-event__cta {
  order: 4;
}
.program .cta-buttons {
  margin-top: 40px;
}
.program .cta-buttons .u-list {
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .detail {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .detail {
    max-width: 700px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .detail .u-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .detail__aside {
    order: 1;
  }
  .detail__flyer-wrap {
    display:none;
  }
}
}
@media only screen and (min-width: 1024px) {
  .detail__aside {
    max-width: 435px;
    margin-top: 70px;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 1024px) {
  .detail__aside .u-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .detail__aside .vip-usp {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .detail__main-content {
    max-width: 700px;
  }
}
.detail .main-event__text {
  padding-left: initial;
}
.detail__text {
  color: #ffffff;
}
.detail__flyer-wrap {
  overflow: hidden;
  border-radius: 16px;
  height: 622px;
  max-width: 350px;
}
.detail__flyer-wrap2 {
  overflow: hidden;
  border-radius: 16px;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .detail__flyer-wrap {
    max-width: 100%;
    height: auto;
	display: flex;
  }
  .detail__flyer-wrap2 {
    max-width: 100%;
    height: 300px;
	display: none;
  }
}
.detail__flyer-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail__flyer-wrap2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.order {
  margin-top: 80px;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .order {
    order: 3;
  }
}
.order__form-block {
  border-top: 6px solid #daa75b;
  padding-top: 40px;
  margin-bottom: 80px;
}
.order__formfield:not(:last-child) {
  margin-bottom: 20px;
}
.order__form-field {
  background: #1F2122;
  border-radius: 16px;
  overflow: hidden;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  color: #daa75b;
  font-size: 16px;
  font-size: 1rem;
}
.order__form-field_2 {
  background: #1F2122;
  border-radius: 16px;
  overflow: hidden;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  color: #daa75b;
  font-size: 16px;
  font-size: 1rem;
}
.order__form-field--textarea {
  aspect-ratio: 0.9;
  width: 100%;
  min-height: 167px;
  resize: vertical;
}
.order__form-field::-moz-placeholder {
  color: #daa75b;
  font-size: 16px;
  font-size: 1rem;
}
.order__form-field::placeholder {
  color: #daa75b;
  font-size: 16px;
  font-size: 1rem;
}
.order__form-field_2::placeholder {
  color: #daa75b;
  font-size: 16px;
  font-size: 1rem;
}
.order__picked-items {
  color: #daa75b;
  grid-column: span 4;
}
.order__picked-items .u-links {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.order__picked-items .u-links-item {
  font-size: 14px;
  font-size: 0.875rem;
}
.order__tickets-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
  border-top: 1px solid #daa75b;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.order__tickets-row:not(:first-child) {
  align-items: center;
  grid-template-columns: 1fr 1fr 43px 1fr;
}
.order__tickets-row-on:not(:first-child) {
  align-items: center;
  grid-template-columns: 25% 1fr 102px 1fr;
}

@media only screen and (min-width: 1024px) {
  .order__tickets-row:not(:first-child) {
    grid-template-columns: 1fr 1fr 140px 1fr;
  }
  .order__tickets-row-on:not(:first-child) {
  grid-template-columns: 1fr 1fr 140px 1fr;
}

}
.order__tickets-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #daa75b;
}
.order__tickets-price .u-h--3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.order__tickets-price .u-h--3.thin {
  font-weight: 400;
}
.order__tickets-controls {
  width: 43px;
  height: 43px;
  /* For Chrome and Safari */
  /* For Firefox */
  /* For Internet Explorer */
}
.order__tickets-controls-ob {
  width: 143px;
  height: 43px;
  
}
@media only screen and (min-width: 1024px) {
  .order__tickets-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .order__tickets-controls-ob {
  width: unset;
  height: unset;
 
}
}
.order__tickets-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid #daa75b;
  border-radius: 100%;
  background: transparent;
  color: #daa75b;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .order__tickets-controls button {
    xdisplay: none;
	width: 28px;    
    margin-top: 8px;
    height: 28px;
    float: left;
  }
}
.order__tickets-controls input[type=number]::-webkit-inner-spin-button,
.order__tickets-controls input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order__tickets-controls input[type=number] {
  -moz-appearance: textfield;
}
.order__tickets-controls input[type=number]::-ms-clear {
  display: none;
}
.order__tickets-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #daa75b;
  border-radius: 8px;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-family: nimbus-sans-extended, sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
      float: left;
    width: 35px;
    height: 35px;
    margin-top: 4px;
    margin-right: 5px;
	margin-left: 5px;

}
@media only screen and (min-width: 1024px) {
.order__tickets-quantity {
    width: 43px;
    height:43px;
	margin-top: 0px;
    margin-right: 0px;
}
}

.order__tickets-total {
  white-space: nowrap;
}
.order__tickets .color {
  color: #daa75b;
}
.order__tickets .left {
  text-align: left;
}
.order__tickets .right {
  text-align: right;
}
.order__tickets p {
  font-size: 14px;
  font-size: 0.875rem;
}
.order__map {
  z-index: -1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  grid-column: span 4;
  opacity: 0;
  height: 0;
  background-color: #1F2122;
}
.order__map--visible {
  z-index: 0;
  padding: 20px;
  margin-top: 24px;
  border-top: 1px solid #daa75b;
  min-height: 900px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 0.96, 0.6, 1.02);
}
.order__map-wrap {
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .order__map-wrap {
    max-height: 500px;
  }
}
.order__map-wrap img,
.order__map-wrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order__map-confirm {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .order__map-confirm {
    justify-content: flex-end;
  }
}
.order__box {
  background-color: rgba(47, 49, 52, 0.9882352941);
  border-radius: 16px;
  padding: 20px;
}
.order__box-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .order__box-price {
    justify-content: flex-end;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.order__vip-button .u-button--mobile {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .order__vip-button .u-button--mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .order__vip-button .u-button--desktop {
    display: none;
  }
}
.order__payment {
  border-top: 6px solid #daa75b;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.order__payment-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.order__payment-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
}
.order__payment-row a {
  color: #daa75b;
}
.order__payment-img {
  width: 55px;
  height: 29px;
}
.order__payment-methods {
  grid-column-start: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.order__payment-radio {
  width: 24px;
  height: 24px;
}
.order__submit {
  border-top: 1px solid #daa75b;
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .order__submit {
    justify-content: center;
  }
}
.order .u-h--3 {
  text-align: left;
}

.vip-options__images {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .vip-options__images {
    flex-direction: row;
    gap: 32px;
  }
}
.vip-options__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.vip-options__image-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  aspect-ratio: 1.9;
  isolation: isolate;
}
@media only screen and (min-width: 768px) {
  .vip-options__image-wrap {
    aspect-ratio: 0.6;
  }
}
.vip-options__image-wrap .u-h--3 {
  color: #ffffff;
  text-align: center;
}
.vip-options__section {
  margin-bottom: 65px;
}
.vip-options .u-h--3 {
  text-align: left;
}

.event-list .u-h--3 {
  text-align: left;
}

.rent-header__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-header__image-wrap {
  XXXaspect-ratio: 0.9;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .rent-header__image-wrap {
    XXaspect-ratio: 2.5;
  }
}
.rent-header .u-p, .rent-header p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.rent-list .u-column {
  border-top: 4px solid #daa75b;
  padding-top: 40px;
}
.rent-list .u-h--3 {
  text-align: left;
}
.rent-extras__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-extras__image-wrap {
  aspect-ratio: 1.3;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (max-width: 1023px) {
  .rent-extras__image-wrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .rent-extras__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
  }
}
.rent-extras .u-p, .rent-extras p {
  margin-bottom: 1em;
}
.rent-extras .u-h--3 {
  text-align: left;
}

.contact-bar__wrap {
  padding: 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #1F2122;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .contact-bar__wrap {
    flex-direction: row;
    justify-content: space-between;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.contact-bar__link {
  display: flex;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.kontakt-mapa__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kontakt-mapa__image-wrap {
  aspect-ratio: 0.9;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .kontakt-mapa__image-wrap {
    aspect-ratio: 2.5;
  }
}
.kontakt-info__link {
  text-decoration: none;
}
.kontakt-info__socials .u-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.kontakt-info .u-p, .kontakt-info p {
  margin-bottom: 1em;
}
.kontakt-info .u-h--3 {
  text-align: left;
}
.kontakt-form .u-container {
  border-top: 4px solid #daa75b;
  padding-top: 40px;
}
.kontakt-form .u-h--3 {
  text-align: left;
}

/* =====================================================================================================================
Pages
===================================================================================================================== */
.p-event-detail {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .p-event-detail {
    display: grid;
    grid-template-columns: 430px 1fr;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-event-detail .order {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .p-event-detail .order .u-container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-vip .event-list, .p-vip .order, .p-vip .vip-options--narrow {
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-rent .u-container {
  max-width: 1126px;
}

/*fotoreporty*/
.fotoreporty__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 80px;
}
@media only screen and (min-width: 768px) {
  .fotoreporty__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .fotoreporty__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fotoreporty__image {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fotoreporty__image-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.fotoreporty__single {
  position: relative;
}
.fotoreporty__text {
  text-decoration: none;
}
.fotoreporty__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.fotoreporty .main-event__date {
  height: 65px;
}
.fotoreporty .main-event__header {
  margin-bottom: 0;
  color: #ffffff;
}

/**/