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

body {
  font-size: 18px;
  line-height: 140%;
  color: #1F1E1E;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
}

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

.header__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0 49px;
  align-items: center;
}

.header__phone {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}

.header__phone-number {
  font-weight: 400;
  margin-left: 19px;
  padding: 12px 31px 13px;
  background-color: #886239;
  border-radius: 22px;
}

.menu {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 27px 0 24px;
}

.menu__btn {
  display: none;
}

.menu__list {
  display: flex;
  justify-content: space-evenly;
}

.menu__item {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.header__title {
  font-family: 'PT Serif', Arial, serif;
  font-size: 90px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: auto;
  text-align: center;
}

.header__desc {
  font-size: 20px;
  font-weight: 700;
  max-width: 422px;
  margin-bottom: 20px;
}

.header__btn {
  color: #fff;
  padding: 19px 55px 20px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #886239;
  margin-bottom: 20px;
  display: inline-block;
}

.header__arrow {
  text-align: center;
  margin-bottom: 15px;
}


.direction {
  padding: 100px 0;
}

.direction__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}

.direction__img {
  display: block;
}

.direction__text {
  font-size: 16px;
  border: 1px solid #D9D9DE;
  border-top: none;
  padding: 10px 19px 14px;
  color: #1F1E1E;
}

.travel-info {
  background-image: url(../images/travel-info-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 50px;
}

.travel-info__title {
  color: #fff;
  margin-bottom: 50px;
}

.title {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  line-height: 130%;
}

.travel-info__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 54px 67px ;
}

.travel-info__img {
  margin-bottom: 15px;
}

.travel-info__text {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
}

.popular {
  padding: 100px 0;
}

.popular__title {
  margin-bottom: 40px;
}

.popular__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 32px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 80px;
}

.popular__link {
  color: #fff;
  padding: 16px 24px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 256px;
  line-height: 130%;
}

.popular__link:nth-child(3),
.popular__link:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.popular__link-title {
  font-weight: 500;
  margin-bottom: 15px;
}

.popular__link-title--big {
  font-size: 24px;
  line-height: 130%;
}

.popular__price {
  font-weight: bold;
  font-size: 16px;
  margin-top: auto;
}

.popular__country,
.popular__time {
  margin-bottom: 15px;
}

.map {
  margin-bottom: 100px;
}

.map__title {
  margin-bottom: 46px;
}

.about {
  padding-bottom: 100px;
}

.about__inner {
  display: grid;
  grid-template-columns: 448px 640px;
  grid-gap: 32px;
}

.about__title {
  text-align: left;
  margin-bottom: 25px;
}

.about__text {
  margin-bottom: 34px;
}

.about__link {
  font-size: 16px;
  line-height: 19px;
  color: #c4c4c4;
  text-decoration-line: underline;
}

.about__popup {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery {
  background-color: #886239;
  padding: 50px 0 105px;
}

.gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  color: #fff;
}

.gallery__link {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  padding-right: 160px;
}

.gallery__item-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.slick-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -85px;
  right: 0;
}

.slick-prev {
  right: 60px;
}

.tour {
  padding: 100px 0;
}

.tour__title {
  margin-bottom: 77px;
}

.tour__box {
  column-count: 2;
  column-gap: 46px;
  padding-bottom: 50px;
  margin-bottom: 44px;
  border-bottom: 1px solid #D9D9DE;
}

.tour__text {
  margin-bottom: 25px;
}

.tour__text-bold {
  font-weight: 700;
}

.tour__info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 70px;
}

.tour__info-item {
  font-family: 'PT Serif', Arial, serif;
  font-size: 58px;
  font-weight: bold;
  color: #886239;
  line-height: 76px;
  text-align: center;
}

.tour__info-item--mil {
  width: 277px;
}

.tour__info-text {
  font-size: 20px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  color: #1F1E1E;
  line-height: 25px;
}

.booking {
  padding: 75px 0;
  background-color: #EAEAEA;
}

.last__container {
  width: 860px;
  margin: 0 auto;
  padding: 0px 15px;
}

.booking__title {
  margin-bottom: 43px;
}

.booking__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto;
}

.booking__input {
  height: 44px;
  width: 256px;
  margin-bottom: 28px;
  border: 1px solid #D9D9DE;
  padding: 11px 14px 12px ;
  font-size: 16px;
}

.booking__input::placeholder,
.booking__area::placeholder {
  font-size: 16px;
  color: #c4c4c4;
  font-family: 'Roboto', Arial, sans-serif;
}

