@charset "UTF-8";
.btn-reset {
  padding: 0;
  border: 0;
  background: transparent;
}

/* stylelint-disable */
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yugothic.ttf") format("truetype");
  font-style: normal;
}

.pt-sans {
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}

/* stylelint-enable */
*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.hidden,
[hidden] {
  /* stylelint-disable-line */
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

*.disabled {
  cursor: default;
  opacity: 0.33;
}

.ovh {
  overflow: hidden;
}

.oheader .header__call-wrap {
  display: none;
}

.oheader header {
  z-index: 999999 !important;
}

.ovx-h {
  overflow-x: hidden;
}

.ovy-h {
  overflow-x: hidden;
}

.visually-hidden, .file input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  margin: 0;
  font-family: "Circe", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10px + 13 * (100vw - 375px) / 447);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: calc(10px + 4 * (100vw - 768px) / 255);
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  html {
    font-size: calc(8px + 2 * (100vw - 1024px) / 336);
  }
}

body {
  color: #313131;
  font-size: 1.2rem;
}

h2 {
  color: #514f4f;
  font-weight: 300;
  font-size: 5rem;
  margin: 0 auto 3.5rem auto;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    margin-bottom: 4.4rem;
  }
}

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

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

strong,
b {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
}

button,
label {
  cursor: pointer;
}

.sticky-spacer {
  display: none !important;
}

.container {
  position: relative;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .container {
    max-width: calc(100vw - 10.3rem * 2);
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100vw - 6rem);
  }
}
.container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .container:first-child {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .container._mobile-hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .container__content._flickity {
    margin-top: -3.5rem;
  }
}
.container__content._row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .container__content._row {
    align-items: unset;
    max-width: 52rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .container__content._row {
    display: block;
  }
}

.container__title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer {
  position: relative;
  z-index: 140;
  color: #ffffff;
  font-size: 1.6rem;
  background-color: #313131;
}
  .footer .logo {
  display: flex;
  width: 100%;
  height: 7.5rem;
  justify-content: center;
}

@media (min-width: 1023px) {
  .footer .logo {
    align-items: start;
  }
}

