/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 73.125rem;
  --container-offset: 0.9375rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 23.4375rem;
  min-height: 100%;
  font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 100);
}

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

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

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

[id] {
  scroll-margin-top: 6.25em;
}

body.resize * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

header {
  width: 100%;
  background: radial-gradient(circle closest-corner at 50% -2000%, rgba(255, 255, 255, 0.5254901961), transparent);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.5em 1fr 12.5em;
  grid-template-columns: 12.5em 1fr 12.5em;
  padding: 0 2.5em;
  padding-top: 0.5em;
}
header a {
  text-align: center;
  -ms-grid-column: 2;
  grid-column: 2/2;
  font-family: "Lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#2f2f2f), to(#fff));
  background: linear-gradient(#fff, #2f2f2f, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.231372549);
}
header div {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: radial-gradient(110% 110% at 50% 50%, #ffffff 0%, #343434 78.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.125em;
}
@media (max-width: 48rem) {
  header div {
    display: none;
  }
}
header img {
  height: 1.5em;
}

.lang-switcher {
  display: none;
}
.lang-switcher.active {
  display: block;
}

body {
  background-color: #161616;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

main {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4em;
}

.infoBlock {
  background-image: url("/img/background2.webp");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  text-align: center;
  margin-top: 6.25em;
  max-width: 78.75rem;
  width: 100%;
  margin: 0 auto;
  min-height: 70vh;
}
@media (max-width: 48rem) {
  .infoBlock {
    min-height: 50vh;
    width: 95%;
  }
  .infoBlock img {
    height: 3.125em;
  }
  .infoBlock .disable {
    display: none;
  }
}
.infoBlock h1 {
  background: radial-gradient(110% 110% at 50% 50%, #ffffff 0%, #343434 78.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 3.125em;
}
@media (max-width: 48rem) {
  .infoBlock h1 {
    font-size: 2em;
  }
}
.infoBlock iframe {
  border-radius: 1.875em;
}
@media (max-width: 48rem) {
  .infoBlock iframe {
    height: 18.75em;
    width: 31.25em;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.infoBlock__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  margin-top: 1.75em;
}
.infoBlock__contacts h1 {
  font-size: 2.5em;
}
@media (max-width: 48rem) {
  .infoBlock__contacts {
    margin-top: 2em;
  }
}

.swiper-slide img {
  height: 25em;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 2.1875em;
}
@media (max-width: 48rem) {
  .swiper-slide img {
    height: 21.875em;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 0;
  max-width: 70%;
}
@media (max-width: 48rem) {
  .swiper {
    min-width: 0;
    max-width: 80%;
  }
}

.iconTel {
  height: 2.5em;
  width: 2.5em;
}
/*# sourceMappingURL=main.css.map */