.content_5_content_first {
  min-height: 600px;
  margin: 80px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_5_content_first::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.content_5_content_first > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_5_content_first h3 {
  padding: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
}
.content_5_content_first h2 {
  padding: 0 0 10px;
  font-size: 64px;
  line-height: 1.33;
  font-weight: 600;
  color: #fff;
  font-family: Times, serif;
}
.content_5_content_first p {
  padding: 0 0 30px;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.content_5_content_first .link a {
  display: inline-block;
  padding: 10px 24px 10px 20px;
  font-size: 16px;
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffcb05;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_content_first .link a:hover {
  padding: 10px 22px 10px 20px;
  color: #ffcb05;
  background-color: #010101;
}
.content_5_content_first .link a:hover span {
  padding: 0 6px 0 0;
}
.content_5_content_first .link a span {
  padding: 0 4px 0 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_content_first .link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg) translateY(-2px);
  vertical-align: middle;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_5_hotels_wrapper {
  padding: 60px 0;
}
.content_5_hotels_wrapper > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.content_5_hotels_wrapper header {
  padding: 0 0 20px;
  margin: 0 0 40px;
  position: relative;
}
.content_5_hotels_wrapper header::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffcb05;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_5_hotels_wrapper header p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.content_5_hotels_wrapper h2 {
  padding: 0 0 8px;
  font-weight: 600;
  font-size: 38px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.content_5_hotels_wrapper h2 span {
  color: #ffcb05;
}

.content_5_hotels_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}

.content_5_hotel_item {
  position: relative;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_hotel_item:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.content_5_hotel_item .image {
  font-size: 0;
  position: relative;
}
.content_5_hotel_item img {
  width: 100%;
}
.content_5_hotel_item .inset {
  width: 100%;
  padding: 30px 20px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgb(0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_5_hotel_item .inner {
  padding: 16px 20px;
}
.content_5_hotel_item .inner p {
  padding: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.content_5_hotel_item h3 {
  padding: 0 0 8px;
  font-size: 24px;
  line-height: 1.5;
  font-family: Times, serif;
  color: #fff;
}
.content_5_hotel_item .link {
  padding: 12px 0 0;
}
.content_5_hotel_item .link a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background-color: #633901;
}
.content_5_hotel_item .link a:hover {
  padding: 8px 22px 8px 20px;
  color: #ffffff;
  background-color: #010101;
}
.content_5_hotel_item .link a:hover span {
  padding: 0 6px 0 0;
}
.content_5_hotel_item .link a span {
  padding: 0 4px 0 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_hotel_item .link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg) translateY(-2px);
  vertical-align: middle;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_5_stars em {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url(/img/star.svg);
}
.content_5_stars em.empty {
  background-image: url(/img/star_empty.svg);
}

.content_5_say_wrapper {
  padding: 120px 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.content_5_say_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(48, 42, 34, 0.8), rgba(48, 42, 34, 0.6));
  position: absolute;
  left: 0;
  top: 0;
}
.content_5_say_wrapper > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_5_say_wrapper header {
  padding: 0 0 20px;
  margin: 0 0 40px;
  position: relative;
}
.content_5_say_wrapper header::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #2f2f2f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_5_say_wrapper header p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.content_5_say_wrapper h2 {
  padding: 0 0 12px;
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.content_5_say_wrapper h2 span {
  color: #fff;
}

.content_5_say_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 40px 24px;
}

.content_5_say_item h3 {
  margin: 0 0 40px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  position: relative;
}
.content_5_say_item h3::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  transform: rotate(0deg);
}
.content_5_say_item .user {
  display: flex;
  align-items: center;
}
.content_5_say_item .user div {
  width: calc(100% - 80px);
  padding: 0 0 0 16px;
}
.content_5_say_item .user span {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.content_5_say_item img {
  width: 80px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.content_5_say_item h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  font-family: Times, serif;
}

.content_5_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.content_5_uni_head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.content_5_uni_head > div {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.content_5_uni_head h1 {
  padding: 0 0 10px;
  font-size: 38px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  font-family: Times, serif;
  text-transform: uppercase;
}
.content_5_uni_head p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #ffcb05;
}

.content_5_content_wrapper {
  padding: 60px 0;
}
.content_5_content_wrapper > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_5_about_sides {
  display: grid;
  grid-template-columns: 300px calc(100% - 340px);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.content_5_about_sides .image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content_5_about_sides .image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.content_5_about_sides .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
}
.content_5_about_sides h2 {
  padding: 0 0 12px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Times, serif;
}
.content_5_about_sides .text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 10);
}
.content_5_about_sides .text p {
  padding: 0 0 20px;
}

.content_5_contacts_grid {
  padding: 0 0 120px;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 0;
}

.content_5_contact_item {
  padding: 40px 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #e6e7e8;
}
.content_5_contact_item:nth-child(2n) {
  background-color: #e6e7e8;
}
.content_5_contact_item .icon {
  padding: 0 0 20px;
}
.content_5_contact_item .icon.phone::before {
  background-image: url(/img/phone_yellow_icon.svg);
}
.content_5_contact_item .icon.email::before {
  background-image: url(/img/email_yellow_icon.svg);
}
.content_5_contact_item .icon.location::before {
  background-image: url(/img/location_yellow_icon.svg);
}
.content_5_contact_item .icon::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.content_5_contact_item p {
  padding: 0 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #939598;
}
.content_5_contact_item h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}
.content_5_contact_item a {
  color: currentColor;
  text-decoration: none;
}

.content_5_contacts_form {
  max-width: 1080px;
  margin: 0 auto;
}
.content_5_contacts_form header {
  padding: 0 0 40px;
  text-align: center;
}
.content_5_contacts_form h2 {
  padding: 0 0 16px;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 600;
  color: #000;
  font-family: Times, serif;
  text-transform: uppercase;
}
.content_5_contacts_form p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #a7a9ac;
}

