@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic';
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("fonts/ruble/alsrubl-arial-regular.eot");
  src: url("fonts/ruble/alsrubl-arial-regular.eot?#iefix") format('embedded-opentype'), url("fonts/ruble/alsrubl-arial-regular.woff") format('woff'), url("fonts/ruble/alsrubl-arial-regular.ttf") format('truetype'), url("fonts/ruble/alsrubl-arial-regular.svg#ALSRublArialRegular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("fonts/ruble/alsrubl-arial-italic.eot");
  src: url("fonts/ruble/alsrubl-arial-italic.eot?#iefix") format('embedded-opentype'), url("fonts/ruble/alsrubl-arial-italic.woff") format('woff'), url("fonts/ruble/alsrubl-arial-italic.ttf") format('truetype'), url("fonts/ruble/alsrubl-arial-italic.svg#ALSRublArialItalic") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("fonts/ruble/alsrubl-arial-bold.eot");
  src: url("fonts/ruble/alsrubl-arial-bold.eot?#iefix") format('embedded-opentype'), url("fonts/ruble/alsrubl-arial-bold.woff") format('woff'), url("fonts/ruble/alsrubl-arial-bold.ttf") format('truetype'), url("fonts/ruble/alsrubl-arial-bold.svg#ALSRublArialBold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("fonts/ruble/alsrubl-arial-bolditalic.eot");
  src: url("fonts/ruble/alsrubl-arial-bolditalic.eot?#iefix") format('embedded-opentype'), url("fonts/ruble/alsrubl-arial-bolditalic.woff") format('woff'), url("fonts/ruble/alsrubl-arial-bolditalic.ttf") format('truetype'), url("fonts/ruble/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic") format('svg');
  font-weight: bold;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  vertical-align: top;
  max-width: 100%;
}
input,
textarea,
button,
select {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  margin: 0;
  border: none;
  outline: none;
}
a {
  color: inherit;
}
html,
body {
  height: 100%;
  min-height: 100vh;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #2e2e2e;
  background-color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
p,
ul,
ol,
table {
  margin: 1em 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 1em 0 0.7em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
.container-fluid {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
.ruble {
  font-family: 'ALSRubl-Arial', sans-serif;
}
.button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  background-color: #3e83d1;
  border-radius: 31px;
  cursor: pointer;
}
.button:hover {
  background-color: #2366b2;
}
.button--bold {
  font-weight: 600;
}
.button--icon-first .fa {
  margin-right: 6px;
}
.button--icon-last .fa {
  margin-left: 6px;
}
.button--full {
  width: 100%;
  text-align: center;
}
.button--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.button--inversion:hover {
  color: #3e83d1;
  background-color: #fff;
}
.button--small {
  font-size: 12px;
  padding: 4px 14px;
}
.button--large {
  font-size: 16px;
  padding: 14px 20px;
}
.row--list {
  margin-top: -20px;
}
.icon {
  display: block;
  width: 1em;
  height: 1em;
}
svg.icon circle,
symbol.icon circle,
svg.icon ellipse,
symbol.icon ellipse,
svg.icon g,
symbol.icon g,
svg.icon line,
symbol.icon line,
svg.icon path,
symbol.icon path,
svg.icon polygon,
symbol.icon polygon,
svg.icon polyline,
symbol.icon polyline,
svg.icon rect,
symbol.icon rect {
  fill: currentColor;
  stroke: inherit;
}
.header {
  padding: 15px 0;
}
.header__item {
  margin: 10px 0;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /*max-width: 30px;*/
  margin: 6px 5px 0 0;
}
.logo__name {
  font-size: 36px;
  font-weight: 800;
  color: #3e83d1;
  line-height: 1;
  letter-spacing: -1px;
}
.logo__slogan {
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
}
.logo a {
  text-decoration: none;
}
.contact {
  text-align: center;
}
.contact__item {
  margin-bottom: -5px;
}
.phone {
  font-size: 30px;
  font-weight: 600;
}
.phone a {
  text-decoration: none;
}
.social {
  text-align: center;
}
.social__item {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #3e83d1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.social__item:hover {
  background-color: #2366b2;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item .fa {
  line-height: 31px;
}
.social--white .social__item {
  background-color: #fff;
  color: #363535;
}
.social--large .social__item {
  font-size: 22px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-left: 8px;
}
.social--large .social__item .fa {
  line-height: 35px;
}
.info {
  text-align: center;
}
.info__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.info__item:first-child {
  margin-left: 0;
}
.menu {
  background-color: #3e83d1;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.menu__block {
  position: relative;
  margin: 0 -20px;
}
.menu__button {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 7px 50px;
  position: relative;
  background: #3e83d1;
}
.menu__button span {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #3e83d1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 6px;
}
.menu__item {
  display: none;
}
.menu__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.menu__item li {
  display: block;
  margin: 0;
  font-size: 14px;
  border-top: 1px solid #fff;
  position: relative;
}
.menu__item a {
  display: block;
  padding: 14px 14px;
  text-decoration: none;
}
.menu__item li.active > a,
.menu__item li:hover > a {
  background-color: #2366b2;
}
.menu__item li li a {
  font-weight: 400;
  color: #808080;
  background-color: #fff;
  padding: 6px 14px;
}
.side-menu li:hover > a,
.menu__item li li.active a,
.menu__item li li:hover a {
  color: #fff;
  background-color: #3e83d1;
}
.side-menu li.active > a{
  color: #fff;
  background-color: #2366b2;
}
.side-menu li.active > a:after,
.side-menu li:hover > a:after{
  color: #fff;
}
.menu--open .menu__item {
  display: block;
}
.slider {
  position: relative;
}
.slider__item {
  height: 360px;
  color: #fff;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider__item:before {
  content: "";
  display: table;
}
.slider__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.slider__caption {
  margin: 60px 5% 0;
  position: relative;
  z-index: 1;
}
.slider__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
}
.slider__content {
  font-size: 20px;
  margin-top: 8px;
}
.slider__book {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 40px;
  text-align: center;
  white-space: nowrap;
}
.slider__book span {
  display: inline-block;
  vertical-align: baseline;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #3e83d1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
.owl-nav > * {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.owl-prev {
  left: 0;
  background-image: url("images/owl-prev.png");
}
.owl-next {
  right: 0;
  background-image: url("images/owl-next.png");
}
.owl-white .owl-prev {
  background-image: url("images/owl-prev-white.png");
}
.owl-white .owl-next {
  background-image: url("images/owl-next-white.png");
}
.owl-nav-strange .owl-prev {
  left: -20px;
}
.owl-nav-strange .owl-next {
  right: -20px;
}
.owl-boundary .owl-prev {
  left: 5px;
}
.owl-boundary .owl-next {
  right: 5px;
}
.owl-nav-small .owl-prev,
.owl-nav-small .owl-next {
  width: 20px;
}
.owl-dots {
  height: 20px;
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 3px #fff;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 5px;
  line-height: 16px;
  cursor: pointer;
}
.owl-dot.active {
  background-color: #3e83d1;
}
.screen {
  margin-top: 30px;
  margin-bottom: 30px;
}
.room {
  position: relative;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.room--slider {
  margin-bottom: 0;
}
.room__img {
  text-align: center;
}
.room__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.room__title {
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 20px;
  background-color: #3e83d1;
}
.room__height {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.33s ease-in;
  transition: max-height 0.33s ease-in;
}
.room:hover .room__height {
  max-height: 200px;
  -webkit-transition: max-height 0.33s ease-out;
  transition: max-height 0.33s ease-out;
}
.room__content {
  color: #fff;
  padding: 18px 20px;
  background-color: rgba(35,102,178,0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.room__text {
  font-size: 14px;
  margin: auto 0;
}
.room__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}
.room__more a {
  display: block;
  color: #3e83d1;
  text-align: center;
  text-decoration: none;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 5px;
}
.catalog {
  position: relative;
}
.comfort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.comfort__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
  margin: 10px;
}
.comfort__item sup {
  font-size: 0.6em;
  top: -0.1em;
  line-height: 0.6em;
  font-weight: 600;
  margin-right: -2px;
  cursor: default;
}
.comfort--small {
  margin: -5px;
}
.comfort--small .comfort__item {
  font-size: 26px;
  margin: 5px;
}
.title {
  line-height: 1.2;
  font-weight: 700;
  color: #3e83d1;
  text-align: center;
  text-transform: uppercase;
}
.title:first-child {
  margin-top: 0;
}
.subtitle {
  color: #666;
  text-align: center;
  font-weight: 400;
}
.subtitle:first-child {
  margin-top: 0;
}
.title + .subtitle {
  margin-top: -20px;
}
.text--large {
  font-size: 16px;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  color: #3e83d1;
}
.text a {
  color: #3e83d1;
  text-decoration: none;
}
.text a:hover {
  color: #2366b2;
}
.text ul,
.text ol {
  padding-left: 0;
}
.text ul {
  list-style: none;
}
.text ul li:before {
  content: "\2022 ";
  color: #3e83d1;
}
.text ol {
  list-style: none;
}
.text ol li {
  counter-increment: list;
}
.text ol li:before {
  content: counter(list) ". ";
  color: #3e83d1;
}
.text table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.text tr:nth-child(odd) {
  background-color: rgba(62,131,209,0.3);
}
.text td {
  padding: 3px 20px;
}
.text blockquote {
  padding: 20px 20px 20px 50px;
  margin: 0;
  background-color: #fbfbfb;
}
.gallery {
  margin-top: -20px;
}
.gallery__item {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}
.gallery__item--p1 {
  height: 140px;
}
.gallery__item--p2 {
  height: 300px;
}
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial--block {
  padding: 20px 20px;
  background-color: #f2f2f2;
  margin: 20px 0 0;
}
.testimonial__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 59px;
  margin: 7px 10px 0 0;
}
.testimonial__img img {
  border-radius: 50%;
}
.testimonial__info {
  font-size: 16px;
  font-weight: 600;
  color: #2366b2;
}
.testimonial__info small {
  font-size: 12px;
  color: #676767;
}
.testimonial__text {
  color: #000;
  margin-top: 6px;
}
.testimonial__more {
  font-weight: 700;
  color: #2366b2;
  text-decoration: none;
}
.navigation {
  font-size: 0;
  text-align: center;
  margin-top: 10px;
}
.navigation__item {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 10px 0;
}
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #2366b2;
}
.instagram__item {
  width: 50%;
}
.instagram__item--img {
  text-align: center;
}
.advert {
  color: #fff;
  background-color: #2366b2;
}
.advert__header {
  font-size: 20px;
  font-weight: 700;
  background-color: #3e83d1;
}
.advert__header,
.advert__body {
  padding: 15px 40px;
}
.advert__text {
  font-size: 16px;
}
.advert__text--small {
  font-size: 14px;
}
.advert__link {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
}
.advert__link a {
  text-decoration: none;
}
.map {
  margin-bottom: 0;
}
.map--contact {
  margin-top: 20px;
}
.map__block {
  height: 500px;
}
.map__wrap {
  position: relative;
  z-index: 2;
}
.map__contact {
  margin: 0 -20px;
}
.map__item {
  position: relative;
  padding-left: 24px;
}
.map__item a {
  text-decoration: none;
}
.map__item .fa {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  text-align: center;
}
.footer {
  background-color: #363535;
  color: #fff;
  padding: 10px 0;
  margin-top: auto;
}
.footer__item {
  margin: 10px 0;
}
.bottom-menu {
  font-weight: 700;
  text-align: center;
}
.bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.bottom-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
}
.bottom-menu li:after {
  content: "|";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 4px;
}
.bottom-menu li:last-child:after {
  display: none;
}
.copyright {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.popup {
  width: 320px;
  background-color: #f2f2f2;
  padding: 20px 30px;
}
.popup__back {
  background: rgba(35,102,178,0.6);
}
.popup__title {
  margin-bottom: 16px;
}
.popup__text {
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 16px;
}
.popup__close {
  font-size: 20px;
  line-height: 20px;
  color: #3e83d1;
  text-align: center;
  top: 10px;
  right: 10px;
}
.popup__close:hover {
  color: #2366b2;
}
.form__item {
  margin-bottom: 16px;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__item--button {
  margin-top: 20px;
  text-align: center;
}
.form__label {
  margin-bottom: 6px;
}
.input {
  font-size: 18px;
  color: #333;
  width: 100%;
  background-color: #fff;
  padding: 3px 14px;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: top;
  resize: none;
}
.photo {
  margin: 20px 0 0 0;
  text-align: center;
}
.list {
  padding: 20px 20px;
  margin: 20px -20px 0;
  background-color: #f2f2f2;
}
.list--simple {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.list--transparent {
  background-color: transparent;
}
.list--single {
  margin-top: 0 !important;
}
.news__img {
  text-align: center;
  margin: 0 -20px 20px;
}
.news__title {
  font-weight: 700;
  color: #3e83d1;
}
.news__title a {
  text-decoration: none;
}
.news__title a:hover {
  color: #2366b2;
}
.news__date {
  font-weight: 700;
  color: #808080;
  margin-top: 8px;
}
.news__content {
  margin-top: 12px;
}
.paginator {
  text-align: center;
  margin: 30px 0;
  font-size: 0;
  cursor: default;
}
.paginator:last-child {
  margin-bottom: 0;
}
.paginator__item {
  display: inline-block;
  margin: 2px 2px;
  font-size: 18px;
  line-height: 28px;
  background-color: #f2f2f2;
  border: 1px solid #999;
  width: 30px;
  height: 30px;
}
.paginator__item--active,
.paginator__item:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.paginator__item a {
  display: block;
  text-decoration: none;
}
.sidebar {
  position: relative;
}
.sidebar__block {
  padding: 20px 20px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
  display: none;
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar__title {
  font-weight: 700;
  color: #3e83d1;
  margin-top: 0;
}
.sidebar__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar__item {
  margin-bottom: 20px;
}
.sidebar__button {
  text-align: right;
  margin-left: auto;
}
.sidebar--open .sidebar__block {
  display: block;
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #3e83d1;
  margin: 30px 0;
}
.filter:first-child {
  margin-top: 0;
}
.filter:last-child {
  margin-bottom: 0;
}
.filter__item {
  margin-top: 20px;
  width: 49%;
  margin-left: 2%;
}
.filter__item:first-child {
  margin-top: 0;
}
.filter__item:nth-child(2n + 1) {
  margin-left: 0;
}
.filter__item--full {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
.filter__slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  min-width: 80px;
  max-width: 250px;
}
.filter__comfort {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.filter__interactive {
  cursor: pointer;
}
.filter__interactive:hover {
  color: #2366b2;
}
.filter__interactive--disable {
  opacity: 0.4;
}
.filter__interactive--disable:hover {
  opacity: 0.8;
}
.characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristic__label {
  line-height: 1.2;
  word-break: break-word;
  margin: 4px 10px;
}
.characteristic__label:first-child {
  margin-left: 0;
}
.characteristic__label:last-child {
  margin-right: 0;
}
.characteristic__label--fixed {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
}
.characteristic__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristic__value--full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ui-slider {
  background-color: rgba(62,131,209,0.4);
  border-radius: 3px;
  position: relative;
}
.ui-slider-range {
  display: none;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #3e83d1;
  border-radius: 50%;
  outline: none;
}
.ui-slider-range-max {
  right: 0;
}
.ui-slider-horizontal {
  width: 100%;
  height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -8px;
}
.ui-slider-vertical {
  width: 5px;
  height: 140px;
  margin: 0 auto;
}
.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-bottom: -8px;
}
.ui-state-hover,
.ui-state-active {
  background-color: #2366b2;
}
.carousel--list {
  margin: 20px -20px;
}
.carousel--list:first-child {
  margin-top: 0;
}
.carousel--list:last-child {
  margin-bottom: 0;
}
.carousel__nav {
  padding: 10px 30px;
  background-color: #666;
  display: none !important;
}
.carousel__nav--large {
  padding: 20px 40px;
}
.carousel__thumb {
  cursor: pointer;
}
.carousel__thumb--large {
  margin: 0 10px;
}
.price {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}
.book {
  text-align: center;
}
.book span {
  display: inline-block;
  vertical-align: baseline;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #3e83d1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
.book span .fa {
  line-height: 29px;
}
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.features__item {
  padding: 5px;
  width: 50%;
  color: #3e83d1;
}
.tabs {
  margin: 30px -20px;
}
.tabs:first-child {
  margin-top: 0;
}
.tabs:last-child {
  margin-bottom: 0;
}
.tabs__caption {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tabs__caption li {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  padding: 5px 20px;
  background-color: #ccc;
  margin: 2px 0;
  cursor: pointer;
}
.tabs__caption li.active {
  background-color: #f2f2f2;
}
.tabs__content {
  padding: 20px 20px;
  background-color: #f2f2f2;
}
.facilities__img {
  margin-bottom: 10px;
  text-align: center;
}
.facilities__img img{
  -webkit-filter: invert(47%) sepia(92%) saturate(428%) hue-rotate(174deg) brightness(85%) contrast(92%);
  filter: invert(47%) sepia(92%) saturate(428%) hue-rotate(174deg) brightness(85%) contrast(92%);
}
.facilities__no_color .facilities__img img{
  filter: none !important;;
}
.facilities__text {
  text-align: center;
}
.pickmeup {
  z-index: 11;
  margin-top: 6px;
  background-color: #fff;
  color: #2e2e2e;
  border: 1px solid #999;
  border-radius: 0;
  display: none;
}
.pickmeup .pmu-instance .pmu-button {
  color: #2e2e2e;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: #2366b2;
}
.pickmeup .pmu-instance .pmu-today {
  background: #f2f2f2;
  color: #2e2e2e;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #2366b2;
  color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #8daacc;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #2e2e2e;
  opacity: 0.5;
}
.sort {
  position: relative;
  z-index: 1;
  color: #3e83d1;
  margin-bottom: 20px;
}
.sort a {
  text-decoration: none;
}
.sort__type {
  display: inline-block;
  margin-left: 10px;
}
.sort__title {
  border-bottom: 1px dashed currentColor;
}
.testimonial__more .more_text{
  display: none;
}
.error-v1-title{
  color: #3e83d1;
  display: block;
  font-weight: bold;
  font-size: 64px;
}
.more_text{
  display: none;
}
.table{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.table td{
  padding: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu li {
  margin: 0 0 1px 0;
}
.side-menu a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 8px 32px 8px 20px;
  background-color: #f2f2f2;
  position: relative;
}
.side-menu a:after {
  color: #7a7a7a;
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  right: 20px;
  font-weight: normal;
  top: 10px;
}
.agreement{
  font-size: 14px;
}
.news__img.carousel .owl-item{
    max-height: 650px;
}
@media (max-width: 530px) {
  .instagram__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 23px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  .row--list {
    margin-top: -30px;
	background:rgba(255,255,255,0.9);
  }
  .row--photo {
    margin-top: -20px;
  }
  .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logo__name {
    font-size: 40px;
  }
  .contact {
    text-align: right;
  }
  .social {
    text-align: right;
  }
  .info {
    text-align: right;
  }
  .menu__button {
    display: none;
  }
  .menu__item {
    display: block;
  }
  .menu__item li {
    display: inline-block;
    vertical-align: middle;
    border-top: 0;
  }
  .menu__item ul ul {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    box-shadow: 0 3px 7px rgba(0,0,0,0.35);
    display: none;
  }
  .menu__item li:hover ul {
    display: block;
  }
  .menu__item li li {
    display: block;
  }
  .menu__item li li a {
    padding: 6px 20px;
  }
  .slider__item {
    height: 520px;
  }
  .slider__caption {
    max-width: 480px;
    margin: 170px 0 0 10%;
  }
  .slider__title {
    font-size: 44px;
  }
  .slider__content {
    font-size: 22px;
  }
  .owl-nav > * {
    width: 40px;
  }
  .owl-prev {
    left: 40px;
  }
  .owl-next {
    right: 40px;
  }
  .owl-nav-strange .owl-prev {
    left: 0;
    background-position: center right;
  }
  .owl-nav-strange .owl-next {
    right: 0;
    background-position: center left;
  }
  .owl-nav.owl-nav-strange > * {
    top: 0;
    width: 17%;
    width: calc(17% - 20px);
    height: 100%;
    margin-top: 0;
    background-size: initial;
  }
  .owl-catalog .owl-stage-outer {
    overflow: visible;
  }
  .screen {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .room__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .room__desc {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 0 10px;
    width: 110px;
  }
  .room__more {
    margin-top: 8px;
  }
  .catalog--slider {
    overflow: hidden;
    padding: 0 17%;
  }
  .catalog--slider:before,
  .catalog--slider:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 17%;
  }
  .catalog--slider:before {
    left: 0;
    background-image: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 100%);
  }
  .catalog--slider:after {
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
  }
  .text--large {
    font-size: 20px;
  }
  .text--border {
    background-color: #f2f2f2;
    border-radius: 25px 25px 0px 0px;
    padding: 32px 8%;
  }
  .gallery__item {
    height: 180px;
  }
  .gallery__item--p1 {
    height: 180px;
  }
  .gallery__item--p2 {
    height: 380px;
  }
  .testimonial--block {
    padding: 30px 20px;
    margin: 30px 0 0;
  }
  .testimonial__img {
    width: 79px;
    margin-right: 20px;
  }
  .testimonial__info {
    font-size: 20px;
  }
  .testimonial__info small {
    font-size: 14px;
  }
  .map {
    margin-bottom: 0;
  }
  .map--contact {
    margin-top: 0;
  }
  .map__wrap {
    position: relative;
  }
  .map__contact {
    position: absolute;
    left: 10px;
    top: 160px;
    width: 100%;
    margin: 0;
  }
  .copyright {
    text-align: left;
  }
  .popup {
    width: 440px;
    padding: 30px 50px;
  }
  .popup--large {
    width: 620px;
    padding: 30px 80px;
  }
  .popup__close {
    right: 20px;
    top: 20px;
  }
  .list {
    padding: 30px 30px;
    margin: 30px 0 0;
  }
  .list--simple {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .news__img {
    margin: 0;
  }
  .sidebar__block {
    padding: 24px 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .sidebar__button {
    display: none;
  }
  .carousel--list {
    margin: 30px 0;
  }
  .carousel__nav {
    display: block !important;
  }
  .features {
    margin: 0 -10px;
  }
  .features__item {
    padding: 10px;
    width: 33.33%;
  }
  .tabs {
    margin: 30px 0;
  }
  .tabs__caption {
    margin: 0 20px;
  }
  .tabs__caption li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    margin: 0 10px 0 0;
    border-radius: 5px 5px 0px 0px;
  }
  .tabs__content {
    padding: 30px 30px;
  }
  .sort {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contact {
    text-align: center;
  }
  .info__item {
    margin: 17px 0 13px 10px;
  }
  .copyright {
    text-align: center;
  }
  .bottom-menu {
    text-align: left;
  }
  .instagram__item {
    width: 25%;
  }
  .filter__item {
    width: 100%;
    margin-left: 0;
  }
  .characteristic__label {
    margin: 4px 14px;
  }
  .comfort__item {
    font-size: 40px;
  }
  .comfort__item--small {
    font-size: 32px;
  }
  .features__item {
    width: 25%;
  }
}