/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 667px) {
  html {
    font-size: calc(6670px / var(--viewport-width));
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(7680px / var(--viewport-width));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: calc(9920px / var(--viewport-width));
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: calc(10240px / var(--viewport-width));
  }
}
@media screen and (min-width: 1168px) {
  html {
    font-size: calc(11680px / var(--viewport-width));
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: calc(12800px / var(--viewport-width));
  }
}
@media screen and (min-width: 1312px) {
  html {
    font-size: calc(13120px / var(--viewport-width));
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: calc(13660px / var(--viewport-width));
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1496px) {
  html {
    font-size: calc(14960px / var(--viewport-width));
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: calc(15360px / var(--viewport-width));
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: calc(16000px / var(--viewport-width));
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: calc(16800px / var(--viewport-width));
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: calc(17000px / var(--viewport-width));
  }
}
@media screen and (min-width: 1728px) {
  html {
    font-size: calc(17280px / var(--viewport-width));
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: calc(19200px / var(--viewport-width));
  }
}
@media screen and (min-width: 2056px) {
  html {
    font-size: calc(20560px / var(--viewport-width));
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: calc(25600px / var(--viewport-width));
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: var(--primary-text-color);
  font-family: var(--family_Inter), sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea,
optgroup,
select {
  font-family: var(--font-family);
  font-size: inherit;
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: auto;
}

picture {
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  display: inline-block;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

blockquote {
  margin: 0;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

mark {
  background: transparent;
}

/* ============================ styles from placeholder START ================================================================= */
.example__item > *, .example__text > * {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.example__title > * {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: var(--secondary-color);
}

/* ============================ styles from placeholder END ================================================================= */
body.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html {
  scroll-behavior: smooth;
}

.app {
  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%;
}

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

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 8rem;
}

.container {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

svg {
  display: inline-block;
}

.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 666px) {
  .example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.example:not(:last-child) {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 666px) {
  .example:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 667px) {
  .example .example__img {
    margin: 0 -12.3rem 0 0;
  }
}
.example_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 666px) {
  .example_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 667px) {
  .example_reverse .example__img {
    margin: 0 0 0 -12.3rem;
  }
}
.example__wrapper {
  max-width: 51.2rem;
  width: 100%;
}
.example__title:not(:last-child) {
  margin-bottom: 1.6rem;
}
.example__text:not(:last-child) {
  margin-bottom: 3.2rem;
}
.example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 667px) {
  .example__list {
    padding-left: 1.6rem;
  }
}
.example__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.example__icon {
  width: 2.8rem;
  height: 2.8rem;
}
.example__icon:not(:last-child) {
  margin-right: 1.2rem;
}
.example__icon > * {
  width: 2.8rem;
  height: 2.8rem;
}
.example__img {
  max-width: 72rem;
  width: 100%;
  height: 1px;
  max-height: 56rem;
  min-height: 56rem;
}
@media screen and (max-width: 666px) {
  .example__img {
    max-height: 40rem;
    min-height: 40rem;
  }
}

:root {
  --primary-text-color: #667085;
  --secondary-color: #101828;
  --light-color: #ffffff;
  --dark-color: #000000;
  --accent-color: #71685B;
  --form-color: #344054;
  --hamburger-color: #000;
  --burger-color: #000;
  --time-distribution-function: cubic-bezier(0.4, 0, 0.2, 1);
  --viewport-width: 1440;
  --container-width: 123rem;
  --family_Inter: "Inter";
}
/* ============================ styles from placeholder START ================================================================= */
.contact__title > *, .instagram__title > *, .faq__title > *, .map__title > *, .slider-reviews__text > *, .experience__title > *, .luxury__title > * {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}

/* ============================ styles from placeholder END ================================================================= */
/* ============================ main-start START ================================================================= */
.main-start {
  position: relative;
}
.main-start .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 1.5rem;
  gap: 2rem;
}
@media screen and (max-width: 666px) {
  .main-start .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-start__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.main-start__wrapper {
  position: relative;
  max-width: 52.8rem;
  width: 100%;
}
.main-start__title:not(:last-child) {
  margin-bottom: 2.4rem;
}
.main-start__title > * {
  font-weight: 500;
  font-size: 6rem;
  line-height: 7.2rem;
  letter-spacing: -0.02em;
  color: var(--light-color);
}
.main-start__text > * {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #EAECF0;
}
.main-start__icon {
  position: absolute;
  bottom: -19rem;
  right: -22rem;
  width: 30rem;
  height: 19.8rem;
}
@media screen and (max-width: 666px) {
  .main-start__icon {
    display: none;
  }
}
.main-start__icon > * {
  width: 30rem;
  height: 19.8rem;
}
.main-start .form-calendar__main-price {
  display: block;
}

/* ============================ main-start END ================================================================= */
/* ============================ luxury START ================================================================= */
.luxury {
  overflow: hidden;
  border-bottom: 1px solid #D0D5DD;
}
.luxury .container {
  padding: 9.6rem 1.5rem;
}
@media screen and (max-width: 666px) {
  .luxury .container {
    padding: 4rem 1.5rem;
  }
}
.luxury__wrapper {
  max-width: 76.8rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.luxury__wrapper:not(:last-child) {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 666px) {
  .luxury__wrapper:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.luxury__text:not(:last-child) {
  margin-bottom: 1.2rem;
}
.luxury__text > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
/* ============================ luxury END ================================================================= */
/* ============================ experience START ================================================================= */
.experience {
  overflow: hidden;
  padding: 9.6rem 11.2rem;
}
@media screen and (max-width: 666px) {
  .experience {
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 667px) {
  .experience .container {
    padding: 0;
    margin: 0;
  }
}
.experience__wrapper {
  max-width: 76.8rem;
  width: 100%;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 666px) {
  .experience__wrapper {
    margin-bottom: 4rem;
  }
}
.experience__label:not(:last-child) {
  margin-bottom: 1.2rem;
}
.experience__label > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
.experience__title:not(:last-child) {
  margin-bottom: 2rem;
}
.experience__text > * {
  font-size: 2rem;
  line-height: 3rem;
}

.slider-experience {
  overflow: visible;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 666px) {
  .slider-experience {
    padding-bottom: 5rem;
  }
}
.slider-experience__img {
  height: 1px;
  min-height: 24rem;
  max-height: 24rem;
}
.slider-experience__img:not(:last-child) {
  margin-bottom: 2.4rem;
}
.slider-experience__days:not(:last-child) {
  margin-bottom: 0.8rem;
}
.slider-experience__days > * {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--accent-color);
}
.slider-experience__title:not(:last-child) {
  margin-bottom: 0.8rem;
}
.slider-experience__title > * {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--secondary-color);
}
.slider-experience__text > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.slider-experience__pagination {
  bottom: 0 !important;
}
.slider-experience__pagination > * {
  width: 10px;
  height: 10px;
}
.slider-experience__pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
@media screen and (min-width: 667px) {
  .slider-experience__pagination {
    display: none;
  }
}
.slider-experience__box {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 14.4rem;
  width: 100%;
}
@media screen and (max-width: 666px) {
  .slider-experience__box {
    display: none;
  }
}
.slider-experience__button-prev, .slider-experience__button-next {
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid #EAECF0;
  -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
  border-radius: 50%;
}
.slider-experience__button-prev::after, .slider-experience__button-next::after {
  font-size: 0;
}
.slider-experience__button-prev {
  left: 0;
  right: 0;
}
.slider-experience__button-next {
  right: 0;
}
.slider-experience__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.slider-experience__icon > * {
  width: 2.4rem;
  height: 2.4rem;
}

/* ============================ experience END ================================================================= */
/* ============================ reviews START ================================================================= */
.reviews {
  background: #F9FAFB;
  padding: 9.6rem 0;
}
@media screen and (max-width: 666px) {
  .reviews {
    padding: 4rem 0;
  }
}
.slider-reviews {
  max-width: 102.4rem;
  width: 100%;
  padding-bottom: 5rem;
}
.slider-reviews__slide {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-reviews__text {
  text-align: center;
}
.slider-reviews__text:not(:last-child) {
  margin-bottom: 3.2rem;
}
.slider-reviews__text > * {
  font-weight: 500;
}
.slider-reviews__avatar {
  width: 6.4rem;
  height: 6.4rem;
}
.slider-reviews__avatar:not(:last-child) {
  margin-bottom: 1.6rem;
}
.slider-reviews__avatar > * {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.slider-reviews__name:not(:last-child) {
  margin-bottom: 0.4rem;
}
.slider-reviews__name > * {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--secondary-color);
}
.slider-reviews__nationality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.slider-reviews__flag {
  width: 2rem;
  height: 1.6rem;
}
.slider-reviews__country > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.slider-reviews__pagination {
  bottom: 0 !important;
}
.slider-reviews__pagination > * {
  width: 1rem;
  height: 1rem;
}
.slider-reviews__pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/* ============================ reviews END ================================================================= */
/* ============================ calendar START ================================================================= */
.calendar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9.6rem 1.5rem;
}
@media screen and (max-width: 666px) {
  .calendar .container {
    padding: 4rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.calendar__wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 666px) {
  .calendar__wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5rem;
  }
}
.calendar__wrapper .daterangepicker {
  width: auto;
}
@media screen and (max-width: 666px) {
  .calendar__wrapper .daterangepicker {
    position: static;
  }
}
.calendar__wrapper .daterangepicker .calendar-table th, .calendar__wrapper .daterangepicker .calendar-table td {
  min-width: 4.6rem;
  width: 4.6rem;
  height: 4.6rem;
}
.calendar__wrapper .daterangepicker .drp-calendar {
  max-width: none;
}
.calendar__wrapper .daterangepicker .calendar-table tbody td {
  font-size: 1.4rem;
  line-height: 2rem;
}
.calendar__wrapper .daterangepicker .calendar-table th .month {
  font-size: 1.8rem !important;
  line-height: 2.8rem !important;
}
.calendar__wrapper .daterangepicker .drp-calendar.left,
.calendar__wrapper .daterangepicker .drp-calendar.right {
  padding: 0;
}
@media (min-width: 564px) {
  .calendar__wrapper .daterangepicker .drp-calendar.left .calendar-table {
    padding: 0;
  }
}
@media screen and (min-width: 667px) {
  .calendar__wrapper .daterangepicker .drp-calendar.left {
    margin-right: 2.4rem;
  }
}
.calendar__inner {
  margin-bottom: 5rem;
}
.calendar__label:not(:last-child) {
  margin-bottom: 1.2rem;
}
.calendar__label > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
.calendar__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}
.calendar__title.disabled {
  color: red;
}
.calendar__title:not(:last-child) {
  margin-bottom: 2rem;
}
.calendar__data {
  font-size: 2rem;
  line-height: 3rem;
}
.calendar__clear-dates {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--dark-color);
}

.form-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 41rem;
  width: 100%;
  background: var(--light-color);
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0 2rem 2rem rgba(31, 41, 55, 0.1), 0 1rem 1rem rgba(31, 41, 55, 0.04);
          box-shadow: 0 2rem 2rem rgba(31, 41, 55, 0.1), 0 1rem 1rem rgba(31, 41, 55, 0.04);
  border-radius: 1.6rem;
  padding: 2.4rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 666px) {
  .form-calendar {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.form-calendar__main-price {
  display: none;
}
.form-calendar__main-price > * {
  font-size: 1.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}
.form-calendar__main-price > * > * {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}
.form-calendar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-calendar__item_date {
  position: relative;
}
.form-calendar__item_date > .daterangepicker {
  border: 1px solid #F2F4F7;
  -webkit-box-shadow: 0 2rem 2.4rem -0.4rem rgba(16, 24, 40, 0.08), 0 0.8rem 0.8rem -0.4rem rgba(16, 24, 40, 0.03);
          box-shadow: 0 2rem 2.4rem -0.4rem rgba(16, 24, 40, 0.08), 0 0.8rem 0.8rem -0.4rem rgba(16, 24, 40, 0.03);
  border-radius: 0.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: -2.4rem !important;
}
.form-calendar__item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
.form-calendar__item_price.disabled {
  opacity: 0.3;
}
.form-calendar__item_button {
  position: relative;
  padding-bottom: 1rem;
}
.form-calendar__label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #344054;
}
.form-calendar__label:not(:last-child) {
  margin-bottom: 0.6rem;
}
.form-calendar__select {
  height: 4.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0.6rem;
  border: 1px solid #D0D5DD;
  border-radius: 0.8rem;
  padding: 1rem 1.4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  outline: none;
  color: var(--primary-text-color);
}
.form-calendar__select_time {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.form-calendar__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.form-calendar__checkbox > label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--form-color);
}
.form-calendar__checkbox > input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.6rem;
  height: 2rem;
  background: #ccc;
  border-radius: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.form-calendar__checkbox > input[type=checkbox]:checked {
  background: var(--accent-color);
}
.form-calendar__checkbox > input[type=checkbox]:checked::after {
  left: 50%;
}
.form-calendar__checkbox > input[type=checkbox]::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  top: 0.2rem;
  left: 0.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.form-calendar__wrapper_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E7EB;
}
.form-calendar__text_price > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--dark-color);
}
.form-calendar__text_total > * {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--dark-color);
}
.form-calendar__text_hint > * {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #6B7280;
}
.form-calendar__text_policy {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.form-calendar__text_policy > * {
  font-size: 1.4rem;
  line-height: 2rem;
}
.form-calendar__text_policy > * > * {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--accent-color);
}
.form-calendar__text_date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--dark-color);
}
.form-calendar__text_time {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form-calendar__price {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--dark-color);
}
.form-calendar__price_total {
  font-weight: 500;
}
.form-calendar__button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.form-calendar__button:not(:last-child) {
  margin-bottom: 1.2rem;
}
.form-calendar__icon {
  width: 1.6rem;
  height: 1.6rem;
}
.form-calendar__icon > * {
  width: 1.6rem;
  height: 1.6rem;
}
.form-calendar__icon_time {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.6rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.form-calendar__calendar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  border-radius: 0.8rem;
  padding: 1rem 1.4rem;
  cursor: pointer;
}
.form-calendar__time {
  position: relative;
}
.form-calendar__error {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  color: red;
}
.form-calendar__error.active {
  display: block;
}

