/* ================================== GLOBAL =============================== */
/* ================================== GLOBAL =============================== */

/* ================================== RULES =============================== */

/* .root {
  --font: MuseoSans, sans-serif;
  --font-title: Evolventa, sans-serif;
  --border-radius: 1.25rem;
  --duration: 0.2s;
} */

/*colors*/
.root {
}

.html, body {
  font-family: Inter,sans-serif ;
  color: #000000;
  background-color: #F9F9F9;
  font-size: 20px;
}
.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.container {
  padding: 0 1rem;
  max-width: 84.5rem;
  margin: 0 auto;
  height: 100%;
}
.button:hover {
  transform: scale(1.05);
}
.button { 
  background: #F5A001 ;
  padding: 13px 24px;
  color: #ffffff;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}
h2 {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform:uppercase;
  text-align: center;
  padding: 80px 0 69px 0;
}
h2 span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #F5A001;
  margin-right: 35px;
}
.none {
  display: none;
}

/* ================================== HEADER =============================== */
/* ================================== HEADER =============================== */

.header {
  background: #FFFFFF;
  margin-bottom: 27px;
  padding: 18px 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 125%; 
}
.header__logo img {
  margin-right: 17px;
}
.header__reserv {
  display: flex;
  align-items: center;
}
.header__number {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-right: 50px;
}
.header__number img {
  padding-right: 16px;
}

/* ================================== GUESTHOME =============================== */
/* ================================== GUESTHOME =============================== */

