@charset "UTF-8";
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  max-width: 1170px;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

@font-face {
  font-family: "Allegretto Script One";
  src: url("../fonts/AllegrettoScriptOne.woff2") format("woff2"), url("../fonts/AllegrettoScriptOne.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
a,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

p {
  margin: 0;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.xxx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.row-40 [class^=col-],
.row.row-40 [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.row-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

#button-up {
  border: 1px solid #0057A6;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(../i/arrow-up.svg) 50% 50% no-repeat;
}
#button-up:hover, #button-up:active, #button-up:focus {
  opacity: 0.5;
}

.btn-radius {
  border: 1px solid #0057A6;
  border-radius: 50px;
  outline: none;
  height: 38px;
  padding: 11px 20px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0057A6;
}
@media (max-width: 1130px) {
  .btn-radius {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 15px;
  }
}
.btn-radius.btn-block {
  width: 100%;
}
.btn-radius:hover, .btn-radius:active, .btn-radius:focus {
  background: #0057A6;
  color: #fff;
  outline: none;
}

.btn-default {
  background: #0057A6;
  border: 1px solid #0057A6;
  outline: none;
  height: 53px;
  padding: 11px 20px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1200px) {
  .btn-default {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 15px;
  }
}
.btn-default.btn-block {
  width: 100%;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #0057A6;
  color: #fff;
  outline: none;
}
.btn-default.btn-big {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #F5F5F5;
  padding: 23px 15px;
  background: #0057A6;
  width: 100%;
  border-radius: 0;
  height: 73px;
}
.btn-default.btn-big:hover, .btn-default.btn-big:active, .btn-default.btn-big:focus {
  background: #104f89;
  color: #fff;
  outline: none;
}
@media (max-width: 1200px) {
  .btn-default.btn-big {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 15px;
    height: 50px;
  }
}

.btn-default-white {
  background: #fff;
  border: 1px solid #0057A6;
  outline: none;
  height: 53px;
  padding: 11px 20px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0057A6;
}
@media (max-width: 1200px) {
  .btn-default-white {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 15px;
  }
}
.btn-default-white.btn-block {
  width: 100%;
}
.btn-default-white:hover, .btn-default-white:active, .btn-default-white:focus {
  background: #0057A6;
  color: #fff;
  border-color: #fff;
}
.btn-default-white.btn-md {
  height: 60px;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 15px;
  width: 100%;
  border-radius: 0;
}
.btn-default-white.btn-big {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding: 23px 15px;
  width: 100%;
  border-radius: 0;
  height: 73px;
}
.btn-default-white.btn-big:hover, .btn-default-white.btn-big:active, .btn-default-white.btn-big:focus {
  background: #104f89;
  color: #fff;
  outline: none;
}
@media (max-width: 1200px) {
  .btn-default-white.btn-big {
    padding: 11px 17px;
    height: 50px;
    font-size: 13px;
    line-height: 15px;
  }
}

.btn-tranparent {
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  height: 60px;
  padding: 11px 20px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .btn-tranparent {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 15px;
  }
}
.btn-tranparent.btn-block {
  width: 100%;
}
.btn-tranparent:hover, .btn-tranparent:active, .btn-tranparent:focus {
  background: #0057A6;
  color: #fff;
  outline: none;
}

.body_menu {
  overflow-y: hidden;
}

.btn-block {
  width: 100%;
}

.text-center {
  text-align: center;
}

p {
  margin: 0;
}

.table-sroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.section-title-blue {
  font-family: "Allegretto Script One";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #0057A6;
  margin-bottom: 20px;
}
.section-title-blue.left {
  text-align: left;
}
@media (max-width: 991px) {
  .section-title-blue {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

.section-title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  color: #1F1A19;
  margin-bottom: 65px;
}
.section-title.left {
  text-align: left;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

.rooms-item .left {
  overflow: hidden;
}

.section,
.rooms-item {
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .section,
.rooms-item {
    margin-bottom: 90px;
  }
}
@media (max-width: 576px) {
  .section,
.rooms-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .section-panorama {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .panorama-sm-1-1 {
    position: relative;
    /* растягиваем по ширине окна */
    width: 100vw;
    /* скрываем всё, что не поместилось в экран */
    overflow: hidden;
    /* центрируем обёртку */
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    /* центрируем картинки */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .panorama-sm-1-1 img {
    width: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tooltip {
  cursor: help;
  position: relative;
}

.tooltip:after {
  content: attr(data-tooltip);
  opacity: 0;
  width: 170px;
  padding: 5px 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  color: #000000;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-style: normal;
  background: #E5EEF6;
  bottom: -80%;
  left: 0;
  display: none;
  z-index: 33;
}

.tooltip:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

.fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-wrap-col .slick-list {
  margin: 0 -15px;
}
.slider-wrap-col .item {
  margin: 0 15px;
}

.gallery-pop a {
  display: block;
  position: relative;
}
.gallery-pop a:after {
  content: "";
  background: url(../i/zoom.svg) 50% 50% no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.gallery-pop a:hover:after {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

header {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
}

.header-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level-1 .logo img {
  max-width: 114px;
  margin: 0 auto;
  display: block;
}
.header-level-1 .weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 46px;
}
.header-level-1 .weather .sun {
  padding-right: 8px;
}
.header-level-1 .degrees {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-left: auto;
}
.header-level-1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level-1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level-1 .social {
  margin-bottom: 0;
  margin-right: 25px;
}
.header-level-1 .tel a {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F5F5F5;
  margin-right: 12px;
}
.header-level-1 .tel a:last-child {
  margin-right: 0;
}
.header-level-1 .tel a:hover {
  text-decoration: underline;
}

.line {
  opacity: 0.5;
  border-bottom: 1px solid #F5F5F5;
}

.header-content .title {
  font-family: "Allegretto Script One";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 124px;
  text-align: center;
  color: #FFFFFF;
}

.head-bg {
  min-height: 950px;
  height: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-slider {
  position: relative;
}
.header-slider .title {
  font-family: "Allegretto Script One";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 124px;
  text-align: center;
  color: #FFFFFF;
}
.header-slider .item {
    background-size: cover;
 }
@media (max-width: 1200px) {
  .header-slider .title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 768px) {
  .header-slider .title {
    font-size: 60px;
    line-height: 65px;
  }
}
.header-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 1440px) {
  .header-slider .item {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .header-slider .item {
    background-size: cover;
  }
}

.section-header-slider {
  position: relative;
  height: 100vh;
  max-height: 800px;
  min-height: 700px;
}
@media (max-width: 1200px) {
  .section-header-slider.section-header-slider-min {
    max-height: 400px;
    min-height: 400px;
  }
}
.section-header-slider.index {
  max-height: 950px;
}
.section-header-slider .header-slider,
.section-header-slider .slick-list,
.section-header-slider .slick-track,
.section-header-slider .item {
  height: 100%;
}
.section-header-slider .container {
  position: relative;
  height: 100%;
}
.section-header-slider .container-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-header-slider .container-slider.container-slider-bottom {
  top: inherit;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 80px;
}
.section-header-slider .container-slider.container-slider-bottom .title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-header-slider .container-slider.container-slider-bottom .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-header-slider .container-slider.container-slider-bottom {
    bottom: inherit;
    top: 100px;
  }
}

.header-slider-arrows {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 777777777;
}

.bottom-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 68px;
  right: 100px;
  width: 100%;
  max-width: 1170px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
}
.bottom-arrows .text {
  text-align: right;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #F5EBE3;
  margin-left: auto;
  margin-bottom: 28px;
}

.ov {
  overflow: hidden;
}

.menu_mob {
  margin: 0;
  position: relative;
  z-index: 99;
  display: none;
  cursor: pointer;
  width: auto;
}

.menu_mob {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #F5F5F5;
}
.menu_mob span {
  background: #fff;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_mob.active_drop_men {
  color: #0057A6;
}
.menu_mob.active_drop_men span {
  background: #fff;
}

.menu_mob span:nth-child(2) {
  top: 7px;
}

.menu_mob span:nth-child(3) {
  top: 14px;
}

.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 8px;
}

.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.header-menu {
  padding-top: 20px;
  padding-bottom: 10px;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu ul li a {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F5F5F5;
}
.header-menu ul li a:hover {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .header-menu {
    width: 100%;
    height: 100vh;
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-menu ul {
    margin: 30px 0 50px 0;
    display: block;
  }
  .header-menu ul li {
    margin-bottom: 20px;
  }
  .header-menu ul li:last-child {
    margin-bottom: 0;
  }
  .header-menu ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #1F1A19;
    display: block;
  }
  .header-menu .name {
    font-family: "Allegretto Script One";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height */
    color: #0057A6;
    margin-bottom: 20px;
  }
  .header-menu .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    padding: 5px 0;
    margin-bottom: 40px;
  }
  .header-menu .top .logo {
    margin: 0 auto;
  }
  .header-menu .top .nice-select {
    color: #0057A6;
  }
  .header-menu .top .nice-select:after {
    background: url(../i/arrow-nice-blue.svg) 50% 50% no-repeat;
  }
  .header-menu .contact {
    margin-bottom: 25px;
  }
  .header-menu .contact .item {
    margin-bottom: 15px;
  }
  .header-menu .contact .item:last-child {
    margin-bottom: 0;
  }
  .header-menu .contact .item a {
    font-family: "Tenor Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    color: #1F1A19;
  }
  .header-menu .social-menu {
    padding-bottom: 25px;
  }
  .header-menu .social-menu a {
    margin-right: 12px;
  }
  .header-menu .social-menu a:last-child {
    margin-right: 0;
  }
  .header-menu .social-menu a img {
    max-width: 22px;
  }
  .header-menu .sub-menu {
    display: none;
  }
  .header-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu_mob {
    display: block;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  padding-right: 21px;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F5F5F5;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select.select-border {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #E0E0E0;
  float: none;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.select-border .nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #E0E0E0;
}

.nice-select:after {
  background: url(../i/arrow-nice.svg);
  content: "";
  display: block;
  height: 7.5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
}

.select-border.nice-select:after {
  right: 0;
  margin-top: -11px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 0.9;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0057A6;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.about .section-title-blue {
  text-align: left;
}
@media (max-width: 767px) {
  .about .section-title-blue {
    text-align: center;
  }
}
.about .section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .about .section-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about .right {
    margin-bottom: 30px;
  }
}
.about .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 35px;
  color: #3D3A29;
}
@media (max-width: 1200px) {
  .about .text br {
    display: none;
  }
}
@media (max-width: 1090px) {
  .about .text {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .about .text {
    font-size: 13px;
    line-height: 149%;
    margin-bottom: 15px;
  }
}

.numbers {
  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;
}
.numbers .numb {
  font-family: "Allegretto Script One";
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 140%;
  text-transform: uppercase;
  color: #0057A6;
}
@media (max-width: 1090px) {
  .numbers .numb {
    font-size: 54px;
    line-height: 66px;
  }
}
@media (max-width: 991px) {
  .numbers .numb {
    font-size: 55px;
    line-height: 56px;
  }
}
.numbers .line {
  opacity: 0.3;
  border-bottom: 1px solid #1F1A19;
  margin-bottom: 15px;
  max-width: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .numbers .line {
    margin-bottom: 10px;
  }
}
.numbers .description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #1F1A19;
}
@media (max-width: 991px) {
  .numbers .description {
    font-size: 13px;
    line-height: 15px;
  }
}

.service {
  margin-bottom: -30px;
}
.service .mb-50 {
  margin-bottom: 50px;
}
.service .line {
  border-bottom: 1px solid rgba(31, 26, 25, 0.3);
  margin-bottom: 55px;
  width: 100%;
}
@media (max-width: 767px) {
  .service .line {
    margin-bottom: 25px;
  }
}
.service .service-item {
  border-right: 1px solid rgba(31, 26, 25, 0.3);
  overflow: hidden;
  margin-bottom: 30px;
}
.service .service-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /*
  &:after {
      content: '';
      display: block;
      border-bottom: 1px solid rgba(31, 26, 25, 0.3);
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-bottom: 50px;
      padding-bottom: 50px;
  }
  */
}
.service .service-item .button {
  margin-top: auto;
}
.service .service-item:nth-child(3), .service .service-item:nth-child(6), .service .service-item:nth-child(9) {
  border-right: 0;
}
@media (max-width: 768px) {
  .service .service-item {
    border: 0;
  }
}
@media (max-width: 767px) {
  .service .service-item {
    margin-bottom: 30px;
  }
  .service .service-item:last-child {
    margin-bottom: 0;
  }
}
.service .service-item.room-item .description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service .item {
    text-align: center;
  }
}
.service .item .img {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .service .item .img {
    margin-bottom: 15px;
  }
}
.service .item .line {
  opacity: 0.3;
  border-bottom: 1px solid #1F1A19;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .service .item .line {
    margin-bottom: 15px;
  }
}
.service .item .description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #3D3A29;
}
.service .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.service .middle.block {
  display: block;
  margin-bottom: 20px;
}
.service .middle .type {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-transform: uppercase;
  /* blue */
  color: #0057A6;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .service .middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service .middle {
    margin-bottom: 15px;
  }
}
.service .middle .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1F1A19;
}
@media (max-width: 991px) {
  .service .middle .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .service .middle .title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .service .middle .title {
    font-size: 23px;
    line-height: 24px;
  }
}

.benefits .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #3D3A29;
  margin-bottom: 70px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .benefits .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .benefits .right {
    text-align: center;
  }
}
.benefits .circle-item {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .benefits .circle-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .benefits .circle-item {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 375px) {
  .benefits .circle-item {
    width: 150px;
    height: 150px;
  }
}
.benefits .circles {
  margin-bottom: -35px;
}
@media (max-width: 1200px) {
  .benefits .circles {
    margin-bottom: -15px;
  }
}
.benefits .circle {
  border: 1px solid #1F1A19;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .benefits .circle {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .benefits .circle {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 375px) {
  .benefits .circle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .benefits .circle {
    margin: 0 auto;
  }
}
.benefits .circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.benefits .circle .icon {
  margin-bottom: 24px;
}
.benefits .circle .icon img {
  max-width: 56px;
}
.benefits .circle .icon img:last-child {
  display: none;
}
@media (max-width: 1200px) {
  .benefits .circle .icon {
    margin-bottom: 10px;
  }
}
.benefits .circle .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #1F1A19;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .benefits .circle .title {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .benefits .circle .title {
    font-size: 12px;
  }
}
.benefits .circle:hover {
  border: 1px solid #0057A6;
}
.benefits .circle:hover .title {
  color: #0057A6;
}
.benefits .circle:hover .icon img:last-child {
  display: block;
}
.benefits .circle:hover .icon img:first-child {
  display: none;
}

