* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets../fonts/Jost-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets../fonts/Mulish-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets../fonts/Mulish-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets../fonts/Mulish-Light.woff2) format("woff2")
}

:root {
  --font-main: "Mulish", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(180deg, #252525 0%, #000 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --orange: #ea8511;
  --gradient: linear-gradient(180deg, #252525 0%, #000 100%);
  --hover: #ff8800;
  --active: #ff8800
}

.Jost {
  font-family: Jost
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 60px
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  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;
  gap: 10px;
  position: static
}

.pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
  border: 2px solid var(--white);
  background-color: transparent
}

.pagination .swiper-pagination-bullet-active {
  background-color: var(--white)
}

.logo {
  display: block;
  width: 214px;
  height: 26px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-45-30 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-45-30 {
    font-size: 38px
  }
}

@media (max-width:991px) {
  .tx-45-30 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-45-30 {
    font-size: 30px
  }
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.tx-45-24 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-45-24 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-45-24 {
    font-size: 30px
  }
}

@media (max-width:600px) {
  .tx-45-24 {
    font-size: 24px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-main {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-main {
    font-size: 12px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3
}

.but {
  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: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 201px;
  min-height: 40px;
  text-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but_white {
  color: var(--black);
  background-color: var(--white)
}

.but_border {
  background-color: transparent;
  border: 2px solid var(--white)
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  padding: 0 15px;
  height: 46px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.mb-30:not(:last-child) {
  margin-bottom: 30px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

.color-black {
  color: var(--black)
}

.color-gray {
  color: #626262
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.goldenechance-header {
  padding: 15px 0
}

.goldenechance-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .goldenechance-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .goldenechance-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.goldenechance-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.goldenechance-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .goldenechance-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .goldenechance-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.goldenechance-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.goldenechance-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.nav__list_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

.nav__list_footer {
  gap: 10px 80px
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -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: space-between;
  position: relative;
  width: 22px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}

@media (max-width:991px) {
  .lang {
    margin-top: 20px
  }
}

.lang__link {
  border: 1px solid transparent;
  padding: 10px;
  opacity: .5;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.lang__link.active {
  border-color: var(--orange);
  opacity: 1
}

@media (any-hover:hover) {
  .lang__link:hover {
    color: var(--hover)
  }
}

.lang__link:focus-visible {
  color: var(--hover)
}

.lang__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.goldenechance-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px
}

.goldenechance-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1
}

.goldenechance-hero__container {
  position: relative;
  z-index: 2
}

.goldenechance-hero__descr {
  max-width: 711px
}

.goldenechance-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media (max-width:991px) {
  .goldenechance-about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.goldenechance-about__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%
}

@media (max-width:991px) {
  .goldenechance-about__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-about__texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 711px;
  flex: 0 1 711px;
  width: 100%
}

@media (max-width:991px) {
  .goldenechance-about__texts {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-about-hotels__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 30px
}

@media (max-width:1220px) {
  .goldenechance-about-hotels__wrapper {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .goldenechance-about-hotels__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.goldenechance-about-hotels__item {
  position: relative
}

@media (max-width:991px) {
  .goldenechance-about-hotels__item {
    width: 288px
  }
}

.goldenechance-about-hotels__image {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.goldenechance-about-hotels__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.goldenechance-about-hotels__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (any-hover:hover) {
  .goldenechance-about-hotels__link:hover {
    color: var(--hover)
  }
}

.goldenechance-about-hotels__link:focus-visible {
  color: var(--hover)
}

.goldenechance-about-hotels__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

@media (max-width:991px) {
  .goldenechance-about-hotels__pagination {
    margin-top: 20px
  }
}

.goldenechance-about-statistics {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

@media (max-width:991px) {
  .goldenechance-about-statistics {
    padding-top: 65px;
    padding-bottom: 65px
  }
}

@media (max-width:600px) {
  .goldenechance-about-statistics {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.goldenechance-about-statistics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1
}

.goldenechance-about-statistics__container {
  position: relative;
  z-index: 2
}

.goldenechance-about-statistics__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 28px
}

@media (max-width:991px) {
  .goldenechance-about-statistics__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 16px
  }
}

@media (max-width:600px) {
  .goldenechance-about-statistics__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 8px
  }
}

.goldenechance-buchen__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .goldenechance-buchen__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.goldenechance-buchen__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template: auto/repeat(6, 1fr);
  gap: 30px
}

@media (max-width:1220px) {
  .goldenechance-buchen__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template: auto/repeat(4, 1fr);
    gap: 16px
  }
}

@media (max-width:991px) {
  .goldenechance-buchen__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:600px) {
  .goldenechance-buchen__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 8px
  }
}

.goldenechance-buchen__item {
  background-color: var(--white)
}

.goldenechance-buchen__item-bottom {
  padding: 0 5px 20px 5px
}

.goldenechance-buchen__image {
  padding-bottom: 89%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.goldenechance-revies {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative
}

@media (max-width:991px) {
  .goldenechance-revies {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .goldenechance-revies {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.goldenechance-revies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1
}

.goldenechance-revies__container {
  position: relative;
  z-index: 2
}

.goldenechance-revies-slider {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: static
}

@media (max-width:1220px) {
  .goldenechance-revies-slider {
    max-width: 880px
  }
}

@media (max-width:991px) {
  .goldenechance-revies-slider {
    max-width: none
  }
}

.goldenechance-revies-slider__slide {
  padding: 30px 60px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  background: rgba(255, 255, 255, .9);
  height: auto
}

@media (max-width:1220px) {
  .goldenechance-revies-slider__slide {
    padding: 30px
  }
}

@media (max-width:991px) {
  .goldenechance-revies-slider__slide {
    padding: 30px 24px
  }
}

@media (max-width:600px) {
  .goldenechance-revies-slider__slide {
    padding: 30px 16px
  }
}

.goldenechance-revies-slider__icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .goldenechance-revies-slider__icon {
    width: 120px;
    height: 120px
  }
}

@media (max-width:991px) {
  .goldenechance-revies-slider__icon {
    width: 100px;
    height: 100px
  }
}

@media (max-width:600px) {
  .goldenechance-revies-slider__icon {
    width: 80px;
    height: 80px
  }
}

@media (max-width:991px) {
  .goldenechance-revies-slider__controls {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
  }
}

.goldenechance-revies-slider__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .goldenechance-revies-slider__button {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.goldenechance-revies-slider__button.swiper-button-disabled {
  opacity: .2;
  pointer-events: none
}

@media (any-hover:hover) {
  .goldenechance-revies-slider__button:hover {
    opacity: .5
  }
}

.goldenechance-revies-slider__button:focus-visible {
  opacity: .5
}

.goldenechance-revies-slider__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.goldenechance-revies-slider-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 10px
}

.goldenechance-revies-slider-next {
  right: 10px
}

.goldenechance-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--gradient)
}

@media (max-width:991px) {
  .goldenechance-footer {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .goldenechance-footer {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.goldenechance-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .goldenechance-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.goldenechance-footer__top-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 393px;
  flex: 0 1 393px;
  width: 100%
}

@media (max-width:991px) {
  .goldenechance-footer__top-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-footer__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 393px;
  flex: 0 1 393px;
  width: 100%
}

@media (max-width:991px) {
  .goldenechance-footer__nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-footer__address {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 287px;
  flex: 0 1 287px;
  width: 100%;
  font-style: normal
}

@media (max-width:991px) {
  .goldenechance-footer__address {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.goldenechance-footer__address-item span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.goldenechance-footer__address-item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .goldenechance-footer__address-item a:hover {
    color: var(--hover)
  }
}

.goldenechance-footer__address-item a:focus-visible {
  color: var(--hover)
}

.goldenechance-footer__address-item a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  width: 460px;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 30px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .popup__body {
    padding: 24px 10px;
    width: 95%
  }
}

.popup__button {
  margin: 0 auto
}

.goldenechance-popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  padding: 20px 0;
  background-color: var(--black)
}

.goldenechance-popup-cookie.disabled {
  display: none
}

.goldenechance-popup-cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:991px) {
  .goldenechance-popup-cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.goldenechance-popup-cookie__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 754px;
  flex: 0 1 754px;
  width: 100%
}

@media (max-width:991px) {
  .goldenechance-popup-cookie__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-popup-cookie__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 200px) 10px minmax(0, 256px);
  grid-template: auto/minmax(0, 200px) minmax(0, 256px);
  gap: 10px
}

@media (max-width:991px) {
  .goldenechance-popup-cookie__buttons {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

.goldenechance-popup-cookie__buttons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.goldenechance-popup-cookie__button {
  min-width: 0;
  width: 100%
}

.goldenechance-popup-cookie__link {
  min-width: 0;
  width: 100%
}

.goldenechance-hotels__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px
}

@media (max-width:991px) {
  .goldenechance-hotels__image {
    height: 250px
  }
}

@media (max-width:600px) {
  .goldenechance-hotels__image {
    height: 200px
  }
}

.goldenechance-hotels__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media (max-width:991px) {
  .goldenechance-hotels__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.goldenechance-hotels__title {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 599px;
  flex: 0 1 599px
}

@media (max-width:991px) {
  .goldenechance-hotels__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-hotels__texts {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 599px;
  flex: 0 1 599px
}

@media (max-width:991px) {
  .goldenechance-hotels__texts {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.goldenechance-hotels-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 30px
}

@media (max-width:991px) {
  .goldenechance-hotels-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.goldenechance-hotels-list__item {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  background-color: var(--white)
}

.goldenechance-hotels-list__image {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.goldenechance-hotels-list__descr {
  padding: 20px
}

.goldenechance-hotels-list__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.goldenechance-hotels-list__infos-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.goldenechance-hotels-list__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.goldenechance-hotels-list__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px
}

.goldenechance-hotels-list__star {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

@media (max-width:991px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.contacts__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
  width: 100%
}

@media (max-width:991px) {
  .contacts__form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.contacts__button {
  margin-left: auto
}

.contacts__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .contacts__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 320px
  }
}

@media (max-width:600px) {
  .contacts__image {
    height: 220px
  }
}

.popupsend {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popupsend.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popupsend__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popupsend__content {
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: var(--black);
  padding: 20px
}