@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  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%;
}

input, button, textarea {
  font-family: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.42;
  font-size: 14px;
  background: #F1F1F1;
  color: #000000;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  margin: 0 auto;
}

[class*=__container] {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 26px;
}

.wrapper {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.block {
  padding: 58px 0 78px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-height: 800px) {
  .block {
    padding: 50px 0;
  }
}
@media (max-height: 750px) {
  .block {
    padding: 30px 0;
  }
}
.block.pinkbg {
  background-color: #F0E8E4;
}
.block.brownbg {
  background-color: #DCD3CE;
}
.block.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block .centered {
  text-align: center;
}
.block .margin-auto {
  margin: auto;
}
.block .mb20 {
  margin-bottom: 20px;
}
@media (max-height: 800px) {
  .block .mb20 {
    margin-bottom: 15px;
  }
}
@media (max-height: 750px) {
  .block .mb20 {
    margin-bottom: 10px;
  }
}
.block__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2444444444;
  color: #353637;
}
.block__subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #353637;
}
.block__circle {
  background-color: rgba(253, 200, 0, 0.1);
  border: 1px solid #836155;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media (max-height: 800px) {
  .block__circle {
    margin-top: 20px;
  }
}
@media (max-height: 750px) {
  .block__circle {
    margin-top: 15px;
  }
}
.block__soon {
  font-size: 35px;
  font-weight: 500;
  line-height: 30px;
  color: #353637;
  padding: 8px 10px;
  background-color: #FDC800;
  border: 1px solid #836155;
  border-radius: 33px;
  text-align: center;
  margin: auto auto 20px;
}
.block__biggertext {
  font-size: 16px;
  line-height: 1.31875;
  color: #353637;
  font-weight: 600;
}
.block__place {
  width: 100%;
  max-width: 135px;
  margin: 0 auto;
  border: 1px solid #836155;
  position: relative;
}
.block__place:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #836155;
  opacity: 0.75;
  mix-blend-mode: color;
}
.block__place img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.block__place img:nth-child(2) {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 15px;
  height: 15px;
}
.block__picture {
  margin: auto 0;
  max-width: 258px;
  margin-left: 15px;
  width: 100%;
  position: relative;
}
.block__picture:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 140px;
  height: 140px;
  right: 4%;
  top: -15%;
  pointer-events: none;
}
.block__picture img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__picture2 {
  max-width: 101px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-right: 45px;
  padding: 20px 0;
}
.block__picture2:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 128px;
  height: 128px;
  right: -44px;
  top: -17px;
  pointer-events: none;
}
.block__picture2 img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__picture3 {
  max-width: 64px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-right: 55px;
}
.block__picture3:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 128px;
  height: 128px;
  left: -10px;
  top: -25px;
  pointer-events: none;
}
.block__picture3 img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__picture4 {
  max-width: 174px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-right: -26px;
}
.block__picture4:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 148px;
  height: 148px;
  left: -3px;
  top: -31px;
  pointer-events: none;
}
.block__picture4 img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__picture5 {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
}
.block__picture5:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 128px;
  height: 128px;
  top: 40%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.block__picture5 img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__picture6 {
  max-width: 134px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.block__picture6:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #FDC800;
  opacity: 0.1;
  width: 137px;
  height: 137px;
  top: -36px;
  right: -60px;
  pointer-events: none;
}
.block__picture6 img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.block__audioactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block__audioactions audio {
  display: none;
}
.block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.block__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.block__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (max-height: 800px) {
  .block__container {
    gap: 20px;
  }
}
@media (max-height: 750px) {
  .block__container {
    gap: 15px;
  }
}
.block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  max-width: 268px;
  width: 100%;
  margin: auto auto 0;
}
.block__buttons:has(.wider) {
  max-width: 305px;
}
.block__buttons .block__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 118px;
  margin: 0;
  padding: 7px 5px;
}
.block__buttons .block__button.wider {
  max-width: none;
}
.block__start {
  text-transform: uppercase;
  margin: auto auto 0;
  width: 100%;
  max-width: 180px;
  padding: 13px 4px;
  border: 1px solid #836155;
  text-align: center;
  color: #836155;
  position: relative;
  border-right: none;
  font-size: 15px;
  font-weight: 900;
  background: none;
}
.block__start:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 1px;
  background-color: #836155;
}
.block__start img {
  position: absolute;
  bottom: 5%;
  height: 35%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: calc(100% - 18px);
}
.block__button {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2928571429;
  width: 100%;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid #836155;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #836155;
  cursor: pointer;
  max-width: 146px;
}
.block__button.brownbg {
  background-color: rgba(131, 97, 85, 0.1);
}
.block__button.whitebg {
  background-color: #F1F1F1;
}
.block__button.hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.block__stop {
  border: 1px solid #836155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 32px;
}
.block__play {
  border: 1px solid #836155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 32px;
  position: relative;
}
.block__play img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block__play img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.block__audioactions.playing .block__play img:first-child {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.block__audioactions.playing .block__play img:last-of-type {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.block__image {
  max-width: 180px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
}
.block__image img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block__image img:nth-child(2) {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.block__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #836155;
  opacity: 0.75;
  mix-blend-mode: color;
  top: 14px;
  left: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block__image:has(~ .block__options.green) {
  pointer-events: auto;
}
.block__image:has(~ .block__options.green) img:first-child {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.block__image:has(~ .block__options.green) img:nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.block__image:has(~ .block__options.green):after {
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}
.block__description {
  font-size: 17px;
  background-color: #FFFFFF;
  padding: 15px;
  display: none;
}
.block__reselect {
  margin-top: auto;
}
.block__options {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.block__options ~ .block__reselect {
  display: none;
}
.block__options.red ~ .block__buttons {
  display: none;
}
.block__options.red ~ .block__reselect {
  display: block;
}
.block__options.green .block__option, .block__options.red .block__option {
  display: none;
}
.block__options.green .block__option.selected, .block__options.red .block__option.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block__angle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #836155;
}
.block__angle:first-child {
  top: 0px;
  left: 0px;
  border-right: none;
  border-bottom: none;
}
.block__angle:nth-child(2) {
  top: 0px;
  right: 0px;
  border-left: none;
  border-bottom: none;
}
.block__angle:nth-child(3) {
  bottom: 0px;
  left: 0px;
  border-right: none;
  border-top: none;
}
.block__angle:nth-child(4) {
  bottom: 0px;
  right: 0px;
  border-left: none;
  border-top: none;
}
.block__option {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  padding-left: 10px;
  background-color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.block__option span {
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  position: relative;
}
.block__option span img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 80%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.block__option span img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.block__option.selected + .block__description {
  display: block;
}
.block__options.green .block__option.selected {
  background-color: rgba(84, 232, 84, 0.1);
}
.block__options.green .block__option.selected span {
  background-color: #33CC33;
}
.block__options.red .block__option.selected {
  background-color: rgba(234, 83, 83, 0.1);
}
.block__options.red .block__option.selected span {
  background-color: #EA5353;
}
.block__options.red .block__option.selected span img {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.block__options.red .block__option.selected span img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.block__close {
  margin-left: auto;
  width: 48px;
  height: 48px;
  padding: 10px;
  pointer-events: auto;
  margin-right: 15px;
  position: relative;
  z-index: 5;
}
@media (max-height: 800px) {
  .block__close {
    margin-top: 10px;
  }
}
@media (max-height: 750px) {
  .block__close {
    margin-top: 30px;
  }
}
.block__close img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.map iframe, .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}