/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.header-slider-arrows .slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #F5F5F5;
  outline: none;
  background: transparent;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  background: #FFFFFF;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5508 14.0643C4.5508 13.747 4.6966 13.4541 4.9261 13.2678L8.90185 9.29879C8.99588 9.2047 9.10752 9.13007 9.23041 9.07914C9.35329 9.02822 9.48501 9.00201 9.61802 9.00201C9.75104 9.00201 9.88276 9.02822 10.0056 9.07914C10.1285 9.13007 10.2402 9.2047 10.3342 9.29879C10.428 9.39256 10.5024 9.5039 10.5532 9.62643C10.6039 9.74897 10.6301 9.88031 10.6301 10.0129C10.6301 10.1456 10.6039 10.2769 10.5532 10.3995C10.5024 10.522 10.428 10.6333 10.3342 10.7271L8.0149 13.0518L22.4383 13.0518C22.7068 13.0518 22.9644 13.1585 23.1542 13.3484C23.3441 13.5382 23.4508 13.7958 23.4508 14.0643C23.4508 14.3328 23.3441 14.5904 23.1542 14.7802C22.9644 14.9701 22.7068 15.0768 22.4383 15.0768L8.0014 15.0768L10.3409 17.4015C10.435 17.4953 10.5095 17.6067 10.5604 17.7294C10.6113 17.852 10.6375 17.9835 10.6375 18.1163C10.6375 18.2491 10.6113 18.3806 10.5604 18.5033C10.5095 18.6259 10.435 18.7373 10.3409 18.8311C10.2469 18.9252 10.1353 18.9999 10.0124 19.0508C9.88951 19.1017 9.75779 19.1279 9.62477 19.1279C9.49176 19.1279 9.36004 19.1017 9.23716 19.0508C9.11427 18.9999 9.00263 18.9252 8.9086 18.8311L4.8478 14.7757C4.75308 14.6832 4.67797 14.5725 4.62695 14.4502C4.57592 14.328 4.55003 14.1967 4.5508 14.0643Z' fill='%23434343'/%3E%3C/svg%3E%0A");
}

