@charset "UTF-8";
@font-face {
  font-family: 'Marcellus';
  src: url("../fonts/Marcellus-Regular.woff2");
  font-weight: normal;
  font-style: normal; }

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

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

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: "Marcellus";
  -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: "Marcellus"; }

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: #FEFEFE !important; }

body {
  background: #FEFEFE !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; } }

header {
  padding: 10px 0px 15px 0px;
  height: 55px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 3%;
  margin: auto; }
  @media (max-width: 767.98px) {
    header {
      top: 0; } }

.header2 {
  position: static; }
  .header2 .menu_kera__link {
    color: #000; }
    @media (max-width: 767.98px) {
      .header2 .menu_kera__link {
        color: #000; } }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_kera {
      display: block;
      position: absolute;
      top: 30px;
      right: 25px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      .header2 .icon-menu_kera 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_kera span:first-child {
          top: 0px; }
        .header2 .icon-menu_kera span:last-child {
          top: auto;
          bottom: 0px; }
      .header2 .icon-menu_kera.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_kera.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_kera.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; } }

.menu_kera__list {
  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; }

.menu_kera__link {
  line-height: 1.8;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  height: 40px;
  padding: 10px 15px;
  -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; }
  .menu_kera__link:hover {
    text-decoration: underline;
    color: #15304A; }

@media (max-width: 992.98px) {
  .menu_kera__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 4;
    background-color: #EEEEEE;
    padding: 80px 0px 20px 0px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -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; }
    .menu_kera__body.active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
  .menu_kera__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu_kera__list li {
      padding: 15px 0px 15px 0px; }
  .menu_kera__link {
    color: #575757;
    font-size: 16px; } }
  @media (max-width: 992.98px) and (max-width: 992.98px) {
    .menu_kera__link {
      font-size: 20px; } }

.menu_kera__link.active {
  color: #000;
  font-weight: bold; }

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5; }
    .icon-menu_kera 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; }
      .icon-menu_kera span:first-child {
        top: 0px; }
      .icon-menu_kera span:last-child {
        top: auto;
        bottom: 0px; }
    .icon-menu_kera.active span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background-color: #000; }
      .icon-menu_kera.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; }
      .icon-menu_kera.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; } }

@media (max-width: 767.98px) {
  .header__social.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__lang.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__auth.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .ask.active {
    opacity: 1;
    visibility: visible; } }

.header__bot.sticky {
  position: fixed;
  z-index: 200; }
  @media (max-width: 767.98px) {
    .header__bot.sticky {
      position: fixed; } }

.footer {
  padding: 60px 0px;
  background: #000; }

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

.footer__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }
  @media (max-width: 767.98px) {
    .footer__col {
      margin: 0px 0px 20px 0px; } }

.footer__left h5 {
  margin: 0px 0px 20px 0px;
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em; }

.footer__mail {
  margin: 0px 0px 25px 0px; }
  .footer__mail a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__mail a img {
      max-width: 100%;
      max-height: 100%; }
    .footer__mail a span {
      display: inline-block;
      padding: 0px 0px 0px 10px;
      font-size: 16px;
      color: #fff; }

.footer__soc {
  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;
  margin: 0px -15px; }

.soc__img {
  padding: 0px 15px; }
  .soc__img img {
    max-width: 100%;
    max-height: 100%; }

.footer__link {
  margin: 0px 0px 15px 0px; }
  .footer__link a {
    display: inline-block;
    font-size: 16px;
    margin: 0px 20px 0px 0px;
    color: #fff; }
    .footer__link a:hover {
      text-decoration: underline; }

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

.footer__right a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline; }
  .footer__right a:hover {
    text-decoration: none; }

.footer__18 {
  text-align: right; }
  .footer__18 img {
    max-width: 100%;
    max-height: 100%; }

.footertop {
  margin: 0px 0px 30px 0px;
  max-width: 920px; }
  .footertop h2 {
    font-family: 'Germania One';
    margin: 0px 0px 25px 0px;
    font-size: 53px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .footertop h2 {
        font-size: 45px; } }
  .footertop p {
    margin: 0px 0px 15px 0px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0em;
    opacity: 0.5; }
    .footertop p span {
      color: #fff;
      opacity: 0.5; }

.footertop__mail {
  margin: 0px 0px 20px 0px; }
  .footertop__mail a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #15304A;
    padding: 10px 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -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; }
    .footertop__mail a:hover {
      opacity: 0.5; }
    .footertop__mail a img {
      max-width: 100%;
      max-height: 100%; }
    .footertop__mail a span {
      display: inline-block;
      padding: 0px 0px 0px 10px;
      font-size: 16px;
      color: #fff; }

.mainblock {
  position: relative;
  background: url("../img/bg.webp") 0 0 no-repeat;
  padding: 60px 0px;
  background-size: cover;
  position: relative; }

.mainblock__desc {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  max-width: 600px; }
  .mainblock__desc h1 {
    font-family: 'Germania One';
    margin: 0px 0px 25px 0px;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 82px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .mainblock__desc h1 {
        font-size: 50px; } }
  .mainblock__desc p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0em; }

