html {
  box-sizing: border-box;
}
*,
*::after,
::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.container {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 10px;
}
body {
  font-family: "Rethink Sans", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #2b2a29;
}
.title {
  font-size: 63px;
  font-family: "Rethink Sans", serif;
  font-weight: 800;
  text-transform: uppercase;
}
span {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.header__top {
  padding-top: 50px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.menu__list {
  display: flex;
  gap: 40px;
  color: #0a507a;
}
.menu__link:hover {
  color: #2b2a29;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #0a507a;
  border-radius: 30px;
  color: #fff;
}
.header__phone:hover {
  background-color: #157ab3;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.title-img {
  margin-bottom: 12px;
  width: 100%;
  position: relative;
  z-index: -1;
}
.title-text {
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #2b2a29;
  display: inline-block;
}
.title-text:hover {
  background-color: #0a507a;
}
.header {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 80px;
}
.header__content {
  display: flex;
  justify-content: space-between;
}
.header__info-list {
  display: flex;
  gap: 18px 10px;
  flex-wrap: wrap;
  max-width: 485px;
}
.header__info {
  display: flex;
  flex-direction: column;
  gap: 118px;
  margin-top: auto;
}
.header__info-item {
  padding: 10px 20px;
  color: #0a507a;
  border-radius: 30px;
  border: 1px solid#0a507a;
  font-size: 24px;
  font-weight: 700;
}
.header__news {
  margin-top: -50px;
}
.header__box-news {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 100px;
}
.header__news-title,
.header__news-time {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.header__news-time {
  margin-bottom: 10px;
}
.header__news-link {
  text-decoration: underline;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
  align-self: flex-start;
}
.header__social {
  margin-top: auto;
}
.header__social-list {
  display: flex;
  gap: 20px;
}
.header__buttons {
  display: flex;
  gap: 20px;
}

.header__buttons a {
  font-size: 32px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
}
.header__buttons-book {
  background-color: #2b2a29;
  color: #fff;
}
.header__buttons-book:hover {
  background-color: #ffffff;
  color: #2b2a29;
}
.header__buttons-activities {
  color: #2b2a29;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #2b2a29;
}
.header__buttons-activities:hover {
  color: #fff;
  background-color: #0a507a;
}
.what__looks {
  margin: 150px 0;
}

.what__looks-title {
  width: 100%;
  max-width: 1073px;
}
.whoweare {
  padding: 150px 0;
}
.whoweare__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.whoweare__top-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.whoweare__top-items {
  padding-bottom: 100px;
}
.whoweare__top-text {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: auto;
}
.whoweare__top-item {
  padding: 10px 15px;
  color: #157ab3;
  border-radius: 30px;
  border: 1px solid #0a507a;
  font-weight: 700;
  font-size: 26px;
}
.whoweare__top-item:hover {
  color: #ffffff;
  background-color: #157ab3;
}
.whoweare-name {
  font-size: 20px;
  font-weight: 600;
}
.whoweare__news-button {
  font-size: 32px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 68px;
  bottom: 46px;
}
.whoweare__news-button:hover {
  color: #2b2a29;
  background-color: #ffffff;
}

.whoweare__top {
  display: flex;
  flex-direction: column;
  max-width: 560px;
}
.whoweare__news {
  position: relative;
}
.whoweare__news-img {
  width: 100%;
  max-width: 850px;
}
.activities__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.activities__top-item {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}
.activities__button {
  margin-top: 36px;
}
.activities__top-button {
  font-size: 32px;
  font-weight: 800;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #2b2a29;
  color: #fff;
}
.activities__top-button:hover {
  background-color: #ffffff;
  color: #2b2a29;
}
.activites__content-items {
  width: 340px;
  height: 340px;
  min-height: 340px;
  min-width: 340px;
  border-radius: 50%;
  border: 1px solid #2b2a29;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activities__content-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.activities__content-list {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
.activites__content-items:hover {
  color: #fff;
  background-color: #0a507a;
}
.activites__content-border {
  margin-top: 100px;
}
.activites__content-img {
  max-width: 100%;
}
.review__top {
  display: block;
  margin-top: 150px;
  margin-bottom: 100px;
  margin-left: 865px;
}
.review__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.review__item-title1 {
  padding-top: 15px;
}
.review__item-name,
.review__item-date {
  padding-left: 5px;
}
.review__item-info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.review__item1,
.review__item4 {
  max-width: 270px;
}
.review__item2,
.review__item3 {
  max-width: 560px;
}
.review__item2,
.review__item4 {
  margin-top: 94px;
}

.review__item-img {
  width: 100%;
}

.footer {
  background-color: #2b2a29;
  color: #ffffff;
  margin-top: 150px;
}
.footer__container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  gap: 210px;
}
.footer__content-info {
  display: flex;
  gap: 68px;
  align-items: center;
  margin-top: 29px;
}

.footer__content-link {
  margin-bottom: 20px;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 59px;
  padding-bottom: 100px;
}
.footer__social-list {
  display: flex;
  gap: 20px;
}
.footer__private {
  display: flex;
  gap: 40px;
}
.menu__btn {
  display: none;
  width: 50px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.menu.menu--open .menu__btn span {
  background-color: #fff;
}
.menu__btn span {
  width: 20px;
  height: 2px;
  background-color: #0a507a;
  margin-bottom: 5px;
  width: 100%;
  transition: background-color 0.3;
}
.menu.menu--open .menu__list {
  transform: translateY(0%);
}
@media (max-width: 1920px) {
  .header {
    padding-bottom: 50px;
    min-height: 69vh;
  }
  .header-top {
    padding-top: 30px;
  }
  .header__box-news {
    margin-bottom: 30px;
  }
}
@media (max-width: 1500px) {
  .whoweare__news {
    flex-basis: 50%;
  }
  .whoweare__news-img {
    width: 100%;
  }
  .whoweare__content {
    flex-wrap: wrap;
  }
  .review__top {
    margin-left: 0;
    margin-bottom: 75px;
  }
  .review__content {
    justify-content: space-around;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .whoweare__news {
    align-self: flex-end;
  }
  .whoweare__top {
    flex-basis: 50%;
  }
}

@media (max-width: 1024px) {
  .header__content {
    flex-direction: column;
  }
  .menu__btn {
    display: flex;
  }
  .menu__list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #0a507a;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
    font-size: 24px;
    transform: translateY(-100%);
    transition: transform 0.3;
  }
  .header__news {
    margin-top: 10px;
    order: -1;
    margin-bottom: 30px;
  }
  .header__info-list {
    max-width: 100%;
  }
  .header__info {
    gap: 50px;
  }
  .text {
    padding: 75px 0;
    font-size: 40px;
  }
  .whoweare__top {
    flex-basis: 100%;
    max-width: 100%;
  }
  .whoweare__news {
    flex-basis: 100%;
  }
  .whoweare {
    padding: 66px 0;
  }
  .whoweare__top-items {
    padding-bottom: 32px;
  }
  .activities__top {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .review__item2,
  .review__item4 {
    margin-top: 20px;
    width: 100%;
  }
  .title {
    font-size: 38px;
  }
  .footer {
    padding: 75px 0;
  }
  .footer__copy {
    flex-wrap: wrap;
  }

  .footer__private {
    margin-top: 20px;
  }
}
@media (max-width: 475px) {
  .header__buttons-book,
  .header__buttons-activities,
  .whoweare__top-item {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .header__buttons {
    flex-wrap: wrap;
  }
  .header__info-item {
    font-size: 14px;
    padding: 8px 12px;
  }
  .header__info-list {
    gap: 10px;
  }

  .activites__content-items {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
  }
  .activites__content-border {
    margin-top: 50px;
  }
  .review__top {
    margin-bottom: 50px;
  }
  .footer__top {
    gap: 20px;
    flex-direction: column-reverse;
    padding-top: 50px;
    text-align: center;
  }
  .title {
    font-size: 28px;
  }
  .footer {
    padding: 0;
  }
  .footer__content-info {
    gap: 20px;
    flex-direction: column;
  }
  .footer__copy {
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-around;
  }
  .footer__social-list {
    text-align: center;
  }
}