.header-slider-arrows .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 0.6;
}
.header-slider-arrows .slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../i/arrow-left.svg);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-prev:hover:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-slider-arrows .slick-prev {
  left: inherit;
  right: 64px;
}
.header-slider-arrows .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-slider-arrows .slick-prev:hover:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-slider-arrows .slick-next {
  right: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4492 13.3888C23.4492 13.7061 23.3034 13.999 23.0739 14.1853L19.0982 18.1543C19.0041 18.2484 18.8925 18.3231 18.7696 18.374C18.6467 18.4249 18.515 18.4511 18.382 18.4511C18.249 18.4511 18.1172 18.4249 17.9944 18.374C17.8715 18.3231 17.7598 18.2484 17.6658 18.1543C17.572 18.0606 17.4976 17.9492 17.4468 17.8267C17.3961 17.7042 17.3699 17.5728 17.3699 17.4402C17.3699 17.3075 17.3961 17.1762 17.4468 17.0537C17.4976 16.9311 17.572 16.8198 17.6658 16.726L19.9851 14.4013L5.5617 14.4013C5.29317 14.4013 5.03563 14.2947 4.84575 14.1048C4.65587 13.9149 4.5492 13.6574 4.5492 13.3888C4.5492 13.1203 4.65587 12.8628 4.84575 12.6729C5.03563 12.483 5.29317 12.3763 5.5617 12.3763L19.9986 12.3763L17.6591 10.0516C17.565 9.95783 17.4905 9.84641 17.4396 9.72375C17.3887 9.60109 17.3625 9.4696 17.3625 9.3368C17.3625 9.20401 17.3887 9.07252 17.4396 8.94986C17.4905 8.8272 17.565 8.71578 17.6591 8.62198C17.7531 8.52789 17.8647 8.45325 17.9876 8.40233C18.1105 8.35141 18.2422 8.3252 18.3752 8.3252C18.5082 8.3252 18.64 8.35141 18.7628 8.40233C18.8857 8.45325 18.9974 8.52789 19.0914 8.62198L23.1522 12.6774C23.2469 12.77 23.322 12.8807 23.3731 13.0029C23.4241 13.1251 23.45 13.2564 23.4492 13.3888Z' fill='%23FF3333'/%3E%3C/svg%3E%0A");
}

