html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  text-align: center;
}

.header_logo {
  padding: 40px 0 40px;
}
.logo_link-img {
  max-width: 320px;
}

.menu {
  border-top: 2px solid #c4c4c4;
}

.menu_list {
  display: flex;
  justify-content: center;
  list-style: none;
}
.menu_list-item {
  width: 300px;
}

.menu_list-link {
  font-size: 24px;
  line-height: 28px;
  color: #888;
  text-decoration: none;
  display: block;
  padding: 34px 10px 38px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  transition: all 0.3s;
}
.menu_list-link--active,
.menu_list-link:hover {
  color: #fff;
  background-color: #c4c4c4;
}
.menu_list-item:first-child {
  border-left: 1px solid #c4c4c4;
}

.menu_list-item:last-child {
  border-right: 1px solid #c4c4c4;
}

.slider_item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.slick-arrow {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  transform: translateY(-50%);
}
.slick-next {
  right: 20px;
}
.slick-next img {
  max-width: 60px;
}
.slick-prev {
  left: 20px;
}
.slick-prev img {
  max-width: 60px;
}

.search_inner {
  padding: 60px 0 70px;
}

.search_form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_form-label {
  color: #888;
  font-size: 24px;
  line-height: 24px;
  margin-right: 69px;
  width: 155px;
}

.search_form-input {
  height: 70px;
  padding: 0 15px;
  border: 2px solit #c4c4c4;
  width: 430px;
  color: #888;
  font-size: 18px;
}

.search_form-input::placeholder {
  color: #888;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.search_form-btn {
  border: none;
  background-color: #c4c4c4;
  color: #fff;
  padding: 21px 23px 21px 36px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}

.search_form-btn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/scarch-icon.svg);
  top: 26px;
  left: 9px;
}
.popular {
  text-align: center;
}

.popular_title {
  background-color: #000;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-family: "PT Serif", serif;
  padding: 18px 15px;
  font-weight: 400;
}

.popular_inner {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  flex-wrap: wrap;
}

.popular_img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
}

.popular_item-title {
  padding: 30px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #888;
}
.popular_link {
  background-color: #c4c4c4;
  color: #fff;
  text-decoration: none;
  padding: 13px 48px;
}

.reason {
  padding: 100px 0;
}

.reason_inner {
  display: flex;
  justify-content: space-between;
}

.reason_item {
  width: 470px;
}
.reason_title {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-left: 136px;
  position: relative;
}
.reason_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 103px;
}

.reason_title--icon-1::before {
  background-image: url(../images/time-icon.png);
}

.reason_title--icon-2::before {
  background-image: url(../images/world-icon.png);
}

.reason_text {
  margin-bottom: 42px;
}
.reason_link {
  color: #888;
  padding-left: 36px;
  position: relative;
}
.reason_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-black.svg);
}
.best {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  text-align: right;
}
.best_title {
  max-width: 457px;
  margin-left: auto;
  font-weight: 600;
  font-family: "PT Serif", serif;
  font-size: 48px;
  line-height: 46px;
  color: #000;
  padding-top: 68px;
  padding-bottom: 15px;
}
.best_link {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  padding: 16px 18px;
  display: inline-block;
}

.about {
  background-color: #000;
  padding: 100px 0;
  color: #fff;
}
.about ul {
  list-style: none;
}
.about_inner {
  display: flex;
  justify-content: space-between;
}

.about_title {
  margin-bottom: 47px;
  font-weight: 400;
  font-family: "PT Serif", serif;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
.our-managers_title {
  margin-bottom: 27px;
}
.our-managers {
  width: 297px;
}
.our-managers_items {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.our-managers_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 22px;
}
.our-managers_list {
  line-height: 21px;
  margin-bottom: 43px;
}

.our-managers_btn {
  border: none;
  color: #000;
  background-color: #fff;
  padding: 16px 21px;
  line-height: 18px;
  cursor: pointer;
}
.blog {
  width: 411px;
}
.blog_link {
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 28px;
  padding-left: 67px;
  display: inline-block;
  position: relative;
}
.blog_link::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-white.svg);
  position: absolute;
  left: 0;
  top: -4px;
}
.reviews {
  width: 300px;
}
.reviews_img {
  width: 300px;
  height: 127px;
  margin-bottom: 22px;
  object-fit: cover;
}
.reviews_text {
  line-height: 21px;
  margin-bottom: 22px;
}
.reviews_link {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 16px 21px;
  line-height: 18px;
  display: inline-block;
}

