:root {
  --color-primary: #f17032;
  --color-secondary: #f7f4f3;
  --color-text-base: #170502;
  --color-danger: #cc0202;
  --color-bg-body: #fff;
  --border-radius-base: 16px;
  --header-height: 72px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.admin-bar #app {
  min-height: calc(100vh - 32px);
}
#app {
  min-height: 100vh;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
:root,
body,
html {
  color: var(--color-text-base);
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.75;
}
.title,
:root,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-transform: unset;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: currentColor;
  letter-spacing: -0.04em;
  line-height: 120%;
  margin: 0 0 2rem;
}
@media (min-width: 576px) {
  .title-h1,
  h1 {
    font-size: calc(-4px + 6.94444vw);
  }
}
@media (min-width: 1440px) {
  .title-h1,
  h1 {
    font-size: 96px;
  }
}
@media (max-width: 575.98px) {
  .title-h1,
  h1 {
    font-size: 36px;
  }
}
.title-h1 sup,
h1 sup {
  position: relative;
  top: -1.5em;
}
@media (min-width: 576px) {
  .title-h1 sup,
  h1 sup {
    font-size: calc(5.33333px + 1.85185vw);
  }
}
@media (min-width: 1440px) {
  .title-h1 sup,
  h1 sup {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .title-h1 sup,
  h1 sup {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .title-h2,
  h2 {
    font-size: calc(17.33333px + 3.24074vw);
  }
}
@media (min-width: 1440px) {
  .title-h2,
  h2 {
    font-size: 64px;
  }
}
@media (max-width: 575.98px) {
  .title-h2,
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  .title-h3,
  h3 {
    font-size: calc(-2px + 3.47222vw);
  }
}
@media (min-width: 1440px) {
  .title-h3,
  h3 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .title-h3,
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .title-h4,
  h4 {
    font-size: calc(5.33333px + 1.85185vw);
  }
}
@media (min-width: 1440px) {
  .title-h4,
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .title-h4,
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .title-h5,
  h5 {
    font-size: calc(7.33333px + 1.15741vw);
  }
}
@media (min-width: 1440px) {
  .title-h5,
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .title-h5,
  h5 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .display-small {
    font-size: calc(19px + 3.125vw);
  }
}
@media (min-width: 1440px) {
  .display-small {
    font-size: 64px;
  }
}
@media (max-width: 575.98px) {
  .display-small {
    font-size: 37px;
  }
}
.display-max {
  letter-spacing: 0.02em;
}
@media (min-width: 576px) {
  .display-max {
    font-size: calc(24px + 8.33333vw);
  }
}
@media (min-width: 1440px) {
  .display-max {
    font-size: 144px;
  }
}
@media (max-width: 575.98px) {
  .display-max {
    font-size: 72px;
  }
}
.text_small,
small {
  font-size: 0.75rem;
  opacity: 0.8;
}
blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 1rem;
  padding: 1em;
}
.remark {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .remark {
    font-size: calc(10.66667px + 0.23148vw);
  }
}
@media (min-width: 1440px) {
  .remark {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .remark {
    font-size: 12px;
  }
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
pre {
  font-size: 0.8rem;
}
.header {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header:before {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  inset: 0;
  position: absolute;
}
.header .custom-logo-link img {
  height: 60px;
}
.header__wrapper {
  height: var(--header-height);
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.header__logo,
.header__wrapper {
  align-items: center;
  display: flex;
}
.header__logo {
  gap: 16px;
  line-height: 1;
}
.header__burger {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__burger {
    display: none !important;
  }
}
.header__svg {
  display: none;
}
.header__contact {
  display: flex;
  gap: 16px;
}
.header__contact a {
  color: currentColor;
  text-decoration: none;
}
.header__tel {
  display: none;
}
@media (min-width: 992px) {
  .header__tel {
    display: inline-flex;
  }
}
.header__menu {
  display: none;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .header__menu {
    display: flex;
  }
}
.header__menu ul {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu ul > li {
  align-items: center;
  display: inline-flex;
  height: 100%;
  position: relative;
}
.header__menu ul > li.menu-item-has-children:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.101 9.43a.834.834 0 0 1 1.354.267.816.816 0 0 1-.18.897l-4.69 4.596a.837.837 0 0 1-1.174 0l-4.69-4.596a.816.816 0 0 1 0-1.163.834.834 0 0 1 1.174 0L12 13.2 16.1 9.43Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  content: "";
  display: inline-flex;
  height: 32px;
  transition: all 0.3s ease-in-out;
  width: 32px;
}
.header__menu ul > li:hover .sub-menu {
  visibility: visible;
}
.header__menu ul > li:hover:after {
  transform: rotateX(180deg);
}
.header__menu ul > li > a {
  color: currentColor;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 130%;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.header__menu ul > li > a:hover {
  transform: scale(1.07);
}
.header__menu ul .sub-menu {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: -150%;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  right: -150%;
  top: 100%;
  visibility: hidden;
  z-index: 1;
}
.header__menu ul .sub-menu:before {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  content: "";
  inset: 0;
  position: absolute;
}
.header__menu ul .sub-menu a {
  display: inline-flex;
  padding: 8px 0;
  text-align: center;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.header__menu ul .sub-menu a:hover {
  transform: scale(1.05);
}
body.admin-bar .header {
  top: 32px;
}
.bg-img {
  background-color: #c2c2c2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='300' height='300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M196.875 117.188a14.063 14.063 0 0 1-14.063 14.062 14.407 14.407 0 0 1-9.96-4.102 13.94 13.94 0 0 1-4.102-9.96 14.063 14.063 0 0 1 28.125 0Zm75-51.563v168.75c0 4.973-1.975 9.742-5.492 13.258a18.746 18.746 0 0 1-13.258 5.492H46.875a18.748 18.748 0 0 1-18.75-18.75V65.625a18.75 18.75 0 0 1 18.75-18.75h206.25a18.749 18.749 0 0 1 18.75 18.75Zm-18.75 127.383V65.625H46.875v108.633l43.008-43.008a18.868 18.868 0 0 1 26.484 0l52.383 52.383 24.258-24.258a18.867 18.867 0 0 1 26.484 0l33.633 33.633Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.block {
  padding: 16px 8px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .block {
    padding: 16px;
  }
}
.block:after,
.block:before {
  background-color: transparent;
  content: "";
  display: flex;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.block:before {
  top: 0;
}
.block:after {
  bottom: 0;
}
.block_top_green:before {
  background-color: var(--color-primary);
}
.block_top_grey:before {
  background-color: var(--color-secondary);
}
.block_top_white:before {
  background-color: #fff;
}
.block_bottom_green:after {
  background-color: var(--color-primary);
}
.block_bottom_grey:after {
  background-color: var(--color-secondary);
}
.block_bottom_white:after {
  background-color: #fff;
}
.block-main {
  position: relative;
}
.block-main__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius-base);
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.block-main__bg video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block-main__bg:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-main__bg {
    bottom: 16px;
    left: 16px;
    right: 16px;
    top: 0;
  }
}
.block-main__wrapper {
  display: flex;
  justify-content: center;
}
.block-main__info {
  bottom: 10%;
  display: grid;
  gap: 32px;
  grid-template-areas: "t t" "d b";
  position: absolute;
}
@media (max-width: 1199.98px) {
  .block-main__info {
    padding: 0 16px;
  }
}
@media (min-width: 1200px) {
  .block-main__info {
    grid-template-areas: "t d b";
    grid-template-columns: 1fr 1fr 64px;
  }
}
.block-main__title {
  grid-area: t;
  line-height: 95%;
  margin-bottom: 0;
}
.block-main__title em {
  margin-right: 0.08em;
}
.block-main__text {
  align-items: flex-end;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  grid-area: d;
  line-height: 130%;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .block-main__text {
    max-width: 400px;
  }
}
.block-main__button {
  align-items: flex-end;
  display: flex;
  grid-area: b;
  justify-content: flex-end;
  width: 100%;
}
.button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: var(--border-radius-base);
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1;
  overflow: hidden;
  padding: 1.375em 2em;
  position: relative;
  text-decoration: none;
  transition: transform 0.1s ease-in;
}
.button:before {
  background-color: #000;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-102%);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 0;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:active {
  transform: translateY(3px);
}
.button_type_primary {
  background-color: var(--color-primary);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.button_mode_ghost {
  background-color: transparent;
  color: currentColor;
}
.button_shape_round {
  border-radius: 50px;
}
.button_shape_circle {
  border-radius: 50%;
  min-width: 4em;
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.button_size_large {
  font-size: 16px;
}
.button__inner {
  color: currentColor;
  position: relative;
  z-index: 1;
}
.button .icon {
  height: 1em;
  width: 1em;
}
.icon {
  fill: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: currentColor;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
}
.icon_fix {
  transform: translateY(0.4em);
}
.icon_size_large {
  height: 2.3em;
  width: 2.3em;
}
