@charset "UTF-8";
@font-face {
  font-family: 'Baskervville';
  src: url("../fonts/Baskervville-Regular.eot");
  src: local("Baskervville Regular"), local("Baskervville-Regular"), url("../fonts/Baskervville-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Baskervville-Regular.woff2") format("woff2"), url("../fonts/Baskervville-Regular.woff") format("woff"), url("../fonts/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Newsreader 16pt';
  src: url("../fonts/Newsreader16pt-Regular.eot");
  src: local("Newsreader 16pt Regular"), local("Newsreader16pt-Regular"), url("../fonts/Newsreader16pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader16pt-Regular.woff2") format("woff2"), url("../fonts/Newsreader16pt-Regular.woff") format("woff"), url("../fonts/Newsreader16pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  overflow-x: hidden; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Newsreader 16pt";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Newsreader 16pt"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #F1F1F1 !important; }

body {
  background: #F1F1F1 !important;
  overflow-x: hidden !important; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

html {
  overflow-x: hidden; }

header {
  padding: 15px 0px;
  height: 70px;
  background: #1F1F1F; }
  header .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .header__logo {
    height: 90px; }
    header .header__logo img {
      max-width: 100%;
      max-height: 100%; }
  @media (max-width: 992.98px) {
    header .menu_log__body {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: auto;
      z-index: 2;
      background-color: #1F1F1F;
      padding: 150px 0px 20px 0px;
      -webkit-transform: translate3d(0px, -100%, 0px);
      transform: translate3d(0px, -100%, 0px);
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      header .menu_log__body.active {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); } }
  header .menu_log__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    @media (max-width: 992.98px) {
      header .menu_log__list {
        display: block; } }
    header .menu_log__list li {
      padding: 17px 15px;
      position: relative; }
      header .menu_log__list li:last-child {
        position: static; }
      @media (max-width: 767.98px) {
        header .menu_log__list li {
          position: static; } }
      header .menu_log__list li:after {
        content: '';
        height: 22px;
        width: 1px;
        background: #E9CD69;
        position: absolute;
        right: 0;
        top: 25%; }
  header .menu_log__link {
    color: #fff;
    display: block;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .menu_log__link:hover {
      color: #F9C9AE; }
  @media (max-width: 992.98px) {
    header .icon-menu_log {
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      header .icon-menu_log span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff; }
        header .icon-menu_log span:first-child {
          top: 0px; }
        header .icon-menu_log span:last-child {
          top: auto;
          bottom: 0px; }
      header .icon-menu_log.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #fff; }
        header .icon-menu_log.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        header .icon-menu_log.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

.header2 {
  background: transparent;
  position: static; }
  .header2 .menu_log__link {
    color: #000; }
    .header2 .menu_log__link:hover {
      text-decoration: underline; }
  .header2 .active .menu_log__link {
    color: #fff; }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_log {
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      .header2 .icon-menu_log span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000; }
        .header2 .icon-menu_log span:first-child {
          top: 0px; }
        .header2 .icon-menu_log span:last-child {
          top: auto;
          bottom: 0px; }
      .header2 .icon-menu_log.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #000; }
        .header2 .icon-menu_log.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        .header2 .icon-menu_log.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
footer {
  padding: 60px 0px;
  background: #131313; }

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .footer__row {
      display: block; } }

.footer__column {
  padding: 0px 15px; }
  .footer__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .footer__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .footer__column:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

.footerone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767.98px) {
    .footerone {
      margin: 0px 0px 20px 0px;
      display: block; } }

@media (max-width: 767.98px) {
  .footer__21 {
    margin: 0px 0px 15px 0px; } }

.footer__21 img {
  max-width: 100%;
  max-height: 100%; }

.footer__desc {
  margin: 0px 0px 0px 20px; }
  .footer__desc p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    opacity: 0.5;
    margin: 0px 0px 10px 0px; }
  .footer__desc a {
    color: #fff;
    font-size: 17px; }
    .footer__desc a:hover {
      text-decoration: underline; }

.footer__two {
  text-align: center; }
  @media (max-width: 767.98px) {
    .footer__two {
      margin: 0px 0px 20px 0px;
      text-align: left; } }
  .footer__two h5 {
    font-family: 'Baskervville';
    font-size: 31px;
    font-style: italic;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
    letter-spacing: 0em;
    margin: 0px 0px 15px 0px; }

.footer__mail a {
  display: inline-block;
  padding: 14px 17px;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  background: #E8CC69;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.footer__tree {
  text-align: right; }
  @media (max-width: 767.98px) {
    .footer__tree {
      margin: 0px 0px 20px 0px;
      text-align: left; } }

.footer__soc {
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .footer__soc {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.footer__item {
  margin: 0px 10px; }
  .footer__item img {
    max-width: 100%;
    max-height: 100%; }

.footer__link {
  text-align: right; }
  @media (max-width: 767.98px) {
    .footer__link {
      text-align: left;
      margin: 15px 0px 0px 0px; } }
  .footer__link a {
    color: #fff;
    font-size: 17px; }
    .footer__link a:hover {
      text-decoration: underline; }

.park {
  padding: 80px 0px 0px 0px;
  background: #1F1F1F; }
  .park h1 {
    margin: 0px 0px 30px 0px;
    position: relative;
    font-family: 'Baskervville';
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: center;
    color: #E9CD69; }
    @media (max-width: 767.98px) {
      .park h1 {
        font-size: 40px; } }
    .park h1:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 1px;
      background: #E9CD69;
      left: 0;
      right: 0;
      bottom: 5%;
      margin: auto; }

.park__text {
  margin: 0px 0px 30px 0px;
  padding: 0px 40px; }
  .park__text p {
    color: #fff;
    opacity: 0.4;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center; }

.park__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.events {
  padding: 60px 0px 80px 0px; }
  .events h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px;
    position: relative; }
    @media (max-width: 767.98px) {
      .events h2 {
        font-size: 38px; } }
    .events h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: #000;
      bottom: 3%;
      left: 0; }

.events__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 992.98px) {
    .events__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.events__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  @media (max-width: 992.98px) {
    .events__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; } }

@media (max-width: 992.98px) {
  .events__desc {
    margin: 30px 0px 0px 0px; } }

.events__desc h2 {
  font-family: 'Baskervville';
  font-size: 53px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left; }
  @media (max-width: 767.98px) {
    .events__desc h2 {
      font-size: 40px; } }

.events__desc h3 {
  font-family: 'Baskervville';
  font-size: 31px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.events__desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.events__img {
  height: 100%;
  position: relative; }
  @media (max-width: 767.98px) {
    .events__img {
      margin: 0px 0px 20px 0px; } }
  .events__img h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #000;
    padding: 10px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left; }
  .events__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.events2 {
  padding: 60px 0px 80px 0px; }
  .events2 h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px;
    position: relative; }
    @media (max-width: 767.98px) {
      .events2 h2 {
        font-size: 38px; } }
    .events2 h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: #000;
      bottom: 3%;
      left: 0; }

.events2__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 992.98px) {
    .events2__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.events2__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  @media (max-width: 992.98px) {
    .events2__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; }
      .events2__column:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

@media (max-width: 992.98px) {
  .events2__desc {
    margin: 0px 0px 30px 0px; } }

.events2__desc h2 {
  font-family: 'Baskervville';
  font-size: 53px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left; }
  @media (max-width: 767.98px) {
    .events2__desc h2 {
      font-size: 40px; } }

.events2__desc h3 {
  font-family: 'Baskervville';
  font-size: 31px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.events2__desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.events2__img {
  height: 100%;
  position: relative; }
  @media (max-width: 767.98px) {
    .events2__img {
      margin: 0px 0px 20px 0px; } }
  .events2__img h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #000;
    padding: 10px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left; }
  .events2__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.events2__text {
  margin: 30px auto 0px auto;
  max-width: 650px;
  text-align: center; }
  .events2__text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em; }

.about {
  padding: 60px 0px; }
  .about h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px;
    position: relative; }
    @media (max-width: 767.98px) {
      .about h2 {
        font-size: 38px; } }
    .about h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: #000;
      bottom: 3%;
      left: 0; }

.about__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992.98px) {
    .about__row {
      display: block; } }

.about__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

.about__desc h5 {
  margin: 0px 0px 25px 0px;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: 'Baskervville';
  text-align: left; }

.about__desc p {
  margin: 0px 0px 15px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em; }

.about__img {
  text-align: center; }
  .about__img img {
    max-width: 100%;
    max-height: 100%; }

.about__link {
  margin: 25px 0px 0px 0px; }
  .about__link a {
    display: inline-block;
    padding: 13px 32px;
    background: #D0A024;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    border-radius: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .about__link a:hover {
      opacity: 0.6; }

.room {
  padding: 60px 0px; }
  .room h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px;
    position: relative; }
    @media (max-width: 767.98px) {
      .room h2 {
        font-size: 38px; } }
    .room h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: #000;
      bottom: 3%;
      left: 0; }

