  #CookiesAlert {
    border-radius: 4px;
    box-sizing: border-box !important;
    margin: 0 auto;
    border: none !important;
    width: fit-content !important;
    min-height: 10px !important;
    max-height: 250px !important;
    display: none;
    clear: both !important;
    left: 0;
    right: 0;
    padding: 12px !important;
    position: fixed;
    bottom: 0 !important;
    opacity: 1;
    transform: translateY(-15px);
    z-index: 99999;
    color: black;
  }

  #CookiesAlert.active {
      display: block
  }

  #CookiesAlert .content {
    padding: 15px;
    margin: auto auto auto 0;
    text-align: left;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    gap: 0.5rem;
    max-width: 600px;
    align-items: center;
  }

  #CookiesAlert .content p {
      line-height: 1;
      font-size: 14px;
      margin: 0;
      font-family: 'Montserrat',Arial,sans-serif;
  }

  #CookiesAlert .content .buttons {
      display: flex;
      align-items: flex-end
  }

  #CookiesAlert .content .buttons a {
      border-radius: 6px;
      margin: auto 15px auto auto;
      padding: 10px 15px;
      transition: .3s
      text-decoration: none !important;
      font-family: 'Montserrat',Arial,sans-serif;
  }

  #CookiesAlert .content .buttons a.CUAgree {
      margin: auto 0;
      background: #1aa5b6;
      color: #fff;
  }

  #CookiesAlert .content p a {
      text-decoration: underline;
  }


  @media (max-width: 768px) {
    #CookiesAlert .content {
        flex-direction: column;
        align-items: center;
    }

    #CookiesAlert .content p {
        margin: 0;
        padding: 0;
    }
  }

