:root {
  --black: #1c1818;
  --white: white;
  --orange: #f9a620;
  --light-grey: #e1e1e1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/e0045ea_custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('../images/6315258f_youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--black);
  color: #333;
  padding-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  background-color: var(--black);
}

.hero-section {
  width: 100%;
  height: 100vh;
}

.background-video {
  width: 100vw;
  height: 100vh;
}

.container {
  position: static;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 90%;
}

.hero-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.h2 {
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.h2.center {
  text-align: center;
  line-height: 90%;
}

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

.h2.highlight {
  margin-bottom: 0;
}

.h2.subtitle {
  color: var(--orange);
}

.h2.unique {
  color: var(--orange);
  font-weight: 400;
}

.background-video-2 {
  background-color: #1c181880;
  height: 100%;
}

.subtitle {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.subtitle.title {
  letter-spacing: 3px;
}

.subtitle.other {
  color: var(--orange);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.subtitle.other.button-subtitle {
  text-align: center;
}

.title-block {
  min-width: 310px;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
  min-width: 320px;
  height: 50px;
  display: block;
}

.icon, .icon-2 {
  display: none;
}

.arrow {
  flex-direction: column;
  align-items: center;
  height: 100px;
  margin-top: 15px;
  display: flex;
  overflow: visible;
}

.svg {
  height: 20px;
  margin-top: -5px;
}

.bottom-content {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.utp {
  margin-top: 120px;
  margin-bottom: 100px;
}

.flexbox {
  grid-column-gap: 16px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.flexbox.vertical {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
}

.flexbox.vertical.left {
  align-items: flex-start;
}

.flexbox.achieve {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
}

.flexbox.button-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
}

.flexbox.footer {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.flexbox.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flexbox.unique {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image {
  width: 60vw;
  min-width: 500px;
}

.side-text {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.side-text.locations {
  z-index: 1;
  justify-content: flex-end;
  min-width: 40%;
  margin-bottom: 24px;
  margin-left: 16px;
  position: relative;
}

.side-text.locations-left {
  z-index: 2;
  justify-content: flex-end;
  min-width: 40%;
  margin-bottom: 24px;
  position: relative;
}

.regular-text {
  color: var(--light-grey);
  max-width: 400px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.regular-text._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.regular-text._16px.center {
  text-align: center;
  align-self: center;
  max-width: 600px;
}

.regular-text._16px.text {
  max-width: 640px;
}

.regular-text.center {
  text-align: center;
  max-width: 100%;
}

.regular-text.center.table {
  color: var(--orange);
  width: 100%;
  max-width: 100%;
}

.list-item, .list-item-2, .list-item-3 {
  color: var(--white);
}

.list {
  margin-bottom: 0;
  padding-left: 24px;
}

.higlight {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 3px solid var(--orange);
  background-color: #333131;
  border-radius: 4px;
  align-items: center;
  max-width: 530px;
  padding: 16px;
  display: flex;
}

.higlight.security {
  width: 33%;
}

.higlight.verical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #333131cc;
  flex-direction: column;
  align-items: flex-start;
}

.button {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  align-self: flex-start;
  padding: 24px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: transform .8s cubic-bezier(.19, 1, .22, 1), background-color .5s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  color: var(--black);
  background-color: #e29313;
  transform: translate(0, -3px);
}

.button:active {
  border-color: #a76d10;
}

.button.center {
  align-self: center;
}

.button.details {
  border-width: 1px;
  border-color: var(--orange);
  color: var(--orange);
  background-color: #0000;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
}

.button.details-2 {
  border-color: var(--black);
  background-color: #0000;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.button.details-2:hover {
  background-color: var(--black);
  color: var(--orange);
}

.button.form-button {
  width: 100%;
}

.button.footer {
  color: var(--orange);
  width: 100%;
  padding: 17px 40px;
}

.button.footer:hover {
  color: var(--black);
}

.title-and-subtitle-box {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.title-and-subtitle-box.center {
  align-items: center;
  margin-bottom: -10px;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.section.grey {
  background-color: #231f1f;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.bg-image {
  margin-top: -100px;
  margin-bottom: 0;
  padding: 80px 0;
  display: block;
  overflow: hidden;
}

.section.gallery {
  display: none;
}

.section.differnce {
  display: block;
}

.section.uniqu-offer {
  display: none;
}

.div-block {
  background-color: #0000;
  justify-content: flex-end;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.div-block.relative {
  position: relative;
}

.event-card {
  border-radius: 4px;
  width: 33%;
  height: 470px;
}

.event-card.grey {
  background-color: #231f1f;
  padding: 24px;
}

.event-image {
  background-image: url('../assets/party.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.event-image.event-2 {
  background-image: url('../assets/presentation.jpg');
  background-position: 22%;
  background-repeat: repeat;
  background-size: cover;
}

.event-image.event-3 {
  background-image: url('../assets/IMG_2669.JPG');
  background-position: 60%;
  background-size: cover;
}

.event-image.wedding {
  background-image: url('../assets/321_cr.jpg');
  background-position: -15%;
  background-size: cover;
  border-radius: 4px;
  width: 300px;
  height: 330px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.event-image.meeting {
  background-image: url('../assets/second.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 320px;
  height: 200px;
  position: absolute;
  bottom: 10%;
  left: 17%;
}

.event-image.family {
  background-image: url('../assets/tort.jpg');
  background-size: cover;
  border-radius: 4px;
  width: 300px;
  height: 390px;
  position: absolute;
  bottom: 30%;
  left: 48%;
}

.event-image.restaurant {
  background-image: url('../assets/Rectangle-40.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.event-image.restaurant-2 {
  background-image: url('../assets/Rectangle-41.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-2 {
  width: 100%;
}

.event-descriprion {
  grid-row-gap: 16px;
  background-color: #1c1818cc;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.h3 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.h3.center {
  text-align: center;
  line-height: 90%;
}

.h3.center.icon-title {
  width: 320px;
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
}

.h3._24-px {
  font-size: 24px;
}

.text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: block;
}

.image-3 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.achievement {
  max-width: 30%;
}

.achievement-text {
  color: var(--light-grey);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.achievement-text._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.multiple-images {
  min-width: 50%;
  height: 500px;
  max-height: 70vh;
  position: relative;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  grid-template-rows: .25fr 1fr .75fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-3 {
  grid-column-gap: 9px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.slider-2 {
  border-radius: 4px;
  width: 60%;
  height: 100%;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9 {
  object-fit: cover;
  width: 100%;
}

.image-10 {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  overflow: visible;
}

.image-12, .image-13, .image-14, .image-15 {
  object-fit: cover;
  width: 100%;
}

.carousel-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
  margin-left: -200px;
  margin-right: -200px;
}

.carousel {
  border-radius: 4px;
}

.left-arrow-2, .right-arrow-2, .left-arrow-3, .right-arrow-3, .right-arrow-4, .left-arrow-4, .right-arrow-5, .left-arrow-5 {
  display: none;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.difference-location {
  border-radius: 4px;
  width: 50%;
  height: 420px;
  display: none;
}

.form {
  color: var(--light-grey);
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  border: 2px solid #ccc;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 20px;
  display: block;
}

.text-field:hover {
  background-color: var(--light-grey);
}

.text-field:focus {
  border: 2px solid var(--orange);
}

.text-field.comment {
  height: 90px;
  display: block;
}

.success-message {
  color: #333;
  background-color: #8bc487;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.checkbox {
  background-color: var(--white);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 13px;
}

.checkbox.w--redirected-checked {
  background-color: var(--orange);
}

.link {
  clear: none;
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: stretch;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.link:hover {
  transform: translate(0, -3px);
}

.link.black {
  color: var(--black);
  display: block;
}

.link.video {
  padding-top: 3px;
  text-decoration: none;
  transition-property: none;
}

.link.video:hover {
  transform: none;
}

.link.center {
  text-align: center;
  align-self: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
}

.link.video-button {
  justify-content: center;
}

.link.video-button.offer {
  text-align: center;
  justify-content: center;
  width: 34%;
  margin-top: 50px;
  display: flex;
}

.bg-image {
  width: 100%;
  height: 100%;
  padding: 148px;
  position: relative;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper {
  overflow: hidden;
}

.div-block-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../assets/premier.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.image-17 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.hidden-overflow {
  overflow: hidden;
}

.hidden-overflow.mobile, .hidden-overflow.desktop, .hidden-arrow {
  display: none;
}

.footer {
  background-color: #191919;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-18 {
  width: 200px;
}

.menu-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.menu-item.events {
  max-width: 30vw;
}

.footer-link {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: color .4s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  color: var(--orange);
}

.footer-link.phone {
  font-size: 18px;
}

.menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  min-width: 60%;
  display: flex;
}

.modal-wrapper {
  z-index: 25;
  background-color: #1c181899;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-wrapper.theater, .modal-wrapper.lounge, .modal-wrapper.party-room, .modal-wrapper.vip-room {
  display: none;
}

.modal-wrapper.table-1 {
  display: none;
  position: fixed;
  overflow: auto;
}

.modal-wrapper.table-2 {
  display: none;
  overflow: auto;
}

.modal-wrapper.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: auto;
}

.modal-wrapper.comendant, .modal-wrapper.vip-room-video, .modal-wrapper.party-room-video, .modal-wrapper.lounge-video, .modal-wrapper.theater-video, .modal-wrapper.bomb-shelter, .modal-wrapper.electricity {
  display: none;
}

.modal-wrapper.free-booking {
  display: none;
  overflow: auto;
}

.modal-wrapper.form-book, .modal-wrapper.specify, .modal-wrapper.form {
  display: none;
}

.popup {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #333131;
  border-radius: 4px;
  flex-direction: column;
  max-width: 800px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 42px;
  position: relative;
}

.close-icon {
  float: right;
  text-align: left;
  cursor: pointer;
  background-color: #3c3939;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: sticky;
  top: -20px;
}

.close-icon.close-s-gallery {
  text-align: left;
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: sticky;
}

.close-area {
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  height: 100%;
  margin-top: 24px;
}

.popup-wrapper {
  max-height: 100%;
}

.popup-content {
  height: 100%;
  padding: 32px;
  display: block;
}

.top-table {
  background-color: var(--black);
  border-right: 1px solid #1e1c1c;
  padding: 16px 12px;
}

.top-table.right {
  border-right-width: 0;
}

.middle-table {
  background-color: #282626;
  padding: 16px 12px;
}

.reg-table {
  background-color: #743838;
  border-right: 1px solid #272727;
  padding: 16px 12px;
}

.reg-table.right {
  background-color: #577356;
  border-right-width: 0;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-2 {
  margin-top: 365px;
}

.button-2 {
  background-color: #1d1f20;
  border-radius: 8px;
  padding: 14px 67px;
}

.slide-nav-2 {
  display: none;
}

.slide-nav-3 {
  display: block;
  inset: auto 0% 0%;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step {
  background-color: #231f1f;
  border-radius: 4px;
  position: static;
}

.step-paginator {
  background-color: #0000;
  height: 100%;
}

.back-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  height: 35px;
  margin: auto auto 40px 30px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.forward-button {
  border: 1px solid var(--orange);
  text-align: center;
  justify-content: flex-end;
  width: 260px;
  height: 52px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: block;
  inset: auto 0% 0%;
}

.forward-button:hover {
  background-color: var(--orange);
}

.form-section-title {
  text-align: center;
  font-family: Vetrino, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.form-section-title:hover {
  text-align: center;
  font-family: Vetrino, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.div-block-3 {
  background-color: var(--light-grey);
  width: 25px;
  height: 2px;
  margin: 24px auto 32px;
}

.step-counter {
  z-index: -10;
  color: #747474;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.form-button-text {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
}

.form-button-text.back {
  color: #746d6d;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.radio-button-field {
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.radio-button {
  border-color: #968e8e;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.radio-button-2 {
  width: 16px;
  height: 16px;
}

.checkboxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.form-submit-button {
  border: 1px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2px;
  align-self: flex-start;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 18px 36px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: transform .8s cubic-bezier(.19, 1, .22, 1), background-color .5s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-submit-button:hover {
  background-color: var(--orange);
  color: var(--black);
  transform: translate(0, -3px);
}

.form-submit-button:active {
  border-color: #a76d10;
}

.form-submit-button.center {
  align-self: center;
}

.form-submit-button.details {
  padding-left: 100px;
  padding-right: 100px;
}

.form-submit-button.details-2 {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.form-submit-button.form-button {
  width: 100%;
}

.form-submit-button.footer {
  width: 100%;
  padding: 17px 40px;
}

.success-message-2 {
  color: #333;
  background-color: #8bc487;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.form-div {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 30px;
}

.form-div.relative {
  position: relative;
}

.svg-2, .svg-3, .svg-4 {
  height: 20px;
  margin-top: -5px;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.regular-text-copy {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.regular-text-copy._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.regular-text-copy._16px.center {
  text-align: center;
  max-width: 600px;
}

.regular-text-copy._16px.text {
  max-width: 640px;
}

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

.regular-text-copy.center.table {
  width: 100%;
  max-width: 100%;
}

.details-text {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.details-text._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.details-text._16px.center {
  text-align: center;
  max-width: 600px;
}

.details-text._16px.text {
  max-width: 640px;
}

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

.details-text.center.table {
  width: 100%;
  max-width: 100%;
}

.table-headline {
  color: var(--orange);
  max-width: 400px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
}

.table-headline._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.table-headline._16px.center {
  text-align: center;
  max-width: 600px;
}

.table-headline._16px.text {
  max-width: 640px;
}

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

.table-headline.center.table {
  width: 100%;
  max-width: 100%;
}

.language {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
}

.language:hover, .language.active {
  color: var(--orange);
}

.language-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: -100px;
  display: flex;
}

.divider {
  background-color: #797979;
  width: 1px;
  height: 120%;
}

.image-19 {
  clear: both;
  object-fit: fill;
  margin-top: 40px;
  position: static;
}

.slide1 {
  background-image: url('../assets/image-from-Premier-Palace-Conference-Brochure-2023-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider-3 {
  width: 70vw;
  height: 550px;
}

.slide1-copy {
  background-image: url('../assets/7-min_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide2 {
  background-image: url('../assets/20230315_142550.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide3 {
  background-image: url('../assets/image-from-Premier-Palace-Conference-Brochure-2023-2.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide4 {
  background-image: url('../assets/image-from-Premier-Palace-Conference-Brochure-2023-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide5 {
  background-image: url('../assets/20230315_143002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide6 {
  background-image: url('../assets/20230315_143040.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide7 {
  background-image: url('../assets/IMG_2221.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide8 {
  background-image: url('../assets/Pritula.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide9 {
  background-image: url('../assets/IMG_2654.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide10 {
  background-image: url('../assets/IMG_4064.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide11 {
  background-image: url('../assets/IMG_3748.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide12 {
  background-image: url('../assets/hvorostovsky_elka2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide13 {
  background-image: url('../assets/8-min_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide14 {
  background-image: url('../assets/Mogilevskaya.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.gallery-right-arrow {
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.gallery-right-arrow:hover {
  background-color: #1c181833;
}

.difference-desc {
  grid-row-gap: 16px;
  background-color: #1c1818cc;
  flex-direction: column;
  width: 100%;
  height: 40%;
  padding: 24px;
  display: flex;
}

.play-pause-button {
  inset: auto auto 1% 1%;
}

.details-text-2 {
  color: var(--light-grey);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.details-text-2._16px {
  margin-bottom: 0;
  font-size: 16px;
}

.details-text-2._16px.center {
  text-align: center;
  max-width: 600px;
}

.details-text-2._16px.text {
  max-width: 640px;
}

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

.details-text-2.center.table {
  width: 100%;
  max-width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  color: #333;
}

.video, .slide-2 {
  width: 100%;
  height: 100%;
}

.error-message-2 {
  background-color: var(--orange);
}

.youtube {
  min-width: 700px;
  height: 400px;
}

.video-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--orange);
  border-radius: 2px;
  align-items: center;
  padding: 24px 16px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.video-button:hover {
  transform: translate(0, -5px);
}

.text-block {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.text-block-2 {
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.utp-image {
  justify-content: center;
  display: flex;
  position: relative;
}

.image-20 {
  position: static;
}

.image-21 {
  position: absolute;
  top: 13px;
  bottom: 13px;
}

.icon-set {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.field-label {
  line-height: 15px;
}

.text-block-3 {
  display: block;
}

.body-2 {
  background-color: var(--black);
}

.link-block {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.container-3 {
  background-color: var(--black);
}

.nav-link {
  float: none;
  clear: none;
  background-color: var(--orange);
  outline-offset: 0px;
  text-align: left;
  border: 1px solid #0000;
  border-radius: 14px;
  outline: 3px #222;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 20px;
  position: relative;
}

.heading {
  border: 1px solid var(--black);
  color: #fff;
  text-align: center;
  font-family: Vetrino, sans-serif;
  font-weight: 400;
}

.grey-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #231f1f;
  border-radius: 4px;
  flex-direction: column;
  width: 33%;
  padding: 24px;
  display: flex;
}

.grey-card.grey {
  background-color: #231f1f;
  padding: 24px;
}

.contact-line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo-and-socilas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.social-link {
  border-radius: 2px;
  padding: 8px;
}

.social-link:hover {
  background-color: #231f1f;
}

.socials-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: auto;
  display: flex;
  overflow: visible;
}

.socials-wrapper.center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 0%;
  display: block;
}

.image-22 {
  width: 24px;
  height: 24px;
  line-height: 20px;
}

.socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  flex-direction: row;
  display: block;
}

.container-4 {
  justify-content: center;
  display: flex;
}

.image-23 {
  width: 32px;
  height: 32px;
}

.details-text-3 {
  color: #e1e1e1;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.h3-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.regular-text-2 {
  color: #e1e1e1;
  max-width: 400px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  line-height: 150%;
}

.regular-text-2.center {
  text-align: center;
  max-width: 100%;
}

.regular-text-2.center.table {
  color: #f9a620;
  width: 100%;
  max-width: 100%;
}

.top-table-2 {
  background-color: #1c1818;
  border-right: 1px solid #1e1c1c;
  padding: 16px 12px;
}

.top-table-2.right {
  border-right-width: 0;
}

.table-headline-2 {
  color: #f9a620;
  max-width: 400px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
}

.popup-content-2 {
  height: 100%;
  padding: 32px;
  display: none;
}

.list-item-4, .list-item-5 {
  color: var(--light-grey);
  list-style-type: disc;
  display: block;
}

.list-item-6 {
  color: var(--light-grey);
  display: block;
}

.list-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.list-item-7 {
  color: var(--light-grey);
  align-items: flex-start;
  list-style-type: disc;
  display: block;
}

.list-item-8, .list-item-9 {
  color: var(--light-grey);
  align-items: flex-start;
  display: block;
}

.list-3 {
  flex-direction: column;
  align-items: flex-start;
  list-style-type: disc;
  display: flex;
}

.text-block-4 {
  color: var(--white);
}

.advantages {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
}

.advantage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #231f1f;
  border-radius: 4px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.text-block-5 {
  color: var(--black);
}

.error-message-3, .error-message-4 {
  color: #333;
}

.select-field-2 {
  display: block;
}

.slide-3 {
  line-height: 20px;
}

.header-contact {
  z-index: 20;
  margin-bottom: -15px;
  position: sticky;
  top: 15px;
}

.header-phone {
  z-index: 20;
  border: 1px solid var(--orange);
  background-color: var(--black);
  border-radius: 8px;
  margin-bottom: -50px;
  margin-right: -12px;
  padding: 12px;
  position: absolute;
  right: 15%;
}

@media screen and (min-width: 1920px) {
  body {
    padding-top: 65px;
  }

  .title-and-subtitle-box.center {
    margin-bottom: 20px;
  }

  .div-block {
    margin-left: 200px;
    margin-right: 200px;
  }

  .image-4, .image-5, .image-6, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: 100%;
  }

  .form-block {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .link.black {
    object-fit: fill;
    margin-top: 0;
  }

  .link.center {
    clear: both;
    white-space: normal;
  }

  .hidden-overflow.desktop, .modal-wrapper.form, .modal-wrapper.form-book, .modal-wrapper.specify, .modal-wrapper.form, .close-area {
    display: none;
  }

  .form-div {
    margin-left: 200px;
    margin-right: 200px;
  }

  .error-message {
    background-color: #ffdede;
  }

  .error-message-2 {
    color: #333;
    background-color: #ffdede;
  }

  .header-contact {
    margin-bottom: -65px;
  }

  .header-phone.contact-line {
    right: 45%;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 40px;
  }

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

  .flexbox {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .flexbox.achieve {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
  }

  .flexbox.location-flex, .flexbox.swap {
    flex-direction: column-reverse;
  }

  .image {
    width: 100%;
    min-width: 320px;
  }

  .side-text {
    margin-left: 0;
  }

  .side-text.locations {
    margin-bottom: 0;
    margin-left: 0;
  }

  .side-text.locations-left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .regular-text {
    max-width: 100vw;
  }

  .higlight.security {
    width: 100%;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .button.details {
    max-width: 100%;
  }

  .div-block {
    margin-left: 24px;
    margin-right: 24px;
  }

  .event-card {
    width: 100%;
  }

  .event-image.family {
    bottom: 17%;
  }

  .achievement {
    max-width: 70%;
  }

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

  .multiple-images {
    width: 100%;
    min-width: 320px;
    max-height: 80vh;
  }

  .slider-2 {
    width: 100%;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
  }

  .image-5, .image-6 {
    object-fit: cover;
  }

  .right-arrow-2 {
    display: none;
  }

  .difference-location, .form-block {
    width: 100%;
  }

  .link {
    text-align: left;
  }

  .menu-item.events {
    max-width: 50vw;
  }

  .menu-wrapper {
    width: 100%;
  }

  .modal-wrapper.form {
    display: none;
  }

  .popup.table {
    margin-left: 0;
    margin-right: 0;
  }

  .form-content {
    width: 90%;
  }

  .form-div {
    margin-left: 24px;
    margin-right: 24px;
  }

  .regular-text-copy, .details-text, .table-headline {
    max-width: 100vw;
  }

  .slider-3 {
    width: 90vw;
  }

  .details-text-2 {
    max-width: 100vw;
  }

  .youtube {
    min-width: 90vw;
    height: 420px;
  }

  .icon-set {
    flex-direction: column;
  }

  .grey-card {
    width: 100%;
  }

  .details-text-3, .regular-text-2, .table-headline-2 {
    max-width: 100vw;
  }

  .advantages {
    grid-template-columns: 1fr 1fr;
  }

  .header-phone.contact-line {
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .hero-section {
    height: 150vh;
  }

  .h1 {
    font-size: 60px;
  }

  .h2.center {
    font-size: 40px;
  }

  .subtitle {
    font-size: 20px;
  }

  .flexbox.swap {
    flex-direction: column-reverse;
  }

  .event-image.wedding {
    width: 220px;
    height: 280px;
    top: 0%;
    left: 4%;
  }

  .event-image.meeting {
    width: 270px;
    height: 150px;
  }

  .event-image.family {
    width: 230px;
    height: 300px;
    bottom: 29%;
    left: 52%;
  }

  .h3.center {
    font-size: 40px;
  }

  .achievement {
    max-width: 60%;
  }

  .multiple-images {
    max-height: 100vh;
  }

  .carousel-grid.top, .carousel-grid.bottom {
    width: 230%;
  }

  .carousel-grid.bottom.big {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -2000px;
  }

  .carousel {
    object-fit: cover;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    width: 100%;
  }

  .hidden-overflow.mobile {
    margin-top: -50px;
    display: none;
  }

  .hidden-overflow.desktop {
    display: none;
  }

  .menu-item.events {
    max-width: 70vw;
  }

  .menu-wrapper {
    flex-direction: column;
  }

  .modal-wrapper.form {
    display: none;
  }

  .popup {
    padding: 24px;
  }

  .form-content {
    width: 90%;
  }

  .image-19 {
    width: 40%;
  }

  .slider-3 {
    width: 99vw;
    height: 400px;
  }

  .difference-desc {
    height: 40%;
  }

  .youtube {
    height: 290px;
  }

  .advantages {
    grid-template-columns: 1fr;
  }

  .header-contact {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
  }

  .hero-section.form {
    height: auto;
  }

  .h2.center {
    font-size: 36px;
  }

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

  .subtitle {
    font-size: 20px;
    line-height: 110%;
  }

  .title-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .arrow {
    justify-content: center;
  }

  .bottom-content, .flexbox {
    width: 100%;
  }

  .flexbox.vertical {
    justify-content: center;
    overflow: visible;
  }

  .flexbox.achieve {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    display: flex;
  }

  .flexbox.swap {
    flex-direction: column-reverse;
  }

  .image {
    min-width: 300px;
  }

  .regular-text {
    align-self: flex-start;
    max-width: 100vw;
  }

  .regular-text._16px.center {
    align-self: flex-start;
    max-width: 100vw;
    height: auto;
  }

  .button {
    text-align: center;
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.center {
    align-self: stretch;
  }

  .button.details-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .title-and-subtitle-box.center {
    margin-bottom: 20px;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-image {
    height: 460px;
  }

  .event-image.wedding {
    width: 190px;
    height: 220px;
    left: 0%;
  }

  .event-image.meeting {
    width: 240px;
    height: 130px;
    bottom: 13%;
    left: 21%;
  }

  .event-image.family {
    width: 190px;
    height: 220px;
    bottom: 37%;
    left: 47%;
  }

  .event-descriprion {
    padding: 16px;
  }

  .h3 {
    width: 100%;
    font-family: Nunito Sans, sans-serif;
  }

  .h3.center.icon-title {
    width: 300px;
  }

  .text-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .achievement {
    max-width: 60%;
  }

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

  .multiple-images {
    min-width: 300px;
    height: 410px;
    max-height: 90vh;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .slider-2 {
    border-radius: 4px;
  }

  .carousel-grid.top, .carousel-grid.bottom {
    width: 280%;
  }

  .form-block {
    margin-bottom: 0;
  }

  .link {
    text-align: left;
  }

  .link.video {
    width: 200px;
  }

  .link.video-button.offer {
    width: 100%;
  }

  .image-17 {
    object-fit: cover;
    object-position: 67% 50%;
  }

  .hidden-overflow {
    overflow: hidden;
  }

  .menu-item.events {
    max-width: 100vw;
  }

  .modal-wrapper.party-room, .modal-wrapper.table-1, .modal-wrapper.table-2 {
    display: none;
  }

  .modal-wrapper.form {
    display: flex;
  }

  .modal-wrapper.comendant, .modal-wrapper.party-room-video, .modal-wrapper.bomb-shelter, .modal-wrapper.electricity, .modal-wrapper.specify, .modal-wrapper.form {
    display: none;
  }

  .close-icon {
    margin-top: 0;
  }

  .close-icon.close-s-gallery {
    margin-top: -50px;
    top: 0;
  }

  .grid-5 {
    width: 100%;
  }

  .popup-wrapper {
    width: 100%;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .popup-content {
    height: 100%;
    padding: 24px;
  }

  .form-container {
    justify-content: space-between;
    height: auto;
    min-height: 0;
    padding-top: 40px;
  }

  .back-button {
    margin-left: auto;
    inset: auto 0% 0%;
  }

  .forward-button {
    clear: none;
    width: 95%;
    margin-bottom: 80px;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .form-content {
    width: 95%;
  }

  .div-block-3.last {
    flex-direction: row;
    display: flex;
  }

  .step-counter {
    color: #afafaf;
    margin-top: 12px;
    font-size: 15px;
  }

  .div-block-4 {
    clear: none;
    justify-content: center;
    position: static;
  }

  .form-submit-button {
    text-align: center;
    align-self: stretch;
    width: 95%;
    margin-bottom: 80px;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .form-submit-button.center {
    align-self: stretch;
  }

  .form-submit-button.details-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-submit-button.last {
    margin-bottom: 0;
    position: static;
    bottom: auto;
  }

  .form-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .regular-text-copy, .details-text, .table-headline {
    max-width: 100vw;
  }

  .language-block {
    margin-bottom: -80px;
  }

  .image-19 {
    width: 80%;
    margin-top: 30px;
  }

  .slider-3 {
    width: 100vw;
    height: 250px;
  }

  .difference-desc {
    padding: 16px;
  }

  .play-pause-button {
    bottom: 15%;
  }

  .details-text-2 {
    max-width: 100vw;
  }

  .youtube {
    height: 160px;
  }

  .video-button {
    justify-content: center;
    width: 100%;
  }

  .details-text-3 {
    max-width: 100vw;
  }

  .h3-2 {
    width: 100%;
    font-family: Nunito Sans, sans-serif;
  }

  .regular-text-2 {
    align-self: flex-start;
    max-width: 100vw;
  }

  .table-headline-2 {
    max-width: 100vw;
  }

  .popup-content-2 {
    height: 100%;
    padding: 24px;
  }

  .list-item-4 {
    float: none;
  }

  .list-2 {
    padding-left: 0;
  }

  .list-item-7 {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .list-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .slide-3 {
    height: auto;
    max-height: none;
    line-height: 20px;
  }

  .slide-4 {
    max-height: none;
    line-height: 20px;
  }

  .slide-5 {
    max-height: none;
  }
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120c6-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120c9-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120cc-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120cf-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120d2-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120d5-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120d8-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120db-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120de-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120e1-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120e4-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120e7-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120ea-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120ed-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120f0-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120f3-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120f6-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de52-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de55-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de58-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de5b-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de5e-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7195d4-9ae9-abb3-4be6-38e6fcf9aee6-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-be032362-83ca-d815-7cf3-6d817bc803d3-8f8bc528, #w-node-fcb8f365-ba3b-c51a-2614-2e62bb8addff-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de61-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de64-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de67-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de6a-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de6d-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de70-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de73-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de76-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de79-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de7c-8f8bc528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de7f-8f8bc528, #w-node-a528eab4-101f-58d2-3443-5792ae71de82-8f8bc528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3af6d58-c3ce-449d-c882-0650305859ca-8f8bc528 {
  grid-area: 2 / 1 / 5 / 4;
}

#w-node-_23d80e9d-0c05-cd76-e2c5-3f757f4094bb-8f8bc528 {
  grid-area: 1 / 4 / 5 / 7;
}

#w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8c-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8d-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8e-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8f-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c90-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c91-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c92-8f8bc528, #w-node-_9950448b-4e0b-0146-db60-631949893dbe-8f8bc528, #w-node-b99292b5-2c67-7b9f-e5cf-9c182a1cf78a-8f8bc528, #w-node-f27dca8b-68f6-da47-0983-ee09892cf940-8f8bc528, #w-node-_601ccc76-b821-95e3-2c92-fc503651b84a-8f8bc528, #w-node-d64ae390-9261-bc38-5169-674f926ddc42-8f8bc528, #w-node-a3c844e8-7178-a1d7-9deb-9bd313eddc9c-8f8bc528, #w-node-_02f10b60-f9f3-09a5-65d1-c363b14b77af-8f8bc528, #w-node-f82b324d-085f-54cb-de98-82b99242bbee-8f8bc528, #w-node-_40f4db56-5084-21df-3320-f7e1912139ed-8f8bc528, #w-node-_6808c905-c8fe-7432-eb1a-6246dd0c7fff-8f8bc528, #w-node-_7400ff4b-1164-a433-4038-2def2f066b97-8f8bc528, #w-node-_1b5f34c5-ce94-7bef-06d5-775764a4858b-8f8bc528, #w-node-_7cbfc06c-b6b3-fa0e-7847-80129e1cfe24-8f8bc528, #w-node-_5405ca1d-a481-ec38-d25e-2962b84e9c96-8f8bc528, #w-node-_4bbbb2fb-096c-bf26-bf07-dfcbe926d77a-8f8bc528, #w-node-_562f8e9d-b1ed-a139-7de8-40c589b42e0f-8f8bc528, #w-node-c0c25134-a376-3ef9-bc15-1ba66a2c2e3a-8f8bc528, #w-node-c5ba3a8a-3656-42e8-2d2e-cf253519b1c7-8f8bc528, #w-node-_20391aa2-0f88-4574-de2f-5b57cecfa234-8f8bc528, #w-node-_53245be9-9768-5845-0977-6b99c1c8bfcd-8f8bc528, #w-node-c461bf40-e527-5234-52a9-f9234f45f8be-8f8bc528, #w-node-_56ea1286-fe9e-7ed5-13b6-c97d8f711e18-8f8bc528, #w-node-bebb36ba-d7a9-5b59-5e0b-4dd74540eb4c-8f8bc528, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120c6-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120c9-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120cc-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120cf-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120d2-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120d5-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120d8-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120db-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120de-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120e1-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120e4-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120e7-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120ea-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120ed-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120f0-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9b53531b-34da-cca4-f1f2-feef02f120f3-8f8bc53c, #w-node-_9b53531b-34da-cca4-f1f2-feef02f120f6-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de52-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de55-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de58-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de5b-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de5e-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7195d4-9ae9-abb3-4be6-38e6fcf9aee6-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-be032362-83ca-d815-7cf3-6d817bc803d3-8f8bc53c, #w-node-fcb8f365-ba3b-c51a-2614-2e62bb8addff-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de61-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de64-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de67-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de6a-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de6d-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de70-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de73-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de76-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de79-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de7c-8f8bc53c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a528eab4-101f-58d2-3443-5792ae71de7f-8f8bc53c, #w-node-a528eab4-101f-58d2-3443-5792ae71de82-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3af6d58-c3ce-449d-c882-0650305859ca-8f8bc53c {
  grid-area: 2 / 1 / 5 / 4;
}

#w-node-_23d80e9d-0c05-cd76-e2c5-3f757f4094bb-8f8bc53c {
  grid-area: 1 / 4 / 5 / 7;
}

#w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8c-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8d-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8e-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8f-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c90-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c91-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c92-8f8bc53c, #w-node-_9950448b-4e0b-0146-db60-631949893dbe-8f8bc53c, #w-node-b99292b5-2c67-7b9f-e5cf-9c182a1cf78a-8f8bc53c, #w-node-f27dca8b-68f6-da47-0983-ee09892cf940-8f8bc53c, #w-node-_601ccc76-b821-95e3-2c92-fc503651b84a-8f8bc53c, #w-node-d64ae390-9261-bc38-5169-674f926ddc42-8f8bc53c, #w-node-a3c844e8-7178-a1d7-9deb-9bd313eddc9c-8f8bc53c, #w-node-_02f10b60-f9f3-09a5-65d1-c363b14b77af-8f8bc53c, #w-node-f82b324d-085f-54cb-de98-82b99242bbee-8f8bc53c, #w-node-_40f4db56-5084-21df-3320-f7e1912139ed-8f8bc53c, #w-node-_6808c905-c8fe-7432-eb1a-6246dd0c7fff-8f8bc53c, #w-node-_7400ff4b-1164-a433-4038-2def2f066b97-8f8bc53c, #w-node-_1b5f34c5-ce94-7bef-06d5-775764a4858b-8f8bc53c, #w-node-_7cbfc06c-b6b3-fa0e-7847-80129e1cfe24-8f8bc53c, #w-node-_5405ca1d-a481-ec38-d25e-2962b84e9c96-8f8bc53c, #w-node-_4bbbb2fb-096c-bf26-bf07-dfcbe926d77a-8f8bc53c, #w-node-_562f8e9d-b1ed-a139-7de8-40c589b42e0f-8f8bc53c, #w-node-c0c25134-a376-3ef9-bc15-1ba66a2c2e3a-8f8bc53c, #w-node-c5ba3a8a-3656-42e8-2d2e-cf253519b1c7-8f8bc53c, #w-node-_20391aa2-0f88-4574-de2f-5b57cecfa234-8f8bc53c, #w-node-_53245be9-9768-5845-0977-6b99c1c8bfcd-8f8bc53c, #w-node-c461bf40-e527-5234-52a9-f9234f45f8be-8f8bc53c, #w-node-_56ea1286-fe9e-7ed5-13b6-c97d8f711e18-8f8bc53c, #w-node-bebb36ba-d7a9-5b59-5e0b-4dd74540eb4c-8f8bc53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8e-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c90-8f8bc528, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c8e-8f8bc53c, #w-node-_76fae278-5bcd-6f9b-e55f-9af917d80c90-8f8bc53c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3af6d58-c3ce-449d-c882-0650305859ca-8f8bc528 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_23d80e9d-0c05-cd76-e2c5-3f757f4094bb-8f8bc528 {
    grid-area: 2 / 2 / 4 / 7;
  }

  #w-node-d3af6d58-c3ce-449d-c882-0650305859ca-8f8bc53c {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_23d80e9d-0c05-cd76-e2c5-3f757f4094bb-8f8bc53c {
    grid-area: 2 / 2 / 4 / 7;
  }
}


@font-face {
  font-family: 'Vetrino';
  src: url('../fonts/Vetrino.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}