.header-info-wrapper img {
  max-height: 25px;
}

@media (max-width: 1023px) {
  .header-info-wrapper {
    padding: 7px 0;
  }
}

@media (max-width: 1199px) {
  .page-header .logo {
    max-width: 70px;
  }
}

@media (max-width: 1199px) {
  .nav a {
    padding: 6px;
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .nav a {
    font-size: 14px;
  }
}

.right-side .btn {
  background: #1C1364;
}

@media (max-width: 1023px) {
  .right-side .btn {
    width: 40px;
    padding: 10px 10px;
  }
}

@media (max-width: 1023px) {
  .right-side .btn .icon {
    font-size: 20px;
  }
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #1C1364;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #1C1364;
  display: none;
}

.datepicker-dropdown {
  border: 1px solid #a5afba;
  border-radius: 15px;
  padding: 15px;
  box-shadow: none;
}

.datepicker-dropdown:after {
  display: none;
}

.datepicker-panel > ul > li {
  border-radius: 15px;
}

.search {
  padding: 0 0 100px;
}

.search_holder {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 20px;
}

@media (max-width: 1023px) {
  .search_holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 667px) {
  .search_holder {
    gap: 16px;
  }
}

.search-card {
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 20px;
  --padding-x: 28px;
  padding: 40px var(--padding-x) 28px;
}

@media (max-width: 667px) {
  .search-card {
    --padding-x: 16px;
    padding: 30px var(--padding-x) 16px;
  }
}

.search-card_title {
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .search-card_title {
    font-size: 24px;
    text-align: center;
  }
}

.search-card_title._center {
  text-align: center;
}

.search-hotel .search-card_title {
  margin-bottom: 20px;
}

@media (max-width: 667px) {
  .search-hotel .search-card_title {
    margin-bottom: 27px;
  }
}

.search-preferences {
  margin-bottom: 20px;
}

.search-options .form-row .form-group:nth-child(1) {
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 667px) {
  .search-options .form-row .form-group:nth-child(1) {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.search-options .form-row .form-group:nth-child(2) .jcf-select {
  max-width: 107px;
}

@media (max-width: 667px) {
  .search-options .form-row .form-group:nth-child(2) .jcf-select {
    max-width: 100%;
  }
}

label {
  font-size: 16px;
  margin: 0 0 12px;
}

@media (max-width: 667px) {
  label {
    margin: 0 0 7px;
  }
}

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  font-size: 16px;
  padding: 14px 16px;
  min-height: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.jcf-select .jcf-select-text {
  font-size: 16px;
}

.jcf-checkbox {
  margin: 0 12px 0 0;
}

.jcf-checkbox.jcf-checked {
  background: #1C1364;
  border-radius: 5px;
}

.jcf-checkbox span {
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
}

.jcf-radio span {
  background: #1C1364;
}

.form-search {
  margin: 0;
}

.form-search button {
  width: 100%;
  font-weight: 700;
  background: #1C1364;
  border-radius: 15px;
  min-height: 60px;
  margin-top: 16px;
}

@media (max-width: 667px) {
  .form-search button {
    margin-top: 2px;
    min-height: 50px;
  }
}

.form-group {
  width: 100%;
  margin-bottom: 24px;
}

@media (max-width: 667px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-group._checkbox, .form-group._radio {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.form-group._checkbox:last-child, .form-group._radio:last-child {
  margin-bottom: 0;
}

.form-group._checkbox label, .form-group._radio label {
  margin: 0;
  font-weight: 400;
}

.form-group._checkbox_info, .form-group._radio_info {
  position: relative;
  padding-bottom: 50px;
}

.form-group._checkbox_info .text-info, .form-group._radio_info .text-info {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
  margin-bottom: 0;
}

.form-group._checkbox._align-start, .form-group._radio._align-start {
  align-items: flex-start;
}

.form-row {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .form-row {
    flex-wrap: wrap;
    gap: 0;
  }
}

.form-row-3 {
  gap: 12px;
}

.form-row-3 .form-group {
  width: 33.3333%;
}

.form-row-auto {
  gap: 20px;
}

@media (max-width: 667px) {
  .form-row-auto {
    flex-direction: column;
  }
}

.form-row-auto .form-group {
  width: auto;
}

@media (max-width: 667px) {
  .form-row-auto .form-group {
    width: 100%;
  }
}

.form-row-phone {
  gap: 12px;
}

@media (max-width: 767px) {
  .form-row-phone {
    gap: 8px;
  }
}

.form-row-phone .form-group {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-row-phone .form-group {
    margin-bottom: 0;
  }
}

.form-row-phone .form-group:nth-child(1) {
  max-width: 155px;
}

@media (max-width: 767px) {
  .form-row-phone .form-group:nth-child(1) {
    max-width: 100%;
  }
}

.form-row-phone .form-group:nth-child(2) {
  max-width: 174px;
}

@media (max-width: 767px) {
  .form-row-phone .form-group:nth-child(2) {
    max-width: 100%;
  }
}

.form-row-phone .form-group._checkbox {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .form-row-phone .form-group._checkbox {
    display: none;
  }
}

.form-row-security .form-group {
  width: 100%;
}

.form-row-security .form-group:nth-child(1) {
  max-width: 190px;
}

@media (max-width: 767px) {
  .form-row-security .form-group:nth-child(1) {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .form-row-card {
    gap: 8px;
  }
}

.form-row-card .form-group {
  max-width: 295px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-row-card .form-group {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .checkboxes {
    justify-content: space-between;
  }
}

.checkboxes_item {
  margin-bottom: 8px;
}

@media (max-width: 667px) {
  .checkboxes_item {
    width: 100%;
    margin-bottom: 34px;
  }
}

.checkboxes_item:nth-child(1) {
  margin-right: 78px;
}

@media (max-width: 1300px) {
  .checkboxes_item:nth-child(1) {
    margin-right: 40px;
  }
}

@media (max-width: 1023px) {
  .checkboxes_item:nth-child(1) {
    margin-right: 0;
  }
}

.checkboxes_item:nth-child(2) {
  margin-right: 130px;
}

@media (max-width: 1300px) {
  .checkboxes_item:nth-child(2) {
    margin-right: 40px;
  }
}

@media (max-width: 1023px) {
  .checkboxes_item:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 667px) {
  .checkboxes_item:last-child {
    margin-bottom: 0;
  }
}

.checkboxes_title {
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .checkboxes_title {
    font-size: 18px;
  }
}

.hotel-list_holder {
  display: flex;
  gap: 20px;
  padding: 20px 0 75px;
}

@media (max-width: 1023px) {
  .hotel-list_holder {
    flex-direction: column;
  }
}

.hotel-list_sidebar {
  min-width: 295px;
  max-width: 295px;
}

@media (max-width: 1023px) {
  .hotel-list_sidebar {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    max-width: 100%;
    background: #ffffff;
    z-index: 99999;
    left: 0;
    top: 0;
    padding: 20px 16px 70px;
    transform: translateX(-100%);
    transition: all .3s;
  }
}

.hotel-list_sidebar .sidebar-wrap {
  overflow: auto;
  height: 100%;
}

@media (max-width: 1023px) {
  .hotel-list_sidebar .sidebar-wrap {
    padding-top: 60px;
  }
}

.hotel-list_sidebar .sidebar-wrap .btn-done {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px -4px 37px rgba(0, 0, 0, 0.06);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media (min-width: 1024px) {
  .hotel-list_sidebar .sidebar-wrap .btn-done {
    display: none;
  }
}

.hotel-list_sidebar .sidebar-wrap .btn-done button {
  width: 100%;
  background: #1C1364;
  border-radius: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}

.hotel-list_sidebar .sidebar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  padding: 20px 16px;
  background: #ffffff;
  z-index: 2;
}

@media (min-width: 1024px) {
  .hotel-list_sidebar .sidebar-nav {
    display: none;
  }
}

.hotel-list_sidebar .sidebar-nav .clear-btn {
  margin: 0;
}

.hotel-list_sidebar.show {
  transform: translateX(0);
}

.hotel-list-widget {
  padding-bottom: 31px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DEE2E6;
}

@media (max-width: 1023px) {
  .hotel-list-widget {
    padding-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .hotel-list-widget:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hotel-list-widget:nth-child(3) {
    display: none;
  }
}

.hotel-list-widget:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.hotel-list-widget._last {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.hotel-list-widget .form-group label {
  margin: 0 0 7px;
}

.hotel-list-widget .form-group._checkbox label, .hotel-list-widget .form-group._radio label {
  margin: 0;
}

.close-filter {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #2F333C;
}

.close-filter img {
  flex-shrink: 0;
  margin-right: 8px;
}

.form-list {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #DEE2E6;
  display: grid;
  align-items: end;
  gap: 20px;
  grid-template-columns: 400px 190px 190px 190px 190px;
}

@media (max-width: 1366px) {
  .form-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1023px) {
  .form-list {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    border-bottom: none;
    padding: 0;
  }
}

.form-list .form-group {
  margin-bottom: 0;
}

.form-list .form-group label {
  margin: 0 0 8px;
}

.form-list .form-group button {
  width: 100%;
  background: #1C1364;
  border-radius: 10px;
  min-height: 50px;
}

.border-card {
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 20px;
  padding: 28px 20px;
}

.ratings {
  display: flex;
  align-items: center;
  margin: -4px 0 0;
  gap: 4px;
}

@media (max-width: 1023px) {
  .ratings {
    margin: 0;
    padding: 2px 0 0;
  }
}

.ratings .active .rating-block {
  border: 1px solid #1C1364;
}

.rating-block {
  display: flex;
  align-items: center;
  border: 1px solid #DEE2E6;
  border-radius: 5px;
  padding: 3px 7px;
  max-width: max-content;
}

@media (max-width: 1023px) {
  .rating-block {
    padding: 3px 15px;
  }
}

.rating-block:hover {
  border: 1px solid #1C1364;
}

.rating-block img {
  flex-shrink: 0;
  margin-right: 4px;
}

.search-block {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 17px;
  position: relative;
  max-width: max-content;
}

@media (min-width: 1024px) {
  .search-block {
    display: none;
  }
}

.search-block:after {
  position: absolute;
  content: '';
  width: 100vh;
  height: 1px;
  bottom: 0;
  left: calc(var(--gutter) * -1);
  background: #DEE2E6;
}

.search-block_ico {
  flex-shrink: 0;
  margin-right: 14px;
}

.search-block_content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
}

.search-block_content span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2F333C;
}

.search-block_content p {
  margin: 0;
}

@media (max-width: 1023px) {
  .filter {
    border: none;
    padding: 25px 0 0;
    border-top: 1px solid #DEE2E6;
    border-radius: 0;
    margin-top: 23px;
  }
}

.filter_heading {
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .filter_heading {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.filter_title {
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .filter_title {
    margin-bottom: 16px;
  }
}

.filter-box {
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .filter-box {
    margin-bottom: 39px;
  }
}

.filter-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .filter .clear-btn {
    display: none;
  }
}

.clear-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1C1364;
  display: block;
  max-width: max-content;
  margin: 0 auto;
}

.map-block {
  text-align: center;
}

.map-block .map {
  width: 100%;
  height: 162px;
  margin-bottom: 12px;
}

.map-block .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-block a {
  justify-content: center;
  margin: 0 auto;
}

.link-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #1C1364;
  display: flex;
  align-items: center;
  max-width: max-content;
}

.link-btn img {
  flex-shrink: 0;
  margin-left: 9px;
}

.sort-block .jcf-select {
  min-width: 295px;
}

.hotel-content_nav {
  margin-bottom: 32px;
}

@media screen and (max-width: 782px) {
  .hotel-content_nav {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hotel-content_nav {
    display: none;
  }
}

.hotel-content_nav .btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hotel-content_nav .btns_item {
  width: 50%;
}

.hotel-content_nav .btns a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2F333C;
  background: #F1F4F8;
  border-radius: 15px;
  padding: 15px 15px;
  min-height: 50px;
  display: block;
}

@media (max-width: 1023px) {
  .hotel-content_nav .btns a {
    padding: 13px 15px;
  }
}

.hotel-content_nav .form-list {
  margin-bottom: 17px;
  visibility: hidden;
}

.hotel-content_nav .form-list.open {
  display: grid;
  visibility: visible;
}

.hotel-content_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.hotel-content_top h2 {
  font-size: 40px;
  margin: 0;
}

@media (max-width: 1023px) {
  .hotel-content_top .sort-block {
    display: none;
  }
}

.hotel-content_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hotel-content_list .show-more {
  max-width: 210px;
  min-width: 210px;
  margin: 20px auto 0;
}

@media (max-width: 1023px) {
  .hotel-content_list .show-more {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
  }
}

.show-more {
  background: #F1F4F8;
  border-radius: 15px;
  padding: 13px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2F333C;
  display: inline-block;
}

/**/

.payment {
  padding: 0 0 100px;
}

.payment_holder {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 20px;
}

@media (max-width: 1200px) {
  .payment_holder {
    grid-template-columns: auto 350px;
  }
}

@media (max-width: 1023px) {
  .payment_holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1023px) {
  .payment_item:nth-child(2) {
    display: none;
  }
}

.payment-form {
  margin: 0;
}

.payment-form_title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .payment-form_title {
    font-size: 40px;
    margin-bottom: 26px;
  }
}

.payment-form .text-info {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #1C1364;
  margin-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .payment-form .cards-avaliable {
    display: none;
  }
}

.payment-form textarea {
  height: 135px;
}

@media (max-width: 767px) {
  .payment-form textarea {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .payment-form .form-group.add-email {
    display: none;
  }
}

.payment-form label span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .payment-form label span {
    padding: 9px 0 4px;
  }
}

.payment .summary-block {
  margin-bottom: 20px;
  padding: 28px 20px 20px;
}

@media (max-width: 767px) {
  .payment .summary-block {
    margin: 0;
  }
}

.cards-avaliable {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
}

.cards-avaliable p {
  margin: 0;
}

@media (max-width: 1366px) {
  .cards-avaliable p {
    margin-right: 10px;
  }
}

.confirm-block {
  padding: 30px 32px;
}

@media (max-width: 767px) {
  .confirm-block {
    padding: 30px 16px 16px;
  }
}

.confirm-block_title {
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .confirm-block_title {
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .confirm-block_title span.desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .confirm-block_title span.mobile {
    display: none;
  }
}

.confirm-block_content {
  font-size: 16px;
}

@media (max-width: 767px) {
  .confirm-block_content {
    font-size: 14px;
  }
}

.confirm-block_content p {
  margin: 0;
}

.confirm-block_content p strong {
  letter-spacing: 0.5px;
}

.confirm-block_content ul {
  padding-left: 22px;
  margin-bottom: 20px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .confirm-block_content ul {
    padding-left: 20px;
    line-height: 1.6;
  }
}

.confirm-block_content ul li {
  list-style-type: disc;
}

.confirm-block_content ul.mb-0 {
  margin-bottom: 0;
}

.confirm-block_content .form-group {
  padding-right: 80px;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .confirm-block_content .form-group {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .confirm-block_content .form-group {
    margin-bottom: 14px;
  }
}

.confirm-block_content .form-group:last-child {
  margin-bottom: 0;
}

.confirm-block_content .form-group label {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .confirm-block_content .form-group label {
    font-size: 14px;
    line-height: 1.55;
  }
}

.confirm-block_content .form-group button {
  background: #1C1364;
  border-radius: 15px;
  min-width: 344px;
  min-height: 60px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
}

.confirm-block_content .form-group button:hover {
  background: var(--color-brand-dark);
}

@media (max-width: 767px) {
  .confirm-block_content .form-group button {
    min-width: 100%;
    margin-top: 14px;
    min-height: 50px;
  }
}

.summary-block_title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.summary-block_top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .summary-block_top {
    margin-bottom: 18px;
  }
}

.summary-block_img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 19px;
}

@media (max-width: 767px) {
  .summary-block_img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
}

.summary-block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.summary-block_info {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .summary-block_info {
    margin: 0;
  }
}

.summary-block_info a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2F333C;
  margin-bottom: 1px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .summary-block_info a {
    font-size: 16px;
  }
}

.summary-block_info span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
}

.summary-block .summary-gray-block {
  background: #DEE2E6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2F333C;
  padding: 16px 22px 16px 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .summary-block .summary-gray-block {
    flex-direction: column;
    align-items: flex-start;
  }
}

.summary-block .summary-gray-block p {
  margin: 0;
}

.summary-table {
  margin: 0;
}

.summary-table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.summary-table th,
.summary-table td {
  padding: 0 !important;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  color: #2F333C;
  line-height: 1.2;
  border-bottom: 0 !important;
}

@media (max-width: 767px) {
  .summary-table th,
.summary-table td {
    line-height: 1.35;
  }
}

.summary-table th:last-child,
.summary-table td:last-child {
  padding: 0 !important;
  width: auto !important;
}

.summary-table th {
  font-weight: 700;
}

.summary-table._checkout {
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 20px;
  margin-bottom: 13px;
  display: inline-block;
}

@media (max-width: 767px) {
  .summary-table._checkout {
    border: none;
    margin-bottom: 10px;
    padding: 0;
  }
}

.summary-table._checkout th {
  min-width: 124px;
}

@media (max-width: 767px) {
  .summary-table._checkout th {
    min-width: 96px;
  }
}

.summary-table._checkout th.check-in, .summary-table._checkout th.check-out {
  color: #717782;
}

.summary-table._room {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .summary-table._room {
    border-bottom: 1px solid #DEE2E6;
    padding-bottom: 11px;
    display: inline-block;
    margin-bottom: 13px;
  }
}

.summary-table._room th {
  min-width: 87px;
}

@media (max-width: 767px) {
  .summary-table._room th {
    min-width: 55px;
  }
}

.summary-table._room th,
.summary-table._room td {
  line-height: 1.5;
}

.summary-table._total {
  display: flex;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 7px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .summary-table._total {
    margin-bottom: 15px;
  }
}

.summary-table._total tbody {
  width: 100%;
}

.summary-table._total tr {
  justify-content: space-between;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .summary-table._total tr {
    margin-bottom: 9px;
  }
}

.summary-table._total th {
  color: #717782;
  max-width: 209px;
}

.summary-table._total td {
  font-weight: 700;
}

.summary-table._due-now {
  display: flex;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 24px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .summary-table._due-now {
    padding-bottom: 17px;
  }
}

.summary-table._due-now tbody {
  width: 100%;
}

.summary-table._due-now tr {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.summary-table._due-now th {
  color: #717782;
  max-width: 209px;
}

.summary-table._due-now td {
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 767px) {
  .summary-table._due-now td {
    font-size: 20px;
  }
}

.form-discount {
  display: flex;
  align-items: flex-end;
  margin: 0;
}

.form-discount .form-group {
  margin-bottom: 0;
}

.form-discount .form-group:nth-child(1) {
  min-width: 263px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .form-discount .form-group:nth-child(1) {
    min-width: 214px;
  }
}

.form-discount button {
  background: #1C1364;
  border-radius: 15px;
  width: 100%;
}

.policy-block {
  padding: 29px 19px 20px;
}

.policy-block_title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .policy-block_title {
    font-size: 20px;
  }
}

.policy-block_item {
  margin-bottom: 32px;
}

.policy-block_item:last-child {
  margin-bottom: 0;
}

.policy-block ul {
  padding-left: 22px;
  margin: 0;
}

.policy-block ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 14px;
}

#summary-accordion {
  margin-bottom: 20px;
  margin-top: -6px;
}

@media (min-width: 1024px) {
  #summary-accordion {
    display: none;
  }
}

