html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none; }

:after, :before, :hover {
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background-color: #e1eeec;
  font-size: 16px;
  color: #2D2D4B;
  font-family: 'Montserrat', sans-serif;
  min-width: 320px; }

a {
  text-decoration: none;
  outline: none;
  color: #2D2D4B;
  display: inline-block;
  line-height: 1.6; }

p {
  word-wrap: break-word;
  line-height: 1.6; }

strong {
  font-weight: bold; }

textarea, input, select, button {
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none !important;
  color: #2D2D4B; }

textarea {
  resize: none;
  height: 80px; }

::-webkit-input-placeholder {
  color: #2D2D4B;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

::-moz-placeholder {
  color: #2D2D4B;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

:-ms-input-placeholder {
  color: #2D2D4B;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

:-moz-placeholder {
  color: #2D2D4B;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding-right: 35px !important;
  color: #2D2D4B !important;
  font-family: 'Roboto', sans-serif;
  line-height: 1 !important; }

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

.title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 20px; }

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

.button {
  color: #493E8F;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  min-width: 110px;
  line-height: 1.5;
  transition: 0.5s ease all;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #FFCC4A; }
  .button:hover {
    background: #FFC329; }

h1, .h1 {
  font-size: 72px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 35px; }

h2, .h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 20px; }

h3, .h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 15px; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.pg_22 {
  padding: 22px; }

.pb_30 {
  padding-bottom: 30px; }

.pt_39 {
  padding-top: 39px !important; }

.main_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 74px;
  position: relative; }

.data-bg-image {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

/*!*---------slick slider--------------*!*/
.slick-slide {
  outline: none;
  border: none; }

.slick-next, .slick-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  line-height: 30px;
  text-align: center;
  outline: none;
  transition: 0.5s all ease;
  border: 0;
  z-index: 10;
  background: #fff;
  opacity: 0; }

.slick-prev {
  left: 0;
  background-image: url("../img/left-arrow.svg");
  background-position: -7px center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  border-radius: 0 100px 100px 0; }

.slick-next {
  right: 0;
  background-image: url("../img/right-arrow.svg");
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  border-radius: 100px 0 0 100px; }

.slick-slider {
  transition: 0.5s all ease; }
  .slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    opacity: 0.75; }

.slick-dots {
  text-align: center;
  font-size: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto; }
  .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.5s ease all;
    position: relative; }
    .slick-dots li button {
      background: none;
      outline: none;
      border: none;
      font-size: 0; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      opacity: 1; }

.slick-slide img {
  width: 100%;
  height: auto; }

/*-----------------------popup--------------------------*/
/* Outer */
.popup_js {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

/* Inner */
.popup-inner {
  max-width: 354px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px;
  max-height: 95%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 2px 25px rgba(108, 114, 146, 0.15);
  border-radius: 4px; }
  .popup-inner .title {
    padding-bottom: 16px; }
  .popup-inner .button_bg {
    width: 100%;
    font-size: 14px;
    margin-top: 16px; }

.popup-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: ease all 0.25s;
  text-align: center; }
  .popup-close:hover:before, .popup-close:hover:after {
    background-color: #2D2D4B; }
  .popup-close:before, .popup-close:after {
    content: '';
    background-color: #493E8F;
    width: 2px;
    height: 20px;
    transition: 0.5s ease;
    position: absolute; }
  .popup-close:before {
    transform: rotate(-45deg);
    top: 1px; }
  .popup-close:after {
    transform: rotate(45deg); }

.fixed_body {
  overflow: hidden; }

/*------------------header-------------------*/
header {
  box-shadow: 0 2px 22px rgba(78, 78, 107, 0.05);
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
  padding: 0 35px 0 50px;
  display: flex;
  align-items: center; }
  header .logo {
    display: block;
    font-weight: 800;
    font-size: 20px; }
  header .mobile_phone {
    display: none;
    border-radius: 50%;
    border: 1px solid #FFCC4A;
    width: 48px;
    height: 48px;
    background: url("../img/phone.svg") no-repeat center center;
    background-size: 18px 18px;
    margin-left: 10px; }
  header.main_page_header {
    background-color: transparent;
    box-shadow: none;
    color: #fff; }
    header.main_page_header a {
      color: #fff; }
    header.main_page_header .currency_group:hover ul {
      background: rgba(255, 255, 255, 0.2); }
    header.main_page_header .currency_group ul:before {
      background: url("../img/arrow_down_white.svg") no-repeat;
      background-size: 16px 9px; }
    header.main_page_header .currency_group ul li a, header.main_page_header .currency_group ul li p {
      background-color: transparent; }
    header.main_page_header .mobile_phone {
      background-color: rgba(247, 247, 248, 0.07);
      border-color: transparent; }

.phone {
  margin-left: auto;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 25px; }
  .phone:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background: url("../img/phone.svg") no-repeat;
    background-size: 100% 100%; }

.currency_group {
  height: 30px;
  transition: 0.5s all ease;
  cursor: pointer;
  margin-left: 10px;
  position: relative; }
  .currency_group ul {
    height: 30px;
    overflow: hidden;
    background-color: transparent;
    padding-top: 30px;
    z-index: 998;
    position: relative; }
    .currency_group ul:before {
      content: '';
      background: url("../img/arrow_down.svg") no-repeat;
      background-size: 16px 9px;
      position: absolute;
      z-index: 2;
      color: #fff;
      right: 10px;
      top: 11px;
      width: 16px;
      height: 12px; }
    .currency_group ul li a, .currency_group ul li p {
      background-color: #fff;
      transition: 0.5s all ease;
      display: block;
      padding: 0 15px;
      text-transform: uppercase;
      line-height: 30px;
      font-size: 14px;
      height: 30px;
      min-width: 85px; }
    .currency_group ul li.active {
      position: absolute;
      left: 0;
      top: 0; }
      .currency_group ul li.active a, .currency_group ul li.active p {
        font-weight: 600;
        pointer-events: none; }
    .currency_group ul li a:hover {
      font-weight: 600; }
  .currency_group:hover ul {
    height: auto !important;
    box-shadow: 0 2px 25px rgba(108, 114, 146, 0.15); }

/*------------------footer------------------*/
footer {
  width: 100%;
  margin: auto auto 0 auto;
  background-color: #21252D;
  color: #F7F7F8; }
  footer p {
    padding-bottom: 5px; }
  footer a {
    color: #F7F7F8;
    padding-bottom: 5px;
    transition: 0.5s all ease; }
    footer a:hover {
      opacity: 0.6; }
  footer .container {
    display: grid;
    padding: 80px 30px 50px !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 80px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-areas: "logo contacts services politic social"
 "copy copy copy copy copy"; }
  footer .footer_logo {
    grid-area: logo; }
    footer .footer_logo .logo {
      display: block;
      font-weight: 800;
      font-size: 18px;
      padding-bottom: 15px; }
    footer .footer_logo p {
      opacity: 0.6; }
  footer .footer_contacts {
    grid-area: contacts; }
  footer .footer_services {
    grid-area: services; }
  footer .footer_politic {
    grid-area: politic; }
  footer .footer_social {
    grid-area: social; }
    footer .footer_social a {
      padding: 0;
      margin-right: 10px; }
  footer .footer_copy {
    grid-area: copy;
    font-size: 14px;
    opacity: 0.6;
    align-self: end; }
    footer .footer_copy a {
      font-weight: bold; }

.facebook, .instagram {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #F7F7F8;
  position: relative;
  display: inline-block; }
  .facebook:before, .instagram:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px; }

.facebook:before {
  background-image: url("../img/facebook.svg"); }

.instagram:before {
  background-image: url("../img/instagram.svg"); }

/*------------------index----------------*/
.main_slider {
  margin-top: -74px; }
  .main_slider .slide {
    position: relative;
    height: 570px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .main_slider .slide:before {
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.44) 100%); }
    .main_slider .slide .container {
      position: relative;
      z-index: 2;
      color: #fff; }
      .main_slider .slide .container h2 {
        font-weight: bold;
        font-size: 72px;
        line-height: 1.2;
        padding-bottom: 50px; }
      .main_slider .slide .container ul {
        display: flex; }
        .main_slider .slide .container ul li {
          font-size: 18px;
          position: relative;
          padding-right: 15px;
          margin-right: 15px; }
          .main_slider .slide .container ul li:before {
            content: '';
            background-color: #FFC759;
            width: 2px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .main_slider .slide .container ul li:last-of-type {
            margin-right: 0;
            padding-right: 0; }
            .main_slider .slide .container ul li:last-of-type:before {
              display: none; }

.index_booking {
  margin-bottom: 100px;
  margin-top: -60px; }

.main_booking_form {
  box-shadow: 0 2px 25px rgba(108, 114, 146, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 30px; }
  .main_booking_form .box {
    width: 25%;
    padding: 30px 25px; }
  .main_booking_form p {
    font-weight: 500;
    font-size: 14px;
    color: #B1AEB8; }
  .main_booking_form input, .main_booking_form select, .main_booking_form .guests_selected {
    border-bottom: 1px solid #CFCFDA;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #2D2D4B;
    padding: 10px 30px 10px 0;
    height: 41px; }
  .main_booking_form .checkin, .main_booking_form .checkout {
    background: url("../img/calendar.svg") no-repeat right center;
    background-size: 22px 22px; }
  .main_booking_form .guests_selected {
    background: url("../img/person.svg") no-repeat right center;
    background-size: 22px 22px; }
  .main_booking_form ::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #2D2D4B; }
  .main_booking_form ::-moz-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #2D2D4B; }
  .main_booking_form :-ms-input-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #2D2D4B; }
  .main_booking_form :-moz-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #2D2D4B; }
  .main_booking_form .guests_box {
    position: relative; }
  .main_booking_form .guests_dropdown {
    display: none;
    box-shadow: 0 7px 22px rgba(108, 114, 146, 0.22);
    background: #FFFFFF;
    z-index: 999;
    position: absolute;
    left: 25px;
    right: 25px; }
    .main_booking_form .guests_dropdown.open {
      display: block; }
    .main_booking_form .guests_dropdown h3 {
      border-bottom: 1px solid #EAEAF4;
      font-weight: 600;
      padding: 15px 20px;
      margin-bottom: 20px; }
    .main_booking_form .guests_dropdown .wrap {
      display: flex;
      padding: 0 11px 25px; }
      .main_booking_form .guests_dropdown .wrap .item {
        width: 50%;
        padding: 9px; }
        .main_booking_form .guests_dropdown .wrap .item label {
          color: #656176;
          font-weight: 500;
          font-size: 14px;
          padding-bottom: 10px;
          display: block; }
        .main_booking_form .guests_dropdown .wrap .item .quantity {
          border: 1.2px solid #EAEAF4;
          padding: 10px;
          display: flex;
          justify-content: center; }
          .main_booking_form .guests_dropdown .wrap .item .quantity .minus, .main_booking_form .guests_dropdown .wrap .item .quantity .plus {
            cursor: pointer;
            display: block;
            background-color: #F0F1F7;
            width: 30px;
            height: 30px;
            font-size: 30px;
            line-height: 30px;
            color: #493E8F;
            transition: 0.5s all ease;
            text-align: center; }
            .main_booking_form .guests_dropdown .wrap .item .quantity .minus:hover, .main_booking_form .guests_dropdown .wrap .item .quantity .plus:hover {
              background-color: #E6E6F5; }
          .main_booking_form .guests_dropdown .wrap .item .quantity input {
            text-align: center;
            font-size: 18px;
            border: 0;
            color: #493E8F;
            font-weight: 600;
            width: 40px;
            height: 30px;
            padding: 0; }
  .main_booking_form .btn_box {
    padding: 0 !important; }
    .main_booking_form .btn_box .button {
      height: 100%;
      padding: 0;
      width: 100%; }

.ui-datepicker {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important; }

.ui-widget.ui-widget-content {
  border: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) !important;
  border-radius: 4px !important; }

.ui-widget-header {
  border: 0 !important;
  background: transparent !important; }

.ui-datepicker .ui-datepicker-title {
  color: #A484DA !important;
  letter-spacing: 0.02em !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 8px 0 !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background-color: transparent !important; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block !important;
    width: 16px !important;
    height: 14px !important;
    background: url("../img/datepicker_prev.svg") no-repeat center !important;
    background-size: 16px 14px !important; }

.ui-datepicker .ui-datepicker-prev span {
  transform: rotate(180deg) !important; }

.ui-datepicker td {
  vertical-align: middle !important; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center !important;
  height: 28px !important;
  line-height: 30px !important;
  padding: 0 0.2em !important; }

.ui-datepicker-multi .ui-datepicker-group table thead tr {
  background: #f6f3fb !important; }

.ui-datepicker th {
  font-weight: normal !important; }

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background: transparent !important;
  border-radius: 4px; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f6f3fb !important;
  color: #454545 !important; }

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover {
  background: #A484DA !important;
  color: #fff !important; }

.datepicker_header {
  letter-spacing: 0.02em;
  font-weight: bold;
  padding: 16px;
  border-bottom: 1px solid #E5E6F1;
  font-size: 16px !important; }

.hotel_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 45px;
  margin: 0 -20px; }
  .hotel_list .box {
    width: 33.3%;
    padding: 20px;
    display: flex;
    flex-direction: column; }
  .hotel_list .item {
    flex-grow: 1;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.5s all ease; }
    .hotel_list .item:hover {
      box-shadow: 0 1px 45px rgba(96, 85, 115, 0.2); }
    .hotel_list .item .slide {
      height: 350px; }
      .hotel_list .item .slide a {
        display: block;
        height: 100%;
        width: 100%; }
    .hotel_list .item .img_box {
      position: relative;
      overflow: hidden; }
    .hotel_list .item .text_box {
      padding: 25px 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .hotel_list .item .text_box ul {
        margin-top: auto; }
        .hotel_list .item .text_box ul li {
          display: inline-block;
          font-size: 12px;
          line-height: 1.2;
          text-transform: uppercase;
          padding-right: 15px;
          margin-right: 15px;
          position: relative; }
          .hotel_list .item .text_box ul li:before {
            content: '';
            background-color: #828282;
            width: 1px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .hotel_list .item .text_box ul li:last-of-type {
            margin-right: 0;
            padding-right: 0; }
            .hotel_list .item .text_box ul li:last-of-type:before {
              display: none; }
    .hotel_list .item .title_box {
      display: grid;
      grid-template-columns: 1fr auto; }
      .hotel_list .item .title_box h3 {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 15px;
        padding-right: 10px; }
      .hotel_list .item .title_box .rating {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        color: #333333;
        position: relative;
        padding-top: 4px;
        padding-left: 24px; }
        .hotel_list .item .title_box .rating:before {
          content: '';
          width: 14px;
          height: 14px;
          background: url("../img/star.svg") no-repeat;
          background-size: 100% 100%;
          position: absolute;
          left: 0;
          top: 9px; }
    .hotel_list .item .price {
      font-size: 18px;
      padding-bottom: 30px; }

.hidden_hotel_list .more_text {
  height: 0;
  overflow: hidden; }
  .hidden_hotel_list .more_text.open {
    height: auto; }

.hotels_sticker_spa, .hotels_sticker_breakfast, .hotels_sticker_animation,
.hotels_sticker_all_inclusive, .hotels_sticker_first_line, .hotels_sticker_popular {
  position: absolute;
  top: -6px;
  left: 30px;
  z-index: 1;
  width: 40px;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0 20px; }
  .hotels_sticker_spa:before, .hotels_sticker_breakfast:before, .hotels_sticker_animation:before,
  .hotels_sticker_all_inclusive:before, .hotels_sticker_first_line:before, .hotels_sticker_popular:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #493E8F;
    transform: skewY(-17deg);
    position: absolute;
    top: 0;
    left: 0; }
  .hotels_sticker_spa span, .hotels_sticker_breakfast span, .hotels_sticker_animation span,
  .hotels_sticker_all_inclusive span, .hotels_sticker_first_line span, .hotels_sticker_popular span {
    writing-mode: vertical-lr;
    transform: rotate(180deg); }

.hotels_sticker_spa:before {
  background: #493E8F; }

.hotels_sticker_breakfast:before {
  background: #009293; }

.hotels_sticker_animation:before {
  background: #D22F2F; }

.hotels_sticker_all_inclusive:before {
  background: #0F0E1A; }

.hotels_sticker_first_line:before {
  background: #FFCC4A; }

.hotels_sticker_popular:before {
  background: #326CA2; }

.view_more_btn {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 29px;
  border: 2px solid #493E8F;
  transition: 0.5s all ease;
  width: 250px;
  margin: 0 auto 250px;
  display: block;
  font-size: 14px; }
  .view_more_btn:hover {
    background-color: #EDEDF2; }

.index_banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 250px; }
  .index_banner .img_box {
    min-height: 500px; }
  .index_banner .text_box {
    background-color: #493E8F;
    color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px; }
    .index_banner .text_box h3 {
      font-size: 54px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      padding-bottom: 50px;
      font-weight: 300; }
      .index_banner .text_box h3 span {
        display: block;
        font-weight: bold; }
    .index_banner .text_box ul li {
      position: relative;
      padding: 0 0 10px 30px; }
      .index_banner .text_box ul li:before {
        content: '';
        position: absolute;
        width: 19px;
        height: 18px;
        left: 0;
        top: 6px;
        background: url("../img/check.svg") no-repeat;
        background-size: 19px 18px; }

.index_services {
  background-color: #e1eeec;
  padding: 220px 0;
  margin-bottom: 250px; }
  .index_services .title {
    padding-bottom: 120px;
    padding-left: 66px; }
  .index_services ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 80px;
    grid-column-gap: 80px; }
    .index_services ul li {
      background: #FFFFFF;
      box-shadow: 0 1px 20px rgba(0, 0, 0, 0.04);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      height: 180px;
      margin-left: 66px;
      padding-left: 96px;
      padding-right: 30px;
      font-weight: 600; }
      .index_services ul li .img_box {
        width: 132px;
        height: 132px;
        border-radius: 50%;
        position: absolute;
        left: -66px;
        top: 50%;
        transform: translateY(-50%);
        background: #E6E6F5;
        border: 2px solid #BFBADD;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index_services ul li .img_box img {
          max-width: 62px; }

.index_description {
  background-color: #fff;
  margin-right: 150px;
  padding: 70px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 250px; }
  .index_description p {
    color: #656176; }
  .index_description .text_box {
    width: 60%;
    padding-left: 70px; }
  .index_description .img_box {
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -150px; }
    .index_description .img_box img {
      display: block;
      width: 100%; }

/*---------------------hotel_detail--------------------*/
.back_bth {
  display: inline-block;
  opacity: 0.8;
  position: relative;
  padding-left: 30px; }
  .back_bth:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../img/arrow_prev.svg") no-repeat;
    background-size: 20px 18px;
    width: 20px;
    height: 18px; }
  .back_bth:hover {
    text-decoration: underline; }

.hotel_detail_title {
  padding-top: 48px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: 40px;
  font-size: 14px;
  align-items: center;
  padding-bottom: 40px; }
  .hotel_detail_title .title_box a {
    text-decoration: underline;
    padding-left: 10px;
    transition: 0.5s all ease; }
    .hotel_detail_title .title_box a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .hotel_detail_title h1 {
    font-size: 60px;
    padding-bottom: 10px;
    letter-spacing: 0.03em; }
  .hotel_detail_title .rating_box {
    text-align: right; }
    .hotel_detail_title .rating_box a {
      display: block;
      text-decoration: underline;
      padding-left: 10px;
      transition: 0.5s all ease; }
      .hotel_detail_title .rating_box a:hover {
        opacity: 0.8;
        text-decoration: none; }
  .hotel_detail_title .rating {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #333333;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    margin-bottom: 5px; }
    .hotel_detail_title .rating:before {
      content: '';
      width: 14px;
      height: 14px;
      background: url("../img/star.svg") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 5px; }
  .hotel_detail_title .button {
    height: 70px;
    width: 250px;
    line-height: 70px;
    padding: 0; }

.hotel_detail_gallery_desktop {
  display: grid;
  position: relative;
  grid-template-columns: 1.9fr 1fr;
  grid-template-areas: "slide_1 slide_2"
 "slide_1 slide_3";
  grid-gap: 10px;
  height: 720px; }
  .hotel_detail_gallery_desktop .slide_1 {
    grid-area: slide_1; }
  .hotel_detail_gallery_desktop .slide_2 {
    grid-area: slide_2; }
  .hotel_detail_gallery_desktop .slide_3 {
    grid-area: slide_3;
    position: relative; }
  .hotel_detail_gallery_desktop .view_all_photo {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding: 20px 33px 20px 60px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.5s all ease; }
    .hotel_detail_gallery_desktop .view_all_photo:before {
      content: '';
      background: url("../img/view_all_photo.svg") no-repeat;
      background-size: 15px 16px;
      width: 15px;
      height: 16px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px; }
  .hotel_detail_gallery_desktop a:hover .view_all_photo {
    background-color: #F2F2F8; }

.hotel_detail_gallery_mobile {
  display: none; }

.fancybox-bg {
  background-color: #fff !important;
  opacity: 0.95 !important; }

.fancybox-infobar {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 20px !important; }

.fancybox-navigation .fancybox-button {
  background-color: #fff !important;
  border-radius: 50% !important;
  border: 2px solid #F0F1F7 !important;
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important; }
  .fancybox-navigation .fancybox-button:hover {
    background-color: #F7F7F8 !important; }
  .fancybox-navigation .fancybox-button:before {
    content: '';
    background: url("../img/arrow_down.svg") no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px !important; }
  .fancybox-navigation .fancybox-button--arrow_left:before {
    transform: rotate(90deg); }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px !important; }
  .fancybox-navigation .fancybox-button--arrow_right:before {
    transform: rotate(-90deg); }

.fancybox-button--close {
  background: #F0F1F7 !important;
  height: 42px !important;
  width: auto !important;
  right: 20px !important;
  top: 20px !important;
  color: #656176 !important;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 11px 42px 11px 20px; }
  .fancybox-button--close:before, .fancybox-button--close:after {
    content: '';
    background-color: #656176;
    width: 1.5px;
    height: 16px;
    transition: 0.5s ease;
    position: absolute;
    right: 20px;
    top: 12px; }
  .fancybox-button--close:before {
    transform: rotate(-45deg); }
  .fancybox-button--close:after {
    transform: rotate(45deg); }
  .fancybox-button--close:hover {
    background: #EAEAF4 !important;
    color: #2D2D4B !important; }
    .fancybox-button--close:hover:before, .fancybox-button--close:hover:after {
      background-color: #2D2D4B; }

.hotel_detail_rooms_list {
  background-color: #F0F1F7; }

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none; }

.addReadMore.showmorecontent .readMore {
  display: none; }

.addReadMore .readMore,
.addReadMore .readLess {
  margin-left: 2px;
  font-weight: 600;
  cursor: pointer; }

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block; }

.hotel_rooms_list {
  padding-top: 40px; }

.hotel_room_item {
  background-color: #fff;
  margin-bottom: 45px; }
  .hotel_room_item .grid_group {
    display: grid;
    grid-template-columns: 33% 0.7fr 1.2fr;
    grid-template-areas: "image title title"
 "image description description"
 "image preferences price"; }
  .hotel_room_item .img_box {
    grid-area: image; }
    .hotel_room_item .img_box .slide, .hotel_room_item .img_box .slick_1_dots, .hotel_room_item .img_box .slick-list, .hotel_room_item .img_box .slick-track {
      height: 100%;
      width: 100%; }
  .hotel_room_item .title_box {
    grid-area: title;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 20px; }
    .hotel_room_item .title_box .title {
      font-size: 30px;
      padding-bottom: 0; }
    .hotel_room_item .title_box .ico_list {
      display: flex;
      align-items: center; }
      .hotel_room_item .title_box .ico_list li {
        padding-right: 10px; }
        .hotel_room_item .title_box .ico_list li:last-of-type {
          padding-right: 0; }
  .hotel_room_item .description_box {
    grid-area: description;
    border-bottom: 1px solid #EAEAF4;
    padding: 0 40px 30px;
    line-height: 1.6; }
    .hotel_room_item .description_box span {
      line-height: 1.6; }
  .hotel_room_item .preferences {
    grid-area: preferences;
    padding: 40px;
    border-right: 1px solid #EAEAF4; }
    .hotel_room_item .preferences .preferences_title {
      padding-bottom: 17px; }
      .hotel_room_item .preferences .preferences_title p {
        font-weight: 600;
        padding-bottom: 10px; }
      .hotel_room_item .preferences .preferences_title span {
        font-size: 12px; }
    .hotel_room_item .preferences .preferences_list {
      display: flex; }
      .hotel_room_item .preferences .preferences_list li {
        margin-right: 12px; }
        .hotel_room_item .preferences .preferences_list li .preferences_list_item {
          border: 1px solid #CFCFDA;
          border-radius: 5px;
          height: 50px;
          padding: 0 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 14px;
          color: #493E8F;
          transition: 0.5s all ease;
          position: relative; }
          .hotel_room_item .preferences .preferences_list li .preferences_list_item.active, .hotel_room_item .preferences .preferences_list li .preferences_list_item:hover {
            background: rgba(230, 230, 245, 0.5);
            border-color: #493E8F; }
          .hotel_room_item .preferences .preferences_list li .preferences_list_item:hover .tooltip {
            display: block; }
          .hotel_room_item .preferences .preferences_list li .preferences_list_item .tooltip {
            display: none;
            background: #333;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
            padding: 10px;
            position: absolute;
            bottom: 110%;
            z-index: 2;
            border-radius: 4px;
            min-width: 180px;
            text-align: center; }
            .hotel_room_item .preferences .preferences_list li .preferences_list_item .tooltip:before {
              content: '';
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -20px;
              border: 10px solid transparent;
              border-top: 10px solid #333; }
  .hotel_room_item .price_box {
    grid-area: price;
    display: flex;
    justify-content: space-between;
    padding: 30px; }
    .hotel_room_item .price_box .left_col .rate {
      padding-bottom: 24px;
      position: relative;
      padding-right: 25px;
      display: inline-block;
      cursor: pointer; }
      .hotel_room_item .price_box .left_col .rate:hover .tooltip {
        display: block; }
      .hotel_room_item .price_box .left_col .rate:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        right: 0;
        top: 0;
        background: url("../img/question.svg") no-repeat;
        background-size: 100% 100%; }
      .hotel_room_item .price_box .left_col .rate p {
        font-weight: 600;
        font-size: 18px; }
      .hotel_room_item .price_box .left_col .rate .tooltip {
        display: none;
        background: #F0F1F7;
        border: 1px solid #BFBADD;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgba(124, 131, 132, 0.1);
        font-size: 12px;
        line-height: 1.5;
        padding: 15px;
        width: 300px;
        position: absolute;
        left: 0;
        bottom: 110%;
        z-index: 2; }
        .hotel_room_item .price_box .left_col .rate .tooltip:before, .hotel_room_item .price_box .left_col .rate .tooltip:after {
          content: '';
          position: absolute;
          left: 10px;
          bottom: -20px;
          border: 10px solid transparent;
          border-top: 10px solid #BFBADD; }
        .hotel_room_item .price_box .left_col .rate .tooltip::after {
          border-top: 10px solid #F0F1F7;
          bottom: -19px; }
    .hotel_room_item .price_box .left_col ul li {
      position: relative;
      padding: 0 0 10px 30px; }
      .hotel_room_item .price_box .left_col ul li img {
        position: absolute;
        top: 3px;
        left: 0;
        max-width: 20px; }
      .hotel_room_item .price_box .left_col ul li span {
        font-weight: bold;
        line-height: 1.6; }
      .hotel_room_item .price_box .left_col ul li a {
        color: #493E8F;
        text-decoration: underline;
        font-weight: 600;
        transition: 0.5s all ease; }
        .hotel_room_item .price_box .left_col ul li a:hover {
          opacity: 0.7; }
    .hotel_room_item .price_box .right_col {
      text-align: right; }
      .hotel_room_item .price_box .right_col .price {
        text-align: right;
        padding-bottom: 33px; }
        .hotel_room_item .price_box .right_col .price span {
          font-weight: bold;
          font-size: 20px;
          padding-left: 12px; }
        .hotel_room_item .price_box .right_col .price img {
          max-width: 15px;
          vertical-align: bottom; }
      .hotel_room_item .price_box .right_col .for_night {
        color: #3D3D64;
        font-size: 14px;
        opacity: 0.8;
        padding-bottom: 10px; }
        .hotel_room_item .price_box .right_col .for_night span {
          font-weight: bold; }
      .hotel_room_item .price_box .right_col .button {
        width: 230px;
        height: 60px;
        padding: 0;
        line-height: 60px; }

.hotel_detail_booking {
  margin-top: -62px;
  margin-bottom: 134px; }

.js_more_text .more_text {
  display: none; }

.js_more_text .view_more {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0; }
  .js_more_text .view_more:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 14px;
    right: 0;
    top: 6px;
    background: url("../img/arrow_down2.svg") no-repeat;
    background-size: 100% 100%; }
  .js_more_text .view_more.open:before {
    transform: rotate(180deg); }

.hotel_detail_description {
  margin-top: -80px;
  padding-top: 200px;
  padding-bottom: 250px;
  background-color: #fff; }
  .hotel_detail_description .text_box {
    width: 40%; }
    .hotel_detail_description .text_box p {
      padding-bottom: 30px; }
    .hotel_detail_description .text_box .view_more {
      color: #493E8F;
      font-weight: bold;
      cursor: pointer;
      line-height: 1.5; }
      .hotel_detail_description .text_box .view_more:hover {
        text-decoration: underline; }
  .hotel_detail_description .flex_wrap {
    justify-content: space-between;
    align-items: start; }
  .hotel_detail_description .advant_box {
    width: 50%;
    background-color: #F0F1F7;
    border: 1px solid #BFBADD;
    padding: 80px 80px; }
    .hotel_detail_description .advant_box h3 {
      font-size: 26px;
      font-weight: bold;
      padding-bottom: 48px; }
    .hotel_detail_description .advant_box .view_more {
      color: #493E8F;
      text-decoration: underline;
      font-weight: bold;
      cursor: pointer;
      line-height: 1.5; }
      .hotel_detail_description .advant_box .view_more:hover {
        text-decoration: none; }
  .hotel_detail_description .advant_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 50px; }
    .hotel_detail_description .advant_list li {
      position: relative;
      padding: 0 0 15px 30px; }
      .hotel_detail_description .advant_list li img {
        display: block;
        max-width: 20px;
        position: absolute;
        left: 0;
        top: 3px; }
    .hotel_detail_description .advant_list.open {
      height: auto; }

.accordion-content {
  display: none; }

.accordion-toggle {
  cursor: pointer; }

.hotel_detail_map {
  padding-top: 150px;
  padding-bottom: 84px;
  background-color: #fff; }
  .hotel_detail_map .title {
    padding-bottom: 86px; }
  .hotel_detail_map .text_box {
    width: 40%;
    padding-bottom: 80px; }
  .hotel_detail_map .flex_wrap {
    justify-content: space-between; }
  .hotel_detail_map .map_box {
    width: 50%;
    font-size: 14px; }
    .hotel_detail_map .map_box h3 {
      font-size: 26px;
      padding-bottom: 10px; }
    .hotel_detail_map .map_box p {
      padding-bottom: 30px; }
  .hotel_detail_map .booking_time {
    padding-bottom: 28px; }
    .hotel_detail_map .booking_time p {
      font-weight: 300;
      position: relative;
      padding: 0 0 5px 30px; }
      .hotel_detail_map .booking_time p:before {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        background: url("../img/calendar.svg") no-repeat;
        background-size: 100% 100%; }
      .hotel_detail_map .booking_time p span {
        font-weight: 600; }
  .hotel_detail_map .accordion {
    padding-bottom: 20px; }
  .hotel_detail_map .accordion-toggle p {
    position: relative;
    font-weight: 600;
    padding: 0 30px 15px 0;
    display: inline-block; }
    .hotel_detail_map .accordion-toggle p:before {
      content: '';
      width: 17px;
      height: 10px;
      position: absolute;
      right: 0;
      top: 10px;
      background: url("../img/arrow_down.svg") no-repeat;
      background-size: 100% 100%; }
  .hotel_detail_map .accordion-toggle.active p:before {
    transform: rotate(180deg); }
  .hotel_detail_map .accordion-content {
    line-height: 1.6;
    padding: 5px 0 20px 0; }
  .hotel_detail_map .card_list {
    padding-top: 24px;
    display: flex; }
    .hotel_detail_map .card_list li {
      margin-right: 13px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #353E8F;
      border-radius: 4px;
      width: 37px;
      height: 25px; }
    .hotel_detail_map .card_list .visa {
      background: #E9EEF1; }
    .hotel_detail_map .card_list img {
      max-width: 37px; }

.list_circle li {
  position: relative;
  padding: 5px 10px 5px 20px;
  line-height: 1.6;
  display: block; }
  .list_circle li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #493E8F; }

.hotel_detail_services {
  margin-bottom: 0 !important; }

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1200px; }
  .index_description .text_box {
    padding-left: 16px; }
  .index_description .img_box {
    width: 50%; }
  footer .container {
    grid-template-columns: 1fr 1fr 1fr 80px;
    grid-template-areas: "logo contacts services social"
 "logo contacts politic social"
 "copy copy copy copy"; }
  .index_services {
    padding: 220px 0 200px;
    margin-bottom: 200px; }
    .index_services ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 45px;
      grid-column-gap: 23px; }
      .index_services ul li {
        margin-left: 57px;
        padding-left: 63px; }
        .index_services ul li .img_box {
          width: 114px;
          height: 114px;
          left: -57px; }
  .hotel_list {
    margin: 0 -12px; }
    .hotel_list .box {
      padding: 12px; }
    .hotel_list .item .text_box {
      padding: 20px; }
      .hotel_list .item .text_box ul li {
        padding-right: 6px;
        margin-right: 6px;
        font-size: 10px;
        text-align: center; }
  .hotel_detail_description .advant_box {
    width: 40%;
    padding: 70px; }
  .hotel_detail_description .text_box {
    width: 55%; }
  .hotel_detail_description .advant_list {
    grid-template-columns: 1fr; }
  .main_booking_form {
    padding-left: 10px; }
    .main_booking_form .box {
      padding: 30px 15px; }
    .main_booking_form .guests_dropdown {
      left: 0;
      right: 0; }
  .hotel_detail_gallery_desktop {
    height: 576px; }
  .view_more_btn {
    margin-bottom: 200px; }
  .index_banner {
    font-size: 14px;
    margin-bottom: 216px; }
    .index_banner .img_box {
      min-height: 396px; }
    .index_banner .text_box h3 {
      font-size: 40px; }
  .hotel_room_item .grid_group {
    display: grid;
    grid-template-columns: 399px 1fr;
    grid-template-areas: "image title"
 "image description"
 "image preferences"
 "price price"; }
  .preferences {
    display: flex;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #EAEAF4; }
    .preferences .preferences_title {
      padding-right: 40px; } }

@media screen and (max-width: 1150px) {
  .hotel_list .box {
    width: 50%; }
  .hotel_detail_title {
    grid-template-columns: 1fr auto;
    grid-row-gap: 22px;
    padding-bottom: 22px; }
    .hotel_detail_title h1 {
      font-size: 50px; }
    .hotel_detail_title .button {
      grid-column: 1/-1;
      width: 100%; }
  .index_booking {
    display: flex;
    margin-top: -186px; }
    .index_booking .main_booking_form {
      width: 100%;
      max-width: 345px;
      margin-left: auto;
      padding: 20px 0 0; }
      .index_booking .main_booking_form .flex_wrap {
        display: block; }
      .index_booking .main_booking_form .box {
        width: 100%;
        padding: 0 15px 15px; }
      .index_booking .main_booking_form .btn_box {
        margin-top: 30px;
        padding: 0;
        height: 70px; }
  .hotel_detail_booking .main_booking_form {
    padding: 35px 0 0; }
    .hotel_detail_booking .main_booking_form .box {
      width: 33.3%;
      padding: 0 15px; }
    .hotel_detail_booking .main_booking_form .btn_box {
      margin-top: 20px;
      width: 100%;
      padding: 0;
      height: 80px; }
  .hotel_detail_gallery_desktop {
    height: 462px; }
  .view_more_btn {
    margin-bottom: 160px; }
  .index_banner {
    margin-bottom: 150px; }
    .index_banner .img_box {
      min-height: 318px; }
    .index_banner .text_box h3 {
      font-size: 30px; }
    .index_banner .text_box ul li:before {
      top: 2px; }
  .hotel_room_item .grid_group {
    grid-template-columns: 321px 1fr;
    grid-template-areas: "image title"
 "image description"
 "preferences preferences"
 "price price"; }
  .hotel_room_item .title_box {
    display: block;
    padding: 30px 30px 20px; }
    .hotel_room_item .title_box .title {
      padding-bottom: 17px; }
  .hotel_room_item .description_box {
    padding: 0 30px 40px; }
  .hotel_room_item .preferences {
    padding: 20px 30px; } }

@media screen and (max-width: 1024px) {
  footer .container {
    grid-template-columns: 1fr 1fr 80px;
    grid-template-areas: "logo contacts social"
 "logo services social"
 "copy politic social"; }
  .title {
    font-size: 40px; }
  .index_description {
    margin-right: 0;
    display: block; }
    .index_description .text_box {
      padding-left: 0;
      width: 100%;
      padding-bottom: 100px; }
    .index_description .img_box {
      width: 100%;
      max-width: 794px;
      right: auto;
      left: auto;
      position: relative;
      top: auto;
      transform: translateY(0);
      margin-bottom: -200px; }
  .index_services {
    padding: 150px 0 200px;
    margin-bottom: 200px; }
    .index_services .title {
      padding-bottom: 100px;
      padding-left: 0; }
    .index_services ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 45px;
      grid-column-gap: 23px; }
      .index_services ul li {
        margin-left: 57px;
        padding-left: 80px;
        height: 156px; }
        .index_services ul li .img_box {
          width: 114px;
          height: 114px;
          left: -57px; }
  .main_slider .slide .container h2 {
    font-size: 60px;
    padding-bottom: 30px; }
  .main_slider .slide .container ul {
    display: block; }
    .main_slider .slide .container ul li {
      padding-right: 0;
      margin-right: 0;
      padding-bottom: 10px; }
      .main_slider .slide .container ul li:before {
        display: none; }
  .hotel_detail_map {
    padding-top: 100px;
    padding-bottom: 120px; }
    .hotel_detail_map .title {
      padding-bottom: 40px; }
    .hotel_detail_map .text_box {
      width: 100%; }
    .hotel_detail_map .map_box {
      width: 100%; }
  .hotel_detail_description .advant_box {
    width: 100%; }
  .hotel_detail_description .text_box {
    width: 100%;
    padding-bottom: 100px; }
  .hotel_detail_description .advant_list {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 900px) {
  .hotel_detail_description .advant_list {
    grid-template-columns: 1fr 1fr; }
  .hotel_detail_booking .main_booking_form {
    padding: 24px 0 0; }
    .hotel_detail_booking .main_booking_form .box {
      width: 100%;
      padding: 0 20px 20px; }
    .hotel_detail_booking .main_booking_form .btn_box {
      margin-top: 20px; }
  .hotel_detail_gallery_desktop {
    height: 341px; }
  .hotel_detail_gallery_desktop {
    grid-template-columns: 1.5fr 1fr; }
    .hotel_detail_gallery_desktop .view_all_photo {
      bottom: 5px;
      right: 6px; }
  .index_banner {
    margin-bottom: 120px;
    grid-template-columns: 1fr 1.5fr; }
    .index_banner .text_box h3 {
      font-size: 24px;
      padding-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .hotel_list .item .slide {
    height: 297px; } }

@media screen and (max-width: 767px) {
  .ul-flex {
    width: 100% !important;
  }
  .container {
    padding: 0 15px; }
  .h2, h2, .title {
    font-size: 30px; }
  .index_description {
    padding: 17px;
    margin-top: -170px; }
  .index_services {
    padding: 90px 0 296px;
    margin-bottom: 30px; }
    .index_services .title {
      padding-bottom: 75px; }
    .index_services ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 45px; }
  .main_slider .slide .container h2 {
    font-size: 40px; }
  .hotel_detail_services {
    padding-bottom: 90px; }
  .hotel_detail_title {
    display: block; }
    .hotel_detail_title h1 {
      font-size: 30px; }
    .hotel_detail_title .title_box {
      padding-bottom: 30px; }
      .hotel_detail_title .title_box a {
        display: block;
        padding-left: 0; }
    .hotel_detail_title .rating_box {
      text-align: left;
      padding-bottom: 10px; }
      .hotel_detail_title .rating_box a {
        display: inline-block; }
  .hotel_detail_description {
    margin-top: -50px;
    padding-top: 110px;
    padding-bottom: 140px; }
    .hotel_detail_description .advant_box {
      padding: 50px 40px; }
    .hotel_detail_description .advant_list {
      grid-template-columns: 1fr; }
  .hotel_detail_booking {
    margin-bottom: 50px; }
  .index_booking {
    margin-top: -100px;
    margin-bottom: 50px; }
    .index_booking .main_booking_form {
      margin: 0 auto; }
  .hotel_detail_gallery_desktop {
    display: none; }
  .hotel_detail_gallery_mobile {
    display: block; }
    .hotel_detail_gallery_mobile .slide a {
      display: block;
      height: 260px; }
  .index_banner {
    display: block; }
    .index_banner .img_box {
      min-height: 250px; }
    .index_banner .text_box {
      display: block; }
  .hotel_room_item .grid_group {
    display: block; }
  .hotel_room_item .img_box {
    height: 300px; }
  .hotel_room_item .title_box {
    display: block;
    padding: 15px 15px 20px; }
    .hotel_room_item .title_box .title {
      padding-bottom: 17px; }
  .hotel_room_item .description_box {
    padding: 0 15px 20px; }
  .hotel_room_item .preferences {
    padding: 20px 15px;
    display: block; }
    .hotel_room_item .preferences .preferences_title {
      padding-bottom: 20px; }
      .hotel_room_item .preferences .preferences_title p {
        padding-bottom: 0; } }

@media screen and (max-width: 668px) {
  header {
    padding: 0 13px 0 15px; }
    header .mobile_phone {
      display: block; }
    header .phone {
      display: none; }
    header .currency_group {
      margin-left: auto; }
  footer .container {
    padding: 60px 30px 30px !important;
    grid-template-columns: 1fr;
    grid-template-areas: "logo"
 "contacts"
 "services"
 "politic"
 "social"
 "copy"; }
  .hotel_list .box {
    width: 100%; }
  .hotel_detail_map .accordion-toggle p {
    display: block; }
  .hotel_room_item .img_box {
    height: 210px; }
  .hotel_room_item .price_box {
    display: block;
    padding: 20px 15px; }
    .hotel_room_item .price_box .right_col {
      padding-top: 30px; }
      .hotel_room_item .price_box .right_col .price {
        padding-bottom: 15px; }
      .hotel_room_item .price_box .right_col .button {
        width: 100%; }
  .fancybox-infobar {
    top: 0 !important; }
  .fancybox-button--close {
    right: 0 !important;
    top: 0 !important; }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0 !important; }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0 !important; } }

.ul-flex-overlay {
  display: flex;
  flex-wrap: wrap;
}
.ul-flex {
  width: 50%;
  margin-bottom: 30px;
}
.ul-flex p {
  padding-bottom: 5px !important;
}