html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  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: 19px;
  color: #1b1818;
  background-color: #bd985f;
}

/* start header */
.header {
  background: #332208;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.menu__list {
  display: flex;
}

.menu__item {
  margin: 0 15px;
}

.menu__list-link {
  font-size: 18px;
  line-height: 21px;
  color: #fefefe;
  text-transform: uppercase;
  padding-bottom: 5px;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

.menu__list-link:hover {
  border-bottom: 1px solid #fefefe;
}

.phone {
  font-size: 18px;
  line-height: 21px;
  color: #fefefe;
}

/* start section top */
.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;
}

.application-btn,
.video-popup {
  text-transform: uppercase;
  color: #fefefe;
  background: #332208;
  padding: 15px 19px;
  transition: all 0.5s;
  border: 1px solid #a19b57;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 46%);
}

.application-btn:hover,
.video-popup:hover {
  color: #1b1818;
  background-color: #fefefea8;
  border: 1px solid #c5ac2d;
}

.top__slider {
  width: 50%;
}
.top__slider .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  list-style: none;
  text-align: center;
}

.slick-dots button {
  font-size: 0;
  width: 9px;
  height: 9px;
  background-color: #332208;
  border: none;
  border-radius: 50%;
  padding: 0;
}
.slick-active button {
  width: 15px;
  height: 15px;
}

.slick-slide img {
  width: 600px;
  object-fit: cover;
}
.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__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top__items {
  display: flex;
  width: 50%;
  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: 9px 8px 4px rgb(0 0 0 / 46%);
  cursor: pointer;
  transition: all 0.5s;
  background-color: #c6bb8652;
}

.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;
}

/* start section rent */

.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-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.rent__text {
  margin-bottom: 20px;
}

.rent__text + .rent__text {
  margin-bottom: 65px;
}

.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;
  box-shadow: 9px 8px 4px rgb(0 0 0 / 46%);
  background-color: #c6bb8652;
}
.rent__item-num {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 115px;
  opacity: 0.05;
}

.rent__item-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: auto;
}

/* start section benefits */
.benefits {
  padding: 100px 0;
}

.benefits__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #1b1818;
  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-color: #332208;
  right: 0;
  top: 1px;
}

.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;
  width: 300px;
}
.benefits__text + .benefits__text {
  width: 267px;
  margin-left: auto;
}

.video-popup {
  padding-left: 55px;
  position: relative;
}
.video-popup::before {
  content: "";
  background-image: url(../images/video-popup.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 12px;
}

/* start section reviews */

.reviews {
  padding: 100px 0;
  background: #332208;
  color: #fefefe;
}

.reviews__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 70px;
}

.slick-initialized .reviews__item {
  display: flex;
}

.reviews__item {
  width: 270px;
  min-height: 300px;
  border: 1px solid #c5ac2d;
  box-shadow: 7px 7px 4px rgb(126 117 75 / 27%);
  padding: 45px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
}

.reviews__item-name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.reviews__slider .slick-dots button {
  background-color: #c5ac2d;
}
.reviews__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.reviews__slider button {
  margin: 0 5px;
  line-height: 12px;
}

/* start section feedback */
.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: 29px;
  margin-bottom: 5px;
}

.feedback__text {
  margin-bottom: 30px;
}