#summary-accordion .acc_section {
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 20px;
  padding: 13px 16px 16px;
  margin-bottom: 20px;
}

#summary-accordion .acc_section.acc_active .acc_head img {
  transform: rotate(180deg);
}

#summary-accordion .acc_head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Pragati Narrow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #2F333C;
}

#summary-accordion .acc_content .summary-block {
  padding: 20px 0 0;
}

#summary-accordion .acc_content .policy-block {
  padding: 13px 0 8px;
}

#summary-accordion .acc_content .policy-block ul {
  padding-left: 18px;
}

.back-to-list {
  display: flex;
  align-items: center;
  max-width: max-content;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #1C1364;
}

.back-to-list img {
  flex-shrink: 0;
  margin-right: 12px;
}

.detail-hotel .back-to-list {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .detail-hotel .back-to-list {
    margin-bottom: 15px;
  }
}

.sticky-wrapper.is-sticky .search-nav {
  width: 100% !important;
  z-index: 1 !important;
  left: 0;
}

.sticky-wrapper.is-sticky .search-nav ul {
  max-width: calc(1240px + var(--gutter)*2);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.search-nav {
  overflow: auto;
  background: #FFFFFF;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #DEE2E6;
}

@media (max-width: 667px) {
  .search-nav {
    margin-right: -16px;
  }
}

.search-nav ul {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 667px) {
  .search-nav ul {
    gap: 19px;
    min-width: max-content;
    padding-right: 16px;
  }
}

.search-nav ul li {
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 667px) {
  .search-nav ul li {
    padding-bottom: 13px;
  }
}

.search-nav ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #717782;
}