.content_5_form_sides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px;
}

.content_5_input_item {
  margin: 0 0 30px;
}
.content_5_input_item input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 2px solid rgba(0, 0, 0, 10);
  font-size: 16px;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_input_item input::placeholder {
  color: rgba(97, 102, 121, 0.6);
}
.content_5_input_item input:focus {
  border-color: #ffcb05;
  background-color: #fff;
}
.content_5_input_item textarea {
  display: block;
  width: 100%;
  height: 210px;
  padding: 20px 16px;
  border: 2px solid rgba(0, 0, 0, 10);
  font-size: 14px;
  line-height: 1.2;
  resize: none;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_input_item textarea::placeholder {
  color: rgba(97, 102, 121, 0.6);
}
.content_5_input_item textarea:focus {
  border-color: #ffcb05;
  background-color: #fff;
}

.content_5_form_button {
  text-align: center;
}
.content_5_form_button a, .content_5_form_button button {
  display: inline-block;
  padding: 8px 60px;
  border: 1px solid #939598;
  font-size: 17px;
  line-height: 1.64;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background-color: #000000;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_5_form_button a:hover, .content_5_form_button button:hover {
  border-color: #ffcb05;
  color: #fff;
  background-color: #000000;
}
.content_5_form_button a:disabled, .content_5_form_button button:disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: auto;
}

.content_5_uni_text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.content_5_uni_text p {
  padding: 0 0 20px;
}
.content_5_uni_text h3 {
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.content_5_uni_text strong {
  font-weight: 600;
}
.content_5_uni_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #ffcb05;
}
.content_5_uni_text ul {
  padding: 0 0 20px;
}
.content_5_uni_text li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_5_uni_text li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #003fa3;
  border-right: 3px solid #003fa3;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_5_content_first {
    margin: 60px 0 0;
  }
  .content_5_content_first h2 {
    font-size: 32px;
  }
  .content_5_content_first p {
    font-size: 14px;
  }
  .content_5_hotels_wrapper {
    padding: 30px 0;
  }
  .content_5_hotels_wrapper header p {
    font-size: 14px;
  }
  .content_5_hotels_wrapper h2 {
    font-size: 32px;
  }
  .content_5_hotels_grid {
    grid-template-columns: 1fr;
  }
  .content_5_say_wrapper {
    padding: 60px 0;
  }
  .content_5_say_wrapper header p {
    font-size: 14px;
  }
  .content_5_say_wrapper h2 {
    font-size: 32px;
  }
  .content_5_say_grid {
    grid-template-columns: 1fr;
  }
  .content_5_say_item h3 {
    padding: 20px;
    font-size: 14px;
  }
  .content_5_uni_head {
    min-height: 300px;
  }
  .content_5_uni_head h1 {
    font-size: 36px;
  }
  .content_5_uni_head p {
    font-size: 16px;
  }
  .content_5_content_wrapper {
    padding: 30px 0;
  }
  .content_5_about_sides {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .content_5_about_sides h2 {
    font-size: 24px;
  }
  .content_5_contacts_grid {
    grid-template-columns: 1fr;
    padding: 0 0 60px;
  }
  .content_5_contacts_form header {
    padding: 0 0 20px;
  }
  .content_5_contacts_form header p {
    font-size: 14px;
  }
  .content_5_contacts_form h2 {
    font-size: 32px;
  }
  .content_5_form_sides {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .content_5_input_item {
    margin: 0 0 20px;
  }
}
