.basic-menu.horizontal:first-child .basic-menu-item {
  padding-left: 0;
}

.layout-container-limit.center {
  padding-left: 80px;
}
.main-content-wrapper {
  max-width: 1370px;
  margin: auto;
  color: #444343e5;
}
.main-banner {
  margin-top: 3%;
  width: 100%;
  height: 100%;
  max-height: 530px;
  background-size: cover;
  border-radius: 16px;
  position: relative;
}
.main-banner img {
  padding: 0;
  border-radius: 16px;
}
.main-banner .main-logo-hotel {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 250px;
}
.hotel-information {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  margin: 5% 0 10% 0;
}
.detail-information,
.hotel-description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 30px;
}
.primary-concept-button,
a.primary-concept-button {
  height: 48px;
  line-height: 48px;
  min-width: 250px;
  border-radius: 8px;
  border: none;
  padding: 0 60px 0 60px;
  color: #fff;
  background: #fab60d;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  margin: 1em 0 2em 0;
  text-decoration: none;
}
.primary-concept-button:hover,
a:hover.primary-concept-button {
  background: rgba(250, 182, 13, 0.8);
  color: #fff;
}
.primary-concept-button .arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi4wMSAzLjA3MjI3SDBWNS4wNzIyN0gxMi4wMVY4LjA3MjI3TDE2IDQuMDcyMjdMMTIuMDEgMC4wNzIyNjU2VjMuMDcyMjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
    no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 10px;
  vertical-align: middle;
  position: relative;
  left: 5px;
  transition: all 0.5s;
}
.primary-concept-button:hover .arrow {
  left: 10px;
  transition: all 0.5s;
}
.hotel-name {
  font-weight: 700;
  font-size: 46px;
  color: #101010;
  line-height: 120%;
}
.hotel-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hotel-icon img {
  width: 24px;
  height: 24px;
}
.detail-icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-icons .detail-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-header-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
}
.detail-information {
  max-width: 820px;
}
.description-text,
.detail-information,
.faq p {
  font-size: 16px;
  letter-spacing: 2%;
}
.hotel-detail-location {
  font-size: 18px;
  color: #444343;
}
.hotel-detail-title {
  font-weight: 700;
  font-size: 32px;
  color: #101010;
}
.hotel-image-right {
  min-width: 972px;
  height: 530px;
  width: 100%;
  background-size: cover;
  border-radius: 8px;
  max-width: 100%;
}
.hotel-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  gap: 36px;
}
.three-image-hotel-detail .hotel-images img {
  object-fit: cover;
  border-radius: 8px;
  width: 33.333333333%;
}
.three-image-hotel-detail {
  margin-top: 3%;
}
.hotele img {
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
  max-height: 600px;
}
.logo-hotel {
  max-width: 300px;
  height: auto !important;
  top: 30px;
  left: 40px;
  right: 0;
  padding: 10px 20px;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.3);
}
.accordion-button::after {
  background-image: url(https://testb2ccdn.coraltravel.pl/content/hotelDetail/add.png);
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq {
  margin-top: 3%;
  color: #444343e5;
  max-width: 1395px;
}
.faq-title {
  font-weight: 700;
  font-size: 32px;
  color: #101010;
}
.faq .accordion-button {
  font-weight: 700;
  padding-left: 0;
  color: #444343;
}
.accordion-body {
  line-height: 200%;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .hotel-name {
    font-size: 32px;
  }
  .main-banner {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    max-width: 95%;
    border-radius: 8px;
    height: auto;
  }
  .main-banner .hotel-logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .main-banner .main-logo-hotel {
    top: 20px;
    left: 26px;
    max-width: 150px;
    margin: 0 auto;
  }
  .main-mobile-hotel {
    max-height: 100%;
    width: 100%;
    max-width: 358px;
    max-height: 358px;
    object-fit: cover;
  }
  .logo-hotel {
    max-width: 300px;
    height: auto !important;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    border-radius: 0 !important;
  }
  .hotel-information {
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
  }
  .detail-information,
  .hotel-description {
    align-items: center;
    font-size: 16px;
  }
  .primary-concept-button {
    min-width: 100%;
    width: 100%;
  }
  .hotel-images {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    flex-wrap: wrap;
    margin: auto;
    gap: 8px;
  }
  .hotel-images img {
    max-width: 350px;
  }
  .hotel-detail-title {
    line-height: 120%;
  }
}