.daterangepicker {
  z-index: 1;
  margin: 0;
  border: none;
  color: var(--dark-color);
}
.daterangepicker::after, .daterangepicker::before {
  display: none;
}
.daterangepicker .calendar-table tr > th {
  font-family: var(--family_Inter);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--primary-text-color);
}
.daterangepicker .calendar-table .month {
  font-family: var(--family_Inter);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--dark-color);
}
.daterangepicker td.active,
.daterangepicker .daterangepicker td.active:hover {
  background: var(--accent-color) !important;
}
.daterangepicker td.start-date, .daterangepicker td.end-date {
  border-radius: 1rem;
}
.daterangepicker td.in-range {
  background: #F3F4F6;
}
.daterangepicker td.disabled,
.daterangepicker .daterangepicker option.disabled {
  color: #D1D5DB;
}

/* ============================ calendar END ================================================================= */
/* ============================ map START ================================================================= */
.map {
  background: #F9FAFB;
  padding: 9.6rem 0;
}
@media screen and (max-width: 666px) {
  .map {
    padding: 4rem 0;
  }
}
.map__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4rem;
  gap: 2rem;
}
@media screen and (max-width: 666px) {
  .map__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.map__location:not(:last-child) {
  margin-bottom: 1.2rem;
}
.map__location > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
.map__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.map__icon {
  width: 4.8rem;
  height: 4.8rem;
}
.map__icon > * {
  width: 4.8rem;
  height: 4.8rem;
}
.map__address > *:first-child {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--secondary-color);
  margin-bottom: 0.8rem;
}
.map__address > *:last-child {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.map__map > * {
  width: 100%;
  height: 51.6rem;
}

/* ============================ map END ================================================================= */
/* ============================ faq START ================================================================= */
.faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  padding: 9.6rem 1.5rem;
}
@media screen and (max-width: 666px) {
  .faq .container {
    padding: 4rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq__label:not(:last-child) {
  margin-bottom: 1.2rem;
}
.faq__label > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
.faq__title:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__text > * {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.faq__text > *:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__text > * > * {
  text-decoration: underline;
  color: var(--accent-color);
}

.info-faq__list {
  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: 70.4rem;
  width: 100%;
  gap: 1.6rem;
}
.info-faq__item {
  padding: 3.2rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 666px) {
  .info-faq__item {
    padding: 1.6rem;
  }
}
.info-faq__item.active {
  background: #F9FAFB;
}
.info-faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.info-faq__title > * {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--secondary-color);
  cursor: pointer;
}
.info-faq__btn.active .info-faq__icon_open {
  display: none;
}
.info-faq__btn.active .info-faq__icon_close {
  display: block;
}
.info-faq__btn .info-faq__icon_close {
  display: none;
}
.info-faq__icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
.info-faq__icon > * {
  width: 2rem;
  height: 2rem;
}
.info-faq__text {
  margin-top: 0.8rem;
}
.info-faq__text:not(:last-child) {
  margin-bottom: 2rem;
}
.info-faq__text > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/* ============================ faq END ================================================================= */
/* ============================ instagram START ================================================================= */
.instagram {
  border-bottom: #EAECF0 solid 1px;
  border-top: #EAECF0 solid 1px;
  padding: 9.6rem 0;
}
@media screen and (max-width: 666px) {
  .instagram {
    padding: 4rem 0;
  }
}
.instagram__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 5rem;
}
.instagram__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.instagram__icon {
  width: 1.6rem;
  height: 1.6rem;
}
.instagram__icon > * {
  width: 1.6rem;
  height: 1.6rem;
}

/* ============================ instagram END ================================================================= */
/* ============================ contact START ================================================================= */
.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 9.6rem 1.5rem;
}
@media screen and (max-width: 666px) {
  .contact .container {
    padding: 4rem 1.5rem;
  }
}
.contact__wrapper {
  max-width: 76.8rem;
  width: 100%;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 666px) {
  .contact__wrapper {
    margin-bottom: 4.4rem;
  }
}
.contact__label:not(:last-child) {
  margin-bottom: 1.2rem;
}
.contact__label > * {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
}
.contact__title:not(:last-child) {
  margin-bottom: 2rem;
}
.contact__text > * {
  font-size: 2rem;
  line-height: 3rem;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 666px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form {
  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: 76.8rem;
  width: 100%;
  padding: 4rem 3.2rem;
  background: #F9FAFB;
  border-radius: 1.6rem;
  gap: 2.4rem;
}
@media screen and (max-width: 666px) {
  .form {
    padding: 1.5rem;
  }
}
.form input,
.form textarea,
.form select {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0.6rem;
  border: 1px solid #D0D5DD;
  border-radius: 0.8rem;
  padding: 1rem 1.4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  outline: none;
}
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2.4rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
@media screen and (max-width: 666px) {
  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 667px) {
  .form__wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1.6rem);
            flex: 0 1 calc(50% - 1.6rem);
  }
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--form-color);
}
@media screen and (max-width: 666px) {
  .form__label {
    width: 100%;
  }
}
.form__input {
  color: var(--dark-color);
}
.form__input::-webkit-input-placeholder {
  color: var(--primary-text-color) !important;
}
.form__input::-moz-placeholder {
  color: var(--primary-text-color) !important;
}
.form__input:-ms-input-placeholder {
  color: var(--primary-text-color) !important;
}
.form__input::-ms-input-placeholder {
  color: var(--primary-text-color) !important;
}
.form__input::placeholder {
  color: var(--primary-text-color) !important;
}
.form__input.error {
  border-color: red;
}
.form__select {
  height: 4.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form__textarea {
  resize: none;
  height: 13.4rem;
}
.form__textarea::-webkit-input-placeholder {
  color: var(--primary-text-color);
}
.form__textarea::-moz-placeholder {
  color: var(--primary-text-color);
}
.form__textarea:-ms-input-placeholder {
  color: var(--primary-text-color);
}
.form__textarea::-ms-input-placeholder {
  color: var(--primary-text-color);
}
.form__textarea::placeholder {
  color: var(--primary-text-color);
}
.form__checkbox > input {
  margin-right: 1.2rem;
  padding: 0;
}
.form__checkbox > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form__checkbox a {
  text-decoration: underline;
}
.form__button:disabled {
  opacity: 0.3;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  font-style: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 666px) {
  .address {
    gap: 2rem;
  }
}
@media screen and (min-width: 667px) {
  .address {
    width: 32%;
  }
}
.address__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.address__icon:not(:last-child) {
  margin-bottom: 1.6rem;
}
.address__icon > * {
  -o-object-fit: contain;
     object-fit: contain;
}
.address__title:not(:last-child) {
  margin-bottom: 0.8rem;
}
.address__title > * {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--secondary-color);
}
.address__text:not(:last-child) {
  margin-bottom: 1.6rem;
}
.address__text_location {
  max-width: 20rem;
  width: 100%;
  margin-top: 1.6rem;
}
.address__text_location > * {
  font-weight: 500;
  color: var(--accent-color);
}
.address__text > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.address__phone {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--accent-color);
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* ============================ contact END ================================================================= */
/* ============================ styles from placeholder START ================================================================= */
/* ============================ styles from placeholder END ================================================================= */
.button {
  min-width: 11rem;
  border: none;
  padding: 1rem 1.8rem;
  background: var(--accent-color);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  border-radius: 0.8rem;
}
.button > * {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--light-color);
}

