body.limited {
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body.limited header {
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.limited header .menu-container {
    overflow-y: scroll;
    flex-direction: column;
  }
}

.menu-container {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  width: auto;
}

.mobile-lang {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: center;
  align-items: flex-end;
  padding: 0 20px;
  flex: 1 0 auto;
  background-image: url(img/chevron-down.svg);
  background-size: 11px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  background-color: #1f92d0;
  align-self: center;
  border-radius: 7px;
  margin: -2px 0 0 12px;
  padding: 6px 12px;
}
@media (max-width: 1024px) {
  .mobile-lang {
    justify-content: flex-start;
    padding-left: 0;
    flex: 0 1 auto;
    background-image: none;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    margin: 0;
    align-self: flex-start;
  }
}
.mobile-lang .wpml-ls-menu-item .wpml-ls-flag {
  margin-top: -1px;
}
.mobile-lang li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1024px) {
  .mobile-lang li {
    font-size: 18px;
  }
}
.mobile-lang li a {
  text-decoration: none;
  color: #fff;
}
.mobile-lang li a.active {
  font-weight: bold;
}
.mobile-lang li::after {
  display: none;
}
@media (min-width: 1025px) {
  .mobile-lang li:hover .sub-menu {
    display: block;
    position: fixed;
    border: 1px solid #ccc;
    padding: 4px 10px;
    background-color: #fff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.mobile-lang li .wpml-ls-flag + span {
  margin-left: 7px;
}
@media (max-width: 1024px) {
  .mobile-lang li.menu-item-has-children > a {
    display: none;
  }
}
.mobile-lang .sub-menu {
  display: none;
  padding: 5px 10px;
}
@media (max-width: 1024px) {
  .mobile-lang .sub-menu {
    display: flex;
    flex-direction: column;
  }
}
.mobile-lang .sub-menu::after {
  display: none;
}
.mobile-lang .sub-menu .menu-item {
  padding: 5px 0;
}
@media (max-width: 1024px) {
  .mobile-lang .sub-menu .menu-item {
    padding: 8px 0;
  }
}
.mobile-lang .sub-menu li a {
  color: #000;
}

.main-menu {
  width: auto;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main-menu {
    width: 100%;
  }
}

.footer-lang li {
  font-size: 16px;
}
.footer-lang li a {
  font-weight: normal;
}
.footer-lang li.wpml-ls-current-language a {
  font-weight: bold;
}
.footer-lang .wpml-ls-menu-item .wpml-ls-flag {
  display: inline-block;
  margin-top: -4px;
}
.footer-lang .wpml-ls-menu-item .wpml-ls-flag + span {
  margin-left: 8px;
}

div[itemtype="https://schema.org/FAQPage"] {
  padding-top: 68px;
}
div[itemtype="https://schema.org/FAQPage"] h2 + div[itemscope], div[itemtype="https://schema.org/FAQPage"] h3 + div[itemscope] {
  margin-bottom: 10px;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] {
  position: relative;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity]::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dff0f8;
  left: 19px;
  top: 22px;
  z-index: 1;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity]::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 20px;
  top: 10px;
  border: 1px solid #2e2e2e;
  border-left: none;
  border-bottom: none;
  transform: translateY(17px) translateX(4px) rotate(45deg);
  transition: all 0.15s ease-in-out;
  z-index: 2;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] div[itemprop=text] {
  display: block;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].active h3[itemprop=name]::before {
  background-color: #d1dff3;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].active h3[itemprop=name]::after {
  border-color: #1f92d0;
  transform: translateY(50%) translateX(50%) rotate(-45deg);
  top: 20px;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].closed div[itemprop=text] {
  display: none;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].closed h3[itemprop=name]::before {
  background-color: #dff0f8;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].closed h3[itemprop=name]::after {
  border-color: #1f92d0;
  transform: translateY(50%) translateX(50%) rotate(135deg);
  top: 16px;
}
div[itemtype="https://schema.org/FAQPage"] h3 {
  background-color: #458fcc;
  margin: 0;
  padding: 16px 48px;
  border-bottom: 1px solid #163a89;
  cursor: pointer;
  position: relative;
  padding-left: 52px;
  color: #fff;
}
div[itemtype="https://schema.org/FAQPage"] h3::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #163a89;
  right: 16px;
  top: 14px;
  position: absolute;
}
div[itemtype="https://schema.org/FAQPage"] h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 28px;
  top: 16px;
  border: 1px solid #1f92d0;
  border-left: none;
  border-bottom: none;
  transform: translateY(50%) translateX(50%) rotate(135deg);
  transition: all 0.15s ease-in-out;
}
div[itemtype="https://schema.org/FAQPage"] h3[itemprop=name]::before {
  background-color: #163a89;
}
div[itemtype="https://schema.org/FAQPage"] h3[itemprop=name]::after {
  border-color: #dff0f8;
  transform: translateY(50%) translateX(50%) rotate(-45deg);
  top: 20px;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=text] {
  padding: 16px 24px;
  background-color: #e2eff7;
}

h2 + div[itemscope], h3 + div[itemscope] {
  margin-bottom: 0;
}

section.webcam h2 {
  padding-top: 32px;
}
section.webcam h2.slider-title {
  margin: 0;
  padding: 0;
  border: none;
}
section.webcam .wrapper:first-child {
  margin-top: 0;
}
section.webcam .webcam-menu {
  margin: 15px -32px 0;
  padding: 10px 0;
  width: calc(100% + 64px);
  display: flex;
  flex-direction: row;
  border-top: 4px solid #ffcb04;
  /*@include response(hpd) {
      margin: 20px -20px 0;
      padding: 6px 0;
      width: calc(100% + 40px);
      //overflow-x: scroll;
      scrollbar-width: thin;
      scrollbar-color: #ffae00 transparent;
  }
  @include response(vpd) {
      margin: 20px -20px 0;
      padding: 6px 0;
      width: calc(100% + 40px);
      //overflow-x: scroll;
      scrollbar-width: thin;
      scrollbar-color: #ffae00 transparent;
  }
  @include response-to(hpn) {
      //overflow-x: scroll;
      margin: 20px -15px 0;
      padding: 10px 0;
      width: calc(100% + 30px);
      scrollbar-width: thin;
      scrollbar-color: #ffae00 transparent;
      justify-content: flex-start;
  }*/
  /*&::-webkit-scrollbar {
      width: 3px;
      height: 3px;
  }
  &::-webkit-scrollbar-track {
      background: transparent;
  }
  &::-webkit-scrollbar-thumb {
      background-color: #ffae00;
      border-radius: 2px;
      border: none;
  }*/
}
@media (min-width: 896px) and (max-width: 1024px) {
  section.webcam .webcam-menu {
    margin: 20px -20px 0;
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  section.webcam .webcam-menu {
    margin: 20px -20px 0;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  section.webcam .webcam-menu {
    margin: 20px -15px 0;
    width: calc(100% + 30px);
    padding: 10px 0;
  }
}
section.webcam .webcam-menu .intro {
  margin-bottom: 0;
}
section.webcam .webcam-menu > ul {
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  display: flex;
  max-width: 100%;
  max-height: 24px;
  flex-wrap: wrap;
  border-left: 1px solid #ffffff;
  margin-right: 15px;
  overflow: hidden;
  justify-content: flex-start;
}
@media (max-width: 1366px) {
  section.webcam .webcam-menu > ul {
    margin-top: 1px;
  }
}
section.webcam .webcam-menu > ul > li {
  text-transform: uppercase;
  border-right: 1px solid #aaa;
  padding: 0 15px;
  line-height: 28px;
  align-self: center;
  justify-content: center;
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 1366px) {
  section.webcam .webcam-menu > ul > li {
    padding: 0 8px;
    line-height: 24px;
    font-size: 13px;
    padding: 0 8px;
    line-height: 24px;
  }
}
section.webcam .webcam-menu > ul > li::before {
  display: none;
}
section.webcam .webcam-menu > ul > li:last-child {
  border-right: 0;
  float: right;
}
section.webcam .webcam-menu > ul > li a {
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 1366px) {
  section.webcam .webcam-menu > ul > li a {
    font-weight: 500;
    font-size: 13px;
  }
}
section.webcam .webcam-menu > ul > li a:hover {
  color: #ffcb04;
}
section.webcam .webcam-menu .more {
  display: flex;
  position: relative;
}
section.webcam .webcam-menu .more:hover > ul {
  display: flex;
}
section.webcam .webcam-menu .more > span {
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
section.webcam .webcam-menu .more > span::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffcb04;
  box-shadow: 0 -6px 0 0 #ffcb04, 0 6px 0 0 #ffcb04;
}
section.webcam .webcam-menu .more > ul {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  z-index: 20;
  top: 28px;
  text-transform: none;
  border: 1px solid #ffcb04;
  border-radius: 0;
  padding: 8px 0;
  right: 0;
  left: auto;
}
section.webcam .webcam-menu .more > ul::before {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0;
  position: absolute;
}
section.webcam .webcam-menu .more > ul li {
  position: relative;
  padding-left: 12px;
  min-width: 140px;
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
}
section.webcam .webcam-menu .more > ul li::before {
  display: none;
}
section.webcam .webcam-menu .more > ul li:last-of-type {
  border-bottom: none;
}
section.webcam .webcam-menu .more > ul li a {
  color: #5a5858;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
section.webcam .webcam-menu .more > ul li a:hover {
  color: #222;
  background-color: #f5f5f5;
}
section.webcam .webcam-menu span.intro {
  white-space: nowrap;
  line-height: 28px;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-size: 13px;
}
section.webcam .webcam-container img {
  max-width: 100%;
}
section.webcam .webcam-slider {
  margin: 0 -32px 0;
  width: calc(100% + 64px);
  position: relative;
  background-color: #f3f3f3;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }
}
section.webcam .webcam-slider .carousel-container {
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 0 42px;
  overflow: hidden;
  /*max-height: 265px;*/
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider .carousel-container {
    padding: 0;
  }
}
section.webcam .webcam-slider .carousel-container.active {
  max-height: 2000px;
  padding: 0 5px;
}
section.webcam .webcam-slider .carousel-container.active #webcam-prev, section.webcam .webcam-slider .carousel-container.active #webcam-next {
  width: 0;
  opacity: 0;
}
section.webcam .webcam-slider .carousel-container.active #webcam-carousel {
  flex-wrap: wrap;
  max-height: 2000px;
  overflow-x: auto;
}
section.webcam .webcam-slider .carousel-container.active #webcam-carousel > .single-webcam {
  flex-grow: 0;
  flex-shrink: 1;
}
@media (max-width: 539px) {
  section.webcam .webcam-slider .carousel-container.active #webcam-carousel > .single-webcam {
    flex: 0 1 calc(50% - 10px);
  }
}
section.webcam .webcam-slider .carousel-container #webcam-prev {
  display: block;
  height: 100%;
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider .carousel-container #webcam-prev {
    display: none;
  }
}
section.webcam .webcam-slider .carousel-container #webcam-prev::before, section.webcam .webcam-slider .carousel-container #webcam-prev::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("../img/chevron.svg");
  transform: rotate(-180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px;
  transition: opacity 0.3s ease-in-out;
}
section.webcam .webcam-slider .carousel-container #webcam-prev::after {
  opacity: 0;
  background-image: url("../img/chevron-yellow.svg");
}
section.webcam .webcam-slider .carousel-container #webcam-prev:hover::after {
  opacity: 1;
}
section.webcam .webcam-slider .carousel-container #webcam-prev:hover::before {
  opacity: 0;
}
section.webcam .webcam-slider .carousel-container #webcam-prev:focus {
  outline: none;
}
section.webcam .webcam-slider .carousel-container #webcam-prev.inactive {
  filter: grayscale(100%);
}
section.webcam .webcam-slider .carousel-container #webcam-next {
  display: block;
  height: 100%;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider .carousel-container #webcam-next {
    display: none;
  }
}
section.webcam .webcam-slider .carousel-container #webcam-next::before, section.webcam .webcam-slider .carousel-container #webcam-next::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("../img/chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px;
  transition: opacity 0.3s ease-in-out;
}
section.webcam .webcam-slider .carousel-container #webcam-next::after {
  opacity: 0;
  background-image: url("../img/chevron-yellow.svg");
}
section.webcam .webcam-slider .carousel-container #webcam-next:hover::after {
  opacity: 1;
}
section.webcam .webcam-slider .carousel-container #webcam-next:hover::before {
  opacity: 0;
}
section.webcam .webcam-slider .carousel-container #webcam-next:focus {
  outline: none;
}
section.webcam .webcam-slider .carousel-container #webcam-next.inactive {
  filter: grayscale(100%);
}
section.webcam .webcam-slider #webcam-carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  scrollbar-color: #ffae00 transparent;
  scrollbar-width: thin;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider #webcam-carousel {
    margin: 0;
    overflow-x: scroll;
  }
}
section.webcam .webcam-slider #webcam-carousel::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
section.webcam .webcam-slider #webcam-carousel::-webkit-scrollbar-track {
  background: transparent;
}
section.webcam .webcam-slider #webcam-carousel::-webkit-scrollbar-thumb {
  background-color: #ffae00;
  border-radius: 2px;
  border: none;
}
section.webcam .webcam-slider #webcam-carousel::after {
  content: "";
  display: block;
  padding-right: 1px;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam {
  display: flex;
  flex: 1 0 calc(25% - 10px);
  flex-direction: column;
  margin: 10px 5px;
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 1024px) {
  section.webcam .webcam-slider #webcam-carousel .single-webcam {
    flex: 1 0 calc(33.3333333333% - 10px);
  }
}
@media (max-width: 539px) {
  section.webcam .webcam-slider #webcam-carousel .single-webcam {
    flex: 1 0 calc(45.4545454545% - 10px);
  }
}
section.webcam .webcam-slider #webcam-carousel .single-webcam:hover {
  /*&::before {
      background-color: rgba(0,0,0,0.2);
  }*/
}
section.webcam .webcam-slider #webcam-carousel .single-webcam:hover > a::after {
  border-bottom: 4px solid #ffae00;
  bottom: -2px;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam > a {
  display: block;
  position: relative;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/play.svg");
  background-position: center;
  background-size: 64px;
  background-repeat: no-repeat;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 2px solid #ffae00;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam img {
  width: 100%;
  display: block;
  border-bottom: 4px solid #ffffff;
}
section.webcam .webcam-slider #webcam-carousel .single-webcam:first-child {
  background-color: rgba(255, 174, 0, 0.25);
}
section.webcam .webcam-slider #webcam-carousel .single-webcam:first-child a {
  color: #552200;
}
section.webcam .webcam-slider #webcam-carousel .title {
  display: block;
  text-align: center;
  padding: 10px;
  height: 100%;
}
section.webcam .webcam-slider #webcam-carousel .title a {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  height: 100%;
}
section.webcam .webcam-slider #webcam-carousel .title a:hover {
  color: #520;
  border-bottom-color: #444;
}
section.webcam .webcam-slider + p {
  margin-top: 32px;
}
section.webcam a.button.webcam-all-btn {
  background-color: #ffcb04;
  color: #222;
  font-weight: 500;
  width: 50%;
  justify-content: center;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #ffffff;
  border: 1px solid transparent;
}
section.webcam a.button.webcam-all-btn:hover {
  border: 1px solid #ffffff;
}
@media (max-width: 1366px) {
  section.webcam a.button.webcam-all-btn {
    padding: 15px 20px;
    width: auto;
  }
}
section.webcam .buttons {
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
section.webcam .buttons a {
  display: flex;
  flex: 0 1 auto;
  border: 1px solid transparent;
}
@media (max-width: 1366px) {
  section.webcam .buttons a {
    padding: 15px 20px;
    margin: 10px;
  }
}
section.webcam .buttons a:hover {
  /*color: #ffae00;*/
  border: 1px solid #ffae00;
}
section.webcam div#webcaminner {
  width: 100% !important;
}
section.webcam #toggle-webcams .chevron {
  transition: all 0.2s ease-in-out;
  background-image: url("../img/chevron-white.svg");
  position: relative;
  top: 1px;
  transform: rotate(90deg);
}
section.webcam #toggle-webcams .chevron.up {
  top: 0px;
  transform: rotate(-90deg);
}
section.webcam #toggle-webcams:hover .chevron {
  background-image: url("../img/chevron.svg");
}

