* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer !important;
  outline: 0;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: 0;
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-tap-highlight: none;
}

button {
  border: 0;
}
button:not(:disabled) {
  cursor: pointer;
}
button:focus {
  outline: 0;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input::-ms-clear {
  display: none;
}

.header {
  width: 100%;
  background-color: #000000;
}
.header-box {
  padding: 26px 40px;
}
@media (max-width: 767px) {
  .header-box {
    padding: 18px;
  }
}
.header-inner, .header-righ-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-righ-side {
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1023px) {
  .header-righ-side > .header-mail, .header-righ-side > .button {
    display: none;
  }
}
.header-logo {
  width: -moz-max-content;
  width: max-content;
}
.header-logo__text {
  color: #94969D;
  white-space: nowrap;
}
.header-mail {
  color: rgb(255, 255, 255);
  white-space: nowrap;
  text-decoration: none;
}
.header-mail:hover {
  text-decoration: none;
}

.menu {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100vh;
  z-index: 1000;
  transition: right 0.3s ease;
  padding: 80px 20px 20px;
  backdrop-filter: blur(20px);
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.menu.active {
  right: 0;
}
.menu-list {
  list-style: none;
}
.menu-item {
  margin-bottom: 20px;
}
.menu-item__link {
  font-weight: 400;
  text-decoration: none;
  color: #94969D;
  transition: color 0.3s ease;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.burger {
  position: relative;
  z-index: 1001;
  display: none;
}
@media (max-width: 1023px) {
  .burger {
    display: block;
  }
}
.burger-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  transition: all 0.3s ease;
}
.burger-btn span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.7);
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.burger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 2px);
}
.burger-btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -1px);
}