.feedback__input {
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.feedback__input::placeholder {
  line-height: 19px;
  font-size: 16px;
  color: #1b1818;
  font-family: "Roboto Condensed", sans-serif;
}

.feedback__btn {
  font-weight: 400;
  margin-top: 50px;
  text-transform: uppercase;
  color: #fefefe;
  background: #332208;
  padding: 15px 36px;
  transition: all 0.5s;
  border: 1px solid #a19b57;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 46%);
  line-height: 19px;
  font-size: 16px;
  cursor: pointer;
}
.feedback__btn:hover {
  color: #1b1818;
  background-color: #fefefea8;
  border: 1px solid #c5ac2d;
}
/* start footer */

.footer {
  padding: 100px 0 24px;
  background: #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;
}
.menu__btn {
  display: none;
}

/* start adaptive */
@media (max-width: 1250px) {
  .benefits__images {
    width: 39%;
  }
}
@media (max-width: 1140px) {
  .rent__inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .rent__content {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .benefits__title,
  .reviews__title {
    padding: 0 30px;
  }
}
@media (max-width: 1000px) {
  .top__heading {
    display: block;
  }
  .top__content {
    width: 100%;
    padding-bottom: 15px;
  }
  .top__slider {
    width: 100%;
  }
  .top__bottom {
    display: block;
    padding-top: 20px;
  }
  .top__links {
    padding-right: 0;
    padding-top: 50px;
    text-align: center;
  }
  .top__items {
    width: 100%;
  }

  .slick-slide img {
    margin-left: 120px;
  }
  .benefits__items {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .benefits__content {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    text-align: center;
  }
  .benefits__text + .benefits__text {
    margin-left: 0;
    width: 100%;
    margin-bottom: 65px;
  }
  .benefits__title {
    padding: 0 30px;
  }
  .benefits__text {
    width: 100%;
    text-align: center;
  }
  .benefits__images {
    width: 45%;
  }
}
@media (max-width: 860px) {
  .reviews {
    padding: 70px 0;
  }
  .feedback {
    padding: 70px 0;
  }
  .rent__content {
    text-align: center;
  }
  .rent__item {
    margin: 20px;
  }
  .benefits__list-item {
    margin-bottom: 20px;
  }
  .benefits__title {
    text-align: center;
  }
  .benefits {
    padding: 45px 0;
  }
  .feedback__images {
    width: 40%;
  }
  .footer .menu {
    display: none;
  }
  .footer__top {
    justify-content: space-around;
  }
  .footer {
    padding: 45px 0 24px;
  }
}

@media (max-width: 760px) {
  .menu {
    order: 1;
  }
  .menu__list {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #332208;
    text-align: center;
    padding: 20px 0;
    transform: translateY(-500px);
    transition: all 0.5s;
  }

  .menu__list.menu__list--active {
    transform: translateY(0);
  }
  .menu__list-link {
    padding: 20px 0;
    display: block;
  }
  .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;
    z-index: 5;
    outline: none;
  }
  .menu__btn::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fefefe;
    left: 0;
    top: 9px;
  }
  .top__content {
    padding-top: 30px;
  }
  .slick-slide img {
    margin-left: 0;
  }
  .rent {
    padding: 20px 0;
  }
  .feedback__images {
    display: none;
  }
}

@media (max-width: 600px) {
  .rent__item {
    width: 100%;
    min-height: 245px;
  }
  .rent__item-title {
    margin-bottom: 20px;
  }
  .benefits__images {
    width: 70%;
  }
  .benefits__list-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 520px) {
  .top__items {
    flex-wrap: wrap;
  }
  .top__item {
    margin: 20px;
  }
  .top__heading {
    padding: 30px 0 30px;
  }
  .top__content {
    padding-top: 10px;
  }
  .top__title {
    font-size: 42px;
    line-height: 55px;
  }
  .top__text {
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto 40px;
  }
  .application-btn,
  .video-popup {
    font-size: 12px;
    padding: 10px 15px;
  }
  .rent__item-num {
    font-size: 85px;
    line-height: 80px;
  }
  .video-popup {
    padding-left: 40px;
  }
  .video-popup::before {
    left: 5px;
    top: 5px;
  }
  .benefits__list-item {
    margin-right: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 26px;
  }
  .benefits__list-item::after {
    right: auto;
    left: 0;
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .benefits__list-item:nth-child(2),
  .benefits__list-item:nth-child(3),
  .benefits__list-item:nth-child(4),
  .benefits__list-item:nth-child(5),
  .benefits__list-item:nth-child(6) {
    margin-right: 0;
  }
  .feedback__btn {
    font-size: 12px;
    padding: 10px 15px;
  }
}

@media (max-width: 400px) {
  .menu__list {
    padding: 0;
    top: 90px;
  }
  .menu__list-link {
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
  }
  .slick-slide img {
    width: 370px;
  }
  .top__title {
    font-size: 34px;
    line-height: 42px;
  }
  .top__text {
    font-size: 19px;
    line-height: 24px;
  }
  .application-btn,
  .video-popup {
    font-size: 10px;
  }

  .top__slider-text {
    padding-right: 0;
  }
  .top__item {
    width: 100%;
  }
  .top__links {
    text-align: center;
  }
  .top__link {
    margin: 10px 15px;
    display: inline-block;
  }

  .top__link + .top__link {
    margin-left: 0;
  }
  .rent__item {
    margin: 10px;
    padding: 0 20px 20px;
  }
  .benefits__images {
    width: 85%;
  }
  .feedback__form {
    padding: 0 10px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer .phone {
    margin-top: 20px;
  }
}
