* {
  box-sizing: border-box;
}

body {
  font-family: "Muli", sans-serif;
  color: #333333;
  background-color: #f5fafe;
}

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

img {
  max-width: 100%;
}

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

.message {
  height: 123px;
  padding: 18px 23px;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  resize: none;
}

.button {
  min-width: 160px;
  min-height: 50px;
  padding: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #EC1F46;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.invalid {
  color: #EC1F46;
  border-bottom: 1px solid #EC1F46;
}

/*! 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 {
  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 {
  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] {
  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: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-top__menu-button {
  display: none;
}
.navbar__search {
  margin-right: auto;
  margin-left: 108px;
}
.navbar-bottom {
  background-color: #0A223D;
}
.navbar-menu {
  list-style-type: none;
  margin: 0;
  padding: 31px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0A223D;
  color: #FFFFFF;
}
.navbar-menu__link {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.navbar-menu__item--mobile--visible {
  display: none;
}

.logo {
  width: 177px;
}

.search {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 40px;
}
.search__input {
  width: 350px;
  height: 100%;
  padding-left: 23px;
  padding-right: 75px;
  background-color: #F5FAFE;
  border: none;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}
.search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  border: none;
  background-color: #EC1F46;
  cursor: pointer;
}

.user {
  display: flex;
  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: flex;
  align-items: center;
  list-style: none;
  padding: 18px 0;
  margin: 0;
}
.breadcrumb-list__item {
  font-size: 10px;
  font-weight: 13px;
}
.breadcrumb-list__item:not(:last-child)::after {
  content: "/";
  margin-right: 5px;
}
.breadcrumb-list__link {
  text-decoration: none;
  color: inherit;
}

.hotel {
  padding-top: 23px;
  padding-bottom: 70px;
}
.hotel-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.hotel-info__offer {
  margin-left: 14px;
  margin-top: 4px;
}
.hotel-info__name {
  margin-top: 4px;
  margin-bottom: 0;
}
.hotel-info__description {
  margin: 0;
}
.hotel-name {
  font-size: 24px;
  line-height: 30px;
}
.hotel-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hotel-description {
  font-size: 12px;
  line-height: 15px;
}
.hotel-grid {
  display: flex;
  justify-content: space-between;
}
.hotel-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hotel-slider {
  width: 728px;
  height: 450px;
}
.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: 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%;
  transform: translateY(-50%);
  z-index: 99;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-color: transparent;
}
.hotel-slider__button--next {
  right: 18px;
  background-image: url(../img/arrow-next.svg);
  color: red;
}
.hotel-slider__button--prev {
  left: 18px;
  background-image: url(../img/arrow-prev.svg);
}

.stars {
  flex-basis: 100%;
}

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

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 65px;
  min-height: 45px;
  color: #FFFFFF;
  background-color: #EC1F46;
  border-radius: 4px;
}
.rating__text {
  font-size: 8px;
  line-height: 10px;
}
.rating__counter {
  font-size: 14px;
  line-height: 18px;
}

.booking {
  width: 350px;
  min-height: 210px;
  background: #0A223D;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 28px;
}
.booking__info {
  display: flex;
  justify-content: space-between;
}
.booking__price {
  display: flex;
  flex-direction: column;
}
.booking__start {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
.booking__pricetag {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}
.booking__per-room {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.booking__room {
  margin-top: 4px;
}
.booking__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.booking__description {
  margin-left: 9px;
}
.booking__call-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.booking__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.booking__number {
  display: flex;
  align-items: center;
  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: 9px;
}
.booking__button {
  width: 100%;
  min-height: 45px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border-radius: 4px;
  border: none;
  background-color: #EC1F46;
  color: #FFFFFF;
  cursor: pointer;
}

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

.swipper {
  margin-left: 0;
}

.newsletter {
  position: relative;
  padding: 98px 0 87px 0;
  background-image: url(../img/newsletter-bg.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsletter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 34, 61, 0.8);
}
.newsletter-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 731px;
  margin: auto;
}
.newsletter-title {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.newsletter-title__strong {
  display: block;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
}

.subscribe {
  position: relative;
  width: 350px;
  height: 55px;
  border-radius: 4px;
  overflow: hidden;
}
.subscribe__input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  padding-right: 75px;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.subscribe__button {
  position: absolute;
  min-width: 65px;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  background-color: #EC1F46;
  color: #FFFFFF;
  cursor: pointer;
}

.reviews {
  padding: 40px 0 70px 0;
}
.reviews__title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.reviews-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 731px;
  margin: 45px auto 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 62px 30px 62px;
}
.reviews-slider__item:before {
  position: absolute;
  left: 62px;
  top: 13px;
  content: "";
  width: 70px;
  height: 47px;
  background-image: url(../img/quote-left.svg);
  background-repeat: no-repeat;
}
.reviews-slider__item:after {
  position: absolute;
  right: 62px;
  top: 118px;
  content: "";
  width: 70px;
  height: 47px;
  background-image: url(../img/quote-right.svg);
  background-repeat: no-repeat;
}
.reviews-slider__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
}
.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: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -45px;
  margin-bottom: 30px;
}
.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: 700;
  font-size: 12px;
  line-height: 15px;
  color: #EC1F46;
  margin-bottom: 10px;
}
.reviews-slider__date {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 4px;
}
.reviews-slider__rating {
  display: flex;
  align-items: center;
}
.reviews-slider__text {
  max-width: 537px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  margin: auto;
}

.packages {
  margin-top: 40px;
  margin-bottom: 70px;
}
.packages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(-webkit-min-content, 1fr));
  grid-template-columns: repeat(3, minmax(min-content, 1fr));
  grid-gap: 30px;
  grid-template-rows: repeat(2);
}
.packages__title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.package {
  grid-column: span 2;
  color: #FFFFFF;
  background: #0A223D;
  border-radius: 8px 8px 8px 8px;
  display: flex;
}
.package__photo {
  flex-basis: 100%;
  position: relative;
  min-width: 366px;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}
.package__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.package__offer {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF;
  background-color: #EC1F46;
  padding: 8px 12px;
  margin-top: 26px;
}
.package__info {
  padding: 46px 21px 30px 46px;
}
.package__rating {
  padding-bottom: 5px;
}
.package__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding-bottom: 27px;
}
.package__content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160.6%;
  padding-bottom: 34px;
}
.package__room {
  padding-bottom: 37px;
}
.package__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 11px;
}
.package__description {
  padding-left: 14px;
}
.package__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.package__oldPriceTag {
  flex-basis: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.package__newPriceTag {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.smallpackage {
  color: #FFFFFF;
  background: #0A223D;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.smallpackage__photo {
  position: relative;
  flex-basis: 100%;
  min-height: 250px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.smallpackage__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.smallpackage__offer {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF;
  background-color: #EC1F46;
  padding: 8px 12px;
  margin-top: 26px;
}
.smallpackage__info {
  padding: 30px 21px 30px 46px;
}
.smallpackage__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding-bottom: 27px;
}
.smallpackage__room {
  padding-bottom: 37px;
}
.smallpackage__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 11px;
}
.smallpackage__description {
  padding-left: 14px;
}
.smallpackage__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.smallpackage__oldPriceTag {
  flex-basis: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.smallpackage__newPriceTag {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.activities {
  padding: 60px 0 98px 0;
}
.activities__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.activities-wrapper {
  display: flex;
  justify-content: space-between;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  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;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.card__title {
  margin-top: auto;
  margin-bottom: 18px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.card__button {
  padding: 7px 22px;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  background-color: #EC1F46;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.footer {
  background-color: #0A223D;
  color: #FFFFFF;
  padding-top: 108px;
  padding-bottom: 46px;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(-webkit-min-content, 1fr));
  grid-template-columns: repeat(4, minmax(min-content, 1fr));
  grid-gap: 20px;
  grid-auto-rows: minmax(40px, -webkit-min-content);
  grid-auto-rows: minmax(40px, min-content);
  align-items: start;
}
.footer__logo {
  width: 166px;
  grid-row: 1/3;
  align-self: stretch;
}
.footer__categories {
  grid-row: 1/4;
}
.footer__social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 83px;
}
.footer__social-network {
  display: flex;
  align-items: start;
  grid-row: 2/4;
  grid-column: span 2;
}
.footer__contact-details {
  grid-column: span 2;
}
.footer__contact-form {
  grid-column: span 2;
}
.footer__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.footer__ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__title {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.footer__title--inline {
  margin: 0 43px 0 0;
}
.footer__title--mb {
  margin-bottom: 34px;
}
.footer__item {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #BDBDBD;
}
.footer__item--mb {
  margin-bottom: 26px;
}
.footer__icon {
  margin-right: 20px;
}
.footer__icon-wrapper {
  min-width: 40px;
}
.footer__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #BDBDBD;
  margin-bottom: 22px;
}
.footer__link {
  text-decoration: none;
  color: inherit;
}
.footer__input {
  width: 100%;
}
.footer__input-group {
  margin-bottom: 15px;
  flex-basis: 48%;
}
.footer__input-email {
  margin-bottom: 15px;
  flex-basis: 100%;
}
.footer__message {
  width: 100%;
  margin-bottom: 22px;
}
.footer__info {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #E0E0E0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 282px;
  min-height: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.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;
  transition: 0.5s;
}
.modal__overlay--visible {
  visibility: visible;
  opacity: 1;
}
.modal__dialog {
  position: fixed;
  max-width: 478px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 33px 88px;
  color: #FFFFFF;
  background-color: #0A223D;
  border-radius: 8px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.modal__dialog--visible {
  visibility: visible;
  opacity: 1;
}
.modal__close {
  position: absolute;
  right: 18px;
  top: 17px;
  text-decoration: none;
  cursor: pointer;
}
.modal__title {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
}
.modal__input {
  width: 100%;
  margin-top: 15px;
}
.modal__message {
  width: 100%;
  min-height: 123px;
  margin-top: 15px;
}
.modal__button {
  margin-top: 15px;
}
.modal__info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #E0E0E0;
}
.modal__info-wrapper {
  margin-top: 15px;
}
.modal__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@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 {
    flex-basis: 100%;
  }
  .packages-wrapper {
    grid-template-columns: repeat(2, minmax(-webkit-min-content, 1fr));
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
  }
}
@media (max-width: 992px) {
  .container, .newsletter-wrapper {
    max-width: 700px;
  }
  .navbar-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar__search {
    margin-left: auto;
  }
  .navbar-menu {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .navbar-menu__link {
    font-size: 12px;
    line-height: 15px;
  }
  .search__input {
    max-width: 340px;
  }
  .hotel-grid {
    flex-direction: column;
  }
  .hotel__slider {
    margin-bottom: 30px;
  }
  .hotel-right {
    flex-direction: row;
  }
  .hotel-slider {
    width: 100%;
  }
  .booking {
    width: 340px;
  }
  .map {
    width: 340px;
  }
  .reviews-slider__item {
    max-width: 579px;
  }
  .activities-wrapper {
    flex-wrap: wrap;
  }
  .activities__card {
    margin-bottom: 20px;
  }
  .card {
    width: 49%;
    height: 250px;
  }
  .footer-wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
  }
  .footer__input-group {
    flex-basis: 48%;
  }
  .footer__logo {
    grid-row: 1/2;
    grid-column: span 2;
  }
  .footer__social-network {
    grid-row: 1/2;
    grid-column: span 4;
    align-self: center;
  }
  .footer__categories {
    grid-row: 2/3;
    grid-column: span 2;
  }
  .footer__additional {
    grid-column: span 2;
  }
  .footer__legal {
    grid-column: span 2;
  }
  .footer__contact-details {
    grid-row: 3;
    grid-column: span 5;
  }
  .footer__contact-form {
    grid-row: 4;
    grid-column: span 5;
  }
  .package {
    max-width: 700px;
  }
  .smallpackage {
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
    width: 92%;
  }
  body {
    padding-top: 73px;
  }
  .navbar--mobile--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .navbar__search--mobile--hidden, .navbar__user--mobile--hidden {
    display: none;
  }
  .navbar__search--mobile--visible, .navbar__user--mobile--visible {
    display: flex;
  }
  .navbar__search {
    margin-bottom: 34px;
  }
  .navbar__user {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-bottom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 73px;
    padding-top: 31px;
  }
  .navbar-bottom--visible {
    display: block;
  }
  .navbar-menu {
    flex-direction: column;
  }
  .navbar-menu__item {
    margin-bottom: 20px;
  }
  .navbar-menu__item--mobile--visible {
    display: block;
  }
  .menu-button {
    display: flex;
    width: 16px;
    height: 11px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .menu-button__line {
    width: 16px;
    height: 1px;
    background-color: #333333;
  }
  .user__name--light {
    color: #FFFFFF;
    margin-left: 0;
    margin-top: 10px;
  }
  .stars {
    flex-basis: auto;
  }
  .hotel-name {
    flex-basis: 100%;
  }
  .hotel-wrapper {
    justify-content: space-between;
  }
  .hotel-info__text {
    width: 100%;
  }
  .hotel-info__name {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hotel-info__rating {
    display: none;
  }
  .hotel-info__offer {
    order: -1;
    margin-left: 0;
  }
  .hotel-right {
    flex-direction: column;
    min-height: 450px;
  }
  .hotel-slider {
    height: 350px;
  }
  .booking {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  .newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: 576px;
    width: 92%;
  }
  .newsletter-title {
    font-size: 20px;
    line-height: 25px;
  }
  .newsletter-title__strong {
    font-size: 30px;
    line-height: 38px;
  }
  .reviews__title {
    font-size: 30px;
    line-height: 38px;
  }
  .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 {
    margin-left: -65px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .reviews-slider__button--next {
    margin-right: -65px;
    right: 50%;
    transform: translate(50%, 0);
  }
  .activities {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .card {
    width: 49%;
    height: 255px;
  }
  .footer__input-group {
    flex-basis: 100%;
  }
  .packages__title {
    font-size: 30px;
    line-height: 38px;
  }
  .package__photo {
    min-width: 273px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 99px;
  }
  .hotel-slider {
    height: 250px;
    margin-bottom: 30px;
  }
  .newsletter {
    padding: 76px 0 83px 0;
  }
  .newsletter__title {
    margin-bottom: 37px;
  }
  .reviews__title {
    font-size: 18px;
    line-height: 23px;
  }
  .subscribe {
    width: 100%;
  }
  .activities__title {
    font-size: 18px;
    line-height: 23px;
  }
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-wrapper {
    grid-template-columns: 1fr;
  }
  .footer__logo {
    grid-row: 1;
    grid-column: 1;
  }
  .footer__social-network {
    grid-row: 2;
    grid-column: 1;
  }
  .footer__additional {
    grid-row: 3;
    grid-column: 1;
  }
  .footer__categories {
    grid-row: 4;
    grid-column: 1;
  }
  .footer__legal {
    grid-row: 5;
    grid-column: 1;
  }
  .footer__contact-details {
    grid-row: 6;
    grid-column: 1;
  }
  .footer__contact-form {
    grid-row: 7;
    grid-column: 1;
  }
  .footer__input {
    flex-basis: 100%;
  }
  .footer__info-wrapper {
    grid-row: 8;
    grid-column: 1;
  }
  .footer__button-wrapper {
    grid-row: 9;
    grid-column: 1;
  }
  .footer__form {
    margin-bottom: 35px;
  }
  .footer__bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .packages__title {
    font-size: 24px;
    line-height: 32px;
  }
  .packages-wrapper {
    display: flex;
    flex-direction: column;
  }
  .package__photo {
    min-width: 150px;
  }
  .package__content {
    font-size: 12px;
    line-height: 120%;
  }
}/*# sourceMappingURL=style.css.map */