@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,800&display=swap);

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

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

input {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input:-internal-autofill-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-color: transparent !important;
  color: initial !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

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

button {
  cursor: pointer;
}

picture {
  display: block;
  width: 100%;
}

picture img {
  width: 100%;
}

iframe {
  max-width: 100%;
}

input,
select,
textarea,
button {
  font-family: "Raleway", sans-serif;
}

textarea:focus-visible {
  outline: 0;
}

html {
  cursor: none;
}

body {
  height: 100%;
  padding-top: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #E0B089;
  position: relative;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-size: 0.781vw;
  line-height: 1.875;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  body {
    background-image: url(../.././assets/img/bg-mob.webp) !important;
    font-size: 16px;
    background-size: 100% 100%;
  }

  body.page-template-kinoevent-2024-intro-page {
    background-image: url(../.././assets/img/intro-bg-mob.webp) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50%;

  }

  /*body.page-template-kinoevent-2024-intro-page .intro {
    background: none !important;
  }*/
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
  z-index: 1050;
  pointer-events: none;
  will-change: transform;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
}

.cursor:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  height: 15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: '';
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .cursor {
    display: none !important;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 9.271vw;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 34px;
  }
}

p {
  letter-spacing: 0.013vw;
}

@media only screen and (max-width: 991px) {
  p {
    letter-spacing: 0.25px;
  }
}

@media only screen and (max-width: 991px) {
  .hidden-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .visible-mob {
    display: none;
  }
}