.link {
  min-width: 11rem;
  padding: 1rem 1.8rem;
  background: var(--accent-color);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  border-radius: 0.8rem;
}
.link > * {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--light-color);
}

/* ============================ header START ================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: var(--light-color);
}
.header.no-scroll {
  background: var(--light-color);
}
.header.no-scroll .menu__item > * {
  color: #000000;
}
.header.no-scroll .header__logo_dark {
  display: block;
}
.header.no-scroll .switch-language > * {
  color: #000;
}
.header.no-scroll .switch-language__arrow path {
  fill: #000;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 1.5rem;
}
@media screen and (min-width: 667px) {
  .header__menu {
    width: 100%;
  }
}
.header__logo {
  width: 12.4rem;
  height: 3.2rem;
}
@media screen and (min-width: 667px) {
  .header__logo {
    margin-right: 20rem;
  }
}
.header__logo > * {
  display: block;
  width: 12.4rem;
  height: 3.2rem;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 666px) {
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.header__wrapper .dropdown {
  display: none;
}
@media screen and (max-width: 666px) {
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    overflow: auto;
    padding: 4rem 1.5rem;
    background: var(--primary-text-color);
  }
  .menu.menu-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 667px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 666px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10rem;
  }
}
.menu__item:not(:last-child) {
  margin: 0 4.8rem 0 0;
}
@media screen and (max-width: 666px) {
  .menu__item:not(:last-child) {
    margin: 0 0 3rem 0;
  }
}
.menu__item > * {
  font-family: var(--family_DM_Sans);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "zero" on;
          font-feature-settings: "zero" on;
  color: var(--dark-color);
}
@media screen and (max-width: 666px) {
  .menu__item > * {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

input[type=checkbox]#hamburger-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.hamburger {
  --bounce: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  --ease: 0.12s cubic-bezier(0.3, 0.3, 0.3, 1);
}
.hamburger__label {
  --weight: 10%;
  --size: 50px;
  position: relative;
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 667px) {
  .hamburger__label {
    display: none;
  }
}
.hamburger__label circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--hamburger-color);
  stroke-width: calc(var(--weight) * 0.6);
  stroke-dasharray: 284;
  stroke-dashoffset: 284;
  stroke-linecap: round;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.hamburger__label .hamburger {
  position: absolute;
  display: grid;
  place-items: center;
  width: 63%;
  height: 63%;
}
.hamburger__label .hamburger::before,
.hamburger__label .hamburger .center,
.hamburger__label .hamburger::after {
  --tx: 0;
  --rt: 0deg;
  content: "";
  position: absolute;
  width: 100%;
  height: var(--weight);
  border-radius: 0.3em;
  background: var(--hamburger-color);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: var(--bounce) 0.1s;
  -o-transition: var(--bounce) 0.1s;
  transition: var(--bounce) 0.1s;
}
.hamburger__label .hamburger .center {
  right: 0;
  -webkit-transition: var(--bounce), width var(--ease);
  -o-transition: var(--bounce), width var(--ease);
  transition: var(--bounce), width var(--ease);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.hamburger__label .hamburger::before {
  top: 0;
  -webkit-transform: translate(var(--tx), 100%) rotate(var(--rt));
      -ms-transform: translate(var(--tx), 100%) rotate(var(--rt));
          transform: translate(var(--tx), 100%) rotate(var(--rt));
}
.hamburger__label .hamburger::after {
  bottom: 0;
  -webkit-transform: translate(var(--tx), -100%) rotate(var(--rt));
      -ms-transform: translate(var(--tx), -100%) rotate(var(--rt));
          transform: translate(var(--tx), -100%) rotate(var(--rt));
}

#hamburger-toggle:checked ~ .hamburger__label circle {
  stroke-dashoffset: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#hamburger-toggle:checked ~ .hamburger__label .hamburger::before, #hamburger-toggle:checked ~ .hamburger__label .hamburger::after {
  --tx: -15%;
  --rt: 45deg;
  -webkit-transition: var(--bounce) 0.1s;
  -o-transition: var(--bounce) 0.1s;
  transition: var(--bounce) 0.1s;
}

#hamburger-toggle:checked ~ .hamburger__label .hamburger::before {
  --ty: 15%;
  --rt: -45deg;
}

#hamburger-toggle:checked ~ .hamburger__label .hamburger .center {
  width: 0;
  right: calc(var(--size) * -0.16);
  -webkit-transition: width var(--ease), right var(--bounce);
  -o-transition: width var(--ease), right var(--bounce);
  transition: width var(--ease), right var(--bounce);
}

/* ============================ header END ================================================================= */
/* ============================ styles from placeholder START ================================================================= */
/* ============================ styles from placeholder END ================================================================= */
/* ============================ footer START ================================================================= */
.footer {
  border-top: 1px solid #EAECF0;
  padding: 4.8rem 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 666px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.footer__icon {
  width: 3.6rem;
  height: 3.6rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  padding: 1rem;
}
.footer__icon > * {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo {
  width: 12.4rem;
  height: 3.2rem;
}
.footer__logo > * {
  width: 12.4rem;
  height: 3.2rem;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright > * {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #98A2B3;
}

/* ============================ footer END ================================================================= */
/* ============================ styles from placeholder START ================================================================= */
/* ============================ styles from placeholder END ================================================================= */
/* ============================ route START ================================================================= */
.route__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 667px) {
  .route__wrapper {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 666px) {
  .route__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.route__img_start {
  height: 1px;
  min-height: 80rem;
  max-height: 80rem;
}
@media screen and (min-width: 667px) {
  .route__img_start:not(:last-child) {
    margin-right: 6.4rem;
  }
}
.route__body {
  max-width: 55.4rem;
  width: 100%;
  padding: 9.6rem 0 6.4rem;
}
@media screen and (min-width: 667px) {
  .route__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 666px) {
  .route__body {
    padding: 4rem 1.5rem;
  }
}
.route__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.route__box:not(:last-child) {
  margin-bottom: 1.6rem;
}
.route__icon:not(:last-child) {
  margin-right: 1.6rem;
}
.route__icon_calendar {
  width: 2.4rem;
  height: 2.4rem;
}
.route__icon_calendar > * {
  width: 2.4rem;
  height: 2.4rem;
}
.route__icon_location {
  width: 3.2rem;
  height: 3.2rem;
}
.route__icon_location > * {
  width: 3.2rem;
  height: 3.2rem;
}
.route__days_general > * {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--accent-color);
}
.route__days_route > * {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.2rem;
  color: var(--secondary-color);
}
.route__title:not(:last-child) {
  margin-bottom: 2.4rem;
}
.route__title > * {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6rem;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}
.route__text_start:not(:last-child) {
  margin-bottom: 2.4rem;
}
.route__text_start > * {
  font-size: 2rem;
  line-height: 3rem;
}
.route__text_border {
  padding-bottom: 3.2rem;
  border-bottom: #EAECF0 solid 1px;
}
.route__text_border:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 666px) {
  .route__text_border:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.route__text_border > * {
  font-size: 2rem;
  line-height: 3rem;
}
.route__container {
  max-width: 75rem;
  width: 100%;
  padding: 9.6rem 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 666px) {
  .route__container {
    padding: 4rem 1.5rem;
  }
}
.route__container figure:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 666px) {
  .route__container figure:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.route__container figure > img {
  height: 1px;
  max-height: 48rem;
  min-height: 48rem;
}
.route__container figcaption {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.route__container a {
  text-decoration: underline;
}
.route__container h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.8rem;
  color: var(--secondary-color);
}
.route__container h2:not(:last-child) {
  margin-bottom: 2.4rem;
}
.route__container > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.route__container > p:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 666px) {
  .route__container > p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.route__container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.route__container-wrapper:not(:last-child) {
  margin-bottom: 2.4rem;
}
.route__button {
  text-align: center;
}

/* ============================ route END ================================================================= */
/*# sourceMappingURL=app.css.map */