.guestHome__banner {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  border-radius: 20px;
}
.guestHome__banner-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 0 34px 35px;
}
.guestHome__banner-information h3 {
  margin: 11px 0 358px 0;
  font-weight: 700;
  font-size: 32px;
  background-color: #F5A001;
  padding: 3px 5px;
  line-height: 100%;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.guestHome__banner-information p {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.guestHome__about-content{
  display: flex;  
}
.guestHome__about-information {
  padding: 29px 33px 25px 33px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 34px;
  font-size: 1.5rem;
  line-height: 123%;
}
.guestHome__about-rating {
  display: inline-block;
  color: #F5A001;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFF5E2;
  border-radius: 15px;
  padding: 14px 53px;
  margin-bottom: 31px;
}
.guestHome__advantages {
  background-color: #ffffff;
  margin-top: 59px;
  padding: 27px 39px 32px 28px;
  border-radius: 20px;
}
.guestHome__advantages-content {
  justify-content: space-between;
}
.guestHome__advantages-content,
.guestHome__advantages-list,
.guestHome__advantages-item {
  display: flex;
}
.guestHome__advantages-content a {
  padding: 15px 33px;
  color: #F5A001;
  background-color: #FFF5E2;
  border-radius: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.guestHome__advantages h5 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.guestHome__advantages-item {
  margin-right: 91px;
  align-items: center;
  color: #0D0D0D;
}
.guestHome__advantages-item img {
  margin-right: 21px;
}
.guestHome__advantages-list:last-child {
  margin-right: 0;
}

/* ================================== NUMBERS =============================== */
/* ================================== NUMBERS =============================== */

.number {
  display: flex;
  margin-bottom: 96px;
}
.number__gallery-list {
  margin-right: 57px;
  width: 448px;

}
.number__gallery {
  margin-bottom: 13px;
}
.mini {
  margin-right: 16px;
}
.mini, .more {
  width: 72px;
  height: 50px;
  border-radius: 5px;
}
.more {
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 8px rgba(155, 92, 20, 0.35);
}
.more img {
  filter: blur(2px);
}
.more::before {
  content: "+5";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff; 
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 10;
}
.more.second::before {
  content: "+2";
}
.number__information {
  color: #8F8F8F; 
}
.indiv-inf{
  list-style: disc;
  margin-top: 15px;
  padding-left: 10px;
}
.number__information h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color:#0D0D0D;
  margin-bottom: 15px;
}
.number__information ul {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 19px;
  margin: 31px 0 29px 0;
}
.number__information ul li {
  display: flex;
  align-items: center;
}
.number__information img {
  margin-right: 20px;
  width: 20px;
}
.number__information-more {
  padding: 10px 19px;
  color: #F5A001;
  background-color: #FFF5E2;
  border-radius: 15px;
  margin-bottom: 39px;
}
.number__information-about {
  color: #000000;
}
.number__information-bron {
  display: flex;
  margin-top: 14px;
}
.number__about-price {
  margin-left: 37px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 80%;
  color: #0D0D0D;
}
.number__about-price span {
  font-size: 0.95rem;
  color: #9D9D9D;
}

/* ================================== GALLERY =============================== */
/* ================================== GALLERY =============================== */

.more__btn{
  margin: 0 auto;
  padding: 13px 72px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.55rem;
  border-radius: 15px;
  margin-top: 30px;
  cursor: pointer;
}
.gallery__content {
  display: flex;
  flex-direction: column;
}
.gallery__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  margin-bottom: 16px;
}
.gallery__block a:nth-child(3) {
  grid-column: 1 / -1;
}
.gallery__item {
  width: 100%;
  height: 602px;
  object-fit: cover;
  border-radius: 8px;
}
.gallery__block-four {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.gallery__block-four .gallery__item {
  width: 100%;
  height: 602px;
  object-fit: cover;
  border-radius: 8px;
}
.gallery__hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.4s ease;
}
.gallery__hidden.active {
  max-height: 2000px;
  opacity: 1;
}

/* ================================== REVIEWS =============================== */
/* ================================== REVIEWS =============================== */

.reviews__inner {
  display: flex;
  flex-direction: column;
}
.reviews__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.review__item {
  background: #ffffff;
  padding: 18px 20px 50px 27px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.review__item-head {
  display: flex;
  justify-content: space-between;
}
.review__head-user {
  display: flex;
}
.review__head-user p {
  display: flex; 
  flex-direction: column;
  margin: auto 0;
  font-weight: 700;
}
.review__head-user p span {
  font-size: 1rem;
  color: #A2A2A2;
  margin-top: 4px;
}
.review__head-user img {
  margin-right: 21px;
}
.review__head-rating {
  margin: auto 0;
}
.review__item-paragraph {
  line-height: 123%;
  margin-top: 24px;
  padding-right: 7px;
  font-size: 0.9em;
}
.review__item.none {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 
    max-height 0.6s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    padding 0.3s ease,
    margin 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.review__item.none.active {
  max-height: 2000px; 
  opacity: 1;
  transform: translateY(0);
  padding: 18px 20px 50px 27px;
}

/* ================================== CONTACTS =============================== */
/* ================================== CONTACTS =============================== */

.contacts__content {
  display: flex;
}
.contacts__list {
  margin-left: 24px;
  width: 50%;
}
.contacts__list-item {
  display: flex;
  padding: 18px 0 15px 25px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  margin-bottom: 10px;
}
.contacts__list-item:last-child {
  margin-bottom: 0;
}
.contacts__item-text {
  margin-left: 14px;
}
.contacts__list-item h6 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.contacts__list-item img {
  margin-top: -25px;
}

/* ================================== BRON-FORM =============================== */
/* ================================== BRON-FORM =============================== */

.bron__form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 31px 0 31px 33px;
}
.bron__form-row {
  display: flex;
  margin-bottom: 21px;
}
.bron__form-label {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
  flex: 1 1;
  padding-right: 40px;
}
.bron__form-input {
  padding: 20px;
  background-color: #F4F4F4;
  color: #b9b9b9;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 11px;
}
.bron__form-button {
  margin-top: 41px ;
  cursor: pointer;
}
.bron__checkbox-label{
  margin-right: 50px;
  display: flex;
}
.bron__form-checkbox{
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 5px;
  margin: 5px 12px 0px 0px;
}
.bron__form-default {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0,0,0,0);
}
.bron__form-default:checked + .bron__form-custom {
  background: url("/templates/cassiopeia/images/icons/success.svg") 50% 50% no-repeat, #F5A001;
  background-size: 16px;
  border: 2px solid #424551;
}
.bron__form-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #424551;
  border-radius: 3px;
  cursor: pointer;
}
.bron__form label span a {
  color:#F5A001;
}
.captcha-item {
  padding-top: 20px;
}

/* ================================== FOOTER =============================== */
/* ================================== FOOTER =============================== */