.container__new {
  font-family: 'Montserrat',Arial,sans-serif;
}
.height20 {
  height: 490px;
}
.rooms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rooms-items {
  flex: 1 0 42%;
  margin: 2rem;
  max-width: 555px;
}
.nav__rooms {
  display: flex;
  width: 100%;
  height: 50px;
  gap: 50px;
  justify-content: center;
  z-index: 9;
  position: relative;
}
.nav__rooms .button-next a, .nav__rooms .button-prev a {
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: all .1s ease;
  padding: 10px;
  justify-content: center;
}
.nav__rooms a.lookup {
  background: #00579a;
  color: #fff !important;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 50px;
  text-decoration: none;
}
.rooms .swiper-slide {
  width: 100%;
}
.card-item-rooms {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #f8f8f8;
}
.card-top-rooms img {
  border-radius: 15px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  height: auto;
  display: block;
  max-height: 250px;
  object-fit: cover;
}
.card-item-rooms:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.card-top-rooms {
  overflow: hidden;
  display: table;
  border-radius: 15px;
}
.rooms-body {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
.el-title-rooms, .el-title-rooms a {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000 !important;
  text-decoration: none;
  height: 40px;
}
.card-item-rooms span {
  font-size: 16px;
}
.bottom__rooms-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.bottom__rooms-buttons a {
  background: #00579a;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-radius: 15px;
  border: 1px solid #00579a;
  transition: all .1s ease;
}
.bottom__rooms-buttons a:hover {
  color: #00579a !important;
  background: transparent;
  border: 1px solid #00579a;
}
.container__width {
  padding-left: 30px;
}
.width100 {
  width: 100%;
}
.emotions .button-next, .emotions .button-prev {
  position: absolute;
  z-index: 9;
  margin: 15px;
  --position-margin-offset: 15px;
  top: calc(50% - var(--position-margin-offset));
  --position-translate-y: -50%;
  transform: translate(0, var(--position-translate-y));
}
.room .button-next, .room .button-prev {
  z-index: 9;
  margin: 15px;
}
.emotions .button-next {
  right: 0;
}
.emotions .button-prev {
  left: 0;
}
.button-next a, .button-prev a {
  padding: 5px 10px;
  color: #fff !important;
  transition: all .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  background-color: #00579a;
  display: block;
}
.button-next a:hover, .button-prev a:hover {
  background-color: #006bbd;
}
.emotions .dots {
  z-index: 9;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.emotions .swiper-pagination-bullet:hover {
  background-color: #007aff;
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(102, 77, 65, .3);
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent;
}
.swiper-pagination-bullet {
  border: 1px solid #007aff;
  transition: .2s ease-in-out;
}
.nomargin {
  margin: 0 !important;
  padding: 0 !important;
}
.container__new {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 50px;
}
.container_new__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.contacts__info__inner {
  background-color: #f8f8f8;
  color: #000;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
  padding: 30px 30px;
  position: relative;
  box-sizing: border-box;
  transition: .1s ease-in-out;
  transition-property: all;
  transition-property: all;
  transition-property: all;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  border-radius: 15px;
  height: 100%;
}
.contats__left {
  max-width: 100%;
  flex: auto;
  flex-grow: 1;
  display: flow-root;
  flex-grow: 1;
  padding-left: 30px;
}
.contacts__title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #000;
}
.slider__h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  text-transform: none;
  text-align: center;
}
.slider__container {
  overflow: hidden;
}
.position__relative {
  position: relative;
}
.emotions .swiper-slide {
  flex: none !important;
  width: 100%;
  height: auto;
}
.el-items-match {
  height: 100%;
}
.card-item-emotions {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
  flex-direction: column;
  display: flex;
  background-color: #f8f8f8;
  color: #000;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
  border-radius: 15px;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  height: 100%;
}
.card-top-emotions img {
  border-radius: 15px 15px 0 0;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 337px;
  box-sizing: border-box;
  vertical-align: middle;
}
.emotions-body {
  padding: 20px 20px;
  text-align: center;
  flex: 1;
}
.el-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
}
.emotions-body span {
  font-size: 16px;
}
.container__card_block {
  position: relative;
  box-sizing: border-box;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  border-radius: 15px;
  background-color: #f8f8f8;
  color: #000;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
}
.container__list {
  display: flex;
  flex-direction: column;
}
.container__left {
  display: flex;
  flex: 1;
  max-width: 100%;
  width: 100%;
}
.container__card_block img {
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.container__right {
  flex: none;
  width: 100%;
  max-width: 100%;
}
.container__right_inner {
  display: flow-root;
  padding: 30px 30px;
}
.container__right_content {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
.container__right_content p {
  margin: 0 0 20px 0;
}
.container__right_content .margin__bottom {
  margin-bottom: 40px !important;
  margin-top: 20px;
}
.specials__list {
  margin-top: 20px !important;
  text-align: center;
}
.special__grid {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.item__grid {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.item__grid svg {
  vertical-align: middle;
  margin-top: 0 !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.contacts__list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.contacts__list div, .contacts__list a {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.contacts__list div svg {
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 35px;
}
.region__adress {
  margin-top: 0 !important;
  font-size: 16px;
}
.contacts__list a {
  margin-top: 0;
  color: #000 !important;
  font-size: 16px;
  text-decoration: underline !important;
}
.contacts__list a:hover {
  color: #00f !important;
  text-decoration: none !important;
}
.contacts__right {
  padding-left: 30px;
  max-width: 100%;
  flex: initial;
  flex-grow: 1;
  margin-top: 30px;
}
.contacts__right iframe {
  border-radius: 15px;
}
@media (min-width: 640px) {
  .container__new {
    padding-left: 30px;
    padding-right: 30px;
  }
  .emotions .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .contats__left {
    width: calc(100% / 3);
  }
  .rooms .swiper-slide {
    width: calc(50% - 1rem);
  }
  .card-top-emotions img {
    width: 446px;
  }
  .emotions .swiper-slide {
    width: 31%;
  }
  .contacts__right {
    width: calc(211% / 3);
    margin-top: unset;
  }
  .container__new {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container__list {
    flex-wrap: nowrap;
  }
  .special__grid {
    gap: 0;
  }
  .item__grid {
    justify-content: normal;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .container__card_block img {
    border-radius: 15px 0 0 15px;
  }
  .container__right {
    flex: 1;
  }
  .item__grid {
    width: calc(100% / 3);
  }
  .container__left {
    width: calc(100% / 3);
    flex: none;
  }
  .container__list {
    flex-direction: row;
  }
  .container_new__inner {
    flex-wrap: nowrap;
  }
  .contacts__title, .slider__h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1400px) {
  .emotions .swiper-slide {
  width: calc(95.4% / 3);
  }
}
@media (min-width: 1400px) {
  .rooms .swiper-slide {
    width: calc(33.3333% - 1.33333rem);
  }
  .bottom__rooms-buttons a {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contats__left {
    padding-left: 40px;
  }
  .emotions .swiper-slide {
  width: calc(94% / 3);
  }
  .container_new__inner {
    margin-left: -40px;
  }
  .contacts__info__inner {
    padding: 40px 40px;
  }
  .contacts__right {
    padding-left: 30px;
  }
  .container__width {
    padding-left: 40px;
  }
  .container__right {
    padding-left: 40px;
  }
  .container__right_inner {
    display: flow-root;
    padding: 40px 40px;
  }
}
@media (max-width: 980px) {
  .rooms-items {
    margin: 1.5rem;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .rooms-items {
    margin: 2rem auto;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 400px) {
  .bottom__rooms-buttons a {
    padding: 0.75rem 0.5rem;
  }
}