.header-slider-arrows .slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 11px;
  width: 20px;
  height: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../i/arrow-right.svg);
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 9px;
}
.slick-dots li button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #0057A6;
  font-size: 0;
}
.slick-dots li.slick-active button {
  position: relative;
  border: 0.7px solid #0057A6;
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
          transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  border-radius: none;
  background: #FFFFFF;
}
.slick-dots li.slick-active button:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -0.7px;
  top: -1.3px;
  border: 0.7px solid #0057A6;
  border-radius: 0;
  background: #FFFFFF;
}

.contacts .left {
  max-width: 495px;
}
@media (max-width: 768px) {
  .contacts .left {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contacts .right {
  margin-left: auto;
}
.contacts .map {
  height: 100%;
}
@media (max-width: 768px) {
  .contacts .map {
    height: 350px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}
.social a {
  margin-right: 12px;
}
.social a img {
  max-width: 22px;
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover {
  opacity: 0.5;
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #1f1a19;
  padding: 40px 0;
}
.contact-row:nth-child(1) {
  padding-top: 0;
}
.contact-row:nth-child(2) {
  margin-bottom: 40px;
}
.contact-row .item {
  width: 50%;
}
.contact-row .item .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  /* brown */
  color: #1F1A19;
  margin-bottom: 15px;
}
.contact-row .item .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  /* w brown */
  color: #3D3A29;
}
.contact-row .item .text a {
  color: #3D3A29;
}
.contact-row .item .text a:hover {
  text-decoration: underline;
}
.contact-row .item:last-child {
  padding-right: 50px;
}
.contact-row .item.full {
  width: 100%;
}

.contact-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1090px;
}

.contact-slider-item {
  margin-bottom: 40px;
}
.contact-slider-item:last-child {
  margin-bottom: 0;
}
.contact-slider-item.full {
  width: 100%;
}
.contact-slider-item .contact-slider-title {
  font-family: "Allegretto Script One";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.contact-slider-item .text {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.contact-slider-item .text a {
  color: #fff;
}

.social-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.social-slider a {
  margin-right: 12px;
}
.social-slider a img {
  max-width: 22px;
}
.social-slider a:last-child {
  margin-right: 0;
}
.social-slider a:hover {
  opacity: 0.5;
}

.contact-slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px;
}
.contact-slider-button .btn-tranparent {
  width: 100%;
  max-width: 275px;
}

.section-title-hello {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 150%;
  /* or 52px */
  text-align: center;
  /* blue */
  color: #0057A6;
}
@media (max-width: 768px) {
  .section-title-hello {
    font-size: 20px;
  }
}

.map-full {
  height: 600px;
}
@media (max-width: 768px) {
  .map-full {
    height: 350px;
  }
}

.contacts-row {
  margin-bottom: -30px;
}

.contact-item {
  margin-bottom: 30px;
}
.contact-item .item {
  border: 1px solid #0057A6;
  padding: 50px;
  height: 100%;
}
@media (max-width: 1200px) {
  .contact-item .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-item .item {
    padding: 30px 15px;
  }
}
.contact-item .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .contact-item .item .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
.contact-item .item .top .icon {
  width: 64px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .contact-item .item .top .icon {
    margin-right: 15px;
    width: 40px;
  }
}
.contact-item .item .top .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  text-transform: uppercase;
  color: #0057A6;
}
@media (max-width: 991px) {
  .contact-item .item .top .title {
    font-size: 15px;
  }
}
.contact-item .item .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  /* w brown */
  color: #3D3A29;
}