.footer_top {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
}

.footer_top-inner {
  display: flex;
  align-items: center;
}

.footer_menu-list {
  list-style: none;
  width: 250px;
  margin-right: 50px;
}

.footer_menu-link {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
}
.footer_form {
  display: flex;
  align-items: center;
}

.footer_form-label {
  line-height: 18px;
  color: #888;
  margin-right: 10px;
}

.footer_form-input {
  display: block;
  width: 511px;
  height: 69px;
  background-color: #fff;
  border: none;
  padding: 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #888;
}
.footer_form-input::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #888;
}
.footer_form-btn {
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #c4c4c4;
  padding: 27px 35px;
}
.footer_logo {
  padding: 3px 0 23px;
  text-align: center;
}

@media (max-width: 1220px) {
  .popular_item {
    width: 50%;
    margin-bottom: 50px;
  }
  .popular_img {
    width: 400px;
    height: 400px;
  }
  .best {
    min-height: 80vh;
  }
}

@media (max-width: 1140px) {
  .about_inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .reviews {
    width: 100%;
    margin-top: 50px;
  }
  .blog {
    margin-left: 150px;
  }
  .footer_top-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_menu {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer_menu-list {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .search_form {
    flex-wrap: wrap;
  }
  .search_form-label {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
  .popular_img {
    width: 280px;
    height: 280px;
  }
  .reason_inner {
    flex-wrap: wrap;
  }
  .reason_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .reason_title {
    min-height: 60px;
    padding-left: 60px;
  }
  .reason_title::before {
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
  }
  .best {
    min-height: 600px;
  }
}

@media (max-width: 900px) {
  .about_inner {
    display: block;
  }
  .our-managers {
    margin: 0 auto;
  }
  .blog {
    margin: 50px auto;
    max-width: 420px;
    width: auto;
  }
  .reviews {
    margin: 0 auto;
    max-width: 420px;
  }
  .footer_form {
    flex-direction: column;
  }
  .footer_form-label {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer_form-input {
    text-align: center;
    margin-bottom: 15px;
    width: 300px;
  }
}

@media (max-width: 768px) {
  .header_logo {
    padding: 40px 0 30px;
  }
  .logo_link-img {
    max-width: 250px;
  }
  .menu_list-link {
    padding: 24px 10px 28px;
  }
  .slider_item {
    min-height: 400px;
  }
  .popular_item {
    width: 100%;
  }
  .best {
    min-height: 400px;
  }
  .footer_top,
  .about,
  .reason,
  .popular_inner {
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  .menu_list {
    display: block;
    border-bottom: 1px solid #c4c4c4;
  }
  .menu_list-item {
    width: 100%;
    border-top: 1px solid #c4c4c4;
  }
  .menu_list-item:first-child,
  .menu_list-item:last-child {
    border-left: none;
    border-right: none;
  }
  .menu_list-link {
    padding: 20px 10px;
  }
  .search_form-input {
    width: 65%;
  }
  .search_form {
    padding: 0 10px;
  }
  .popular_title {
    line-height: 42px;
    font-size: 36px;
  }
  .reason_title {
    font-size: 28px;
    line-height: 32px;
  }
  .best_title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 440px) {
  .search_form-input {
    width: 100%;
  }
  .search_form-btn {
    width: 100%;
    padding: 13px 23px 13px 36px;
  }
  .search_form-btn::before {
    display: none;
  }
}

@media (max-width: 360px) {
  .reason_title {
    font-size: 24px;
    line-height: 28px;
  }
}