.footer {
  padding: 80px 32px;
  background-color: #000000;
}
.footer-box, .footer-icons, .footer-icon, .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner {
  width: 455px;
}
@media (max-width: 767px) {
  .footer-inner {
    width: 100%;
  }
}
.footer-icons {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 40px;
}
.footer-icon {
  width: 56px;
  height: 56px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.footer-links {
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}
.footer-link, .footer-rights {
  color: rgba(255, 255, 255, 0.7);
}
.footer-rights {
  text-align: center;
}

.heading {
  font-family: ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.heading--logo {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .heading--logo {
    font-size: 22px;
    line-height: 28px;
  }
}
.heading--huge {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
}
@media (max-width: 1200px) {
  .heading--huge {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .heading--huge {
    font-size: 28px;
    line-height: 30px;
  }
}
.heading--large {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
}
.heading--big {
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
}
.heading--middle {
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
}
.heading--average {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer !important;
}
.button--primary {
  background-color: rgb(85, 82, 232);
}
.button--big {
  padding: 16px 30px;
}
.button--border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.section {
  overflow: hidden;
}
.section-with--padding {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .section-with--padding {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-with--padding {
    padding: 40px 0;
  }
}
.section--light-blue {
  background-color: rgb(247, 246, 255);
}
.section--light-gray {
  background-color: rgb(247, 248, 250);
}

.block.block--text-img {
  width: 100%;
  height: 100%;
}
.block.block--text-img .block-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
  height: 900px;
}
@media (max-width: 1200px) {
  .block.block--text-img .block-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.block.block--text-img .block-left {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (max-width: 1200px) {
  .block.block--text-img .block-left {
    justify-content: center;
  }
}
.block.block--text-img .block-left__box {
  width: 457px;
}
@media (max-width: 1200px) {
  .block.block--text-img .block-left__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 48px 80px;
  }
}
@media (max-width: 767px) {
  .block.block--text-img .block-left__box {
    padding: 40px 18px;
  }
}
.block.block--text-img .block-left .title {
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  .block.block--text-img .block-left .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block.block--text-img .block-left .title {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
}
.block.block--text-img .block-left .subtitle {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .block.block--text-img .block-left .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block.block--text-img .block-left .subtitle {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .block.block--text-img .block-left .button {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .block.block--text-img .block-left .button {
    width: 100%;
    text-align: center;
  }
}
.block.block--text-img .block-right {
  width: 100%;
  height: 100%;
}
.block.block--text-img .block-right__box {
  width: 100%;
  height: 100%;
}
.block.block--text-img .block-right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .block.block--text-img .block-right video {
    width: 100%;
  }
}
.block.block--text-img--reverse .block-inner {
  flex-direction: row-reverse;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-inner {
    height: auto;
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.block.block--text-img--reverse .block-left__box {
  width: 475px;
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-left__box {
    width: 100%;
    align-items: start;
  }
}
.block.block--text-img--reverse .block-left {
  justify-content: start;
}
.block.block--text-img--reverse .block-left .title {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-left .title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block.block--text-img--reverse .block-left .title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-left .subtitle {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block.block--text-img--reverse .block-left .subtitle {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 19.5px;
  }
}
.block.block--text-img--reverse .block-left .company-name {
  margin-bottom: 16px;
  color: rgb(85, 82, 232);
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-left .company-name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block.block--text-img--reverse .block-left .company-name {
    font-size: 15px;
    line-height: 16px;
  }
}
.block.block--text-img--reverse .block-left .button {
  color: rgb(85, 82, 232);
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-left .button {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block.block--text-img--reverse .block-left .button {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-right {
    height: -moz-max-content;
    height: max-content;
  }
}
.block.block--text-img--reverse .block-right .img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .block.block--text-img--reverse .block-right .img {
    width: 100%;
    max-width: 1140px;
    max-height: 380px;
    margin: 0 auto;
  }
}
.block.block--service .block-inner {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block.block--service .block-inner {
    padding: 0 18px;
  }
}
.block.block--service .block-inner .title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.block.block--service .block-inner .subtitle {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.7019607843);
  text-align: center;
}
@media (max-width: 767px) {
  .block.block--service .block-inner .subtitle {
    margin-bottom: 0;
  }
}
.block.block--service .block-inner .strong {
  font-weight: 700;
  color: rgb(85, 82, 232);
}
.block.block--service .block-inner .list-item {
  padding: 26px 0;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .block.block--service .block-inner .list-item {
    padding: 24px 0;
    font-size: 15px;
    line-height: 20px;
  }
}
.block.block--plan .block-inner {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block.block--plan .block-inner {
    padding: 0 18px;
  }
}
.block.block--plan .block-inner .title {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 1200px) {
  .block.block--plan .block-inner .title {
    margin: 0 auto 46px;
  }
}
.block.block--plan .block-inner .list {
  position: relative;
}
.block.block--plan .block-inner .list-item {
  display: flex;
  align-items: start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .block.block--plan .block-inner .list-item {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.block.block--plan .block-inner .list-item .text {
  margin-top: 10px;
  padding-bottom: 56px;
  color: #000000;
}
@media (max-width: 767px) {
  .block.block--plan .block-inner .list-item .text {
    padding-bottom: 32px;
    font-size: 15px;
    line-height: 20px;
  }
}
.block.block--plan .block-inner .list-item:last-child .number::before {
  content: none;
}
.block.block--plan .block-inner .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: rgb(85, 82, 232);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 40px 0px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .block.block--plan .block-inner .number {
    width: 48px;
    height: 48px;
    font-size: 15px;
    line-height: 15px;
  }
}
.block.block--plan .block-inner .number::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.5px;
  height: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .block.block--plan .block-inner .number::before {
    height: 200%;
  }
}
.block.block--solution .block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 1200px) {
  .block.block--solution .block-inner {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.block.block--solution .block-left {
  width: 445px;
  padding-left: 40px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .block.block--solution .block-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block.block--solution .block-left {
    padding: 0 18px;
  }
}
@media (max-width: 1200px) {
  .block.block--solution .block-left__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.block.block--solution .block-left .title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .block.block--solution .block-left .title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
.block.block--solution .block-left .subtitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block.block--solution .block-left .subtitle {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block.block--solution .block-left .button {
    width: 100%;
  }
}
.block.block--solution .block-right {
  min-width: 540px;
}
@media (max-width: 767px) {
  .block.block--solution .block-right {
    min-width: auto;
  }
}
.block.block--solution .block-right .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block.block--map {
  position: relative;
  height: 500px;
  overflow: hidden;
  z-index: 10;
}
.block.block--map .block-info {
  position: absolute;
  top: 50%;
  right: 2%;
  width: 445px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  z-index: 1000;
}
@media (max-width: 1023px) {
  .block.block--map .block-info {
    top: inherit;
    right: inherit;
    bottom: 14%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
}
.block.block--map .block-info-box {
  padding: 40px;
}
@media (max-width: 1023px) {
  .block.block--map .block-info-box {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .block.block--map .block-info-box .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.block.block--map .block-info-box .telephone {
  margin: 16px 0;
  color: #000000;
}
@media (max-width: 1023px) {
  .block.block--map .block-info-box .telephone {
    margin: 8px 0;
    font-size: 15px;
    line-height: 19px;
  }
}
.block.block--map .block-info-box .adress, .block.block--map .block-info-box .mail {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1023px) {
  .block.block--map .block-info-box .adress, .block.block--map .block-info-box .mail {
    font-size: 15px;
    line-height: 19px;
  }
}
.block.block--map .block-info-box .mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}/*# sourceMappingURL=style.css.map */