.footer__up {
  position: absolute;
  top: -3rem;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border: 0.5rem solid white;
  border-radius: 50%;
  background-color: #edd289;
  box-shadow: 0px 20px 40px 0px rgba(237, 210, 137, 0.2);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .footer__up {
    width: 5.1rem;
    height: 5.1rem;
  }
}
.footer__up img {
  z-index: 4;
}
.footer__wrap {
  position: relative;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  padding: 6.1rem 0 6.4rem 0;
}
@media (max-width: 1140px) {
  .footer__wrap {
    max-width: calc(100vw - 10.3rem * 2);
  }
}
@media (max-width: 1023px) {
  .footer__wrap {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 1023px) {
  .footer__wrap {
    flex-wrap: wrap;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__col {
    width: calc(33.3% - 6.7rem);
  }
  .footer__col:first-child {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 5.8rem;
  }
  .footer__col:first-child .footer__mail {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__col {
    width: calc(50% - 3rem);
  }
  .footer__col:nth-last-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .footer__col:not(:last-child) {
    margin-right: 7rem;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .footer__address {
    margin-left: 1rem;
  }
}
@media (max-width: 1023px) {
  .footer__col:not(:nth-last-child(2)) {
    margin-right: 10rem;
  }
}
@media (max-width: 767px) {
  .footer__col:not(:nth-last-child(2)) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__col:nth-child(2) {
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .footer__col:nth-last-child(2) {
    margin-top: 4.5rem;
  }
}
@media (max-width: 1023px) {
  .footer__col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .footer__col._payment .logo {
    display: none;
  }
  .footer__col._payment .footer__mail {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer__col._payment {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 5.6rem;
  }
  .footer__col._payment .footer__mail {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .footer__col._payment .footer__mail {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .footer__col._payment .footer__mail a {
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .footer__col._payment .footer__mail svg {
    width: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer__col._payment .footer__mail span {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .footer__col._payment {
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - .5rem);
    margin-top: 4.5rem;
    margin-left: 2rem;
  }
  .footer__col._payment .footer__mail {
    align-items: flex-start;
  }
  .footer__col._payment .footer__mail a {
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .footer__col._payment .footer__mail span {
    max-width: 80%;
    text-align: left;
  }
}
.footer__col._payment svg {
  width: 5rem;
  max-height: 5rem;
}
.footer__col._payment svg:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .footer__col._payment svg:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__col._payment svg:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .footer__col._payment svg:nth-last-child(1), .footer__col._payment svg:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.footer__col-title {
  margin-top: 0;
  margin-bottom: 2.8rem;
  color: #edd289;text-transform: uppercase;
}
.footer__section {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.footer__section li {
  position: relative;
  padding-left: 1.4rem;
}
.footer__section li a {
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .footer__section li a:hover {
    color: #d6be7e;
  }
}
.footer__section li:not(:last-child) {
  margin-bottom: 2.2rem;
}
.footer__section li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #edd289;
  border-radius: 50%;
  list-style: none;
  background-color: #313131;
  content: "";
}
.footer__mail a {
  display: flex;
  margin-bottom: 3rem;
  color: #edd289;
  align-items: center;
  text-decoration: underline;
}
.footer__mail svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1.1rem;
  fill: #edd289;
}
.footer__payment-icons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer__payment-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__payment-icons svg {
    width: calc(50% - 3.8rem);
    margin-bottom: 2.7rem;
  }
  .footer__payment-icons svg:not(:nth-child(2n)) {
    margin-right: 3.8rem;
  }
}

.header__wrap {
  position: relative;
  min-height: 70rem;
  background-image: url("../i/c/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .header__wrap {
    min-height: 72.4rem;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header__row:last-child {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header__row:last-child {
    justify-content: space-between;
  }
}
.header__row._top {
  margin-bottom: 2.9rem;
  color: white;
}
@media (max-width: 767px) {
  .header__row._top {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .header__row._top {
    display: flex;
    align-items: center;
    margin-bottom: 3.4rem;
  }
  .header__row._top .btn._default {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 32rem;
    height: 6.4rem;
    padding: 2.4rem 3.3rem;
    white-space: nowrap;
    text-align: left;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header__row._top .btn._default {
    position: absolute;
    top: calc(100% + 3.7rem);
    left: 50%;
    width: 80%;
    height: 5.4rem;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .header__row._top .btn._default svg {
    position: absolute;
    top: 1.4rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header__row._top .btn._default svg {
    width: 2.5rem;
    height: 3rem;
    right: 1rem;
  }
}
.header__content {
  position: relative;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  padding-top: 2.7rem;
}
@media (max-width: 1140px) {
  .header__content {
    max-width: calc(100vw - 10.3rem * 2);
  }
}
@media (max-width: 1023px) {
  .header__content {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 767px) {
  .header__content {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 1023px) {
  .header__content._desktop {
    display: none;
  }
}
.header .logo {
  width: 17.2rem;
  height: 6.8rem;
  padding-top: 1.5rem;
}
@media (max-width: 1023px) {
  .header .logo {
    margin-right: 8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 15.9rem;
    height: 7.4rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
.header .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__address {
  position: relative;
  margin-right: 6.2rem;
  font-size: 1.6rem;
}

@media (min-width: 1023px) and (max-width: 1366px) {
  .header__address {
    margin-right: 4rem;
    font-size: 1.48rem;
  }
}

@media (max-width: 1023px) {
  .header__address {
    margin-right: 0;
    white-space: initial;
  }
}
.header__address svg {
  position: absolute;
  bottom: 0.4rem;
  left: -3rem;
  width: 2.1rem;
  height: 2.1rem;
  fill: white;
}
@media (max-width: 767px) {
  .header__address svg {
    width: 1.5rem;
    height: 2.1rem;
    bottom: -3px;
  }
}
.header__phone {
  position: relative;
  margin-right: 4.7rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.header__phone::before {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
}
@media (min-width: 1171px) {
  .header__phone:hover::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .header__phone {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .header__phone {
    margin-right: 7.2rem;
  }
}
@media (max-width: 767px) {
  .header__phone {
    margin-right: 4rem;
  }
}
.header__phone svg {
  position: absolute;
  bottom: 0.7rem;
  left: -3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  fill: white;
}
@media (max-width: 767px) {
  .header__phone svg {
    width: 1.5rem;
    height: 2.1rem;
    left: -2.2rem;
  }
}
.header__top-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__top-menu {
    color: white;
  }
}
@media (max-width: 767px) {
  .header__top-menu {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .header__top-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.header__top-menu .btn._default {
  position: relative;
  display: flex;
}
.header__top-menu .btn._default svg {
  position: absolute;
  top: 1.6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  fill: white;
}
.header__top-menu li {
  list-style: none;
}
@media (max-width: 767px) {
  .header__top-menu li {
    font-size: 1.2rem;
  }
}
.header__rest {
  position: absolute;
  bottom: 8.7rem;
  left: 50%;
  padding: 2.5rem 21.4rem 2.2rem 5rem;
  border-radius: 7rem;
  font-weight: 700;
  font-size: 4.8rem;
  background: white;
  transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .header__rest {
    padding: 1rem 18.4rem 1rem 5rem;
  }
}
@media (max-width: 767px) {
  .header__rest {
    bottom: 7rem;
    display: flex;
    align-items: center;
    width: calc(100% - 6rem);
    min-height: 5.8rem;
    padding: 1rem 8rem 1rem 2.7rem;
  }
}
.header__rest span {
  text-shadow: 1px 2px 5px rgba(0, 1, 5, 0.15);
  background: linear-gradient(47deg, #edd289, #e68758);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 767px) and (max-width: 1366px) {
  .is-safari .header__rest span {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #e68758 !important;
  }

  .is-safari .hotel__similar {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header__rest span {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .header__rest span {
    font-size: 2rem;
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 20% 0%;
  }
  50% {
    background-position: 81% 100%;
  }
  100% {
    background-position: 20% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 20% 0%;
  }
  50% {
    background-position: 81% 100%;
  }
  100% {
    background-position: 20% 0%;
  }
}
.header__call-bg {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  z-index: -1;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-radius: 50%;
  background: linear-gradient(180deg, #2f5070 1%, #d57819 17%, #ed9017 35%, #2ca8d2 59%, #ffffff 83%, #e68758 100%);
  background-size: 400% 400%;
  transform: rotate(180deg);
  -webkit-animation: AnimationName 8s ease infinite;
          animation: AnimationName 8s ease infinite;
}
.header__call.btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.7rem;
  height: 12.7rem;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #e68758;
  box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.2);
}
@media (min-width: 1171px) {
  .header__call.btn:hover svg {
    -webkit-animation: spin 0.25s linear 2 forwards;
            animation: spin 0.25s linear 2 forwards;
  }
}
.header__call.btn svg {
  width: 4.2rem;
  height: 4.2rem;
  margin-top: 1.8rem;
  margin-bottom: 0.4rem;
  transform: rotate(90deg);
  fill: white;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(98deg) translateX(-5px);
  }
  50% {
    transform: rotate(82deg) translateX(-5px);
  }
  100% {
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(98deg) translateX(-5px);
  }
  50% {
    transform: rotate(82deg) translateX(-5px);
  }
  100% {
    transform: rotate(90deg) translateX(0);
  }
}
.header__rest-img {
  position: absolute;
  right: 1.7rem;
  bottom: 0;
  width: 15.6rem;
  height: 13.6rem;
}
@media (max-width: 767px) {
  .header__rest-img {
    width: 8.8rem;
    height: 7.6rem;
  }
}
@media (max-width: 1023px) {
  .header__rest-img {
    right: 0.9rem;
  }
}
.header__rest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__call-wrap {
  position: relative;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  position: absolute;
  bottom: -6.3rem;
  left: 0 !important;
  z-index: 101;
  width: auto;
  transform: translateX(-50%);
}
@media (max-width: 1140px) {
  .header__call-wrap {
    max-width: calc(100vw - 10.3rem * 2);
  }
}
@media (max-width: 1023px) {
  .header__call-wrap {
    max-width: calc(100vw - 6rem);
  }
}
@media (max-width: 767px) {
  .header__call-wrap {
    max-width: calc(100vw - 6rem);
  }
}
.header__call-wrap.sticky {
  left: 0 !important;
  transform: translateX(-63.5px);
}
@media (max-width: 767px) {
  .header__call-wrap {
    bottom: -6.8rem;
    left: 50% !important;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
  }
}
.header__links {
  position: absolute;
  bottom: 12.6rem;
  left: 0;
  z-index: 101;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .header__links {
    bottom: 20.6rem;
  }
}
.header__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 4.8rem;
  padding-left: 1.1rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  transform: translateX(-1.6rem);
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .header__links a {
    height: 4.6rem;
  }
}
@media (min-width: 1171px) {
  .header__links a:hover {
    transform: translateX(0);
  }
}
.header__links a:not(:last-child) svg {
  fill: white;
}
.header__links a:last-child svg {
  width: 2rem;
  height: 2rem;
}
.header__links a svg {
  width: 2.2rem;
  height: 2.2rem;
}
.header__links a:not(:last-child) {
  margin-bottom: 1.3rem;
}
.header__mobile {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
}
.header__controls {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  max-height: 100vh;
  padding: 8rem 10rem 7.8rem 10rem;
  background: #fff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.09);
  transform: translateX(150%);
  transition: all 0.33s ease-in-out;
}
@media (max-width: 767px) {
  .header__controls {
    padding-right: 3rem;
    padding-bottom: 2.8rem;
    padding-left: 6rem;
    overflow-y: auto;
  }
}
.header__mobile-btn {
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  width: 7rem;
  height: 7rem;
  padding: 2.6rem 2.5rem;
  border-radius: 50%;
  background-color: #edd289;
}
.header__mobile-btn.isActive ~ .header__controls {
  transform: translateX(0);
}
.header__mobile-btn.isActive .header__button {
  margin: 0;
}
.header__mobile-btn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.6rem;
  height: 3px;
  border-radius: 9px;
  background: #78683d;
  transform: rotate(0deg) translateX(-50%);
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.header__mobile-btn span:nth-child(1) {
  top: 2.8rem;
}
.header__mobile-btn span:nth-child(2) {
  top: 3.4rem;
}
.header__mobile-btn span:nth-child(3) {
  bottom: 2.7rem;
}
.header__btn-close {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 4.7rem;
  right: 4.6rem;
  width: 3rem;
  height: 3rem;
}
.header__btn-close::before, .header__btn-close::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 0.5rem;
  background-color: #313131;
  transform: translateX(-50%);
  content: "";
}
.header__btn-close::before {
  left: -2px;
  transform: rotate(45deg) translate(0, -50%);
}
.header__btn-close::after {
  right: 0;
  transform: rotate(-45deg) translate(0, -50%);
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.6rem;
  border-radius: 2.7rem;
  background-color: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .header__menu {
    display: block;
    padding: 0;
    font-size: 3.8rem;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 0;
         column-gap: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.header__menu li {
  display: flex;
  list-style: none;
}
/*.header__menu li:not(:last-child) {
  margin-right: 6.4rem;
}*/
@media (max-width: 1023px) {
  .header__menu li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .header__menu li {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .header__menu li {
    margin-bottom: 2.6rem;
    flex-direction: column;
  }
}

.mobile-submenu {
  margin-top: 1rem;
  display: none;
}

.mobile-submenu li a {
  font-size: 2rem !important;
  padding: 7px 0 !important;
  height: 28px !important;
}

.header__menu li a {
  color: #313131;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.25s ease;
  display: block;
  height: 54px;
  padding: 21px 0;
}
@media (max-width: 1023px) {
  .header__menu li a {
    display: flex;
    justify-content: flex-start;
    font-size: 3rem;
    white-space: nowrap;
    text-transform: unset;
  }
}
@media (min-width: 1171px) {
  .header__menu li:hover a {
    color: #e68758;
  }
}

@media (max-width: 767px) {
  .page__content {
    display: flex;
    flex-direction: column;
  }
}
.page__background {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page__background._desktop-hidden {
    display: none;
  }
}
.page__background:first-child {
  padding-top: 4.5rem;
}
.page__background:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  .page__background._mobile-first {
    padding-top: 9rem;
  }
  .page__background._mobile-first::before {
    display: none;
    border-radius: 0;
  }
}
.page__background._team {
  padding-bottom: 10rem;
}
.page__background::before {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 110%;
  border-radius: 55%/2%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: inherit;
  content: "";
}
@media (max-width: 1023px) {
  .page__background::before {
    top: -1%;
    border-radius: 55%/0.5%;
  }
}
.page__background .container:first-child {
  padding-top: 0;
}
.page__background._sm-mobile::before {
  top: -4%;
}
@media (max-width: 767px) {
  .page__background._sm-mobile::before {
    top: -1%;
  }
}
@media (max-width: 767px) {
  .page__background._sm-mobile {
    padding-bottom: 6.5rem;
  }
}
@media (max-width: 767px) {
  .page__background {
    padding-top: 1rem;
    padding-bottom: 9.3rem;
  }
}
.page__background:last-child {
  padding-bottom: 4rem;
}
@media (max-width: 1023px) {
  .page__background:last-child {
    padding-bottom: 0;
  }
}
.page__background h2 {
  color: white;
}
.page__background .container__title._dark {
  color: #2c2c2c;
}

.datepicker--day-name {
  color: white;
}

@media (min-width: 1171px) {
  .datepicker--cell-day:hover {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    background: transparent;
  }
}

.datepicker--cell.-selected- {
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  background: transparent;
}

.datepicker--cell.-selected-.-focus- {
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  background: transparent;
}

.datepicker--cell-day.-focus-.-weekend- {
  color: white;
}

.datepicker--cell-day.-weekend-.-selected- {
  border-radius: 0;
  color: white;
}

.datepicker-cost {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 5.3rem;
  padding: 2rem 0.8rem 2.2rem 3.4rem;
  border: 1px solid #e68758;
  border-radius: 2.7rem;
  font-size: 1.6rem;
  background: white;
  transition: border-color 0.25s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.datepicker-cost:not(:placeholder-shown) ~ label {
  transform: translateY(-70%) scale(0.7);
}

.datepicker--nav-title {
  color: #313131;
  text-transform: uppercase;
}
.datepicker--nav-title i {
  color: #313131;
}

.datepicker--nav-action path {
  stroke: #e68758;
}

.datepicker {
  border-radius: 0;
  color: white;
}
@media (max-width: 767px) {
  .datepicker {
    width: 30rem;
    height: 28rem;
    font-size: 1.4rem;
  }
  .datepicker .datepicker--cells {
    height: 100%;
  }
  .datepicker .datepicker--content {
    width: 23rem;
    height: 21rem;
    margin: 0 auto;
  }
  .datepicker .datepicker--body.active {
    width: 23rem;
    height: 21rem;
  }
}
.datepicker__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 25.3rem;
}
@media (max-width: 767px) {
  .datepicker__wrap {
    max-width: 100%;
    margin-bottom: 4.2rem;
  }
}
.datepicker__wrap::before {
  position: absolute;
  top: -0.4rem;
  right: -1.2rem;
  z-index: 2;
  width: 10rem;
  height: 10rem;
  background-image: url("../i/c/Calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (max-width: 1023px) {
  .datepicker__wrap::before {
    right: -2.4rem;
  }
}
.datepicker__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: box-shadow 0.25s ease;
  content: "";
}
.datepicker__wrap label {
  position: absolute;
  bottom: 1.7rem;
  left: 3.4rem;
  z-index: 2;
  color: #232323;
  font-size: 1.6rem;
  transform-origin: left top;
  transition: transform 0.25s ease;
  pointer-events: none;
}

.datepicker--content {
  padding: 2rem 2.2rem 2.3rem 2.2rem;
}

.datepicker--body.active {
  padding: 0.5rem 1rem;
  background-color: #e68758;
}

.datepicker--cell-day.-current-.-selected- {
  color: white;
}

.datepicker--cell.-current- {
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  background: transparent;
}

.noUi-target {
  width: 100%;
  height: 0.6rem;
  border: none;
  background-color: #e68758;
}

.noUi-touch-area {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 1.8rem;
  height: 1.8rem;
  border: 3px solid #e68758;
  border-radius: 50%;
  background-color: white;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -8px;
}

.noUi-handle:before {
  display: none;
}

.noUi-handle:after {
  display: none;
}

.noUi-pips-horizontal {
  padding: 0;
  height: 100px;
  top: -100%;
  left: 0;
  width: 100%;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  top: -30%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #4A4A4A;
  box-shadow: 0px 2px 7px 0px rgba(230, 135, 88, 0.5);
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  top: calc(100% + 1.1rem);
  border: none;
  color: white;
  font-size: 1.6rem;
  background-color: transparent;
}

.noUi-target {
  border: none;
  background-color: #513e35;
  box-shadow: none;
}

#tour-slider-cost .noUi-tooltip {
  opacity: 1;
}
#tour-slider-cost .noUi-tooltip:after {
  content: " руб.";
  font-size: 1.6rem;
}

.noUi-tooltip {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.noUi-active .noUi-tooltip {
  opacity: 1;
}

.noUi-connect {
  top: 1px;
  height: 0.6rem;
  background: #e68758;
}

.flickity-page-dots {
  bottom: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: -3rem;
  }
}

.flickity-page-dots .dot {
  width: 0.9rem;
  background-color: #979797;
}
@media (max-width: 767px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
  }
}

.dot.is-selected {
  width: 1.2rem;
  height: 1.2rem;
  border-color: #edd289;
  border-style: solid;
  border-width: 2px;
  background-color: rgba(151, 151, 151, 0);
}
@media (max-width: 767px) {
  .dot.is-selected {
    width: 13px;
    height: 13px;
  }
}

.flickity-prev-next-button {
  top: -1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(0);
}

.flickity-prev-next-button.previous {
  right: 8rem;
  left: unset;
}

.videos .flickity-prev-next-button.previous {
  left: -7rem;
}

.videos .flickity-prev-next-button.next {
  right: -7rem;
}

.videos .flickity-prev-next-button {
  top: calc(50% - 44px);
  background: none !important;
}

.videos .flickity-viewport {
  width: 100%;
}

.videos .flickity-page-dots {
  bottom: -2rem;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .videos__container {
    padding-bottom: 7rem;
  }
}

.flickity-button {
  position: absolute;
  border: none;
  color: #eba17b;
  background: rgba(255, 255, 255, 0.75);
}

.btn {
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.btn._default {
  display: block;
  width: 100%;
  max-width: 33rem;
  padding: 2.8rem 3.6rem;
  border-radius: 5rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (max-width: 767px) {
  .btn._default {
    padding: 2.8rem 2.6rem;
  }
}
.btn._send {
  color: #7d6526;
  background-color: #edd289;
}
.btn._send svg {
  width: 2rem;
  height: 2rem;
  fill: #7d6526;
}
.btn._pink {
  color: #7d6526;
  background-color: #faf1da;
}
.btn._orange {
  padding-right: 8.4rem;
  background-color: #e68758;
}
.btn._orange.file {
  background-color: #eab475;
}
@media (min-width: 1171px) {
  .btn._orange:hover {
    background-color: #eba17b;
  }
  .btn._orange:hover:active {
    background-color: #df672c;
  }
}
.btn._orange._alone {
  padding-right: 3.6rem;
}

.knowledge {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .knowledge {
    max-width: 55.4rem;
    margin: 0 auto;
  }
}
.knowledge__item {
  display: flex;
  flex-direction: column;
  height: 30.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .knowledge__item {
    width: calc(25% - 3rem);
    margin-bottom: 3rem;
  }
  .knowledge__item:not(:nth-child(4n)) {
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .knowledge__item {
    width: calc(50% - 1.5rem);
    margin-bottom: 2.7rem;
    border-radius: 0.5rem;
  }
  .knowledge__item:not(:nth-child(2n)) {
    margin-right: 3rem;
  }
  .knowledge__item:nth-last-child(1), .knowledge__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .knowledge__item {
    width: calc(50% - 1rem);
    height: 26.4rem;
  }
  .knowledge__item:not(:nth-child(2n)) {
    margin-right: 2rem;
  }
  .knowledge__item:not(:nth-child(2n)):last-child {
    width: 100%;
    margin-right: 0;
  }
}
.knowledge__img-wrap {
  width: 100%;
  height: 100%;
  max-height: 21.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .knowledge__img-wrap {
    height: 16rem;
  }
}
.knowledge__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .knowledge__img-wrap img {
    -o-object-position: top;
       object-position: top;
  }
}
.knowledge__description {
  flex: 1;
  padding: 1.8rem 4.3rem 1rem 2rem;
  background-color: #edd188;
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}
@media (max-width: 767px) {
  .knowledge__description {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.knowledge__description p {
  margin: 0;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .knowledge__description p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.hit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .hit {
    width: calc(100% - 25rem);
  }
  .hit.family {
    width: 100%;
  }
  .hit.active {
    width:100% !important;
  }
}
.hit .flickity-viewport {
  width: 100%;
  min-height: 44.2rem;
}
.hit .flickity-viewport .flickity-slider {
  width: 98%;
  margin-top: 4rem;
  margin-bottom: 5rem;
  margin-left: 4rem;
}
/*@media (max-width: 1023px) {
  .hit {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .hit {
    flex-direction: column;
    align-items: center;
  }
}*/
.hit__stars {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .hit__stars svg {
    margin-right: 1.5rem;
    transform: scale(2.5);
  }
}
.hit__name {
  color: #313131;
  font-size: 1.6rem;
}
.hit__sticker {
  position: absolute;
  z-index: 10;
  display: flex;
  max-width: 45%;
}
@media (max-width: 767px) {
  .hit__sticker._hotel {
    top: 113% !important;
    min-width: 11.5rem !important;
  }
}
.hit__sticker img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hit__items {
  display: flex;
  flex-wrap: wrap;
}
.hit__item {
  display: flex;
  flex-direction: column;
  min-width: 26.2rem;
  max-width: 26.3rem;
  height: 37.1rem;
  border-radius: 0.5rem;
  box-shadow: 2.215px 6.979px 14px 0px rgba(39, 39, 39, 0.11);
  transition: transform 0.25s ease;
}
@media (min-width: 1024px) {
  .hit__item {
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .hit__item {
    width: calc(100%);
    min-width: unset;
    margin-bottom: 3rem;
    margin-right: 3rem;
  }
  .hit__item:nth-last-child(1), .hit__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hit__item .hit__sticker {
    min-width: 12rem;
  }
  .hit__item:nth-child(2) .hit__sticker {
    min-width: 10rem;
  }
}
.hit__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3rem 3.7rem 1.7rem 2.1rem;
  font-weight: 700;
  font-size: 1.8rem;
  height: 20%;
}
.hit__head p {
  max-width: 70%;
  margin: 0;
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}
.hit__like svg {
  width: 2rem;
  height: 2rem;
  fill: #edd289;
}
.hit__link {
  background: #faa500;
  border: 0;
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: color 0.25s ease;
  border-radius: 3px;
  padding: 0.5rem;
}
.hit__link svg {
  width: 1.5rem;
  height: 2rem;
  margin-bottom: 0.3rem;
  margin-left: 1.2rem;
  transition: fill 0.25s ease;
  fill: #fff;
}
@media (min-width: 1171px) {
  .hit__link:hover {
    color: #f8f8f8;
  }
  .hit__link:hover svg {
    color: #f8f8f8;
  }
  .hit__link:hover:active {
    color: #f7f7f7;
  }
  .hit__link:hover:active svg {
    color: #f7f7f7;
  }
}
.hit__img-wrap {
  width: 100%;
  height: 100%;
  max-height: 17.7rem;
  overflow: hidden;
}
.hit__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hit__description {
  flex: 1;
  padding: 1.3rem 6rem 2.7rem 2.1rem;
  font-size: 1.6rem;
  height: 37%;
}

.hit__price {
  margin-bottom: -1.5rem;
}

@media (max-width: 767px) {
  .hit__price {
    margin-top: 1rem;
  }
}

.manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*@media (max-width: 1023px) {
  .manager {
    display: none;
  }
}*/
@media (min-width: 1024px) {
  .manager._mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .manager._mobile {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .manager._mobile {
    display: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .manager {
    width: calc(50% - 1.5rem);
    margin-right: 3rem;
  }
}

@media (max-width: 767px) {
  .manager {
    width: 100%;
  }
}


.manager__btn.btn {
  position: absolute;
  top: 50%;
  right: -5.4rem;
  z-index: 3;
  width: 11.8rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  color: #977c35;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #edd188;
  transform: translateY(-50%);
  -webkit-filter: drop-shadow(-1.047px 19.973px 20px rgba(237, 210, 137, 0.35));
          filter: drop-shadow(-1.047px 19.973px 20px rgba(237, 210, 137, 0.35));
}
.manager__name {
  margin-top: 1.6rem;
  margin-left: 3.5rem;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .manager__name {
    margin-left: -0.5rem;
  }
}
@media (max-width: 767px) {
  .manager__name {
    margin-left: 0;
  }
}
.manager__img {
  position: relative;
  width: 16.5rem;
  height: 16.7rem;
  border-radius: 50%;
}
.manager__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.field {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 25.3rem;
  height: 5.3rem;
}
.field._focused > label, .field._filled > label {
  transform: translateY(-70%) scale(0.7);
}
.field input:not([type=file]),
.field textarea {
  display: block;
  width: 100%;
  padding: 2rem 0.8rem 2.2rem 3.4rem;
  border: 1px solid #e68758;
  border-radius: 2.7rem;
  font-size: 1.6rem;
  background: white;
  transition: border-color 0.25s ease;
}
.field textarea {
  width: 100%;
  min-height: 13.6rem;
  max-height: 28rem;
  padding-top: 2rem;
  resize: none;
}
.field > label {
  position: absolute;
  bottom: 1.7rem;
  left: 3.4rem;
  z-index: 1;
  font-size: 1.6rem;
  transform-origin: left top;
  transition: transform 0.25s ease;
  pointer-events: none;
}
.tour {
  color: white;
}
.tour__change {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.tour__cost-btn {
  width: 26.3rem;
  border-radius: 3.3rem;
}
.tour__change-title {
  margin-top: 0;
  margin-bottom: 2.6rem;
  color: white;
  font-size: 1.6rem;
}
.tour__fields {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .tour__fields {
    flex-direction: column;
  }
}
.tour__range-inner {
  width: 100%;
  margin-bottom: 6.2rem;
}
.tour__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .tour__form {
    margin-bottom: 4rem;
  }
}
.tour__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tour__form form .field {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .tour__form form .field {
    max-width: 100%;
    margin-bottom: 2.2rem;
  }
}
.tour__form form .field:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .tour__form form .field:not(:last-child) {
    margin-right: 0;
  }
}
.tour__form form .field:first-child {
  min-width: 31rem;
  max-width: 31.5rem;
}
@media (max-width: 1023px) {
  .tour__form form .field:first-child {
    min-width: 28.4rem;
  }
}
@media (max-width: 767px) {
  .tour__form form .field:first-child {
    min-width: 100%;
    max-width: unset;
  }
}

.sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .sections {
    max-width: 55.4rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .sections {
    margin-bottom: 4rem;
  }
}
.sections__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .sections__item:first-child .sections__img-wrap {
    max-width: 11rem;
  }
}
@media (min-width: 1171px) {
  .sections__item:hover .sections__title p {
    color: white;
  }
  .sections__item:hover .sections__title p::before {
    background-color: white;
  }
  .sections__item:hover .sections__title:active p {
    color: white;
  }
  .sections__item:hover .sections__title:active p::before {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .sections__item {
    width: calc(25% - 13rem);
  }
  .sections__item:not(:last-child) {
    margin-right: 16rem;
  }
}
@media (max-width: 1023px) {
  .sections__item {
    position: relative;
    width: calc(50% - 1.5rem);
    margin-bottom: 5rem;
  }
  .sections__item:not(:nth-child(2n)) {
    margin-right: 3rem;
  }
  .sections__item:nth-last-child(1), .sections__item:nth-last-child(2) {
    position: relative;
    margin-bottom: 0;
    padding-top: 4.4rem;
  }
  .sections__item:nth-last-child(1)::before, .sections__item:nth-last-child(2)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 14rem;
    height: 1.8rem;
    box-shadow: 0 -8px 9px -4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    content: "";
  }
}
@media (max-width: 767px) {
  .sections__item:nth-last-child(1)::before {
    display: none;
  }
  .sections__item:nth-last-child(2)::before {
    left: 60%;
    width: 15rem;
    transform: none;
  }
}
.sections__img-wrap {
  display: flex;
  width: 100%;
  max-width: 15rem;
  height: 13.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sections__img-wrap {
    max-width: 8rem;
    height: 8.2rem;
  }
}
.sections__img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sections__title {
  display: flex;
  color: #403c32;
  font-weight: bold;
  font-size: 2.2rem;
  white-space: nowrap;
  cursor: pointer;
}
.sections__title p {
  position: relative;
  margin: 0;
  transition: color 0.25s ease;
}
.sections__title p::before {
  position: absolute;
  bottom: calc(-100% + 2.5rem);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #403c32;
  transition: background-color 0.25s ease;
  content: "";
}

.video {
  position: relative;
  width: 100%;
  height: 25rem;
}
@media (max-width: 1023px) {
  .video {
    height: 22rem;
  }
}
.video__iframe-wrap {
  position: relative;
  height: 0;
  padding-bottom: 64%;
  border-radius: 5px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.video__iframe-wrap._active ~ .video__text {
  display: none;
}
.video__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__play {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 4.4rem;
  left: 3.6rem;
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.25s ease;
}
@media (max-width: 1023px) {
  .video__play {
    bottom: 3rem;
    left: 3rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}
.video__play img {
  position: absolute;
  bottom: -2.1rem;
  left: 0.3rem;
}
.video__text {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  max-width: 26rem;
  margin: 0;
  color: white;
  font-size: 2.2rem;
  text-align: right;
}

.videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .videos {
    margin-bottom: 4rem;
  }
}
.videos__item {
  display: flex;
}
@media (min-width: 1024px) {
  .videos__item {
    width: calc(33.3% - 2.1rem);
  }
  .videos__item {
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .videos__item {
    width: calc(50% - 1.5rem);
    max-height: 20rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }

}
@media (max-width: 767px) {
  .videos__item {
    width: 100%;
    margin-right: 3rem;
  }
}

.team {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .team {
    max-width: 55.4rem;
    margin: 0 auto !important;
  }
}
.team__phone-btn {
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background-color: #edd289;
}
.team__phone-btn:hover > span {
  opacity: 1;
  visibility: visible;
}
.team__phone-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 2.3rem;
  transform: translate(-50%, -50%);
}
.team__phone-btn span {
  position: absolute;
  top: calc(100% + .8rem);
  left: -7.7rem;
  width: 19.8rem;
  padding: 1.5rem 3.7rem;
  border-radius: 3.3rem;
  background-color: #edd289;
  visibility: hidden;
  opacity: 0;
  transition: all 0.55s ease;
}
.team__phone-btn span::before {
  position: absolute;
  top: -0.6rem;
  left: 48%;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #edd289;
  border-left: 0.6rem solid transparent;
  content: "";
}
.team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .team__item {
    width: calc(50% - 1.5rem);
    margin-bottom: 3.6rem;
  }
  .team__item:not(:nth-child(2n)) {
    margin-right: 3rem;
  }
  .team__item:nth-child(3) ~ * {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .team__item {
    width: calc(16.6% - 2.5rem);
  }
  .team__item:not(:last-child) {
    margin-right: 3rem;
  }
}
.team__name {
  display: block;
  max-width: 11.1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.team__position {
  display: block;
  max-width: 11.1rem;
  margin-bottom: 1.9rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}
.team__img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.5rem;
  height: 16.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.team__img-wrap img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .review {
    margin-bottom: 4rem;
  }
}
.review__star {
  display: flex;
  width: 2rem;
  height: 1.6rem;
}
.review__btn {
  position: relative;
  width: 26.3rem;
  margin: 0 auto;
  text-align: center;
}
.review__btn svg {
  position: absolute;
  top: 2.1rem;
  right: 6.7rem;
  width: 3rem;
  height: 3rem;
}
.review__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.4rem;
  margin-bottom: 6.2rem;
}
@media (max-width: 1023px) {
  .review__imgs {
    max-width: 55.4rem;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .review__imgs {
    margin-top: 4.6rem;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .review__imgs {
    margin-bottom: 2rem;
  }
}
.review__img {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .review__img {
    width: calc(25% - 2.3rem);
  }
  .review__img:not(:last-child) {
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .review__img {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .review__img {
    width: 100%;
  }
  .review__img:nth-child(2) ~ * {
    display: none;
  }
}
.review__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__stars {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .review__stars {
    margin-top: 1rem;
    justify-content: flex-end;
    margin-left: 1rem;
  }
}

.review__stars svg {
  cursor: pointer;
  opacity: 0.302;
  transition: fill 0.25s ease, opacity 0.25s ease;
  fill: none;
}
@media (max-width: 1023px) {
  .review__stars svg:not(:last-child) {
    margin-left: 1.2rem;
  }
}
@media (min-width: 1171px) {
  .review__stars svg:hover {
    opacity: 1;
    fill: #4d4d4d;
  }
  .review__stars svg:hover ~ svg {
    opacity: 1;
    fill: #4d4d4d;
  }
}
@media (max-width: 767px) {
  .review__stars svg {
    transform: scale(1.7);
  }
  .review__stars svg:not(:last-child) {
    margin-left: 1.8rem;
  }
}
.review__form-rating {
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}
@media (max-width: 1023px) {
  .review__form-rating {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .review__form-rating {
    width: 100%;
    flex-flow: column;
    font-size: 1.2rem;
  }
}
.review__form-rating:not(:last-child) {
  margin-right: 6rem;
}
@media (max-width: 1023px) {
  .review__form-rating:not(:last-child) {
    margin-right: 3.2rem;
  }
}
@media (max-width: 767px) {
  .review__form-rating:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .review__form-rating:nth-child(2) {
    margin-right: 0;
  }
}
.review__form-rating span {
  display: block;
  margin-right: 1.7rem;
}
.review__fields {
  display: flex;
  font-family: "PT Sans Narrow", "Circe", sans-serif;
}
@media (max-width: 767px) {
  .review__fields {
    flex-direction: column;
  }
}
.review__fields .field {
  max-width: calc(60% - 2.3rem);
}
@media (max-width: 767px) {
  .review__fields .field {
    max-width: 100%;
  }
}
.review__fields .field input, .review__fields .field textarea {
  border: none;
  border-radius: 2.7rem;
  box-shadow: 5.29px 7.281px 15px 0px rgba(3, 3, 3, 0.08);
}
.review__fields .field:first-child {
  max-width: 45%;
  margin-right: 2.3rem;
}
@media (max-width: 767px) {
  .review__fields .field:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.review__fields .field._textarea {
  max-width: 100%;
  height: 13.6rem;
  margin-right: 0;
}
.review__fields .field._textarea label {
  top: 2rem;
  bottom: unset;
}
.review__fields:not(:last-child) {
  margin-bottom: 2rem;
}
.review__form {
  display: flex;
  flex-direction: column;
  padding: 3.4rem 3.6rem 4rem 3.6rem;
  border-radius: 0.5rem;
  background-color: #edd289;
}
@media (max-width: 767px) {
  .review__form {
    padding: 2.4rem 1.6rem 3rem 1.6rem;
  }
}
.review__form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .review__form-row {
    flex-wrap: wrap;
  }
  .review__form-row:last-child {
    justify-content: center;
  }
}
.review__form-row._starts {
  justify-content: flex-start;
}
.review__form-row:last-child {
  margin-top: 2rem;
}
.review__btn-form {
  position: relative;
  margin-right: auto;
  margin-bottom: 2.8rem;
  margin-left: auto;
}
.review__btn-form svg {
  position: absolute;
  top: 2.1rem;
  right: 6.7rem;
  width: 3rem;
  height: 3rem;
}
.review__btn-message.btn._default {
  position: relative;
  max-width: 26rem;
  white-space: nowrap;
}
.review__btn-message.btn._default svg {
  position: absolute;
  top: 2.1rem;
  right: 4.7rem;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .review__btn-message.btn._default svg {
    right: 2.7rem;
  }
}
@media (max-width: 767px) {
  .review__btn-message.btn._default svg {
    right: 2.7rem;
    width: 28px;
  }
}
.review__photo-btns {
  display: flex;
}
@media (max-width: 1023px) {
  .review__photo-btns {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .review__photo-btns {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.review__photo-btns input {
  visibility: hidden;
  opacity: 0;
}
.review__photo-btns .btn._default {
  position: relative;
  width: 33rem;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1023px) {
  .review__photo-btns .btn._default {
    min-width: calc(50% - 1rem);
    max-width: 30rem;
    height: 6.6rem;
  }
}
@media (max-width: 767px) {
  .review__photo-btns .btn._default {
    min-width: unset;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.review__photo-btns .btn._default:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .review__photo-btns .btn._default:not(:last-child) {
    margin-right: 0;
  }
}
.review__photo-btns .btn._default svg {
  position: absolute;
  top: 2.1rem;
  right: 4.7rem;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 1023px) {
  .review__photo-btns .btn._default svg {
    top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .review__photo-btns .btn._default svg {
    right: 2.7rem;
    width: 28px;
  }
}
.review__photo-btns .btn._default._addition svg {
  right: 6.7rem;
}
@media (max-width: 1023px) {
  .review__photo-btns .btn._default._addition svg {
    right: 4.7rem;
  }
}
@media (max-width: 767px) {
  .review__photo-btns .btn._default._addition svg {
    right: 2.7rem;
    width: 28px;
  }
}
.review__photo-btns .btn._default span {
  position: absolute;
  top: 50%;
  right: 4.7rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .review__photo-btns .btn._default span {
    right: 2.3rem;
  }
}
@media (max-width: 767px) {
  .review__photo-btns .btn._default span {
    right: 1rem;
  }
}
.review__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.3rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .review__link {
    flex-direction: column;
    font-size: 2rem;
  }
}
.review__link a {
  display: flex;
  margin-left: 2.5rem;
  color: #00aff1;
}
@media (max-width: 767px) {
  .review__link a {
    margin-top: 1.8rem;
    margin-left: 0;
  }
}

.gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .gallery {
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .gallery {
    display: none;
  }
}
@media (min-width: 1024px) {
  .gallery-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery-tablet {
    display: none;
  }
}
.gallery__column {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .gallery__column {
    min-height: 30rem;
  }
  .gallery__column:last-child {
    margin-right: 0;
  }
}
.gallery__column .gallery__img {
  height: 100%;
}
.gallery__img {
  position: relative;
  display: flex;
  border-radius: 0.4rem;
  overflow: hidden;
}
.gallery__img span {
  position: absolute;
  top: 2.6rem;
  left: 2.5rem;
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
}
.gallery__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 10%, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.gallery__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .gallery__row {
    flex-wrap: nowrap;
  }
  .gallery__row .gallery__img:not(:last-child) {
    margin-right: 1.3rem;
  }
  .gallery__row:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .gallery__row .gallery__img:first-child {
    height: 24rem;
  }
}
@media (max-width: 1023px) {
  .gallery__row .gallery__img {
    width: calc(100% - 39.5rem - 1.5rem);
    height: 24rem;
    margin-bottom: 1.5rem;
  }
  .gallery__row .gallery__img:not(:last-child) {
    width: 39.5rem;
    margin-right: 1.5rem;
  }
}
.gallery__row .gallery__img:nth-last-child(1), .gallery__row .gallery__img:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .gallery__row._large {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) {
  .gallery__row._large .gallery__img {
    width: 100%;
    max-width: 40rem;
    height: 24rem;
    margin-right: 0;
  }
  .gallery__row._large .gallery__img:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .gallery__row._large .gallery__column {
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem;
  }
  .gallery__row._large .gallery__column:first-child {
    max-height: 49.5rem;
    margin-bottom: 1.5rem;
  }
  .gallery__row._large .gallery__column:first-child .gallery__img {
    width: 29.3rem;
    height: 100%;
    max-height: 52rem;
  }
}

@media (min-width: 768px) {
  .gallery__mobile {
    display: none;
  }
}
.gallery__mobile .gallery__img:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .partners {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .partners {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.partners__item {
  width: 16.5rem;
  height: 10rem;
  margin-right: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: white;
}
@media (max-width: 767px) {
  .partners__item {
    margin-right: 1.5rem;
  }
}
.partners__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .map {
    flex-direction: column;
  }
}
.map-inner {
  width: 100%;
  height: 100%;
  min-height: 47rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .map-inner {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}
.map__title {
  margin-top: 0;
  margin-bottom: 3.3rem;
  font-weight: 700;
  font-size: 2.9rem;
}
@media (max-width: 767px) {
  .map__title {
    text-align: center;
  }
}
.map__address {
  display: flex;
  align-items: center;
}
.map__address svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: #edd289;
}
.map__phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.map__phone svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #edd289;
}
.map__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.7rem;
}
@media (max-width: 767px) {
  .map__info {
    align-items: center;
  }
}
.map__info svg {
  margin-right: 1.3rem;
}
.map__info li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.map__info li:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .map__info li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.map__clock {
  display: flex;
  align-items: flex-start !important;
}
.map__clock p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #313131;
  font-weight: 700;
  font-size: 1.6rem;
}
.map__clock p span {
  display: block;
  margin-bottom: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
  background-color: #edd289;
}
.map__clock img {
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 1.3rem;
}
@media (max-width: 1023px) {
  .map__col {
    margin-right: 7rem;
  }
}
@media (max-width: 767px) {
  .map__col {
    margin-right: 0;
  }
}
.map__text {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .map__text {
    margin-top: 0.5rem;
  }
}
.map__text p {
  margin-top: 0;
}
.map__text p:not(:last-child) {
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .map__text p:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .map__text p {
    text-align: center;
  }
}
.map__description {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  margin-right: 8.5rem;
}
@media (max-width: 1023px) {
  .map__description {
    flex-direction: row;
    max-width: 62rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .map__description {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup-wrap._consultation {
  z-index: 300;
}
.popup-wrap._large .popup__close {
  top: 2.5rem;
}
@media (max-width: 767px) {
  .popup-wrap._large .popup__close {
    top: 0.5rem;
  }
}
.popup-wrap._small .popup__close {
  top: 2.5rem;
}
@media (max-width: 767px) {
  .popup-wrap._small .popup__close {
    top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .popup-wrap._small .popup {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 400;
    display: inline-block;
    width: calc(100% - 3rem);
    max-height: calc(100vh - 10rem);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .popup-wrap._girl .popup {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 400;
    display: inline-block;
    width: calc(100% - 3rem);
    max-height: calc(100vh - 10rem);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .popup-wrap._girl .popup__close {
    top: -0.5rem;
  }
}
.popup-wrap::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.popup-wrap._enter, .popup-wrap._enter-to, .popup-wrap._leave {
  display: inline-block;
}
.popup-wrap._enter-to {
  visibility: visible;
  opacity: 1;
}
.popup-wrap._leave {
  visibility: hidden;
  opacity: 0;
}

.popup {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 400;
  display: inline-block;
  max-height: calc(100vh - 10rem);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popup._girl {
    min-width: 80%;
  }
}
@media (max-width: 767px) {
  .popup {
    top: 15rem;
    left: 0;
    max-height: 100vh;
    max-width: 100%;
    transform: translate(0);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .popup._video {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 400;
    display: inline-block;
    width: calc(100% - 3rem);
    max-height: calc(100vh - 10rem);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
.popup._large {
  top: 55%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .popup._large {
    top: 0;
    left: 0;
    max-height: 100vh;
    max-width: 100%;
    overflow-y: auto;
    transform: translate(0);
  }
}
.popup__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 90%;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .popup__tabs {
    max-width: unset;
  }
}
.popup__footer {
  display: flex;
  align-items: center;
  padding: 1.3rem 25rem 1.7rem 3rem;
  background-color: #fbf6e7;
}
@media (max-width: 1023px) {
  .popup__footer {
    padding-right: 10rem;
  }
}
@media (max-width: 767px) {
  .popup__footer {
    flex-direction: column;
    padding: 2rem 1.3rem;
  }
}
.popup__footer .btn._default._orange {
  width: 100%;
  max-width: 21rem;
}
.popup__footer p {
  margin-top: 0;
  margin-right: 3.1rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .popup__footer p {
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.popup__tab-content {
  display: none;
  -webkit-animation: fadeEffect 0.5s;
          animation: fadeEffect 0.5s;
}
.popup__tab-content._active {
  display: block;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup__tab {
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  margin-right: 4rem;
  margin-bottom: 2.1rem;
  color: #313131;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: underline;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .popup__tab {
    margin-right: 0;
    font-size: 1.4rem;
  }
  .popup__tab:not(:nth-child(2n)) {
    margin-right: 2.5rem;
  }
}
.popup__tab._active {
  color: #e68758;
  text-decoration: none;
}
.popup__girl {
  display: flex;
  width: 100%;
  max-width: 48rem;
  height: 100%;
  max-height: 41rem;
  margin-right: 4rem;
}
@media (max-width: 1023px) {
  .popup__girl {
    max-width: 38rem;
    max-height: 31rem;
  }
}
@media (max-width: 767px) {
  .popup__girl {
    max-width: 15rem;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.popup__girl img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup._top {
  display: flex;
  align-items: center;
}
.popup__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
}
.popup__title._lg {
  margin-top: 0;
  margin-bottom: 2.8rem;
  color: #313131;
  font-weight: 300;
  font-size: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .popup__title._lg {
    font-size: 2.8rem;
  }
}
.popup .btn._default {
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  height: 6.4rem;
  padding: 0.8rem 4.8rem;
}
.popup .btn._default svg {
  position: absolute;
  top: 2rem;
  right: 4.1rem;
  width: 2.2rem;
  height: 2.2rem;
}
.popup__form .field {
  min-width: 28rem;
}
.popup__form .field:not(:last-child) {
  margin-bottom: 3rem;
}
.popup__form .field input {
  border: none;
}
.popup__girl-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .popup__girl-form {
    min-width: 37rem;
  }
}
.popup__girl-form h4 {
  color: white;
}
.popup__girl-form .btn._default {
  text-align: left;
}
@media (max-width: 767px) {
  .popup__girl-form .btn._default {
    padding: 0.8rem 2.8rem;
    font-size: 1.2rem;
  }
}
.popup__girl-form .field {
  max-width: 100%;
  margin-bottom: 2.7rem;
}
.popup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background-color: #edd289;
  border-radius: 10px;
  overflow: auto;
}
.popup__content._girl {
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  overflow: inherit;
}
@media (max-width: 1023px) {
  .popup__content._girl {
    min-width: 80%;
  }
}
@media (max-width: 767px) {
  .popup__content._girl {
    flex-direction: column;
    padding: 4.6rem 1.6rem 5.5rem 1.5rem;
  }
}
.popup__content._girl .popup__form {
  flex: 1;
  min-width: 37rem;
}
.popup__content._large {
  align-items: flex-start;
  border-radius: 10px 10px 0 0;
  padding: 2.7rem 4.6rem;
  overflow: auto;
  background-color: white;
}
@media (max-width: 1023px) {
  .popup__content._large {
    width: 70rem;
  }
}
@media (max-width: 767px) {
  .popup__content._large {
    width: auto;
    margin-top: 5rem;
    padding: 3.7rem 2.6rem;
  }
}
.popup__content._hotel {
  flex-direction: row;
  padding: 3.7rem 3.6rem;
}
@media (min-width: 1024px) {
  .popup__content._hotel {
    width: 97rem;
  }
}
@media (max-width: 767px) {
  .popup__content._hotel {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }
}
.popup__content._consultation {
  max-width: 42.7rem;
}
@media (max-width: 767px) {
  .popup__content._consultation {
    max-width: 100%;
  }
}
.popup__content._video {
  width: 70rem;
  min-height: 50rem;
  padding: 0;
  background-color: transparent;
}
.popup__content._video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .popup__content._video {
    width: 100%;
  }
}
.popup__text-bottom {
  position: fixed;
  bottom: -15rem;
  left: 50%;
  display: none;
  min-width: 48rem;
  color: white;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .popup__text-bottom {
    bottom: -15rem;
    min-width: 100%;
    font-size: 2.4rem;
  }
}
.popup__close-btn {
  padding: 0;
  border: 0;
  background: transparent;
  max-width: 24rem;
  font-weight: 300;
  background-color: #edd289;
}
@media (max-width: 1023px) {
  .popup__close-btn {
    display: none;
  }
}
.popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  z-index: 3000;
  width: 4.5rem;
  height: 4.5rem;
  color: #edd289;
  opacity: 1;
  transform: translateX(-50%);
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .popup__close:hover {
    color: #eba17b;
  }
  .popup__close:hover:active {
    color: #e68758;
  }
}
.popup__close::before, .popup__close::after {
  position: absolute;
  top: 2.11rem;
  left: 0.81rem;
  display: block;
  width: 4rem;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
  content: "";
}
@media (max-width: 767px) {
  .popup__close::before, .popup__close::after {
    width: 3rem;
  }
}
.popup__close::before {
  transform: rotate(-45deg);
}

.file {
  position: relative;
  display: block;
  max-width: 47%;
}
@media (max-width: 767px) {
  .file {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .file {
    max-width: 100%;
  }
}
.file label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.8rem 3.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.beach__map {
  width: 100%;
  height: 30.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .beach__map {
    height: 20.5rem;
  }
}
.beach__map h4 {
  margin: 0;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .beach__map h4 {
    font-size: 2rem;
  }
}
.beach__map-inner {
  width: 100%;
  height: 30.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .beach__map-inner {
    height: 16.5rem;
  }
}
.beach__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.beach__img {
  position: relative;
  display: flex;
  width: calc(33% - 1rem);
  overflow: hidden;
}
.beach__img:not(:last-child) {
  margin-right: 0.5rem;
}
.beach__img:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.beach__img:first-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #edd289 5px, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.beach__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beach__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .beach__title {
    text-align: center;
  }
}
.beach__col {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.beach__col:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .beach__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.beach__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .beach__row {
    flex-direction: column;
    align-items: center;
  }
}
.beach p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .beach p {
    text-align: center;
  }
}

.weather {
  display: flex;
  justify-content: flex-start;
  width: calc(100% + 7.4rem);
  margin-bottom: 6.5rem;
  margin-left: -3.7rem;
  padding: 3.5rem 4.8rem;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.weather__description {
  display: flex;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .weather {
    flex-wrap: wrap;
  }

  .weather__description {
    flex-direction: column;
  }

  .weather__col {
    width: calc(50% - 3rem);
  }
}
.weather__description img {
  width: 21rem;
  height: 11.6rem;
  margin-right: 1.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .weather__description img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.weather__description p {
  margin: 0;
  font-size: 1.6rem;
}
.weather__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.weather__col:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .weather__col:nth-child(4) ~ * {
    display: none;
  }
}
.weather__day {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.weather__head {
  display: flex;
  align-items: center;
  margin-bottom: 4.4rem;
}
.weather__head .popup__tabs {
  align-items: center;
  margin-bottom: 0 !important;
}
.weather__head .popup__tabs > * {
  margin-bottom: 0;
}
.weather__head h3 {
  margin-right: 4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .weather__head h3 {
    margin-right: 2rem;
  }
}
.weather__recomend {
  display: flex;
  margin-bottom: 2.1rem;
}
.weather__recomend p {
  margin: 0;
}
.weather__recomend span {
  display: block;
  margin-right: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
}
.weather__clouds {
  display: block;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 1.6rem;
}
.weather__water {
  max-width: 8.7rem;
  color: #7bafff;
  font-size: 1.6rem;
}
.weather__temp {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.weather__temp span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}
.weather__temp span:last-child {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 1.6rem;
}
.weather__date {
  display: block;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 1.6rem;
}
.weather__img {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 6.5rem;
  height: 4.2rem;
  margin-bottom: 1.5rem;
}
.weather__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.photo-slider__slider-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.photo-slider__images {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.photo-slider__images:not(:last-child) {
  margin-bottom: 3.5rem;
}
.photo-slider__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.photo-slider__img-wrap {
  display: flex;
  width: calc(33.3% - .2em);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.photo-slider__img-wrap:not(:last-child) {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .photo-slider__img-wrap {
    width: calc(50% - .1em);
  }
  .photo-slider__img-wrap:last-child {
    margin-right: 0;
  }
}
.photo-slider__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-slider__cell {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.photo-slider__cell.is-selected {
  width: 100%;
}
.photo-slider__cell:not(:last-child) {
  margin-right: 0.2rem;
}
.photo-slider__cell img {
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-slider__slider {
  width: 100%;
  margin-bottom: 1.5rem;
}

.photo-slider__slider .flickity-viewport .photo-slider__cell::after {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.6rem;
  content: attr(data-name);
}
.photo-slider__slider._hotel .flickity-viewport {
  max-height: 30rem;
}
@media (max-width: 767px) {
  .photo-slider__slider._hotel .flickity-viewport {
    max-height: 22rem;
  }
}
.hotel__col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hotel__col:first-child {
    width: 43%;
  }
  .hotel__col:last-child {
    width: 56%;
  }
}
@media (max-width: 1023px) {
  .hotel__col {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .hotel__col {
    width: 100%;
  }
}
.hotel__col:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .hotel__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.8rem;
  }
}
.hotel__col .btn._default {
  max-width: 23rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .hotel__col .btn._default {
    justify-content: center;
    max-width: 15rem;
    height: 5rem;
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    text-align: center;
  }
}
.hotel__col h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
}
.hotel__img {
  position: relative;
  display: flex;
  width: calc(33% - 1rem);
  overflow: hidden;
}
.hotel__img span {
  position: absolute;
  bottom: 1rem;
  left: 1.2rem;
  font-size: 1.6rem;
}
.hotel__img:not(:last-child) {
  margin-right: 0.2rem;
}
.hotel__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hotel__cost-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 6rem);
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: -2rem;
    background-color: #faf1da;
  }
}
.hotel__cost {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 1023px) {
  .hotel__cost {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .hotel__cost {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 6rem);
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .hotel__cost p {
    margin-right: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .hotel__cost p {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hotel__cost p {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.hotel__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.hotel__title {
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .hotel__stars svg {
    margin-right: 1.5rem;
    transform: scale(2.5);
  }
}
.hotel__map-text {
  padding: 1.7rem 2.1rem 2.2rem 1.5rem;
  font-size: 1.6rem;
  text-decoration: underline;
  background-color: #f6f6f6;
}
.hotel__description {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  text-align: justify;
}
.hotel__description p:not(:last-child) {
  margin-bottom: 2rem;
}
.hotel__similar {
  display: flex;
  flex-direction: column;
}
.hotel__key-tour {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2.6rem;
  background-color: #f6f6f6;
}
@media (max-width: 1023px) {
  .hotel__key-tour {
    padding: 2rem;
  }
}
.hotel__key-tour svg {
  max-width: 3.5rem;
  max-height: 3rem;
}
.hotel__key-tour svg:not(:last-child) {
  margin-right: 2.6rem;
}
.hotel__key-tour span {
  display: block;
  margin-right: 4rem;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .hotel__key-tour span {
    margin-right: 1.5rem;
  }
}
.hotel__similar-row {
  display: flex;
  flex-wrap: wrap;
}
.hotel__similar-row .hit__description {
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hotel__similar-row .hit__name {
  font-size: 1.4rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .hotel__similar-row .hit__stars {
    margin-top: 0.5rem;
  }
}
.hotel__similar-row .hit__link {
  margin-top: 0.2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .hotel__similar-row .hit__link {
    font-size: 1rem;
  }
}
.hotel__similar-row .hit__img-wrap {
  min-height: 11.2rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  .hotel__similar-row .hit__img-wrap {
    min-height: 12rem;
  }
}
.hotel__similar-row .hit__item {
  height: 23rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .hotel__similar-row .hit__item {
    min-width: 14.5rem;
    max-width: 14.6rem;
  }
}
@media (max-width: 1023px) {
  .hotel__similar-row .hit__item {
    min-width: 13.5rem;
    max-width: 13.6rem;
  }
}
@media (min-width: 1024px) {
  .hotel__similar-row .hit__item:not(:last-child) {
    margin-right: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .hotel__similar-row .hit__item:not(:last-child) {
    margin-right: 0.9rem;
  }
}
@media (max-width: 767px) {
  .hotel__similar-row .hit__item {
    min-width: 12.2rem;
    max-width: 12.3rem;
  }
  .hotel__similar-row .hit__item:not(:last-child) {
    margin-right: 0.6rem;
  }
  .hotel__similar-row .hit__item .hit__stars svg {
    margin-right: 0.7rem;
    transform: scale(2);
  }
}
.hotel__head-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .hotel__head-row {
    flex-direction: column;
  }
}
.hotel__buttons-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hotel__buttons-wrap {
    align-items: center;
  }
}
.hotel__buttons {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .hotel__buttons {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hotel__buttons {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hotel__buttons .btn._default:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .hotel__buttons .btn._default:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hotel__buttons .btn._default {
    max-width: 20rem;
  }
  .hotel__buttons .btn._default svg {
    top: 1.2rem;
    right: 2.1rem;
  }
}
.hotel__buttons .btn._default:last-child {
  justify-content: center;
  max-width: 15.5rem;
  text-align: center;
}
.hotel__block-title {
  margin-bottom: 1rem;
  color: #313131;
  opacity: 0.6;
}
.hotel__map {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 18rem;
}
@media (max-width: 767px) {
  .hotel__map {
    max-width: 100%;
  }
}
.hotel__map img {
  width: 5.6rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hotel__map img {
    width: 50%;
    height: 7.4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hotel__check {
  display: flex;
  align-items: center;
  padding: 2rem 1.1rem;
  border: 4px solid #edd289;
}
@media (min-width: 1024px) {
  .hotel__check {
    margin-right: 1rem;
  }
}
@media (max-width: 1023px) {
  .hotel__check {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
.hotel__check a {
  margin-right: 1rem;
  color: #edd289;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .hotel__check a {
    white-space: nowrap;
    font-size: 2rem;
  }
}
.hotel__rating {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
.hotel__rating span {
  display: block;
  margin-right: 0.8rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .hotel__rating span {
    margin-right: 1.8rem;
  }
}

.popup-map-container {
  opacity: 1;
  visibility: visible;
  display: none;
  transition: none;
}

.popup-map {
  width: 100%;
  height: 100%;
  top: 20%;
  max-width: 1000px;
}

.popup-map .popup__content {
  width: 100%;
  height: 90%;
  padding: 10px;
}

.tours-menu-item {
  position: relative;
}

.tours-menu-item:hover .tours-submenu {
  display: block;
}

.tours-submenu {
  position: absolute;
  top: 50px;
  left: -20px;
  background-color: white;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  display: none;
}

.tours-submenu li {
  padding-bottom: 20px;
}

.header__menu .tours-submenu li a {
  color: #313131;
  padding: 0;
  height: auto;
}

.header__menu .tours-submenu li:hover a {
  color: #e68758;
}

.text-bottom {
  font-size: 2.4rem;
  text-align: center;
  color: white;
  font-weight: 300;
  display: none;
  margin-top: 2rem;
}

.header__phone-container {
  display: flex;
  flex-direction: column;
}

.header__phone-container a {
  margin-bottom: 1rem;
}

.header__phone-container a:last-child {
  margin-bottom: 0;
}

.section_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .footer__payment-icons {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

footer .footer__payment-icons img {
  width: 50px;
  height: auto;
}

.agree_cbox {
  opacity: 0;
  position: absolute;
}

z1 {
  margin: 0;
  transform: translate(-50%, -50%);
  position: absolute; 
  top: 50%; 
  left: 50%;
}
z2 {
  margin: 0;
   position: absolute; 
  top: 40%; 
 }