.room__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .room__row {
      display: block; } }

.room__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px;
  margin: 0px 0px 30px 0px; }

.room__item {
  height: 100%; }

.room__img {
  position: relative;
  height: 350px; }
  .room__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.room__desc {
  padding: 20px 0px; }
  .room__desc h3 {
    font-size: 31px;
    font-weight: 400;
    font-family: 'Baskervville';
    line-height: 32px;
    letter-spacing: 0em;
    margin: 0px 0px 30px 0px; }
  .room__desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #000; }

.slotra {
  padding: 60px 0px; }
  .slotra h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px;
    position: relative; }
    @media (max-width: 767.98px) {
      .slotra h2 {
        font-size: 38px; } }
    .slotra h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: #000;
      bottom: 3%;
      left: 0; }

.slotra__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 992.98px) {
    .slotra__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.slotra__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding: 0px 15px; }
  @media (max-width: 992.98px) {
    .slotra__column:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
    .slotra__column:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .slotra__column:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

@media (max-width: 767.98px) {
  .slotra__desc {
    margin: 0px 0px 30px 0px; } }

.slotra__desc p {
  margin: 0px 0px 15px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.slotra__desc a {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #000;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .slotra__desc a:hover {
    background: #000;
    color: #fff; }

.slotra__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.slotroom {
  padding: 60px 0px; }
  .slotroom h2 {
    font-family: 'Baskervville';
    text-align: center;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px; }
    @media (max-width: 767.98px) {
      .slotroom h2 {
        font-size: 38px; } }

.slotroom__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.slotroom__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

.slotroom__desc p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 10px 0px; }

@media (max-width: 767.98px) {
  .slotroom__img {
    margin: 20px 0px 0px 0px; } }

.slotroom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.contact {
  padding: 60px 0px;
  background: #1F1F1F; }

.contact__body {
  margin: 0px auto;
  max-width: 900px;
  background-color: transparent; }
  .contact__body h3 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 15px 0px;
    color: #EBC964; }
    @media (max-width: 767.98px) {
      .contact__body h3 {
        font-size: 39px;
        line-height: 50px; } }
  .contact__body h2 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: center;
    color: #E9CD69;
    margin: 0px 0px 25px 0px; }
    @media (max-width: 767.98px) {
      .contact__body h2 {
        font-size: 37px;
        line-height: 41px; } }
  .contact__body p {
    margin: 0px 0px 30px 0px;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF; }

.contact__form {
  margin: 30px auto 0px auto;
  max-width: 420px; }
  @media (max-width: 767.98px) {
    .contact__form {
      max-width: 100%; } }

.inpt__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 10px; }
  .inpt__col input {
    color: #ADADAD;
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 20px 0px; }

.contact__map {
  margin: 30px 0px 0px 0px;
  width: 100%;
  height: 100%; }

.contact__btn {
  text-align: center;
  margin: 20px 0px 0px 0px; }
  .contact__btn button {
    background-color: transparent; }
    .contact__btn button span {
      padding: 14px 17px;
      display: inline-block;
      border-radius: 15px;
      background: #E9CD69;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .contact__btn button span:hover {
        background: #000; }

.mapa {
  padding: 30px 0px; }

.mapa__top {
  margin: 50px 0px 20px 0px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .mapa__top {
      margin: 0px 0px 0px 0px; } }
  .mapa__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 767.98px) {
      .mapa__top ul {
        display: block; } }
    .mapa__top ul li {
      padding: 10px 15px;
      text-align: center;
      color: #797979;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em; }
      @media (max-width: 767.98px) {
        .mapa__top ul li {
          padding: 10px 0px; } }
      .mapa__top ul li span {
        color: #000;
        display: inline-block; }

.mapa__map {
  width: 100%;
  height: 100%; }

.contact__top {
  text-align: center;
  margin: 0px 0px 30px 0px; }
  .contact__top h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .contact__top h2 {
        font-size: 38px; } }
  .contact__top p {
    margin: 0px 0px 25px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em; }

.footer__images {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }
  @media (max-width: 767.98px) {
    .footer__images {
      display: block; } }

.footer__img-col {
  padding: 0px 10px; }
  .footer__img-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .footer__img-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }

.footer__img-col__img img {
  width: 100%;
  height: 100%; }

.floattop {
  position: relative;
  top: 100px; }

.errrr {
  padding: 150px 0px;
  text-align: center; }
  .errrr h2 {
    font-size: 93px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
    color: #04071D;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .errrr h2 {
        font-size: 78px; } }
  .errrr p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em; }

.privacy {
  padding: 60px 0px; }
  .privacy h2 {
    text-align: center;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px; }
    @media (max-width: 767.98px) {
      .privacy h2 {
        font-size: 42px; } }
  .privacy h3 {
    margin: 0px 0px 25px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center; }
  .privacy h4 {
    margin: 0px 0px 20px 0px;
    font-size: 37px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left; }
  .privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .privacy ul li {
      list-style-type: disc;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em; }
  .privacy p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 10px 0px; }

.bedri {
  padding: 40px 0px; }
  .bedri h2 {
    font-size: 53px;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 15px 0px;
    color: #4D4D4D; }
    @media (max-width: 767.98px) {
      .bedri h2 {
        font-size: 32px;
        line-height: 41px; } }
  .bedri h3 {
    text-align: center;
    font-size: 31px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    margin: 0px 0px 15px 0px;
    color: #4D4D4D; }
    .bedri h3 span {
      color: #F7D05B; }

.bedri__text {
  max-width: 700px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .bedri__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center; }

.bedri__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .bedri__row {
      display: block; } }

.bedri__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

@media (max-width: 767.98px) {
  .bedri__img {
    margin: 0px 0px 15px 0px; } }

.bedri__img img {
  width: 100%;
  height: 100%; }

.popup {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  height: 100vh; }

.popup.popup-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  display: none; }

.popup.popup-active.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1; }

.popup__body {
  position: relative;
  width: 540px;
  background-color: #000;
  border-radius: 5px;
  z-index: 2;
  padding: 30px 15px; }

@media (max-width: 600px) {
  .popup__body {
    width: 95%;
    padding: 15px 10px; } }

.popup__text {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: center; }

.popup__text:not(:last-child) {
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .popup__text:not(:last-child) {
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .popup__text:not(:last-child) {
    margin-bottom: 20px; } }

.popup__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;
  padding: 10px 20px;
  min-width: 169px;
  min-height: 41px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--blue);
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }

@media (any-hover: hover) {
  .popup__button:hover {
    background-color: var(--hover); } }

.popup__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }
