@charset "UTF-8";
.content_2_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: flex;
  position: relative;
}
.content_2_index_first::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.content_2_index_first > div {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
}
.content_2_index_first .inner {
  color: #fff;
}
.content_2_index_first h3 {
  padding: 0 0 10px;
  font-size: 23px;
  line-height: 1.33;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_2_index_first h2 {
  padding: 0 0 40px;
  font-size: 48px;
  line-height: 1.33;
  font-weight: 600;
}
.content_2_index_first .link a {
  font-weight: 800;
  background: #0e3d82;
  color: #fff;
  padding: 15px 25px;
  margin: 0;
  position: relative;
  font-size: 18px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.content_2_index_first .link a::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  background: #0e3d82;
}
.content_2_index_first .link a span {
  position: relative;
  z-index: 2;
}
.content_2_index_first .link a:hover::after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
}
.content_2_index_first .link a:hover span {
  color: #ffffff;
}

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

.content_2_about_sides {
  display: grid;
  grid-template-columns: calc(55% - 24px) calc(45% - 24px);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 48px;
}
.content_2_about_sides .image {
  font-size: 0;
}
.content_2_about_sides .image img {
  width: 100%;
  box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.1);
}
.content_2_about_sides header {
  padding: 0 0 20px;
  margin: 0 0 24px;
  border-bottom: 1px dashed #91765a;
}
.content_2_about_sides h3 {
  padding: 0 0 12px;
  font-size: 14px;
  line-height: 1.33;
  color: #91765a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.content_2_about_sides h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
}
.content_2_about_sides .text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.content_2_about_sides .text p {
  padding: 0 0 16px;
}
.content_2_about_sides blockquote {
  min-height: 64px;
  margin: 8px 0 0;
  padding: 0 0 0 80px;
  position: relative;
}
.content_2_about_sides blockquote h4 {
  padding: 6px 0 2px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.content_2_about_sides blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.content_2_avatar {
  position: absolute;
  left: 0;
}
.content_2_avatar img {
  width: 64px;
  border-radius: 50%;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.content_2_rooms_block {
  padding: 60px 0;
  background-color: #262522;
  position: relative;
}
.content_2_rooms_block::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #262522;
  position: absolute;
  left: 50%;
  top: -30px;
}
.content_2_rooms_block > div {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.content_2_rooms_block header {
  padding: 0 0 32px;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
}
.content_2_rooms_block header h3 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_2_rooms_block h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.33;
}

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

.content_2_room_item {
  font-size: 0;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_2_room_item:hover {
  transform: translate(0, -2px);
}
.content_2_room_item:hover ul {
  height: 24px;
}
.content_2_room_item:hover li {
  opacity: 1;
}
.content_2_room_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content_2_room_item img {
  width: 100%;
}
.content_2_room_item .inner {
  width: 100%;
  padding: 48px 24px 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_2_room_item p {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
}
.content_2_room_item h4 {
  padding: 0 0 12px;
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
  color: #fff;
}
.content_2_room_item ul {
  height: 0;
  overflow: hidden;
  display: flex;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_2_room_item li {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.2s;
}
.content_2_room_item li + li {
  transition-delay: 0.25s;
}
.content_2_room_item li + li + li {
  transition-delay: 0.3s;
}
.content_2_room_item li.icon_1 {
  background-image: url(../img/service_icon_1.svg);
}
.content_2_room_item li.icon_2 {
  background-image: url(../img/service_icon_2.svg);
}
.content_2_room_item li.icon_3 {
  background-image: url(../img/service_icon_3.svg);
}

.star-rating {
  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 #ffd27d;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}
.star-rating::before, .star-rating::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 #ffd27d;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating::after {
  transform: rotate(35deg);
}

.content_2_play_button {
  width: 80px;
  height: 80px;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 50%;
  border: 2px solid #fff; /* Белая рамка */
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content_2_play_button a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.content_2_play_button a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_2_play_button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.content_2_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.content_2_modal iframe {
  max-width: 100%;
}

.content_2_modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.content_2_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.content_2_close:hover,
.content_2_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.content_2_advantages_wrapper {
  padding: 60px 0;
  background-color: rgba(38, 37, 34, 1);
}
.content_2_advantages_wrapper > div {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.content_2_advantages_wrapper header {
  padding: 0 0 32px;
  margin: 0 0 20px;
  text-align: center;
}
.content_2_advantages_wrapper header h3 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 700;
  color: #91765a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_2_advantages_wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.33;
}

.content_2_advantages_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_2_advantages_grid article {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(227, 189, 86, 1);
}
.content_2_advantages_grid article:hover h3 {
  color: #91765a;
}
.content_2_advantages_grid h3 {
  padding: 0 0 12px;
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_2_advantages_grid p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px); /* Поднимаем элемент на 30 пикселей */
  }
  60% {
    transform: translateY(-15px); /* Поднимаем элемент на 15 пикселей */
  }
}
.content_2_room_content {
  padding: 60px 0;
}
.content_2_room_content > div {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

.content_2_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  position: relative;
}
.content_2_uni_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
}
.content_2_uni_head > div {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
}
.content_2_uni_head h1 {
  padding: 0 0 20px;
  font-size: 48px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}

.content_2_staff_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
  font-size: 0;
}
.content_2_staff_grid article {
  background-color: transparent;
}
.content_2_staff_grid article:hover .oferflow {
  top: 0;
}
.content_2_staff_grid img {
  width: 100%;
}
.content_2_staff_grid .inner {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.content_2_staff_grid h3 {
  padding: 0 0 2px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.content_2_staff_grid p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}
.content_2_staff_grid .oferflow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #91765a;
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_2_staff_grid .email {
  padding: 12px 0 0;
}
.content_2_staff_grid .email a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.content_2_social_links {
  font-size: 0;
}
.content_2_social_links a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 6px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  opacity: 0.5;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_2_social_links a:hover {
  opacity: 0.75;
  transform: scale(1.1);
}
.content_2_social_links a.instagram {
  background-image: url(../img/instagram_white_icon.svg);
}
.content_2_social_links a.x {
  background-image: url(../img/x_white_icon.svg);
}
.content_2_social_links a.facebook {
  background-image: url(../img/facebook_white_icon.svg);
}

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

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

.content_2_cotacts_info header {
  padding: 0 0 32px;
  margin: 0 0 20px;
  color: #000;
  border-bottom: 1px dashed #91765a;
}
.content_2_cotacts_info header p {
  font-size: 14px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.75);
}
.content_2_cotacts_info h2 {
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.33;
}

.content_2_contacts_list article {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_2_contacts_list .icon {
  width: 32px;
}
.content_2_contacts_list img {
  width: 32px;
}
.content_2_contacts_list .inner {
  width: calc(100% - 32px);
  padding: 0 0 0 20px;
}
.content_2_contacts_list p {
  padding: 0 0 2px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 700;
  color: #91765a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_2_contacts_list h3 a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.content_2_contacts_form {
  padding: 48px;
  background-color: rgba(97, 86, 55, 1);
}
.content_2_contacts_form h2 {
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.33;
}

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

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

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

.content_2_content_text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.content_2_content_text .image.right {
  float: right;
  margin: 0 0 20px 20px;
}
.content_2_content_text .image img {
  max-width: 100%;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
}
.content_2_content_text p {
  padding: 0 0 20px;
}
.content_2_content_text h3 {
  padding: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.content_2_content_text h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 14px;
}
.content_2_content_text strong {
  font-weight: 600;
}
.content_2_content_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #91765a;
}
.content_2_content_text ul {
  padding: 0 0 20px;
}
.content_2_content_text li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_2_content_text li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #91765a;
  border-right: 2px solid #91765a;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_2_index_first h2 {
    font-size: 32px;
  }
  .content_2_hotel_about {
    padding: 30px 0;
  }
  .content_2_uni_head {
    min-height: 200px;
  }
  .content_2_uni_head h1 {
    padding: 80px 0 0;
    font-size: 32px;
  }
  .about_wrapper {
    padding: 30px 0;
  }
  .content_2_about_sides {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .content_2_about_sides h3 {
    padding: 0 0 2px;
  }
  .content_2_about_sides h2 {
    font-size: 24px;
  }
  .content_2_rooms_block::before {
    transform: rotate(90deg);
    top: 0;
  }
  .content_2_rooms_block header {
    margin: 0;
  }
  .content_2_rooms_block h2 {
    font-size: 24px;
  }
  .content_2_rooms_grid {
    grid-template-columns: 1fr;
  }
  .content_2_room_item .inner {
    padding: 48px 16px 16px;
  }
  .content_2_advantages_wrapper {
    padding: 30px 0;
  }
  .content_2_advantages_wrapper header {
    margin: 0;
  }
  .content_2_advantages_wrapper h2 {
    font-size: 24px;
  }
  .content_2_advantages_grid {
    grid-template-columns: 1fr;
  }
  .content_2_content_2_staff_grid {
    grid-template-columns: 1fr;
  }
  .content_2_contacts_wrapper {
    padding: 30px 0;
  }
  .content_2_contact_sides {
    grid-template-columns: 1fr;
  }
  .content_2_contacts_form {
    padding: 32px;
  }
}