.booking__area {
  width: 100%;
  padding: 14px 14px 77px;
  height: 112px;
  border: 1px solid #D9D9DE;
  margin-bottom: 67px;
  resize: none;
}

.booking__btn {
  color: #fff;
  padding: 19px 65px 20px;
  font-size: 18px;
  line-height: 21px;
  border-radius: 30px;
  background-color: #886239;
  border: none;
  cursor: pointer;
  margin-right: 160px;
}

.booking__label {
  text-decoration: underline;
  font-size: 16px;
  line-height: 130%;
}

.booking__checkbox {
  height: 26px;
  width: 26px;
}

.footer {
  background-color: #1F1E1E;
  padding: 80px 0;
  color: #fff;
}

.footer__logo {
  text-align: center;
  margin-bottom: 70px;
}

.footer__box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 130%;
}

.footer__info {
  width: 225px;
}

.footer__box-title {
  margin-bottom: 7px;
  font-weight: 500;
}

.footer__copy {
  margin-bottom: 3px;
  opacity: 0.8;
}

.footer__link {
  text-decoration: underline;
  opacity: 0.8;
}

.footer__address {
  width: 165px;
}

.footer__address-text {
  opacity: 0.8;
}

.footer__contacts {
  width: 210px;
}

.footer__phone {
  opacity: 0.8;
}

.footer__mail {
  opacity: 0.8;
  display: block;
}

@media (max-width: 1140px) {
  .direction__inner {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .direction__img {
    width: 100%;
  }

  .about__inner {
    grid-gap: 20px;
    grid-template-columns: 1fr 2fr;
  }

  .gallery__item-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__item-img {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .popular__link {
    min-width: 200px;
  }

  .popular__items {
    grid-gap: 10px;
  }

  .tour__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
  }
}

@media (max-width: 857px) {
  .last__container {
    width: 100%;
  }
}

@media (max-width: 857px) {
  .booking__label {
    display: none;
  }
}

@media (max-width: 800px) {
  .header__phone span {
    display: none;
  }

  .menu__btn {
    display: none;
  }

  .travel-info__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }

  .popular__link:nth-child(3),
  .popular__link:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  .popular__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .popular__link {
    min-height: 320px;
  }

  .popular {
    padding: 50px 0;
  }

  .map__iframe {
    height: 400px;
  }

  .about__inner {
    grid-gap: 20px;
    grid-template-columns: 1fr ;
  }

  .about__popup {
    min-height: 400px;
  }

  .about {
    padding-bottom: 50px;
  }

  .gallery {
    padding-bottom: 50px;
  }

  .tour {
    padding: 50px 0;
  }

  .tour__box {
    column-count: 1;
  }

  .tour__title {
    margin-bottom: 40px;
  }

  .tour__info {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking {
    padding: 50px 0;
  }

  .booking__input {
    width: 100%;
  }

  .footer {
    padding: 50px 0;
  }
  .footer__logo {
    margin-bottom: 40px;
  }

  .footer__box {
    display: block;
    text-align: center;
  }

  .footer__info,
  .footer__address {
    margin: 0 auto 25px;
  }

  .footer__contacts {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .header__title {
    font-size: 50px;
  }

  .menu__btn {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: none;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 107px;
  }

  .menu__btn::after,
  .menu__btn::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
  }

  .menu__btn::before {
    top: 0;
  }

  .menu__btn::after {
    bottom: 0;
  }

  .menu__btn span {
    display: block;
    height: 2px;
    background-color: #fff;
  }

  .menu__list {
    transform: translateY(-200%);
    display: block;
    background-color: #886239;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .menu__list.menu__list--active {
    transform: translateX(0%);
  }

  .menu__link {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .logo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .header__phone-number {
    margin-left: 0;
  }

  .menu {
    border: none;
  }

  .direction__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .direction__img {
    width: 100%;
  }

  .direction {
    padding: 50px 0;
  }

  .travel-info__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .title {
    font-size: 28px;
  }

  .popular__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery__item-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery__title {
    width: 100%;
    text-align: left;
  }

  .gallery__top {
    flex-wrap: wrap;
  }
}

@media (max-width: 468px) {
  .booking__btn {
    white-space: nowrap;
  }
}

@media (max-width: 468px) {
  .booking__area {
    margin-bottom: 50px;
  }
}

@media (max-width: 460px) {
  .travel-info__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .direction__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .tour__info {
    grid-template-columns: repeat(1, 1fr);
  }

  .tour__info-item--mil {
    margin: 0 auto;
  }
}

@media (max-width: 340px) {
  .about__popup {
    min-height: 280px;
  }
}