article .webcam-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 16px;
  flex-wrap: wrap;
  /*background-color: #f3f3f3;*/
  background-color: #f3f3f3;
  margin: 0 -42px;
  padding: 20px 0;
}
@media (max-width: 539px) {
  article .webcam-list {
    margin: 0 -20px;
    padding: 20px 0;
  }
}
article .webcam-list .webcam {
  display: flex;
  /*flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 15px;
  margin-bottom: 36px;*/
  width: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  margin: 10px 10px 20px;
  flex-direction: column;
  border-bottom: 2px solid #ddd;
  /*@include response-to (vpn) {
      width: calc(100%);
  }*/
}
@media (max-width: 767px) {
  article .webcam-list .webcam {
    width: calc(50% - 20px);
  }
}
article .webcam-list .webcam:hover .camera::after {
  bottom: -6px;
  height: 6px;
}
article .webcam-list .webcam:hover .camera a::before {
  background-size: 80px;
}
article .webcam-list .webcam .camera {
  display: flex;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #ffae00;
  border-top: 3px solid #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  article .webcam-list .webcam .camera {
    padding: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
article .webcam-list .webcam .camera::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #ffae00;
  transition: all 0.15s ease-in-out;
  bottom: 0;
}
article .webcam-list .webcam .camera a {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 3px solid #fff;
  /*&:hover {
      &::before {
          background-color: rgba(0,0,0,.2);
      }
  }*/
}
article .webcam-list .webcam .camera a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.25);*/
  background-image: url("../img/play.svg");
  background-position: center;
  background-size: 96px;
  background-repeat: no-repeat;
  transition: all ease-out 0.15s;
}
@media (max-width: 539px) {
  article .webcam-list .webcam .camera a::before {
    background-size: 68px;
  }
}
article .webcam-list .webcam .camera a img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  /*height: 146px;*/
}
article .webcam-list .webcam > a {
  text-align: center;
  text-decoration: none;
  margin: 8px 0 0;
  padding: 10px 10px 20px;
}
@media (max-width: 539px) {
  article .webcam-list .webcam > a {
    margin: 0;
    padding: 0 10px 20px;
  }
}
article .webcam-list .webcam > a span {
  display: inline;
  line-height: 25px;
  font-size: 18px;
  text-decoration: none;
  /*border-bottom: 1px solid #bfbfbf;*/
  font-weight: 500;
  padding-bottom: 0;
}
article .webcam-list .webcam .text {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 767px) {
  article .webcam-list .webcam .text {
    max-width: 100%;
    padding: 0;
  }
}
article .webcam-list .webcam .text p {
  font-size: 15px;
}
article .webcam-list .webcam .text .button {
  margin: 0 auto;
  justify-content: center;
  padding: 15px;
  width: 100%;
}
article .webcam-list .webcam .text .button .chevron {
  background-image: url("../img/chevron-white.svg");
  right: 0;
  width: 13px;
  top: -1px;
  position: relative;
  height: 16px;
  background-position: top center;
  background-size: 18px;
  display: inline-block;
  margin-left: 1px;
}
article .webcam-list .webcam:last-child {
  border-bottom: 2px solid #ddd;
}
article .webcam-list + p {
  margin-top: 32px !important;
}
article .webcam-list + h2 {
  margin-top: 32px !important;
}
article .webcam-list + h3 {
  margin-top: 32px !important;
}

.post-type-archive-webcams .sidebar aside.webcams {
  display: none !important;
}

