.content_4_content_first {
  min-height: 400px;
  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_4_content_first::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.content_4_content_first > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.content_4_content_first h2 {
  padding: 0 0 30px;
  font-size: 64px;
  line-height: 1.33;
  color: #fff;
  font-family: Times, serif;
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0s;
}
.content_4_content_first p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0s;
}

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

.content_4_hotels_head {
  padding: 0 0 40px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.content_4_hotels_head h2 {
  padding: 0 0 20px;
  font-size: 36px;
  line-height: 1.33;
  font-family: Times, serif;
}
.content_4_hotels_head p {
  font-size: 29px;
  line-height: 1.5;
}

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

.content_4_hotel_item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.content_4_hotel_item:hover img {
  transform: scale(1.05);
}
.content_4_hotel_item .image {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.content_4_hotel_item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_hotel_item .inner {
  padding: 24px 0;
  line-height: 1.5;
}
.content_4_hotel_item a {
  color: #08254D;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_hotel_item a:hover {
  color: #0a91b0;
}
.content_4_hotel_item h3 {
  padding: 0 0 12px;
  font-size: 24px;
  text-align: left;
  font-family: Times, serif;
}
.content_4_hotel_item p {
  padding: 0 0 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 10);
  text-align: left;
}
.content_4_hotel_item .link {
  padding: 12px 0 0;
  text-align: left;
}
.content_4_hotel_item .link a {
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding: 0 20px 0 0;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_hotel_item .link a:hover {
  padding: 0 16px 0 0;
}
.content_4_hotel_item .link a:hover span::before {
  width: 0;
}
.content_4_hotel_item .link a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(-45deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_hotel_item .link a span {
  display: inline-block;
  position: relative;
}
.content_4_hotel_item .link a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b99d75;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_4_advisor_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.content_4_advisor_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.content_4_advisor_wrapper > div {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.content_4_advisor_wrapper .icon {
  padding: 0 0 30px;
}
.content_4_advisor_wrapper .icon::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/customer_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: brightness(0) saturate(100%) invert(69%) sepia(41%) saturate(306%) hue-rotate(356deg) brightness(87%) contrast(84%);
}
.content_4_advisor_wrapper h2 {
  padding: 0 0 40px;
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
  font-family: Times, serif;
}
.content_4_advisor_wrapper p {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.content_4_stars em {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #F0C808;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}
.content_4_stars em::before, .content_4_stars em::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #F0C808;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.content_4_stars em::after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

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

.content_4_scroll_link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.content_4_scroll_link a {
  display: inline-block;
  padding: 0 0 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.content_4_about_wrapper {
  padding: 60px 0;
}
.content_4_about_wrapper > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.content_4_about_wrapper header {
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 0 40px;
  border-bottom: 1px dashed #b99d75;
  text-align: center;
}
.content_4_about_wrapper header h3 {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b99d75;
  letter-spacing: -1px;
}
.content_4_about_wrapper header h2 {
  padding: 0 0 30px;
  font-size: 36px;
  line-height: 1.33;
  font-family: Times, serif;
}
.content_4_about_wrapper header p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
}

.content_4_about_sides {
  display: grid;
  grid-template-columns: calc(45% - 12px) calc(55% - 12px);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_4_about_sides .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content_4_about_sides .images img {
  width: 51%;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.content_4_about_sides .images img + img {
  width: 46%;
}
.content_4_about_sides img {
  max-width: 100%;
}
.content_4_about_sides .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  padding: 0 32px 0 0;
}
.content_4_about_sides h3 {
  padding: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b99d75;
  letter-spacing: -0.2px;
}
.content_4_about_sides h2 {
  padding: 0 0 12px;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: Times, serif;
}
.content_4_about_sides .text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
}
.content_4_about_sides .text p {
  padding: 0 0 20px;
}
.content_4_about_sides li {
  padding: 0 0 0 16px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.33;
  position: relative;
}
.content_4_about_sides li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b99d75;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.content_4_advantages_wrapper {
  padding: 120px 0 120px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.content_4_advantages_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.content_4_advantages_wrapper > div {
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_4_advantages_wrapper header {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
}
.content_4_advantages_wrapper header h3 {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b99d75;
  letter-spacing: -1px;
}
.content_4_advantages_wrapper header h2 {
  padding: 0 0 30px;
  font-size: 48px;
  line-height: 1.33;
  font-family: Times, serif;
  color: #fff;
}

.content_4_advantages_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px;
}
.content_4_advantages_grid article {
  text-align: center;
}
.content_4_advantages_grid h3 {
  padding: 0;
  font-size: 64px;
  line-height: 1.33;
  color: #fff;
  font-family: Times, serif;
}
.content_4_advantages_grid p {
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
  text-transform: uppercase;
}

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

.content_4_contact_sides {
  display: grid;
  grid-template-columns: calc(100% - 560px) 500px;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 60px;
}
.content_4_contact_sides img {
  width: 100%;
}

.content_4_contacts_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_4_contacts_form header {
  margin: 0 0 40px;
  padding: 0 0 40px;
  text-align: center;
  border-bottom: 1px dashed #b99d75;
}
.content_4_contacts_form header h3 {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b99d75;
  letter-spacing: -1px;
}
.content_4_contacts_form header h2 {
  padding: 0 0 30px;
  font-size: 48px;
  line-height: 1.33;
  font-family: Times, serif;
}
.content_4_contacts_form header p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
}

.content_4_input_item {
  margin: 0 0 16px;
}
.content_4_input_item input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_input_item input::placeholder {
  color: rgba(97, 102, 121, 0.5);
}
.content_4_input_item input:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
.content_4_input_item textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 20px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2;
  resize: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_4_input_item textarea::placeholder {
  color: rgba(97, 102, 121, 0.5);
}
.content_4_input_item textarea:focus {
  border-color: rgba(0, 0, 0, 0.4);
}

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

.content_4_content_text {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.content_4_content_text::after {
  content: "";
  display: block;
  clear: both;
}
.content_4_content_text p {
  padding: 0 0 20px;
}
.content_4_content_text h3 {
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.content_4_content_text h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 14px;
}
.content_4_content_text strong {
  font-weight: 600;
}
.content_4_content_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #b99d75;
}
.content_4_content_text ul {
  padding: 0 0 20px;
}
.content_4_content_text li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_4_content_text li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #b99d75;
  border-right: 2px solid #b99d75;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_4_content_first {
    margin: 60px 0 0;
  }
  .content_4_content_first h2 {
    padding: 0 0 12px;
    font-size: 48px;
  }
  .content_4_content_first p {
    font-size: 16px;
  }
  .content_4_hotels_wrapper {
    padding: 30px 0;
  }
  .content_4_hotels_head h2 {
    font-size: 32px;
  }
  .content_4_hotels_grid {
    grid-template-columns: 1fr;
  }
  .content_4_hotels_grid img {
    height: 60vw;
  }
  .content_4_hotels_grid .inner {
    padding: 12px 0 20px;
  }
  .content_4_advisor_wrapper {
    padding: 40px 0;
  }
  .content_4_advisor_wrapper h2 {
    font-size: 24px;
  }
  .content_4_advisor_wrapper p {
    font-size: 16px;
  }
  .content_4_uni_head h1 {
    padding: 0 0 20px;
    font-size: 48px;
  }
  .content_4_about_wrapper {
    padding: 30px 0;
  }
  .content_4_about_wrapper header {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .content_4_about_wrapper header h3 {
    font-size: 16px;
  }
  .content_4_about_wrapper header h2 {
    padding: 0 0 20px;
    font-size: 24px;
  }
  .content_4_about_wrapper header p {
    font-size: 14px;
  }
  .content_4_about_sides {
    grid-template-columns: 1fr;
  }
  .content_4_about_sides .inner {
    padding: 0;
  }
  .content_4_about_sides h2 {
    font-size: 24px;
  }
  .content_4_advantages_wrapper {
    padding: 60px 0;
  }
  .content_4_advantages_wrapper header {
    margin: 0;
    padding: 0;
  }
  .content_4_advantages_wrapper header h3 {
    font-size: 16px;
  }
  .content_4_advantages_wrapper header h2 {
    padding: 0 0 20px;
    font-size: 24px;
  }
  .content_4_advantages_grid {
    grid-template-columns: 1fr 1fr;
  }
  .content_4_advantages_grid p {
    font-size: 14px;
  }
  .content_4_contact_wrapper {
    padding: 30px 0;
  }
  .content_4_contact_sides {
    grid-template-columns: 1fr;
  }
  .content_4_contact_sides .image {
    display: none;
  }
  .content_4_contacts_form header {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .content_4_contacts_form header h3 {
    font-size: 16px;
  }
  .content_4_contacts_form header h2 {
    padding: 0 0 20px;
    font-size: 32px;
  }
}
