@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local(PTSans-Narrow), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local(PTSans-Narrow), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local(PTSans-Narrow), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local(PTSans-Narrow), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local(PTSans-NarrowBold), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngSUXNadjH0qYEzV7ab-oWlsbg95AiIW_3QRQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local(PTSans-NarrowBold), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3QRQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local(PTSans-NarrowBold), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngSUXNadjH0qYEzV7ab-oWlsbg95AiLW_3QRQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local(PTSans-NarrowBold), url(https://fonts.gstatic.com/s/ptsansnarrow/v8/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
}
body {
  position: relative;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  counter-reset: section;
}
img {
  box-sizing: content-box;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  color: inherit;
  border: none;
}
input,
textarea,
option,
select,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  user-select: none;
  cursor: pointer;
}
.overflow--hidden {
  overflow: hidden;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-st {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex-ai-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title {
  margin: 0;
  padding: 20px 0 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
.title_sticker {
  display: block;
  margin: 0 0 20px;
  padding: 5px 25px 5px 10px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: #cd243b;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.title_sticker--blue {
  background: #0a4b73;
}
.mtitle {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #262626;
  background: url(/usertpl/i/mtitle.png) no-repeat left center / 15px;
}
.mtitle span {
  display: block;
}
.mtitle a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #0a4b73;
}
.mtitle a:hover {
  text-decoration: none;
}
.button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  padding: 17px 5px;
  border: none;
  font-size: 20px;
  line-height: 16px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px 0 0 #163854;
  user-select: none;
  background: url(/usertpl/i/button.png) no-repeat;
  cursor: pointer;
  box-shadow: 0 0 4px #84818e;
  transition: 0.3s;
}
.button:hover {
  box-shadow: none;
}
.zoom {
  position: relative;
}
.zoom::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.zoom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(/usertpl/i/zoom.svg) no-repeat center / 30px;
  opacity: 0.6;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.zoom:hover::before {
  opacity: 0.3;
}
.zoom:hover::after {
  opacity: 1;
}
.map {
  min-height: 400px;
  margin: 0 0 30px;
  background: #eee;
}
.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image img {
  flex: 0 0 auto;
  display: block;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.item {
  width: 100%;
  margin: 0 10px 30px;
}
.error {
  text-align: center;
}
.error_code {
  margin: 50px 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
  color: #063c5e;
}
.error__text {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 23px;
}
.book {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.book_iframe {
  height: calc(100% - 60px);
  background: #fff;
}
.referral {
  display: none !important;
}
.VALUTA,
.TIP {
  position: relative;
  cursor: pointer;
}
.VALUTA::before,
.TIP::before {
  content: 'За 1 день проживания';
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 5;
  display: none;
  margin: 0 0 5px;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #fff;
  transform: translateX(-50%);
}
.VALUTA::after,
.TIP::after {
  content: '?';
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 3px 0 0 5px;
  border: 1px solid #888;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #888;
  text-align: center;
}
.VALUTA:hover::before,
.TIP:hover::before {
  display: block;
}
@media (min-width: 480px) {
  .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .item:nth-child(2n) {
    margin: 0 0 37px;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 30px;
    line-height: 33px;
  }
  .title_sticker {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 20px;
  }
  .mtitle {
    padding: 0 0 0 35px;
    font-size: 30px;
    line-height: 33px;
    background: url(/usertpl/i/mtitle.png) no-repeat left center;
  }
  .mtitle span {
    display: inline;
  }
  .mtitle a {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 1;
  }
  .item {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 990px) {
  .item {
    width: calc((100% - 80px) / 4);
  }
}
/*================================================================================= FORMS */
.form {
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  border: 1px dotted #a2a2a2;
  padding: 18px 15px;
}
.form input[type="text"],
.form input[type="email"],
.form textarea,
.form select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
  color: #393939;
  background: #eee;
}
.form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  padding: 5px 10px;
}
.form select {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form select::-ms-expand {
  display: none;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="search"]:focus,
.form textarea:focus {
  background: #fff;
}
.form input[type="text"]:disabled {
  color: #000;
  background: #e2e2e2;
}
.form button:disabled {
  filter: grayscale(1);
  cursor: initial;
}
.form_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.form__title {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 26px;
  color: #bd1a1a;
}
.form__text {
  margin: 0 0 15px;
}
.form_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -7.5px;
}
.form_group {
  position: relative;
  width: 100%;
  margin: 0 7.5px 15px;
}
.form_group_2 {
  position: relative;
  width: 100%;
  margin: 0 7.5px 15px;
}
.form_group_3 {
  position: relative;
  width: 100%;
  margin: 0 7.5px 15px;
}
.form_group_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form_group_33 {
  position: relative;
  width: calc(60% - 15px);
  margin: 0 7.5px;
}
.form_group_11 {
  position: relative;
  width: calc(40% - 15px);
  margin: 0 7.5px;
}
.form_select select {
  padding: 0 30px 0 10px;
  background: #eee url(/usertpl/i/select-arrow.svg) no-repeat right 10px center / 10px;
}
.form_checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 -10px;
}
.form_check {
  width: 100%;
  margin: 0 0 10px;
}
.form_check label {
  position: relative;
  margin: 0 0 0 23px;
  cursor: pointer;
  user-select: none;
}
.form_check label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -23px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #eee;
}
.form_check input {
  display: none;
}
.form_check input:checked + label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: -19px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #888;
}
.form_radio {
  width: 100%;
  margin: 0 0 10px;
}
.form_radio label {
  position: relative;
  margin: 0 0 0 23px;
  cursor: pointer;
  user-select: none;
}
.form_radio label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -23px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eee;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: -19px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #888;
}
.form_file input {
  display: none;
}
.form_file label {
  display: inline-block;
  padding: 5px 12px 5px 10px;
  border-radius: 10px;
  color: #fff;
  background: #d05c5c;
  cursor: pointer;
}
.form_file label span {
  display: inline-block;
  padding: 0 0 0 25px;
  line-height: 20px;
  background: url(/usertpl/i/file-attach.svg) no-repeat left center / 16px;
}
.form_link {
  margin: 10px 0 0;
  font-size: 14px;
  color: #bd1a1a;
  text-align: right;
}
.callback_form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.callback_form label {
  line-height: 30px;
}
.tour_form {
  width: 100%;
  display: none;
  max-width: 500px;
  margin: 0 auto;
}
.tour_form .form__text {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 23px;
  color: #0a4b73;
}
.tour_form input,
.tour_form select {
  padding: 0 3px 0 10px;
}
.poll_form__text {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 23px;
  color: #0a4b73;
}
@media (min-width: 576px) {
  .form_group_2 {
    width: calc((100% - 30px)/2);
  }
  .form_group_3 {
    width: calc((100% - 45px)/3);
  }
  .form_check {
    width: 50%;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  .form_check {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .form_checklist {
    flex-direction: column;
    max-height: 176px;
  }
  .form_check {
    width: 25%;
  }
  .tour_form {
    display: block;
  }
}
/*========================================================================= MODAL / POPUP */
.modal {
  position: relative;
  z-index: 9999;
  display: none;
}
.modal_loading {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9;
  display: none;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  background: #fff url(/usertpl/i/loading.svg) no-repeat center / 100px;
}
.modal_shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}
.modal_block {
  display: none;
  max-width: 620px;
  margin: auto;
  padding: 30px 15px;
}
.modal_head {
  position: relative;
  padding: 20px 60px 20px 20px;
  background: #cd243b;
}
.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
}
.modal_body {
  padding: 20px;
  background: #fff;
}
.modal__title {
  min-height: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.modal__text {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.modal_block#state .modal_body {
  display: flex;
}
.modal_block#state .modal_body .button {
  margin: 0 10px 0 0;
}
.modal_block#state .modal_body .button:last-child {
  margin: 0;
}
.beforeclose_line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 30;
}
/*================================================================================ HEADER */
.header {
  background: #2d7ec2 url(/usertpl/i/header-bg.png);
}
.heading {
  position: relative;
  z-index: 20;
}
.heading_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.heading_wrap::before {
  content: '';
  display: block;
  background: url("/usertpl/i/newyear-l.png") no-repeat center / contain;
  width: 253px;
  height: 154px;
  position: absolute;
  top: 0;
  left: 213px;
}
@media (max-width: 1230px) {
  .heading_wrap::before {
    left: 0;
    width: 100%;
    opacity: 0.5;
  }
}
.heading_wrap::after {
  content: '';
  display: block;
  background: url("/usertpl/i/newyear-r.png") no-repeat center / contain;
  width: 223px;
  height: 154px;
  position: absolute;
  top: 0;
  left: 803px;
}
@media (max-width: 1230px) {
  .heading_wrap::after {
    display: none;
  }
}
.heading_block_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  order: 2;
  width: 100%;
  text-align: left;
}
.heading_block_logo {
  order: 1;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.heading_block_right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  order: 3;
  width: 100%;
  padding: 5px 0 0;
  text-align: right;
}
.heading_block_right .wrap {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .heading_block_right .wrap {
    width: auto;
  }
}
.slider_item {
  position: relative;
  width: 100%;
  height: 100%;
  height: 260px;
  overflow: hidden;
  background: no-repeat center top / cover;
}
.slider_item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(/usertpl/i/slider-bg.png);
}
.slider_block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 260px;
  padding: 50px 0 90px;
  text-align: center;
  color: #fff;
}
.slider__title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.slider__title a {
  border-bottom: 2px solid;
  text-decoration: none;
}
.slider__title a:hover {
  border: none;
}
.slider__text {
  display: none;
  max-height: 80px;
  overflow: hidden;
  margin: 0;
  padding: 15px 30px 0;
  font-size: 23px;
  line-height: 26px;
}
.slider__text a:hover {
  text-decoration: none;
}
.slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.slider .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 3px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.slider .owl-dot.active {
  opacity: 1;
}
.slider .owl-nav {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.slider .owl-prev {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 115px;
  background: url(/usertpl/i/slider-prev.png) no-repeat center;
  cursor: pointer;
}
.slider .owl-next {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 115px;
  background: url(/usertpl/i/slider-next.png) no-repeat center;
  cursor: pointer;
}
.logo {
  display: block;
}
.logo img {
  display: block;
  margin: 0 auto;
}
.contacts {
  width: 50%;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .contacts {
    margin: 0;
  }
}
.contacts__text {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
}
.contacts__text a {
  text-decoration: none;
}
.contacts__link {
  display: none;
  font-size: 14px;
  color: #eee;
  text-decoration: underline;
  cursor: pointer;
}
.contacts__link:hover {
  text-decoration: none;
}
.search {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .search {
    width: calc(100% - 85px - 20px);
  }
}
.search_form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.search input[type="search"] {
  width: 100%;
  height: 30px;
  padding: 0 30px 0 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 13px;
  color: #393939;
  background: #eee;
}
.search input[type="search"]:focus {
  background: #fff;
}
.search button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  background: transparent url(/usertpl/i/search-button.svg) no-repeat center / 15px;
}
.search label {
  display: none;
}
.search_hotel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 300px;
  margin: -5px 0 0;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.search_scroll {
  height: 100%;
  max-height: 300px;
  padding: 10px;
  overflow: auto;
}
.search_title {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
.search_list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #bd1a1a;
}
.search_list li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.currency {
  width: 85px;
}
.currency__title {
  display: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.currency_list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.currency_list li {
  margin: 0 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.currency_list li:last-child {
  margin: 0;
}
.state {
  width: 140px;
}
.state__title {
  display: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.hotel_currency {
  position: relative;
}
.hotel_currency .currency {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
  width: auto;
}
.hotel_currency .currency select {
  height: auto;
  padding: 0;
  border-radius: 0;
  background: #fff;
}
.hotel_currency .currency__title {
  margin: 0;
  color: #333;
}
.instagram {
  max-width: 125px;
}
.instagram a {
  display: block;
}
.instagram img {
  filter: drop-shadow(0 0 5px #fff);
}
.menu {
  position: relative;
  z-index: 10;
  padding: 13px 0 5px;
  background: url(/usertpl/i/menu.png) no-repeat center top;
}
.menu_toggle {
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}
.menu_icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 21px;
  height: 21px;
  margin: 0 15px 0 0;
}
.menu_icon--hidden {
  display: none;
}
.menu_list {
  display: none;
  padding: 10px 0 0;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu_item {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
}
.menu__link {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 2px #891919;
  cursor: pointer;
}
.menu__link:hover {
  color: #f5c6c6;
  text-shadow: 0 -1px 3px #6c0d0d;
}
.menu__link--active {
  color: #480202;
  text-shadow: 0 1px 1px #E09C9C;
}
@media (max-width: 580px) {
  .currency select {
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #eee;
  }
  .state select {
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #eee;
  }
}
@media (min-width: 580px) {
  .heading_block_left {
    display: block;
    width: auto;
    margin: 0 20px 20px 0;
  }
  .heading_block_right {
    display: block;
    width: auto;
    margin: 0 0 20px 20px;
    padding: 0;
  }
  .contacts {
    width: auto;
    width: 240px;
    margin: 0 0 20px;
  }
  .contacts__text {
    font-size: 26px;
  }
  .contacts__link {
    display: block;
  }
  .search {
    width: 180px;
    margin: 0 0 30px auto;
  }
  .search_form {
    margin: 0;
  }
  .currency {
    width: 140px;
  }
  .currency__title {
    display: inline-block;
  }
  .currency_list {
    position: static;
  }
  .state {
    width: 140px;
  }
  .state__title {
    display: inline-block;
  }
  .instagram {
    max-width: 175px;
  }
}
@media (min-width: 768px) {
  .slider__text {
    display: block;
    padding: 15px 0;
  }
}
@media (min-width: 880px) {
  .heading_stick {
    padding: 0 0 104px;
  }
  .header_main {
    position: relative;
    height: 490px;
  }
  .search_scroll {
    margin: 0 -17px 0 0;
  }
  .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .slider_item {
    height: 490px;
  }
  .slider__title {
    max-height: 55px;
    overflow: hidden;
    padding: 0 30px 15px;
    font-size: 38px;
  }
  .slider__text {
    display: block;
    padding: 0 30px;
  }
  .menu {
    padding: 17px 0 50px;
  }
  .menu_stick {
    position: fixed;
    top: 5px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 40;
  }
  .menu_toggle {
    display: none;
  }
  .menu_list {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .menu_item {
    width: auto;
  }
}
@media (min-width: 960px) {
  .heading_block_left {
    order: 1;
  }
  .heading_block_logo {
    order: 2;
    width: auto;
    margin: 0;
  }
  .heading_block_right {
    order: 3;
  }
}
/*================================================================================== MAIN */
.side {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 100;
  display: none;
  transform-origin: 0 100%;
  transform: rotate(90deg);
}
.side_block {
  margin: 0 15px 0 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 15px;
  line-height: 18px;
  color: #363636;
  text-decoration: none;
  background: #e9e9e9;
  cursor: pointer;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.side_block:last-child {
  margin: 0;
}
.side_block:hover {
  margin-left: 0;
}
.online_tour {
  font-weight: 700;
}
.wrap_mW {
  bottom: 55px !important;
}
.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.2);
}
.bottom_block {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-right: 1px solid #363636;
  color: #363636;
  text-decoration: none;
  background: #e9e9e9;
  cursor: pointer;
}
.bottom_block:last-child {
  border-right: none;
}
.bottom_block img {
  display: block;
  height: 25px;
  margin: 0 10px 0 0;
}
.bottom_block p {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}
.line {
  height: 20px;
  background: url(/usertpl/i/tricolor-line.png) repeat-x center;
}
.sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0;
}
.back {
  width: 100%;
  margin: 0 0 30px;
}
.back_button {
  margin: 0;
}
.jivo {
  width: 100%;
  margin: 0 0 20px;
}
.jivo_button {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(95deg, #ff5e62 20%, #ff9966 80%);
  box-shadow: 0 0 4px #84818e;
}
.share {
  width: 100%;
  text-align: right;
}
.share__title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.subscribe {
  overflow: auto;
}
.column_2 {
  width: 100%;
  margin: 0 0 30px;
}
.column_1 {
  width: 100%;
  margin: 0 0 30px;
}
.column_3 {
  width: 100%;
}
.index {
  padding: 30px 0 0;
}
.booking {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 30px;
}
.booking_link {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 2px #891919;
  background: #bf1c1c;
  background: linear-gradient(#c63434 0%, #d56363 50%, #bf1c1c 50%, #bf1c1c 100%);
}
.booking_link:hover {
  color: #f5c6c6;
  text-shadow: 0 -1px 3px #6c0d0d;
}
.discount,
.hotel {
  padding: 0 0 50px;
}
.exrate {
  margin: 18px 0 0;
}
.review {
  margin: 0 0 30px;
}
.review__title {
  margin: 10px 0;
  padding: 5px 0 5px 38px;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #f1f1f1;
  background: #d05c5c no-repeat left 10px center;
}
.review_caption {
  margin: 30px 0 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #D2DADB;
  font-weight: 700;
  color: #555;
}
.whatsapp {
  position: fixed;
  bottom: 75px;
  left: 20px;
  z-index: 10;
}
.whatsapp a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  padding: 20px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background: #505050;
  box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
  cursor: pointer;
  transition: 0.3s;
}
.whatsapp a:hover {
  background: #978e83;
}
.whatsapp span {
  display: none;
  margin: 0 0 0 10px;
}
.filter {
  margin: 0 0 30px;
}
.filter_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  padding: 15px;
  overflow: auto;
  background: #fff;
}
.filter_mobile_link {
  display: block;
  padding: 15px 45px 15px 15px;
  border-bottom: 1px solid #a2a2a2;
  font-weight: 700;
  text-decoration: none;
  background: #eee url(/usertpl/i/filter-expand.svg) no-repeat right 15px center / 14px;
}
.filter_mobile_toggle {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 2px #891919;
  background: #bf1c1c;
  background: linear-gradient(#c63434 0%, #d56363 50%, #bf1c1c 50%, #bf1c1c 100%);
}
.filter_head {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.filter_link {
  position: relative;
  display: block;
  width: calc((100% - 60px)/5);
  min-width: 125px;
  padding: 10px;
  border: 1px solid #a2a2a2;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #eee;
}
.filter_link--active {
  background: #fff;
}
.filter_link--active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background: #fff;
}
.filter_content {
  margin: 0 0 20px;
  border: 1px solid #a2a2a2;
  border-bottom: none;
}
.filter_block {
  display: none;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #a2a2a2;
}
.filter_block--active {
  display: block;
}
.filter_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.filter_buttons .button {
  margin: 0;
}
.filter_reset {
  margin: 15px 0 15px 20px;
  font-size: 20px;
  color: #cd243b;
}
.filter_reset:hover {
  text-decoration: none;
}
.filter_error {
  padding: 100px 0 60px;
  font-size: 30px;
  text-align: center;
}
.filter .hotel_data__block {
  margin: 20px 0 0;
  border: 1px solid #a2a2a2;
  background: #fff;
}
.sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 30px;
  color: #aaa;
}
.sort_link {
  margin: 0 0 0 7px;
  padding: 0;
  border-bottom: 1px dashed;
  color: #000;
  background: none;
  cursor: pointer;
}
.sort_link--active {
  border-bottom-color: transparent;
  font-weight: 700;
}
.relation {
  padding: 50px 0 0;
}
.relation .review__title {
  margin: 0 0 20px;
}
.transport {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.transport_block {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 5px 0 #aaa;
  transition: 0.3s;
}
.transport_block:hover {
  box-shadow: 0 0 15px 0 #aaa;
}
.transport_block img {
  display: block;
}
.transport_block p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #bd1a1a;
  text-align: center;
  text-transform: uppercase;
}
.poll .poll_form .button {
  margin: 0;
}
.poll__title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 24px;
}
.poll_list {
  margin: 0 0 40px;
}
.poll_item {
  margin: 0 0 20px;
}
.poll_item_option {
  margin: 0 0 10px;
}
.poll_item_option:last-child {
  margin: 0;
}
.poll_item_option span {
  display: inline-block;
}
.poll_item_result {
  height: 18px;
  margin: 5px 0 0;
  background: #bd1a1a;
}
.stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.stars input[type="radio"] {
  display: none;
}
.stars input + label {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  background: url(/usertpl/i/star.svg) no-repeat center / 20px;
  cursor: pointer;
}
.stars input:checked ~ label {
  background: url(/usertpl/i/star-active.svg) no-repeat center / 20px;
}
.review_rating {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.review_rating_item {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background: url(/usertpl/i/star.svg) no-repeat center / 15px;
}
.review_rating_item_active {
  background: url(/usertpl/i/star-active.svg) no-repeat center / 15px;
}
.faq {
  margin: 0 0 30px;
}
.company {
  margin: 0 0 30px;
}
.company_title {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #cd243b;
  text-align: center;
  text-transform: uppercase;
}
.company_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_item {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin: 0 0 20px;
  padding: 0 20px 0 80px;
}
.company_item::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #cd243b;
}
.payment_title {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #cd243b;
  text-align: center;
  text-transform: uppercase;
}
.payment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.payment_item {
  position: relative;
  width: 100%;
  min-height: 70px;
  margin: 0 0 30px;
  padding: 10px 0 0 55px;
  font-size: 18px;
  line-height: 22px;
}
.payment_item::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: #bd1a1a;
}
@media (min-width: 576px) {
  .bottom_block img {
    height: 30px;
    margin: 0 10px 0 0;
  }
  .jivo {
    max-width: 200px;
    margin: 0;
  }
  .share {
    width: auto;
  }
  .transport_block {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .side {
    display: flex;
    top: 150px;
  }
  .bottom {
    display: none;
  }
  .back {
    width: 200px;
    margin: 0;
  }
  .whatsapp {
    bottom: 0;
    left: 100px;
  }
  .whatsapp a {
    width: auto;
    height: auto;
    border-radius: 8px 8px 0 0;
    padding: 11px 15px 9px;
    box-shadow: none;
  }
  .whatsapp img {
    width: 20px;
    height: 20px;
  }
  .whatsapp span {
    display: inline;
  }
  .filter_mobile {
    position: static;
    display: block;
    padding: 0;
    background: none;
  }
  .filter_mobile_link {
    display: none;
  }
  .filter_mobile_toggle {
    display: none;
  }
  .filter_head {
    display: flex;
  }
  .filter_link {
    font-size: 18px;
  }
  .filter_content {
    border-bottom: 1px solid #a2a2a2;
  }
  .filter_block {
    border: none;
  }
  .sort_link {
    margin: 0 0 0 15px;
  }
  .company_item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .column_2 {
    width: calc((100% - 30px)/2);
    margin: 0 30px 0 0;
  }
  .column_2:nth-child(2n) {
    margin: 0;
  }
  .column_1 {
    width: 220px;
    margin: 0 30px 0 0;
  }
  .column_3 {
    width: calc(100% - 250px);
  }
  .booking_block {
    margin: 0 -40px;
  }
  .transport_block {
    width: calc((100% - 50px) / 2);
  }
  .company_item {
    width: 25%;
  }
  .payment_item {
    max-width: 30%;
  }
}
/*================================================================================ FOOTER */
.footer {
  padding: 80px 0 40px;
}
.footer_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.footer_menu_item {
  padding: 0 0 0 30px;
  background: url(/usertpl/i/footer-menu-item.png) no-repeat left 10px center;
}
.footer_menu_item:first-child {
  padding: 0;
  background: none;
}
.footer_menu__link {
  font-size: 15px;
  line-height: 17px;
  color: #0a4b73;
}
.footer_menu__link:hover {
  text-decoration: none;
}
.footer_line {
  height: 8px;
  padding: 8px 0;
  background: url(/usertpl/i/footer-line.png) repeat-x center;
}
.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_block {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .footer_block {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .footer_block-soc {
    margin-left: auto;
  }
}
.footer__text {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #4a4a4a;
}
.footer__text a:hover {
  text-decoration: none;
}
.footer_copyright p {
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  color: #9d9d9d;
}
.social__title {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 18px;
  color: #4a4a4a;
}
.social_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.social_item {
  display: block;
  margin: 0 5px 0 0;
}
.social_item:last-child {
  margin: 0;
}
.social_item img {
  display: block;
}
@media (min-width: 580px) {
  .footer_block {
    width: auto;
  }
}
/*============================================================================== SECTIONS */
.section_wrap {
  margin: 0 -10px;
}
.section_item {
  position: relative;
  display: block;
}
.section_sticker {
  position: absolute;
  top: 15px;
  right: -2px;
  z-index: 9;
  padding: 5px 10px 5px 25px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background: #cd243b;
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);
}
.section_sticker--blue {
  background: #0a4b73;
}
.section_image {
  position: relative;
  display: block;
  height: 200px;
  margin: 0 0 10px;
  overflow: hidden;
}
.section_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.6) 100%);
}
.section_info_views {
  padding: 0 0 0 20px;
  font-weight: 700;
  background: url(/usertpl/i/views.svg) no-repeat left bottom / 15px;
}
.section_info_price span {
  font-weight: 700;
}
.section__title {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  color: #bd1a1a;
}
.section__title a:hover {
  text-decoration: none;
}
.section__text {
  margin: 0 0 30px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #f1f1f1;
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
  color: #999;
}
.rsection {
  margin: 0 0 20px;
}
.rsection_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.rsection_item {
  display: block;
  margin: 0 5px 10px;
  padding: 7px 12px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 2px #891919;
  background: #bf1c1c;
  background: linear-gradient(#c63434 0%, #d56363 50%, #bf1c1c 50%, #bf1c1c 100%);
}
.rsection_item:hover {
  color: #f5c6c6;
  text-shadow: 0 -1px 3px #6c0d0d;
}
.rsection_item--active {
  color: #480202;
  text-shadow: 0 1px 1px #E09C9C;
}
@media (min-width: 990px) {
  .index .section_image {
    height: 150px;
  }
}
/*=========================================================================== WAY, PAGING */
.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.paging_item {
  display: block;
  color: #666;
  border: 1px solid #ddd;
  background: #fcfcfc;
  padding: 6px 12px;
  margin: 0 3px;
  text-decoration: none;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eaeaea);
}
.paging_item--active {
  background: #f80;
  color: #fff;
  text-shadow: 1px 1px 0 #f40;
}
.way {
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #0a4b73;
}
.way_item {
  padding: 0 0 0 30px;
  background: url(/usertpl/i/footer-menu-item.png) no-repeat left 10px center;
}
.way_item:first-child {
  padding: 0;
  background: none;
}
/*================================================================================= NODES */
.node {
  width: 100%;
  margin: 0 0 30px;
}
.node__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #bd1a1a;
}
.node__title a:hover {
  text-decoration: none;
}
.node__more {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  color: #0a4b73;
}
.node__more a:hover {
  text-decoration: none;
}
.data__title {
  margin: 10px 0;
  padding: 5px 0 5px 38px;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #333;
  background: #f1f1f1 no-repeat left 10px center;
}
.data__content {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.3;
}
.data__content a {
  color: #bd1a1a;
}
.data__content a:hover {
  text-decoration: none;
}
.data__content table {
  width: 100%;
}
.data__content table td {
  padding: 10px;
}
.data__content table tr:nth-child(2n+2) {
  background: #f5f5f5;
}
.data__content table tr:nth-child(2n+3) {
  background: #e2e2e2;
}
.article_node {
  margin: 0 0 30px;
}
.article_node .node__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
.article_item_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 10px;
}
.article_item {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 10px 20px;
  text-decoration: none;
  background: #eee;
}
.article_item:hover .article_item_content {
  background: rgba(0, 0, 0, 0.5);
}
.article_item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_item_content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.article_item_title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}
.article_item_date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}
.article_item_view {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 0 0 0 20px;
  background: url(/usertpl/i/views.svg) no-repeat left bottom / 15px;
  color: #fff;
}
.article_data_date {
  margin: 0 0 25px;
  font-weight: 700;
}
.article_data_image {
  margin: 0 0 10px;
}
.article_data_image img {
  display: block;
  width: 100%;
  height: auto;
}
.room_node {
  margin: 0 0 30px;
}
.room_node .node__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
.room_data_image {
  display: block;
  margin: 0 auto 30px;
}
.faq_node {
  margin: 0 0 30px;
}
.faq_node_question {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.faq_node_answer {
  margin: 0;
}
.gallery_wrap {
  position: relative;
  max-height: 300px;
  margin: 0 0 30px;
  padding: 9px 9px 4px;
  border: 1px solid #f1f1f1;
  overflow: auto;
}
.gallery_node {
  display: block;
  width: calc((100% - 5px)/2);
  height: 100px;
  margin: 0 5px 5px 0;
  overflow: hidden;
}
.gallery_node img {
  min-height: 100px;
}
.special_node_sticker {
  position: absolute;
  top: 107px;
  right: -2px;
  z-index: 9;
  padding: 5px 10px 5px 25px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background: #0a4b73;
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);
}
.special_node_image {
  position: relative;
}
.special_image {
  height: 150px;
  margin: 0 0 5px;
  overflow: hidden;
  transition: 0.3s;
}
.special_image img {
  min-height: 150px;
}
.special_node:hover .special_image {
  opacity: 0.5;
}
.review_node {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.review_image {
  flex: 0 0 200px;
  display: block;
  height: 140px;
  margin: 0 0 10px;
  border-radius: 3px;
  background: no-repeat center / cover;
}
.review_content {
  flex: 1 1 100%;
}
.review_node .data__content {
  margin: 0;
}
.review_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.review_name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #3c452d;
}
.review_date {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #999;
}
.review_realm {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 18px;
  color: #3c452d;
}
.hotel_title_button {
  width: 100%;
  height: 33px;
  margin: 20px 0 0;
  padding: 0 15px;
  border-radius: 7px;
  font-size: 17px;
  color: #fff;
  background: #d05c5c;
}
.hotel_data__text {
  margin: 0 0 30px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  background: #f1f1f1;
}
.hotel_data__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.hotel_data__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
  padding: 9px 9px 0;
  border: 1px solid #f1f1f1;
}
.hotel_data__block_2 {
  width: calc((100% - 10px)/2);
}
.hotel_data__title {
  width: 100%;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.hotel_data__item {
  display: block;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
  background: #0a4b73;
}
.hotel_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -7.5px 15px;
}
.hotel_link {
  display: block;
  width: 100%;
  margin: 0 7.5px 15px;
  padding: 20px 10px 20px 60px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  background: #f1f1f1 no-repeat left 15px center / 30px;
  transition: 0.3s;
}
.hotel_link:hover {
  background-color: #e2e2e2;
}
@media (max-width: 374px) {
  .gallery_node:nth-child(2n) {
    margin: 0 0 5px;
  }
}
@media (min-width: 375px) {
  .gallery_node {
    width: calc((100% - 10px)/3);
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .gallery_node:nth-child(3n) {
    margin: 0 0 5px;
  }
}
@media (min-width: 480px) {
  .node {
    width: calc((100% - 15px)/2);
    margin: 0 15px 30px 0;
  }
  .gallery_node {
    width: calc((100% - 15px)/4);
  }
}
@media (min-width: 480px) and (max-width: 620px) {
  .gallery_node:nth-child(4n) {
    margin: 0 0 5px;
  }
}
@media (min-width: 620px) {
  .gallery_node {
    width: calc((100% - 20px)/5);
  }
  .review_image {
    margin: 0 10px 0 0;
  }
  .review_content {
    flex: 1 1 0%;
  }
  .hotel_link {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .gallery_node:nth-child(5n) {
    margin: 0 0 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .node:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .node {
    width: calc((100% - 30px)/3);
  }
  .gallery_wrap {
    max-height: none;
  }
  .gallery_node {
    width: calc((100% - 25px)/6);
  }
  .hotel_title {
    position: relative;
    padding: 20px 40px 20px 0;
  }
  .hotel_title_button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto;
  }
  .hotel_link {
    width: calc((100% - 30px) / 2);
  }
  .article_item {
    width: calc((100% - 40px) / 2);
    height: 300px;
  }
  .article_item_title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .node:nth-child(3n) {
    margin: 0 0 30px;
  }
  .gallery_node:nth-child(6n) {
    margin: 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .node {
    width: calc((100% - 45px)/4);
  }
  .node:nth-child(4n) {
    margin: 0 0 30px;
  }
  .gallery_node {
    width: calc((100% - 40px)/9);
    margin: 0 5px 5px 0;
  }
  .gallery_node:nth-child(9n) {
    margin: 0 0 5px;
  }
  .hotel_link_wrap {
    margin: 0 -15px 15px;
  }
  .hotel_link {
    width: calc((100% - 120px) / 4);
    margin: 0 15px 15px;
    padding: 75px 10px 15px;
    text-align: center;
    background: #f1f1f1 no-repeat center top 20px / 40px;
  }
  .article_item {
    width: calc((100% - 60px) / 3);
  }
}