.search-nav ul li a:hover {
  color: #1C1364;
}

.search-nav ul li.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1C1364;
  left: 0;
  bottom: 0;
}

.search-nav ul li.active a {
  color: #1C1364;
}

.detail-block {
  padding: 60px 0;
  border-bottom: 1px solid #DEE2E6;
}

@media (max-width: 767px) {
  .detail-block {
    padding: 40px 0;
  }
}

.detail-title {
  font-family: 'Pragati Narrow';
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #2F333C;
}

@media (max-width: 767px) {
  .detail-title {
    font-size: 24px;
  }
}

.overview {
  padding: 40px 0 47px;
}

@media (max-width: 767px) {
  .overview {
    padding: 31px 0 43px;
  }
}

.overview_title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .overview_title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .overview_title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 22px;
  }
}

.overview_holder {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 125px;
}

@media (max-width: 1199px) {
  .overview_holder {
    gap: 50px;
  }
}

@media (max-width: 1023px) {
  .overview_holder {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.overview-ratings {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.overview-ratings li {
  max-height: 17px;
}

.overview-review {
  font-size: 14px;
  margin-bottom: 61px;
}

@media (max-width: 767px) {
  .overview-review {
    margin-bottom: 58px;
  }
}

.overview-review p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.overview-review p strong {
  font-size: 20px;
}

.overview-review span {
  display: block;
  color: #717782;
}

.overview-review a {
  font-weight: 700;
  font-size: 14px;
  color: #1C1364;
}

.overview-info h4 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .overview-info h4 {
    font-size: 20px;
  }
}

.overview-info table {
  margin: 0;
  display: block;
}

.overview-info table tr {
  margin-bottom: 8px;
  vertical-align: baseline;
  display: inline-block;
}

@media (max-width: 767px) {
  .overview-info table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
  }
}

.overview-info table tr:last-child {
  margin-bottom: 0;
}

.overview-info table th,
.overview-info table td {
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 1.6;
}

.overview-info table th {
  min-width: 211px;
  color: #717782;
}

@media (max-width: 767px) {
  .overview-info table th {
    margin-bottom: 5px;
  }
}

.overview-info table td {
  font-weight: 400;
}

@media (max-width: 767px) {
  .overview-info table td {
    font-size: 14px;
  }
}

.overview-info table td:last-child {
  padding: 0;
  width: auto;
}

.overview-map {
  margin-top: 17px;
}

@media (max-width: 1023px) {
  .overview-map {
    margin-top: 0;
  }
}

.overview-map .map-box {
  height: 222px;
  overflow: hidden;
  margin-bottom: 27px;
}

@media (max-width: 479px) {
  .overview-map .map-box {
    height: 190px;
    margin-bottom: 24px;
  }
}

.overview-map .map-box img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore_title {
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .explore_title {
    font-size: 20px;
  }
}

.explore-list {
  margin: 0;
}

.explore-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-size: 14px;
  color: #2F333C;
  margin-bottom: 11px;
}

