@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ptsans-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ptsans-700.woff2") format("woff2");
  font-display: swap;
}

html {
  height: 100%;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  margin: 0 auto;
  width: 1280px;
  min-height: 100%;
  font-family: "PT Sans", sans-serif ;
  font-size: 22px;
  line-height: 118%;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #000000;
}

.input {
  font-family: "PT Sans";
  font-weight: 400;
  color: inherit;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input:focus {
  outline: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

.row-container {
  display: flex;

}

.block-img {
  display: block;
}

.main-logo-img {
  display: block;
  box-sizing: border-box;
  width: 140;
  height: 70;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.link {
  text-decoration: none;
  color: inherit;
}

.header {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.navigation {
  display: flex;
  margin: 0 auto;
  width: 1060px;

}

.navigation-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: 30px;
  padding: 0;
  width: 400px;
}

.navigation-item {
  padding: 0;
  margin: 0;
}


.navigation-link {
  display: block;
  box-sizing: border-box;
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 16px;

}

.navigation-user {
  margin-left: auto;
  justify-content: flex-end;
}

.navigation-user-link {
  display: block;

  min-width: 44;
  height: 100%;
}

.navigation-user-button {
  margin: 0 auto;
  margin-left: 20px;
  padding: 8px 34px;
}

.navigation-link {
  color: inherit;
}

.button {
  display: block;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
}

.button-primary {
  background-color: #756157;
  color: #ffffff;

}

.button-secondary {
  background-color: #82b3d3;
  color: #ffffff;

}

.button-select {
  background-color: #7db54f;
  color: #ffffff;

}

.bg-transparent {
  background-color: transparent;
  color: inherit;
}


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

.hero {
  background-color: #404f5b;
  background-image: url("../images/index-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 69px;
}

.section-welcome-sedona {
  margin-bottom: 69px;
}

.hero-img {
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 82px;
}

.hero-header {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero-description {
}

.advantages {
  margin-bottom: 64px;
}

.advantages-container {
  display: flex;
}


.advantages-item {
  width: 400px;
  height: 385px;
  padding: 0 85px;
}

.advantage-header {
  margin: 0 auto;
  display: block;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  width: 175px;
}

.advantage-text {
  margin: 0 auto;
  display: block;
  color: #333333;
  width: 230px;
  font-size: 18px;
}



.advantage-primary {
  color: #ffffff;
  background-color: #82b3d3;
}

.advantage-primary .advantage-text {
  color: #ffffff;
}

.advantage-secondary {
  color: #333333;
  background-color: rgba(131, 179, 211, 0.12);
}

.advantage-secondary-2 {
  color: #333333;
  background-color: rgba(131, 179, 211, 0.2);;
}


.sedona-invitation {
  margin-bottom: 64px;
}

.sedona-invitation-header {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.sedona-invitation-text {
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  margin: 0;

}

.sedona-hotel-options {
  margin-bottom: 101px;
}


.hotel-options-list {
  display: flex;
}

.hotel-options-item {
  width: 400px;
  height: 385px;
  padding: 0 85px;
}

.hotel-option-header {
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  line-height: 117%;
  font-weight: 700;
}

.hotel-option-description {
  color: #333333;
  font-size: 18px;
}

.hotel-option-primary {
  background-color: rgba(131, 179, 211, 0.12);
}


.hotel-search-invite {
  margin: 0 auto;
  margin-bottom: 96px;
}

.hotel-search-header {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}

.hotel-search-text {
  display: block;
  padding: 0;
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  width: 592px;
  margin-bottom: 54px;

}

.search-link-button {
  line-height: 36px;
  width: 276px;
  padding: 8px 50px;
  margin: 0 auto;


}


/*
Catalog.html
*/

.catalog-container {
  width: 1060px;
  margin: 0 auto;
}

.hotel-search {
  background-color: #404f5b;
  background-image: url("../images/filter-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 70px;
}

.catalog-header {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 130%;
  margin-bottom: 8px;
}

.result-header {
  margin-right: 200px;
}


.breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs a {
  font-size: 16px;
  line-height: 131%;

}

.catalog-filter-group {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 70px;
}

.catalog-filter-group:first-child {
  margin-left: 0;
}

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

.filter-group-container {
  display: flex;
}

.catalog-filter-title{
  margin-bottom: 32px;
}

.catalog-filter-item {
  margin-bottom: 16px;
}

.filter-section legend {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.filter-section label {
  font-weight: 400;
  font-size: 18px;
  line-height: 128%;
}

.filter-btn-container {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.filter-btn {
  margin-bottom: 32px;
  padding: 8px 0;
  width: 191px;
}

.filter-btn:last-child {
  margin-bottom: 0;
}


.result-header {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}

.filter-select {
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  padding: 14px 20px;
  color: #333333;
  background-color: transparent;
  width: 212px;
}

.hotels-view-mode-list{
  margin-left: auto
}

.hotels-view-mode-list a{
  text-decoration: none;
  margin-left: auto;
}

.view-mode-selection {
  margin-bottom: 40px;
}



.hotel-cards-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;


}

.hotel-card-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  width: 340px;
  border-radius: 4px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.hotel-card-item:nth-child(3n){
  margin-right: 0;
}


.hotel-card-header {
  font-size: 24px;
  line-height: 117%;
  grid-column: 1 / -1;
}

.price-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 117%;
  color: #333333;
}

.hotel-rating {
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;

  background-color: #f2f2f2;
  color: #333333;
}

.pagination {
  display: flex;
}

.pagination-item {
  margin-right: 8px;
}



.pagination-link {
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;

  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  padding-top: 12px;
  padding-bottom: 12px;

}

.pagination-current {
  background-color: #f2f2f2;
}

.pagination-empty {
  background-color: transparent;
  color: #000000;
}

.page-footer {
  margin-bottom: 0;
}

.footer-subscription-form {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 104px;
}


.subscription-header {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subscription-text {
  display: block;
  margin: 0 auto;
  color: #333333;
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  width: 475px;
  margin-bottom: 54px;
}

.subscription-main {
  background-color: #404f5b;
  background-image: url("../images/Subscribe.png");
  background-size:cover;
  background-repeat: no-repeat;
  color: #ffffff;
}


.subscription-main p {
  color: #ffffff;
}

.subscription-container {
  margin: 0 auto;
  display: flex;
  width: 684px;
  height: 52px;

}

.subscription-email-field {
  flex-grow: 1;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  background-color: #f2f2f2;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscription-button {
  width: 232px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.footer-container {
  display: flex;
  margin: auto;
  width: 1060px;
  height: 120px;
  align-items: center;
}

.social-list {
  display: flex;
  width: 200px;
}


.social-link {
  display: block;
  min-width: 47px;
  height: 40px;
}


.vk-logo {
  background-image: url("../images/social-networks/vk.svg")

}

.youtube-logo {
  background-image: url("../images/social-networks/youtube.svg")

}

.tg-logo {
  background-image: url("../images/social-networks/telegram.svg")

}


.footer-contacts {
  width: 720px;
}

.footer-contacts-phone {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  font-size: 40px;
  text-align: center;
  font-style: normal;

}

.html-academy-link {
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  min-width: 115px;
  min-height: 33px;
  background-image: url("../images/htmlacademy.svg")
}
