body {
  font-family: 'Open Sans', sans-serif;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 0 7px;
  background: #fff;
  z-index: 999;
  transition: box-shadow 0.25s ease-out, transform 0.25s ease-out;
  transform: translateY(-100%);
  border-bottom: 2px solid #73b5cb;
}
.fixed-header.fixed-header-active {
  transform: translateY(0%);
  box-shadow: 0px 5px 40px rgba(0,0,0,0.14);
}
.fixed-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-header-logo {
  width: 220px;
}
.fixed-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fixed-header-burger {
  display: none;
  height: 24px;
}
.hamburger {
  height: 24px;
  padding: 0;
}
.fixed-header-burger-nav {
  padding-top: 15px;
  display: none;
}
.fixed-header-burger-nav ul {
  padding: 0;
  margin: 0;
}
.fixed-header-burger-nav ul li {
  list-style: none;
}
.fixed-header-burger-nav ul li.header-nav-accent a {
  color: #a72339;
}
.fixed-header-burger-nav ul li a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.25s ease-out;
  text-decoration: none;
}
.fixed-header-burger-nav ul li a:hover {
  color: #599abb;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background: #73b5cb;
}
.fixed-header-nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.fixed-header-nav ul li {
  list-style: none;
}
.fixed-header-nav ul li:not(:last-child) {
  margin-right: 15px;
}
.fixed-header-nav ul li.header-nav-accent {
  margin-left: auto;
}
.fixed-header-nav ul li.header-nav-accent a {
  color: #a72339;
}
.fixed-header-nav ul li a {
  text-transform: uppercase;
  color: #0c0c0c;
  text-decoration: none;
  transition: color 0.25s ease-out;
  font-size: 16px;
}
.fixed-header-nav ul li a:hover {
  color: #599abb;
}
.fixed-header-address {
  font-size: 14px;
  color: #599abb;
}
.fixed-header-phones {
  font-size: 14px;
  margin-bottom: 5px;
}
.fixed-header-phones a {
  color: #a72339;
  text-decoration: none;
}
.fixed-header-phones span {
  color: #0c0c0c;
  margin: 0 10px;
}
.fixed-header-lang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.fixed-header-lang ul li {
  list-style: none;
  opacity: 0.3;
  transition: opacity 0.25s ease-out;
}
.fixed-header-lang ul li:hover {
  opacity: 1;
}
.fixed-header-lang ul li.header-lang-active {
  opacity: 1;
}
.fixed-header-lang ul li:not(:last-child) {
  margin-right: 8px;
}
.fixed-header-lang ul li img {
  display: block;
}
.header {
  border-top: 7px solid #73b5cb;
  padding-bottom: 20px;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
}
.header-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
}
.header-address {
  font-size: 18px;
  color: #599abb;
}
.header-phones {
  font-size: 18px;
  margin-bottom: 5px;
}
.header-phones a {
  color: #a72339;
  text-decoration: none;
}
.header-phones span {
  color: #0c0c0c;
  margin: 0 10px;
}
.header-button a {
  height: 21px;
  color: #fff;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 21px;
  text-decoration: none;
  background: #a1152c;
  transition: background-color 0.25s ease-out;
}
.header-button a:hover {
  background-color: #cd1b38;
}
.header-burger {
  display: none;
  height: 24px;
  margin-top: 15px;
}
.header-burger-nav {
  padding-top: 15px;
  display: none;
}
.header-burger-nav ul {
  padding: 0;
  margin: 0;
}
.header-burger-nav ul li {
  list-style: none;
}
.header-burger-nav ul li.header-nav-accent a {
  color: #a72339;
}
.header-burger-nav ul li a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.25s ease-out;
  text-decoration: none;
}
.header-burger-nav ul li a:hover {
  color: #599abb;
}
.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 7px;
  display: flex;
  justify-content: center;
}
.header-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.header-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.header-social {
  margin-right: 30px;
}
.header-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-social ul li {
  list-style: none;
  transition: opacity 0.25s ease-out;
}
.header-social ul li:not(:last-child) {
  margin-right: 15px;
}
.header-social ul li:hover {
  opacity: 0.8;
}
.header-social ul li img {
  display: block;
}
.header-lang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-lang ul li {
  list-style: none;
  opacity: 0.3;
  transition: opacity 0.25s ease-out;
}
.header-lang ul li:hover {
  opacity: 1;
}
.header-lang ul li.header-lang-active {
  opacity: 1;
}
.header-lang ul li:not(:last-child) {
  margin-right: 8px;
}
.header-lang ul li img {
  display: block;
}
.header-nav {
  position: relative;
  z-index: 2;
}
.header-nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-nav ul li {
  list-style: none;
}
.header-nav ul li:not(:last-child) {
  margin-right: 50px;
}
.header-nav ul li.header-nav-accent {
  margin-left: auto;
}
.header-nav ul li.header-nav-accent a {
  color: #a72339;
}
.header-nav ul li a {
  text-transform: uppercase;
  color: #0c0c0c;
  text-decoration: none;
  transition: color 0.25s ease-out;
  font-size: 18px;
}
.header-nav ul li a:hover {
  color: #599abb;
}
.active a {
  text-transform: uppercase;
  color: #0c0c0c;
  border-bottom:2px #0c0c0c solid;
  text-decoration: none;
  transition: color 0.25s ease-out;
  font-size: 18px;
}
.header-nav ul li a:hover {
  color: #599abb;
}
.search {
  height: 115px;
  position: relative;
  overflow: hidden;
}
.search-squares {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: calc(115px * 50);
  margin: 0 auto;
  height: 115px;
  z-index: 1;
  background: repeating-linear-gradient(to right, #599abb 0px, #599abb 115px, #73b5cb 115px, #73b5cb 230px, #89a6d4 230px, #89a6d4 345px, #c6e08b 345px, #c6e08b 460px);
}
.search-form {
  height: 115px;
  position: relative;
  z-index: 2;
}
.search-form form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-date {
  max-width: 320px;
  width: 100%;
  position: relative;
  height: 48px;
  margin-right: 20px;
}
.search-date input {
  height: 100%;
  border: none;
  width: 100%;
  text-align: center;
  position: 0 60px;
  font-size: 24px;
  color: #a72339;
}
.search-date-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 2;
  display: block;
  pointer-events: none;
}
.search-date-icon img {
  display: block;
}
.search-date-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 18px;
  font-weight:bold;
  color: #002538;
  pointer-events: none;
}
.search-button button {
  height: 48px;
  padding: 0 32px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #a72339;
  transition: background-color 0.25s ease-out;
}
.search-button button:hover {
  background-color: #cd2b46;
}
.slider {
  position: relative;
  height: 700px;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 155px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255,255,255,0.58);
  transition: background-color 0.25s ease-out;
  cursor: pointer;
  z-index: 2;
}
.slider-prev:hover,
.slider-next:hover {
  background-color: #fff;
}
.slider-prev {
  left: 0;
  background-image: url("../img/prev-b.png");
}
.slider-next {
  right: 0;
  background-image: url("../img/next-b.png");
}
.slider-item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.slider-item-content {
  background: rgba(0,0,0,0.33);
  padding: 40px 30px;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}