.explore-list li:last-child {
  margin-bottom: 0;
}

.explore-list li span {
  font-weight: 700;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.explore-list li span img {
  flex-shrink: 0;
  margin-right: 10px;
}

.explore-list li p {
  margin: 0;
}

.rooms .detail-title {
  margin-bottom: 22px;
}

.rooms-form {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 6px;
}

@media (max-width: 1023px) {
  .rooms-form {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .rooms-form {
    flex-direction: column;
    gap: 0;
    margin-bottom: 17px;
  }
}

@media (max-width: 667px) {
  .rooms-form .form-group {
    margin-bottom: 24px;
  }
}

.rooms-form .form-group:nth-child(1), .rooms-form .form-group:nth-child(2) {
  min-width: 295px;
}

@media (max-width: 1366px) {
  .rooms-form .form-group:nth-child(1), .rooms-form .form-group:nth-child(2) {
    min-width: auto;
  }
}

.rooms-form .form-group:nth-child(3) {
  min-width: 394px;
}

@media (max-width: 1366px) {
  .rooms-form .form-group:nth-child(3) {
    min-width: 260px;
  }
}

.rooms-form .form-group button {
  width: 100%;
  background: #1C1364;
  border-radius: 15px;
}

@media (max-width: 667px) {
  .rooms-form .form-group button {
    margin-top: 17px;
  }
}

.rooms-cards {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
  .rooms-cards {
    gap: 10px;
  }
}

@media (max-width: 1023px) {
  .rooms-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 667px) {
  .rooms-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.room-card {
  padding: 16px 16px;
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.room-card_img {
  height: 175px;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .room-card_img {
    height: 207px;
  }
}

.room-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.room-card_title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #2F333C;
  display: block;
  max-width: max-content;
  margin-bottom: 16px;
}

.room-card_descr {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.room-card_descr p {
  margin-bottom: 18px;
}

.room-card_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: auto;
}

.room-card_info .rate {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #717782;
}

.room-card_info .price {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #2F333C;
  line-height: 1.4;
}

.room-card .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  background: #1C1364;
  border-radius: 10px;
  width: 100%;
  padding: 11px 10px;
}

.detail-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 400px auto;
  margin-bottom: 77px;
}

@media (max-width: 767px) {
  .detail-grid {
    margin-bottom: 39px;
  }
}

@media (max-width: 1023px) {
  .detail-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.detail-grid:last-child {
  margin-bottom: 0;
}

.detail-heading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .detail-heading {
    font-size: 20px;
  }
}

.detail-heading .ico {
  min-width: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
  justify-content: center;
}

.detail-heading._upper {
  text-transform: uppercase;
}

.detail-heading._pragati {
  font-family: "Pragati Narrow", sans-serif;
}

.two-tiles {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 667px) {
  .two-tiles {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
}

.two-tiles._full {
  grid-template-columns: repeat(1, 1fr);
}

.detail-box {
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  .detail-box {
    margin-bottom: 45px;
  }
}

.detail-box:last-child {
  margin-bottom: 0;
}

.detail-box p {
  margin-bottom: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.detail-box p:last-child {
  margin-bottom: 0;
}

.detail-box ul {
  margin: 0;
}

.detail-box ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2F333C;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .detail-box ul li {
    font-size: 14px;
    margin-bottom: 1px;
  }
}

.detail-box ul.disc {
  padding-left: 24px;
  padding-top: 2px;
}

.detail-box ul.disc li {
  list-style-type: disc;
}

.location .detail-title {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .location .detail-title {
    margin-bottom: 30px;
  }
}

.location .detail-heading .ico {
  margin-right: 6px;
}

.location_info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .location_info {
    font-size: 14px;
  }
}

.location_info h3 {
  text-transform: uppercase;
}

.location_info p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .location_info p {
    margin-bottom: 21px;
  }
}