/*HEADER*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.125vw 0;
}

.kino-event .header {
  background: transparent;
}

@media only screen and (max-width: 1920px) {
  .header {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 8.8vw 0;
  }
}

.header__logo {
  margin-left: 0.417vw;
  width: 10vw;
}

@media only screen and (max-width: 1920px) {
  .header__logo {
    margin-left: 8px;
    width: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .header__logo {
    margin-left: -9px;
    width: 150px;
  }
}

.intro-banner {
  margin: 18.8vw auto 25.1vw;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .intro-banner {
    width: 100%;
    margin: 49.600vw auto 10.667vw;
    position: relative;
    text-align: center;
  }
}

.intro-banner__title {
  font-size: 4.688vw;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 1.172vw;
  text-align: center;
  color: #fff;
  margin-bottom: 1.927vw;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .intro-banner__title {
    margin: 0 0 6.667vw;
    font-size: 9.067vw;
    line-height: 1.32;
    letter-spacing: 1.512vw;
  }
}

.intro-banner__text {
  font-size: 0.833vw;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 1.042vw;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .intro-banner__text {
    font-size: 3.2vw;
    line-height: 1.83;
    letter-spacing: 3.2vw;
    max-width: 50vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .intro-banner__text {
    font-size: 12px;
    letter-spacing: 12px;
    max-width: 250px;
  }
}

.text-center {
  text-align: center;
}

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

.intro-info {
  margin-bottom: 6.406vw;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .intro-info {
    margin-bottom: 25.867vw;
  }
}

.intro-info:nth-child(2) {
  margin-bottom: 5vw;
}

@media only screen and (max-width: 991px) {
  .intro-info:nth-child(2) {
    margin-bottom: 25.867vw;
  }
}

@media only screen and (max-width: 767px) {
  .intro-info:nth-child(2) {
    margin-bottom: 97px;
  }
}

.intro-info:nth-child(3) {
  margin-bottom: 2.604vw;
}

.small-title {
  font-size: 1.042vw;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.833vw;
  text-transform: uppercase;
  margin-bottom: 1.510vw;
}

@media only screen and (max-width: 991px) {
  .small-title {
    font-size: 4.267vw;
    line-height: 1.13;
    letter-spacing: 3.413vw;
    margin-bottom: 6.667vw;
  }
}

.lg-title {
  font-size: 3.021vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.504vw;
}

@media only screen and (max-width: 991px) {
  .lg-title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 5.67px;
  }
}

@media only screen and (max-width: 374px) {
  .lg-title {
    font-size: 25px;
  }
}

.film-banner {
  width: 61.302vw;
  margin: -2.7vw auto 16.042vw;
  position: relative;
}

.film-banner img {
  width: auto !important;
}

@media only screen and (max-width: 991px) {
  .film-banner {
    width: 100%;
    margin: 3vw auto 60.733vw;
    position: relative;
    justify-content: center;
    display: flex;
  }

  .film-banner>picture {
    width: auto;
    max-width: 360px;
    margin: 0 -20px;
  }
}

.ablauf-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 4.792vw;
}

@media only screen and (max-width: 991px) {
  .ablauf-section {
    display: block;
    padding-bottom: 13.333vw;
  }
}

@media only screen and (max-width: 767px) {
  .ablauf-section {
    padding-bottom: 50px;
  }
}

.ablauf-section .left-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52.5%;
  flex: 0 0 52.5%;
  max-width: 52.5%;
}

@media only screen and (max-width: 991px) {
  .ablauf-section .left-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ablauf-section .right-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.5%;
  flex: 0 0 38.5%;
  max-width: 38.5%;
  margin-left: 20.5%;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .ablauf-section .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

.ablauf-section__content {
  margin-top: 3.229vw;
  font-size: 0.907vw;
}

@media only screen and (max-width: 991px) {
  .ablauf-section__content {
    font-size: 3.733vw;
    letter-spacing: 0.061vw;
    line-height: 1.43;
    margin-left: 5.333vw;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ablauf-section__content {
    font-size: 15px;
    letter-spacing: 0.23px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .ablauf-section__content {
    margin-left: 0;
  }
}

.ablauf-section__content dd i {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 767px) {
  .ablauf-section__content dd {
    margin-bottom: 20px;
  }

  .ablauf-section__content dd i {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    margin: 7px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .ablauf-section__content dd span {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
  }
}

.ablauf-section__img {
  max-height: 19.010vw;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .ablauf-section__img {
    max-height: 40.5vw;
    overflow: hidden;
    margin-right: -34px;
    margin-bottom: 60px;
  }
}

dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content -webkit-max-content)[1];
  -ms-grid-columns: (max-content max-content)[1];
  grid-template-columns: repeat(1, -webkit-max-content -webkit-max-content);
  grid-template-columns: repeat(1, max-content max-content);
}

dt {
  padding-right: 1.563vw;
}

@media only screen and (max-width: 767px) {
  dt {
    padding-right: 24px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  dd {
    max-width: calc(100% - 40vw);
  }
}

@media only screen and (max-width: 767px) {
  dd {
    max-width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 374px) {
  dd {
    max-width: calc(100% - 180px);
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.833vw;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.026vw;
  padding: 0.469vw 0.781vw;
  border: 1px solid;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s background-color, .3s border-color;
  transition: .3s background-color, .3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 1920px) {
  .btn {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 9px 15px;
  }
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #000;
  background-color: #00ffb2;
  border-color: #00ffb2;
}

.form-control {
  border-radius: 0;
}

.section-title {
  font-size: 1.042vw;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.833vw;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.042vw;
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 5.333vw;
    letter-spacing: 4.267vw;
    margin-bottom: 9.067vw;
    line-height: 1.7;
  }
}

.block-title {
  font-size: 3.021vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.504vw;
  margin-bottom: 2.813vw;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .block-title {
    font-size: 9.067vw;
    line-height: 1.12;
    letter-spacing: 1.512vw;
    margin-bottom: 5.067vw;
  }
}

/*INTRO*/
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5% 1.6%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro {
    min-height: 590px;
  }
}

.intro-info-wrapper {
  top: 135px;
  position: relative;
}

.intro__block {
  position: relative;
  z-index: 5;
}

.intro__text__img {
  width: 45.573vw;
  margin-bottom: 2.604vw;
}