.form-control {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  border: 1px solid #1F1A19;
  width: 100%;
  height: 53px;
  display: block;
  padding: 16px;
  color: #3D3A29;
}
.form-control::-webkit-input-placeholder {
  color: #3D3A29;
}
.form-control::-moz-placeholder {
  color: #3D3A29;
}
.form-control:-ms-input-placeholder {
  color: #3D3A29;
}
.form-control::-ms-input-placeholder {
  color: #3D3A29;
}
.form-control::placeholder {
  color: #3D3A29;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .section-rooms .rooms-item .photo {
    padding: 0;
  }
}
.section-rooms .rooms-item .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  /* w brown */
  color: #3D3A29;
}
.section-rooms .rooms-item .mb-65 {
  margin-bottom: 65px;
}
.section-rooms .rooms-item .right {
  max-width: 495px;
}
@media (max-width: 768px) {
  .section-rooms .rooms-item .right {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.section-rooms .rooms-item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .section-rooms .rooms-item .button {
    gap: 15px;
  }
}
.section-rooms .rooms-item:nth-child(even) .right {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-rooms .rooms-item:nth-child(even) .right img {
  margin-left: auto;
  width: 100%;
}
.section-rooms .rooms-item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 768px) {
  .section-rooms .rooms-item:nth-child(even) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 25px;
  margin-top: 55px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .options-list {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.options-list .icon {
  position: relative;
  width: 56px;
}
@media (max-width: 767px) {
  .options-list .icon {
    width: 40px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .service-list {
    gap: 20px;
  }
}
.service-list .item {
  text-align: center;
}
@media (max-width: 767px) {
  .service-list .item {
    width: calc(50% - 20px);
  }
}
.service-list .item .img {
  margin-bottom: 30px;
}
.service-list .item .img img {
  display: block;
  margin: 0 auto;
  max-width: 64px;
}
.service-list .item .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  text-align: center;
  text-transform: uppercase;
  color: #3D3A29;
  text-align: center;
}

.photo-list {
  margin-bottom: -30px;
}
.photo-list img {
  width: 100%;
}
.photo-list [class*=col-] {
  margin-bottom: 30px;
}

.section-romm-full .left {
  max-width: 495px;
}
@media (max-width: 1200px) {
  .section-romm-full .left {
    max-width: 100%;
  }
}
.section-romm-full .left .full-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  /* w brown */
  color: #3D3A29;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .section-romm-full .left .full-text {
    margin-bottom: 30px;
  }
}
.section-romm-full .left .price {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  /* identical to box height */
  color: #0057A6;
  margin-bottom: 30px;
}
.section-romm-full .left .button {
  margin-bottom: 70px;
}
.section-romm-full .left .disc .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  /* identical to box height */
  /* brown */
  color: #1F1A19;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .section-romm-full .left .list {
    margin-bottom: 30px;
  }
}
.section-romm-full .left .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .section-romm-full .left .list .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-romm-full .left .list .item:last-child {
  margin-bottom: 0;
}
.section-romm-full .left .list .item .icon {
  margin-right: 18px;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-romm-full .left .list .item .icon {
    width: 30px;
  }
}
.section-romm-full .left .list .item .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  /* w brown */
  color: #3D3A29;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .section-romm-full .left .list .item .text {
    font-size: 15px;
    padding-top: 0;
  }
}