.slider-item-content-title {
  font-size: 36px;
  color: #c6e08b;
  margin-bottom: 50px;
  text-align: center;
}
.slider-item-content-title a {
  font-size: 36px;
  color: #c6e08b;
  margin-bottom: 50px;
  text-align: center;
  border-bottom:1px #c6e08b solid;
}
.slider-item-content-text {
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
}
.main {
  background: #fcf8f5;
  padding-bottom: 45px;
}
.rooms {
  padding-top: 15px;
}
.rooms-title {
  margin-bottom: 50px;
  text-align: center;
}
.rooms-title span {
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  color: #000;
  position: relative;
}
.rooms-title span:after {
  margin-top: 10px;
  content: '';
  width: calc(85px * 9);
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: repeating-linear-gradient(to right, #599abb 0px, #599abb 85px, #73b5cb 85px, #73b5cb 170px, #89a6d4 170px, #89a6d4 255px, #c6e08b 255px, #c6e08b 340px);
  height: 7px;
}
.rooms-flex {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.rooms-item-a {
  position: relative;
  padding: 0 15px;
  width: 33.33333333%;
  margin-bottom: 45px;
}
.rooms-item-a .rooms-item-slider-item a:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/zoom.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.otd a:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: none !important;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.rooms-item-a-inner {
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0,0,0,0.14);
  height: 100%;
  transition: transform 0.25s ease-out;
}
.rooms-item-a-inner:hover {
  transform: scale(1.05);
}
.rooms-item-a-info {
  padding: 20px;
}
.rooms-item-a-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.rooms-item-a-text {
  line-height: 1.27;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.rooms-item-a-button a {
  background: #a72339;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
.rooms-item-a-button a:hover {
  background-color: #cd2b46;
}


.rooms-item-c {
  position: relative;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 45px;
}
.rooms-item-c .rooms-item-slider-item a:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/zoom.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.rooms-item-c-inner {
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0,0,0,0.14);
  height: 100%;
  transition: transform 0.25s ease-out;
}
.rooms-item-c-inner:hover {
  transform: scale(1.05);
}
.rooms-item-c-info {
  padding: 20px;
}
.rooms-item-c-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.rooms-item-c-text {
  line-height: 1.27;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.rooms-item-c-button a {
  background: #a72339;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
.rooms-item-c-button a:hover {
  background-color: #cd2b46;
}




.rooms-item-slider {
  position: relative;
}
.rooms-item-slider .owl-dots {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  bottom: 24px;
  justify-content: center;
}
.rooms-item-slider .owl-dots .owl-dot {
  flex-shrink: 0;
  transition: background 0.25s ease-out;
  height: 8px;
  border-radius: 50%;
  width: 8px;
  border: 1px solid #fff;
}
.rooms-item-slider .owl-dots .owl-dot:not(:last-child) {
  margin-right: 6px;
}
.rooms-item-slider .owl-dots .owl-dot.active,
.rooms-item-slider .owl-dots .owl-dot:hover {
  background: #fff;
}
.rooms-item-slider-prev,
.rooms-item-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 30px;
}
.rooms-item-slider-prev {
  left: 0;
  background-image: url("../img/prev-w.png");
  background-position: right center;
}
.rooms-item-slider-next {
  right: 0;
  background-image: url("../img/next-w.png");
  background-position: left center;
}
.rooms-item-slider-item {
  height: 280px;
}
.rooms-item-slider-item a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rooms-item-b {
  position: relative;
  padding: 0 15px;
  width: 66.66666666%;
  margin-bottom: 45px;
}
.rooms-item-b-inner {
  height: 100%;
  display: flex;
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0,0,0,0.14);
}
.rooms-item-b-gallery {
  width: 50%;
}
.rooms-item-b-info {
  width: 50%;
  padding-left: 15px;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.rooms-item-b-photos {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}
.rooms-item-b-photo {
  display: block;
  width: calc(50% - 2px);
  height: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rooms-item-b-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
.rooms-item-b-text {
  line-height: 1.27;
  font-size: 15px;
  color: #000;
  margin-bottom: 30px;
}
.rooms-item-b-button a {
  background: #a72339;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
.rooms-item-b-button a:hover {
  background-color: #cd2b46;
}
.services-section {
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0,0,0,0.14);
  padding: 40px 15px;
}
.services-title {
  margin-bottom: 60px;
  text-align: center;
}
.services-title span {
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  color: #000;
  position: relative;
}
.services-title span:after {
  margin-top: 10px;
  content: '';
  width: calc(85px * 9);
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: repeating-linear-gradient(to right, #599abb 0px, #599abb 85px, #73b5cb 85px, #73b5cb 170px, #89a6d4 170px, #89a6d4 255px, #c6e08b 255px, #c6e08b 340px);
  height: 7px;
}
.services-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services-item {
  width: 33.33333333%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.services-item-title {
  font-size: 18px;
  color: #000;
}
.services-item-icon {
  margin-right: 24px;
}
.services-button {
  text-align: center;
}
.services-button a {
  background: #a72339;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
.services-button a:hover {
  background-color: #cd2b46;
}
.contacts {
  display: flex;
}
.contacts-info {
  width: 50%;
  position: relative;
  padding: 85px 0;
  overflow: hidden;
}
.contacts-info:before {
  content: '';
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: calc(85px * 25);
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(to right, #599abb 0px, #599abb 85px, #73b5cb 85px, #73b5cb 170px, #89a6d4 170px, #89a6d4 255px, #c6e08b 255px, #c6e08b 340px);
}
.contacts-info-section {
  background: #114d6c;
  position: relative;
  z-index: 2;
  padding: 50px 50px 25px;
  text-align: center;
  color: #fff;
}
.contacts-title {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 15px;
}
.contacts-address {
  font-size: 18px;
  line-height: 1.33;
}
.contacts-gps {
  font-size: 15px;
  color: #73b5cb;
  margin-bottom: 15px;
}
.contacts-phones {
  font-size: 24px;
  font-weight: 300;
  color: #c6e08b;
  margin-bottom: 5px;
}
.contacts-phones a {
  color: #c6e08b;
  text-decoration: none;
}
.contacts-phones span {
  margin: 0 20px;
}
.contacts-callback {
  margin-bottom: 25px;
}
.contacts-callback a {
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  font-size: 19px;
  border-bottom: 1px solid #fff;
  transition: border-color 0.25s ease-out;
}
.contacts-callback a:hover {
  border-color: transparent;
}
.contacts-email {
  line-height: 1.1;
  margin-bottom: 25px;
}
.contacts-email-title {
  color: #fff;
  font-size: 15px;
}
.contacts-email-address a {
  color: #c6e08b;
  font-size: 24px;
}
.contacts-social {
  margin-bottom: 25px;
}
.contacts-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.contacts-social ul li {
  list-style: none;
  transition: opacity 0.25s ease-out;
}
.contacts-social ul li:not(:last-child) {
  margin-right: 7px;
}
.contacts-social ul li:hover {
  opacity: 0.8;
}
.contacts-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
}
.contacts-rating {
  padding: 0 15px;
}
.contacts-rating ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.contacts-rating ul li {
  list-style: none;
}
.contacts-rating ul li:not(:last-child) {
  margin-right: 10px;
}
.contacts-payment {
  padding: 0 15px;
}
.contacts-payment img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contacts-wifi {
  padding: 0 15px;
}
.contacts-wifi img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contacts-map {
  width: 50%;
}
.footer {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px 0;
}
.footer-left {
  display: flex;
  width: 50%;
  padding: 0 15px;
}
.footer-metrics {
  margin-right: 20px;
}
.footer-copyright {
  color: #010101;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  margin-top: -5px;
}
.footer-copyright span {
  font-size: 24px;
}
.footer-dev {
  font-size: 14px;
  color: #000;
}
.footer-dev a {
  color: #599abb;
  text-decoration: underline;
}
.footer-dev a:hover {
  text-decoration: none;
}
.footer-right {
  max-width: 700px;
  width: 50%;
  padding: 0 15px;
}
.footer-note {
  text-align: right;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}
.footer-politics {
  font-size: 14px;
  text-align: right;
}
.footer-politics a {
  color: #599abb;
  font-weight: 300;
  text-decoration: underline;
}
.footer-politics a:hover {
  text-decoration: none;
}
.footer-politics span {
  color: #000;
  margin: 0 10px;
}
@media (max-width: 1199.98px) {
  .header-address {
    font-size: 16px;
  }
  .header-phones {
    font-size: 16px;
  }
  .header-logo {
    width: 300px;
    margin: 0 auto;
  }
  .header-flex {
    margin-bottom: 15px;
  }
  .header-nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  .fixed-header-nav ul li a {
    font-size: 14px;
  }
  .rooms-item-b-text {
    font-size: 14px;
  }
  .rooms-item-a-title {
    font-size: 22px;
  }
  .rooms-item-c-title {
    font-size: 22px;
  }
  .rooms-item-b-title {
    font-size: 22px;
  }
  .footer-left {
    flex-direction: column-reverse;
  }
  .footer-info {
    margin-bottom: 15px;
  }
  .contacts-info-section {
    padding: 50px 25px 25px;
  }
  .footer-copyright span {
    font-size: 20px;
  }
  .contacts-title {
    font-size: 28px;
  }
  .contacts-phones {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-right {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-top: 15px;
  }
  .header-social {
    margin-right: 0;
    margin-top: 15px;
  }
  .header-left {
    max-width: 275px;
    width: 100%;
  }
  .header-address {
    font-size: 14px;
  }
  .header-phones {
    display: flex;
    flex-direction: column;
  }
  .header-phones span {
    display: none;
  }
  .header-logo {
    width: 250px;
  }
  .fixed-header-nav {
    display: none;
  }
  .fixed-header-burger {
    display: block;
  }
  .slider-item-content {
    max-width: 600px;
  }
  .rooms-title span {
    font-size: 36px;
  }
  .rooms-title span::after {
    width: calc(85px * 7);
  }
  .rooms-item-b {
    order: -1;
    width: 100%;
  }
  .rooms-item-a {
    width: 50%;
  }
  .rooms-item-c {
    width: 100%;
  }
  .services-title span {
    font-size: 36px;
  }
  .services-title span:after {
    width: calc(85px * 7);
  }
  .services-item {
    width: 50%;
  }
  .contacts-info-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts-phones {
    font-size: 18px;
  }
  .contacts-phones span {
    margin: 0 10px;
  }
  .contacts-foot {
    flex-direction: column;
  }
  .contacts-foot > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer {
    flex-direction: column;
  }
  .footer-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header-nav {
    display: none;
  }
  .fixed-header-logo {
    display: none;
  }
  .header-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .header-logo {
    position: relative;
    width: 33.33333333%;
    margin: 0;
    order: -1;
  }
  .header-left {
    width: 66.66666666%;
    max-width: 100%;
    align-items: flex-end;
  }
  .header-burger {
    display: block;
  }
  .header-right {
    flex-direction: row;
  }
  .header-social {
    margin-top: 0;
    margin-right: 15px;
  }
  .header-phones {
    flex-direction: row;
  }
  .header-phones span {
    display: block;
  }
  .search-form {
    height: 100%;
  }
  .search-form form {
    flex-direction: column;
  }
  .search-date {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .search-squares {
    height: 100%;
  }
  .search {
    padding: 15px 0;
    height: auto;
  }
  .slider-item-content {
    max-width: 430px;
  }
  .slider-item-content-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .slider-item-content-text {
    font-size: 14px;
  }
  .rooms-title span {
    font-size: 24px;
  }
  .rooms-title span:after {
    width: calc(85px * 5);
  }
  .rooms-item-b-inner {
    flex-direction: column;
  }
  .rooms-item-b-gallery {
    width: 100%;
  }
  .rooms-item-b-info {
    width: 100%;
  }
  .rooms-item-a {
    width: 100%;
  }
  .services-title span {
    font-size: 24px;
  }
  .services-title span:after {
    width: calc(85px * 5);
  }
  .services-item-title {
    font-size: 16px;
  }
  .contacts {
    flex-direction: column;
  }
  .contacts-info {
    width: 100%;
  }
  .contacts-map {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .header-address {
    text-align: right;
  }
  .header-phones {
    flex-direction: column;
  }
  .header-phones span {
    display: none;
  }
  .header-logo {
    width: 40%;
  }
  .header-left {
    width: 60%;
  }
  .slider-prev,
  .slider-next {
    display: none;
  }
  .slider {
    height: auto;
  }
  .slider-item {
    height: auto;
    padding: 30px 0;
  }
  .slider-item-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rooms-title span::after {
    width: calc(85px * 3);
  }
  .fixed-header-lang ul {
    flex-direction: column;
  }
  .fixed-header-lang ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .fixed-header-phones {
    display: flex;
    flex-direction: column;
  }
  .fixed-header-phones span {
    display: none;
  }
  .fixed-header-info {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .fixed-header-address {
    font-size: 12px;
  }
  .services-title span::after {
    width: calc(85px * 3);
  }
  .services-item {
    width: 100%;
  }
  .services-item-icon {
    width: 60px;
  }
  .services-item-icon img {
    margin: 0 auto;
    display: block;
  }
  .services-button a {
    font-size: 16px;
  }
  .contacts-phones {
    display: flex;
    flex-direction: column;
  }
  .contacts-phones span {
    display: none;
  }
  .footer-politics {
    display: flex;
    flex-direction: column;
  }
  .footer-politics span {
    display: none;
  }
}
.spisok_kuhnya
{
width: 100%;
clear:both;
border-top: 1px #ccc dotted; padding-top: 20px; margin-top: 20px;
}
.spisok_in
{
float: left; width: 50%; max-width: 250px; margin-right: 20px;
}
.news-item-right
{
   margin-bottom: 25px;
}
.news-item-right-title
{
     font-size: 24px;
    color: #000;
    margin-bottom:10px;
}
.news-content-title
{
     font-size: 32px;
    color: #000;
    margin-bottom:10px;
}
.news-item-right-link a
{
  height: 28px;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 21px;
    margin-top:5px;
    text-decoration: none;
    background: #a1152c;
    transition: background-color 0.25s ease-out;
}
.pagination-pages
{
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px #ccc solid;
}
.pagination-pages-title
{
	float:left;
	font-size:24px;
}
.pagination-pages-item
{
	float:left;
	font-size:20px;
	margin-left:20px;
	background-color:#e4e4e4;
	border-radius:2px;
	width:30px;
	text-align:center;
	height:30px;
	line-height:30px;
}
.pagination-pages-item a
{
color:#a1152c;
}
.pagination-pages .active
{
	background-color:#a1152c;
}
.pagination-pages  .active a
{
color:#fff;
}
.services-section table
{
width:100%;
margin-bottom:20px;
}
.services-section table tr:nth-child(2n) {
    background: #e5e5e5;
   }

.services-section table td:first-child
{
	width:75%;
}
.about-button a {
    height: 41px;
    color: #fff;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 21px;
    text-decoration: none;
    background: #a1152c;
    transition: background-color 0.25s ease-out;
}
.about-button a:hover {
    background-color: #cd1b38;
}
.ptable
{
margin:0 auto;
margin-bottom:20px;
}
.h2
{
	font-size:24px;
	text-align:center;
}

