* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Mulish', sans-serif;
  background-color: #F5FAFE;
  color: #333333;
}

.container {
  max-width: 1110px;
  margin: auto;
}

img {
  max-width: 100%;
}

.booking {
  font-family: 'Nunito', sans-serif;
}

.card__button {
  font-family: 'Nunito', sans-serif;
}

.advisor-card__button {
  font-family: 'Nunito', sans-serif;
}

.input {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding: 0 23px;
  height: 50px;
}

.message {
  background-color: #fff;
  border-radius: 4px;
  padding: 18px 23px;
  border: none;
}

.button {
  padding: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background-color: #EC1F46;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form label.invalid {
  position: absolute;
  font-size: 14px;
  color: #EC1F46;
  font-weight: bold;
}

/*! 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
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
}

.navbar {
  background-color: #fff;
}

.navbar-top {
  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-top: 40px;
  padding-bottom: 40px;
}

.navbar-top__menu-button {
  display: none;
}

.navbar__search {
  margin-right: auto;
  margin-left: 108px;
  border-radius: 6px;
}

.navbar__search #text-error {
  top: 21px;
  right: 70px;
}

.navbar-bottom {
  background-color: #0A223D;
}

.navbar-menu {
  list-style: none;
  margin: 0;
  padding: 31px 0;
  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;
  color: #fff;
}

.navbar-menu__link {
  position: relative;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
}

.navbar-menu__item--mobile--visible {
  display: none;
}

.logo {
  width: 177px;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 40px;
}

.search__input {
  width: 286px;
  height: 100%;
  padding-left: 23px;
  padding-right: 75px;
  background-color: #F5FAFE;
  border: none;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  outline: none;
  border-radius: 6px 0 0 6px;
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  border: none;
  background-color: #EC1F46;
  outline: none;
  border-radius: 0 6px 6px 0;
  position: relative;
  cursor: pointer;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.user__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user__name {
  margin-left: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-list__item {
  font-size: 10px;
  line-height: 13px;
}

.breadcrumb-list__item:not(:last-child)::after {
  content: "/";
  margin-right: 4px;
}

.breadcrumb-list__link {
  text-decoration: none;
  color: inherit;
}

.hotel {
  padding-top: 23px;
  padding-bottom: 70px;
}

.hotel-info {
  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-bottom: 20px;
}

.hotel-info__offer {
  margin-left: 15px;
}

.hotel-info__name {
  margin-top: 0;
  margin-bottom: 0;
}

.hotel-info__description {
  margin: 0;
}

.hotel-name {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.hotel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotel-description {
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
}

.hotel-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hotel-right {
  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;
}

.hotel-slider {
  width: 728px;
  height: 450px;
  margin: 0;
}

.hotel-slider__item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.hotel-slider__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 223, 0.48)), to(rgba(255, 255, 255, 0.128)));
  background: linear-gradient(180deg, rgba(0, 122, 223, 0.48) 0%, rgba(255, 255, 255, 0.128) 100%);
  z-index: 10;
}

.hotel-slider__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-color: transparent;
  outline: none;
}

.hotel-slider__button--next {
  right: 18px;
  background-image: url(../img/arrow-next.svg);
}

.hotel-slider__button--prev {
  left: 18px;
  background-image: url(../img/arrow-prev.svg);
}

.stars {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 8px;
  font-size: 0;
}

.star-image {
  margin-right: 2px;
}

.offer {
  font-size: 10px;
  line-height: 13px;
  padding: 4px 9px;
  background-color: #EC1F46;
  color: #fff;
  border-radius: 3px;
}

.rating {
  max-width: 65px;
  min-height: 43px;
  margin-bottom: 3px;
  text-align: center;
  color: #fff;
  background-color: #EC1F46;
  border-radius: 4px;
}

.rating__text {
  font-size: 8px;
  line-height: 10px;
  font-style: normal;
  font-weight: 600;
}

.rating__counter {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
}

.rating__counter::after {
  content: "5";
  font-size: 10px;
  line-height: 13px;
  font-style: normal;
  font-weight: bold;
}

.booking {
  background-color: #0A223D;
  color: #fff;
  border-radius: 8px;
  width: 350px;
  min-height: 210px;
  padding: 28px;
}

.booking__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9px;
}

.booking__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking__start {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
}

.booking__pricetag {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: -4px;
}

.booking__per-room {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
}

.booking__room {
  margin-top: 4px;
}

.booking__text {
  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: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.booking__description {
  margin-left: 9px;
}

.booking__call-center {
  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: 17px;
}

.booking__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.booking__number {
  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;
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.booking__num {
  margin-left: 8px;
}

.booking__button {
  width: 100%;
  min-height: 45px;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border-radius: 4px;
  background-color: #EC1F46;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map {
  border-radius: 10px;
  overflow: hidden;
  width: 347px;
  min-height: 213px;
}

.map-google {
  width: 100%;
}

h2, h3, p {
  margin: 0;
  padding: 0;
}

.tripAdvisor-card-wide {
  max-width: 730px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 0px 0px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.otherPackages {
  padding: 40px 0 70px 0;
}

.otherPackages__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.otherPackages-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 30px 30px;
}

.advisor-card-image-wide {
  max-width: 366px;
  height: 500px;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.advisor-card-image-wide__hotelImage {
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
}

.advisor-card-image-wide__offer {
  position: absolute;
  left: 0;
  top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 20px 8px 12px;
  background-color: #EC1F46;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}

.advisor-card-info-wide {
  max-width: 364px;
  height: 500px;
  background-color: #0A223D;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  padding: 46px 19px 30px 46px;
}

.advisor-card-title-wide {
  margin-bottom: 27px;
}

.advisor-card-hotelDescription {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160.6%;
  margin-bottom: 45px;
  overflow-y: auto;
  height: 157px;
}

.advisor-card-room-wide {
  margin-bottom: 37px;
}

.advisor-card-image {
  max-width: 350px;
  height: 250px;
  position: relative;
}

.advisor-card-image__hotelImage {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}

.advisor-card-image__offer {
  position: absolute;
  left: 0;
  top: 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  padding: 4px 8px 4px 10px;
  background-color: #EC1F46;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}

.advisor-card-info {
  padding: 30px 21px 25px 32px;
  background-color: #0A223D;
  border-radius: 0px 0px 8px 8px;
  color: #fff;
  max-width: 350px;
  height: 250px;
}

.advisor-card-info__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 23px;
  overflow-y: auto;
  height: 23px;
}

.advisor-card-room {
  margin-bottom: 24px;
}

.advisor-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.advisor-card-text__icon {
  margin-right: 14px;
}

.advisor-card-text__description {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.advisor-card-regularPrice {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.advisor-card-button {
  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;
}

.advisor-card-price__descountPrice {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.advisor-card-btn {
  padding: 11px 27px 10px 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  border: none;
  background-color: #EC1F46;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.stars {
  margin-bottom: 5px;
}

.hotel-package {
  overflow-y: auto;
}

.newsletter {
  position: relative;
  width: 100%;
  padding: 98px 0 87px 0;
}

.newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 34, 61, 0.8);
}

.newsletter-wrapper {
  position: relative;
  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;
  max-width: 731px;
  height: 100%;
  margin: auto;
}

.newsletter-title {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.newsletter-title__strong {
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.subscribe {
  position: relative;
  width: 350px;
  height: 55px;
  border-radius: 4px;
}

.subscribe #email-error {
  top: 38px;
  right: 69px;
}

.subscribe__input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 33px;
  padding-right: 75px;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  type: submit;
}

.subscribe__button {
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  width: 65px;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background-color: #EC1F46;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.reviews {
  padding: 40px 0 70px 0;
}

.reviews__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 70px;
}

.reviews-slider__item {
  position: relative;
  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;
  max-width: 731px;
  margin: 45px auto 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 62px 30px 62px;
}

.reviews-slider__button {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 66px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
  outline: none;
}

.reviews-slider__button--prev {
  background-image: url(../img/arrow-prev-secondary.svg);
  left: 0;
}

.reviews-slider__button--next {
  background-image: url(../img/arrow-next-secondary.svg);
  right: 0;
}

.reviews-slider__profile {
  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;
  margin-top: -45px;
  margin-bottom: 32px;
}

.reviews-slider__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 9px;
}

.reviews-slider__username {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #EC1F46;
  margin-top: 0;
  margin-bottom: 10px;
}

.reviews-slider__date {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 4px;
}

.reviews-slider__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-slider__text {
  max-width: 537px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  margin: auto;
  overflow: auto;
}

.activities {
  padding: 41px 0 98px 0;
}

.activities__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 57px;
}

.activities-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 26px;
  width: 255px;
  height: 255px;
  border-radius: 6px;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(179.83deg, rgba(196, 196, 196, 0) 35.34%, #0A223D 99.85%);
  z-index: -1;
}

.card__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.card__title {
  margin-top: auto;
  margin-bottom: 18px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.card__button {
  width: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 21px;
  color: #fff;
  border: none;
  background-color: #EC1F46;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.footer {
  background-color: #0A223D;
  color: #fff;
  padding: 108px 0 46px 0;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(min-content, 1fr))[4];
      grid-template-columns: repeat(4, minmax(-webkit-min-content, 1fr));
      grid-template-columns: repeat(4, minmax(min-content, 1fr));
  grid-gap: 28px;
  grid-auto-rows: minmax(33px, -webkit-min-content);
  grid-auto-rows: minmax(33px, min-content);
}

.footer__logo {
  max-width: 166px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 12px;
  margin-left: -4px;
}

.footer__categories {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.footer__legal {
  margin-left: 62px;
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 83px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  grid-column: span 2;
  margin-top: -5px;
}

.footer__contact-details {
  grid-column: span 2;
}

.footer__contact-form {
  grid-column: span 2;
  margin-bottom: 61px;
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.footer__ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.footer__title--inline {
  margin: 0 43px 0 0;
}

.footer__title--mb-3 {
  margin-bottom: 25px;
  margin-top: 2px;
  margin-left: -3px;
}

.footer__title--form {
  margin-top: -10px;
  margin-bottom: 36px;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #BDBDBD;
}

.footer__item--mb-2 {
  margin-bottom: 14px;
}

.footer__icon {
  padding-top: 5px;
}

.footer__icon-wrapper {
  min-width: 40px;
}

.footer__text {
  color: #BDBDBD;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 23px;
  margin-left: -3px;
}

.footer__link {
  text-decoration: none;
  color: inherit;
}

.footer-link {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.footer__input {
  width: 100%;
}

.footer__input-group {
  margin-bottom: 15px;
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}

.footer__input-group #name-error {
  top: 34px;
  right: 288px;
}

.footer__input-group #phone-error {
  top: 34px;
  right: 5px;
}

.footer__message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 23px;
  height: 123px;
  resize: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  outline: none;
}

.footer__info {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #E0E0E0;
}

.footer__button {
  min-width: 160px;
  min-height: 50px;
}

.footer__agreements {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__info-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 277px;
  min-width: 283px;
}

.footer__condition {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.footer__phones, .footer__mail {
  text-decoration: none;
  color: #BDBDBD;
}

.footer__phones {
  white-space: nowrap;
}

.footer__infoButton {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__number-wrapper {
  margin-bottom: 8px;
}

.modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 143, 223, 0.39);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal__overlay--visible {
  visibility: visible;
  opacity: 1;
}

.modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 478px;
  padding: 33px 88px;
  background-color: #0A223D;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 8px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal__close {
  position: absolute;
  right: 18px;
  top: 17px;
  text-decoration: none;
  cursor: pointer;
}

.modal__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.modal__input {
  width: 100%;
  margin-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  outline: none;
}

.modal__input:first-child {
  margin-top: 0;
}

.modal__message {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  max-height: 123px;
  margin-top: 15px;
  color: #333333;
  resize: none;
  outline: none;
  margin-bottom: 2px;
}

.modal__infoButton {
  margin-top: 15px;
}

.modal__button {
  min-width: 160px;
}

.modal__info {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #E0E0E0;
}

.modal__infoButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.modal__form #name-error {
  top: 103px;
  right: 95px;
}

.modal__form #phone-error {
  top: 168px;
  right: 94px;
}

.modal__form #email-error {
  top: 233px;
  right: 97px;
}

.thankyou {
  padding-top: 20px;
  padding-bottom: 30px;
}

.thankyou__title {
  margin: 0;
  margin-bottom: 10px;
}

.thankyou__description {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 20px;
}

.thankyou__button {
  padding: 0;
  width: 120px;
  min-height: 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border-radius: 4px;
  background-color: #EC1F46;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .hotel-slider {
    width: 590px;
  }
  .hotel-slider__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card {
    width: 230px;
    height: 230px;
  }
  .footer__input-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer__input-group #name-error {
    top: 33px;
    right: 5px;
  }
  .footer__input-group #phone-error {
    top: 97px;
    right: 5px;
  }
  .navbar-menu__link {
    position: relative;
  }
  .navbar-menu__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .navbar-menu__link:hover:after {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .container,
  .newsletter-wrapper {
    max-width: 700px;
  }
  .logo {
    width: 132px;
  }
  .navbar-top {
    padding-top: 29px;
    padding-bottom: 30px;
  }
  .navbar__search {
    margin-left: 49px;
  }
  .navbar-menu {
    padding-top: 22px;
    padding-bottom: 22px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-menu__link {
    font-size: 12px;
    line-height: 15px;
  }
  .search__input {
    width: 273px;
  }
  .hotel {
    padding-bottom: 60px;
  }
  .hotel-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hotel__slider {
    margin-bottom: 28px;
  }
  .hotel-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hotel-slider {
    width: 100%;
  }
  .booking {
    width: 340px;
    padding: 29px 22px 26px 23px;
  }
  .map {
    width: 340px;
  }
  .map-google {
    height: 100%;
  }
  .newsletter {
    padding: 92px 0 93px 0;
  }
  .reviews {
    padding: 40px 0 60px 0;
  }
  .reviews-slider__item {
    max-width: 580px;
  }
  .reviews-slider__button {
    top: 47%;
  }
  .reviews-slider__button--next {
    right: -15px;
  }
  .reviews-slider__button--prev {
    left: -18px;
  }
  .reviews__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .activities {
    padding-bottom: 68px;
  }
  .activities-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .activities__card:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .card {
    width: 340px;
    height: 255px;
  }
  .otherPackages {
    padding-top: 13px;
  }
  .otherPackages-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .otherPackages__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .footer {
    padding: 73px 0 33px 0;
  }
  .footer-wrapper {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 38px;
  }
  .footer__input-group {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .footer__input-group #name-error {
    top: 33px;
    right: 5px;
  }
  .footer__input-group #phone-error {
    top: 32px;
  }
  .footer__input-group #name-error {
    right: 287px;
  }
  .footer__text {
    margin-left: -1px;
  }
  .footer__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    grid-column: span 2;
    max-width: 104px;
    margin-top: 0;
  }
  .footer__social-network {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    grid-column: span 4;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: -56px;
    margin-top: 2px;
  }
  .footer__categories {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    grid-column: span 2;
  }
  .footer__legal {
    grid-column: span 2;
    margin-left: 13px;
  }
  .footer__additional {
    grid-column: span 2;
    margin-left: -42px;
  }
  .footer__contact-details {
    grid-column: span 5;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .footer__contact-form {
    grid-column: span 5;
    -ms-grid-row: 4;
    grid-row: 4;
    margin-bottom: 12px;
    padding-right: 40px;
  }
  .footer__agreements {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__info-ul {
    margin-right: 0;
  }
  .footer__icon {
    padding-left: 6px;
  }
  .footer__icon-wrapper {
    margin-right: 4px;
  }
  .modal__dialog--visible {
    padding: 15px 60px;
    min-width: 400px;
    overflow-y: scroll;
  }
  .modal__form #name-error {
    top: 84px;
    right: 67px;
  }
  .modal__form #phone-error {
    top: 149px;
    right: 67px;
  }
  .modal__form #email-error {
    top: 214px;
    right: 67px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 87.5%;
  }
  body {
    padding-top: 78px;
  }
  .navbar--mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .navbar__search #text-error {
    font-size: 12px;
    top: 26px;
  }
  .navbar__user--mobile--hidden, .navbar__search--mobile--hidden {
    display: none;
  }
  .navbar__user--mobile--visible, .navbar__search--mobile--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .navbar__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-bottom {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 76px;
    padding-top: 31px;
    overflow-y: scroll;
  }
  .navbar-bottom--visible {
    display: block;
  }
  .navbar-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .navbar-menu__item {
    margin-bottom: 17px;
  }
  .navbar-menu__item-location {
    margin-bottom: 37px;
  }
  .navbar-menu__item-userBlock {
    margin-bottom: 27px;
    padding-top: 0;
  }
  .navbar-menu__item--mobile--visible {
    display: block;
  }
  .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 11px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .menu-button__line {
    width: 16px;
    height: 1px;
    background-color: #333333;
  }
  .user__name--light {
    color: #fff;
    margin-left: 0;
    margin-top: 10px;
  }
  .stars {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 48px;
  }
  .hotel {
    padding-bottom: 40px;
    padding-top: 5px;
  }
  .hotel-name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hotel-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hotel-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hotel-info__text {
    width: 100%;
  }
  .hotel-info__name {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hotel-info__rating {
    display: none;
  }
  .hotel-info__offer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
  }
  .hotel-info__description {
    max-width: 280px;
  }
  .hotel-info-slider {
    height: 350px;
  }
  .booking {
    width: 100%;
    margin-bottom: 30px;
  }
  .map {
    width: 100%;
  }
  .map-google {
    min-height: 225px;
  }
  .newsletter-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 37px;
  }
  .newsletter-title__strong {
    font-size: 30px;
    line-height: 38px;
    margin-top: 5px;
  }
  .newsletter-wrapper {
    max-width: 87.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .subscribe {
    width: 100%;
  }
  .reviews {
    padding: 40px 0 16px 0;
  }
  .reviews-slider__profile {
    margin-bottom: 32px;
  }
  .reviews-slider__item {
    padding: 0 30px 30px;
  }
  .reviews-slider__item::after, .reviews-slider__item::before {
    display: none;
  }
  .reviews-slider__button {
    top: 32px;
  }
  .reviews-slider__button--prev {
    left: 50%;
    margin-left: -92px;
    top: 28px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .reviews-slider__button--next {
    right: 50%;
    margin-right: -88px;
    top: 28px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .reviews__title {
    font-size: 18px;
    line-height: 23px;
  }
  .activities {
    padding-bottom: 63px;
    padding-top: 20px;
  }
  .card {
    width: 49%;
    height: 255px;
  }
  .card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .stars {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .tripAdvisor-card-wide {
    grid-area: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    display: block;
    height: 500px;
    overflow: hidden;
  }
  .advisor-card-hotelDescription {
    display: none;
  }
  .advisor-card-image-wide {
    grid-area: auto;
    max-width: 100%;
    height: 50%;
  }
  .advisor-card-image-wide__hotelImage {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advisor-card-info-wide {
    grid-area: auto;
    max-width: 100%;
    height: 50%;
    border-radius: 0px 0px 8px 8px;
    padding: 24px 21px 30px 43px;
  }
  .advisor-card-room-wide {
    margin-bottom: 22px;
  }
  .advisor-card-title-wide {
    margin-bottom: 22px;
  }
  .advisor-card-image {
    max-width: 100%;
  }
  .advisor-card-info {
    max-width: 100%;
  }
  .otherPackages-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .footer__input-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer__input-group #name-error {
    top: 33px;
    right: 5px;
  }
  .footer__input-group #phone-error {
    top: 97px;
    right: 5px;
  }
  .modal__dialog--visible {
    padding: 15px 60px;
    min-width: 400px;
    overflow-y: scroll;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 99px;
  }
  .hotel-info__description {
    max-width: 280px;
  }
  .hotel__slider {
    margin-bottom: 20px;
  }
  .hotel-slider {
    height: 250px;
  }
  .booking {
    margin-bottom: 20px;
  }
  .newsletter {
    padding: 76px 0 83px 0;
  }
  .activities {
    padding-top: 41px;
  }
  .activities__title {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 23px;
  }
  .activities__card {
    margin-bottom: 25px;
  }
  .card {
    width: 100%;
    height: 255px;
  }
  .advisor-card-price__descountPrice {
    font-size: 22px;
  }
  .advisor-card-btn {
    font-size: 12px;
    padding: 9px 24px;
  }
  .advisor-card-regularPrice {
    font-size: 12px;
  }
  .otherPackages__title {
    font-size: 18px;
  }
  .footer-wrapper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .footer__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .footer__social-network {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 4px;
    margin-left: 0;
  }
  .footer__additional {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-left: 13px;
  }
  .footer__categories {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .footer__legal {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 20px;
  }
  .footer__contact-details {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 40px;
  }
  .footer__contact-form {
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
  .footer__agreements {
    -ms-grid-row: 8;
    grid-row: 8;
    -ms-grid-column: 1;
    grid-column: 1;
    display: block;
  }
  .footer__info-ul {
    max-width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer__condition {
    margin-right: 10px;
  }
  .footer__button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__info {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer__input-group #name-error {
    font-size: 12px;
  }
  .footer__input-group #phone-error {
    font-size: 12px;
  }
  .modal__dialog--visible {
    padding: 15px 60px;
    min-width: 400px;
    overflow-y: scroll;
  }
  .modal__button {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-height: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modal__title {
    font-size: 16px;
  }
  .modal__input {
    font-size: 12px;
    height: 40px;
  }
  .modal__message {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .modal__info {
    font-size: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
  .modal__infoButton {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .modal__form #name-error {
    font-size: 12px;
    top: 76px;
    right: 67px;
  }
  .modal__form #phone-error {
    font-size: 12px;
    top: 132px;
    right: 67px;
  }
  .modal__form #email-error {
    font-size: 12px;
    top: 187px;
    right: 67px;
  }
  .subscribe #email-error {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .breadcrumb {
    margin-top: -2px;
  }
  .breadcrumb-list {
    padding: 18px 0;
  }
  .navbar-menu__item-location {
    width: 245px;
  }
  .navbar__search {
    margin-left: auto;
  }
  .search__button {
    top: -40px;
    left: 180px;
  }
  .hotel-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .hotel-info {
    margin-bottom: 18px;
  }
  .hotel-info__description {
    max-width: 280px;
  }
  .hotel-slider {
    height: 179px;
  }
  .hotel-slider__button--prev {
    height: 7px;
    width: 4px;
    left: 9px;
  }
  .hotel-slider__button--next {
    height: 7px;
    width: 4px;
    right: 8px;
  }
  .booking {
    height: 210px;
    margin-bottom: 20px;
  }
  .map {
    min-height: 173px;
  }
  .subscribe {
    min-width: 280px;
  }
  .newsletter__title {
    margin-top: 0;
    margin-bottom: 37px;
  }
  .activities__card:last-child {
    margin-bottom: 0;
  }
  .reviews__title {
    font-size: 18px;
    line-height: 23px;
    max-width: 245px;
    margin: auto;
    margin-bottom: 42px;
  }
  .reviews-slider__item {
    min-width: 281px;
    height: 100%;
  }
  .reviews-slider__username {
    margin-top: 0;
  }
  .reviews-slider__text {
    text-align: left;
  }
  .reviews-slider .card {
    width: 100%;
  }
  .reviews-slider .activities {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .reviews-slider .activities__title {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 36px;
  }
  .advisor-card-btn {
    font-size: 10px;
    padding: 6px 18px;
  }
  .advisor-card-regularPrice {
    font-size: 10px;
  }
  .advisor-card-price__descountPrice {
    font-size: 20px;
  }
  .advisor-card-image__hotelImage {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer {
    padding-top: 69px;
  }
  .footer-wrapper {
    grid-row-gap: 30px;
  }
  .footer__legal {
    margin-bottom: 0;
    margin-left: -1px;
  }
  .footer__categories {
    margin-bottom: 10px;
  }
  .footer__contact-details {
    margin-bottom: 12px;
    margin-top: -6px;
  }
  .footer__contact-form {
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer__title {
    margin-bottom: 2px;
  }
  .footer__title--mb-3 {
    margin-bottom: 25px;
    margin-top: 6px;
  }
  .footer__social-links {
    max-width: 85px;
  }
  .footer__social-network {
    display: block;
  }
  .footer__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer__infoButton {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__icon-wrapper {
    min-width: 28px;
  }
  .footer__info-ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__additional {
    margin-left: 0;
  }
  .footer__title {
    margin-bottom: 18px;
  }
  .footer__text {
    margin-top: 23px;
  }
  .footer__item--mb-2 {
    margin-bottom: 20px;
  }
  .footer__mail {
    margin-top: -5px;
  }
  .footer__icon {
    padding-left: 3px;
    padding-top: 2px;
  }
  .footer__form {
    width: 100%;
  }
  .footer__message {
    margin-bottom: 14px;
  }
  .footer__condition {
    margin-right: 8px;
  }
  .modal__dialog--visible {
    padding: 25px 40px;
    max-width: 340px;
    min-width: 315px;
  }
  .modal__form #name-error {
    top: 77px;
    right: 46px;
  }
  .modal__form #phone-error {
    top: 131px;
    right: 46px;
  }
  .modal__form #email-error {
    top: 187px;
    right: 46px;
  }
  .modal__input {
    font-size: 10px;
  }
}

@media (max-height: 527px) {
  .modal__dialog--visible {
    overflow-y: auto;
    max-height: 95vh;
  }
}

@media (min-width: 992px) {
  .navbar-menu__link {
    position: relative;
  }
  .navbar-menu__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .navbar-menu__link:hover:after {
    width: 100%;
  }
  .navbar-menu__link:focus {
    color: #EC1F46;
  }
  .navbar__user:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .booking__button:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .booking__number:hover {
    color: #f76767;
  }
  .advisor-card-btn:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .card__button:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .modal__button:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .footer-link:hover {
    background-color: #e45454;
  }
  .footer__phones:hover {
    color: #f76767;
  }
  .footer__mail:hover {
    color: #f76767;
  }
  .footer__link:hover {
    color: #fff;
  }
  .footer__button:hover {
    -webkit-box-shadow: 0 0 8px #74d3f0;
            box-shadow: 0 0 8px #74d3f0;
  }
  .subscribe__button:hover {
    background-color: #2a598f;
    color: #F5FAFE;
  }
  .search__button:hover {
    background-color: #2a598f;
    color: #F5FAFE;
  }
  .agreements:hover {
    color: #2a598f;
  }
  .thankyou__button:hover {
    -webkit-box-shadow: 0 0 8px #2a598f;
            box-shadow: 0 0 8px #2a598f;
  }
  .breadcrumb-list__link:hover {
    color: #EC1F46;
  }
  .reviews-slider__item::before {
    content: "";
    position: absolute;
    left: 62px;
    top: 13px;
    width: 70px;
    height: 47px;
    background-image: url(../img/quote-left.svg);
    background-repeat: no-repeat;
  }
  .reviews-slider__item::after {
    content: "";
    position: absolute;
    right: 62px;
    top: 118px;
    width: 70px;
    height: 47px;
    background-image: url(../img/quote-right.svg);
    background-repeat: no-repeat;
  }
}
/*# sourceMappingURL=style.css.map */