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

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fnt/SourceSansPro-Regular.eot");
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../assets/fnt/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fnt/SourceSansPro-Regular.woff2") format("woff2"), url("../../assets/fnt/SourceSansPro-Regular.woff") format("woff"), url("../../assets/fnt/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Light';
  src: url("../../assets/fnt/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../assets/fnt/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fnt/OpenSans-Light.woff2") format("woff2"), url("../../assets/fnt/OpenSans-Light.woff") format("woff"), url("../../assets/fnt/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
 * Base
 */
body {
  background-color: #f8f8f8;
  overflow-x: hidden; }

* {
  padding: 0;
  margin: 0;
  font: 14px "Source Sans Pro", "Sans Serif";
  color: #212121; }

ul {
  padding-left: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

a,
button {
  transition: all 0.3s; }

a:hover,
button:hover {
  color: #686868 !important; }

button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer; }

#preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 200; }

input[class*='m-validated'] {
  color: green; }

input[class*='m-error'] {
  color: red; }

.a-flx-row-btw {
  display: flex;
  justify-content: space-between; }

.a-flx-row-btw-ctr {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.a-flx-row-ctr {
  display: flex;
  justify-content: center; }

.a-flx-row-ard {
  display: flex;
  justify-content: space-around; }

.a-flx-col-ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.m-hide {
  display: none; }

.a-txt-upp {
  text-transform: uppercase; }

.a-ttl {
  padding: 150px 0 110px;
  font: 14px "Open Sans", "Sans Serif";
  text-align: center; }

.b-check-custom:after, .a-pos-ctr-ctr, .a-pos-btm-ctr, .a-pos-lft-ctr, .a-pos-fill {
  position: absolute; }

.b-check-custom:before {
  position: absolute;
  top: 0;
  left: 0; }

.b-check-custom:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.a-pos-ctr-ctr {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.a-pos-btm-ctr {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.a-pos-lft-ctr {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.a-pos-fill {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.b-book.m-half > * {
  width: 50%;
  position: relative; }

.b-book.m-half .wrapper_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex; }
  .b-book.m-half .wrapper_img img {
    width: 100%;
    object-fit: contain; }

.b-gallery_row.m-half {
  display: flex;
  justify-content: space-between; }
  .b-gallery_row.m-half .b-gallery_unit {
    width: 50%; }

.b-gallery_row + .b-gallery_row {
  margin-top: 120px; }

.b-gallery_unit_bar {
  margin-bottom: 14px; }

.b-gallery_unit_crrnt-slide {
  width: 100%; }
  .b-gallery_unit_crrnt-slide_counter, .b-gallery_unit_crrnt-slide_name {
    font: 14px "Open Sans", "Sans Serif";
    display: inline-block; }
  .b-gallery_unit_crrnt-slide_name {
    margin-left: 22px; }

.b-gallery_unit_btn {
  font-size: 16px; }

.b-gallery_unit .wrapper_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .b-gallery_unit .wrapper_img img {
    width: 100%;
    object-fit: cover; }

.b-gallery-popup {
  display: none;
  height: 100vh !important;
  width: 100vw !important;
  padding: 80px 180px 80px !important;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  background-color: #f8f8f8; }
  .b-gallery-popup_bar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 75px;
    width: 100%;
    box-sizing: border-box; }
  .b-gallery-popup_crrnt-slide {
    width: 100%; }
    .b-gallery-popup_crrnt-slide_counter, .b-gallery-popup_crrnt-slide_name {
      font: 14px "Open Sans", "Sans Serif";
      display: inline-block; }
    .b-gallery-popup_crrnt-slide_name {
      margin-left: 22px; }
  .b-gallery-popup_btn {
    font-size: 16px; }
  .b-gallery-popup_slider {
    height: 100%; }
    .b-gallery-popup_slider_unit {
      height: 100%; }
  .b-gallery-popup .wrapper_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .b-gallery-popup .wrapper_img img {
      width: 100%;
      object-fit: cover; }

.b-check-custom {
  height: 16px;
  width: 16px;
  position: relative;
  cursor: pointer; }
  .b-check-custom:before {
    content: '';
    height: 16px;
    width: 16px;
    border: 1px solid #212121;
    border-radius: 50%;
    box-sizing: border-box; }
  .b-check-custom:after {
    content: '';
    height: 4px;
    width: 4px;
    background: #212121;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity; }

.b-check-custom.m-on:after {
  opacity: 1; }

/**
 * Header
 */
.l-header {
  height: 86px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .l-header .header_bar {
    padding: 34px 80px; }
    .l-header .header_bar .wrap-left {
      justify-content: flex-start; }
    .l-header .header_bar .wrap-right {
      justify-content: flex-end; }
    .l-header .header_bar_lang {
      margin-right: 140px; }
      .l-header .header_bar_lang a {
        text-transform: uppercase; }
    .l-header .header_bar_links li + li {
      margin-left: 20px; }
    .l-header .header_bar_ttl {
      text-transform: uppercase; }
    .l-header .header_bar_btn-sidebar {
      margin-left: 140px;
      text-transform: uppercase; }
    .l-header .header_bar #btn-close-sidebar {
      display: none;
      text-transform: uppercase;
      font: 14px "Open Sans", "Sans Serif"; }

.l-header.m-header-show {
  animation: show-header 0.3s forwards; }

.l-header.m-header-hide {
  animation: hide-header 0.3s forwards; }

@keyframes show-header {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

@keyframes hide-header {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }

.l-content {
  padding-bottom: 120px; }

#logo {
  position: fixed;
  z-index: 100;
  top: 11.25%;
  left: 75%;
  transform: translate(-50%, -25%);
  font: 14px "Open Sans", "Sans Serif";
  text-transform: uppercase;
  cursor: pointer; }

#logo.m-bar-in {
  animation: logo-bar-in 0.3s forwards; }

#logo.m-bar-out {
  animation: logo-bar-out 0.3s forwards; }

#logo.m-side-open {
  animation: logo-side-open 0.3s forwards; }

#logo.m-side-close {
  animation: logo-side-close 0.3s forwards; }

#logo.m-scroll-down {
  animation: logo-scroll-down 0.3s forwards; }

#logo.m-scroll-up {
  animation: logo-scroll-up 0.3s forwards; }

@keyframes logo-bar-in {
  from {
    top: 11.25%; }
  to {
    top: 38px; } }

@keyframes logo-bar-out {
  from {
    top: 38px; }
  to {
    top: 11.25%; } }

@keyframes logo-side-open {
  from {
    transform: translate(0, -25%);
    top: 38px;
    left: calc(100% - 310px); }
  to {
    transform: translate(-66%, -25%);
    top: 38px;
    left: 15%; } }

@keyframes logo-side-close {
  from {
    transform: translate(-66%, -25%);
    top: 38px;
    left: 15%; }
  to {
    transform: translate(0, -25%);
    top: 38px;
    left: calc(100% - 310px); } }

@keyframes logo-scroll-up {
  from {
    top: 38px; }
  to {
    top: -100%; } }

@keyframes logo-scroll-down {
  from {
    top: -100%; }
  to {
    top: 38px; } }

.l-top-bunner {
  height: 100vh;
  width: 100vw; }
  .l-top-bunner ._wrapper_img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden; }
    .l-top-bunner ._wrapper_img img {
      width: 100%;
      object-fit: cover; }
  .l-top-bunner .top-bunner_right {
    background: #f8f8f8; }
    .l-top-bunner .top-bunner_right .wrapper_content {
      box-sizing: border-box; }
      .l-top-bunner .top-bunner_right .wrapper_content p {
        font: 14px "Open Sans", "Sans Serif";
        text-align: center;
        position: absolute;
        left: 50%; }
      .l-top-bunner .top-bunner_right .wrapper_content p.bottom {
        font: 14px "Open Sans", "Sans Serif";
        bottom: 11.25%;
        transform: translate(-50%, 50%); }
    .l-top-bunner .top-bunner_right ._wrapper_img {
      height: 55%;
      width: 50%;
      position: absolute;
      top: 22.5%;
      left: 25%; }

.m-row-parallax {
  margin-top: 250px !important; }

.wp-video {
  width: 100% !important; }
  .wp-video .mejs-controls {
    display: none !important;
    visibility: hidden !important; }

.l-gallery-one .gallery-one_row-1_block-1 {
  padding: 0 180px 0;
  box-sizing: border-box; }

.l-gallery-one .gallery-one_row-2 {
  align-items: center; }
  .l-gallery-one .gallery-one_row-2_block-1 {
    padding-left: 80px;
    box-sizing: border-box; }
  .l-gallery-one .gallery-one_row-2_block-2 {
    padding-left: 130px;
    box-sizing: border-box; }
    .l-gallery-one .gallery-one_row-2_block-2 .b-gallery_unit_bar {
      padding-right: 80px; }

.l-gallery-one .gallery-one_row-3_block-1 .b-gallery_unit_bar {
  padding: 0 80px; }

.l-gallery-two .gallery-two_row-1 {
  align-items: center; }
  .l-gallery-two .gallery-two_row-1_block-1 {
    padding-right: 130px;
    box-sizing: border-box; }
    .l-gallery-two .gallery-two_row-1_block-1 .b-gallery_unit_bar {
      padding-left: 80px; }
  .l-gallery-two .gallery-two_row-1_block-2 {
    padding-right: 80px;
    box-sizing: border-box; }

.l-gallery-two .gallery-two_row-2_block-1 {
  padding: 0 180px; }

.l-gallery-two .gallery-two_row-3_block-1 .b-gallery_unit_bar {
  padding: 0 80px; }

.l-gallery-three .gallery-three_row-1 {
  align-items: center; }
  .l-gallery-three .gallery-three_row-1_block-1 {
    padding-right: 130px;
    box-sizing: border-box; }
    .l-gallery-three .gallery-three_row-1_block-1 .b-gallery_unit_bar {
      padding-left: 80px; }
  .l-gallery-three .gallery-three_row-1_block-2 {
    padding-right: 80px;
    box-sizing: border-box; }

.l-gallery-three .gallery-three_row-2 {
  display: flex;
  justify-content: center; }

.l-footer {
  padding: 50px 0;
  background-color: #ecebeb; }
  .l-footer .footer_txt p, .l-footer .footer_txt p a {
    font: 12px "Open Sans Light", "Sans Serif";
    text-align: center;
    color: #080905; }

.side_contect_terms {
  display: none;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 145px 175px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  background-color: #d5d4d4;
  overflow-y: scroll; }
  .side_contect_terms h3, .side_contect_terms button {
    font: 14px "Open Sans", "Sans Serif";
    text-transform: uppercase; }
  .side_contect_terms h3 {
    position: absolute;
    top: 35px;
    left: 75px; }
  .side_contect_terms button {
    position: absolute;
    top: 35px;
    right: 75px;
    cursor: pointer; }
  .side_contect_terms .txt * {
    font: 14px "Open Sans", "Sans Serif";
    line-height: 24px; }
  .side_contect_terms .txt h2 {
    padding-left: 65px; }
  .side_contect_terms .txt ul li, .side_contect_terms .txt ol li {
    padding-left: 20px;
    margin-left: 45px; }

.cookie-bar.m-off {
  display: none; }

.cookie-bar {
  width: 100%;
  box-sizing: border-box;
  padding: 11.5px 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: #fff;
  display: flex;
  justify-content: space-between; }
  .cookie-bar p {
    padding-right: 25px;
    font: 12px "Open Sans Light", "Sans Serif";
    display: inline-block; }
  .cookie-bar button {
    font: 12px "Open Sans Light", "Sans Serif";
    text-decoration: underline; }
  .cookie-bar_accept, .cookie-bar_exit {
    font: 12px "Open Sans Light", "Sans Serif";
    font-size: 12px;
    display: inline-block; }
  .cookie-bar_accept {
    text-decoration: underline; }

@media (max-width: 992px) {
  .l-top-bunner .top-bunner_right ._wrapper_img {
    height: 55%;
    width: 70%;
    left: 15%; }
  .l-gallery-one .gallery-one_row-2 {
    align-items: center; }
    .l-gallery-one .gallery-one_row-2_block-1 {
      padding-left: 60px; }
    .l-gallery-one .gallery-one_row-2_block-2 {
      padding-left: 100px; }
      .l-gallery-one .gallery-one_row-2_block-2 .b-gallery_unit_bar {
        padding-right: 60px; }
  .l-gallery-two .gallery-two_row-1_block-1 {
    padding-right: 100px; }
    .l-gallery-two .gallery-two_row-1_block-1 .b-gallery_unit_bar {
      padding-left: 60px; }
  .l-gallery-two .gallery-two_row-1_block-2 {
    padding-right: 60px; }
  .l-gallery-three .gallery-three_row-1_block-1 {
    padding-right: 100px; }
    .l-gallery-three .gallery-three_row-1_block-1 .b-gallery_unit_bar {
      padding-left: 60px; }
  .l-gallery-three .gallery-three_row-1_block-2 {
    padding-right: 60px; } }

.l-side {
  height: 100vh;
  width: 66%;
  position: fixed;
  top: 0;
  right: -66%; }
  .l-side > * {
    box-sizing: border-box;
    position: relative; }
    .l-side > * * {
      font: 14px "Open Sans", "Sans Serif";
      line-height: 24px; }
    .l-side > * a {
      text-decoration: underline; }
    .l-side > * .side_ttl {
      position: absolute;
      top: 38px;
      left: 42px;
      transform-origin: 0 0;
      text-transform: uppercase;
      white-space: nowrap; }
    .l-side > * .side_about_content,
    .l-side > * .side_price_content,
    .l-side > * .side_contact_content {
      opacity: 0; }
  .l-side .side_about {
    background-color: #ecebeb; }
    .l-side .side_about .wrapper-content {
      height: calc(100% - 140px);
      width: 100%;
      box-sizing: content-box;
      padding-right: 20px;
      overflow-y: scroll; }
    .l-side .side_about_content {
      overflow-x: hidden; }
      .l-side .side_about_content h3, .l-side .side_about_content p {
        margin-bottom: 30px; }
  .l-side .side_price {
    background-color: #e0dfdf; }
    .l-side .side_price .wrapper-content {
      height: calc(100% - 140px);
      width: 100%;
      box-sizing: content-box;
      padding-right: 20px;
      overflow-y: scroll; }
      .l-side .side_price .wrapper-content > * + * {
        margin-top: 30px; }
    .l-side .side_price_content {
      overflow-x: hidden; }
  .l-side .side_contact {
    background-color: #d5d4d4; }
    .l-side .side_contact .wrapper-content {
      height: calc(100vh - 140px);
      width: 100%;
      box-sizing: content-box;
      padding-right: 20px;
      overflow-y: scroll; }
    .l-side .side_contact_content {
      overflow-x: hidden;
      padding-bottom: 70px; }
      .l-side .side_contact_content > * + * {
        margin-top: 30px; }
      .l-side .side_contact_content_address {
        margin-top: 22px; }
        .l-side .side_contact_content_address .row {
          width: 50%; }
          .l-side .side_contact_content_address .row p {
            padding-left: 22px;
            position: relative; }
            .l-side .side_contact_content_address .row p * {
              font: 14px "Open Sans", "Sans Serif"; }
            .l-side .side_contact_content_address .row p span.icon {
              font-family: "Source Sans Pro", "Sans Serif";
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
            .l-side .side_contact_content_address .row p span.icon.arrow {
              top: 1.5px;
              transform: none; }
          .l-side .side_contact_content_address .row a {
            text-decoration: underline; }
      .l-side .side_contact_content_form {
        padding: 50px 0 34px; }
        .l-side .side_contact_content_form .row + .row {
          border-top: 1px solid #212121; }
        .l-side .side_contact_content_form .row:last-child {
          border-bottom: 1px solid #212121; }
        .l-side .side_contact_content_form .row {
          width: 100%;
          padding: 16px 0;
          border: 1px solid #212121;
          border-bottom: none;
          text-align: center;
          box-sizing: border-box; }
          .l-side .side_contact_content_form .row input[type="text"], .l-side .side_contact_content_form .row input[type="email"], .l-side .side_contact_content_form .row input[type="submit"], .l-side .side_contact_content_form .row textarea {
            width: 100%;
            background-color: transparent;
            border: none;
            outline: none;
            text-align: center; }
          .l-side .side_contact_content_form .row input::placeholder, .l-side .side_contact_content_form .row textarea::placeholder {
            color: #686868; }
          .l-side .side_contact_content_form .row input.disabled[type="submit"] {
            color: #686868;
            cursor: not-allowed; }
          .l-side .side_contact_content_form .row input[type="submit"] {
            cursor: pointer; }
        .l-side .side_contact_content_form .row-text {
          padding-top: 80px;
          padding-bottom: 40px; }
      .l-side .side_contact_content_rodo > div + div {
        margin-top: 20px; }
      .l-side .side_contact_content_rodo .b-check-custom {
        margin-right: 8px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 12px;
        transform: translateY(-50%); }
      .l-side .side_contact_content_rodo p {
        padding-left: 24px;
        position: relative;
        font-size: 12px; }
        .l-side .side_contact_content_rodo p button {
          text-decoration: underline;
          font-size: 12px; }
      .l-side .side_contact_content_thankyou {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d5d4d4;
        display: none; }
        .l-side .side_contact_content_thankyou .txt {
          height: 100%;
          width: 100%;
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "Source Sans Pro", "Sans Serif"; }
  .l-side .side_about.m-closed,
  .l-side .side_price.m-closed,
  .l-side .side_contact.m-closed {
    width: 64px; }

.site-content-wrapper.m-side-open {
  animation: main-side-open 0.3s forwards; }

.site-content-wrapper.m-side-close {
  animation: main-side-close 0.3s forwards; }

.l-side.m-side-open {
  animation: side-open 0.3s forwards; }

.l-side.m-side-close {
  animation: side-close 0.3s forwards; }

.l-header.m-side-open {
  animation: main-side-open 0.3s forwards; }

.l-header.m-side-close {
  animation: main-side-close 0.3s forwards; }

@keyframes main-side-open {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-66%); } }

@keyframes main-side-close {
  from {
    transform: translateX(-66%); }
  to {
    transform: translateX(0); } }

@keyframes side-open {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

@keyframes side-close {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }

.m-section-open {
  animation: side-section-open 0.3s forwards; }
  .m-section-open .side_ttl {
    animation: side-section-title-open 0.3s forwards; }
  .m-section-open .side_about_content,
  .m-section-open .side_price_content,
  .m-section-open .side_contact_content {
    animation: side-section-content-open 0.30s forwards; }

.side_contact.m-section-open {
  animation: side-section-form-open 0.3s forwards; }

.m-section-close {
  animation: side-section-close 0.3s forwards; }
  .m-section-close .side_ttl {
    animation: side-section-title-close 0.3s forwards; }
  .m-section-close .side_about_content,
  .m-section-close .side_price_content,
  .m-section-close .side_contact_content {
    animation: side-section-content-close 0.15s forwards; }

.side_contact.m-section-close {
  animation: side-section-form-close 0.3s forwards; }

@keyframes side-section-open {
  from {
    width: 64px;
    padding: 0; }
  to {
    width: calc(100% - 126px);
    padding: 140px 100px 0 100px; } }

@keyframes side-section-close {
  from {
    width: calc(100% - 126px);
    padding: 140px 100px 0 100px; }
  to {
    width: 64px;
    padding: 0; } }

@keyframes side-section-form-close {
  from {
    width: calc(100% - 126px);
    padding: 140px 80px 0 70px; }
  to {
    width: 64px;
    padding: 0; } }

@keyframes side-section-form-open {
  from {
    width: 64px;
    padding: 0; }
  to {
    width: calc(100% - 126px);
    padding: 140px 80px 0 70px; } }

@keyframes side-section-title-open {
  from {
    transform: rotate(90deg); }
  to {
    transform: rotate(0); } }

@keyframes side-section-title-close {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(90deg); } }

@keyframes side-section-content-open {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes side-section-content-close {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.l-mobile {
  display: none; }

.mobile-header {
  padding: 32px 0 66px 0; }
  .mobile-header_title, .mobile-header_tagline {
    text-align: center;
    font: 14px "Open Sans", "Sans Serif"; }
  .mobile-header_title {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .mobile-header_bar.m-fixed {
    position: fixed;
    top: 0;
    left: 0; }
  .mobile-header_bar {
    height: 78px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 80;
    text-align: center;
    background-color: #ecebeb; }
    .mobile-header_bar_btn-open {
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%); }

.mobile-header-scroll {
  display: none; }
  .mobile-header-scroll_bar {
    text-align: center; }
    .mobile-header-scroll_bar_btn-open, .mobile-header-scroll_bar_btn-close {
      text-transform: uppercase; }
    .mobile-header-scroll_bar_btn-close {
      display: none; }

.mobile_section_gallery_ttl {
  margin-top: 60px;
  font: 14px "Open Sans", "Sans Serif";
  text-align: center; }

.mobile_section_gallery_counter {
  margin: 20px 0 28px;
  text-align: center; }

.mobile_section_gallery_slider_unit {
  height: 500px; }

.mobile_footer {
  padding: 50px 0;
  text-align: center; }
  .mobile_footer * {
    font: 12px "Open Sans Light", "Sans Serif";
    color: #080905; }
  .mobile_footer p {
    margin-bottom: 12px; }

.side-mobile_nav {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 100%;
  background: #f8f8f8;
  z-index: 99; }
  .side-mobile_nav #btn-side-mobile-close {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: rotate(180deg) translateY(50%) !important;
    transform-origin: center; }
  .side-mobile_nav .side-mobile_nav_row.m-wide {
    height: 78px; }
  .side-mobile_nav .side-mobile_nav_row.m-narrow {
    height: 50px; }
  .side-mobile_nav .side-mobile_nav_row {
    position: relative;
    text-align: center; }
    .side-mobile_nav .side-mobile_nav_row button, .side-mobile_nav .side-mobile_nav_row a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px;
      text-transform: uppercase; }
    .side-mobile_nav .side-mobile_nav_row .arrow {
      position: absolute;
      right: 28px;
      top: 50%;
      transform: translateY(-50%); }
  .side-mobile_nav .main {
    margin-bottom: 16px; }
    .side-mobile_nav .main li:nth-child(1) {
      background: #ecebeb; }
    .side-mobile_nav .main li:nth-child(2) {
      background: #e0dfdf; }
    .side-mobile_nav .main li:nth-child(3) {
      background: #d5d4d4; }

.l-side-mobile section[class*='side-mobile_'] {
  height: 100vh;
  width: 100vw;
  padding: 0 30px 84px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden; }
  .l-side-mobile section[class*='side-mobile_'] .section-ttl {
    margin: 30px 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center; }
  .l-side-mobile section[class*='side-mobile_'] .btn-close {
    padding: 20px;
    position: absolute;
    left: 34px;
    top: 38px;
    transform: translate(-50%, -50%); }
  .l-side-mobile section[class*='side-mobile_'] .side-mobile_section_content * {
    line-height: 24px; }
  .l-side-mobile section[class*='side-mobile_'] .side-mobile_section_content > * + * {
    margin-top: 18px; }
  .l-side-mobile section[class*='side-mobile_'] .side-mobile_section_content h3 {
    margin: 18px 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase; }
  .l-side-mobile section[class*='side-mobile_'] .side-mobile_section_content * + h3 {
    margin-top: 34px; }

.l-side-mobile .side-mobile_about {
  overflow-y: scroll;
  background: #ecebeb; }

.l-side-mobile .side-mobile_price {
  overflow-y: scroll;
  background: #e0dfdf; }

.l-side-mobile .side-mobile_contact {
  overflow-y: scroll;
  background: #d5d4d4; }
  .l-side-mobile .side-mobile_contact .side_contact_content_address {
    display: block; }
    .l-side-mobile .side-mobile_contact .side_contact_content_address .row + .row {
      margin-top: 18px; }
    .l-side-mobile .side-mobile_contact .side_contact_content_address .row {
      width: 50%; }
      .l-side-mobile .side-mobile_contact .side_contact_content_address .row p {
        padding-left: 22px;
        position: relative; }
        .l-side-mobile .side-mobile_contact .side_contact_content_address .row p * {
          font: 14px "Open Sans", "Sans Serif"; }
        .l-side-mobile .side-mobile_contact .side_contact_content_address .row p span.icon {
          font-family: "Source Sans Pro", "Sans Serif";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .l-side-mobile .side-mobile_contact .side_contact_content_address .row a {
        text-decoration: underline; }
  .l-side-mobile .side-mobile_contact .side_contact_content_form {
    margin-top: 50px !important; }
    .l-side-mobile .side-mobile_contact .side_contact_content_form .row:last-child {
      border-bottom: 1px solid #212121; }
    .l-side-mobile .side-mobile_contact .side_contact_content_form .row {
      width: 100%;
      padding: 16px 0;
      border: 1px solid #212121;
      border-bottom: none;
      text-align: center; }
      .l-side-mobile .side-mobile_contact .side_contact_content_form .row input[type="text"], .l-side-mobile .side-mobile_contact .side_contact_content_form .row input[type="email"], .l-side-mobile .side-mobile_contact .side_contact_content_form .row input[type="submit"], .l-side-mobile .side-mobile_contact .side_contact_content_form .row textarea {
        width: 100%;
        background-color: transparent;
        border: none;
        outline: none;
        text-align: center; }
      .l-side-mobile .side-mobile_contact .side_contact_content_form .row input::placeholder {
        color: #686868; }
      .l-side-mobile .side-mobile_contact .side_contact_content_form .row input.disabled[type="submit"] {
        color: #686868;
        cursor: not-allowed; }
      .l-side-mobile .side-mobile_contact .side_contact_content_form .row input[type="submit"] {
        cursor: pointer; }
    .l-side-mobile .side-mobile_contact .side_contact_content_form .row-text {
      padding-top: 80px;
      padding-bottom: 80px; }
  .l-side-mobile .side-mobile_contact .side_contact_content_rodo > div + div {
    margin-top: 18px; }
  .l-side-mobile .side-mobile_contact .side_contact_content_rodo .b-check-custom {
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%); }
  .l-side-mobile .side-mobile_contact .side_contact_content_rodo p {
    padding-left: 24px;
    position: relative;
    font-size: 12px; }
    .l-side-mobile .side-mobile_contact .side_contact_content_rodo p br {
      display: none; }
    .l-side-mobile .side-mobile_contact .side_contact_content_rodo p button {
      text-decoration: underline;
      font-size: 12px; }

.side-mobile_nav.m-section-close {
  animation: section-close 0.3s forwards; }

.side-mobile_nav.m-section-open {
  animation: section-open 0.3s forwards; }

section[class*='side-mobile_'].m-section-close {
  animation: section-close 0.3s forwards; }

section[class*='side-mobile_'].m-section-open {
  animation: section-open 0.3s forwards; }

.side_contect_terms {
  display: none;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 85px 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  background-color: #d5d4d4; }
  .side_contect_terms h3, .side_contect_terms button {
    font: 14px "Open Sans", "Sans Serif";
    text-transform: uppercase; }
  .side_contect_terms h3 {
    position: absolute;
    top: 35px;
    left: 45px; }
  .side_contect_terms button {
    position: absolute;
    top: 35px;
    right: 45px;
    cursor: pointer; }
  .side_contect_terms .txt * {
    font: 14px "Open Sans", "Sans Serif";
    line-height: 24px; }
  .side_contect_terms .txt h2 {
    padding-left: 45px; }
  .side_contect_terms .txt ul li, .side_contect_terms .txt ol li {
    padding-left: 20px;
    margin-left: 25px; }

@keyframes section-open {
  from {
    left: 100%; }
  to {
    left: 0; } }

@keyframes section-close {
  from {
    left: 0; }
  to {
    left: 100%; } }

@media (max-width: 720px) {
  body {
    background-color: #ecebeb; }
  .l-desktop {
    display: none; }
  .l-mobile {
    display: block; }
  .cookie-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 11.5px 20px; } }