.location_info .link-btn {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .location_info .link-btn {
    margin-bottom: 10px !important;
  }
}

.location-map {
  height: 361px;
  overflow: hidden;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .location-map {
    height: 190px;
    margin-bottom: 19px;
  }
}

.location-map .map-box {
  width: 100%;
  height: 100%;
}

.location-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.location .link-btn {
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .location .link-btn {
    margin-bottom: 34px;
  }
}

.aminities .two-tiles {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .aminities .two-tiles {
    padding-top: 0;
  }
}

.policies {
  padding: 60px 0 40px;
}

@media (max-width: 767px) {
  .policies {
    padding: 40px 0 40px;
  }
}

.policies .two-tiles {
  margin-top: 13px;
}

@media (max-width: 767px) {
  .policies .two-tiles {
    margin-top: 5px;
  }
}

.policies .detail-heading {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .information .detail-title {
    margin-bottom: 5px;
  }
}

.information .two-tiles {
  margin-top: 3px;
}

.information .two-tiles .detail-heading {
  margin-bottom: 19px;
}

.information .two-tiles .detail-box ul li {
  margin-bottom: 3px;
}

.payment-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews {
  padding: 60px 0 100px;
}

@media (max-width: 767px) {
  .reviews {
    padding: 51px 0 100px;
  }
}

