*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html,
p {
  font-weight: 400;
}
body,
html {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-size: 16px;
  overflow-x: hidden;
  color: #000;
}
@media (max-width: 1024px) {
  body,
  html {
    font-size: 15px;
  }
}
@media (max-width: 667px) {
  body,
  html {
    font-size: 14px;
  }
}
canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font: inherit;
}
img,
video {
  height: auto;
  border: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
button {
  transition: all 0.35s ease-in-out;
}
a {
  background-color: transparent;
}
a,
a:hover {
  color: #000;
  text-decoration: none;
}
button {
  box-shadow: none;
  background: 0 0;
}
button,
iframe {
  border: 0;
}
p {
  font-size: 1rem;
}
p + p {
  margin-top: 1rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  border-color: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.page,
main {
  position: relative;
}
.container {
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
.container.no-side-pad {
  padding-left: 0;
  padding-right: 0;
}
.container-sm {
  max-width: 1280px;
  padding: 0 50px;
}
@media (max-width: 576px) {
  .container-sm {
    padding: 0 20px;
  }
}
main {
  z-index: 1;
  min-height: 600px;
}
.content-wrapper {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .content-wrapper {
    padding: 60px 0;
  }
}
.btn--outline {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #000;
  font-weight: 500;
  font-size: 0.81rem;
  text-align: center;
  border: 2px solid #fff;
  text-transform: uppercase;
  height: 50px;
  min-width: 150px;
}
.btn--outline--light,
.btn--outline:hover {
  background: #fff;
  border: 3px solid #fff;
  color: #000;
}
.btn--outline--light {
  border: 2px solid #000;
}
.btn--primary {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #000;
  font-weight: 500;
  font-size: 0.81rem;
  text-align: center;
  border: 2px solid #fff;
  text-transform: uppercase;
  height: 50px;
  min-width: 150px;
}
.btn--primary:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn--fullwidth {
  width: 100%;
  min-width: 100%;
}
.btn--submit,
.section-title {
  text-align: center;
  text-transform: uppercase;
}
.btn--submit {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #000;
  border: 2px solid transparent;
  font-weight: 500;
  font-size: 0.81rem;
  padding: 8px 20px;
}
.btn--submit:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 25px;
}
.article h2,
article h2 {
  font-size: 2.5rem;
}
.article h3,
.article h4,
article h3,
article h4 {
  font-size: 2rem;
}
.article ul,
article ul {
  list-style: disc;
  padding-left: 30px;
}
.article ol,
article ol {
  list-style: decimal;
  padding-left: 30px;
}
.article ol,
.article ul,
article ol,
article ul {
  margin-top: 45px;
  margin-bottom: 30px;
}
.article ol li,
.article ul li,
article ol li,
article ul li {
  font-size: 1.2rem;
}
.article a,
.block--contact .contact-group__body a,
article a {
  text-decoration: underline;
}
.article p,
article p {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .article p,
  article p {
    font-size: 1.2rem;
  }
}
.section-title {
  font-size: 2.15rem;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.95rem;
    margin-bottom: 40px;
    line-height: 1.1;
  }
}
.content-head {
  max-width: 1000px;
  margin: 0 auto 5.25rem;
  opacity: 0;
  transform: translate(0, 100px);
}
@media (max-width: 576px) {
  .content-head {
    margin-bottom: 2rem;
  }
}
.content-head .button-group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.content-head .button-group > * {
  margin: 0 12px;
}
.page-title {
  font-size: 4.68rem;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .page-title {
    font-size: 2.2rem;
  }
}
.page-introtext,
.page-introtext p {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.526rem;
  line-height: 1.35;
}
@media (max-width: 576px) {
  .page-introtext,
  .page-introtext p {
    font-size: 1.2rem;
  }
}
.page-header {
  background: #000;
  z-index: 8010;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.page-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .page-header__content {
    justify-content: space-between;
  }
}
.page-header__logo {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.35s ease-in-out;
}
.page-header__logo:hover {
  opacity: 0.75;
}
@media (max-width: 576px) {
  .page-header__logo {
    max-width: 165px;
  }
}
.hamburger-btn,
.page-header__left {
  display: flex;
  align-items: center;
}
.page-header .lang {
  margin-right: 115px;
}
@media (max-width: 1024px) {
  .page-header .lang {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .page-header .lang {
    margin-right: 0;
  }
}
.page-header .lang ul,
.page-header .page-menu {
  display: flex;
}
.mobile-menu__social-list > li,
.page-header .lang ul li {
  margin: 0 10px;
}
@media (max-width: 992px) {
  .page-header .page-menu {
    display: none;
  }
}
.page-header .page-menu li {
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .page-header .page-menu li {
    margin-right: 30px;
  }
}
.page-header .lang ul li a,
.page-header .page-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.81rem;
}
.page-header .page-menu li a:hover {
  opacity: 0.8;
}
.hamburger-btn {
  height: 42px;
  width: 42px;
  position: relative;
  justify-content: center;
  z-index: 1000;
  border: 1px solid #fff;
}
.hamburger-btn span {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  position: absolute;
}
.hamburger-btn span:nth-child(1) {
  top: 12px;
}
.hamburger-btn span:nth-child(2) {
  top: 19px;
}
.hamburger-btn span:nth-child(3) {
  top: 26px;
}
@media (min-width: 992px) {
  .hamburger-btn {
    display: none !important;
  }
}
.mobile-menu,
.mobile-menu--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.45s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu--backdrop {
  z-index: 9999;
  background: rgba(255, 255, 255, 0.4);
}
.mobile-menu--backdrop.is-showed,
.mobile-menu.is-showed {
  opacity: 1;
  visibility: visible;
}
.mobile-menu {
  z-index: 99999;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 284px 80px 0 transparent, 0 182px 73px 0 rgba(0, 0, 0, 0.01),
    0 102px 61px 0 rgba(0, 0, 0, 0.05), 0 45px 45px 0 rgba(0, 0, 0, 0.09),
    0 11px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 20px;
}
.mobile-menu__close {
  position: absolute;
  z-index: 1000;
  right: 20px;
  border: 2px solid #fff;
  top: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.mobile-menu__close svg {
  width: 20px;
  height: 20px;
}
.mobile-menu__body {
  padding-top: 20px;
}
.mobile-menu__btn {
  font-size: 1.2rem;
}
.mobile-menu nav {
  margin-bottom: 20px;
}
.mobile-menu nav ul li {
  padding: 15px 0;
}
.mobile-menu nav ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.mobile-menu nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.mobile-menu nav ul li a:active,
.mobile-menu nav ul li a:focus,
.mobile-menu nav ul li a:hover {
  opacity: 0.5;
}
.mobile-menu__social-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.page-footer {
  background: #000;
  padding: 55px 0 0;
  margin-top: 35px;
}
@media (max-width: 576px) {
  .page-footer {
    margin-top: 15px;
  }
}
.page-footer__logo {
  margin-bottom: 20px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 576px) {
  .page-footer__logo {
    max-width: 200px;
  }
}
.page-footer__logo img {
  display: block;
  width: 100%;
}
.page-footer .socials {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.page-footer .socials span {
  color: #fff;
}
.page-footer .socials ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.page-footer .socials ul li {
  margin-right: 5px;
}
.page-footer .socials ul li svg {
  max-width: 32px;
  height: 32px;
}
.page-footer .socials ul li .insta svg {
  max-width: 25px;
  height: 25px;
}
.page-footer .footer-menu.legals li {
  margin-bottom: 5px;
}
.page-footer .footer-menu.legals li a {
  color: #fff;
  text-decoration: underline;
}
.block--contact .contact-group__body a:hover,
.page-footer .footer-menu.legals li a:hover {
  text-decoration: none;
}
.page-footer .footer-group {
  margin-bottom: 28px;
}
.page-footer .footer-group__label {
  margin-bottom: 20px;
  color: #fff;
}
.page-footer .footer-group .button-group > * {
  margin-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .page-footer .footer-group .button-group > * {
    margin-right: 5px;
  }
}
.page-footer .footer-group .button-group > :last-child {
  margin-right: 0;
}
.page-footer .footer-row {
  margin-bottom: 61px;
}
@media (max-width: 576px) {
  .page-footer .footer-row {
    margin-bottom: 20px;
  }
}
.page-footer .copyright-text {
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 0.81rem;
  color: #444;
}
.form .form-checkbox-group,
.form--contact .form-checkbox-group,
form .form-checkbox-group {
  margin-top: 10px;
  padding-left: 10px;
}
.form .form-checkbox-group ,
.form--contact .form-checkbox-group,
form .form-checkbox-group  {
  margin-bottom: 10px;
}
.form .form-checkbox-group input[type="checkbox"],
.form .form-checkbox-group  input[type="radio"],
.form--contact .form-checkbox-group  input[type="checkbox"],
.form--contact .form-checkbox-group  input[type="radio"],
form .form-checkbox-group input[type="checkbox"],
form .form-checkbox-group  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin: 0;
  display: grid;
  place-content: center;
}
.form .form-checkbox-group  input[type="checkbox"]::before,
.form .form-checkbox-group  input[type="radio"]::before,
.form--contact .form-checkbox-group  input[type="checkbox"]::before,
.form--contact .form-checkbox-group  input[type="radio"]::before,
form .form-checkbox-group  input[type="checkbox"]::before,
form .form-checkbox-group  input[type="radio"]::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-top: 0;
}
.form .form-checkbox-group  input[type="checkbox"]::after,
.form .form-checkbox-group  input[type="radio"]::after,
.form--contact .form-checkbox-group input[type="checkbox"]::after,
.form--contact .form-checkbox-group  input[type="radio"]::after,
form .form-checkbox-group  input[type="checkbox"]::after,
form .form-checkbox-group  input[type="radio"]::after {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 0;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s ease-in-out;
  transform: translate(-50%, -50%);
}
.form .form-checkbox-group input[type="checkbox"]:checked::after,
.form .form-checkbox-group  input[type="radio"]:checked::after,
.form--contact .form-checkbox-group input[type="checkbox"]:checked::after,
.form--contact .form-checkbox-group input[type="radio"]:checked::after,
.form--contact .form-checkbox-group input[type="radio"]:checked::after,
form .form-checkbox-group input[type="checkbox"]:checked::after,
form .form-checkbox-group input[type="radio"]:checked::after {
  background: #000;
  opacity: 1;
}
.form .form-checkbox-group  label,
.form--contact .form-checkbox-group  label,
form .form-checkbox-group label {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1.2em;
  margin-left: 0;
}
.form--contact {
  max-width: 1000px;
  margin: 0 auto;
}
.form--contact .form-label {
  line-height: 1;
  color: #000;
}
.form--contact .form-group {
  margin-bottom: 30px;
}
@media (max-width: 567px) {
  .form--contact .form-group {
    margin-bottom: 15px;
  }
}
.form--contact .form-control {
  border: 2px solid #000;
  color: #000;
  border-radius: 0;
}
.form--contact textarea {
  width: 100%;
  border: 2px solid #000;
  border-radius: 0;
  min-height: 150px;
}
.c-newsletter .form-row {
  display: flex;
}
.c-newsletter .form-row .form-input {
  margin-right: 30px;
  max-width: 25rem;
  width: 100%;
}
@media (max-width: 576px) {
  .c-newsletter .form-row .form-input {
    margin-right: 15px;
  }
}
.c-newsletter .form-row .form-input input {
  border: 2px solid #fff;
  background: #000;
  padding: 0 15px;
  height: 40px;
  width: 100%;
  color: #fff;
}
.c-newsletter .form-row .btn--submit {
  background: #fff;
  color: #000;
  font-size: 1rem;
  padding: 6px 18px;
  height: 40px;
}
.c-newsletter .form-row .btn--submit:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.c-newsletter--v2 .form-row {
  justify-content: center;
}
.c-newsletter--v2 .form-row .form-input {
  max-width: 500px;
  width: 100%;
}
.c-newsletter--v2 .form-row .form-input input {
  width: 100%;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  height: 60px;
}
.c-newsletter--v2 .form-row .form-input input::-webkit-input-placeholder {
  color: #000;
}
.c-newsletter--v2 .form-row .form-input input::-moz-placeholder {
  color: #000;
}
.c-newsletter--v2 .form-row .form-input input:-ms-input-placeholder {
  color: #000;
}
.c-newsletter--v2 .form-row .form-input input:-moz-placeholder {
  color: #000;
}
.c-newsletter--v2 .form-row .btn--submit {
  background: #000;
  color: #fff;
  width: 78px;
  height: 60px;
}
.c-newsletter--v2 .form-row .btn--submit:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
.jx-knightlab {
  display: none !important;
}
.hero {
  height: 90vh;
  min-height: 610px;
  background-color: #000;
  background-image: url(../images/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 992px) {
  .hero {
    height: 70vh;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 40vh;
    min-height: 400px;
  }
}
.hero .container,
.hero__content {
  height: 100%;
  position: relative;
}
.hero__text {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translate(0, 100px);
  opacity: 0;
}
@media (max-width: 576px) {
  .hero__text {
    bottom: 10%;
  }
}
.hero__title {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.blockhome1 h2.page-title {
  font-size: 2.5rem!important;
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 3.5rem;
  }
}
.hero__subtext {
  color: #fff;
  font-weight: 700;
  font-size: 2.375rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hero__subtext {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hero__subtext {
    font-size: 1.2rem;
  }
}
.hero--subpage {
  min-height: 620px;
  height: 70vh;
}
@media (max-width: 576px) {
  .hero--subpage {
    height: 40vh;
    min-height: 400px;
  }
}
.block--place img,
.hero--subpage img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero--subpage img {
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.block--place {
  position: relative;
  margin-bottom: 20px;
}
.block__content {
  position: absolute;
  left: 50vw;
  bottom: 12%;
  width: 50%;
  right: 40px;
  z-index: 1000;
}
@media (max-width: 992px) {
  .block__content {
    left: 30vw;
    width: 70%;
  }
}
@media (max-width: 576px) {
  .block__content {
    bottom: 3%;
    width: 70%;
    left: 30vw;
  }
}
.block__title {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  transform-origin: 0 50%;
}
.block__title:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .block__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .block__title {
    font-size: 1.25rem;
  }
}
.block__subtext {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .block__subtext {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .block__subtext {
    font-size: 0.8rem;
  }
}
.block--place {
  margin-top: 35px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .block--place {
    margin-top: 15px;
  }
}
.block--place .block__content {
  opacity: 0;
  transform: translate(0, 200px);
}
@media (max-width: 576px) {
  .block--place .block__content {
    opacity: 1;
    transform: none;
  }
}
.block--place img {
  min-height: 500px;
  display: block;
}
@media (max-width: 992px) {
  .block--place img {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  .block--place img {
    height: 350px;
    min-height: unset;
  }
}
.block--newsletter {
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .block--newsletter {
    padding-bottom: 60px;
  }
}
.block--newsletter .c-newsletter {
  max-width: 632px;
  margin: 0 auto;
}
.places-holder {
    margin-bottom: 90px;
}
.block--contact {
  padding: 120px 0 0;
}
@media (max-width: 576px) {
  .block--contact {
    padding-top: 60px;
  }
}
.block--contact .contact-text {
  text-align: left;
  font-size: 1.31rem;
}
.block--contact .contact-text p {
  font-size: inherit;
  line-height: 1.35;
}
.block--contact .page-title {
  text-align: left;
}
.block--contact .contact-groups {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .block--contact .contact-groups {
    margin-top: 20px;
  }
}
.block--contact .contact-group {
  margin-bottom: 35px;
}
.block--contact .contact-group__headline {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.map-wrapper iframe {
  width: 100%;
  height: 70vh;
}
.counters {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 110px auto;
}
@media (max-width: 576px) {
  .counters {
    margin: 60px 0;
    display: block;
  }
}
.counters__item {
  flex: 0 0 30%;
  text-align: center;
  opacity: 0;
}
@media (max-width: 576px) {
  .counters__item {
    margin-bottom: 30px;
  }
}
.counters__item .value {
  font-weight: 700;
  font-size: 3.68rem;
  line-height: 1;
  margin-bottom: 5px;
}
.counters__item .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.56rem;
}
.block--about {
  padding: 0 0 60px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .block--about {
    padding: 0 20px;
  }
}
.block--about .col-image {
  position: relative;
}
.block--about .col-image .blanket {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 576px) {
  .block--about .col-image {
    margin-bottom: 20px;
  }
}
.block--about .col-image img {
  width: 100%;
}
.block--about .col-text {
  padding-right: 50px;
  max-width: 500px;
  opacity: 0;
  transform: translate(100px, 0);
}
@media (max-width: 576px) {
  .block--about .col-text {
    padding-right: 20px;
  }
}
.block--about .col-text h2 {
  font-weight: 500;
  font-size: 1.526rem;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .block--about .col-text h2 {
    margin-bottom: 15px;
  }
}
.block--about .col-text p {
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .block--about .col-text p {
    font-size: 1.2rem;
  }
}
.block--gallery {
  padding: 60px 0 0;
}
.block--gallery .gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 30px;
  opacity: 0;
  transform: translate(0, 100px);
}
@media (min-width: 1600px) {
  .block--gallery .gallery-items {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .block--gallery .gallery-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }
}
.block--gallery .gallery-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.block--gallery .gallery-items .grid-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 7;
  }
}
.block--gallery .gallery-items .grid-item:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.block--gallery .gallery-items .grid-item:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.block--gallery .gallery-items .grid-item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.block--gallery .gallery-items .grid-item:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.block--gallery .gallery-items .grid-item:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 576px) {
  .block--gallery .gallery-items .grid-item:nth-child(6) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.block--gallery .grid-item--video {
  cursor: pointer;
  position: relative;
}
.block--gallery .grid-item--video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block--gallery .grid-item--video .overlay .play-btn svg {
  width: 85px;
  height: 100px;
}
.remove-scroll {
  overflow: hidden;
}
.form-checkbox-group .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
}

.block--place {
    position: relative;
    overflow-x: hidden;
}

.block-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.block--place .juxtapose  {
    position: relative;
    z-index: 800;
}

div.jx-control:after {
    content: '';
    left: 55%;
    width: 5000px;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 500;
}

div.jx-control:before {
    content: '';
    right: 55%;
    top: 0;
    width: 5000px;
    position: absolute;
    height: 100%;
    z-index: 500;
}

div.jx-arrow {
    z-index: 800;
}