.popbox.visible {
  opacity: 1;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.popbox.opened {
  display: block;
}

.popbox_locked .popbox_main_content.popbox_blur {
  filter: blur(15px);
}

html.popbox_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.popbox {
  z-index: -999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  will-change: opacity;
  background: rgba(60, 52, 66, 0.7);
  padding: 5% 18px 18px;
  overflow-y: auto;
  display: none;
}

.popbox_container {
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  max-width: 400px;
}

.text-uppercase {
  text-transform: uppercase;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-bottom: auto;
  padding-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-6 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-6 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mr-7 {
  margin-right: 3.5rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.ml-7 {
  margin-left: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.pr-7 {
  padding-right: 3.5rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pl-7 {
  padding-left: 3.5rem;
}

.mx-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-7 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.px-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-7 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mr-8 {
  margin-right: 4rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.ml-8 {
  margin-left: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pr-8 {
  padding-right: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pl-8 {
  padding-left: 4rem;
}

.mx-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-8 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.px-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-8 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.pr-9 {
  padding-right: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pl-9 {
  padding-left: 4.5rem;
}

.mx-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-9 {
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}

.px-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-9 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-10 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-10 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

a.text-black,
a.text-black:active,
a.text-black:focus,
a.text-black:hover {
  color: #000;
}

a.text-orange {
  color: #f39325;
}

a.text-orange:active,
a.text-orange:focus,
a.text-orange:hover {
  color: #c2761e;
}

a.text-pink {
  color: #e2127e;
}

a.text-pink:active,
a.text-pink:focus,
a.text-pink:hover {
  color: #b50e65;
}

a.text-purple {
  color: #c53693;
}

a.text-purple:active,
a.text-purple:focus,
a.text-purple:hover {
  color: #9e2b76;
}

a.text-white {
  color: #fff;
}

a.text-white:active,
a.text-white:focus,
a.text-white:hover {
  color: #ccc;
}

a.text-yellow {
  color: #f9c404;
}

a.text-yellow:active,
a.text-yellow:focus,
a.text-yellow:hover {
  color: #c79d03;
}

a.text-blue {
  color: #45b9e9;
}

a.text-blue:active,
a.text-blue:focus,
a.text-blue:hover {
  color: #3794ba;
}

a.text-lightblue {
  color: #5da1ca;
}

a.text-lightblue:active,
a.text-lightblue:focus,
a.text-lightblue:hover {
  color: #4a81a2;
}

a.text-red {
  color: #ee232d;
}

a.text-red:active,
a.text-red:focus,
a.text-red:hover {
  color: #be1c24;
}

a.text-muted {
  color: #989898;
}

a.text-muted:active,
a.text-muted:focus,
a.text-muted:hover {
  color: #7a7a7a;
}

.row {
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(12, 1fr);
}

.row > [class^="col-"] {
  grid-column: span 12;
}

.row > .col-1 {
  grid-column: span 1;
}

.row > .col-2 {
  grid-column: span 2;
}

.row > .col-3 {
  grid-column: span 3;
}

.row > .col-4 {
  grid-column: span 4;
}

.row > .col-5 {
  grid-column: span 5;
}

.row > .col-6 {
  grid-column: span 6;
}

.row > .col-7 {
  grid-column: span 7;
}

.row > .col-8 {
  grid-column: span 8;
}

.row > .col-9 {
  grid-column: span 9;
}

.row > .col-10 {
  grid-column: span 10;
}

.row > .col-11 {
  grid-column: span 11;
}

.row > .col-12 {
  grid-column: span 12;
}

@media (min-width: 32.5rem) {
  .row > .col-sm-1 {
    grid-column: span 1;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-2 {
    grid-column: span 2;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-3 {
    grid-column: span 3;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-4 {
    grid-column: span 4;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-5 {
    grid-column: span 5;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-6 {
    grid-column: span 6;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-7 {
    grid-column: span 7;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-8 {
    grid-column: span 8;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-9 {
    grid-column: span 9;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-10 {
    grid-column: span 10;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-11 {
    grid-column: span 11;
  }
}

@media (min-width: 32.5rem) {
  .row > .col-sm-12 {
    grid-column: span 12;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-1 {
    grid-column: span 1;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-2 {
    grid-column: span 2;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-3 {
    grid-column: span 3;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-4 {
    grid-column: span 4;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-5 {
    grid-column: span 5;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-6 {
    grid-column: span 6;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-7 {
    grid-column: span 7;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-8 {
    grid-column: span 8;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-9 {
    grid-column: span 9;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-10 {
    grid-column: span 10;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-11 {
    grid-column: span 11;
  }
}

@media (min-width: 60rem) {
  .row > .col-md-12 {
    grid-column: span 12;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-1 {
    grid-column: span 1;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-2 {
    grid-column: span 2;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-3 {
    grid-column: span 3;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-4 {
    grid-column: span 4;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-5 {
    grid-column: span 5;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-6 {
    grid-column: span 6;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-7 {
    grid-column: span 7;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-8 {
    grid-column: span 8;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-9 {
    grid-column: span 9;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-10 {
    grid-column: span 10;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-11 {
    grid-column: span 11;
  }
}

@media (min-width: 76.125rem) {
  .row > .col-lg-12 {
    grid-column: span 12;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row [class^="col-"] {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row [class^="col-"] {
    margin-bottom: 2rem;
  }
}

body,
html {
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  min-height: 100vh;
}

.main,
body {
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

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

.art-quarters,
.competition,
.faq,
.festival,
.getting-here,
.infrastructure,
.life,
.lineup,
.login,
.program,
.program-participants,
.program-quarter,
.program-session,
.program-viewer,
.registration {
  flex-grow: 1;
  margin-top: 4rem;
  padding-bottom: 5rem;
  padding-top: 4rem;
}

@media (max-width: 76.0625rem) {
  .art-quarters,
  .competition,
  .faq,
  .festival,
  .getting-here,
  .infrastructure,
  .life,
  .lineup,
  .login,
  .program,
  .program-participants,
  .program-quarter,
  .program-session,
  .program-viewer,
  .registration {
    margin-top: 4rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media (max-width: 59.9375rem) {
  .row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

a {
  color: #fff;
  text-decoration: underline;
}

a.no-decoration {
  text-decoration: none;
}

a.dark {
  color: #c53693;
}

a.dark:hover {
  color: rgba(197, 54, 147, 0.8);
}

a:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

[v-cloak] {
  display: none;
}

.festival-text,
.life-main-text,
.life-paragraph,
.life-paragraph-full-height,
.life-warning-text,
.popbox,
.program-text,
.registration-status-description,
.text {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 3rem;
}

@media (max-width: 32.4375rem) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media (max-width: 32.4375rem) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (max-width: 32.4375rem) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.75rem;
}

@media (max-width: 32.4375rem) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.3rem;
}

@media (max-width: 32.4375rem) {
  h5 {
    font-size: 1.1rem;
  }
}

.btn,
h6 {
  font-size: 1rem;
}

.btn {
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 12px;
  margin: 0.375rem auto 0.5rem;  
  text-align: center;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
 
}

.btn-lg {
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-black:focus,
.btn-black:hover {
  background-color: #1a1a1a;
}

.btn-black-outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn-black-outline:focus,
.btn-black-outline:hover {
  background-color: #000;
  color: #fff;
}

.btn-orange {
  background-color: #f39325;
  color: #000;
}

.btn-orange:focus,
.btn-orange:hover {
  background-color: #db8421;
}

.btn-orange-outline {
  background-color: transparent;
  border-color: #f39325;
  color: #f39325;
}

.btn-orange-outline:focus,
.btn-orange-outline:hover {
  background-color: #f39325;
  color: #000;
}

.btn-pink {
  background-color: #e2127e;
  color: #fff;
}

.btn-pink:focus,
.btn-pink:hover {
  background-color: #e52a8b;
}

.btn-pink-outline {
  background-color: transparent;
  border-color: #e2127e;
  color: #e2127e;
}

.btn-pink-outline:focus,
.btn-pink-outline:hover {
  background-color: #e2127e;
  color: #fff;
}

.btn-purple {
  background-color: #c53693;
  color: #fff;
}

.btn-purple:focus,
.btn-purple:hover {
  background-color: #cb4a9e;
}

.btn-purple-outline {
  background-color: transparent;
  border-color: #c53693;
  color: #c53693;
}

.btn-purple-outline:focus,
.btn-purple-outline:hover {
  background-color: #c53693;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-white:focus,
.btn-white:hover {
  background-color: #e6e6e6;
}

.btn-white-outline {  
  background-color: #f08102;
  border-color: #f08102;
  color: #fff;
}

.btn-white-outline:focus,
.btn-white-outline:hover {
  background-color: #fff;
  color: #f08102;
}

.btn-yellow {
  background-color: #f9c404;
  color: #fff;
}

.btn-yellow:focus,
.btn-yellow:hover {
  background-color: #faca1d;
}

.btn-yellow-outline {
  background-color: transparent;
  border-color: #f9c404;
  color: #f9c404;
}

.btn-yellow-outline:focus,
.btn-yellow-outline:hover {
  background-color: #f9c404;
  color: #fff;
}

.btn-blue {
  background-color: #45b9e9;
  color: #000;
}

.btn-blue:focus,
.btn-blue:hover {
  background-color: #3ea7d2;
}

.btn-blue-outline {
  background-color: transparent;
  border-color: #45b9e9;
  color: #45b9e9;
}

.btn-blue-outline:focus,
.btn-blue-outline:hover {
  background-color: #45b9e9;
  color: #000;
}

.btn-lightblue {
  background-color: #5da1ca;
  color: #000;
}

.btn-lightblue:focus,
.btn-lightblue:hover {
  background-color: #5491b6;
}

.btn-lightblue-outline {
  background-color: transparent;
  border-color: #5da1ca;
  color: #5da1ca;
}

.btn-lightblue-outline:focus,
.btn-lightblue-outline:hover {
  background-color: #5da1ca;
  color: #000;
}

.btn-red {
  background-color: #ee232d;
  color: #000;
}

.btn-red:focus,
.btn-red:hover {
  background-color: #d62029;
}

.btn-red-outline {
  background-color: transparent;
  border-color: #ee232d;
  color: #ee232d;
}

.btn-red-outline:focus,
.btn-red-outline:hover {
  background-color: #ee232d;
  color: #000;
}

.btn-muted {
  background-color: #989898;
  color: #000;
}

.btn-muted:focus,
.btn-muted:hover {
  background-color: #898989;
}

.btn-muted-outline {
  background-color: transparent;
  border-color: #989898;
  color: #989898;
}

.btn-muted-outline:focus,
.btn-muted-outline:hover {
  background-color: #989898;
  color: #000;
}

.captcha {
  align-items: center;
  display: flex;
}

.captcha .form-row {
  min-width: 10rem;
}

.captcha-image {
  border-radius: 0.625rem;
  margin-right: 1rem;
}

.captcha-error {
  text-align: right;
}

@media (max-width: 59.9375rem) {
  .captcha-error {
    text-align: center;
  }
}

.form-row input[type="date"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row select,
.form-row textarea {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0.625rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2.2rem 1rem 0.7rem;
  width: 100%;
}

@media (max-width: 32.4375rem) {
  .form-row input[type="date"],
  .form-row input[type="email"],
  .form-row input[type="password"],
  .form-row input[type="tel"],
  .form-row input[type="text"],
  .form-row select,
  .form-row textarea {
    font-size: 1rem;
  }
}

.form-row input[type="date"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="password"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="text"]:focus,
.form-row select:focus,
.form-row textarea:focus {
  box-shadow: 0 0 0.625rem 0.375rem rgba(0, 0, 0, 0.2);
}

.textarea .form-row {
  padding: 0;
}

.textarea .form-required-sign {
  color: #fff;
}

.textarea .form-row label {
  color: #fff;
  font-weight: 400;
}

.form-row textarea {
  margin-top: 0.5rem;
  padding: 0.7rem 1rem;
  position: static;
  resize: vertical;
}

.form-row input[type="email"].form-dark {
  background-image: linear-gradient(0deg, #8612ff 0, #ea23ee);
  color: #fff;
}

.form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-row label {
  color: rgba(0, 0, 0, 0.4);
  display: inline;
  font-weight: 700;
  /* margin-bottom: .4rem; */
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.form-row {
  border-radius: 0.625rem;
  padding: 0.8rem 1rem 2.25rem;
  position: relative;
}

.form .form-radio input[type="radio"],
.form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form .form-radio input[type="radio"] + label,
.form input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin-right: 2rem;
  padding-left: 2.8rem;
  padding-top: 0.3rem;
  position: relative;
}

.form .form-radio input[type="radio"] + label:before,
.form input[type="checkbox"] + label:before {
  background-color: #fff;
  border-radius: 0.625rem;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s;
  width: 2rem;
}

.form .form-radio input[type="radio"]:checked + label:before,
.form input[type="checkbox"]:checked + label:before {
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L9 15.5L22.5 2' stroke='%23454545' stroke-width='3'/%3E%3C/svg%3E")
    50% no-repeat;
}

.form-invalid input,
.form-invalid label:before,
.form-invalid select,
.form-invalid textarea,
input.form-invalid,
select.form-invalid,
textarea.form-invalid {
  background-color: #fabdc0 !important;
}

.form-error {
  font-size: 0.8125rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
}

.form-required-sign {
  color: #ee232d;
  pointer-events: none;
  position: relative;
  z-index: 10;
}

.form-required-sign.white {
  color: #fff;
}

.title-page {
  align-items: start;
  display: flex;
}

@media (max-width: 32.4375rem) {
  .title-page {
    align-items: start;
    flex-direction: column;
  }
}

.title-page-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.title-page-button {
  align-items: center;
  display: flex;
  height: 2.625rem;
  justify-content: center;
  margin-right: 2rem;
  margin-top: 0.5rem;
  width: 2.625rem;
}

@media (max-width: 32.4375rem) {
  .title-page-button {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

.title-page-button.btn-black-outline path {
  stroke: #000;
}

.title-page-button.btn-black-outline:focus path,
.title-page-button.btn-black-outline:hover path {
  stroke: #fff;
}

.title-page-button:focus path,
.title-page-button:hover path {
  stroke: #000;
}

.nav {
  background-color: #000;
  /* height: 4rem; */
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 76.0625rem) {
  .nav {
    height: 4rem;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  /* height: 4rem */
}

@media (max-width: 76.0625rem) {
  .nav-container {
    height: 4rem;
  }
}

.nav-logo {
  margin-right: 1rem;
  transform: scale(1);
  transition: transform 0.2s ease-out;
}

.nav-logo img {
  height: 4rem;
}

@media (max-width: 76.0625rem) {
  .nav-logo img {
    height: 2.5rem;
  }
}

.nav-logo.active {
  transform: scale(1.1);
}

.nav-links-wrapper {
  align-items: center;
  display: flex;
  /* justify-content: space-between; */
  list-style-type: none;
  margin-right: 1rem;
  padding-left: 0;
  width: 100%;
}

@media (max-width: 76.0625rem) {
  .nav-links-wrapper > :not(.nav-logo) {
    display: none;
  }
}

.nav-links {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #ffb401;
  font-weight: 700;
  margin-right: 1.25rem;
  position: relative;
  text-decoration: none;
}

.nav-link:hover:before,
li.active .nav-link:before {
  width: 100%;
}

.nav-link:before {
  background-color: #f9c404;
  bottom: -0.3rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-out;
  width: 0;
}

/* .nav-link.has-items:after {
  background-color: #ffb401;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1L3 4l2.5-3' stroke='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-bottom: -.2rem;
  margin-left: .1875rem;
  width: 1rem
}

.nav-link.has-items:hover:after {
  background-color: #ffb401
} */

.nav-link:hover .nav-submenu {
  display: block;
}

div.nav-link {
  cursor: default;
}

.nav-submenu {
  display: none;
  min-width: 13rem;
  padding-top: 10px;
  position: absolute;
}

.nav-submenu-content {
  background-color: #ffb401;
  border-radius: 0.625rem;
  padding: 1rem;
}

.nav-submenu-link {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.nav-submenu-link:last-child {
  margin-bottom: 0;
}

.nav-submenu-link:hover {
  color: #f9c404;
  text-decoration: none;
}

.nav-link-last {
  margin-right: 0;
}

.etimer {
  text-align: center;
}

@media (max-width: 76.0625rem) {
  .etimer {
    display: inline-block !important;
    left: 46%;
    position: absolute;
  }
}

@media (max-width: 59.9375rem) {
  .etimer {
    left: 43%;
  }
}

@media (max-width: 420px) {
  .etimer {
    left: 40%;
  }
}

@media (max-width: 360px) {
  .etimer {
    display: none !important;
  }
}

.etimer .etTitle {
  margin-bottom: 0 !important;
}

.nav-registration-container {
  margin-left: 1rem;
}

.nav-registration {
  display: inline-block;
}

.nav-registration:first-child {
  margin-right: 0.5rem;
}

.nav-btn {
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media (max-width: 76.0625rem) {
  .nav-btn {
    /* display: none */
  }
}
.btn--phone{
  font-size: 15px;
}
.nav-hamburger {
  display: block;
  margin-bottom: -0.25rem;
  margin-left: auto;
  margin-right: -1rem;
}

@media (min-width: 76.125rem) {
  .nav-hamburger {
    display: none;
  }
}

.nav-hamburger .hamburger:hover {
  opacity: 1 !important;
}

.nav-hamburger .hamburger {
  outline: 0;
}

.nav-hamburger .hamburger-inner,
.nav-hamburger .hamburger-inner:after,
.nav-hamburger .hamburger-inner:before {
  background-color: #fff !important;
}

.nav-mobile {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 4rem;
  transition: opacity 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.nav-mobile.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.nav-mobile-links {
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style-type: none;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-top: 2rem;
}

.nav-mobile-link-wrapper {
  margin-bottom: 1rem;
  text-align: center;
}

.nav-mobile-link {
  display: block;
  color: #fff;
  font-size: 1.5rem;
}

li.active .nav-mobile-link {
  border-bottom: 0.125rem solid #f9c404;
}

.nav-mobile-btn-wrapper {
  text-align: center;
}

.nav-mobile-btn {
  font-size: 1.25rem;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}

.footer {
  background-color: #000;
  height: 100%;
  margin-top: auto;
  min-height: 9.63542rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

.footer a {
  color: #f9c404;
}

.footer-container {
  display: flex;
}

@media (max-width: 32.4375rem) {
  .footer-container {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}

.footer-first-column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 59.9375rem) {
  .footer-first-column {
    margin-bottom: 1.5rem;
  }
}

.footer-social-icon {
  text-decoration: none;
}

.footer-social-icon:hover {
  filter: brightness(75%);
}

.footer-title {
  font-size: 2.5rem;
  margin-top: -0.5rem;
}

@media (max-width: 59.9375rem) {
  .footer-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}

.footer-address {
  font-size: 0.8rem;
}

.footer-highlight {
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-contacts {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-left: auto;
}

@media (max-width: 59.9375rem) {
  .footer-contacts {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media (min-width: 32.5rem) and (max-width: 76.0625rem) {
  .footer-contacts {
    display: none;
  }
}

.footer-contacts-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
}

@media (max-width: 32.4375rem) {
  .footer-contacts-row {
    grid-column-gap: 0;
  }
}

.footer-copyright {
  align-items: flex-end;
  display: flex;
  font-size: 1rem;
  height: 100%;
  min-width: 6rem;
}

@media (max-width: 32.4375rem) {
  .footer-copyright {
    margin-top: 2rem;
  }
}

.footer-copyright-content {
  width: 100%;
}

.index-slider {
  height: 50vw;
}

@media (max-width: 32.4375rem) {
  .index-slider {
    min-height: 45rem;
  }
}

.index-slide {
  bottom: 0;
  right: 0;
}

@media (min-width: 32.5rem) {
  .index .page {
    min-height: auto;
  }

  .index .page:before {
    content: "";
    display: block;
    padding-top: 46%;
    width: 100%;
  }
}

@media (min-width: 32.5rem) {
  .index-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 6vw;
  }
}

.index-slider-dots {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  position: absolute;
  top: 48vw;
  z-index: 10;
}

@media (max-width: 32.4375rem) {
  .index-slider-dots {
    top: 42rem;
  }
}

.index-slider-dot {
  background-color: #f9c404;
  border-radius: 50%;
  cursor: pointer;
  height: 0.75rem;
  margin-right: 1rem;
  position: relative;
  width: 0.75rem;
}

.index-slider-dot:last-child {
  margin-right: 0;
}

.index-slider-dot.active {
  cursor: default;
  pointer-events: none;
}

.index-slider-dot.active:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid #fff;
  border-radius: 50%;
  content: "";
  height: 1.45rem;
  width: 1.45rem;
}

.index-contacts-anchor {
  position: absolute;
  left: 0;
  bottom: 100vh;
}

.slide {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 32.4375rem) {
  .slide {
    min-height: 45rem;
  }
}

.slide-main {
  background:
    url(/img/index/slides/main/logo.svg) 85% 40%/33vw no-repeat,
    url(/img/index/slides/main/16.png) left 16% top 20%/3.2vw no-repeat,
    url(/img/index/slides/main/person.png) left 1% bottom/41% no-repeat,
    url(/img/index/slides/main/map.png) 18% 74%/64% no-repeat,
    url(/img/index/slides/main/bubble.png) 100% 100%/39% no-repeat,
    linear-gradient(180deg, #0f67ad 0, #e1127e);
}

@media (max-width: 32.4375rem) {
  .slide-main {
    background:
      url(/img/index/slides/main/16.png) left 7.5% top 38.7%/5vw no-repeat,
      url(/img/index/slides/main/logo.svg) 50% 6rem/85vw no-repeat,
      url(/img/index/slides/main/person.png) -10rem 100%/400px no-repeat,
      url(/img/index/slides/main/map.png) -10rem 45%/600px no-repeat,
      linear-gradient(180deg, #0f67ad 0, #e1127e);
  }
}

.slide-main-date {
  left: 41%;
  position: absolute;
  top: 27%;
}

@media (max-width: 32.4375rem) {
  .slide-main-date {
    bottom: 23.5rem;
    left: 8rem;
    right: auto;
    top: auto;
  }
}

.slide-main-date {
  line-height: 1.1;
}

.slide-main-date-days {
  font-size: 3.2vw;
}

@media (max-width: 32.4375rem) {
  .slide-main-date-days {
    font-size: 1.5rem;
  }
}

.slide-main-date-month {
  font-size: 2vw;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .slide-main-date-month {
    font-size: 0.92rem;
  }
}

.slide-main-date-year {
  color: #45b9e9;
  font-size: 4vw;
}

@media (max-width: 32.4375rem) {
  .slide-main-date-year {
    font-size: 1.9rem;
  }
}

.slide-anchor {
  align-items: center;
  background: url(/img/index/slides/main/anchor.png) 0/3vw no-repeat;
  display: flex;
  font-size: 1vw;
  font-weight: 900;
  left: 45.85%;
  min-height: 4vw;
  padding-left: 4vw;
  position: absolute;
  text-transform: uppercase;
  top: 64.3%;
}

@media (max-width: 32.4375rem) {
  .slide-anchor {
    background-position: 0 0;
    background-size: 2.2rem;
    bottom: 33%;
    font-size: 1rem;
    font-weight: 700;
    left: 200px;
    padding-left: 0;
    padding-top: 2.9rem;
    text-transform: none;
    top: auto;
  }
}

.slide-lineup {
  bottom: 3vw;
  font-size: 1.1vw;
  position: absolute;
  right: 10.5vw;
  width: 27vw;
}

@media (max-width: 32.4375rem) {
  .slide-lineup {
    bottom: 1rem;
    font-size: 0.8rem;
    right: 1.5rem;
    width: 17.2rem;
  }
}

.slide-lineup .slide-lineup-day {
  color: #f9c404;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

.slide-lineup .slide-lineup-day span {
  color: #fff;
}

.slide-guests {
  background:
    url(/img/index/slides/main/logo.png) 70% 25%/30vw no-repeat,
    url(/img/index/slides/guests/bg.jpg) bottom/cover no-repeat,
    linear-gradient(180deg, #0f67ad 0, #e1127e);
}

@media (max-width: 32.4375rem) {
  .slide-guests {
    background:
      url(/img/index/slides/main/logo.png) 50% 6rem/85vw no-repeat,
      url(/img/index/slides/guests/bg.jpg) 100% 0 / cover no-repeat,
      linear-gradient(180deg, #0f67ad 0, #e1127e);
  }
}

.slide-guests-title {
  left: 61%;
  position: absolute;
  top: 46%;
}

.slide-guests-title img {
  width: 18.541667vw;
}

@media (max-width: 32.4375rem) {
  .slide-guests-title {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
  }

  .slide-guests-title img {
    max-width: 20rem;
    width: 70vw;
  }
}

.index .page {
  padding-top: 5vw;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .index .page {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
  }
}

.page-title {
  color: #fff;
  font-size: 2.75vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.page-card {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0.625rem;
  position: relative;
}

@media (min-width: 32.5rem) {
  .page-card {
    height: 26vw;
    max-width: 21vw;
    min-width: 21vw;
  }
}

.page-card-text {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 32.5rem) {
  .page-card-text {
    font-size: 1.05vw;
    padding: 2.5vw 3vw 8vw;
  }
}

@media (max-width: 32.4375rem) {
  .page-card-text {
    font-size: 1rem;
  }
}

.page-card-more {
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  font-size: 1.2vw;
  font-weight: 700;
  padding: 0.5vw 1.5vw;
  position: absolute;
}

@media (max-width: 32.4375rem) {
  .page-card-more {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
  }
}

.page-about {
  background:
    url(/img/index/pages/about/person.png) 110% bottom/37% no-repeat,
    url(/img/index/pages/about/lines.png) 0 66% / contain no-repeat,
    url(/img/index/pages/about/bg.jpg) 0 0 / cover no-repeat;
  line-height: 1.4;
  padding-top: 3vw;
}

@media (max-width: 32.4375rem) {
  .page-about {
    background:
      url(/img/index/pages/about/person.png) bottom/contain no-repeat,
      url(/img/index/pages/about/bg_mobile.jpg) 0 0 / cover no-repeat;
    min-height: 40rem;
    padding-bottom: 90vw;
  }
}

.index .page-about:before {
  padding-top: 80%;
}

.page-about-subtitle {
  font-size: 1.3vw;
  font-weight: 700;
  margin-bottom: 0.5vw;
  text-align: center;
}

@media (max-width: 32.4375rem) {
  .page-about-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.page-about-description {
  font-size: 1.3vw;
  font-weight: 700;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
  text-align: center;
  width: 100%;
}

@media (max-width: 32.4375rem) {
  .page-about-description {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    max-width: 100%;
    text-align: center;
  }
}

.page-about-block-third {
  text-align: center;
}

@media (min-width: 32.5rem) {
  .page-about-block-third {
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    position: absolute;
    width: 25vw;
  }
}

.page-about-more {
  font-size: 1.4vw;
  font-weight: 700;
  padding: 0.6vw 1.2vw;
}

@media (max-width: 32.4375rem) {
  .page-about-more {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
  }
}

.page-about-card {
  box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.25);
  height: 44vw;
  margin-right: 4vw;
  max-width: 30vw;
  min-width: 30vw;
  padding: 1.5vw;
}

@media (max-width: 32.4375rem) {
  .page-about-card {
    height: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 19rem;
    min-width: 19rem;
    padding: 1.5rem;
  }

  .page-about-card:last-child {
    margin-bottom: 0;
  }
}

.page-about-card:last-child {
  margin-right: 0;
}

.page-about-card-title {
  font-size: 1.4vw;
  margin-bottom: 1vw;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-about-card-title {
    font-size: 1.2rem;
  }
}

.page-about-card-content,
.page-about-card-list {
  font-size: 1.1vw;
  font-weight: 700;
}

@media (max-width: 32.4375rem) {
  .page-about-card-content,
  .page-about-card-list {
    font-size: 1rem;
  }
}

.page-about-section {
  margin-bottom: 2vw;
}

@media (max-width: 32.4375rem) {
  .page-about-section {
    margin-bottom: 2rem;
  }
}

.page-about-card-list {
  counter-reset: page-about-card-counter;
  list-style-type: none;
  padding-left: 0;
}

.page-about-card-list li {
  margin-bottom: 1vw;
  padding-left: 2vw;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .page-about-card-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
}

.page-about-card-list li:before {
  background-color: #f9c404;
  border-radius: 50%;
  content: counter(page-about-card-counter);
  counter-increment: page-about-card-counter;
  font-size: 1vw;
  font-weight: 700;
  height: 1.4vw;
  left: 0;
  line-height: 1.5vw;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.4vw;
}

@media (max-width: 32.4375rem) {
  .page-about-card-list li:before {
    font-size: 1rem;
    height: 1.4rem;
    line-height: 1.5rem;
    top: 0;
    width: 1.4rem;
  }
}

.page-about-card-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 32.5rem) {
  .page-about-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    top: 61.5%;
  }
}

@media (max-width: 32.4375rem) {
  .page-about-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}

.page-about-card-viewer {
  background-image: linear-gradient(180deg, #57c1e6, #e2127e);
}

.page-about-card-participant {
  background-image: linear-gradient(180deg, #43277e, #e2127e);
}

.page-about-card-more {
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5vw;
  position: absolute;
  text-align: center;
}

@media (max-width: 32.4375rem) {
  .page-about-card-more {
    margin-top: 0.5rem;
    position: static;
    transform: none;
  }
}

.page-about-card-more a {
  font-size: 1.2vw;
  font-weight: 700;
  padding: 0.5vw 1.5vw;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-about-card-more a {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
  }
}

.page-about-closes {
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.3vw;
  font-size: 1vw;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (max-width: 32.4375rem) {
  .page-about-closes {
    font-size: 1rem;
    margin-top: 0.5rem;
    position: static;
    transform: none;
  }
}

.registration-closed {
  font-size: 1vw;
  font-weight: 600;
  padding-bottom: 3vw;
}

@media (max-width: 32.4375rem) {
  .registration-closed {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

.page-competition {
  background:
    url(/img/index/pages/competition/bg2.png) 85% / contain no-repeat,
    url(/img/index/pages/competition/bg.jpg) 50% / cover no-repeat;
  font-size: 1.07vw;
  font-weight: 700;
  height: 40vw;
  padding-bottom: 5vw;
}

@media (max-width: 32.4375rem) {
  .page-competition {
    background: url(/img/index/pages/competition/bg.jpg) 50% / cover no-repeat;
    font-size: 1rem;
    height: auto;
    padding-bottom: 3rem;
  }
}

.page-competition-title {
  margin-bottom: 0.4vw;
}

@media (max-width: 32.4375rem) {
  .page-competition-title {
    margin-bottom: 0.8rem;
  }
}

.page-competition-subtitle {
  text-align: center;
}

@media (max-width: 32.4375rem) {
  .page-competition-subtitle {
    font-size: 1.2rem;
  }
}

.page-competition-body {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.62vw;
  margin-left: 10vw;
  max-width: 37vw;
  position: absolute;
  top: 54%;
}

@media (max-width: 32.4375rem) {
  .page-competition-body {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 2rem;
    max-width: 100%;
    position: static;
    transform: none;
  }
}

.page-competition-body h3 {
  font-size: 1.07vw;
  margin-bottom: 0.5vw;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-competition-body h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.page-competition-body section {
  margin-bottom: 2vw;
  margin-top: 2vw;
}

@media (max-width: 32.4375rem) {
  .page-competition-body section {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

.page-competition-body p {
  margin-bottom: 1.5vw;
}

@media (max-width: 32.4375rem) {
  .page-competition-body p {
    margin-bottom: 2rem;
  }
}

.page-competition-body a {
  color: #f9c404;
  text-decoration: none;
}

.page-competition-body a:hover {
  color: #e0b004;
  text-decoration: underline;
}

.page-competition-small {
  font-size: 0.8vw;
  line-height: 1.25vw;
  max-width: 25vw;
}

@media (max-width: 32.4375rem) {
  .page-competition-small {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
}

.page-competition-small span {
  color: #f9c404;
  margin-left: 0.3vw;
  margin-right: 0.3vw;
}

@media (max-width: 32.4375rem) {
  .page-competition-small span {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}

.application-requirements {
  font-size: 1.5vw;
}

@media (max-width: 32.4375rem) {
  .application-requirements {
    font-size: 1.3rem;
  }
}

.page-competition-highlight {
  display: inline-block;
  line-height: 1.8vw;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .page-competition-highlight {
    line-height: 1.8;
  }
}

.page-competition-highlight:before {
  background-image: linear-gradient(101.28deg, #e2127e -2.36%, #00a8b8 96.22%);
  content: "";
  height: 98%;
  left: -0.5vw;
  position: absolute;
  top: 0;
  transform: skew(-20deg);
  width: calc(100% + 1vw);
  z-index: 0;
}

@media (max-width: 32.4375rem) {
  .page-competition-highlight:before {
    left: -0.5rem;
    width: calc(100% + 1rem);
  }
}

.page-competition-vote {
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  font-size: 1.3vw;
  font-weight: 700;
  padding: 0.6vw 1.2vw;
  position: absolute;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-competition-vote {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    position: relative;
  }
}

.page-grant-competition {
  background: url(/img/index/pages/grant-competition/bg.png) 50% / cover no-repeat;
  font-size: 1.62vw;
  font-weight: 700;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition {
    background: url(/img/index/pages/grant-competition/bg-small.png) 50% / cover no-repeat;
    font-size: 1rem;
    padding-bottom: 3rem;
  }
}

.page-grant-competition-title {
  margin-bottom: 0.4vw;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-title {
    margin-bottom: 0.8rem;
  }
}

.page-grant-competition-section {
  padding-top: 4vw;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-section {
    padding-top: 0;
  }
}

.page-grant-competition-description {
  margin-left: 10vw;
  max-width: 49vw;
  padding-bottom: 5vw;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-description {
    margin-left: 0;
    max-width: 100%;
  }
}

.page-grant-logo {
  left: -22%;
  position: absolute;
  top: -15%;
  width: 20vw;
}

@media (max-width: 32.4375rem) {
  .page-grant-logo {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 50%;
  }
}

.page-grant-competition-body {
  top: 50%;
  transform: translateY(-50%);
  margin-left: 17vw;
  max-width: 49vw;
  position: absolute;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-body {
    margin-left: 0;
    margin-top: 2rem;
    max-width: 100%;
    position: static;
    transform: none;
  }
}

.page-grant-competition-small {
  font-size: 1.07vw;
  margin-top: 2vw;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-small {
    font-size: 1rem;
  }
}

.page-grant-competition-amount {
  font-size: 3.24vw;
  margin-top: 3vw;
  pointer-events: none;
}

@media (max-width: 32.4375rem) {
  .page-grant-competition-amount {
    font-size: 2rem;
  }
}

.page-life {
  background: url(/img/index/pages/life/bg.jpg) 0 0 / cover no-repeat;
}

@media (max-width: 32.4375rem) {
  .page-life {
    background: url(/img/index/pages/life/bg.jpg) 0 0 / cover no-repeat;
  }
}

.page-life-card-title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 32.5rem) {
  .page-life-card-title {
    font-size: 2.6vw;
    line-height: 1.3;
    margin-top: -2vw;
  }
}

@media (max-width: 32.4375rem) {
  .page-life-card-title {
    margin-top: -2rem;
  }
}

@media (min-width: 32.5rem) {
  .page-life-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    top: 52%;
  }
}

.page-life-content .page-card {
  margin: 0 1.5vw;
  max-width: 30vw;
  min-width: 30vw;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .page-life-content .page-card {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 19rem;
    min-height: 18rem;
    min-width: 19rem;
  }
}

@media (max-width: 32.4375rem) {
  .page-life-content .page-card:last-child {
    margin-bottom: 3rem;
  }
}

.page-life-content .page-card-participants {
  background: linear-gradient(180deg, #0d68aa, #e2127e);
}

.page-life-content .page-card-viewers {
  background: linear-gradient(180deg, #43277e, #e2127e);
}

.page-life-more {
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  font-size: 1.3vw;
  font-weight: 700;
  padding: 0.6vw 1.2vw;
  position: absolute;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-life-more {
    font-size: 1.2rem;
    margin-bottom: 6rem;
    padding: 0.5rem 1rem;
    position: relative;
  }
}

.page-manifest {
  background:
    url(/img/index/pages/manifest/person.png) 0 100%/37.5% no-repeat,
    url(/img/index/pages/manifest/bubble.png) 40% 90%/53.5% no-repeat,
    url(/img/index/pages/manifest/bg.jpg) 0 0 / cover no-repeat;
}

@media (max-width: 32.4375rem) {
  .page-manifest {
    background:
      url(/img/index/pages/manifest/bubble.png) 70% 7rem/1030px no-repeat,
      url(/img/index/pages/manifest/bg.jpg) 0 0 / cover no-repeat;
    padding-bottom: 10rem;
  }
}

.page-manifest .page-title {
  margin-bottom: 5rem;
}

.page-manifest-content {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 32.5rem) {
  .page-manifest-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 6%;
    font-size: 1vw;
    left: 53%;
    max-width: 29.375vw;
    top: auto;
  }
}

@media (max-width: 32.4375rem) {
  .page-manifest-content {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    margin-top: 7rem;
  }
}

.page-manifest-become-participant {
  font-size: 1.2vw;
  font-weight: 700;
  padding: 0.5vw 1vw;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-manifest-become-participant {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}

.page-manifest-paragraph {
  margin-bottom: 1vw;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-manifest-paragraph {
    margin-bottom: 1rem;
  }
}

.page-map {
  background:
    url(/img/index/pages/map/map.png) 30% -40%/80% no-repeat,
    url(/img/index/pages/map/bg.jpg) 50% / cover no-repeat;
  max-height: calc(100vh - 9.63542rem);
  min-height: calc(100vh - 9.63542rem);
}

@media (max-width: 32.4375rem) {
  .page-map {
    background:
      url(/img/index/pages/map/map.png) -13vw 90%/115vw no-repeat,
      url(/img/index/pages/map/bg.jpg) 50% / cover no-repeat;
    max-height: 120vw;
    min-height: 120vw;
  }
}

.index .page-map:before {
  padding-top: 37%;
}

.page-map-title {
  font-size: 1.7vw;
  left: 61%;
  position: absolute;
  top: 27%;
}

@media (max-width: 32.4375rem) {
  .page-map-title {
    font-size: 2.2rem;
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    top: 5rem;
    width: 100%;
  }
}

.page-participation {
  background:
    url(/img/index/pages/program/lines.png) center 55% / contain no-repeat,
    url(/img/index/pages/participation/bg.jpg) 50% / cover no-repeat;
}

@media (max-width: 32.4375rem) {
  .page-participation {
    background:
      url(/img/index/pages/program/lines.png) center 80%/250% no-repeat,
      url(/img/index/pages/program/lines.png) center 30%/250% no-repeat,
      url(/img/index/pages/participation/bg.jpg) 50% / cover no-repeat;
    padding-bottom: 3rem;
  }
}

.page-participation .page-title {
  margin-bottom: 3rem;
}

.page-participation-card {
  box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.25);
  height: 24vw;
  margin-right: 4vw;
  max-width: 19vw;
  min-width: 19vw;
}

@media (max-width: 32.4375rem) {
  .page-participation-card {
    margin-bottom: 2rem;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 19rem;
    min-height: 24rem;
    min-width: 19rem;
    padding: 2rem;
  }
}

.page-participation-card:last-child {
  margin-right: 0;
}

.page-participation-card-participant {
  background-image: linear-gradient(180deg, #57c1e6, #e2127e);
}

.page-participation-card-viewer {
  background-image: linear-gradient(180deg, #43277e, #e2127e);
}

.page-partners {
  background-image: linear-gradient(145deg, #ce006b, #2398c1);
  font-size: 1.07vw;
  font-weight: 700;
  padding-bottom: 5vw;
}

.page-partners:before {
  content: none !important;
}

@media (max-width: 32.4375rem) {
  .page-partners {
    font-size: 1rem;
    padding-bottom: 3rem;
  }
}

.page-partners-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 50vw;
}

@media (max-width: 32.4375rem) {
  .page-partners-title {
    max-width: 100%;
  }
}

.page-partners-container {
  margin-top: 2rem;
}

.page-partners-row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 70vw;
}

@media (max-width: 32.4375rem) {
  .page-partners-row {
    display: block;
    max-width: 100%;
  }
}

.page-partners-item {
  position: relative;
}

@media (max-width: 32.4375rem) {
  .page-partners-item {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
  }
}

.page-partners-item-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page-partners-item-image-container {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.25);
  margin-bottom: 1vw;
  padding-top: 100%;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .page-partners-item-image-container {
    margin-bottom: 1rem;
  }
}

.page-partners-item-image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-partners-item-image img {
  max-height: 80%;
  max-width: 80%;
}

.page-partners-item-title {
  font-size: 0.8125vw;
  text-align: center;
}

@media (max-width: 32.4375rem) {
  .page-partners-item-title {
    font-size: 1rem;
  }
}

.page-principles {
  background:
    url(/img/index/pages/principles/person.png) 125% bottom/52% no-repeat,
    url(/img/index/pages/principles/bg.jpg) 0 0 / cover no-repeat;
}

@media (max-width: 32.4375rem) {
  .page-principles {
    background: url(/img/index/pages/principles/bg.jpg) 0 0 / cover no-repeat;
    padding-bottom: 4rem;
  }
}

.index .page-principles:before {
  padding-top: 55%;
}

@media (min-width: 32.5rem) {
  .page-principles-content {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    left: 10vw;
    margin-bottom: -15vw;
    position: absolute;
    top: 56%;
    width: 67vw;
  }
}

@media (max-width: 32.4375rem) {
  .page-principles-content {
    position: static;
    width: 100%;
  }
}

.page-principles-card {
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.25);
  height: 12vw;
  margin-right: 3vw;
  padding: 1vw;
  position: relative;
  width: 30vw;
}

@media (max-width: 32.4375rem) {
  .page-principles-card {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 18.5rem;
    padding: 1rem;
    width: 100%;
  }
}

.page-principles-card-number {
  font-size: 5vw;
  font-weight: 900;
  margin-bottom: -1.6vw;
  padding-left: 0.4vw;
}

@media (max-width: 32.4375rem) {
  .page-principles-card-number {
    font-size: 5rem;
    margin-bottom: -1.6rem;
    margin-left: -14rem;
    text-align: center;
  }
}

.page-principles-card-title {
  font-size: 1.1vw;
  font-weight: 700;
  margin-bottom: 0.75vw;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-principles-card-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.page-principles-card-text {
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 32.4375rem) {
  .page-principles-card-text {
    font-size: 1.2rem;
  }
}

.page-principles-card-number-1 {
  color: #44277e;
}

.page-principles-card-1 {
  background-image: linear-gradient(180deg, #44277e, #921d7e);
}

@media (min-width: 32.5rem) {
  .page-principles-card-1 {
    height: 10vw;
  }
}

.page-principles-card-number-2 {
  color: #901d7e;
}

.page-principles-card-2 {
  background-image: linear-gradient(180deg, #901d7e, #db137e);
}

@media (min-width: 32.5rem) {
  .page-principles-card-2 {
    height: 10vw;
  }
}

.page-principles-card-number-3 {
  color: #cf147e;
}

.page-principles-card-3 {
  background-image: linear-gradient(126.92deg, #cf147e, #e2127e 61.01%);
}

.page-principles-card-number-4 {
  color: #70227f;
}

.page-principles-card-4 {
  background-image: linear-gradient(140deg, #70227f, #e2127e);
}

.page-principles-card-number-5 {
  color: #44277e;
}

.page-principles-card-5 {
  background-image: linear-gradient(120deg, #44277e, #e2127e);
}

@media (min-width: 32.5rem) {
  .page-principles-card-5 {
    height: 10vw;
  }
}

.page-program {
  background:
    url(/img/index/pages/program/lines.png) center 55% / contain no-repeat,
    linear-gradient(180deg, #f9c404, #e2127e);
}

@media (max-width: 59.9375rem) {
  .page-program {
    padding-bottom: 2rem;
  }
}

.page-program .page-title {
  margin-bottom: 3rem;
}

@media (min-width: 32.5rem) {
  .page-program-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    top: 51%;
  }
}

.page-program-content .page-card {
  margin-right: 4vw;
  max-width: 30vw;
  min-width: 30vw;
  padding: 1.5vw;
}

@media (max-width: 32.4375rem) {
  .page-program-content .page-card {
    height: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 19rem;
    min-width: 18rem;
    padding: 1.5rem;
    width: 100%;
  }

  .page-program-content .page-card:last-child {
    margin-bottom: 3rem;
  }
}

.page-program-content .page-card:last-child {
  margin-right: 0;
}

.page-program-card-title {
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  position: absolute;
  text-align: center;
  top: 20%;
}

@media (min-width: 32.5rem) {
  .page-program-card-title {
    font-size: 2.8vw;
    line-height: 1.3;
    margin-top: -2vw;
  }
}

@media (max-width: 32.4375rem) {
  .page-program-card-title {
    margin-top: -2rem;
  }
}

.page-program-card-creative,
.page-program-card-program {
  background-size: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 32.4375rem) {
  .page-program-card-creative,
  .page-program-card-program {
    margin-bottom: 2rem;
    min-height: 26rem;
  }
}

.page-program-card-creative {
  background-image: url(/img/index/pages/program/program-viewers.jpg);
  background-position: 50%;
  background-size: cover;
}

.page-program-card-program {
  background-image: url(/img/index/pages/program/program-participants.jpg);
  background-position: 50%;
  background-size: cover;
}

.page-program-lineup {
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  font-size: 1.3vw;
  font-weight: 700;
  padding: 0.6vw 1.2vw;
  position: absolute;
  text-transform: uppercase;
}

@media (max-width: 32.4375rem) {
  .page-program-lineup {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
    position: relative;
  }
}

.art-quarters {
  background-image: linear-gradient(180deg, #0f67ad, #e2127e);
}

.art-quarters-item-title {
  margin-bottom: 1rem;
}

.art-quarters-item-subtitle {
  font-size: 1.25rem;
  margin-top: -0.5rem;
}

.competition {
  background-image: linear-gradient(180deg, #d01074 0, #319dc4);
}

.competition-title {
  margin-bottom: 3.5rem;
}

@media (max-width: 76.0625rem) {
  .competition-title {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 32.4375rem) {
  .competition-title {
    margin-bottom: 1rem;
  }
}

.competition-project {
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow: hidden;
}

.competition-project-body {
  background-image: linear-gradient(90deg, #8612e2 0, #ea23ee);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.competition-project-photo {
  height: 16.875rem;
  position: relative;
}

.competition-project-photo img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0.625rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.competition-project-photo-winner {
  height: 24rem;
}

.competition-project-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
}

.competition-project-title {
  font-size: 1.45rem;
  height: 1.5rem;
  line-height: 1.7rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 76.0625rem) {
  .competition-project-title {
    height: 3rem;
  }
}

@media (max-width: 59.9375rem) {
  .competition-project-title {
    height: auto;
  }
}

.competition-project-place {
  color: #f9c404;
  font-size: 1.5625rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.competition-project-author {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 0.3rem;
  text-align: center;
}

.competition-project-group {
  height: 3.6rem;
}

@media (max-width: 76.0625rem) {
  .competition-project-group {
    height: 4rem;
  }
}

@media (max-width: 59.9375rem) {
  .competition-project-group {
    height: auto;
  }
}

.competition-project-city {
  text-align: center;
}

.competition-project-footer {
  align-items: center;
  display: flex;
  margin-top: 1rem;
}

.competition-project-vote {
  background: url(/img/competition/vote.svg) 50%/1.25rem no-repeat;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  height: 2.625rem;
  width: 2.625rem;
}

.competition-project-vote:focus,
.competition-project-vote:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  transition: background-color 0.15s ease-in-out;
}

.competition-project-vote.active {
  background-color: #fff;
  transition: background-color 0.15s ease-in-out;
}

.competition-project-rating {
  align-items: center;
  background: url(/img/competition/rating.svg) 0/1.25rem no-repeat;
  display: flex;
  font-weight: 700;
  margin-left: auto;
  padding-left: 1.6rem;
}

.faq {
  background: linear-gradient(180deg, #9314e3, #e2127e);
}

.faq-list {
  list-style-type: none;
  padding-left: 0;
}

.faq-item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

@media (max-width: 32.4375rem) {
  .faq-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq-item:last-child {
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
}

.faq-question {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 2rem 0 2rem 4rem;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .faq-question {
    padding: 1.1rem 0 1.1rem 3rem;
  }
}

.faq-question:before {
  background-color: #fff;
  border-radius: 50%;
  color: #9a13da;
  content: "?";
  font-size: 1.5rem;
  font-weight: 700;
  height: 2rem;
  left: 0;
  margin-right: 3rem;
  position: absolute;
  text-align: center;
  top: 2.2rem;
  width: 2rem;
}

@media (max-width: 32.4375rem) {
  .faq-question:before {
    font-size: 1.1rem;
    height: 1.5rem;
    top: 1.2rem;
    width: 1.5rem;
  }
}

.faq-question:after {
  background: url(/img/faq/icon-right.svg) top no-repeat;
  content: "";
  height: 1.2rem;
  padding-left: 3rem;
  transform: rotate(1deg);
  transition: transform 0.3s;
  width: 0.625rem;
}

.faq-question.show:after {
  transform: rotate(92deg);
}

.faq-answer {
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.faq-answer.show {
  max-height: 100rem;
  transition: max-height 1s ease-in-out;
}

.faq-answer-content {
  padding: 0 0 1rem 4rem;
}

@media (max-width: 32.4375rem) {
  .faq-answer-content {
    padding: 0 3rem 0.75rem;
  }
}

.faq-answer-content p {
  margin-top: 0;
}

.festival {
  background: #72217e;
  padding-bottom: 0;
  padding-top: 0;
}

.festival-bg {
  background:
    url(/img/festival/person.png) 100% 110%/46.35417% no-repeat,
    url(/img/festival/bg.jpg) 0 0 / cover no-repeat;
  padding-bottom: 3rem;
  padding-top: 4rem;
}

@media (max-width: 59.9375rem) {
  .festival-bg {
    background:
      url(/img/festival/person.png) bottom/contain no-repeat,
      url(/img/festival/bg.jpg) 0 0 / cover no-repeat;
    padding-bottom: 80vw;
    padding-top: 2rem;
  }
}

.festival-text {
  line-height: 1.7;
  max-width: 47.1875rem;
}

.festival-text p {
  margin-bottom: 2rem;
}

.getting-here {
  background: linear-gradient(180deg, #0f67ad, #e1127e);
}

.getting-here,
.getting-here ol {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.getting-here ol {
  counter-reset: page-about-card-counter;
  list-style-type: none;
  padding-left: 0;
}

.getting-here ol li {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  position: relative;
}

.getting-here ol li:before {
  background-color: #f9c404;
  border-radius: 50%;
  content: counter(page-about-card-counter);
  counter-increment: page-about-card-counter;
  font-size: 1.25rem;
  font-weight: 700;
  height: 1.75rem;
  left: 0;
  line-height: 1.75rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.75rem;
}

.getting-here .warning-text {
  color: #f9c404;
}

.getting-here table {
  border-collapse: collapse;
  width: 100%;
}

.getting-here table td {
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  -webkit-background-clip: padding-box;
}

@media (max-width: 32.4375rem) {
  .getting-here table td {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.5rem 0.2rem;
  }
}

.getting-here .getting-here-map {
  max-width: 100%;
  width: 100%;
}

.info-smi-btn-container {
  text-align: center;
}

.info-smi-btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.6vw 1.2vw;
}

@media (max-width: 32.4375rem) {
  .info-smi-btn {
    padding: 0.5rem 1rem;
  }
}

.infrastructure {
  background: linear-gradient(180deg, #0f67ad, #e1127e);
}

.infrastructure,
.infrastructure ol {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.infrastructure ol {
  counter-reset: page-about-card-counter;
  list-style-type: none;
  padding-left: 0;
}

.infrastructure ol li {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  position: relative;
}

.infrastructure ol li:before {
  background-color: #f9c404;
  border-radius: 50%;
  content: counter(page-about-card-counter);
  counter-increment: page-about-card-counter;
  font-size: 1.25rem;
  font-weight: 700;
  height: 1.75rem;
  left: 0;
  line-height: 1.75rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.75rem;
}

.infrastructure .warning-text {
  color: #f9c404;
}

.infrastructure table {
  border-collapse: collapse;
}

.infrastructure table td {
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  -webkit-background-clip: padding-box;
}

@media (max-width: 32.4375rem) {
  .infrastructure table td {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.2rem;
  }
}

.life {
  background-image: linear-gradient(180deg, #0f67ad, #e2127e);
}

.life-warning-text {
  color: #f9c404;
}

.life-paragraph {
  padding-left: 2rem;
  position: relative;
}

.life-paragraph:before {
  background-image: linear-gradient(180deg, #e2127e, #f9c404);
  bottom: 0;
  content: "";
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.life-paragraph-full-height {
  padding-left: 1.5rem;
  position: relative;
}

.life-paragraph-full-height:before {
  background-image: linear-gradient(180deg, #e2127e, #f9c404);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.life-warning-block {
  background: #f9c404;
  color: #000;
  padding: 2rem;
  position: relative;
}

.life-dog-image {
  bottom: 0;
  height: 245px;
  position: absolute;
  right: 0;
  width: 231px;
}

@media (max-width: 59.9375rem) {
  .life-dog-image {
    display: none;
  }
}

.lineup {
  background:
    url(/img/lineup/lines.png) 0 22rem / contain no-repeat,
    url(/img/lineup/lines.png) 0 50rem / contain no-repeat,
    linear-gradient(180deg, #9314e3, #e2127e);
}

@media (max-width: 59.9375rem) {
  .lineup {
    background: linear-gradient(180deg, #9314e3, #e2127e);
  }
}

.lineup .btn-date {
  font-size: 1.56rem;
  line-height: 1.56rem;
  padding: 1rem 2rem;
}

@media (max-width: 59.9375rem) {
  .lineup .btn-date {
    font-size: 1rem;
    line-height: 1.56rem;
    padding: 0.75rem 1.5rem;
  }
}

@media (max-width: 32.4375rem) {
  .lineup .btn-date {
    margin: 0 0.25rem 0.5rem;
  }
}

.lineup .btn-date.active,
.lineup .btn-date:focus,
.lineup .btn-date:hover {
  background: linear-gradient(180deg, rgba(245, 170, 21, 0.524), rgba(227, 30, 117, 0.524));
  color: #fff;
  transition: background 2s ease-out;
}

.lineup-day {
  display: none;
}

.lineup-day.show {
  display: block;
}

.lineup-day img {
  border-radius: 0.625rem;
  max-width: 100%;
  width: 100%;
}

.lineup-person {
  margin-bottom: -1.5rem;
  text-align: center;
}

@media (max-width: 59.9375rem) {
  .lineup-person {
    margin-bottom: -0.5rem;
  }
}

.lineup-name {
  background: linear-gradient(180deg, #2a5ba6, #e2127e);
  border-radius: 0.625rem;
  bottom: 2rem;
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  padding: 0.5rem 1rem;
  position: relative;
  transform: rotate(-8.66deg);
}

.login {
  background-image: linear-gradient(180deg, #0f67ad, #e1127e);
}

.program {
  background-color: #fff;
  color: #000;
}

.program-text {
  line-height: 1.7;
  margin-left: 4.75rem;
  max-width: 60.625rem;
}

@media (max-width: 59.9375rem) {
  .program-text {
    margin-left: 0;
  }
}

.program-text p {
  margin-bottom: 2.5rem;
}

.program-link {
  color: #e2127e;
  text-decoration: underline;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.registration {
  background-image: linear-gradient(180deg, #0f67ad, #e1127e);
}

.registration-header {
  margin-bottom: 3rem;
  position: relative;
}

@media (max-width: 32.4375rem) {
  .registration-header {
    margin-bottom: 2rem;
  }
}

.registration-body-offset {
  margin-top: 6rem;
}

@media (max-width: 32.4375rem) {
  .registration-body-offset {
    margin-top: 2rem;
  }
}

.registration-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 291px;
}

@media (max-width: 59.9375rem) {
  .registration-logo {
    display: none;
  }
}

.registration-group {
  margin-bottom: 3rem;
}

.registration-group-last {
  margin-bottom: 1.5rem;
}

.registration-group-label {
  display: block;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.registration-status-option {
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 3rem 2rem;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.registration-status-option:hover {
  background-color: #e2127e;
  border-color: #e2127e;
}

.registration-status-option-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.registration-status-title {
  font-size: 1.5625rem;
  text-transform: uppercase;
}

.registration-submit {
  margin-bottom: 1rem;
  text-align: right;
}

@media (max-width: 59.9375rem) {
  .registration-submit {
    text-align: center;
  }
}

.registration-visit-days-label {
  margin-bottom: 1rem;
}

.registration-submit-button {
  cursor: pointer;
  font-size: 1.5625rem;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}

@media (max-width: 59.9375rem) {
  .registration-submit-button {
    font-size: 1.3rem;
  }
}

@media (max-width: 32.4375rem) {
  .registration-submit-button {
    font-size: 1.1rem;
  }
}

@media (max-width: 59.9375rem) {
  .registration-visit-days label {
    display: block;
    margin-bottom: 1rem;
  }
}

.registration-captcha {
  margin-bottom: 1rem;
}

.registration-captcha .captcha {
  justify-content: flex-end;
}

@media (max-width: 59.9375rem) {
  .registration-captcha .captcha {
    justify-content: center;
  }
}

@media (max-width: 624px) {
  #registration_contactPerson {
    padding-top: 3.8rem;
  }
}

@media (max-width: 345px) {
  #registration_contactPerson {
    padding-top: 5rem;
  }
}

@media (max-width: 520px) {
  #registration_city {
    padding-top: 3.8rem;
  }
}

#registration_children .form-error,
#registration_children .form-row {
  margin-bottom: 1rem;
}

#registration_children .form-error {
  margin-top: -0.5rem;
}

@media (max-width: 488px) {
  #registration_children [id$="documentId"] {
    padding-top: 3.8rem;
  }
}

.program-participants {
  background:
    url(/img/program-participants/lines.png) 0 59.5% / contain no-repeat,
    linear-gradient(180deg, #f9c404, #e2127e);
}

@media (max-width: 76.0625rem) {
  .program-participants {
    background:
      url(/img/program-participants/lines.png) 50% 59.5%/200% no-repeat,
      linear-gradient(180deg, #f9c404, #e2127e);
  }
}

@media (max-width: 32.4375rem) {
  .program-participants {
    background: linear-gradient(180deg, #f9c404, #e2127e);
  }
}

.program-participants-title {
  color: #fff;
  padding: 2.5vw 0;
  text-transform: uppercase;
}

.art-quarter {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.art-quarter .art-quarter-image {
  text-align: center;
}

.art-quarter .art-quarter-image img {
  align-self: center;
  height: 120px;
}

.art-quarter .art-quarter-description {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.art-quarter-art {
  background: linear-gradient(90deg, #482680, #9b0b7c);
}

.art-quarter-people {
  background: linear-gradient(90deg, #0d68ad, #e2127e);
}

.art-quarter-music {
  background: linear-gradient(90deg, #482680, #9b0b7c);
}

@media (max-width: 59.9375rem) {
  .art-quarter-music {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

@media (max-width: 32.4375rem) {
  .art-quarter-music {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

.art-quarter-cinema {
  background: linear-gradient(90deg, #0d68ad, #e2127e);
}

@media (max-width: 59.9375rem) {
  .art-quarter-cinema {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

@media (max-width: 32.4375rem) {
  .art-quarter-cinema {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

.art-quarter-dance {
  background: linear-gradient(90deg, #0d68ad, #e2127e);
}

@media (max-width: 76.0625rem) {
  .art-quarter-dance {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

.art-quarter-kvn {
  background: linear-gradient(90deg, #482680, #9b0b7c);
}

@media (max-width: 76.0625rem) {
  .art-quarter-kvn {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

.art-quarter-life {
  background: linear-gradient(90deg, #0d68ad, #e2127e);
}

@media (max-width: 76.0625rem) {
  .art-quarter-life {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

@media (max-width: 59.9375rem) {
  .art-quarter-life {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

@media (max-width: 32.4375rem) {
  .art-quarter-life {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

.art-quarter-dobro {
  background: linear-gradient(90deg, #482680, #9b0b7c);
}

@media (max-width: 76.0625rem) {
  .art-quarter-dobro {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

@media (max-width: 59.9375rem) {
  .art-quarter-dobro {
    background: linear-gradient(90deg, #482680, #9b0b7c);
  }
}

@media (max-width: 32.4375rem) {
  .art-quarter-dobro {
    background: linear-gradient(90deg, #0d68ad, #e2127e);
  }
}

.position-whole {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.program-quarter {
  background:
    url(/img/program-participants/quarter/lines.png) 0 59.5% / contain no-repeat,
    linear-gradient(180deg, #9314e3, #e2127e);
}

@media (max-width: 76.0625rem) {
  .program-quarter {
    background:
      url(/img/program-participants/quarter/lines.png) 50% 59.5%/200% no-repeat,
      linear-gradient(180deg, #9314e3, #e2127e);
  }
}

@media (max-width: 32.4375rem) {
  .program-quarter {
    background: linear-gradient(180deg, #9314e3, #e2127e);
  }
}

.program-quarter-title {
  padding: 1.5vw 0 1vw;
  text-transform: uppercase;
}

.program-quarter-day {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.program-quarter-day .program-quarter-date {
  color: #f9c404;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.program-quarter-day ul {
  list-style-type: none;
  padding-left: 0;
}

.program-quarter-day ul li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}

.program-quarter-day ul li:before {
  background-image: linear-gradient(180deg, #e2127e, #f9c404);
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 4px;
  transform: rotate(90deg);
  width: 0.5rem;
}

.btn-castings-comtainer {
  text-align: center;
}

.btn-castings-comtainer .btn {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5vw 1.5vw;
}

@media (max-width: 32.4375rem) {
  .btn-castings-comtainer .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}

.program-viewer {
  background: linear-gradient(180deg, #9314e3, #e2127e);
}

.program-btn-date {
  font-size: 1.56rem;
  line-height: 1.56rem;
  padding: 1rem 2rem;
}

@media (max-width: 59.9375rem) {
  .program-btn-date {
    font-size: 1rem;
    line-height: 1.56rem;
    padding: 0.75rem 1.5rem;
  }
}

@media (max-width: 32.4375rem) {
  .program-btn-date {
    margin: 0 0.25rem 0.5rem;
  }
}

.program-btn-date.active,
.program-btn-date:focus,
.program-btn-date:hover {
  background: linear-gradient(180deg, rgba(245, 170, 21, 0.524), rgba(227, 30, 117, 0.524));
  color: #fff;
}

.program-place-wrapper {
  display: block;
  list-style-type: none;
  margin-right: 1rem;
  padding-left: 0;
  width: 100%;
}

.program-place-wrapper li {
  display: inline-block;
  margin: 0 0.5rem 0.75rem 0;
}

.program-nav-link {
  display: inline-block;
  font-size: 0.875rem;
}

.program-item {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.07);
  color: #000;
  overflow: hidden;
  padding: 1.0625rem 0.8125rem;
  position: relative;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.program-item:active,
.program-item:focus,
.program-item:hover {
  background-color: #f189bf;
}

.program-item-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.program-item-enter {
  opacity: 0;
  transform: translateX(60px);
}

.program-item-leave-active {
  display: none;
}

.program-item-info {
  color: #000;
  font-size: 0.75rem;
  line-height: 0.75rem;
  opacity: 0.5;
  text-transform: uppercase;
}

.program-item-name {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
}

.program-session {
  background: linear-gradient(180deg, #9314e3, #e2127e);
}

.program-session-info {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-left: 4.625rem;
}

@media (max-width: 32.4375rem) {
  .program-session-info {
    margin-left: 0;
  }
}

.program-session-text {
  font-size: 1.25rem;
  line-height: 146.16%;
  margin-top: 3rem;
}

@media (max-width: 59.9375rem) {
  .program-session-text {
    margin-top: 1rem;
  }
}

.program-session-speaker {
  font-weight: 300;
  line-height: 120%;
}

.program-session-speaker-name {
  display: block;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

[data-other] {
  display: none;
}

[data-other].shown {
  display: block;
}

.popbox.opened {
  background-color: rgba(0, 0, 0, 0.8);
}

.popbox_close {
  background-color: #ee232d;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: -0.75rem;
  text-align: center;
  top: -0.75rem;
  width: 2rem;
}

.popbox_close:hover {
  background-color: #be1c24;
}

.popbox_container {
  border-radius: 0.625rem;
  color: #000;
  max-width: 40rem;
  padding: 1rem 2rem;
  width: 100%;
}

@media (min-width: 60rem) {
  .popbox_container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 59.9375rem) {
  .popbox_container {
    padding: 0.5rem 1rem;
    position: relative;
    width: 90%;
  }
}

.popbox {
  font-size: 1rem;
}

.popbox ul {
  list-style-type: none;
  padding-left: 0;
}

.popbox ul li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.popbox ul li:before {
  background-image: linear-gradient(180deg, #e2127e, #f9c404);
  bottom: 0;
  content: "";
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.main {
  padding-top: 30px;
  background-color: #eee;
}

@media (max-width: 767px) {
  .main {
    padding-top: 25px;
  }
}
@media (max-width: 500px) {
  .main {
    padding-top: 20px;
  }
}

.camp {
  font-family: "Open Sans", sans-serif;
}

.camp__title {
  color: #0c1887;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 992px) {
  .camp__title {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .camp__title {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .camp__title {
    font-size: 1.7rem;
  }
}
.confedicialnost a {
  font-size: 17px;
  text-decoration: none;
  color: #0c1887;
}
.camp__text,
.hotel__price {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}
.camp__text{
  margin: 0 0 16px 0;
}
.camp__text p{
  margin:0;  
}
.camp__text p{
  text-align: center; 
}
.camp__text .btn{
  margin: 0rem auto 0rem;
  padding: 0.175rem 0.5rem;
}
.camp__text--bold{
 font-weight: 700;  
}
.camp__text--bold span{
  color: #0c1887;
  font-size: 20px;
}
.camp__text p:not(:last-child){
  margin-bottom:14px;  
}
.hotel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1279px) {
  .hotel {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .hotel {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hotel {
    grid-template-columns: 1fr;
  }
}

.hotel__wrap {
  background-color: #4826800d;
  padding: 18px 10px 10px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media(max-width:767px){
  .hotel__wrap {
    padding: 16px 16px 10px;
   margin:0 -16px;
  }
}

.hotel__title {
  color: #0c1887;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.hotel__label {
  margin:10px 0px 0px 0px;
  font-size:15px;
}
.hotel__label--color {
  color: #0c1887;
  font-size:17px;
  font-weight: 700;
}

.hotel__img-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.hotel__img-item {
  aspect-ratio: 4 / 3;
}
@media(max-width:992px){
  .hotel__img-item:first-child,
.hotel__img-item:nth-child(2) {
  grid-column-start:1 ;
  grid-column-end:3;
}
}


.hotel__img-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel__description {
  padding: 0;
  list-style: none;
  margin: 8px 0 20px;
}

.hotel__description li {
  position: relative;
  padding-left: 13px;
  font-size: 15px;
 margin-bottom: 7px;
}

.hotel__description li::before {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%; 
  background-color: #000;
}

.hotel__wrap .hotel__description:first-of-type{
  margin: 8px 0 8px;
}
.hotel__wrap .hotel__description:nth-child(3) > li:first-child{
  min-height: 36px;
}
.price__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}
.price__title span{
 color:#0c1887;
 font-weight: 700;
}

.price table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.price td,
.price th {
  padding: 5px;
  font-size: 17px;
  vertical-align: top;
  border: 1px solid #482680;
}

@media (max-width: 767px) {
  .price td,
  .price th {
    font-size: 12px;
  }
}

.production {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.production img {
  display: block;
  width: 18%;
  margin-bottom: 1rem;
  height: 160px;
  object-fit: fill;
  /* height: 130px;
object-fit: cover; */
}

@media (max-width: 767px) {
  .production img {
    width: 48%;
  }
}

.payment p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 12px 0;
}
.payment p,
.payment p.camp__text {
 margin: 0 0 12px 0;
}

.payment__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .payment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .payment__list {
    grid-template-columns: 1fr;
  }
}
.payment__list li {
  margin-bottom: 10px;
}

.payment__list img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  max-width: 100%;
  height: auto;
}

.live {
  margin-right: 1.25rem;
  padding: 5px 10px;
  font-family: "OpenSans-Bold";
  font-size: 12px;
  color: #ffb401;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: rgb(255, 0, 0);
  text-decoration: none;
}

.logo-rgd img {
  height: 100px;
}