@media only screen and (max-width: 1920px) {
  .intro__text__img {
    width: 875px;
    max-width: 80%;
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro__text__img {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .intro__text__img {
    max-width: 372px;
    width: 100%;
  }
}

.intro__form {
  width: 19.375vw;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 1920px) {
  .intro__form {
    width: 100%;
    max-width: 372px;
  }
}

.intro__form .form-group {
  margin-bottom: 0.729vw;
}

@media only screen and (max-width: 1920px) {
  .intro__form .form-group {
    margin-bottom: 14px;
  }
}

.intro__form .form-control {
  width: 100%;
  height: 2.031vw;
  padding: 0.521vw;
  -webkit-box-shadow: inset 0 0.104vw 0.313vw 0 rgba(0, 0, 0, 0.49);
  box-shadow: inset 0 0.104vw 0.313vw 0 rgba(0, 0, 0, 0.49);
  background-color: #F0C387;
  font-size: 0.833vw;
  font-weight: 500;
  letter-spacing: 0.026vw;
  color: #000 !important;
  border: none;
  border-radius: 0;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
  text-align: center;
}

.intro__form .form-control:focus {
  color: #fff !important;
  background-color: #774400;
}

@media only screen and (max-width: 1920px) {
  .intro__form .form-control {
    height: 39px;
    padding: 10px;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.49);
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.49);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

.intro__form .form-control.error {
  background-color: #ff00f5;
}

.intro__form .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: .6s opacity;
  transition: .6s opacity;
}

.intro__form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: .6s opacity;
  transition: .6s opacity;
}

.intro__form .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: .6s opacity;
  transition: .6s opacity;
}

.intro__form .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: .6s opacity;
  transition: .6s opacity;
}

.intro__form .form-control::placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: .6s opacity;
  transition: .6s opacity;
}

.intro__form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.intro__form .form-control:focus::-moz-placeholder {
  opacity: 0;
}

.intro__form .form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.intro__form .form-control:focus::-ms-input-placeholder {
  opacity: 0;
}

.intro__form .form-control:focus::placeholder {
  opacity: 0;
}

.intro__form .btn.btn-primary {
  height: 2.031vw;
  color: #000;
  background: #fff;
}

.intro__form .btn.btn-primary:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .intro__form .btn.btn-primary {
    height: 39px;
  }
}

.intro__form-error {
  position: absolute;
  top: 100%;
  margin-top: 3.490vw;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .intro__form-error {
    margin-top: 67px;
  }
}

.intro__form-error-text {
  font-size: 0.625vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.104vw;
  text-transform: uppercase;
  margin-top: 0.729vw;
}

@media only screen and (max-width: 1920px) {
  .intro__form-error-text {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 14px;
  }
}

.intro__form-error-text span {
  font-weight: 900;
}

.btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.552vw;
  height: 2.552vw;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1920px) {
  .btn-close {
    width: 49px;
    height: 49px;
  }
}

.icon-close {
  width: 1.979vw;
  height: 1.979vw;
  background-image: url("data:image/svg+xml,%3Csvg width=%2737%27 height=%2738%27 viewBox=%270 0 37 38%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%23FF00F5%27 stroke-width=%273%27 fill=%27none%27 fill-rule=%27evenodd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M25.822 11.559 10.94 26.441M25.916 26.535l-15.07-15.07%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1920px) {
  .icon-close {
    width: 38px;
    height: 38px;
  }
}

.btn-block {
  width: 100%;
}

.about {
  padding-top: 5.677vw;
  padding-bottom: 10.313vw;
}

@media only screen and (max-width: 991px) {
  .about {
    padding-top: 17.067vw;
    padding-bottom: 53.333vw;
  }
}

.about__head {
  margin-bottom: 6.510vw;
}

@media only screen and (max-width: 991px) {
  .about__head {
    margin-bottom: 66px;
  }
}

@media only screen and (min-width: 992px) {
  .about__head .section-title br {
    display: none;
  }
}

.about__block {
  color: #fff;
}

.about__block .left-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.921%;
  flex: 0 0 40.921%;
  max-width: 40.921%;
}

