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

@font-face {
  font-family: "NEXT ART";
  src: url(../fonts/NEXTART_Bold.woff2) format("woff2"), url(../fonts/NEXTART_Bold.woff) format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(../fonts/NunitoSans_Regular.woff2) format("woff2"), url(../fonts/NunitoSans_Regular.woff) format("woff");
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 18px;
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1197px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a3e3e;
  border-radius: 4px;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.192px;
  color: #fdfdfd;
  background: #1a3e3e;
  transition: all 0.3s;
  cursor: pointer;
}

.button:hover {
  color: #1a3e3e;
  background: #fdfdfd;
}

a {
  text-decoration: none;
}

li > a:hover {
  color: #f2be22;
}

ul {
  list-style-type: none;
}

.start {
  background-image: url(../images/header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1a3e3e;
  min-height: 100vh;
  color: #fdfdfd;
}

.start__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
}

.header a {
  color: #fdfdfd;
}

.header__logo {
  width: 7.6rem;
  height: 4rem;
  flex-shrink: 0;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.7rem;
}

.header__nav_items {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.header__button {
  display: flex;
  padding: 0.6rem 1.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.header__burger {
  display: none;
}

header a {
  color: #fdfdfd;
}

header a:visited {
  color: #fdfdfd;
}

li > a:hover {
  color: #f2be22;
}

.start__info {
  padding-bottom: 2.7rem;
}

.start__info_title {
  font-family: "NEXT ART", Arial, sans-serif;
  font-size: 2.8rem;
  letter-spacing: 1px;
}

.start__form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14.4rem, 1fr));
  align-items: start;
  justify-items: center;
  gap: 1.3rem;
  max-width: 65.5rem;
  padding: 2.2rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  font-size: 0.89rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.start__choice {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 15rem;
}

.strat__choice_wrapper {
  display: flex;
  height: 2.9rem;
  padding: 0 0.9rem;
  border-radius: 8px;
  border: 1px solid #f3f5f4;
  background-color: unset;
  color: #fdfdfd;
}

.strat__choice_color {
  color: #18121e;
}