.footer-level-1 {
  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-bottom: 20px;
}
.footer-level-1 .arrow {
  margin: auto;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 991px) {
  .footer-menu ul {
    margin-bottom: -10px;
  }
}
@media (max-width: 991px) {
  .footer-menu ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer-menu ul li {
    width: 50%;
  }
}
.footer-menu ul li a {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #1B1716;
}
.footer-menu ul li a:hover {
  color: #0057A6;
}

.footer-level-2 .connection {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer-level-2 .connection .left {
    margin-bottom: 30px;
  }
}
.footer-level-2 .line {
  opacity: 0.3;
  border-top: 1px solid #1F1A19;
  width: 100%;
}
.footer-level-2 .mb-50 {
  margin-bottom: 50px;
}
.footer-level-2 .mb-30 {
  margin-bottom: 30px;
}
.footer-level-2 .footer-menu {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-level-2 .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #1F1A19;
  margin-bottom: 30px;
}
.footer-level-2 .right {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-level-2 .right {
    text-align: left;
  }
}
.footer-level-2 .tel-mail {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #0057A6;
  margin-bottom: 47px;
}
.footer-level-2 .tel-mail .tel {
  margin-bottom: 12px;
}
.footer-level-2 .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.footer-level-2 .social img {
  max-width: 22px;
}

.footer-level-3 {
  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-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 768px) {
  .footer-level-3 {
    margin-bottom: 30px;
  }
  .footer-level-3 div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-level-3 div:last-child {
    margin-bottom: 0;
  }
}
.footer-level-3 .copy {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3D3A29;
}
.footer-level-3 a {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3D3A29;
}
.footer-level-3 a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #0057A6;
}

.booking {
  background: #0057A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 768px) {
  .booking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.booking .left {
  width: 610px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .booking .left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .booking .left {
    width: 100%;
  }
}
.booking .form {
  max-width: 470px;
}
@media (max-width: 768px) {
  .booking .form {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .booking .right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .booking .right {
    width: 100%;
    display: none;
  }
}
.booking .right img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.booking .title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 130%;
  color: #FCFBF9;
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .booking .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .booking .title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 30px;
  }
}
.booking .open-form {
  padding: 120px 30px 120px 70px;
}
@media (max-width: 991px) {
  .booking .open-form {
    padding: 90px 50px;
  }
}
@media (max-width: 767px) {
  .booking .open-form {
    padding: 60px 30px;
  }
}
.booking .form-container {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .booking .form-container {
    margin-bottom: 20px;
  }
}
.booking .last {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .booking .last {
    margin-bottom: 30px;
  }
}
.booking .form-control {
  border: 0;
  height: 36px;
  border-bottom: 1px solid #E0E0E0;
}

.form-control-border {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #E0E0E0;
  border: 0;
  width: 100%;
  display: block;
  padding: 0 0 15px 0;
  background: none;
  border-bottom: 1px solid #E0E0E0;
}
.form-control-border::-webkit-input-placeholder {
  color: #E0E0E0;
}
.form-control-border::-moz-placeholder {
  color: #E0E0E0;
}
.form-control-border:-ms-input-placeholder {
  color: #E0E0E0;
}
.form-control-border::-ms-input-placeholder {
  color: #E0E0E0;
}
.form-control-border::placeholder {
  color: #E0E0E0;
}
.form-control-border.comment {
  height: 40px;
  resize: vertical;
  overflow: visible;
}

.agreement {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .agreement {
    margin-bottom: 40px;
  }
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + label {
  padding-left: 37px;
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #E0E0E0;
  min-height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
input[type=checkbox] + label a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #E0E0E0;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-left: 5px;
}
input[type=checkbox] + label a:hover {
  text-decoration: none;
}

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  border: 1px solid #E0E0E0;
  background: none;
  margin: 0;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  left: 0;
  top: 0;
  position: absolute;
}

input[type=checkbox]:checked + label:before {
  background: #FFF url(../i/check.svg) 50% 50% no-repeat;
}

.done {
  width: 100%;
  padding: 120px 70px;
}
@media (max-width: 991px) {
  .done {
    padding: 90px 50px;
  }
}
@media (max-width: 767px) {
  .done {
    padding: 60px 30px;
  }
}
.done .title {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .done .title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 30px;
  }
}
.done .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #E0E0E0;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .done .text {
    margin-bottom: 30px;
  }
}
.done .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  background-position: top right;
  cursor: pointer !important;
  background-repeat: no-repeat;
  font-size: 0;
  top: 25px;
  background-image: url(../i/x.svg);
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #FFF;
}
@media (max-width: 768px) {
  button.mfp-close {
    top: 10px;
    right: 10px;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.pop-bg {
  background: #0057A6;
  max-width: 1190px;
  width: auto;
  position: relative;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop-bg.pop-bg-min {
  max-width: 610px;
}

.header-black {
  position: relative;
  margin-bottom: 63px;
}
.header-black .degrees {
  color: #1B1716;
}
.header-black .nice-select {
  color: #1B1716;
}
.header-black .nice-select:after {
  background: url(../i/arrow-black.svg);
}
.header-black .tel a {
  color: #1B1716;
}
.header-black .line {
  border-bottom: 1px solid #1B1716;
}
.header-black .menu a {
  color: #1B1716;
}
.header-black .menu_mob {
  color: #1B1716;
}

.error {
  text-align: center;
  padding-bottom: 100px;
}
.error .img {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .error .img {
    margin-bottom: 20px;
  }
}
.error .button a {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #1B1716;
}
@media (max-width: 767px) {
  .error .button a {
    font-size: 13px;
    line-height: 17px;
  }
}
/*# sourceMappingURL=global.css.map */

.header .weatherInformer1_co1{
	background:none!important;
}
.header .weatherInformer1_co1_foot{
	display:none!important;
}
.header .weatherInformer1_co1_city{
	color:#fff!important;
}
.header .weatherInformer1_co1_temp{
	color:#fff!important;
}

.header .weatherInformer20{
	background:none!important;
}



.header .weather-inf-8-3{
	display:none!important;
}
.header .weather-inf-8-2 em{
	color:#fff!important;
	display:none!important;
}
.header .weather-inf-8-2 span{
	color:#fff!important;
}
.header .weather-inf-8-2{
	background:none!important;
	padding-left:0px!important;
}
.header .weather-inf-8{
	background:none!important;
}