@media only screen and (max-width: 991px) {
  .about__block .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about__block .right-col {
  margin-left: 10.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.5%;
  flex: 0 0 29.5%;
  max-width: 29.5%;
  font-size: 0.907vw;
}

@media only screen and (max-width: 1199px) {
  .about__block .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .about__block .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about__block__img {
    margin-left: -34px;
    margin-bottom: 62px;
  }
}

.about__block .content {
  margin-top: 0.729vw;
}

.about__block .content p {
  line-height: 2;
  max-width: 22.813vw;
}

@media only screen and (max-width: 1199px) {
  .about__block .content p {
    max-width: 100%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .about__block .content p {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 992px) {
  .about__block.reverse .left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.about__block.reverse .right-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 13.7%;
}

@media only screen and (max-width: 1199px) {
  .about__block.reverse .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 10.3%;
  }
}

@media only screen and (max-width: 991px) {
  .about__block.reverse .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.about__block.reverse .content {
  margin-top: 0;
}

.imax {
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.imax {
  position: relative;
  margin-bottom: 10.313vw;
}

@media only screen and (max-width: 991px) {
  .imax {
    margin-bottom: 120px;
  }
}

.imax .block-title {
  word-spacing: 1.302vw;
}

@media only screen and (max-width: 991px) {
  .imax .block-title {
    word-spacing: 3.467vw;
  }
}

@media only screen and (max-width: 991px) {
  .imax .about__block__img {
    margin-bottom: 130px;
  }
}

.lounge {
  margin-bottom: 12.500vw;
}

@media only screen and (max-width: 991px) {
  .lounge {
    padding-top: 89px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .lounge .block-title {
    margin-bottom: 24px;
  }
}

.bed {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .bed {
    padding-top: 79px;
  }
}

.bed .content {
  margin-top: 1.250vw;
}

@media only screen and (max-width: 991px) {
  .bed .content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .bed .block-title {
    margin-bottom: 23px;
  }
}

.footer {
  padding: 16.6vw 0 17vw;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 21.333vw 0 48vw;
  }
}

.footer .btn {
  text-align: center;
  width: 334px;
}

@media only screen and (max-width: 991px) {
  .footer .btn {
    width: 67.733vw;
    font-size: 4.267vw;
    letter-spacing: 0.133vw;
    padding: 2.400vw 4vw;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .footer .btn {
    width: 254px;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 9px 15px;
  }
}

.thanks__block-footer .btn {
  text-align: center;
  width: 334px;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .thanks__block-footer .btn {
    width: 254px;
  }
}

/*THANKS*/
.thanks {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 26px 11.3%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .thanks {
    background-position: 36% 50%;
    padding: 0 26px 106px;
  }
}

@media only screen and (max-width: 374px) {
  .thanks {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .thanks {
    padding-bottom: 0;
  }
}

.thanks__block {
  position: relative;
  z-index: 5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .thanks__block {
    margin-top: -82px;
    min-height: calc(100% - 184px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .thanks__block {
    min-height: auto;
  }
}

.thanks__block-head {
  margin-bottom: 2.604vw;
}

@media only screen and (max-width: 1920px) {
  .thanks__block-head {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .thanks__block-head {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thanks__block-body {
    max-width: 320px;
    margin: 0 auto;
  }
}

.thanks__block-body .small-title {
  word-spacing: 1.042vw;
}

@media only screen and (max-width: 991px) {
  .thanks__block-body .small-title {
    word-spacing: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .thanks__block-body .small-title {
    line-height: 1.57;
    word-spacing: normal;
  }
}

@media only screen and (max-width: 767px) {
  .thanks__block .small-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 14px;
  }
}

.thanks__block-title {
  font-size: 2.083vw;
  font-weight: 600;
  line-height: 1.98;
  letter-spacing: 0.521vw;
  text-transform: uppercase;
  margin-bottom: 0.521vw;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .thanks__block-title {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: 7.5px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .thanks__block-title {
    font-size: 30px;
    line-height: 1.33;
    margin-bottom: 18px;
    position: relative;
    left: 11px;
    letter-spacing: 7.5px;
  }
}

@media only screen and (max-width: 374px) {
  .thanks__block-title {
    font-size: 22px;
  }
}

/*FORM*/
.no-valid {
  pointer-events: none;
}

.step-nav-btn {
  border: 0;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .step-nav-btn {
    display: none;
  }
}

.opened-bar {
  overflow: hidden;
}

.opened-bar .contact-bar {
  right: 0;
}

.opened-bar .contact-bar__close {
  opacity: 1;
  visibility: visible;
}

.opened-bar .contact-bar__bg {
  opacity: 1;
  visibility: visible;
}

.opened-bar.opened-bar-2 .contact-bar {
  z-index: 1011;
}

.opened-bar.opened-bar-2 .contact-bar__close {
  opacity: 1;
  visibility: visible;
}

.opened-bar.opened-bar-2 .contact-bar__inner:nth-child(2) {
  right: 100%;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-2 .contact-bar__inner:nth-child(2) {
    right: 0;
    z-index: 4;
  }
}

.opened-bar.opened-bar-2 .contact-bar__inner:nth-child(3) {
  /*opacity: 0;*/
  /*visibility: hidden;*/
}

.opened-bar.opened-bar-2 .contact-bar__inner:nth-child(3) .contact-bar__block .form-footer {
  pointer-events: none;
}

.opened-bar.opened-bar-2 .contact-bar__bg {
  width: 66.66666%;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-2 .contact-bar__bg {
    width: 100%;
  }
}

.opened-bar.opened-bar-2 .bed .content {
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-2 .bed .content {
    opacity: 1;
  }
}

.opened-bar.opened-bar-3 .contact-bar__inner:first-child {
  right: 200%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-3 .contact-bar__inner:first-child {
    right: 0;
    z-index: 5;
  }
}

.opened-bar.opened-bar-3 .contact-bar__inner:nth-child(2) {
  /*opacity: 0;*/
  /*visibility: hidden;*/
}

.opened-bar.opened-bar-3 .contact-bar__inner:nth-child(2) .contact-bar__block {
  /*opacity: .05;*/
}

.opened-bar.opened-bar-3 .contact-bar__inner:nth-child(2) .contact-bar__block .form-footer {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .opened-bar.opened-bar-3 .contact-bar div.btn-primary .btn {
    padding: 10px 60px 10px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .opened-bar.opened-bar-3 .contact-bar div.btn-primary:after {
    display: none;
  }
}

.opened-bar.opened-bar-3 .contact-bar__bg {
  width: 33.33333%;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-3 .contact-bar__bg {
    width: 100%;
  }
}

.opened-bar.opened-bar-3 .bed {
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .opened-bar.opened-bar-3 .bed {
    opacity: 1;
  }
}

.contact-bar-btn {
  width: 4.167vw;
  height: 4.167vw;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.521vw;
  top: 28%;
  right: 0;
  background-color: #000;
  z-index: 101;
}

@media only screen and (max-width: 1199px) {
  .contact-bar-btn {
    width: 58px;
    height: 58px;
    z-index: 1001;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar-btn {
    width: 30px;
    height: 30px;
    padding: 4px;
    bottom: 45px;
    top: auto;
    display: none;
  }
}

.contact-bar-btn svg {
  width: 70%;
  height: 100%;
}

.icon-arrow-left {
  width: 1.094vw;
  height: 0.625vw;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2712%27 viewBox=%270 0 21 12%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%23FF00F5%27 stroke-width=%271.5%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath stroke-linecap=%27square%27 d=%27M19.864 6H3.407%27/%3E%3Cpath d=%27M6.278 10.525 1.778 6l4.5-4.525%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1920px) {
  .icon-arrow-left {
    width: 21px;
    height: 12px;
  }
}

.contact-bar {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  z-index: 1005;
  width: 33.3333%;
  -webkit-transition: .6s right;
  transition: .6s right;
}

@media only screen and (max-width: 1199px) {
  .contact-bar {
    width: 100%;
  }
}

.contact-bar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  background-color: rgba(2, 9, 19, 0.7);
}

.contact-bar__block {
  width: 100%;
  max-width: 20.417vw;
}

@media only screen and (max-width: 1920px) {
  .contact-bar__block {
    max-width: 392px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__block {
    max-height: 100%;
    overflow: auto;
    padding: 0 34px 40px;
  }
}

.contact-bar__close {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  top: 5%;
  right: 23%;
  width: 2.500vw;
  height: 2.500vw;
  border: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff00f5;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1199px) {
  .contact-bar__close {
    width: 48px;
    height: 48px;
    right: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__close {
    right: 34px;
    top: 50px;
    width: 35px;
    height: 35px;
  }
}

.contact-bar__close .icon-close {
  width: 1.458vw;
  height: 1.458vw;
}

@media only screen and (max-width: 1920px) {
  .contact-bar__close .icon-close {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__close .icon-close {
    width: 20px;
    height: 20px;
  }
}

.contact-bar__inner {
  background-color: #000;
  padding: 0 16% 11%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: right .6s;
  transition: right .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .contact-bar__inner {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__inner {
    padding: 117px 0 96px;
  }
}

.contact-bar__inner:first-child {
  z-index: 1;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1199px) {
  .contact-bar__inner:first-child {
    right: -100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__inner:first-child {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}

.contact-bar__inner:first-child .form-footer .btn {
  padding-right: 1.563vw;
  padding-left: 1.563vw;
  min-width: 10.417vw;
}

@media only screen and (max-width: 1920px) {
  .contact-bar__inner:first-child .form-footer .btn {
    padding-right: 30px;
    padding-left: 30px;
    min-width: 200px;
  }
}

.contact-bar__inner:nth-child(2) {
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .contact-bar__inner:nth-child(2) {
    right: -100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__inner:nth-child(2) {
    z-index: 4;
  }
}

.contact-bar__inner:nth-child(3) {
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .contact-bar__inner:nth-child(3) .form-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.contact-bar .form-footer div.btn {
  padding: 0;
  position: relative;
}

.contact-bar .form-footer div.btn i {
  margin-left: 0;
  margin-right: 0.938vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.938vw;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-footer div.btn i {
    margin-right: 18px;
    left: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer div.btn i {
    display: block !important;
    left: auto;
    right: 28px;
    margin: 0;
  }
}

.contact-bar .form-footer div.btn .btn {
  padding-right: 1.563vw;
}

@media only screen and (max-width: 1920px) {
  .contact-bar .form-footer div.btn .btn {
    padding-right: 30px;
  }
}

.contact-bar__title {
  font-family: "Raleway", sans-serif;
  font-size: 3.021vw;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 1.5vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar__title {
    font-size: 58px;
    line-height: 1.17;
    margin-bottom: 24px;
  }
}

.contact-bar .wpcf7-spinner {
  display: none !important;
}

.contact-bar .wpcf7-list-item-label {
  font-size: 0.729vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.contact-bar .form-control {
  width: 100%;
  border: 0;
  font-size: 0.729vw;
  font-weight: 700;
  height: 2.4vw;
  padding: 0.313vw 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-control {
    font-size: 14px;
    height: 40px;
    padding: 6px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-control {
    height: 46px;
  }
}

.contact-bar .form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.contact-bar .form-control::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

.contact-bar .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.contact-bar .form-control::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.contact-bar .form-control::placeholder {
  color: #fff;
  font-weight: 300;
}

.contact-bar .form-control.error {
  border-bottom-color: #ff00f5;
}

.contact-bar .form-control.valid {
  border-bottom-color: #fff !important;
}

.contact-bar .wpcf7-form-control-wrap {
  position: relative;
}

.contact-bar .form-group {
  margin-bottom: 0.677vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-group {
    margin-bottom: 13px;
  }
}

.contact-bar .form-group label.error {
  right: 0;
  position: absolute;
  top: 0.208vw;
  font-size: 0.625vw;
  font-style: italic;
  line-height: 1;
  color: #ff00f5;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-group label.error {
    top: -2px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-group label.error {
    top: 5px;
  }
}

.contact-bar .form-body {
  min-height: 23.833vw;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-body {
    min-height: 400px;
  }
}

.contact-bar .form-body__info {
  font-size: 0.729vw;
  position: absolute;
  bottom: 1.042vw;
  left: 0;
  font-style: italic;
  line-height: 1.57;
  letter-spacing: normal;
  color: #9b9b9b;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-body__info {
    font-size: 14px;
    bottom: 20px;
  }
}

.contact-bar textarea.form-control {
  resize: none;
  padding-top: 0.625vw;
  height: 18.958vw;
  border: solid 1px #fff;
  padding-left: 0.938vw;
  font-weight: 500;
  line-height: 2.36;
}

@media only screen and (max-width: 1199px) {
  .contact-bar textarea.form-control {
    padding-top: 12px;
    height: 364px;
    padding-left: 18px;
  }
}

.contact-bar .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.4vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-footer {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer {
    /*flex-direction: row-reverse;*/
    margin-top: 56px;
  }
}

.contact-bar .form-footer .btn {
  padding-right: 1.563vw;
}

@media only screen and (max-width: 1920px) {
  .contact-bar .form-footer .btn {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer .btn {
    padding-left: 26px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer .btn:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2712%27 viewBox=%270 0 21 12%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%23FF00F5%27 stroke-width=%271.5%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath stroke-linecap=%27square%27 d=%27M19.864 6H3.407%27/%3E%3Cpath d=%27M6.278 10.525 1.778 6l4.5-4.525%27/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
    font-weight: normal;
    width: 21px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.contact-bar .form-footer .btn i {
  margin-left: 0;
  margin-right: 0.938vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .form-footer .btn i {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer .btn i {
    display: none;
  }
}

.contact-bar .form-footer .btn-link {
  background-color: transparent;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-bar .form-footer .btn-link i {
  color: #ff00f5;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer .btn-link i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-bar .form-footer .btn-link i:before {
    content: '\e808';
  }
}

.contact-bar .nice-select {
  font-size: 0.729vw;
  height: 2.083vw;
  padding: 0.313vw 0;
  border-bottom-color: #535353;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .nice-select {
    font-size: 14px;
    padding: 7px 0;
    height: 40px;
  }
}

.contact-bar .nice-select:after {
  top: 0.833vw;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .nice-select:after {
    top: 16px;
  }
}

.contact-bar .nice-select .list {
  background-color: #000;
}

.contact-bar .nice-select .option {
  background-color: transparent !important;
  color: #fff;
  font-size: 0.729vw;
  padding: 0.521vw 0;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .nice-select .option {
    font-size: 14px;
    padding: 10px 0;
  }
}

.contact-bar .nice-select .option:first-child {
  display: none !important;
}

.contact-bar .nice-select .option.selected {
  color: #ff00f5;
}

.contact-bar .nice-select.has-multiple .option {
  padding-left: 2.292vw;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .nice-select.has-multiple .option {
    padding-left: 44px;
  }
}

.contact-bar .nice-select.has-multiple .option:before {
  content: " ";
  width: 0.573vw;
  height: 0.573vw;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 0.260vw;
  left: 1.042vw;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
}

@media only screen and (max-width: 1199px) {
  .contact-bar .nice-select.has-multiple .option:before {
    width: 11px;
    height: 11px;
    top: 5px;
    left: 20px;
  }
}

.contact-bar .nice-select.has-multiple .option.selected:before {
  border-color: #00ffb2;
  background-color: #00ffb2;
}

.contact-bar .nice-select.has-multiple .multiple-options {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px;
}

.contact-bar .nice-select.has-multiple .multiple-options .current {
  display: inline;
  position: relative;
  width: auto;
}

.contact-bar .nice-select.has-multiple .multiple-options .current:not(:last-child):after {
  content: ', ';
}

/*NICE SELECT*/
.nice-select {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  padding: 6px 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.nice-select:after {
  width: 0.417vw;
  height: 0.417vw;
  border: 1px solid #fff;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 0.729vw;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .15s ease-in-out, top .15s ease-in-out;
  transition: all .15s ease-in-out, top .15s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
}

@media only screen and (max-width: 1199px) {
  .nice-select:after {
    width: 8px;
    height: 8px;
    top: 16px;
  }
}

.nice-select .list {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  margin: 0;
  padding: 0.556vw 0;
  margin-top: 1.042vw;
}

@media only screen and (max-width: 1199px) {
  .nice-select .list {
    padding: 8px 0;
    margin-top: 20px;
  }
}

.nice-select .list li:first-child {
  display: none;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0.938vw;
}

@media only screen and (max-width: 1199px) {
  .nice-select.open:after {
    top: 18px;
  }
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  white-space: normal;
  padding: 1.042vw 1.389vw;
  text-transform: uppercase;
}

@media (max-width: 1457px) {
  .nice-select .option {
    padding: 15px 20px;
  }
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  color: #fff;
}

.active+.nice-select {
  border-bottom-color: #fff;
}

.active+.nice-select .current {
  color: #fff;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.intro__form .form-control {
	background-color: #881a10;
	color: #fff !important;
}
.intro__form .form-control::placeholder {
	color: #fff !important;
}
.intro__form .form-control:focus {
	background-color: #4B0600;
	color: #fff;
}
body.page-template-kinoevent-2024-intro-page, body.page-template-kinoevent-2024-vip-page {
	background-color: #881a10;
}
@media (max-width: 991px) {
	body.page-template-kinoevent-2024-vip-page {
		background-image: url('https://oneline.ch/wp-content/webp-express/webp-images/uploads/2025/09/IMG_3638.jpg.webp') !important;
	}
}
@media (max-width: 767px) {
	.page-template-kinoevent-2024-intro-page .intro {
		height: 100vh !important;
	}
}