.reviews-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .reviews-box {
    margin-bottom: 20px;
  }
}

.reviews-box span {
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  color: #2F333C;
  line-height: 1.2;
  margin-right: 13px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .reviews-box span {
    font-size: 60px;
  }
}

.reviews-box_info {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 9px;
}

.reviews-box_info p {
  margin-bottom: 0;
}

.reviews-progress {
  margin-bottom: 20px;
}

.reviews-progress .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2F333C;
  margin-bottom: 9px;
}

.reviews-progress .progress-top p {
  margin: 0;
}

.reviews-progress .progress-top span {
  font-weight: 700;
}

.reviews-progress .progress {
  background: #DEE2E6;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  position: relative;
}

.reviews-progress .progress-done {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  background: #1C1364;
  opacity: 0;
  border-radius: 4px 0 0 4px;
}

.reviews .btn {
  background: #1C1364;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  min-width: 244px;
  padding: 21px 10px;
}

@media (max-width: 767px) {
  .reviews .btn {
    min-width: 100%;
    padding: 17px 10px;
  }
}

.reviews .show-more {
  max-width: 360px;
  min-width: 360px;
  margin: 30px auto 0;
  display: block;
}

@media (max-width: 480px) {
  .reviews .show-more {
    max-width: 100%;
    min-width: 100%;
    margin: 20px auto 0;
  }
}

