@charset "UTF-8";
*, *::before, *::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  display: flex;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

ol, ul {
  list-style: none;
}

input, textarea {
  border: none;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Шрифт */
/* Фон */
/* Цвет */
/* Бордер */
/* Кнопки */
/* Тень */
/* Прижать подвал */
.wrapper {
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
}

main {
  flex: 1 0 auto;
  min-height: 100vh;
}

footer {
  flex: 0 0 auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Serif", sans-serif;
  color: #000;
}

a {
  color: #000;
}
a:hover {
  color: #d51a1a !important;
}

button:hover {
  border: 1px solid #004395;
  background: #004395;
}

.container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}

.lightbox {
  position: fixed;
  top: 5% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .lightbox {
    top: 15% !important;
  }
}
@media (max-width: 768px) {
  .lightbox {
    top: 25% !important;
  }
}
@media (max-width: 576px) {
  .lightbox {
    top: 30% !important;
  }
}
@media (max-width: 425px) {
  .lightbox {
    top: 35% !important;
  }
}

.main__page__title, .reserve__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 425px) {
  .main__page__title, .reserve__title {
    font-size: 26px;
  }
}
.main__page__title_baikal, .reserve__title_baikal {
  text-align: left;
}
@media (max-width: 1200px) {
  .main__page__title_baikal, .reserve__title_baikal {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .main__page__title_baikal, .reserve__title_baikal {
    font-size: 26px;
  }
}
.main__page__title_about, .reserve__title_about {
  font-size: 44px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .main__page__title_about, .reserve__title_about {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .main__page__title_about, .reserve__title_about {
    font-size: 32px;
  }
}
@media (max-width: 676px) {
  .main__page__title_about, .reserve__title_about {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .main__page__title_about, .reserve__title_about {
    font-size: 26px;
  }
}
.main__page__title_countdown, .reserve__title_countdown {
  color: #fff;
}

.promo {
  padding: 15px 0 64px;
  min-height: 940px;
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/main-bg.jpg") no-repeat center/cover;
  position: relative;
}
.promo-campsites {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/campsites/promo-campsites-bg.jpg") no-repeat center/cover;
}
.promo-campsites-list {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/campsites/promo-campsites-list-bg.jpg") no-repeat center/cover;
}
.promo-campsites-list-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/campsites/promo-campsites-list-details-bg.jpg") no-repeat center/cover;
}
.promo-excursions {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/excursions/promo-excursions-bg.jpg") no-repeat center/cover;
}
.promo-excursions-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/excursions/promo-excursions-details-bg.jpg") no-repeat center/cover;
}
.promo-hunting {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/hunting/promo-hunting-bg.jpg") no-repeat center/cover;
  background-position-x: 25%;
}
.promo-hunting-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/hunting/promo-hunting-details-bg.jpg") no-repeat center/cover;
}
.promo-extreme-tours {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/extreme-tours/promo-extreme-tours-bg.jpg") no-repeat center/cover;
}
.promo-extreme-tours-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/extreme-tours/promo-extreme-tours-details-bg.jpg") no-repeat center/cover;
}
.promo-motor-ships {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/motor-ships/promo-motor-ships-bg.jpg") no-repeat center/cover;
}
.promo-motor-ships-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/motor-ships/promo-motor-ships-details-bg.jpg") no-repeat center/cover;
}
.promo-attractions {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/attractions/promo-attractions-bg.jpg") no-repeat center/cover;
  background-position-x: 25%;
}
.promo-attractions-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/attractions/promo-attractions-details-bg.jpg") no-repeat center/cover;
}
.promo-hotels {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/hotels/promo-hotels-bg.jpg") no-repeat center/cover;
}
.promo-hotels-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/hotels/promo-hotels-details-bg.jpg") no-repeat center/cover;
}
.promo-transport {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/transport/promo-transport-bg.jpg") no-repeat center/cover;
  background-position-x: 100%;
}
.promo-transport-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/transport/promo-transport-details-bg.jpg") no-repeat center/cover;
  background-position-x: 30%;
}
@media (max-width: 991px) {
  .promo-transport-details {
    background-position-x: 60%;
  }
}
@media (max-width: 576px) {
  .promo-transport-details {
    background-position-x: 70%;
  }
}
.promo-business-tourism {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/business-tourism/promo-business-tourism-bg.jpg") no-repeat center/cover;
}
.promo-cruises {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/cruises/promo-cruises-bg.jpg") no-repeat center/cover;
}
.promo-cruises-details {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/cruises/promo-cruises-details-bg.jpg") no-repeat center/cover;
}
.promo-winter-tours {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/winter-tours/promo-winter-tours-bg.jpg") no-repeat center/cover;
}
.promo-baikal-map {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/baikal-map/promo-baikal-map-bg.jpg") no-repeat center/cover;
}
.promo-photo-gallery-page {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/photo-gallery-page/promo-gallery-page-bg.jpg") no-repeat center/cover;
  background-position-x: 25%;
}
.promo-video-gallery-page {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/video-gallery-page/promo-gallery-page-bg.jpg") no-repeat center/cover;
}
.promo-useful-information {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/useful-information/promo-useful-information-bg.jpg") no-repeat center/cover;
}
.promo-contacts {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/contacts/promo-contacts-bg.jpg") no-repeat center/cover;
}
.promo-partners {
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843)), url("img/partners/promo-partners-bg.jpg") no-repeat center/cover;
}
@media (max-width: 991px) {
  .promo {
    min-height: 991px;
  }
}
@media (max-width: 768px) {
  .promo {
    min-height: 768px;
  }
}
@media (max-width: 576px) {
  .promo {
    min-height: 676px;
  }
}
@media (max-width: 480px) {
  .promo {
    min-height: 600px;
    padding-bottom: 32px;
  }
}
.promo__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.promo__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo__logo-link {
  width: 54px;
  height: 54px;
}
@media (max-width: 425px) {
  .promo__logo-link {
    width: 45px;
    height: 45px;
  }
}
.promo__logo-text {
  margin-left: 20px;
}
@media (max-width: 425px) {
  .promo__logo-text {
    margin-left: 10px;
  }
}
.promo__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 425px) {
  .promo__text {
    font-size: 18px;
  }
}
.promo__sub__text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 425px) {
  .promo__sub__text {
    font-size: 16px;
  }
}
.promo__hr {
  margin: 20px 0;
  background: #d9d9de;
  height: 1px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .promo__hr {
    margin: 10px 0;
  }
}
.promo__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .promo__info {
    display: none;
  }
}
.promo__link {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 425px) {
  .promo__link {
    font-size: 16px;
  }
}
.promo__link:not(:first-child) {
  margin-left: 33px;
}
.promo__link-contacts {
  display: inline-flex;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.promo__svg {
  margin-right: 12px;
  align-items: center;
  height: 24px;
  fill: #fff;
}
.promo__link:hover .promo__svg {
  fill: #d51a1a;
}
.promo__btn {
  width: 186px;
  padding: 12px 6px;
  margin-left: 45px;
  border: 1px solid #fff;
  border-radius: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  background: transparent;
  text-align: center;
  color: #fff;
}
.promo__btn_mobile {
  margin-left: 0;
}
.promo__nav {
  padding: 0px 10px;
  max-width: 750px;
}
@media (max-width: 991px) {
  .promo__nav {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .promo__nav {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .promo__nav {
    padding: 0px 6px;
  }
}
.promo__nav_mobile {
  padding: 20px;
  position: absolute;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right bottom, #5fa533, #00a76f, #00a3a1, #009bbf, #3d8ec3);
  z-index: 30;
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  backdrop-filter: none;
  transition: 1.5s all;
}
.promo .active__mobile {
  top: 100px;
  transition: 1.5s all;
}
.promo__nav-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .promo__nav-menu {
    justify-content: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .promo__nav-menu {
    gap: 20px;
  }
}
@media (max-width: 676px) {
  .promo__nav-menu {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
    justify-items: center;
  }
}
@media (max-width: 425px) {
  .promo__nav-menu {
    gap: 16px;
  }
}
.promo__nav-menu_mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80dvh;
}
.promo__burger__menu {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .promo__burger__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .promo__burger__menu {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .promo__burger__menu {
    width: 35px;
    height: 35px;
  }
}
.promo__burger__menu__line {
  width: 95%;
  height: 2px;
  background: #fff;
}
.promo__burger__menu .active__burger__line {
  position: absolute;
  transition: 0.5s all;
}
.promo__burger__menu .active__burger__line:first-child {
  transform: rotate(45deg);
}
.promo__burger__menu .active__burger__line:nth-child(2) {
  display: none;
}
.promo__burger__menu .active__burger__line:last-child {
  transform: rotate(-45deg);
}
.promo__nav-list:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 991px) {
  .promo__nav-list:not(:last-child) {
    margin-right: 0;
  }
}
.promo__nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
@media (max-width: 480px) {
  .promo__nav-link {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .promo__nav-link {
    font-size: 13.5px;
  }
}
@media (max-width: 375px) {
  .promo__nav-link {
    font-size: 12.5px;
  }
}
.promo__nav-link_mobile {
  font-size: 16px;
}
.promo__main__info {
  max-width: 750px;
  margin-top: 106px;
}
@media (max-width: 991px) {
  .promo__main__info {
    margin: 80px auto 0;
    display: grid;
    place-items: center;
  }
}
@media (max-width: 768px) {
  .promo__main__info {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .promo__main__info {
    margin: 64px auto 0;
  }
}
@media (max-width: 480px) {
  .promo__main__info {
    margin: 32px auto 0;
  }
}
.promo__main__header {
  font-weight: bold;
  font-size: 90px;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 991px) {
  .promo__main__header {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .promo__main__header {
    font-size: 78px;
  }
}
@media (max-width: 676px) {
  .promo__main__header {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .promo__main__header {
    font-size: 52px;
  }
}
@media (max-width: 480px) {
  .promo__main__header {
    font-size: 46px;
  }
}
@media (max-width: 425px) {
  .promo__main__header {
    font-size: 40px;
  }
}
.promo__main__text {
  max-width: 562px;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 991px) {
  .promo__main__text {
    max-width: 90%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .promo__main__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .promo__main__text {
    font-size: 16px;
  }
}
.promo__block__btns {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .promo__block__btns {
    flex-direction: column;
    gap: 20px;
  }
}
.promo__main__btn {
  margin-top: 94px;
  padding: 19px 53px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .promo__main__btn {
    width: 300px;
    margin: 94px auto 0;
  }
}
@media (max-width: 768px) {
  .promo__main__btn {
    margin: 64px auto 0;
    padding: 16px 24px;
  }
}
@media (max-width: 576px) {
  .promo__main__btn {
    margin: 56px auto 0;
  }
}
@media (max-width: 480px) {
  .promo__main__btn {
    margin: 32px auto 0;
    font-size: 16px;
    padding: 12px 24px;
    width: 250px;
  }
}
.promo__main__btn__disabled {
  display: none;
}
.promo__main__btn_download {
  padding-left: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .promo__main__btn_download {
    padding-left: 75px;
  }
}
@media (max-width: 768px) {
  .promo__main__btn_download {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .promo__main__btn_download {
    padding-left: 60px;
  }
}
.promo__main__btn_download::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  top: 16px;
  left: 35px;
  background: url("icons/download.svg") no-repeat;
}
@media (max-width: 480px) {
  .promo__main__btn_download::before {
    top: 10px;
    left: 25px;
  }
}
.promo__main__btn_download:hover {
  background: #64bd22;
  border: 1px solid #64bd22;
  color: #fff !important;
}
.promo__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.promo__arrow:hover {
  border: 1px solid #004395;
  background: #004395;
}
.promo__arrow-photo {
  padding: 11px 14px;
}

.tours {
  padding: 64px 0;
  min-height: 750px;
}
@media (max-width: 480px) {
  .tours {
    padding: 32px 0;
  }
}
.tours__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tours__items {
  max-width: 256px;
  min-height: 200px;
  border: 1px solid #d9d9de;
  border-radius: 6px;
}
.tours__img {
  display: flex;
  width: 256px;
  height: 152px;
  border-radius: 6px 6px 0px 0px;
}
.tours__photo {
  border-radius: 6px 6px 0px 0px;
}
.tours__descriptions {
  padding: 13px 0px 16px 19px;
}
.tours__header {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.services {
  padding: 44px 0 80px 0;
  min-height: 582px;
  background: rgba(12, 252, 230, 0.2117647059);
}
@media (max-width: 480px) {
  .services {
    padding: 32px 0;
  }
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 26px;
  margin-top: 52px;
}
@media (max-width: 1200px) {
  .services__wrapper {
    display: grid;
    grid-template: auto/repeat(auto-fill, 252px);
  }
}
@media (max-width: 768px) {
  .services__wrapper {
    justify-content: space-evenly;
  }
}
.services__items {
  max-width: 252px;
}
.services__img {
  width: 84px;
  height: 84px;
}
@media (max-width: 991px) {
  .services__img {
    margin: 0 auto;
  }
}
.services__descriptions {
  margin-top: 16px;
}
.services__text {
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 991px) {
  .services__text {
    text-align: center;
  }
}

.baikal {
  padding: 76px 0 79px 0;
  min-height: 2640px;
}
@media (max-width: 768px) {
  .baikal {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .baikal {
    padding: 32px 0;
  }
}
.baikal__wrapper {
  margin-top: 40px;
}
.baikal__top, .baikal__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .baikal__top, .baikal__bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.baikal__bottom {
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .baikal__bottom {
    flex-direction: column;
  }
}
.baikal__left, .baikal__right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 48%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .baikal__left, .baikal__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .baikal__left, .baikal__right {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    place-items: center;
  }
}
@media (max-width: 576px) {
  .baikal__left, .baikal__right {
    grid-template: auto/1fr;
  }
}
.baikal__items__link {
  width: 250px;
  height: 250px;
  transition: 0.5s all;
}
.baikal__items__link:hover {
  transition: 0.5s all;
  transform: scale(1.03);
}
@media (max-width: 1200px) {
  .baikal__items__link {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 1024px) {
  .baikal__items__link {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .baikal__items__link {
    width: 450px !important;
  }
}
@media (max-width: 480px) {
  .baikal__items__link {
    width: 350px !important;
  }
}
.baikal__items__link-big {
  width: 523px;
  height: 523px;
}
@media (max-width: 1200px) {
  .baikal__items__link-big {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .baikal__items__link-big {
    grid-column: 1/3;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .baikal__items__link-big {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .baikal__items__link-big {
    height: auto;
  }
}
.baikal__items {
  width: inherit;
  height: inherit;
  border-radius: 6px;
  position: relative;
}
.baikal__img {
  display: flex;
  width: inherit;
  height: inherit;
}
.baikal__photo {
  border-radius: 6px;
  filter: brightness(0.7);
}
.baikal__photo-big {
  -o-object-fit: unset;
     object-fit: unset;
}
.baikal__description {
  position: absolute;
  top: 16px;
  left: 17px;
}
@media (max-width: 1200px) {
  .baikal__description {
    width: 90%;
  }
}
.baikal__description-all {
  top: 92px;
}
@media (max-width: 1200px) {
  .baikal__description-all {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .baikal__description-all {
    top: 42%;
    width: 50%;
  }
}
.baikal__text {
  display: block;
  width: 218px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 1200px) {
  .baikal__text {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .baikal__text {
    font-size: 26px !important;
  }
}
@media (max-width: 768px) {
  .baikal__text {
    font-size: 24px !important;
  }
}
@media (max-width: 676px) {
  .baikal__text {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .baikal__text {
    width: 100% !important;
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .baikal__text {
    font-size: 20px !important;
  }
}
.baikal__text-big {
  width: 100%;
  font-size: 24px;
}
.baikal__text-w197 {
  width: 197px;
}
.baikal__text-w210 {
  width: 209px;
}
.baikal__text-all {
  width: 210px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 1200px) {
  .baikal__text-all {
    width: 100% !important;
  }
}
@media (max-width: 676px) {
  .baikal__text-all {
    font-size: 24px !important;
  }
}
@media (max-width: 576px) {
  .baikal__text-all {
    font-size: 30px !important;
  }
}
@media (max-width: 480px) {
  .baikal__text-all {
    font-size: 26px !important;
  }
}
.baikal__price {
  position: absolute;
  bottom: 19px;
  left: 17px;
}
.baikal__text__price {
  width: 218px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 1200px) {
  .baikal__text__price {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .baikal__text__price {
    font-size: 24px !important;
    width: 350px;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .baikal__text__price {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 676px) {
  .baikal__text__price {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .baikal__text__price {
    width: 350px;
    max-width: 95%;
  }
}
@media (max-width: 480px) {
  .baikal__text__price {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .baikal__text__price-big {
    width: 350px;
    max-width: 95%;
  }
}
.baikal__hr {
  margin: 80px 0 70px 0;
  height: 1px;
  background: #d9d9de;
}
@media (max-width: 991px) {
  .baikal__hr {
    margin: 64px 0;
  }
}
@media (max-width: 768px) {
  .baikal__hr {
    margin: 56px 0;
  }
}
@media (max-width: 425px) {
  .baikal__hr {
    margin: 32px 0;
  }
}
.baikal__map {
  margin-top: 30px;
  height: 600px;
}
@media (max-width: 991px) {
  .baikal__map {
    height: 500px;
  }
}
@media (max-width: 676px) {
  .baikal__map {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .baikal__map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .baikal__map {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .baikal__map {
    height: 300px;
  }
}
@media (max-width: 375px) {
  .baikal__map {
    height: 250px;
  }
}
.baikal .about__baikal {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .baikal .about__baikal {
    margin-top: 64px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .baikal .about__baikal {
    margin-top: 56px;
  }
}
@media (max-width: 425px) {
  .baikal .about__baikal {
    margin-top: 32px;
  }
}
.baikal .about__baikal__left {
  width: 40%;
}
@media (max-width: 1200px) {
  .baikal .about__baikal__left {
    width: 100%;
  }
}
.baikal .about__baikal__text {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .baikal .about__baikal__text {
    text-align: center;
  }
}
.baikal .about__baikal__link {
  margin-top: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #76767a;
}
@media (max-width: 1200px) {
  .baikal .about__baikal__link {
    justify-content: center;
  }
}
.baikal .about__baikal__right {
  height: 380px;
  width: 57.143%;
}
@media (max-width: 1200px) {
  .baikal .about__baikal__right {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .baikal .about__baikal__right {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .baikal .about__baikal__right {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .baikal .about__baikal__right {
    height: 250px;
  }
}
.baikal .about__baikal__video {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery {
  min-height: 766px;
  padding: 44px 0 80px 0;
  background: rgba(63, 169, 245, 0.0705882353);
}
@media (max-width: 991px) {
  .gallery {
    min-height: 0;
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .gallery {
    padding: 32px 0;
  }
}
.gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .gallery__top {
    gap: 10px;
  }
}
.gallery__top__left {
  display: flex;
  gap: 16px;
}
@media (max-width: 676px) {
  .gallery__top__left {
    flex-direction: column;
  }
}
.gallery__slider {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .gallery__slider {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 676px) {
  .gallery__slider {
    gap: 16px;
  }
}
.gallery__arrows {
  display: flex;
  gap: 16px;
  margin-left: 55px;
}
@media (max-width: 850px) {
  .gallery__arrows {
    gap: 10px;
    margin-left: 32px;
  }
}
@media (max-width: 800px) {
  .gallery__arrows {
    margin-left: 0;
  }
}
.gallery__arrows__photo, .gallery__arrows__video {
  width: 44px;
  height: 44px;
  border: 1px solid #0061d9;
  border-radius: 100%;
  padding: 14px 17px;
  cursor: pointer;
  fill: none;
  stroke: #0061d9;
}
.gallery__arrows__photo:hover, .gallery__arrows__video:hover {
  background: #0061d9;
  border: none;
  stroke: #fff;
}
.gallery__arrows__photo-right, .gallery__arrows__video-right {
  transform: rotate(-180deg);
}
.gallery__box {
  margin-top: 52px;
}
.gallery__header {
  padding: 10px 15px;
  font-size: 30px;
  line-height: 130%;
  border: 1px solid #004395;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 850px) {
  .gallery__header {
    padding: 6px 10px;
  }
}
@media (max-width: 425px) {
  .gallery__header {
    font-size: 26px;
  }
}
.gallery__header:hover, .gallery__header_active {
  background: #0061d9;
  color: #fff;
  border: 1px solid transparent;
}
.gallery__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #0050b2;
}
@media (max-width: 480px) {
  .gallery__link {
    text-align: center;
  }
}
.gallery__items {
  max-width: 352px;
  min-height: 528px;
}
@media (max-width: 1200px) {
  .gallery__items {
    max-width: 100%;
  }
}
@media (max-width: 676px) {
  .gallery__items {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .gallery__items {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .gallery__items {
    min-height: 0;
  }
}
.gallery__img {
  display: grid;
  gap: 16px;
  width: 352px;
  min-height: inherit;
}
@media (max-width: 1200px) {
  .gallery__img {
    width: 100%;
  }
}

.about {
  padding: 80px 0 85px 0;
  min-height: 1050px;
}
@media (max-width: 480px) {
  .about {
    padding: 32px 0;
  }
}
.about__wrapper {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .about__wrapper {
    flex-direction: column;
  }
}
.about__left {
  position: relative;
  width: calc(100% - 32px - 65.715%);
}
@media (max-width: 1200px) {
  .about__left {
    width: 50%;
    margin: 0 auto;
  }
}
.about__img {
  width: 256px;
  height: 256px;
}
@media (max-width: 1200px) {
  .about__img {
    width: 100%;
    height: auto;
  }
}
.about__img-position {
  height: 320px;
  position: absolute;
  top: 100px;
  left: 96px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .about__img-position {
    height: auto;
    top: 200px;
  }
}
@media (max-width: 676px) {
  .about__img-position {
    top: 150px;
  }
}
@media (max-width: 576px) {
  .about__img-position {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .about__img-position {
    left: 50px;
  }
}
.about__right {
  width: 65.715%;
}
@media (max-width: 1200px) {
  .about__right {
    width: 100%;
    margin-top: 350px;
  }
}
@media (max-width: 991px) {
  .about__right {
    margin-top: 320px;
  }
}
@media (max-width: 768px) {
  .about__right {
    margin-top: 300px;
  }
}
@media (max-width: 676px) {
  .about__right {
    margin-top: 250px;
  }
}
@media (max-width: 576px) {
  .about__right {
    margin-top: 180px;
  }
}
@media (max-width: 480px) {
  .about__right {
    margin-top: 160px;
  }
}
.about__text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .about__text {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .about__text {
    font-size: 16px;
  }
}
.about__hr {
  margin: 54px 0 41px 0;
  height: 1px;
  background: #d9d9de;
}
@media (max-width: 480px) {
  .about__hr {
    margin: 32px 0;
  }
}
.about__bottom {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 132px) 314px 198px;
}
@media (max-width: 1200px) {
  .about__bottom {
    grid-template-columns: repeat(auto-fill, 350px);
    justify-items: center;
    justify-content: space-evenly;
    row-gap: 32px;
    text-align: center;
  }
}
.about__title {
  font-weight: bold;
  font-size: 58px;
  line-height: 130%;
  color: #64bd22;
}
@media (max-width: 480px) {
  .about__title {
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  .about__title {
    font-size: 40px;
  }
}
.about__info {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.countdown {
  padding: 48px 0 76px 0;
  min-height: 350px;
  background: rgba(12, 252, 230, 0.2117647059);
}
@media (max-width: 480px) {
  .countdown {
    padding: 48px 0;
  }
}
@media (max-width: 425px) {
  .countdown {
    padding: 32px 0;
    min-height: auto;
  }
}
.countdown__wrapper {
  padding: 20px;
  margin-top: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 0 0 12px #000;
  background: #0061d9;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .countdown__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .countdown__wrapper {
    min-height: 250px;
  }
}
.countdown__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 576px) {
  .countdown__bottom {
    gap: 0;
    justify-content: space-around;
  }
}
.countdown__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countdown__box {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 60px;
  font-size: 32px;
  font-weight: 700;
  border-radius: 8px;
  background: #fff;
  color: #0061d9;
}
@media (max-width: 425px) {
  .countdown__box {
    min-width: 50px;
    height: 50px;
    font-size: 26px;
  }
}
.countdown__text {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 425px) {
  .countdown__text {
    font-size: 16px;
  }
}

.reviews {
  position: relative;
  padding: 64px 0;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .reviews {
    min-height: auto;
  }
}
.reviews__wrapper {
  padding: 15px 0;
  display: flex;
  min-height: 400px;
  margin-top: 52px;
  gap: 32px;
}
@media (max-width: 991px) {
  .reviews__wrapper {
    min-height: 450px;
  }
}
@media (max-width: 850px) {
  .reviews__wrapper {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .reviews__wrapper {
    min-height: 550px;
  }
}
@media (max-width: 676px) {
  .reviews__wrapper {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .reviews__wrapper {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .reviews__wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 425px) {
  .reviews__wrapper {
    margin-top: 16px;
    min-height: 500px;
  }
}
.reviews__items {
  padding: 32px 24px;
  min-height: 350px;
  margin: 0 16px;
  border-radius: 30px;
  box-shadow: 0 5px 5px #000;
  background: #0061d9;
  color: #fff;
}
@media (max-width: 1024px) {
  .reviews__items {
    min-height: auto;
  }
}
.reviews__items__header {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 1250px) {
  .reviews__items__header {
    font-size: 20px;
  }
}
.reviews__items__descriptions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  font-size: 18px;
}
@media (max-width: 425px) {
  .reviews__items__descriptions {
    text-align: center;
  }
}
.reviews__block__navigations {
  width: 80%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .reviews__block__navigations {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .reviews__block__navigations {
    width: 95%;
  }
}
@media (max-width: 1250px) {
  .reviews__block__navigations {
    width: 100px;
    top: 90%;
  }
}
.reviews__navigations {
  cursor: pointer;
}
.reviews__navigations_left, .reviews__navigations_right {
  width: 44px;
  height: 44px;
}
.reviews__navigations svg {
  width: inherit;
  height: inherit;
  border: 1px solid #0061d9;
  border-radius: 100%;
  padding: 14px 17px;
  cursor: pointer;
  fill: none;
  stroke: #0061d9;
}
.reviews__navigations svg:hover {
  background: #0061d9;
  border: none;
  stroke: #fff;
}
.reviews__navigations_right {
  transform: rotate(180deg);
}
.reviews__block__paginations {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1250px) {
  .reviews__block__paginations {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reviews__paginations {
  border-radius: 50%;
  background: #0061d9;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.reviews__paginations_active {
  background: #004395;
}

.slick-next, .slick-prev, .slick-dots {
  display: none !important;
}

.reserve {
  padding: 48px 0 76px 0;
  min-height: 552px;
  background: #f5f5f7;
}
@media (max-width: 480px) {
  .reserve {
    padding: 32px 0;
  }
}
.reserve__wrapper {
  margin: 50px auto 0;
  width: 832px;
}
@media (max-width: 991px) {
  .reserve__wrapper {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .reserve__form {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .reserve__form {
    width: 65%;
  }
}
@media (max-width: 676px) {
  .reserve__form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .reserve__form {
    width: 95%;
  }
}
.reserve__form__top {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}
@media (max-width: 991px) {
  .reserve__form__top {
    flex-direction: column;
  }
}
.reserve__form__bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .reserve__form__bottom {
    flex-direction: column;
  }
}
.reserve__form-left {
  width: 153px;
}
@media (max-width: 991px) {
  .reserve__form-left {
    width: 100%;
  }
}
.reserve__form-right {
  width: 649px;
}
@media (max-width: 991px) {
  .reserve__form-right {
    width: 100%;
    margin-top: 24px;
  }
}
.reserve__input, .reserve__textarea {
  padding: 11px 14px 12px 14px;
  width: 256px;
  height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #76767a;
  background: #fff;
  border: 1px solid #d9d9de;
}
@media (max-width: 991px) {
  .reserve__input, .reserve__textarea {
    width: 100%;
  }
}
.reserve__input-min, .reserve__textarea-min {
  width: 100%;
}
.reserve__input-min:not(:first-child), .reserve__textarea-min:not(:first-child) {
  margin-top: 24px;
}
.reserve__textarea {
  display: flex;
  resize: none;
  width: 100%;
  height: 112px;
}
.reserve__form__block-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .reserve__form__block-btn {
    flex-direction: column;
  }
}
.reserve__form__btn {
  padding: 19px 65px 20px 64px;
  width: 297px;
  background: #0061d9;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .reserve__form__btn {
    padding: 14px 32px;
    width: 250px;
  }
}
.reserve__form__btn:hover {
  border: none;
  background: #004395;
}
.reserve__form__right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .reserve__form__right {
    margin-top: 30px;
  }
}
.reserve__checkbox {
  width: 26px;
  height: 26px;
  margin-right: 16px;
  border-radius: 2px;
}
@media (max-width: 676px) {
  .reserve__checkbox {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .reserve__checkbox {
    width: 16px;
    height: 16px;
  }
}
.reserve__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  color: #76767a;
}
@media (max-width: 768px) {
  .reserve__link {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 480px) {
  .reserve__link {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .reserve__link {
    font-size: 13px;
  }
}

.footer {
  padding: 39px 0 45px 0;
  min-height: 331px;
  background: #000;
}
@media (max-width: 480px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__top, .footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__top, .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__top {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .footer__top {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .footer__block__menu {
    text-align: center;
  }
}
.footer__block__menu:not(:last-child) {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .footer__block__menu:not(:last-child) {
    margin-right: 0;
  }
}
.footer__block__menu-min {
  max-width: 237px;
}
.footer__header {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
}
.footer__header-min {
  text-transform: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.footer__menu {
  margin-top: 17px;
}
.footer__menu-min {
  margin-top: 7px;
}
.footer__list:not(:first-child) {
  margin-top: 10px;
}
.footer__list, .footer__link, .footer__copyright, .footer__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  opacity: 0.8;
}
.footer__list-min, .footer__link-min, .footer__copyright-min, .footer__text-min {
  font-size: 14px;
}
.footer__list-min-underline, .footer__link-min-underline, .footer__copyright-min-underline, .footer__text-min-underline {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer__link {
    display: inline-flex;
  }
}
.footer__hr {
  margin: 32px 0;
  opacity: 0.2;
  height: 1px;
  background: #d9d9de;
}
.footer__copyright {
  margin-top: 7px;
  font-size: 14px;
}
.footer__design {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__logo {
  width: 160px;
  height: 65px;
  flex-shrink: 0;
}
.footer__text {
  margin-right: 15px;
  font-size: 12px;
}

.modal__arrow {
  display: none;
  background: #0061d9;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}
.modal__arrow:hover {
  background: #004395;
}
.modal__arrow__photo {
  padding: 15px 17px;
  transform: rotate(-180deg);
}
.modal__arrow__active {
  display: flex;
}

.modal {
  padding: 48px 0 76px 0;
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 30;
  background: #f5f5f7;
  transition: 1.3s all;
}
@media (max-width: 991px) {
  .modal {
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 32px 0;
  }
}
.modal__active {
  top: 0;
  transition: 1.3s all;
}
.modal__dialog, .modal__content {
  height: inherit;
}
@media (max-width: 991px) {
  .modal__dialog, .modal__content {
    height: auto;
  }
}
.modal__content {
  display: flex;
  align-items: center;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  cursor: pointer;
}
@media (max-width: 676px) {
  .modal__close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
.modal__close__line {
  position: absolute;
  width: 95%;
  height: 2px;
  background: #000;
}
.modal__close__line:first-child {
  transform: rotate(45deg);
}
.modal__close__line:last-child {
  transform: rotate(-45deg);
}
.modal__header {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #000;
}
@media (max-width: 425px) {
  .modal__header {
    font-size: 26px;
    margin-top: 20px;
  }
}
.modal__wrapper {
  margin: 50px auto 0;
  width: 832px;
}
@media (max-width: 991px) {
  .modal__wrapper {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .modal__wrapper {
    margin: 32px auto 0;
  }
}
@media (max-width: 991px) {
  .modal__form {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .modal__form {
    width: 65%;
  }
}
@media (max-width: 676px) {
  .modal__form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .modal__form {
    width: 95%;
  }
}
.modal__form__top {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}
@media (max-width: 991px) {
  .modal__form__top {
    flex-direction: column;
  }
}
.modal__form__bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .modal__form__bottom {
    flex-direction: column;
  }
}
.modal__form-left {
  width: 153px;
}
@media (max-width: 991px) {
  .modal__form-left {
    width: 100%;
  }
}
.modal__form-right {
  width: 649px;
}
@media (max-width: 991px) {
  .modal__form-right {
    width: 100%;
    margin-top: 24px;
  }
}
.modal__input, .modal__textarea {
  padding: 11px 14px 12px 14px;
  width: 256px;
  height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #76767a;
  background: #fff;
  border: 1px solid #d9d9de;
}
@media (max-width: 991px) {
  .modal__input, .modal__textarea {
    width: 100%;
  }
}
.modal__input-min, .modal__textarea-min {
  width: 100%;
}
.modal__input-min:not(:first-child), .modal__textarea-min:not(:first-child) {
  margin-top: 24px;
}
.modal__textarea {
  display: flex;
  resize: none;
  width: 100%;
  height: 112px;
}
.modal__form__block-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .modal__form__block-btn {
    flex-direction: column;
  }
}
.modal__form__btn {
  padding: 19px 65px 20px 64px;
  width: 297px;
  background: #0061d9;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .modal__form__btn {
    padding: 14px 32px;
    width: 250px;
  }
}
.modal__form__btn:hover {
  border: none;
  background: #004395;
}
.modal__form__right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .modal__form__right {
    margin-top: 30px;
  }
}
.modal__checkbox {
  width: 26px;
  height: 26px;
  margin-right: 16px;
  border-radius: 2px;
}
@media (max-width: 676px) {
  .modal__checkbox {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .modal__checkbox {
    width: 16px;
    height: 16px;
  }
}
.modal__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  color: #76767a;
}
@media (max-width: 768px) {
  .modal__link {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 480px) {
  .modal__link {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .modal__link {
    font-size: 13px;
  }
}

.inner__page {
  padding: 76px 0 80px 0;
}
@media (max-width: 480px) {
  .inner__page {
    padding: 32px 0;
  }
}
.inner__page__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .inner__page__top {
    flex-direction: column;
  }
}
.inner__page__left {
  width: 352px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .inner__page__left {
    width: 100%;
  }
}
.inner__page__right {
  width: 65%;
}
@media (max-width: 991px) {
  .inner__page__right {
    width: 100%;
  }
}
.inner__page__block__info {
  margin-top: 28px;
}
@media (max-width: 425px) {
  .inner__page__block__info {
    margin-top: 24px;
  }
}
@media (max-width: 375px) {
  .inner__page__block__info {
    margin-top: 16px;
  }
}
.inner__page__hr {
  margin: 56px 0;
  background: #d9d9de;
  height: 1px;
}
@media (max-width: 480px) {
  .inner__page__hr {
    margin: 32px;
  }
}
@media (max-width: 425px) {
  .inner__page__hr {
    margin: 24px;
  }
}
.inner__page__header {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.inner__page__header_mt {
  margin-top: 40px;
}
@media (max-width: 425px) {
  .inner__page__header_mt {
    margin-top: 16px;
  }
}
.inner__page__header_text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .inner__page__header {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .inner__page__header {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .inner__page__header {
    font-size: 24px;
  }
}
.inner__page__subheader {
  margin-top: 36px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 480px) {
  .inner__page__subheader {
    margin-top: 24px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .inner__page__subheader {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .inner__page__subheader {
    margin-top: 16px;
    font-size: 22px;
  }
}
.inner__page__subheader_accordeon {
  position: relative;
  padding: 20px;
  min-height: 65px;
  font-size: 26px;
  cursor: pointer;
  background: #0061d9;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .inner__page__subheader_accordeon {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .inner__page__subheader_accordeon {
    padding: 15px 10px;
    min-height: auto;
    font-size: 18px;
  }
}
.inner__page__subheader_accordeon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 24px;
  right: 20px;
  background: url("icons/arrow-down.svg") no-repeat center/cover;
}
@media (max-width: 480px) {
  .inner__page__subheader_accordeon::after {
    width: 16px;
    height: 16px;
    top: 26px;
    right: 12px;
  }
}
@media (max-width: 425px) {
  .inner__page__subheader_accordeon::after {
    top: 20px;
    right: 10px;
  }
}
.inner__page__subheader_accordeon__active {
  border-radius: 30px 30px 0 0;
}
.inner__page__subheader_accordeon__active::after {
  transform: rotate(180deg);
}
@media (max-width: 425px) {
  .inner__page__subheader {
    text-align: center;
  }
}
.inner__page__subheader__small {
  margin-top: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 480px) {
  .inner__page__subheader__small {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .inner__page__subheader__small {
    margin-top: 24px;
  }
}
@media (max-width: 375px) {
  .inner__page__subheader__small {
    margin-top: 16px;
  }
}
.inner__page__text, .inner__page__address, .inner__page__menu, .inner__page__list, .inner__page__link, .inner__page__span {
  margin-top: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
.inner__page__text_bold, .inner__page__address_bold, .inner__page__menu_bold, .inner__page__list_bold, .inner__page__link_bold, .inner__page__span_bold {
  font-weight: 700;
}
.inner__page__text_info, .inner__page__address_info, .inner__page__menu_info, .inner__page__list_info, .inner__page__link_info, .inner__page__span_info {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .inner__page__text, .inner__page__address, .inner__page__menu, .inner__page__list, .inner__page__link, .inner__page__span {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .inner__page__text, .inner__page__address, .inner__page__menu, .inner__page__list, .inner__page__link, .inner__page__span {
    margin-top: 10px;
    font-size: 16px;
  }
}
.inner__page__menu_disc {
  list-style: inside;
}
@media (max-width: 480px) {
  .inner__page__menu_disc {
    list-style: none;
  }
}
.inner__page__menu_inner {
  font-weight: 400;
}
.inner__page__list {
  padding-left: 20px;
  margin-top: 16px;
}
.inner__page__list_header, .inner__page__list_subheader, .inner__page__list_subheader_small {
  font-weight: 700;
  margin-top: 28px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .inner__page__list_header, .inner__page__list_subheader, .inner__page__list_subheader_small {
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .inner__page__list_header, .inner__page__list_subheader, .inner__page__list_subheader_small {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .inner__page__list_header_accordeon {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .inner__page__list_header_accordeon {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .inner__page__list_header {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .inner__page__list_header {
    font-size: 20px;
  }
}
.inner__page__list_subheader {
  font-size: 22px;
}
@media (max-width: 425px) {
  .inner__page__list_subheader {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .inner__page__list_subheader_accordeon {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .inner__page__list_subheader_accordeon {
    font-size: 17px;
  }
}
.inner__page__list_subheader_small {
  font-size: 20px;
}
@media (max-width: 425px) {
  .inner__page__list_subheader_small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .inner__page__list_subheader_small_accordeon {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .inner__page__list_subheader_small_accordeon {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .inner__page__list {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .inner__page__list {
    padding-left: 0;
  }
}
.inner__page__link {
  display: inline-flex;
  color: #0050b2;
  text-decoration: underline;
}
.inner__page__link_mt {
  margin-top: 0;
}
.inner__page__link_info {
  display: flex;
}
@media (max-width: 480px) {
  .inner__page__link_info {
    justify-content: center;
  }
}
.inner__page__link_accordeon {
  margin: 0 5px;
  color: #fff;
}
.inner__page__link_accordeon_no-underline {
  text-decoration: none;
}
.inner__page__span, .inner__page__address {
  font-weight: 700;
}
.inner__page__sup {
  font-size: 12px;
}
.inner__page__block__video, .inner__page__block__map {
  margin-top: 32px;
  display: flex;
  height: 600px;
}
@media (max-width: 991px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 500px;
  }
}
@media (max-width: 676px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 300px;
    margin-top: 16px;
  }
}
@media (max-width: 375px) {
  .inner__page__block__video, .inner__page__block__map {
    height: 250px;
  }
}
.inner__page__block__video_tourist__map, .inner__page__block__map_tourist__map {
  height: 1000px;
}
@media (max-width: 676px) {
  .inner__page__block__video_tourist__map, .inner__page__block__map_tourist__map {
    height: 800px;
  }
}
@media (max-width: 480px) {
  .inner__page__block__video_tourist__map, .inner__page__block__map_tourist__map {
    height: 600px;
  }
}
@media (max-width: 425px) {
  .inner__page__block__video_tourist__map, .inner__page__block__map_tourist__map {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .inner__page__block__video_tourist__map, .inner__page__block__map_tourist__map {
    height: 400px;
  }
}
.inner__page__block__video_tourist__map img, .inner__page__block__map_tourist__map img {
  -o-object-fit: fill;
     object-fit: fill;
}
.inner__page__block__table {
  overflow-x: auto;
}
.inner__page__table {
  width: 100%;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 130%;
  border: 1px solid #d9d9de;
  text-align: center;
}
.inner__page__table__header {
  height: 70px;
  font-weight: 500;
  background: #f5f5f7;
}
.inner__page td {
  padding: 16px;
  border: 1px solid #d9d9de;
}
.inner__page td:first-child {
  text-align: left;
}
.inner__page__gallery__wrapper {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  place-content: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .inner__page__gallery__wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 425px) {
  .inner__page__gallery__wrapper {
    margin-top: 16px;
  }
}
.inner__page__gallery__item {
  height: 260px;
}
@media (max-width: 1024px) {
  .inner__page__gallery__item {
    height: auto;
  }
}
.inner__page img {
  border-radius: 6px;
}
.inner__page__descriptions {
  display: none;
  height: 500px;
  overflow: auto;
  padding: 20px;
  border-radius: 0 0 30px 30px;
  background: #004395;
}
@media (max-width: 480px) {
  .inner__page__descriptions {
    height: 300px;
  }
}
.inner__page__descriptions:hover {
  cursor: url("icons/scroll-icon.png"), auto;
}
.inner__page__descriptions::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 480px) {
  .inner__page__descriptions {
    padding: 20px 10px;
  }
}
.inner__page__descriptions__active {
  color: #fff;
  display: block;
}
.inner__page__descriptions .inner__page__menu, .inner__page__descriptions .inner__page__menu .inner__page__list_header:first-child {
  margin-top: 0;
}

.small__card__wrapper {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 345px);
  gap: 20px;
  place-content: center;
}
@media (max-width: 676px) {
  .small__card__wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 425px) {
  .small__card__wrapper {
    margin-top: 32px;
  }
}
.small__card__item {
  border: 1px solid #d9d9de;
  border-radius: 6px;
}
.small__card__img {
  height: 224px;
}
.small__card__photo {
  border-radius: 6px 6px 0px 0px;
}
.small__card__descriptions {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
}
.small__card__header {
  min-height: 52px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.small__card__block__price {
  margin-top: 30px;
}
.small__card__text {
  font-family: "Roboto", sans-serif;
  line-height: 130%;
}

.big__card__wrapper {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  place-content: center;
}
@media (max-width: 991px) {
  .big__card__wrapper {
    grid-template-columns: 0.8fr;
  }
}
@media (max-width: 768px) {
  .big__card__wrapper {
    grid-template-columns: 0.95fr;
  }
}
@media (max-width: 480px) {
  .big__card__wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 425px) {
  .big__card__wrapper {
    margin-top: 32px;
  }
}
.big__card__item {
  display: flex;
  height: 352px;
  background: #f5f5f7;
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 991px) {
  .big__card__item {
    flex-direction: column;
    height: auto;
  }
}
.big__card__img {
  min-width: 352px;
  height: 352px;
}
@media (max-width: 991px) {
  .big__card__img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .big__card__img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .big__card__img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .big__card__img {
    height: 250px;
  }
}
@media (max-width: 375px) {
  .big__card__img {
    height: 200px;
  }
}
.big__card__photo {
  border-radius: 6px 0px 0px 6px;
}
@media (max-width: 991px) {
  .big__card__photo {
    -o-object-fit: fill;
       object-fit: fill;
    border-radius: 6px 6px 0px 0px;
  }
}
.big__card__descriptions {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 22px;
  padding-left: 32px;
}
@media (max-width: 991px) {
  .big__card__descriptions {
    width: 100%;
    padding-left: 22px;
  }
}
@media (max-width: 425px) {
  .big__card__descriptions {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .big__card__descriptions {
    padding: 18px;
  }
}
.big__card__descriptions_campsites {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 676px) {
  .big__card__descriptions_campsites {
    flex-direction: column;
    gap: 32px;
  }
}
.big__card__descriptions__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 676px) {
  .big__card__descriptions__left {
    width: 100%;
  }
}
.big__card__descriptions__left::after {
  position: absolute;
  height: 100%;
  top: 0;
  right: -16px;
  content: "";
  border-right: 1px solid #d9d9de;
}
@media (max-width: 676px) {
  .big__card__descriptions__left::after {
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid #d9d9de;
    top: unset;
    right: unset;
    left: 0;
    bottom: -16px;
  }
}
.big__card__descriptions__right {
  width: 45%;
  overflow-y: auto;
  /* полоса прокрутки (скроллбар) */
}
.big__card__descriptions__right::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #d9d9de;
  border-radius: 4px;
}
.big__card__descriptions__right {
  /* ползунок скроллбара */
}
.big__card__descriptions__right::-webkit-scrollbar-thumb {
  background: #76767a;
  height: 8px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .big__card__descriptions__right {
    height: 300px;
  }
}
@media (max-width: 676px) {
  .big__card__descriptions__right {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .big__card__header__link {
    display: inline-flex;
    justify-content: center;
  }
}
.big__card__header {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 425px) {
  .big__card__header {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .big__card__header {
    font-size: 20px;
  }
}
.big__card__header_color {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  color: #76767a;
}
@media (max-width: 425px) {
  .big__card__header_color {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .big__card__header_color {
    font-size: 16px;
  }
}
.big__card__text {
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
  line-height: 130%;
}
@media (max-width: 375px) {
  .big__card__text {
    font-size: 14px;
  }
}
.big__card__menu {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.big__card__link {
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  color: #0050b2;
  text-decoration: underline;
}
.big__card__link_nodecoration {
  text-decoration: none;
}
.big__card__span {
  text-transform: uppercase;
}
.big__card__span__price {
  font-weight: 700;
}
.big__card__sup {
  font-size: 12px;
}
.big__card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .big__card__footer {
    margin-top: 36px;
  }
}
@media (max-width: 576px) {
  .big__card__footer {
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .big__card__footer {
    align-items: center;
  }
}
.big__card__text__price {
  font-family: "Roboto", sans-serif;
  line-height: 130%;
}
@media (max-width: 375px) {
  .big__card__text__price {
    font-size: 14px;
  }
}
.big__card__btn {
  align-self: flex-end;
  padding: 12px 36px;
  border: 1px solid #004395;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  color: #0050b2;
  border-radius: 22px;
}
@media (max-width: 576px) {
  .big__card__btn {
    align-self: flex-start;
  }
}
@media (max-width: 425px) {
  .big__card__btn {
    padding: 10px 36px;
    align-self: center;
  }
}
.big__card__btn:hover {
  background: #004395;
  color: #fff !important;
}

.transport__card__wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 425px) {
  .transport__card__wrapper {
    margin-top: 24px;
  }
}
.transport__card__item__link {
  position: relative;
  width: 48%;
  height: 352px;
  transition: 0.5s all;
}
@media (max-width: 1024px) {
  .transport__card__item__link {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .transport__card__item__link {
    width: 65%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .transport__card__item__link {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .transport__card__item__link {
    width: 95%;
  }
}
.transport__card__item__link:hover {
  transition: 0.5s all;
  transform: scale(1.03);
}
.transport__card__item {
  width: 100%;
  height: inherit;
}
.transport__card__img {
  width: inherit;
  height: inherit;
  filter: brightness(0.7);
}
.transport__card__photo {
  border-radius: 6px;
}
@media (max-width: 991px) {
  .transport__card__photo {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.transport__card__descriptions {
  position: absolute;
  width: 90%;
  left: 32px;
  bottom: 24px;
}
@media (max-width: 991px) {
  .transport__card__descriptions {
    left: 20px;
    width: 95%;
  }
}
.transport__card__header {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 991px) {
  .transport__card__header {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .transport__card__header {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .transport__card__header {
    font-size: 16px;
  }
}
.transport__card__text {
  font-family: "Roboto", sans-serif;
  margin-top: 6px;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}

.campsites__wrapper {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 480px) {
  .campsites__wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 425px) {
  .campsites__wrapper {
    margin-top: 24px;
  }
}
.campsites__item {
  padding: 24px;
  width: 100%;
  background: #f5f5f7;
}
.campsites__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .campsites__item__top {
    flex-direction: column;
    gap: 16px;
  }
}
.campsites__item__body {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 676px) {
  .campsites__item__body {
    flex-direction: column-reverse;
  }
}
.campsites__item__body__left {
  width: 60%;
}
@media (max-width: 676px) {
  .campsites__item__body__left {
    width: 100%;
  }
}
.campsites__item__body__left__bottom {
  margin-top: 16px;
}
.campsites__item__body__right {
  width: 40%;
}
@media (max-width: 676px) {
  .campsites__item__body__right {
    width: 100%;
  }
}
.campsites__item__body__img {
  height: 196px;
}
@media (max-width: 676px) {
  .campsites__item__body__img {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .campsites__item__body__img {
    height: 200px;
  }
}
.campsites__item__header {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.campsites__item__subheader {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.campsites__item__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.campsites__item__span {
  font-weight: 700;
}
.campsites__item__sup {
  font-size: 12px;
}

.menu__spy__block__menu {
  padding: 24px;
  background: #f5f5f7;
}
.menu__spy__header {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  color: #76767a;
}
@media (max-width: 991px) {
  .menu__spy__header {
    text-align: center;
  }
}
.menu__spy__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .menu__spy__menu {
    align-items: center;
  }
}
.menu__spy__link {
  font-family: "Roboto", sans-serif;
  line-height: 130%;
  color: #0050b2;
}
@media (max-width: 425px) {
  .menu__spy__link {
    text-align: center;
  }
}
.menu__spy__link_active {
  color: #64bd22;
}

.gallery-page__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
.gallery-page__item {
  width: 325px;
  height: 256px;
}
.gallery-page__link {
  width: inherit;
  height: inherit;
}
.gallery-page__photo, .gallery-page__video {
  border-radius: 6px;
}

.pagination {
  width: 400px;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .pagination {
    width: 80%;
    margin: 64px auto 0;
  }
}
@media (max-width: 768px) {
  .pagination {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .pagination {
    margin: 32px auto 0;
  }
}
.pagination__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 45px;
  height: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  background: #f5f5f7;
}
@media (max-width: 480px) {
  .pagination__link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 425px) {
  .pagination__link {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 375px) {
  .pagination__link {
    font-size: 14px;
  }
}
.pagination__link_prev, .pagination__link_next {
  background: transparent;
}
.pagination__link:hover {
  color: #fff;
}
.pagination .active-page {
  background: #000;
  color: #fff;
}/*# sourceMappingURL=style.css.map */