@media (max-width: 895px) {
  .hotel {
    padding: 0;
  }
}
.hotel article {
  position: relative;
}
@media (max-width: 1024px) {
  .hotel article {
    line-height: 20px;
  }
}
.hotel article .pre-text {
  margin-top: 16px;
  padding-left: 16px;
  border-left: 1px solid #f3f3f3;
  display: inline-block;
  margin-bottom: 12px;
}
.hotel article .fav-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px;
  background-color: #ffffff;
  position: absolute;
  top: 32px;
  right: 32px;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #da280a;
  background-image: url("../img/heart-add.svg");
  transition: all 0.3s ease-in-out;
  /*
  @include response-to(vpn) {
      position: fixed;
      bottom: 132px;
      right: 20px;
      background-color: #fff;
      z-index: 999;
      top: auto;
  }*/
}
.hotel article .fav-button.active {
  background-image: url("../img/heart-remove.svg");
}
.hotel article #fav-animation {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px;
  background-color: #ffffff;
  position: fixed;
  top: -52px;
  left: -52px;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #da280a;
  background-image: url("../img/heart-remove.svg");
  opacity: 0;
}
.hotel article h2 {
  padding-top: 32px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .hotel article h2 {
    padding-top: 14px;
  }
}
.hotel article h2[id] {
  padding-top: 82px !important;
  margin-top: -68px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hotel article h2[id] {
    padding-top: 82px !important;
    margin-top: -68px;
  }
}
.hotel article h2#prices + table {
  width: 100%;
}
.hotel article h3 {
  border-bottom: 2px solid #f3f3f3;
}
@media (max-width: 767px) {
  .hotel article h3 {
    padding-top: 14px;
  }
}
.hotel article h3.room-title {
  position: relative;
  /*border-left: 7px solid #dadada;*/
  padding-left: 19px;
  border-bottom: 0;
  /*&::after {
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      border-top: 1px dotted #920;
  }*/
}
.hotel article h3.room-title[id] {
  padding-top: 82px !important;
  margin-top: -68px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hotel article h3.room-title[id] {
    padding-top: 68px !important;
    margin-top: -68px;
  }
}
.hotel article h3.room-title[id]::before {
  top: 64px;
}
@media (max-width: 767px) {
  .hotel article h3.room-title[id]::before {
    top: 64px;
  }
}
.hotel article h3.room-title[id] a {
  pointer-events: all;
}
.hotel article h3.room-title::before {
  content: "";
  display: block;
  border-left: 7px solid #dadada;
  position: absolute;
  bottom: 0;
  top: 18px;
  left: 0;
  height: auto;
}
.hotel article span.beds {
  line-height: 24px;
  display: block;
}
.hotel article span.beds + p {
  clear: left;
}
.hotel article span.beds strong {
  display: block;
  float: left;
}
.hotel article span.beds strong.not-phone {
  display: none;
}
@media (min-width: 540px) {
  .hotel article span.beds strong.not-phone {
    display: block;
  }
}
.hotel article span.beds strong.only-phone {
  display: none;
}
@media (max-width: 539px) {
  .hotel article span.beds strong.only-phone {
    display: block;
  }
}
.hotel article span.single-bed {
  position: relative;
  display: block;
  float: left;
}
.hotel article span.single-bed::after {
  content: "+";
  position: absolute;
  right: -4px;
  top: 0;
  line-height: 24px;
  font-size: 18px;
}
.hotel article span.single-bed:last-of-type {
  margin-right: 10px;
}
.hotel article span.single-bed:last-of-type::after {
  content: "";
}
.hotel article span.single-bed abbr {
  position: relative;
  border-bottom: none;
}
.hotel article span.single-bed abbr:hover[title]:after {
  content: attr(title);
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 0;
  top: -40px;
  background: #ffffff;
  border: 1px solid #ffae00;
  padding: 4px 8px;
  z-index: 1;
  max-width: 350px;
  white-space: nowrap;
  font-size: 14px;
}
.hotel article span.single-bed em.bed {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  line-height: 24px;
  position: relative;
  float: left;
}
.hotel article span.single-bed em.bed.chair-bed {
  background-image: url(../img/beds/chair-bed.svg);
}
.hotel article span.single-bed em.bed.couch {
  background-image: url(../img/beds/couch.svg);
}
.hotel article span.single-bed em.bed.one-sleep {
  background-image: url(../img/beds/one-sleep.svg);
}
.hotel article span.single-bed em.bed.sandwich-couch {
  background-image: url(../img/beds/sandwich-couch.svg);
}
.hotel article span.single-bed em.bed.small-couch {
  background-image: url(../img/beds/small-couch.svg);
}
.hotel article span.single-bed em.bed.two-floor {
  background-image: url(../img/beds/two-floor.svg);
}
.hotel article span.single-bed em.bed.two-sleep {
  background-image: url(../img/beds/two-sleep.svg);
}
.hotel article ul.accordion {
  padding: 0;
}
.hotel article ul.accordion > li {
  height: auto;
  padding: 0 0 4px 0;
  margin-bottom: 0;
}
.hotel article ul.accordion > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffc000;
  left: 19px;
  top: 19px;
}
.hotel article ul.accordion > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 20px;
  top: 7px;
  border: 1px solid #222;
  border-left: none;
  border-bottom: none;
  transform: translateY(17px) translateX(4px) rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.hotel article ul.accordion > li .content {
  opacity: 0;
  max-height: 0;
  transform-origin: top;
  transition: opacity 0.15s ease-in;
  overflow: hidden;
  background-color: #fffcf1;
}
.hotel article ul.accordion > li > a {
  background-color: #fff4cc;
  padding: 10px 10px 10px 60px;
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  min-height: 52px;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  background-position: 14px 12px;
  background-size: 28px;
  background-repeat: no-repeat;
  /*&.plus {
      background-image: url('../img/accordion/plus-grey.svg');
  }
  &.minus {
      background-position-y: 24px;
      background-image: url('../img/accordion/minus-grey.svg');
  }
  &.question {
      background-image: url('../img/accordion/question-grey.svg');
  }
  &.note {
      background-image: url('../img/accordion/write-grey.svg');
  }*/
}
.hotel article ul.accordion > li > a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ffc000;
  right: 16px;
  top: 14px;
  position: absolute;
}
.hotel article ul.accordion > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 28px;
  top: 16px;
  border: 1px solid #ffae00;
  border-left: none;
  border-bottom: none;
  transform: translateY(50%) translateX(50%) rotate(135deg);
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .hotel article ul.accordion > li > a {
    font-size: 16px;
    line-height: 19px;
    padding-right: 46px;
  }
}
.hotel article ul.accordion > li > a.active {
  /*
  &.plus {
      background-image: url('../img/accordion/plus-red.svg');
  }
  &.minus {
      background-image: url('../img/accordion/minus-red.svg');
  }
  &.question {
      background-image: url('../img/accordion/question-red.svg');
  }
  &.note {
      background-image: url('../img/accordion/write-red.svg');
  }*/
}
.hotel article ul.accordion > li > a.active::before {
  background-color: #ffae00;
}
.hotel article ul.accordion > li > a.active::after {
  border-color: #ffc000;
  transform: translateY(50%) translateX(50%) rotate(-45deg);
  top: 20px;
}
.hotel article ul.accordion > li > a.active + .content {
  opacity: 1;
  max-height: 100vh;
  padding: 20px;
}
.hotel article ul.feature-list {
  margin: 20px 0;
  padding-left: 12px;
  border-bottom: 1px dotted #ffc000;
}
@media (max-width: 539px) {
  .hotel article ul.feature-list {
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .hotel article ul.feature-list.two-col {
    width: 50%;
    display: block;
    float: left;
  }
}
@media (max-width: 767px) {
  .hotel article ul.feature-list.two-col {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .hotel article ul.feature-list.two-col + .two-col {
    margin-top: 0;
    border-bottom: 1px dotted #ffc000;
    margin-bottom: 20px;
  }
  .hotel article ul.feature-list.two-col + .two-col li:last-of-type::before {
    display: none;
  }
  .hotel article ul.feature-list.two-col li:last-of-type::before {
    display: block;
  }
}
.hotel article ul.feature-list li {
  padding: 6px 0 17px 28px;
  margin: 0;
  cursor: pointer;
}
.hotel article ul.feature-list li::before {
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 32px;
  background-color: transparent;
  border-radius: 0;
  background-image: linear-gradient(#9A9697 1px, #ffffff 1px);
  background-position: right;
  background-size: 1px 4px;
  background-repeat: repeat-y;
  height: 100%;
}
.hotel article ul.feature-list li::after {
  content: "";
  border-radius: 0;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: -14px;
  top: 0;
  border: 4px solid #ffffff;
  background: #ffffff url("../img/playground.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease-in;
}
.hotel article ul.feature-list li:last-of-type::before {
  display: none;
}
.hotel article ul.feature-list li.has-conditioner::after {
  background: #ffffff url("../img/grey/air-conditioner.svg");
}
.hotel article ul.feature-list li.has-conditioner:hover::after {
  background: #ffffff url("../img/red/air-conditioner.svg");
}
.hotel article ul.feature-list li.has-bbq::after {
  background: #ffffff url("../img/grey/bbq.svg");
}
.hotel article ul.feature-list li.has-bbq:hover::after {
  background: #ffffff url("../img/red/bbq.svg");
}
.hotel article ul.feature-list li.has-bed::after {
  background: #ffffff url("../img/grey/bed.svg");
}
.hotel article ul.feature-list li.has-bed:hover::after {
  background: #ffffff url("../img/red/bed.svg");
}
.hotel article ul.feature-list li.has-car::after {
  background: #ffffff url("../img/grey/car.svg");
}
.hotel article ul.feature-list li.has-car:hover::after {
  background: #ffffff url("../img/red/car.svg");
}
.hotel article ul.feature-list li.has-cup::after {
  background: #ffffff url("../img/grey/cup.svg");
}
.hotel article ul.feature-list li.has-cup:hover::after {
  background: #ffffff url("../img/red/cup.svg");
}
.hotel article ul.feature-list li.has-like::after {
  background: #ffffff url("../img/grey/like.svg");
}
.hotel article ul.feature-list li.has-like:hover::after {
  background: #ffffff url("../img/red/like.svg");
}
.hotel article ul.feature-list li.has-nursery::after {
  background: #ffffff url("../img/grey/nursery.svg");
}
.hotel article ul.feature-list li.has-nursery:hover::after {
  background: #ffffff url("../img/red/nursery.svg");
}
.hotel article ul.feature-list li.has-planning::after {
  background: #ffffff url("../img/grey/planning.svg");
}
.hotel article ul.feature-list li.has-planning:hover::after {
  background: #ffffff url("../img/red/planning.svg");
}
.hotel article ul.feature-list li.has-playground::after {
  background: #ffffff url("../img/grey/playground.svg");
}
.hotel article ul.feature-list li.has-playground:hover::after {
  background: #ffffff url("../img/red/playground.svg");
}
.hotel article ul.feature-list li.has-team::after {
  background: #ffffff url("../img/grey/team.svg");
}
.hotel article ul.feature-list li.has-team:hover::after {
  background: #ffffff url("../img/red/team.svg");
}
.hotel article ul.feature-list li.has-stairs::after {
  background: #ffffff url("../img/grey/stairs.svg");
}
.hotel article ul.feature-list li.has-stairs:hover::after {
  background: #ffffff url("../img/red/stairs.svg");
}
.hotel article ul.feature-list li.has-swimming-pool::after {
  background: #ffffff url("../img/grey/swimming-pool.svg");
}
.hotel article ul.feature-list li.has-swimming-pool:hover::after {
  background: #ffffff url("../img/red/swimming-pool.svg");
}
.hotel article ul.feature-list li.has-swimming-pool-kid::after {
  background: #ffffff url("../img/grey/swimming-pool-kids.svg");
}
.hotel article ul.feature-list li.has-swimming-pool-kid:hover::after {
  background: #ffffff url("../img/red/swimming-pool-kids.svg");
}
.hotel article ul.feature-list li.has-swimming-pool-kids::after {
  background: #ffffff url("../img/grey/swimming-pool-kids.svg");
}
.hotel article ul.feature-list li.has-swimming-pool-kids:hover::after {
  background: #ffffff url("../img/red/swimming-pool-kids.svg");
}
.hotel article ul.feature-list li.has-pool::after {
  background: #ffffff url("../img/grey/pool.svg");
}
.hotel article ul.feature-list li.has-pool:hover::after {
  background: #ffffff url("../img/red/pool.svg");
}
.hotel article ul.feature-list li.has-food::after {
  background: #ffffff url("../img/grey/food.svg");
}
.hotel article ul.feature-list li.has-food:hover::after {
  background: #ffffff url("../img/red/food.svg");
}
.hotel article ul.feature-list li.has-complectation::after {
  background: #ffffff url("../img/grey/complectation.svg");
}
.hotel article ul.feature-list li.has-complectation:hover::after {
  background: #ffffff url("../img/red/complectation.svg");
}
.hotel article ul.feature-list li.has-microwave::after {
  background: #ffffff url("../img/grey/microwave.svg");
}
.hotel article ul.feature-list li.has-microwave:hover::after {
  background: #ffffff url("../img/red/microwave.svg");
}
.hotel article ul.feature-list li.has-animators::after {
  background: #ffffff url("../img/grey/animators.svg");
}
.hotel article ul.feature-list li.has-animators:hover::after {
  background: #ffffff url("../img/red/animators.svg");
}
.hotel article ul.feature-list li.has-beer::after {
  background: #ffffff url("../img/grey/beer.svg");
}
.hotel article ul.feature-list li.has-beer:hover::after {
  background: #ffffff url("../img/red/beer.svg");
}
.hotel article ul.feature-list li.has-child-bed::after {
  background: #ffffff url("../img/grey/child-bed.svg");
}
.hotel article ul.feature-list li.has-child-bed:hover::after {
  background: #ffffff url("../img/red/child-bed.svg");
}
.hotel article ul.feature-list li.has-washer::after {
  background: #ffffff url("../img/grey/washer.svg");
}
.hotel article ul.feature-list li.has-washer:hover::after {
  background: #ffffff url("../img/red/washer.svg");
}
.hotel article ul.feature-list li.has-deposit::after {
  background: #ffffff url("../img/grey/deposit.svg");
}
.hotel article ul.feature-list li.has-deposit:hover::after {
  background: #ffffff url("../img/red/deposit.svg");
}
.hotel article ul.feature-list li.has-field::after {
  background: #ffffff url("../img/grey/field.svg");
}
.hotel article ul.feature-list li.has-field:hover::after {
  background: #ffffff url("../img/red/field.svg");
}
.hotel article ul.feature-list li.has-gym::after {
  background: #ffffff url("../img/grey/gym.svg");
}
.hotel article ul.feature-list li.has-gym:hover::after {
  background: #ffffff url("../img/red/gym.svg");
}
.hotel article ul.feature-list li.has-sauna::after {
  background: #ffffff url("../img/grey/sauna.svg");
}
.hotel article ul.feature-list li.has-sauna:hover::after {
  background: #ffffff url("../img/red/sauna.svg");
}
.hotel article ul.feature-list li.has-tabletennis::after {
  background: #ffffff url("../img/grey/tabletennis.svg");
}
.hotel article ul.feature-list li.has-tabletennis:hover::after {
  background: #ffffff url("../img/red/tabletennis.svg");
}
.hotel article ul.feature-list li.has-pavillion::after {
  background: #ffffff url("../img/grey/pavillion.svg");
}
.hotel article ul.feature-list li.has-pavillion:hover::after {
  background: #ffffff url("../img/red/pavillion.svg");
}
.hotel article ul.feature-list li.has-spa::after {
  background: #ffffff url("../img/grey/spa.svg");
}
.hotel article ul.feature-list li.has-spa:hover::after {
  background: #ffffff url("../img/red/spa.svg");
}
.hotel article ul.feature-list li.has-conference-hall::after {
  background: #ffffff url("../img/grey/conference-hall.svg");
}
.hotel article ul.feature-list li.has-conference-hall:hover::after {
  background: #ffffff url("../img/red/conference-hall.svg");
}
.hotel article ul.feature-list li.has-swedish::after {
  background: #ffffff url("../img/grey/swedish.svg");
}
.hotel article ul.feature-list li.has-swedish:hover::after {
  background: #ffffff url("../img/red/swedish.svg");
}
.hotel article ul.feature-list li.has-trampoline::after {
  background: #ffffff url("../img/grey/trampoline.svg");
}
.hotel article ul.feature-list li.has-trampoline:hover::after {
  background: #ffffff url("../img/red/trampoline.svg");
}
.hotel article ul.feature-list li.has-has-trampoline::after {
  background: #ffffff url("../img/grey/trampoline.svg");
}
.hotel article ul.feature-list li.has-has-trampoline:hover::after {
  background: #ffffff url("../img/red/trampoline.svg");
}
.hotel article ul.feature-list li.has-dinner::after {
  background: #ffffff url("../img/grey/dinner.svg");
}
.hotel article ul.feature-list li.has-dinner:hover::after {
  background: #ffffff url("../img/red/dinner.svg");
}
.hotel article ul.feature-list li.has-child-club::after {
  background: #ffffff url("../img/grey/child-club.svg");
}
.hotel article ul.feature-list li.has-child-club:hover::after {
  background: #ffffff url("../img/red/child-club.svg");
}
.hotel article ul.feature-list li.has-cinema::after {
  background: #ffffff url("../img/grey/cinema.svg");
}
.hotel article ul.feature-list li.has-cinema:hover::after {
  background: #ffffff url("../img/red/cinema.svg");
}
.hotel article ul.feature-list li.has-sea-view::after {
  background: #ffffff url("../img/grey/sea-view.svg");
}
.hotel article ul.feature-list li.has-sea-view:hover::after {
  background: #ffffff url("../img/red/sea-view.svg");
}
.hotel article ul.feature-list li.has-massage::after {
  background: #ffffff url("../img/grey/massage.svg");
}
.hotel article ul.feature-list li.has-massage:hover::after {
  background: #ffffff url("../img/red/massage.svg");
}
.hotel article ul.feature-list li.has-medcenter::after {
  background: #ffffff url("../img/grey/medcenter.svg");
}
.hotel article ul.feature-list li.has-medcenter:hover::after {
  background: #ffffff url("../img/red/medcenter.svg");
}
.hotel article ul.feature-list li.has-multicooker::after {
  background: #ffffff url("../img/grey/multicooker.svg");
}
.hotel article ul.feature-list li.has-multicooker:hover::after {
  background: #ffffff url("../img/red/multicooker.svg");
}
.hotel article ul.feature-list li.has-paid-parking::after {
  background: #ffffff url("../img/grey/paid-parking.svg");
}
.hotel article ul.feature-list li.has-paid-parking:hover::after {
  background: #ffffff url("../img/red/paid-parking.svg");
}
.hotel article ul.feature-list li.has-shop::after {
  background: #ffffff url("../img/grey/shop.svg");
}
.hotel article ul.feature-list li.has-shop:hover::after {
  background: #ffffff url("../img/red/shop.svg");
}
.hotel article ul.feature-list li.has-tennis-court::after {
  background: #ffffff url("../img/grey/tennis-court.svg");
}
.hotel article ul.feature-list li.has-tennis-court:hover::after {
  background: #ffffff url("../img/red/tennis-court.svg");
}
.hotel article ul.feature-list li.has-windsurfing::after {
  background: #ffffff url("../img/grey/windsurfing.svg");
}
.hotel article ul.feature-list li.has-windsurfing:hover::after {
  background: #ffffff url("../img/red/windsurfing.svg");
}
.hotel article ul.feature-list li.has-rescue-tower::after {
  background: #ffffff url("../img/grey/rescue-tower.svg");
}
.hotel article ul.feature-list li.has-rescue-tower:hover::after {
  background: #ffffff url("../img/red/rescue-tower.svg");
}
.hotel article ul.feature-list li.has-full-year::after {
  background: #ffffff url("../img/grey/full-year.svg");
}
.hotel article ul.feature-list li.has-full-year:hover::after {
  background: #ffffff url("../img/red/full-year.svg");
}
.hotel article .gallery {
  display: flex;
  flex-direction: column;
  height: 320px;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
  overflow: hidden;
}
@media (max-width: 539px) {
  .hotel article .gallery {
    flex-direction: row;
    height: auto;
  }
}
.hotel article .gallery a.gallery-item, .hotel article .gallery a.gallery-preview {
  display: flex;
  flex: 0 1 calc(50% - 10px);
  width: calc(25% - 16px);
  height: calc(50% - 16px);
  margin: 5px;
  position: relative;
  border: 3px solid #1f92d0;
}
@media (max-width: 539px) {
  .hotel article .gallery a.gallery-item, .hotel article .gallery a.gallery-preview {
    height: auto;
    flex: 1 1 calc(33.3333333333% - 16px);
  }
}
.hotel article .gallery a.gallery-item:first-of-type, .hotel article .gallery a.gallery-preview:first-of-type {
  flex: 0 1 100%;
  width: 50%;
}
@media (max-width: 539px) {
  .hotel article .gallery a.gallery-item:first-of-type, .hotel article .gallery a.gallery-preview:first-of-type {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 539px) {
  .hotel article .gallery a.gallery-item:nth-child(4), .hotel article .gallery a.gallery-preview:nth-child(4) {
    display: none;
  }
}
.hotel article .gallery a.gallery-item.hidden, .hotel article .gallery a.gallery-preview.hidden {
  display: none;
}
.hotel article .gallery a.gallery-item.more, .hotel article .gallery a.gallery-preview.more {
  border: 3px solid rgba(0, 0, 0, 0.7);
}
.hotel article .gallery a.gallery-item img, .hotel article .gallery a.gallery-preview img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hotel article .gallery a.gallery-item span, .hotel article .gallery a.gallery-preview span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  white-space: normal;
  font-size: 18px;
}
@media (max-width: 895px) {
  .hotel article .gallery a.gallery-item span, .hotel article .gallery a.gallery-preview span {
    font-size: 14px;
  }
}
.hotel article .gallery figure {
  display: flex;
  flex: 0 1 calc(20% - 10px);
  margin: 5px;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  /*&:nth-child(4), &:nth-child(5) {
      @include response-to(hpn) {
          display: none;
      }
  }*/
}
.hotel article .gallery figure > a {
  display: block;
  width: 100%;
}
.hotel article .gallery figure > a img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hotel article .gallery figure.hidden {
  display: none;
}
.hotel article .gallery figure > figcaption {
  display: none;
}
.hotel article .gallery.default-gallery span {
  display: flex;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #ddd;
  top: -4px;
  bottom: -4px;
  padding: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: normal;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  font-size: 18px;
}
@media (max-width: 895px) {
  .hotel article .gallery.default-gallery span {
    font-size: 14px;
  }
}
@media (max-width: 539px) {
  .hotel article .gallery.default-gallery span {
    padding: 10px;
  }
}
.hotel article .hotel-menu {
  margin: 0 -32px 0;
  width: calc(100% + 64px);
  position: relative;
  background-color: #1f92d0;
  max-height: 48px;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
  will-change: transition;
}
@media (max-width: 895px) {
  .hotel article .hotel-menu {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
    padding-right: 0;
  }
}
.hotel article .hotel-menu.active {
  max-height: 1000px;
}
.hotel article .hotel-menu.active .top-btn {
  max-width: 0 !important;
  overflow: hidden;
  left: -190px;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu.active .top-btn {
    display: none;
  }
}
.hotel article .hotel-menu.active ul:first-of-type {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu.active ul:first-of-type {
    position: relative;
  }
}
.hotel article .hotel-menu.active ul:first-of-type li {
  flex: 0 1 25%;
  justify-content: flex-start;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu.active ul:first-of-type li {
    flex: 0 1 100%;
  }
}
@media (max-width: 539px) {
  .hotel article .hotel-menu.active ul:first-of-type li:first-child span {
    border-bottom: none;
  }
}
.hotel article .hotel-menu ul {
  padding: 10px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  padding: 0;
  width: 100%;
  transition: max-width 0.2s ease-in-out;
}
.hotel article .hotel-menu ul:first-of-type {
  max-width: 100%;
  position: absolute;
  left: 192px;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul:first-of-type {
    left: 128px;
    padding: 0;
  }
}
.hotel article .hotel-menu ul:first-of-type li {
  justify-content: center;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul:first-of-type li {
    justify-content: flex-start;
  }
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul:first-of-type li:first-child span {
    border-bottom: 1px #3f2e00 dotted;
  }
}
@media (max-width: 1366px) {
  .hotel article .hotel-menu ul {
    justify-content: flex-start;
  }
}
@media (min-width: 896px) and (max-width: 1024px) {
  .hotel article .hotel-menu ul {
    margin: 20px -20px 0;
    padding: 6px 0;
    width: calc(100% + 40px);
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ffc000 transparent;
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  .hotel article .hotel-menu ul {
    margin: 20px -20px 0;
    padding: 6px 0;
    width: calc(100% + 40px);
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ffc000 transparent;
  }
}
@media (max-width: 767px) {
  .hotel article .hotel-menu ul {
    overflow-x: scroll;
    margin: 20px -15px 0;
    padding: 10px 0;
    width: calc(100% + 30px);
    scrollbar-width: thin;
    scrollbar-color: #ffc000 transparent;
    justify-content: flex-start;
  }
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
  }
}
.hotel article .hotel-menu ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.hotel article .hotel-menu ul::-webkit-scrollbar-track {
  background: transparent;
}
.hotel article .hotel-menu ul::-webkit-scrollbar-thumb {
  background-color: #ffc000;
  border-radius: 2px;
  border: none;
}
.hotel article .hotel-menu ul li {
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  line-height: 20px;
  align-self: center;
  justify-content: flex-start;
  display: flex;
  flex: 0 1 calc(25% - 16px);
  margin: 0;
  align-items: center;
  text-transform: none;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1366px) {
  .hotel article .hotel-menu ul li {
    padding: 0 8px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .hotel article .hotel-menu ul li {
    font-size: 13px;
  }
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul li {
    line-height: 18px;
    width: 100%;
    flex: 1 1 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.hotel article .hotel-menu ul li::before {
  display: none;
}
.hotel article .hotel-menu ul li i, .hotel article .hotel-menu ul li em {
  display: inline-block;
}
.hotel article .hotel-menu ul li i.icon, .hotel article .hotel-menu ul li em.icon {
  min-width: 32px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.hotel article .hotel-menu ul li i[class^=has-beach], .hotel article .hotel-menu ul li i[class*=" has-beach"], .hotel article .hotel-menu ul li em[class^=has-beach], .hotel article .hotel-menu ul li em[class*=" has-beach"] {
  background-image: url("../img/white/beach.svg");
}
.hotel article .hotel-menu ul li i.has-webcam, .hotel article .hotel-menu ul li em.has-webcam {
  background-image: url("../img/white/webcam.svg");
}
.hotel article .hotel-menu ul li i.has-tour, .hotel article .hotel-menu ul li em.has-tour {
  background-image: url("../img/white/3d-tour.svg");
  background-size: 38px;
}
.hotel article .hotel-menu ul li i.has-swimming-pool, .hotel article .hotel-menu ul li em.has-swimming-pool {
  background-image: url("../img/white/swimming-pool.svg");
}
.hotel article .hotel-menu ul li i.has-swimming-pool-kid, .hotel article .hotel-menu ul li em.has-swimming-pool-kid {
  background-image: url("../img/white/swimming-pool-kids.svg");
}
.hotel article .hotel-menu ul li i.has-swimming-pool-kids, .hotel article .hotel-menu ul li em.has-swimming-pool-kids {
  background-image: url("../img/white/swimming-pool-kids.svg");
}
.hotel article .hotel-menu ul li i.has-pool, .hotel article .hotel-menu ul li em.has-pool {
  background-image: url("../img/white/pool.svg");
}
.hotel article .hotel-menu ul li i.has-paw, .hotel article .hotel-menu ul li em.has-paw {
  background-image: url("../img/white/paw.svg");
}
.hotel article .hotel-menu ul li i.has-small-paw, .hotel article .hotel-menu ul li em.has-small-paw {
  background-image: url("../img/white/paw.svg");
}
.hotel article .hotel-menu ul li i.has-dinner, .hotel article .hotel-menu ul li em.has-dinner {
  background-image: url("../img/white/dinner.svg");
}
.hotel article .hotel-menu ul li i.has-wifi, .hotel article .hotel-menu ul li em.has-wifi {
  background-image: url("../img/white/wifi.svg");
}
.hotel article .hotel-menu ul li i.has-smart-tv, .hotel article .hotel-menu ul li em.has-smart-tv {
  background-image: url("../img/white/smart-tv.svg");
}
.hotel article .hotel-menu ul li i.has-playground, .hotel article .hotel-menu ul li em.has-playground {
  background-image: url("../img/white/playground.svg");
}
.hotel article .hotel-menu ul li i.has-animators, .hotel article .hotel-menu ul li em.has-animators {
  background-image: url("../img/white/animators.svg");
}
.hotel article .hotel-menu ul li i.has-child-bed, .hotel article .hotel-menu ul li em.has-child-bed {
  background-image: url("../img/white/child-bed.svg");
}
.hotel article .hotel-menu ul li i.has-transfer, .hotel article .hotel-menu ul li em.has-transfer {
  background-image: url("../img/white/transfer.svg");
}
.hotel article .hotel-menu ul li i.has-parking, .hotel article .hotel-menu ul li em.has-parking {
  background-image: url("../img/white/car.svg");
}
.hotel article .hotel-menu ul li i.has-gym, .hotel article .hotel-menu ul li em.has-gym {
  background-image: url("../img/white/gym.svg");
}
.hotel article .hotel-menu ul li i.has-sauna, .hotel article .hotel-menu ul li em.has-sauna {
  background-image: url("../img/white/sauna.svg");
}
.hotel article .hotel-menu ul li i.has-bbq, .hotel article .hotel-menu ul li em.has-bbq {
  background-image: url("../img/white/bbq.svg");
}
.hotel article .hotel-menu ul li i.has-food, .hotel article .hotel-menu ul li em.has-food {
  background-image: url("../img/white/dinner.svg");
}
.hotel article .hotel-menu ul li i.has-individual-kitchen, .hotel article .hotel-menu ul li em.has-individual-kitchen {
  background-image: url("../img/white/individual-kitchen.svg");
}
.hotel article .hotel-menu ul li i.has-kitchen, .hotel article .hotel-menu ul li em.has-kitchen {
  background-image: url("../img/white/kitchen.svg");
}
.hotel article .hotel-menu ul li i.has-room-service, .hotel article .hotel-menu ul li em.has-room-service {
  background-image: url("../img/white/room-service.svg");
}
.hotel article .hotel-menu ul li i.has-cup, .hotel article .hotel-menu ul li em.has-cup {
  background-image: url("../img/white/cup.svg");
}
.hotel article .hotel-menu ul li i.has-pavillion, .hotel article .hotel-menu ul li em.has-pavillion {
  background-image: url("../img/white/pavillion.svg");
}
.hotel article .hotel-menu ul li i.has-beer, .hotel article .hotel-menu ul li em.has-beer {
  background-image: url("../img/white/beer.svg");
}
.hotel article .hotel-menu ul li i.has-spa, .hotel article .hotel-menu ul li em.has-spa {
  background-image: url("../img/white/spa.svg");
}
.hotel article .hotel-menu ul li i.has-conference-hall, .hotel article .hotel-menu ul li em.has-conference-hall {
  background-image: url("../img/white/conference-hall.svg");
}
.hotel article .hotel-menu ul li i.has-swedish, .hotel article .hotel-menu ul li em.has-swedish {
  background-image: url("../img/white/swedish.svg");
}
.hotel article .hotel-menu ul li i.has-washer, .hotel article .hotel-menu ul li em.has-washer {
  background-image: url("../img/white/washer.svg");
}
.hotel article .hotel-menu ul li i.has-tabletennis, .hotel article .hotel-menu ul li em.has-tabletennis {
  background-image: url("../img/white/tabletennis.svg");
}
.hotel article .hotel-menu ul li i.has-field, .hotel article .hotel-menu ul li em.has-field {
  background-image: url("../img/white/field.svg");
}
.hotel article .hotel-menu ul li i.has-has-trampoline, .hotel article .hotel-menu ul li em.has-has-trampoline {
  background-image: url("../img/white/trampoline.svg");
}
.hotel article .hotel-menu ul li i.has-child-club, .hotel article .hotel-menu ul li em.has-child-club {
  background-image: url("../img/white/child-club.svg");
}
.hotel article .hotel-menu ul li i.has-cinema, .hotel article .hotel-menu ul li em.has-cinema {
  background-image: url("../img/white/cinema.svg");
}
.hotel article .hotel-menu ul li i.has-sea-view, .hotel article .hotel-menu ul li em.has-sea-view {
  background-image: url("../img/white/sea-view.svg");
}
.hotel article .hotel-menu ul li i.has-massage, .hotel article .hotel-menu ul li em.has-massage {
  background-image: url("../img/white/massage.svg");
}
.hotel article .hotel-menu ul li i.has-medcenter, .hotel article .hotel-menu ul li em.has-medcenter {
  background-image: url("../img/white/medcenter.svg");
}
.hotel article .hotel-menu ul li i.has-multicooker, .hotel article .hotel-menu ul li em.has-multicooker {
  background-image: url("../img/white/multicooker.svg");
}
.hotel article .hotel-menu ul li i.has-paid-parking, .hotel article .hotel-menu ul li em.has-paid-parking {
  background-image: url("../img/white/paid-parking.svg");
}
.hotel article .hotel-menu ul li i.has-shop, .hotel article .hotel-menu ul li em.has-shop {
  background-image: url("../img/white/shop.svg");
}
.hotel article .hotel-menu ul li i.has-tennis-court, .hotel article .hotel-menu ul li em.has-tennis-court {
  background-image: url("../img/white/tennis-court.svg");
}
.hotel article .hotel-menu ul li i.has-windsurfing, .hotel article .hotel-menu ul li em.has-windsurfing {
  background-image: url("../img/white/windsurfing.svg");
}
.hotel article .hotel-menu ul li i.has-rescue-tower, .hotel article .hotel-menu ul li em.has-rescue-tower {
  background-image: url("../img/white/rescue-tower.svg");
}
.hotel article .hotel-menu ul li i.has-full-year, .hotel article .hotel-menu ul li em.has-full-year {
  background-image: url("../img/white/full-year.svg");
}
.hotel article .hotel-menu ul li span {
  font-size: 15px;
  line-height: 20px;
  color: #3f2e00;
  margin: 0;
  width: auto;
  text-align: left;
}
.hotel article .hotel-menu ul.hidden-menu {
  padding: 0;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul.hidden-menu {
    padding: 0 0 10px;
    width: 100%;
  }
}
.hotel article .hotel-menu ul.hidden-menu li {
  flex: 1 1 25%;
  max-width: 25%;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu ul.hidden-menu li {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 20px;
  }
}
.hotel article .hotel-menu ul.hidden-menu li:last-of-type {
  margin-right: auto;
}
.hotel article .hotel-menu a {
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  width: 190px;
  flex: 1 1 190px;
}
@media (max-width: 1366px) {
  .hotel article .hotel-menu a {
    font-weight: 500;
    font-size: 13px;
  }
}
.hotel article .hotel-menu a:hover {
  color: #ffae00;
}
.hotel article .hotel-menu a.button {
  line-height: 28px;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 400;
  color: #ffc000;
  background-color: #920;
  justify-content: center;
  border-radius: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1366px) {
  .hotel article .hotel-menu a.button {
    font-size: 13px;
    padding: 7px 0;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .hotel article .hotel-menu a.button {
    line-height: 34px;
  }
}
.hotel article .hotel-menu a.button:hover {
  color: #ffffff;
}
.hotel article .hotel-menu a.button.top-btn {
  max-width: 190px;
  transition: max-width 0.2s ease-in-out;
}
@media (max-width: 539px) {
  .hotel article .hotel-menu a.button.top-btn {
    max-width: 128px;
  }
}
.hotel article .hotel-menu a.button.bot-btn {
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}
.hotel article .hotel-menu a.burger {
  width: 64px;
  height: 48px;
  flex: 1 1 48px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffd43f;
}
.hotel article .hotel-menu a.burger .icon {
  width: 34px;
  height: 26px;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 15px;
}
.hotel article .hotel-menu a.burger .icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffae00;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .hotel article .hotel-menu a.burger .icon span {
    background: #ffae00;
  }
}
.hotel article .hotel-menu a.burger .icon span:nth-child(1) {
  top: 20px;
}
.hotel article .hotel-menu a.burger .icon span:nth-child(2) {
  top: 10px;
}
.hotel article .hotel-menu a.burger .icon span:nth-child(4) {
  top: 20px;
}
.hotel article .hotel-menu a.burger.active .icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.hotel article .hotel-menu a.burger.active .icon span:nth-child(2) {
  transform: rotate(45deg);
}
.hotel article .hotel-menu a.burger.active .icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.hotel article .hotel-menu a.burger.active .icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.hotel article .hotel-slider {
  margin: 0 -32px 0;
  width: calc(100% + 64px);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*
  .dots {
      padding: 0;
      display: flex;
      position: relative;
      bottom: 13px;
      flex-direction: row;
      width: 100%;
      @include response-to(hpn) {
          position: relative;
          bottom: 13px;
      }
      .slick-dots {
          bottom: 0;
          li {
              padding: 0;
              &::before {
                  display: none;
              }
              button {
                  display: block;
                  width: 16px;
                  height: 16px;
                  background-color: #fff;
                  border-radius: 50%;
                  padding: 0;
                  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
                  &::before {
                      content: '';
                      display: block;
                      width: 10px;
                      height: 10px;
                      background-color: #2354a7;
                      border-radius: 50%;
                      top: 3px;
                      left: 3px;
                      opacity: 0;
                      transition: opacity 0.12s ease-in-out;
                  }
              }
              &.slick-active {
                  button {
                      &::before {
                          opacity: 1;
                      }
                  }
              }
          }
      }
  }*/
}
@media (max-width: 1024px) {
  .hotel article .hotel-slider {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .hotel article .hotel-slider {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.hotel article .hotel-slider figure {
  display: flex;
  flex: 0 1 calc(20% - 8px);
  margin: 5px;
  border-top: 4px solid #ffae00;
  border-bottom: 4px solid #ffae00;
}
@media (max-width: 539px) {
  .hotel article .hotel-slider figure {
    flex: 0 1 calc(33.3333333333% - 7px);
  }
}
.hotel article .hotel-slider figure:first-of-type {
  flex: 1 1 100%;
  margin: 0 0 5px;
  border-top: 0;
  border-bottom: 8px solid #ffae00;
}
.hotel article .hotel-slider figure:first-of-type > figcaption {
  display: block;
  right: 0;
  left: auto;
  top: 46px;
  bottom: auto;
}
@media (max-width: 539px) {
  .hotel article .hotel-slider figure:first-of-type > figcaption {
    top: auto;
    right: 0;
    padding: 8px 16px;
    font-size: 14px;
    bottom: 15px;
    margin: 0;
  }
}
.hotel article .hotel-slider figure:first-of-type a {
  width: 100%;
}
.hotel article .hotel-slider figure:first-of-type a img {
  min-width: 100%;
  object-fit: cover;
}
.hotel article .hotel-slider figure:nth-child(2) {
  margin-left: 0;
}
.hotel article .hotel-slider figure:nth-child(6) {
  margin-right: 0;
}
.hotel article .hotel-slider figure.hidden {
  display: none;
}
.hotel article .hotel-slider figure > figcaption {
  display: none;
}
.hotel article .hotel-slider figure.more a {
  position: relative;
}
.hotel article .hotel-slider figure.more span {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #ffae00;
  top: 0;
  left: 0;
  padding: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: normal;
  font-size: 18px;
}
@media (max-width: 895px) {
  .hotel article .hotel-slider figure.more span {
    font-size: 14px;
  }
}
@media (max-width: 539px) {
  .hotel article .hotel-slider figure.more span {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hotel article .hotel-slider figure:nth-child(4), .hotel article .hotel-slider figure:nth-child(5) {
    display: none;
  }
}
.hotel article .hotel-slider .options {
  width: 100%;
  background-color: #fafafa;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  scrollbar-width: thin;
  scrollbar-color: #ffc000 transparent;
}
@media (max-width: 1366px) {
  .hotel article .hotel-slider .options {
    flex-direction: column;
    max-height: 146px;
    overflow: hidden;
  }
  .hotel article .hotel-slider .options::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    width: calc(100% - 15px);
    height: 99px;
    background-position: center;
  }
  .hotel article .hotel-slider .options::before {
    content: "";
    position: absolute;
    background: url("../img/chevron.svg");
    bottom: 0;
    width: 32px;
    left: calc(50% - 16px);
    height: 32px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
  }
  .hotel article .hotel-slider .options:hover {
    max-height: 800px;
  }
  .hotel article .hotel-slider .options:hover::before {
    display: none;
  }
  .hotel article .hotel-slider .options:hover::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hotel article .hotel-slider .options {
    background-color: rgba(249, 249, 249, 0.9);
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.hotel article .hotel-slider .options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.hotel article .hotel-slider .options::-webkit-scrollbar-track {
  background: transparent;
}
.hotel article .hotel-slider .options::-webkit-scrollbar-thumb {
  background-color: #ffc000;
  border-radius: 2px;
  border: none;
}
.hotel article .hotel-slider .options > li {
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .hotel article .hotel-slider .options > li {
    flex: 1 0 auto;
  }
}
.hotel article .hotel-slider .options > li::before {
  display: none;
}
.hotel article .hotel-slider .options > li ul li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 36px;
  padding-right: 15px;
  padding-left: 44px;
  position: relative;
  white-space: nowrap;
}
.hotel article .hotel-slider .options > li ul li::before {
  display: none;
}
.hotel article .hotel-slider .options > li ul li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 34px;
  object-fit: contain;
}
.hotel article .room-slider {
  /*margin: 0 -32px 0;
  width: calc(100% + 64px);*/
  margin: 0 -5px 0;
  width: calc(100% + 10px);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /*
  .dots {
      padding: 0;
      display: flex;
      position: relative;
      bottom: 13px;
      flex-direction: row;
      width: 100%;
      @include response-to(hpn) {
          position: relative;
          bottom: 13px;
      }
      .slick-dots {
          bottom: 0;
          li {
              padding: 0;
              &::before {
                  display: none;
              }
              button {
                  display: block;
                  width: 16px;
                  height: 16px;
                  background-color: #fff;
                  border-radius: 50%;
                  padding: 0;
                  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
                  &::before {
                      content: '';
                      display: block;
                      width: 10px;
                      height: 10px;
                      background-color: #2354a7;
                      border-radius: 50%;
                      top: 3px;
                      left: 3px;
                      opacity: 0;
                      transition: opacity 0.12s ease-in-out;
                  }
              }
              &.slick-active {
                  button {
                      &::before {
                          opacity: 1;
                      }
                  }
              }
          }
      }
  }*/
}
@media (max-width: 1024px) {
  .hotel article .room-slider {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .hotel article .room-slider {
    margin: 0 -5px 12px;
    width: calc(100% + 10px);
  }
}
.hotel article .room-slider figure {
  display: flex;
  flex: 1 1 calc(20% - 10px);
  margin: 5px;
  border-top: 4px solid #ffae00;
  border-bottom: 4px solid #ffae00;
  /*&:first-of-type {
      flex: 1 1 100%;
      margin: 0 0 5px;
      > figcaption {
          display: block;
          right: 0;
          left: auto;
          top: 46px;
          bottom: auto;
      } 
  }*/
  /*&:nth-child(1) {
      margin-left: 0;
  }
  &:nth-child(5) {
      margin-right: 0;
  }*/
  /*&:nth-child(3), &:nth-child(4) {
      @include response-to(vpn) {
          display: none;
      }
  } */
}
.hotel article .room-slider figure > a {
  display: block;
  width: 100%;
}
.hotel article .room-slider figure > a img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hotel article .room-slider figure.hidden {
  display: none;
}
.hotel article .room-slider figure > figcaption {
  display: none;
}
.hotel article .room-slider figure.more a {
  position: relative;
}
.hotel article .room-slider figure.more span {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #ffae00;
  top: 0;
  left: 0;
  padding: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: normal;
  font-size: 18px;
  /*
  &.show-on-bigger-phone {
      display: none;
      @include response-to(hpn) {
          display: flex;
      }
      @include response-to(vpn) {
          display: none;
      }
  }*/
}
@media (max-width: 895px) {
  .hotel article .room-slider figure.more span {
    font-size: 14px;
  }
}
@media (max-width: 539px) {
  .hotel article .room-slider figure.more span {
    padding: 10px;
  }
}
.hotel article .room-slider figure.more span.show-on-phone {
  display: none;
}
@media (max-width: 767px) {
  .hotel article .room-slider figure.more span.show-on-phone {
    display: flex;
  }
}
@media (max-width: 767px) {
  .hotel article .room-slider figure:nth-child(4), .hotel article .room-slider figure:nth-child(5) {
    display: none;
  }
}
.hotel article .room-slider .options {
  width: 100%;
  background-color: #fafafa;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  scrollbar-width: thin;
  scrollbar-color: #ffc000 transparent;
}
@media (max-width: 1366px) {
  .hotel article .room-slider .options {
    flex-direction: column;
    max-height: 146px;
    overflow: hidden;
  }
  .hotel article .room-slider .options::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    width: calc(100% - 15px);
    height: 99px;
    background-position: center;
  }
  .hotel article .room-slider .options::before {
    content: "";
    position: absolute;
    background: url("../img/chevron.svg");
    bottom: 0;
    width: 32px;
    left: calc(50% - 16px);
    height: 32px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
  }
  .hotel article .room-slider .options:hover {
    max-height: 800px;
  }
  .hotel article .room-slider .options:hover::before {
    display: none;
  }
  .hotel article .room-slider .options:hover::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hotel article .room-slider .options {
    background-color: rgba(249, 249, 249, 0.9);
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.hotel article .room-slider .options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.hotel article .room-slider .options::-webkit-scrollbar-track {
  background: transparent;
}
.hotel article .room-slider .options::-webkit-scrollbar-thumb {
  background-color: #ffc000;
  border-radius: 2px;
  border: none;
}
.hotel article .room-slider .options > li {
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .hotel article .room-slider .options > li {
    flex: 1 0 auto;
  }
}
.hotel article .room-slider .options > li::before {
  display: none;
}
.hotel article .room-slider .options > li ul li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 36px;
  padding-right: 15px;
  padding-left: 44px;
  position: relative;
  white-space: nowrap;
}
.hotel article .room-slider .options > li ul li::before {
  display: none;
}
.hotel article .room-slider .options > li ul li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 34px;
  object-fit: contain;
}
.hotel article h1 {
  padding: 10px 70px 10px 26px;
}
@media (min-width: 768px) and (max-width: 895px) {
  .hotel article h1 {
    padding: 10px 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 896px) and (max-width: 1024px) {
  .hotel article h1 {
    font-size: 26px;
    line-height: 32px;
    padding: 10px 20px;
    margin-bottom: 25px;
  }
}
.hotel article .about li::before {
  display: none;
}
.hotel article ul.contacts {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  margin: 0;
  position: relative;
}
@media (min-width: 896px) and (max-width: 1024px) {
  .hotel article ul.contacts {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  .hotel article ul.contacts {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hotel article ul.contacts {
    flex-direction: column;
    padding: 20px 0 0;
  }
}
.hotel article ul.contacts > li {
  padding: 0 20px;
  flex: 1 1 50%;
  margin-bottom: 8px;
  line-height: 150%;
}
.hotel article ul.contacts > li::before {
  display: none;
}
@media (max-width: 1024px) {
  .hotel article ul.contacts > li::before {
    left: 3px;
    padding-left: 10px;
  }
}
@media (max-width: 1366px) {
  .hotel article ul.contacts > li {
    flex: 1 1 100%;
  }
}
@media (max-width: 1024px) {
  .hotel article ul.contacts > li {
    display: flex;
    border-radius: 4px;
    border: 2px dotted #ccc;
    margin-bottom: 10px;
    padding: 5px 0 5px 32px;
    white-space: nowrap;
    justify-content: flex-start;
  }
}
.hotel article ul.contacts > li > a {
  text-decoration: none;
  color: #3f2e00;
  border-bottom: 1px dotted #3f2e00;
  position: relative;
  display: inline;
  white-space: normal;
}
@media (max-width: 767px) {
  .hotel article ul.contacts > li > a {
    border-bottom: none;
  }
}
.hotel article ul.contacts > li > strong {
  display: inline-flex;
  margin-right: 5px;
}
.hotel article ul.contacts > li > ul {
  position: absolute;
}
.hotel article ul.contacts > li.location {
  position: relative;
}
.hotel article ul.contacts > li.location::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 18px;
  background-image: url(../img/location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .hotel article ul.contacts > li.location::before {
    top: 8px;
    left: 4px;
  }
}
@media (max-width: 767px) {
  .hotel article ul.contacts > li.location::before {
    left: 0;
  }
}
@media (max-width: 895px) {
  .hotel article ul.contacts > li.location {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    border: 2px dotted #ccc;
    margin-bottom: 10px;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0 6px 32px;
  }
}
@media (max-width: 767px) {
  .hotel article ul.contacts > li.location {
    display: block;
  }
}
.hotel article ul.contacts > li.phone {
  position: relative;
  /*&:hover > .call {
      display: flex;
  }*/
}
@media (max-width: 895px) {
  .hotel article ul.contacts > li.phone {
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    border: 2px dotted #ccc;
    justify-content: flex-start;
    padding: 6px 0 6px 32px;
    font-size: 14px;
    line-height: 22px;
  }
}
.hotel article ul.contacts > li.phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 15px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .hotel article ul.contacts > li.phone::before {
    left: 4px;
    top: 9px;
  }
}
@media (max-width: 895px) {
  .hotel article ul.contacts > li.phone::before {
    top: 9px;
    left: 2px;
  }
}
.hotel article ul.contacts > li.phone .call {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  z-index: 11;
  top: 22px;
  text-transform: none;
  border: 1px solid #ffae00;
  border-radius: 0;
  padding: 8px 0;
  left: 0;
  width: 148px;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .hotel article ul.contacts > li.phone .call {
    right: 50%;
    width: auto;
    min-width: 150px;
    top: auto;
    bottom: 0;
    transform: translateY(105%) translateX(50%);
  }
}
.hotel article ul.contacts > li.phone .call.active {
  display: flex;
}
.hotel article ul.contacts > li.phone .call::before {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0;
  position: absolute;
}
.hotel article ul.contacts > li.phone .call li {
  position: relative;
  padding-left: 0;
  min-width: 140px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}
.hotel article ul.contacts > li.phone .call li::before {
  display: none;
}
.hotel article ul.contacts > li.phone .call li:first-of-type a::before {
  background-image: url("../img/phone-call.svg");
}
.hotel article ul.contacts > li.phone .call li:last-of-type {
  border-bottom: none;
}
.hotel article ul.contacts > li.phone .call li:last-of-type a::before {
  transform: rotate(90deg);
  background-image: url("../img/chevron.svg");
  background-position: left 2px top 4px;
}
.hotel article ul.contacts > li.phone .call li a {
  color: #5a5858;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding-left: 32px;
  text-align: left;
  border-bottom: none;
  position: relative;
}
.hotel article ul.contacts > li.phone .call li a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top 2px;
  background-image: url("../img/book.svg");
  width: 28px;
  background-position: center 2px;
  height: 27px;
  background-color: transparent;
  border-radius: 0;
  left: 2px;
  top: 4px;
  position: absolute;
}
.hotel article ul.contacts > li.phone .call li a[href^="viber:"]::before {
  background-image: url("../img/viber-red.svg");
}
.hotel article ul.contacts > li.phone .call li a[href^="https://t.me"]::before {
  background-image: url("../img/telegram-red.svg");
}
.hotel article ul.contacts > li.phone .call li a[href^="tg://"]::before {
  background-image: url("../img/telegram-red.svg");
}
.hotel article ul.contacts > li.phone .call li a[href^="https://wa.me/"]::before {
  background-image: url("../img/whatsapp.svg");
}
.hotel article ul.contacts > li.phone .call li a:hover {
  color: #ffae00;
  background-color: #f5f5f5;
}
.hotel article ul.contacts > li.phone .call li:hover::before {
  border-left-color: #ffae00;
}
.hotel article ul.contacts > li.phone .call li:hover a {
  color: #ffae00;
}
.hotel article ul.contacts > li.phone .call li a {
  color: #5a5858;
  line-height: 30px;
  font-size: 14px;
}
.hotel article ul.contacts > li.phone.active .call {
  display: flex;
}
.hotel article ul.contacts > li.time {
  position: relative;
  white-space: normal;
  align-items: flex-start;
}
@media (max-width: 895px) {
  .hotel article ul.contacts > li.time {
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    border: 2px dotted #ccc;
    justify-content: flex-start;
    padding: 6px 0 6px 32px;
    font-size: 14px;
    line-height: 22px;
  }
}
.hotel article ul.contacts > li.time::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 15px;
  background-image: url(../img/time.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .hotel article ul.contacts > li.time::before {
    left: 4px;
    top: 9px;
  }
}
@media (max-width: 895px) {
  .hotel article ul.contacts > li.time::before {
    top: 9px;
    left: 2px;
  }
}
.hotel article ul.contacts > li.time strong {
  white-space: nowrap;
}
.hotel article .subtitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
  font-style: italic;
  padding-left: 16px;
  border-left: 1px solid #f3f3f3;
  display: inline-block;
}
@media (max-width: 767px) {
  .hotel article .subtitle {
    font-size: 16px;
  }
}
.hotel article .subtitle p {
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
}
@media (max-width: 767px) {
  .hotel article .subtitle p {
    font-size: 16px;
  }
}
.hotel article ul.about {
  padding: 20px 0;
  margin: 32px 0 0;
  border-top: 3px solid #ffc000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hotel article ul.about li {
  padding: 0 20px 0 0;
  flex: 1 1 50%;
  margin-bottom: 0;
  line-height: 150%;
}
@media (max-width: 539px) {
  .hotel article ul.about li {
    flex: 1 1 100%;
  }
}
.hotel article ul.about li::before {
  display: none;
}
.hotel article span.price {
  display: inline-block;
  padding: 5px 9px;
  background-color: #ffe788;
  font-size: 20px;
  position: relative;
}
.hotel article span.price::after {
  content: "";
  display: block;
  width: calc(100% - 19px);
  height: 0;
  border-bottom: 1px dotted #9d0c19;
  bottom: 6px;
  position: absolute;
}
@media (max-width: 767px) {
  .hotel article span.price {
    padding: 3px 8px;
  }
}
.hotel article span.price a {
  text-decoration: none;
  border-bottom: 1px dotted #888;
}
.hotel article span.price a:hover {
  border-color: #333;
}
.hotel article span.price a strong {
  color: #ffae00;
}
.hotel article span.price .more {
  font-size: 16px;
  justify-self: flex-end;
  display: inline;
  float: right;
  line-height: 20px;
  margin-top: 3px;
  text-decoration: none;
  position: relative;
}
.hotel article span.price .more::before {
  content: "[";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
}
.hotel article span.price .more::after {
  content: "]";
  display: block;
  position: absolute;
  right: -7px;
  top: 0;
}
.hotel article .description {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  /*
  .gallery {
      display: block;
      width: 100%;
      max-width: 320px;
      float: left;
      @include response-to(hpd) {
          float: none;
          margin: 0 auto;
          max-width: 100%;
      }
      @include response-to(hpn) {
          max-width: 100%;
      }
      .slider-for {
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 15px;
          visibility: hidden;
          &.slick-initialized {
              visibility: visible;
          }
          figure {
              position: relative;
              figcaption {
                  display: block;
                  position: absolute;
                  bottom: 20px;
                  left: 2px;
                  padding: 8px 20px;
                  font-family: "Fira Sans", sans-serif;
                  font-size: 16px;
                  line-height: 150%;
                  background-color: rgba(255, 203, 4, 0.72);
              }
          }
      }
      .slider-nav {
          img {
              margin: 0 4px;
              border-radius: 4px;
              overflow: hidden;
              border: 2px solid #ffffff;
              cursor: pointer;
              width: auto;
              &:focus {
                  outline: none;
                  border: 2px solid #ffc000;
              }
              &.slick-current {
                  border: 2px solid #ffc000;
              }
          }
          .slick-prev {
              left: -20px;
              transform: scale(0.6) rotate(180deg);
          }
          .slick-next {
              right: -20px;
              transform: scale(0.6);
          }
      }
  }*/
}
@media (max-width: 767px) {
  .hotel article .description {
    display: flex;
    flex-direction: column;
  }
}
.hotel article .description .text {
  width: calc(100% - 320px);
  padding-left: 27px;
  float: right;
}
@media (max-width: 1024px) {
  .hotel article .description .text {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .hotel article .description .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    float: right;
  }
}
.hotel article .description .text ul li {
  font-size: 16px;
  line-height: 18px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.hotel article .description .text ul li::before {
  background-color: #ffae00;
  width: 10px;
  height: 10px;
}
.hotel article a.book {
  display: block;
  float: right;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out;
  font-size: 18px;
  line-height: 18px;
}
.hotel article a.book:hover {
  color: #ffc000;
}
@media (max-width: 767px) {
  .hotel article a.book {
    display: none;
  }
}
.hotel article .contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .hotel article .contact-buttons {
    flex-direction: column;
  }
}
.hotel article .contact-buttons a.book-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .hotel article .contact-buttons a.book-mobile {
    display: flex;
  }
}
.hotel article .contact-buttons a.yellow {
  font-size: 14px;
  line-height: 15px;
  padding: 12px 20px;
  display: flex;
  margin: 0;
  font-weight: 400;
  color: #920;
  transition: color 0.1s ease-in-out;
}
.hotel article .contact-buttons a.yellow:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .hotel article .contact-buttons a.button {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
  }
}
.hotel article .contacts-content {
  display: flex;
  flex-wrap: wrap;
}
.hotel article .contacts-content .text {
  padding: 20px 20px 20px 0;
  flex: 1 1 60%;
}
@media (max-width: 767px) {
  .hotel article .contacts-content .text {
    flex: 1 1 100%;
  }
}
.hotel article .contacts-content .text a {
  white-space: nowrap;
}
.hotel article .contacts-content .text span {
  display: inline-block;
  line-height: 150%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.hotel article .contacts-content .text span.address::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 18px;
  background-image: url(../img/location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}
.hotel article .contacts-content .text span.phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 18px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}
.hotel article .contacts-content .text span.phone a {
  text-decoration: none;
  color: #3f2e00;
  border-bottom: 1px dotted #3f2e00;
  display: inline-block;
  position: relative;
  line-height: 21px;
  margin-bottom: 5px;
}
.hotel article .contacts-content .text span.phone a[data-telegram] {
  padding-left: 27px;
}
.hotel article .contacts-content .text span.phone a[data-telegram]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("../img/telegram-red.svg");
  width: 28px;
  background-position: center 2px;
  height: 21px;
  background-color: transparent;
  border-radius: 0;
  left: 0;
  top: 0px;
  position: absolute;
  border-bottom: 1px solid #ffffff;
}
.hotel article .contacts-content .text span.phone a[data-viber] {
  padding-left: 27px;
}
.hotel article .contacts-content .text span.phone a[data-viber]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("../img/viber-red.svg");
  width: 28px;
  background-position: center 2px;
  height: 21px;
  background-color: transparent;
  border-radius: 0;
  left: 0;
  top: 0px;
  position: absolute;
  border-bottom: 1px solid #ffffff;
}
.hotel article .contacts-content .text span.phone a[data-viber][data-whatsapp]::before, .hotel article .contacts-content .text span.phone a[data-viber][data-telegram]::before {
  content: "+";
  line-height: 6px;
  font-size: 19px;
  text-align: right;
  padding-left: 5px;
  color: #db280a;
  left: -5px;
  background-image: url("../img/viber-red.svg");
}
.hotel article .contacts-content .text span.phone a[data-whatsapp] {
  padding-left: 27px;
}
.hotel article .contacts-content .text span.phone a[data-whatsapp]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("../img/telegram-red.svg");
  width: 28px;
  background-position: center 2px;
  height: 21px;
  background-color: transparent;
  border-radius: 0;
  left: 0;
  top: 0px;
  position: absolute;
  border-bottom: 1px solid #ffffff;
}
.hotel article .contacts-content .text .button {
  display: inline-block;
  margin: 12px auto;
}
.hotel article .contacts-content .map {
  flex: 1 1 40%;
  text-align: right;
  padding-top: 24px;
}
@media (max-width: 539px) {
  .hotel article .contacts-content .map {
    flex: 1 1 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.hotel article .contacts-content .map::after {
  content: "";
  height: 20px;
  background-color: #fff;
  bottom: 0;
  position: relative;
  display: block;
  width: 100%;
}
.hotel article .contacts-content .map a {
  display: block;
  overflow: hidden;
}
.hotel article .contacts-content .map img {
  max-width: 100%;
  height: auto;
  margin-bottom: -23px;
  display: block;
}

body .fancybox-container.has-sidebar .fancybox-inner {
  right: 320px;
  left: 0;
}
body .fancybox-container.has-sidebar .fancybox-thumbs {
  right: 320px;
  left: 0;
  width: calc(100% - 320px);
}
body .fancybox-container.has-sidebar .fancybox-sidebar {
  width: 320px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.366s ease-in;
  padding: 20px;
  overflow-y: scroll;
}
body .fancybox-container.has-sidebar .fancybox-sidebar h2 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 20px;
  background-color: transparent;
  padding: 0;
  margin: 30px 0 14px;
  justify-content: flex-start;
  text-align: left;
  border-bottom: 1px solid #ffcb04;
  color: #9d0c19;
  font-weight: 700;
}
body .fancybox-container.has-sidebar .fancybox-sidebar p {
  line-height: 24px;
}
body .fancybox-container.has-sidebar .fancybox-sidebar p strong {
  display: block;
}
body .fancybox-container.has-sidebar .fancybox-sidebar .button {
  justify-content: center;
  border-radius: 0;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul {
  padding: 0;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul li {
  font-size: 16px;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #9e9e9e;
  text-decoration: none;
  color: #9d0c19;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul li ul {
  padding: 10px 0 24px 16px;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul li ul li {
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  line-height: 22px;
}
body .fancybox-container.has-sidebar .fancybox-sidebar ul li ul li::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffae00;
  height: 8px;
  width: 8px;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
body .fancybox-container.fancybox-is-open .fancybox-sidebar {
  opacity: 1;
}
body .sidebar #hotel-rooms {
  display: none !important;
}

#booking-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#booking-popup.active {
  display: flex;
  opacity: 1;
}
#booking-popup .content {
  background-color: #ffffff;
  padding: 40px 60px 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
#booking-popup .content h2 {
  margin-bottom: 24px;
  text-align: center;
}
#booking-popup .content a {
  display: block;
  float: left;
  margin: 10px 5px 0;
  min-width: 40px;
  min-height: 40px;
}
#booking-popup .content a.close {
  display: block;
  position: absolute;
  top: 6px;
  right: 12px;
  transform: scale(0.6);
  width: 38px;
  height: 38px;
}
#booking-popup .content a.close::before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #ffae00;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(45deg) translateX(12px) translateY(-12px);
}
#booking-popup .content a.close::after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #ffae00;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(-45deg) translateX(12px) translateY(12px);
}
#booking-popup form, #booking-popup div[role=form] {
  box-sizing: border-box;
  max-width: 360px;
}
#booking-popup form input[type=text], #booking-popup div[role=form] input[type=text] {
  line-height: 32px;
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#booking-popup form textarea, #booking-popup div[role=form] textarea {
  line-height: 20px;
  font-size: 16px;
  max-width: 360px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#booking-popup form label, #booking-popup div[role=form] label {
  max-width: 100%;
  box-sizing: border-box;
  line-height: 32px;
}
#booking-popup form input[name=hotel_name], #booking-popup form input[name=hotel_name], #booking-popup div[role=form] input[name=hotel_name], #booking-popup div[role=form] input[name=hotel_name] {
  display: none;
}
#booking-popup form input[type=submit], #booking-popup div[role=form] input[type=submit] {
  background-color: #ffae00;
  display: flex;
  line-height: 16px;
  padding: 15px 60px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  border-radius: 4px;
  color: #ffffff;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
}
#booking-popup form input[type=submit]:focus, #booking-popup form input[type=submit]:active, #booking-popup div[role=form] input[type=submit]:focus, #booking-popup div[role=form] input[type=submit]:active {
  background-color: #ffc000;
  outline: none;
  border: none;
}