.footer {
  margin-top: 157px;
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.footer__inner {
  display: flex;
  padding: 71px 0;
  justify-content: space-between;
  align-items: center;
}
.footer__col {
  font-weight: 700;
  text-transform: uppercase;

}
.footer__col-list {

}
.footer__col-item {
  margin-bottom: 21px;
}
.footer__col-item:last-child {
  margin-bottom: 0;
}
.footer__col-link {

}
.footer__logo {
  font-size: 2.5em;
  font-weight: 700;
}
.footer__logo img {
  margin-right: 33px;
}

/* ================================== POPUP =============================== */
/* ================================== POPUP =============================== */

.popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.popup__overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup__advantages {
  background: #fff;
  max-width: 1317px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 27px 23px 0 28px;
  transform: translateY(30px);
  transition: transform 0.3s ease;
  position: relative;
  color: #0D0D0D;
}
.popup__overlay.active .popup__advantages {
  transform: translateY(0);
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.popup__advantages h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.popup__advantages .guestHome__advantages-list {
  padding-bottom: 41px;
  border-bottom: 1px solid #c5c5c5;
}
.popup__advantages .guestHome__advantages-item {
  padding-right: 12%;
}
.popup__advantages .guestHome__advantages-item:last-child {
  padding-right: 0;
}
.popup__information {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.popup__col {
  line-height: 210%;
  width: 33%;
}
.popup__col.col1 {
  padding-left: 4.5%;
}
.popup__col.col2 {
  padding-left: 9.5%;
}
.popup__col.col3 {
  padding-left: 6%;
}
.popup__col-list {
  position: relative;
  margin-bottom: 40px;
}
.popup__col-list img {
  position: absolute;
  top: 10px;
  left: -52px;
}

/* ================================== ADAPTIVE =============================== */
/* ================================== ADAPTIVE =============================== */

/* ================================================= */
/* ================== 1024px ======================= */
/* ================================================= */

@media (max-width: 1024px) {

  body {
    font-size: 18px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;  
    padding: 70px 0 60px 0;
  }
  .guestHome__about-content img {
    width: 50%;
  }
  .guestHome__about-paragraph {
    font-size: 14px;
  }
  .guestHome__advantages-item {
    margin-right: 20px;
    font-size: 14px;
  }
  .gallery__item,
  .gallery__block-four .gallery__item {
    height: 460px;
  }
  .number__gallery {
    width: 330px;
  }
  .mini, .more {
    width: 59px;
  }
  .mini {
    margin-right: 3px;
  }
  .number__gallery-list {
    width: 400px;
    margin-right: 40px;
  }
  .number__information {
    font-size: 14px;
  }
  .number__information ul {
    margin: 20px 0 9px 0;
  }
  .number__information h4 {
    font-size: 1.25rem;
  }
  .number__information-more {
    margin-bottom: 19px;
  }
  .number__information-bron.button {
    font-size: 12px;
  }
  .number__about-price {
    font-size: 1.25rem;
  }
  .number__about-price span  {
    font-size: 0.65rem;
  }
  .more::before {
    font-size: 1rem;
  }
  .guestHome__advantages-content a {
    padding: 12px 25px;
    font-size: 1.2rem;
  }
  .review__head-user img {
    width: 40px;
  }
  .review__head-user p {
    font-size: 14px;
  }
  .review__head-rating img {
    width: 15px;
  }
  .popup__advantages {
    padding: 27px 12px 0 12px;
  }
  .popup__advantages h4 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .popup__advantages .guestHome__advantages-list {
    padding-bottom: 31px;
  }
  .popup__advantages .guestHome__advantages-item {
    padding-right: 6%;
  }
  .popup__advantages .guestHome__advantages-item:last-child {
    padding-right: 0;
  }
  .popup__col.col1 {
    padding-left: 8%;
  }
  .popup__col.col2 {
    padding-left: 10%;
  }
  .popup__col.col3 {
    padding-left: 10%;
  }
  .popup__col-list {
    margin-bottom: 30px;
  }
  .popup__col-list img {
    width: 25px;
  }
  .popup__list-item {
    font-size: 10px;
    line-height: 210%;
  }
}

/* ================================================= */
/* ================== 768px ======================== */
/* ================================================= */

@media (max-width: 768px) {

  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.4rem;
    padding: 60px 0 50px 0;
  }
  .header__logo {
    font-size: 14px;
  }
  .header__number {
    padding-right: 30px;
  }
  .header__number img {
    padding-right: 0;
  }
  .guestHome__about-content {
    flex-direction: column;
  }
  .guestHome__about-content img {
    width: 100%;
  }
  .guestHome__about-information {
    margin-left: 0;
    margin-top: 20px;
    padding: 29px 23px 25px 33px;
    font-size: 1rem;
  }
  .guestHome__advantages {
    padding: 27px 20px 32px 20px;
  }
  .guestHome__advantages {
    font-size: 1.5rem;
  }
  .guestHome__advantages-item {
    font-size: 10px;
  }
  .guestHome__advantages-item img {
    width: 20px;
  }
  .guestHome__advantages-content a {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .number {
    flex-direction: row;
  }
  .number__gallery-list {
    width: 320px;
    margin-right: 25px;
  }
  .number__gallery {
    width: 240px;
  }
  .mini, .more {
    width: 42px;
  }
  .more::before {
    font-size: 0.75rem;
  }
  .number__information {
    font-size: 11px;
  }
  .number__information h4 {
    font-size: 1rem;
  }
  .number__information ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
  .number__information img {
    width: 12px;
    margin-right: 12px;
  }
  .number__information-bron .button {
    padding: 7px 24px;
    font-size: 10px;
  }
  .number__about-price {
    font-size: 1rem;
  }
  .gallery__item,
  .gallery__block-four .gallery__item {
    height: 380px;
  }
  .reviews__list {
    grid-template-columns: 1fr;
  }
  .contacts__content {
    flex-direction: column;
  }
  .contacts__list {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .bron__form {
    padding: 31px 15px 31px 15px;
  }
  .bron__form-row {
    flex-direction: column;
  }
  .bron__form-label {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .map iframe { 
    width: 92vw;
  }
}

/* ================================================= */
/* ================== 520px ======================== */
/* ================================================= */

@media (max-width: 520px) {

  body {
    font-size: 15px;
  }
  h1 {
    font-size: 15px;
  }
  h2 {
    font-size: 1rem;
    padding: 42px 0 20px 0;
  }
  h2 span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .button {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  .header__logo {
    font-size: 12px;
  }
  .header__logo img {
    margin-right: 8px;
    width: 13px;
  }
  .header__number {
    font-size: 9px;
  }
  .header__number img {
    width: 7px;
  }
  .header__reserv-btn {
    font-size: 0.5rem;
  }
  .guestHome__banner {
    flex-direction: row;
  }
  .guestHome__banner-information h3 {
    margin: 10px 0 100px 0;
    font-size: 10px;
  }
  .guestHome__banner-information p {
    font-size: 10px;
  }
  .guestHome__banner img {
    width: 55%;
  }
  .guestHome__about-information {
    padding: 10px 8px 8px 8px;
    font-size: 0.5rem;
  }
  .guestHome__about-information {
    font-size: 6px;
    padding: 3px 13px;
    margin-bottom: 7px;
  }
  .guestHome__about-rating {
    font-size: 6px;
    padding: 3px 13px;
    margin-bottom: 10px;
  }
  .guestHome__about-paragraph {
    font-size: 9px;
    line-height: 123%;
  }
  .guestHome__advantages {
    margin-top: 10px;
  }
  .guestHome__advantages h5 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .guestHome__advantages-item {
    font-size: 6px;
    margin-right: 20px;
  }
  .guestHome__advantages-item img {
    width: 8px;
    margin-right: 6px;
  }
  .guestHome__advantages-content a {
    font-size: 8px;
    padding: 2px 7px;
  }
  .number {
    margin-bottom: 20px;
  }
  .number__gallery-list {
    width: 131px;
    margin-right: 16px;
  }
  .number__gallery {
    width: 131px;
  }
  .number__gallery-list {
     width: 131px;
  }
  .mini, .more {
    width: 20px;
    height: 14px;
    border-radius: 2px;
  }
  .more::before {
    font-size: 0.4rem;
  }
  .number__information {
    font-size: 6px;
  }
  .number__information h4 {
    font-size: 9px;
    margin-bottom: 9px;
  }
  .indiv-inf {
    margin-top: 5px;
  }
  .number__information ul {
    margin: 9px 0;
    grid-template-columns: 0.5fr 0.5fr;
    row-gap: 5px;
  }
  .number__information img {
    width: 6px;
    margin-right: 4px;
  }
  .number__information-more {
    margin-bottom: 5px;
    font-size: 6px;
    padding: 3px 4px;
  }
  .number__information-bron {
    margin-top: 3px;
  }
  .number__information-bron .button {
    padding: 3px 7px;
    font-size: 5px;
  }
  .number__about-price {
    font-size: 9px;
    margin-left: 13px;
  }
  .number__about-price span {
    font-size: 5px;
  }
  .gallery__item,
  .gallery__block-four .gallery__item {
    height: 300px;
  }
  .review__head-user img { 
    width: 30px;
  }
  .review__item {
    padding: 9px 12px 26px 12px;
  }
  .review__head-user p {
    font-size: 10px;
  }
  .review__head-user p span {
    font-size: 8px;
  }
  .review__head-rating img {
    width: 8px;
  }
  .review__item-paragraph {
    font-size: 9px;
    margin-top: 10px;
    padding-right: 0;
  }
  .more__btn { 
    font-size: 10px; 
    padding: 5px 29px;
    margin-top: 10px;
  }
  .contacts__list-item h6 {
    font-size: 11px;
  }
  .contacts__item-text {
    font-size: 11px;
    margin-left: 9px;
  }
  .contacts__list-item img {
    width: 15px;
    margin-top: -19px;
  }
  .footer__inner {
    padding: 24px 0;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footer__col-item {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer__logo {
    font-size: 12px;
  }
  .footer__logo img {
    width: 13px;
    margin-right: 10px;
  }
  .popup__advantages h4 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .popup__advantages .guestHome__advantages-list {
    padding-bottom: 21px;
  }
  .popup__advantages .guestHome__advantages-item {
    font-size: 10px;
    padding-right: 6%;
  }
  .popup__advantages .guestHome__advantages-item img {
    width: 10px;
  }
  .popup__col-list {
    margin-bottom: 20px;
  }
  .popup__col-list img {
    width: 10px;
    margin-right: 5px;
    top: 3px;
    left: -23px;
  }
  .popup__list-item {
    font-size: 7px;
  }
}