.reviews .review-block:first-child {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .reviews .review-block:first-child {
    margin-top: 19px;
  }
}

.rates-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #717782;
}

.rates-box span {
  color: #2F333C;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
}

.rates-box p {
  margin: 0;
}

.rates-box_holder {
  display: grid;
  gap: 30px 83px;
  grid-template-columns: repeat(2, auto);
  margin: 50px 0 35px;
}

@media (max-width: 767px) {
  .rates-box_holder {
    gap: 30px 95px;
  }
}

.review-block {
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .review-block {
    padding-bottom: 15px;
  }
}

.review-block_rate {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #2F333C;
}

.review-block_rate p {
  margin-bottom: 0;
}

.review-block_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.review-block_info .name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2F333C;
}

.review-block_info .date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
}

.review-block_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2F333C;
}

.review-block_text p {
  margin-bottom: 17px;
}

.review-block_stayed {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #717782;
}

.hotel-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: 610px auto;
  height: 406px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hotel-gallery {
    grid-template-columns: 500px auto;
    height: 360px;
  }
}

@media (max-width: 1023px) {
  .hotel-gallery {
    grid-template-columns: 400px auto;
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .hotel-gallery {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hotel-gallery {
    margin-bottom: 18px;
  }
}

@media (max-width: 479px) {
  .hotel-gallery {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hotel-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hotel-gallery .gallery-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.hotel-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hotel-gallery .gallery-image_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

@media (max-width: 1199px) {
  .hotel-gallery_main {
    height: 360px;
  }
}

@media (max-width: 992px) {
  .hotel-gallery_main {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .hotel-gallery_main {
    height: 226px;
  }
}

.hotel-gallery_images {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
  .hotel-gallery_images {
    height: 360px;
  }
}

@media (max-width: 1023px) {
  .hotel-gallery_images {
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .hotel-gallery_images {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hotel-gallery_images {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hotel-gallery_images .gallery-image {
    height: calc(180px - 10px);
  }
}

@media (max-width: 1023px) {
  .hotel-gallery_images .gallery-image {
    height: calc(180px - 5px);
  }
}

@media (max-width: 992px) {
  .hotel-gallery_images .gallery-image {
    height: calc(150px - 5px);
  }
}

@media (max-width: 479px) {
  .hotel-gallery_images .gallery-image {
    height: calc(113 - 5px);
  }
}