.region article {
  margin-bottom: 36px;
  padding-bottom: 36px;
}
.region article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.region article:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.region article h2 {
  padding-top: 32px;
}
.region article h2[id] {
  padding-top: 68px !important;
  pointer-events: none;
}
.region article .all-hotels {
  top: 0;
}
.region .subtitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
  font-style: italic;
  padding-left: 16px;
  border-left: 1px solid #f3f3f3;
  display: inline-block;
}
@media (max-width: 767px) {
  .region .subtitle {
    font-size: 16px;
  }
}
.region .subtitle p {
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
}
@media (max-width: 767px) {
  .region .subtitle p {
    font-size: 16px;
  }
}
.region .webcam-cover {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .region .webcam-cover {
    float: none;
    margin: 0 auto 32px;
  }
}
.region .webcam-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
}
.region .webcam-cover::after {
  content: attr(title);
  display: block;
  position: absolute;
  width: 100%;
  color: #458fcc;
  background-color: rgba(245, 245, 245, 0.91);
  bottom: 0;
  left: 0;
  padding: 14px 0;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  z-index: 4;
}
.region .webcam-cover img {
  width: 100%;
  display: block;
}
.region .entertainment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.region .entertainment a {
  display: flex;
  flex-direction: column;
  width: 16.6666666667%;
  align-items: center;
  text-align: center;
  margin: 15px 0;
  text-decoration: none;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .region .entertainment a {
    flex: 0 1 auto;
    width: 20%;
    min-width: 140px;
  }
}
@media (max-width: 1024px) {
  .region .entertainment a {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
}
@media (max-width: 895px) {
  .region .entertainment a {
    flex: 0 1 auto;
    width: 20%;
    min-width: 140px;
  }
}
.region .entertainment a:hover img {
  border-color: #859ec9;
}
.region .entertainment a img {
  display: flex;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #dfdfdf;
  margin-bottom: 8px;
}
.region .entertainment a span {
  color: #458fcc;
  font-size: 15px;
  line-height: 20px;
}

article .webcam-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 16px;
  flex-wrap: wrap;
  /*background-color: #f3f3f3;*/
  background-color: #f3f3f3;
  margin: 0 -42px;
  padding: 20px 0;
}
@media (max-width: 539px) {
  article .webcam-list {
    margin: 0 -20px;
    padding: 20px 0;
  }
}
article .webcam-list .webcam {
  display: flex;
  /*flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 15px;
  margin-bottom: 36px;*/
  width: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  margin: 10px 10px 20px;
  flex-direction: column;
  border-bottom: 2px solid #ddd;
  /*@include response-to (vpn) {
      width: calc(100%);
  }*/
}
@media (max-width: 767px) {
  article .webcam-list .webcam {
    width: calc(50% - 20px);
  }
}
article .webcam-list .webcam:hover .camera::after {
  bottom: -6px;
  height: 6px;
}
article .webcam-list .webcam:hover .camera a::before {
  background-size: 80px;
}
article .webcam-list .webcam .camera {
  display: flex;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #ffae00;
  border-top: 3px solid #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  article .webcam-list .webcam .camera {
    padding: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
article .webcam-list .webcam .camera::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #ffae00;
  transition: all 0.15s ease-in-out;
  bottom: 0;
}
article .webcam-list .webcam .camera a {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 3px solid #fff;
  /*&:hover {
      &::before {
          background-color: rgba(0,0,0,.2);
      }
  }*/
}
article .webcam-list .webcam .camera a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.25);*/
  background-image: url("../img/play.svg");
  background-position: center;
  background-size: 96px;
  background-repeat: no-repeat;
  transition: all ease-out 0.15s;
}
@media (max-width: 539px) {
  article .webcam-list .webcam .camera a::before {
    background-size: 68px;
  }
}
article .webcam-list .webcam .camera a img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  /*height: 146px;*/
}
article .webcam-list .webcam > a {
  text-align: center;
  text-decoration: none;
  margin: 8px 0 0;
  padding: 10px 10px 20px;
}
@media (max-width: 539px) {
  article .webcam-list .webcam > a {
    margin: 0;
    padding: 0 10px 20px;
  }
}
article .webcam-list .webcam > a span {
  display: inline;
  line-height: 25px;
  font-size: 18px;
  text-decoration: none;
  /*border-bottom: 1px solid #bfbfbf;*/
  font-weight: 500;
  padding-bottom: 0;
}
article .webcam-list .webcam .text {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 767px) {
  article .webcam-list .webcam .text {
    max-width: 100%;
    padding: 0;
  }
}
article .webcam-list .webcam .text p {
  font-size: 15px;
}
article .webcam-list .webcam .text .button {
  margin: 0 auto;
  justify-content: center;
  padding: 15px;
  width: 100%;
}
article .webcam-list .webcam .text .button .chevron {
  background-image: url("../img/chevron-white.svg");
  right: 0;
  width: 13px;
  top: -1px;
  position: relative;
  height: 16px;
  background-position: top center;
  background-size: 18px;
  display: inline-block;
  margin-left: 1px;
}
article .webcam-list .webcam:last-child {
  border-bottom: 2px solid #ddd;
}
article .webcam-list + p {
  margin-top: 32px !important;
}
article .webcam-list + h2 {
  margin-top: 32px !important;
}
article .webcam-list + h3 {
  margin-top: 32px !important;
}

