@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "PTSans";

  font-display: swap;
  src: url("../fonts/ptsans-400.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "PTSans";

  font-display: swap;
  src: url("../fonts/ptsans-700.woff2") format("woff2");
}

html,
body {
  margin: 0;
  padding: 0;

  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-family: "PTSans", sans-serif;
  color: #333333;
}

.logo {
  display: inline-block;
}

.logo__image {
  display: block;
  width: 139px;
  height: 70px;
}

.nav-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  font-family: "PTSans", sans-serif;
  color: #000000;
  text-decoration: none;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "PTSans", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background-color: #756257;
}

.page-main--index {
  text-align: center;
}

.hero {
  background-color: #6b8e9e;
  background-image: url("../img/index-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__image {
  display: block;
  width: 458;
  height: 352;
  margin: 0 auto;
}

.title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-family: "PTSans";
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0;
}

.title--feature {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.title--page {
  font-size: 60px;
  line-height: 60px;
  text-transform: capitalize;
}

.title--hotel {
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}

.description {
  font-size: 22px;
  line-height: 36px;
}

.features-list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.features-list:not(.features-list--sub) > .feature:not(.feature--pictorial):nth-child(odd) {
  background-color: rgba(131, 179, 211, 0.12);
}

.features-list:not(.features-list--sub) > .feature:not(.feature--pictorial):nth-child(even) {
  background-color: rgba(131, 179, 211, 0.2);
}

.features-list--sub {
  background-color: #ffffff;
}

.features-list--sub .feature:nth-child(odd) {
  background-color: rgba(131, 179, 211, 0.12);
}

.feature--pictorial {
  background-color: #83b3d3;
}

.feature--pictorial > .title,
.feature--pictorial > p {
  color: #ffffff;
}

.subscribe {
  text-align: center;
}

.subscribe--index {
  color: #ffffff;

  background-color: #4c7888;
  background-image: url("../img/background-subscribe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe--index .title {
  color: inherit;
}

.subscribe-form__field input {
  font: inherit;
  font-size: 18px;
  line-height: 26px;
  color: #000000;

  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.subscribe-form__field input::placeholder {
  font: inherit;
  font-size: 18px;
  line-height: 26px;
  color: #000000;

  opacity: 0.6;
}

.subscribe-form__submit {
  font: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;

  background-color: #83b3d3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.phone {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog-top {
  color: #ffffff;

  background-color: #4c7888;
  background-image: url("../img/catalog-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-top .title {
  color: #ffffff;
}

.crumb-link {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

.price-filter__field input {
  font: inherit;
  color: #ffffff;

  background-color: transparent;
}

.filter-reset {
  font: inherit;
  color: #ffffff;

  background-color: transparent;
  border: none;
}

.sort-order select {
  font: inherit;

  background-color: #ffffff;
  border: none;
}

.view-btn {
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
}

.view-btn--current {
  border-color: #000000;
}

.hotel__rate {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.more-btn {
  font: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background-color: #83b3d3;
  border: none;
  border-radius: 4px;
}

.pagination-link {
  font: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration: none;

  background-color: #83b3d3;
  border: none;
  border-radius: 4px;
}
.pagination-link--current {
  color: #000000;

  background-color: #f2f2f2;
}

.hotels-on-page select {
  font: inherit;

  background-color: #ffffff;
  border: none;
}
