html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

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

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1b1818;
}

.header {
  background: #332208;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.menu__list {
  display: flex;

}

.menu__item {
  margin: 0 15px;
}

.menu__list-link {
  text-transform: uppercase;
  color: #fefefe;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 5px;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

.menu__list-link:hover {
  border-bottom: 1px solid #fefefe;
}

.phone {
  color: #fefefe;
  font-size: 18px;
  line-height: 21px;
}

.top {
  padding-bottom: 100px;
}

.top__heading {
  display: flex;
  padding: 50px 0 30px;
}

.top_content {
  text-align: center;
  padding-top: 90px;
  width: 50%;
}

.top__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  margin: 0 auto 20px;
  max-width: 455px;
}

.top__text {
  font-size: 24px;
  line-height: 28px;
  margin: 0 auto 60px;
  max-width: 470px;
}

.aplication-btn {
  display: inline-block;
  text-transform: uppercase;
  color: #fefefe;
  background: #c5ac2d;
  padding: 16px 19px 15px;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.aplication-btn:hover {
  color: #c5ac2d;
  background: #fefefe;
  border: 1px solid #c5ac2d;
}

.top__slider {
  width: 50%;
}

.top__slider-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  padding-right: 100px;
  text-align: right;
}

.top__slider-text span+span {
  padding-left: 12px;
}

.top .swiper-pagination {
  position: relative;
  margin-top: 10px;
}

.top .swiper-pagination-bullet {
  background-color: #332208;
}

.top__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top__items {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.top__item {
  border: 1px solid #1b1818;
  padding: 10px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.5s;
}

.top__item:hover {
  transform: scale(1.25);
}

.top__links {
  padding-right: 80px;
}

.top__link {
  color: #1b1818;
  border-bottom: 1px solid #1b1818;
}

.top__link+.top__link {
  margin-left: 20px;
}

.rent {
  padding: 100px 0;
}

.rent__inner {
  display: flex;
  justify-content: space-between;
}

.rent__content {
  width: 300px;
}

.rent__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: 24px;
  line-height: calc(29 / 24);
  margin-bottom: 30px;
}

.rent__text {
  margin-bottom: 20px;
}

.rent__text+.rent__text {
  margin-bottom: 40px;
}

.rent__item {
  border: 1px solid #332208;
  width: 250px;
  min-height: 350px;
  padding: 0 35px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.rent__item-num {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: calc(115 / 96);
  opacity: 0.05;
}

.rent__item-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(22 / 18);
  margin: auto 0;
}

.benefits {
  padding: 100px 0;
}

.benefits__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: calc(29 / 24);
  margin-bottom: 50px;
}

.benefits__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits__list {
  width: 300px;
  list-style: none;
}

.benefits__list-item {
  margin-bottom: 27px;
  padding-right: 26px;
  position: relative;
  text-align: right;
}

.benefits__list-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #332208;
  right: 0;
  top: 3px;
}

.benefits__list-item:nth-child(1),
.benefits__list-item:nth-child(7) {
  margin-right: 10px;
}

.benefits__list-item:nth-child(2),
.benefits__list-item:nth-child(6) {
  margin-right: 60px;
}

.benefits__list-item:nth-child(3),
.benefits__list-item:nth-child(5) {
  margin-right: 110px;
}

.benefits__list-item:nth-child(4) {
  margin-right: 155px;
}

.benefits__content {
  width: 300px;
  text-align: right;
}

.benefits__text {
  margin-bottom: 30px;
  text-align: right;
}

.benefits__text+.benefits__text {
  width: 267px;
  margin-left: auto;
}

.video-popup {
  position: relative;
  background-color: #c5ac2d;
  text-transform: uppercase;
  color: #fefefe;
  padding: 6px 34px 6px 64px;
  text-align: center;
  display: inline-block;
}

.play-pop-up__ico {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.revievs {
  padding: 100px 0;
  background-color: #332208;
  color: #fefefe;
}

.revievs__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: calc(29 / 24);
  margin-bottom: 70px;
}

.revievs__item {
  border: 1px solid #c5ac2d;
  padding: 45px 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  height: 200px;
  text-align: center;
}

.revievs__item-name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: calc(29 / 24);
}

.commentsSwiper {
  padding-left: 48px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c5ac2d;
}

.swiper-pagination {
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet {

  background-color: #c5ac2d;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

.feedback {
  padding: 100px 0;
}

.feedback__inner {
  display: flex;
  align-items: center;
  ;
}

.feedback__images {
  width: 50%;
}

.feedback__form {
  width: 415px;
  margin: 0 auto;
}

.feedback__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: calc(29 / 24);
  margin-bottom: 5px;
}

.feedback__text {
  margin-bottom: 30px;
}

.feedback_input {
  display: block;
  padding: 20px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.feedback_input::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16;
  line-height: calc(19 / 16);
  color: #1b1818;
}

.feedback__btn {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fefefe;
  border: 1px solid transparent;
  display: inline-block;
  padding: 16px 36px 15px;
  font-size: 16;
  line-height: calc(19 / 16);
  background-color: #c5ac2d;
  margin-top: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

.feedback__btn:hover {
  background-color: #fefefe;
  color: #c5ac2d;
  border: 1px solid #c5ac2d;
}


.footer {
  padding: 100px 0 24px;
  background-color: #332208;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

.footer__social {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__social-link {
  margin: 0 15px;
}

.footer__social-img {
  fill: #ffffff
}

.menu__btn {
  display: none;
}

@media (max-width: 860px) {

  .menu {
    order: 1;
  }

  .menu__list {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 20px 0;
    background-color: #332208;
    right: 0;
    text-align: center;
    transform: translateY(-500px);
    ;
  }

  .menu__list-link {
    display: block;
    padding: 20px 0;
  }

  .menu__btn {
    display: block;
    cursor: pointer;
    width: 35px;
    height: 24px;
    border: none;
    border-top: 2px solid #fefefe;
    border-bottom: 2px solid #fefefe;
    background-color: transparent;
    position: relative;
  }

  .menu__btn::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fefefe;
    left: 0;
    top: 9px;
  }

}