.post-type-archive-webcams .sidebar aside.webcams {
  display: none !important;
}

.rec-image {
  display: block;
  position: relative;
  max-height: 100px;
}
.rec-image img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  display: block;
  box-shadow: 7px -8px #edf0f7;
  transition: box-shadow 0.3s ease-in-out;
}

.rec-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
  border-radius: 0;
  padding: 20px 0;
  background-color: #fff;
}

.rec-title {
  padding: 0 10px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.rec-title a {
  font-size: 18px;
  font-weight: bold;
  color: #1c5ca4;
  text-decoration: none;
  border: none;
}
.rec-title p {
  font-size: 15px;
  line-height: 18px;
  margin-top: 8px;
}

.rec-price {
  display: block;
  position: absolute;
  left: 0;
  bottom: 11px;
  line-height: 32px;
  background-color: #f1ca2d;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: auto;
  color: #313130;
}

.rec-card-single {
  padding: 20px;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  position: relative;
  flex: 0 1 calc(50% - 20px);
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
  margin: 10px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .rec-card-single {
    flex: 0 1 100%;
  }
}
.rec-card-single:hover {
  background-color: #fff5ca;
}
.rec-card-single:hover::before {
  opacity: 0;
}
.rec-card-single:hover img {
  box-shadow: 7px -8px #1c5ca4;
}
.rec-card-single:hover + .rec-single::before {
  opacity: 0;
}
.rec-card-single:first-of-type::before {
  display: none;
}
.rec-card-single p a {
  font-size: 16px;
  font-weight: normal;
}

.horizontal-menu {
  margin: 24px 0;
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 767px) {
  .horizontal-menu {
    overflow-x: scroll;
  }
  .horizontal-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .horizontal-menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .horizontal-menu::-webkit-scrollbar-thumb {
    background-color: #1f92d0;
    border-radius: 2px;
    border: none;
  }
}
.horizontal-menu li {
  padding-left: 0;
}
.horizontal-menu li::before {
  display: none;
}
.horizontal-menu li a {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #1f92d0;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 4px;
  margin-right: 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .horizontal-menu li a {
    line-height: 26px;
    font-size: 14px;
    padding: 4px 14px;
    margin-right: 10px;
  }
}

.hotel-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -5px 36px;
}
.hotel-gallery .gallery-preview {
  display: flex;
  margin: 5px;
  flex: 0 1 calc(25% - 10px);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hotel-gallery .gallery-preview {
    flex: 0 1 calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .hotel-gallery .gallery-preview {
    flex: 0 1 calc(50% - 10px);
  }
}
.hotel-gallery .gallery-preview img {
  width: 100%;
  height: auto;
}
.hotel-gallery .gallery-preview span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  line-height: 26px;
}
.hotel-gallery .gallery-preview.hidden {
  display: none;
}
.hotel-gallery.default-gallery {
  position: relative;
}
.hotel-gallery.default-gallery span {
  display: flex;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #ffae00;
  top: -4px;
  bottom: -4px;
  padding: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: normal;
  border-top: 4px solid #ffae00;
  border-bottom: 4px solid #ffae00;
  font-size: 18px;
}
@media (max-width: 895px) {
  .hotel-gallery.default-gallery span {
    font-size: 14px;
  }
}
@media (max-width: 539px) {
  .hotel-gallery.default-gallery span {
    padding: 10px;
  }
}
.hotel-gallery.default-gallery figure {
  display: flex;
  flex: 0 1 calc(20% - 10px);
  margin: 5px;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  position: relative;
  /*&:nth-child(4), &:nth-child(5) {
      @include response-to(hpn) {
          display: none;
      }
  }*/
}
.hotel-gallery.default-gallery figure > a {
  display: block;
  width: 100%;
}
.hotel-gallery.default-gallery figure > a img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hotel-gallery.default-gallery figure.hidden {
  display: none;
}
.hotel-gallery.default-gallery figure > figcaption {
  display: none;
}/*# sourceMappingURL=new-styles.css.map */