.mainblock__body {
  height: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mainblock__row {
  position: relative; }
  @media (max-width: 767.98px) {
    .mainblock__row {
      display: block;
      top: 70px; } }

.mainblock__img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .mainblock__img {
      margin: 20px 0px 0px 0px; } }
  .mainblock__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hotelabout {
  padding: 60px 0px;
  background: #fff; }

.hotelabout__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) {
    .hotelabout__row {
      display: block; } }

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

.hotelabout__desc h5 {
  font-family: 'Germania One';
  margin: 0px 0px 30px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.hotelabout__desc h2 {
  font-family: 'Germania One';
  margin: 0px 0px 25px 0px;
  font-size: 53px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em; }
  @media (max-width: 767.98px) {
    .hotelabout__desc h2 {
      font-size: 45px; } }

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

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

.hotelabout__imgpos {
  position: absolute;
  left: -35%;
  bottom: -10%; }
  @media (max-width: 767.98px) {
    .hotelabout__imgpos {
      right: 0;
      bottom: -20%;
      left: auto; } }
  .hotelabout__imgpos img {
    max-width: 100%;
    max-height: 100%; }

.revers .hotelabout__column:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.hotelabout__images {
  margin: 20px 0px 0px 0px; }

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

.imageshotelabout__col {
  padding: 0px 15px; }
  .imageshotelabout__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .imageshotelabout__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }

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

.hotelroom {
  padding: 100px 0px;
  background: url("../img/room.webp") 0 0 no-repeat;
  background-size: cover;
  height: 100%; }
  .hotelroom h2 {
    font-family: 'Germania One';
    margin: 0px 0px 25px 0px;
    font-size: 53px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .hotelroom h2 {
        font-size: 45px; } }

.hotelroom__text {
  margin: 0px 0px 30px 0px; }
  .hotelroom__text p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left; }

.hotelroom__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) {
    .hotelroom__row {
      display: block; } }

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

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

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

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

.hotelroom__desc h2 {
  font-family: 'Germania One';
  margin: 0px 0px 25px 0px;
  font-size: 53px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em; }
  @media (max-width: 767.98px) {
    .hotelroom__desc h2 {
      font-size: 45px; } }

.hotelroom__desc p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left; }

.boombar {
  padding: 60px 0px;
  position: relative; }
  .boombar h2 {
    font-family: 'Germania One';
    margin: 0px 0px 25px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .boombar h2 {
        font-size: 45px; } }

.boombar__text {
  margin: 0px 0px 30px 0px; }
  .boombar__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left; }

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

.boombar__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (max-width: 767.98px) {
    .boombar__column {
      margin: 0px 0px 30px 0px; } }

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

.boombar__desc h4 {
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em; }

.boombar__desc p {
  color: #000;
  opacity: 0.5;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.boombar__btn {
  margin: 30px 0px 0px 0px; }
  .boombar__btn a {
    display: inline-block;
    padding: 10px 39px;
    border: 5px solid #414145;
    border-radius: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    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; }
    .boombar__btn a:hover {
      background: #414145;
      color: #fff; }

.boombartwo .boombar__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.boombar__absimg {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .boombar__absimg {
      position: static;
      margin: 30px 0px 0px 0px; } }
  .boombar__absimg img {
    max-width: 100%;
    max-height: 100%; }

.boombar2 {
  padding: 60px 0px;
  position: relative; }
  .boombar2 h2 {
    font-family: 'Germania One';
    margin: 0px 0px 25px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .boombar2 h2 {
        font-size: 45px; } }

.boombar2__text {
  margin: 0px 0px 30px 0px;
  padding: 0px 100px 0px 0px; }
  @media (max-width: 767.98px) {
    .boombar2__text {
      padding: 0px 0px; } }
  .boombar2__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 20px 0px; }

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

.boombar2__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }
  @media (max-width: 767.98px) {
    .boombar2__column {
      margin: 0px 0px 30px 0px; } }

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

.boombar2__desc h4 {
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em; }

.boombar2__desc p {
  color: #000;
  opacity: 0.5;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.boombar2__absimg {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .boombar2__absimg {
      position: static;
      margin: 30px 0px 0px 0px; } }
  .boombar2__absimg img {
    max-width: 100%;
    max-height: 100%; }

.contact {
  padding: 150px 0px 150px 0px;
  background: #15304A; }
  .contact h2 {
    margin: 0px 0px 40px 0px;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left; }
    @media (max-width: 767.98px) {
      .contact h2 {
        font-size: 40px;
        line-height: 1.5; } }

.contact__bodies {
  background: #FFF8F0;
  padding: 50px 40px; }

.contact__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) {
    .contact__row {
      display: block; } }

.contact__column {
  padding: 0px 15px; }
  .contact__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .contact__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .contact__column p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 0px 0px; }