.start__choice_label {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.strat__choice_date {
  flex: 1;
  border: 0;
  background-color: unset;
  color: #fdfdfd;
  width: 50%;
  padding-right: 8px;
  font-size: 0.9rem;
}

.strat__choice_date::-webkit-calendar-picker-indicator {
  filter: invert(0.9);
}

.strat__choice_date:focus-visible {
  outline: none;
}

.start__button {
  display: flex;
  padding: 0.9rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  background-color: #fdfdfd;
  color: #1a3e3e;
}

.start__button:hover {
  color: #fdfdfd;
  background: #1a3e3e;
}

.start__button_second {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__nav {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header__burger {
    display: block;
    position: relative;
    right: 0.9rem;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  .header__burger ul {
    padding: 0;
  }
  .header__burger a:hover {
    text-decoration: underline;
  }
  .header__burger a::before {
    content: ">";
    padding-right: 0.44rem;
  }
  .header__burger_checkbox {
    display: block;
    width: 2.2rem;
    height: 2rem;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .header__burger_checkbox:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fdfdfd;
  }
  .header__burger_checkbox:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .header__burger_line {
    display: block;
    width: 1.8rem;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fdfdfd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .header__burger_line:first-child {
    transform-origin: 0% 0%;
  }
  .header__burger_line:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .header__burger_checkbox:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
  }
  .header__burger_checkbox:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .header__burger_checkbox:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .header__burger_menu {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 4.45rem 0;
    list-style: none;
    background-color: #1a3e3e;
    transition-duration: 0.5s;
  }
  .header__burger_menu > li {
    margin: 1.7rem;
  }
  .header__burger_checkbox:checked ~ .header__burger_menu {
    visibility: visible;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .start__info_title {
    font-size: 2.1rem;
  }
  .start__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 575px) {
  .start__info_title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    letter-spacing: unset;
  }
  .start__form {
    display: none;
  }
  .start__button_second {
    display: flex;
    background-color: #fdfdfd;
    color: #1a3e3e;
  }
  .start__button_second:hover {
    color: #fdfdfd;
    background: #1a3e3e;
  }
}
@media screen and (max-width: 360px) {
  .start__info_title {
    margin-bottom: 2.8rem;
    font-size: 0.9rem;
    letter-spacing: unset;
  }
}
.camping {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camping__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.6rem 0;
  gap: 0.8rem;
}

.camping__media {
  display: flex;
  flex-direction: column;
  max-width: 26.7rem;
  margin-right: 6.6rem;
}

.media__main-frame {
  position: relative;
  margin: -15.2rem 0 0 7.2rem;
}

.media__second-frame {
  display: block;
}

.media__img,
.media__video {
  width: 19.4rem;
  height: 22.2rem;
  object-fit: cover;
  border-radius: 1.3rem;
}

.main__title_first {
  margin-bottom: 0.4rem;
  color: #f2be22;
  font-size: 1.3rem;
  font-weight: 400;
}

.main__title_second {
  font-size: 2rem;
  font-weight: 800;
  color: #18121e;
}

.main__text {
  margin: 0 0 2.2rem;
  color: #18121e;
}

.camping__button {
  width: 11.1rem;
  height: 2.9rem;
}

.offer {
  background-color: #f3f5f4;
}

.offer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.6rem 0;
  gap: 0.8rem;
}

.main__text-offer {
  margin: 0 0 2.2rem;
}

.description {
  flex: 1;
  max-width: 32.2rem;
}

.advantages {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 2.2rem;
  padding: 0;
  gap: 2.2rem;
}

.advantages__item {
  position: relative;
  padding-left: 3.7rem;
  color: #18121e;
}

.advantages__title {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.advantages__text {
  font-size: 0.8rem;
}

.advantages__item:nth-of-type(1)::before {
  background-image: url(../icons/block2_svg1.svg);
  background-repeat: no-repeat;
}

.advantages__item:nth-of-type(2)::before {
  background-image: url(../icons/block2_svg2.svg);
  background-repeat: no-repeat;
}

.advantages__item:nth-of-type(3)::before {
  background-image: url(../icons/block2_svg3.svg);
  background-repeat: no-repeat;
}

.advantages__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 2.8rem;
  height: 2.8rem;
}

.offer__button {
  width: 13.1rem;
  height: 2.9rem;
}

.top-left_bottom-right {
  border-radius: 0 2.8rem;
}

.top-right_bottom-left {
  border-radius: 2.8rem 0;
}

.offer__photo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.1rem, 1fr));
  flex: 1;
  gap: 0.6rem;
  max-width: 28.3rem;
}

.offer__photo-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 14rem;
}

.popular {
  background-color: #fdfdfd;
}

.popular__wrapper {
  padding: 4.1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popular__title {
  text-align: center;
}

.popular__title_first {
  margin: 0 0 0.4rem;
  font-size: 1.3rem;
}

.popular__title_second {
  margin: 0 0 2.2rem;
  font-size: 1.8rem;
}

.popular__media {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  margin-bottom: 2.8rem;
  gap: 0.6rem;
}

.popular__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  max-width: 31%;
  max-height: 27.8rem;
  flex-shrink: 0;
}

.popular__pic {
  min-width: auto;
  width: 100%;
  min-height: 27.78rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popular__rating {
  position: absolute;
  right: 0;
  top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem 0 0 0.2rem;
  gap: 0.28rem;
  width: 3.6rem;
  height: 1.8rem;
  font-weight: 700;
  color: #1a3e3e;
  background: rgba(253, 253, 253, 0.4);
  backdrop-filter: blur(0.2rem);
}

.popular__overlay {
  position: absolute;
  top: 80%;
  display: flex;
  flex-direction: column;
  border-radius: 1.8rem;
  padding: 1.6667rem 1.1rem 1.1rem;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  transition: all 2s ease-in-out;
  backdrop-filter: blur(0.3rem);
}

.popular__item:hover > .popular__overlay {
  top: 0;
  cursor: pointer;
}

.overlay__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.1rem;
}

.overlay__title {
  color: #fdfdfd;
}

.overlay__title_first {
  display: block;
  font-size: 1.3rem;
  line-height: 120%;
}

.overlay__title_second {
  font-size: 0.8rem;
  line-height: 1rem;
}

.overlay__price {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  width: 3.7rem;
  height: 1.7rem;
  font-size: 0.9rem;
  line-height: 1rem;
  background: rgba(255, 255, 255, 0.3);
  color: #fdfdfd;
}

.overlay__description {
  font-size: 0.8rem;
  line-height: 150%;
  color: #fdfdfd;
}

.overlay__button {
  margin-top: auto;
  width: 9.8rem;
  height: 2.4rem;
}

.popular__button {
  padding: 0.7rem 1.3rem;
  max-width: 13.3rem;
}

.impression {
  padding: 5.6rem 0;
  background-color: #f3f5f4;
}

.title-center {
  text-align: center;
}

.blog__wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block;
}

.blog {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-bottom: 2.8rem;
}

.news {
  display: flex;
  flex: 1 1 21.1rem;
  border-radius: 0.6rem;
  padding: 0.9rem;
  margin: 0.8rem;
  height: auto;
  box-shadow: 0 0 0.8rem 0 #b1abb8;
  background: #fdfdfd;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.news:hover {
  box-shadow: 0 0 0.8rem 0 #b1abb8;
  background: #fdfdfd;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.news__content {
  display: flex;
  flex: 1 1 16.3rem;
  flex-direction: column;
  margin-left: 1.3rem;
}

.news__img {
  border-radius: 6px;
  object-fit: cover;
  height: 16rem;
  width: 13rem;
}

.news__title {
  margin: 0;
  padding: 1.1rem 0 1.3rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: #18121e;
}

.news__title:hover {
  text-decoration: underline 1px solid #1a3e3e;
  color: #1a3e3e;
  text-underline-offset: 3px;
  cursor: pointer;
}

.news__text {
  margin: 0;
  margin-bottom: 1.3rem;
  font-size: 0.8rem;
  color: #18121e;
}

.news__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0.9rem;
}

.news__date {
  font-weight: 700;
  font-size: 0.8rem;
  color: #f2be22;
}

.news__link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #1a3e3e;
  transition: all 0.1s;
}

.news__link:hover {
  text-decoration: underline 1px solid #1a3e3e;
  text-underline-offset: 3px;
  cursor: pointer;
}

.blog__button {
  margin: 0 auto;
  width: 12.2rem;
  height: 2.9rem;
}

.gallery {
  display: flex;
  flex-direction: column;
  padding: 4.2rem 0;
}

.photo_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: dense;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
  justify-content: center;
}

.photo_container img {
  border-radius: 6px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.9);
  box-shadow: inset 0 0 0.8rem #b1abb8, 0 8px 0.8rem #b1abb8;
}

.photo_container img:hover {
  filter: opacity(1);
  transition: 0.2s;
  cursor: zoom-in;
}

.photo1,
.photo5 {
  grid-column: span 6;
}

.photo2,
.photo3,
.photo4,
.photo6 {
  grid-column: span 3;
}

.gallery_button {
  margin: 0 auto 2rem;
  width: 12.2rem;
  height: 2.9rem;
}

.subcription {
  background-color: transparent;
}

.subscription__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 6px;
  margin-bottom: -5.4rem;
  padding: 2.2rem 5.6rem;
  box-shadow: 0 0 0.8rem 0 #b1abb8;
  background: #fdfdfd;
  gap: 0.8rem;
}

.subscription__content {
  display: flex;
  flex-direction: column;
}

.main__title_first-subscription {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.main__title_second-subscription {
  font-size: 1.6rem;
  margin: 0;
}

.subscription__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subscription__form_label-first {
  font-size: 0.9rem;
  margin: 0 0 0.4rem;
}

.subscription__form_label-second {
  font-size: 0.8rem;
  margin: 0.4rem 0 0;
}

.subscription__link {
  text-decoration: underline;
  font-size: 0.7778rem;
  color: #18121e;
}

.subscription__link:visited {
  color: #18121e;
}

.subscription__link:hover {
  color: #18121e;
}

.subscription__email {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
}

.subscription__email_wrapper {
  height: 2.4rem;
  padding: 0px 0.9rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #f3f5f4;
  background-color: #f3f5f4;
  color: #18121e;
}

.subscription__button {
  padding: 0.7rem 1.3rem;
  min-width: 13.3rem;
}

@media screen and (max-width: 1199px) {
  .news {
    flex: 1 1 100%;
  }
  .subscription__wrapper {
    padding: 2.2rem;
  }
  .main__title_second-subscription {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .camping__wrapper {
    flex-direction: column-reverse;
    padding: 4.2rem 0;
    gap: 2.2rem;
  }
  .offer__wrapper {
    padding: 4.2rem 0;
  }
  .offer__photo {
    justify-content: center;
    grid-template-columns: 11.1rem;
  }
  .offer__photo-item {
    height: 12rem;
  }
  .popular__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popular__item {
    max-width: 85%;
  }
  .overlay__title_second {
    display: none;
  }
  .subscription__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 2.2rem;
  }
  .subscription__content {
    align-items: center;
  }
  .subscription__email {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .offer__content {
    flex: 3;
  }
  .subscription__email {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .main__title_first {
    font-size: 0.9rem;
  }
  .main__title_second {
    margin-bottom: 1.8rem;
    font-size: 1.3rem;
  }
  .main__text {
    font-size: 0.9rem;
  }
  .camping__wrapper {
    padding: 2.8rem 0;
  }
  .camping__media {
    margin-right: 0;
  }
  .camping__button {
    margin: 0 auto;
    width: 9.8rem;
    height: 2.4rem;
  }
  .media__main-frame {
    margin: 1rem;
    justify-content: center;
  }
  .media__second {
    display: none;
  }
  .offer__photo {
    display: none;
  }
  .offer__button {
    margin: 0 auto;
    width: 11.8rem;
    height: 2.4rem;
  }
  .popular__item {
    max-height: 20rem;
  }
  .blog {
    justify-content: center;
  }
  .news {
    flex-direction: column;
    padding: 0;
    max-width: 16.4rem;
  }
  .news__img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
  }
  .blog__button {
    width: 10.9rem;
    height: 2.4rem;
  }
  .photo_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .photo_container img {
    max-width: 20.5rem;
    width: 100%;
  }
  .subscription__wrapper {
    margin: 0;
  }
  .subscription__form {
    align-items: flex-start;
  }
  .subscription__button {
    display: flex;
    font-size: 0.8rem;
    padding: 0.7rem 1.3rem;
    min-width: 8.3rem;
  }
}
@media screen and (max-width: 410px) {
  .popular__overlay {
    display: none;
  }
  .media__video {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .news {
    display: none;
  }
  .subscription__wrapper {
    padding: 0.5rem;
    font-size: 0.7rem;
  }
  .subscription__email_wrapper {
    width: 80%;
  }
}
.end {
  background-color: #1a3e3e;
}

.footer {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: end;
  height: 32.6rem;
  background-color: #1a3e3e;
  background: #1a3e3e;
  color: #fdfdfd;
}

.footer_content {
  font-size: 0.78rem;
  height: 16.67rem;
  text-align: start;
  padding-inline-end: 5px;
  padding-bottom: 5px;
}

.footer_text {
  line-height: 1.1rem;
  margin-bottom: 5px;
  font-size: 0.78rem;
  font-family: "Nunito Sans";
  font-weight: 400;
}

.footer_title {
  font-size: 1.1rem;
  font-weight: 700;
}

.footer_tel {
  margin-left: 0.8rem;
}

.footer_contacts {
  margin-bottom: 1.9rem;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer_contacts a {
  color: #fdfdfd;
  text-decoration: underline;
}

.footer_contacts a:hover {
  color: #f2be22;
}

.icons a {
  display: inline-block;
}

.icons a:hover {
  text-decoration: underline;
  color: #f2be22;
}

.footer_content li {
  margin-bottom: 0.72rem;
  list-style-type: none;
  margin-left: -2.22rem;
}

.footer_content li a::before {
  content: ">";
  margin-right: 0.83rem;
}

.footer_content li a {
  text-decoration: none;
  color: white;
  font-size: 0.78rem;
  font-family: "Nunito Sans";
  font-weight: 400;
}

.footer_content li a:hover {
  text-decoration: underline;
  color: #f2be22;
}

.footer_bottom {
  display: flex;
  flex-direction: row;
  background-color: #18121e;
  justify-content: space-between;
}

.bottom {
  background-color: #18121e;
}

.footer__info {
  color: #fdfdfd;
}

.footer__policy {
  padding-top: 0.8rem;
  font-weight: 400;
}

.footer_bottom a {
  text-decoration: underline;
  color: #fdfdfd;
}

.footer_bottom a:hover {
  text-decoration: underline;
  color: #f2be22;
}

@media screen and (max-width: 1199px) {
  .footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 0.5fr;
    justify-items: center;
    align-items: end;
    width: 100%;
    height: 100%;
    color: #fdfdfd;
  }
  .footer_bottom {
    display: flex;
    flex-direction: row;
    background-color: #18121e;
    justify-content: space-between;
  }
  .footer__contact {
    font-size: 0.7rem;
    font-weight: 400;
  }
  .footer__info {
    font-size: 0.9rem;
  }
  .footer__policy {
    font-size: 0.9rem;
  }
  .footer_content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 0.8rem;
    padding-inline-end: 1.7rem;
  }
  .room {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .important {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: start;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 0.5fr;
    justify-items: start;
    align-items: end;
    width: 100%;
    height: 100%;
    color: #fdfdfd;
  }
  .footer_title {
    font-size: 1rem;
    font-weight: 600;
  }
  .footer_contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contact {
    font-size: 0.7rem;
  }
  .icons {
    padding-bottom: 0.8rem;
  }
  .footer_bottom {
    display: flex;
    flex-direction: row;
    background-color: #18121e;
    justify-content: space-between;
  }
  .footer__info {
    font-size: 0.7rem;
  }
  .footer__policy {
    font-size: 0.7rem;
  }
  .footer_content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 0.7rem;
    text-align: start;
  }
  .room {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .important {
    margin-top: 0.8rem;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: start;
    align-items: end;
    width: 100%;
    height: 100%;
    color: #fdfdfd;
  }
  .footer_title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .footer_bottom {
    display: flex;
    flex-direction: column;
    background-color: #18121e;
    align-items: center;
    row-gap: 0px;
  }
  .icons {
    margin-top: 0px;
  }
  .footer__contact {
    font-size: 0.78rem;
  }
  .footer__info {
    margin-top: 0.83rem;
    font-size: 0.6rem;
  }
  .footer__policy {
    font-size: 0.6rem;
    padding-top: 0;
    margin-bottom: 1.1rem;
  }
  .footer_content {
    font-size: 0.7rem;
    text-align: start;
  }
  .room {
    display: grid;
    align-content: end;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .important {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .footer_content li a::before {
    content: ">";
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 360px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    justify-items: start;
    align-items: end;
    grid-row-gap: 1.4rem;
    width: 100%;
    color: #fdfdfd;
  }
  .footer_title {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .footer_bottom {
    display: flex;
    flex-direction: column;
    background-color: #18121e;
    align-items: center;
    row-gap: 0px;
  }
  .footer__contact {
    font-size: 0.67rem;
  }
  .footer__info {
    margin-top: 0.8rem;
    font-size: 0.5rem;
  }
  .footer__policy {
    font-size: 0.5rem;
    margin-bottom: 1.1rem;
    padding-top: 0;
  }
  .footer_content {
    margin-top: 1.1rem;
    padding-left: 0.8rem;
    font-size: 0.5rem;
    text-align: start;
  }
  .room {
    display: flex;
    flex-direction: column;
    justify-self: end;
    padding-top: 3rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .important {
    margin-bottom: 5px;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .footer_content li {
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