.contact__img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .contact__img {
      margin: 30px 0px 0px 0px;
      height: 450px; } }
  .contact__img iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.fottop {
  margin: 0px 0px 40px 0px; }

.fottop__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) {
    .fottop__row {
      display: block; } }

.fottop__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }
  .fottop__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .fottop__col:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.fottop__left p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 25px 0px; }

.fottop__form {
  margin: 30px 0px 0px 0px; }

.inpt span {
  margin: 0px 0px 7px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em; }

.inpt input {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 15px 15px;
  background-color: transparent;
  border: 4px solid #15304A;
  color: #000;
  font-size: 16px; }

.contact__btn {
  text-align: right; }
  @media (max-width: 767.98px) {
    .contact__btn {
      margin: 20px 0px 0px 0px; } }
  .contact__btn button {
    background-color: transparent; }
  .contact__btn span {
    display: inline-block;
    padding: 12px 31px;
    background: #15304A;
    color: #fff;
    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; }
    .contact__btn span:hover {
      opacity: 0.5; }

.privacy {
  padding: 60px 0px; }
  .privacy h2 {
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    text-align: center;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .privacy h2 {
        font-size: 40px; } }
  .privacy h3 {
    text-align: center;
    margin: 0px 0px 25px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em; }
  .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;
      text-align: left; }
  .privacy p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 10px 0px; }

.cont__map {
  padding: 30px 0px; }

.contact__info {
  margin: 30px 0px 0px 0px; }

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

.info__column {
  padding: 0px 15px; }
  .info__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .info__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }

.itm {
  margin: 0px 0px 15px 0px; }
  .itm p {
    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; }
    .itm p img {
      max-width: 100%;
      max-height: 100%; }
    .itm p span {
      display: inline-block;
      color: #000;
      font-size: 16px;
      padding: 0px 0px 0px 10px; }

.itm__icon {
  padding: 0px 10px 0px 0px; }
  .itm__icon img {
    width: 24px;
    height: 24px; }

.contact__map {
  width: 100%;
  height: 100%; }
  @media (max-width: 992.98px) {
    .contact__map {
      margin: 0px 0px 30px 0px; } }

.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; }

.hracia {
  padding: 60px 0px; }
  .hracia h2 {
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .hracia h2 {
        font-size: 40px; } }
  .hracia p {
    margin: 0px 0px 30px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left; }

.hracia__desc {
  margin: 0px 0px 30px 0px; }

.hracia__descrow {
  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) {
    .hracia__descrow {
      display: block; } }

.hracia__desccol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }
  .hracia__desccol p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 0px 0px; }

.hracia__imagesrow {
  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) {
    .hracia__imagesrow {
      display: block; } }

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

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

.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; }
  .slick-slider .slick-dots {
    top: 45%;
    left: -8%;
    position: absolute;
    z-index: 3;
    margin: -40px 0px 0px 0px; }
    @media (max-width: 992.98px) {
      .slick-slider .slick-dots {
        bottom: -10%;
        left: 35%;
        top: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 0; } }
  @media (max-width: 992.98px) and (max-width: 767.98px) {
    .slick-slider .slick-dots {
      left: 30%; } }
    .slick-slider .slick-dots li {
      list-style: none; }
      .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        border-radius: 20px;
        background: #E2E2E2; }
        .slick-slider .slick-dots li button:hover {
          background: #D7A933; }
      .slick-slider .slick-dots li.slick-active button {
        background: #D7A933;
        height: 25px; }
        @media (max-width: 992.98px) {
          .slick-slider .slick-dots li.slick-active button {
            height: 12px;
            width: 25px; } }

.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; }

.slider {
  position: relative; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #EAEAEA;
  -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;
  border: 1px solid transparent; }
  .slider .slick-arrow:hover {
    border: 1px solid #9747FF; }

.slider .slick-arrow.slick-prev {
  left: 10px; }
  .slider .slick-arrow.slick-prev:after {
    content: '';
    margin: 0px 0px 0px 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .slider .slick-arrow.slick-prev:hover {
    -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; }
    .slider .slick-arrow.slick-prev:hover:after {
      content: '';
      margin: 0px 0px 0px 10px;
      border: solid #9747FF;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

.slider .slick-arrow.slick-next {
  right: 10px; }
  .slider .slick-arrow.slick-next:after {
    content: '';
    margin: 0px 8px 0px 0px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .slider .slick-arrow.slick-next:hover {
    -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; }
    .slider .slick-arrow.slick-next:hover:after {
      content: '';
      margin: 0px 8px 0px 0px;
      border: solid #9747FF;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.slider .slick-arrow.slick-next {
  right: 43%;
  top: 103%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-next {
      right: 31% !important; } }
  @media (max-width: 1182px) {
    .slider .slick-arrow.slick-next {
      right: 36%; } }

.slider .slick-arrow.slick-prev {
  left: 43%;
  top: 103%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-prev {
      left: 31% !important; } }
  @media (max-width: 1182px) {
    .slider .slick-arrow.slick-prev {
      left: 36%; } }
