/*
Theme Name: Domkadastr
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("assets/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("assets/fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Semibold/Gilroy-Semibold.eot");
  src: url("assets/fonts/Gilroy-Semibold/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Semibold/Gilroy-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-Semibold/Gilroy-Semibold.woff") format("woff"), url("assets/fonts/Gilroy-Semibold/Gilroy-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("assets/fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("assets/fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Black/Gilroy-Black.eot");
  src: url("assets/fonts/Gilroy-Black/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Black/Gilroy-Black.woff2") format("woff2"), url("assets/fonts/Gilroy-Black/Gilroy-Black.woff") format("woff"), url("assets/fonts/Gilroy-Black/Gilroy-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

:root {
  --font: "Montserrat", sans-serif;
  --font2: "Gilroy", sans-serif;
  --base: #1D1C3B;
  --base80: rgba(29, 28, 59, 0.8);
  --base60: rgba(29, 28, 59, 0.6);
  --white: #FFFFFF;
  --white80: rgba(255, 255, 255, 0.8);
  --primary: #65B230;
  --primary20: rgba(101, 178, 48, 0.2);
  --primary08: rgba(101, 178, 48, 0.08);
  --bg-gray: #F6F6F7;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 0.5208333333vw;
}

body {
  background: var(--white);
  font: 400 1.8rem/1.5 var(--font);
  color: var(--base);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body::-webkit-scrollbar {
  width: 1.2rem;
  height: 0;
  background: var(--white);
}

body::-webkit-scrollbar-thumb {
  width: 1.2rem;
  background: var(--base);
  border-radius: 1.2rem;
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--base) var(--white);
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  padding: 0 6.4rem;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--base);
  transition: 0.25s;
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 400 1.6rem/1.5 var(--font);
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

svg {
  transition: 0.25s;
}

strong {
  font-weight: 500;
}

h1,
.h1 {
  text-transform: uppercase;
  font: 700 5.6rem/1.1 var(--font2);
}

h2,
.h2 {
  text-transform: uppercase;
  font: 700 4.6rem/1.2 var(--font2);
}

h3,
.h3 {
  text-transform: uppercase;
  font: 600 3.2rem/1.3 var(--font2);
}

h4,
.h4 {
  text-transform: uppercase;
  font: 600 2.4rem/1.4 var(--font2);
}

h5,
.h5 {
  text-transform: uppercase;
  font: 600 1.6rem/1.5 var(--font2);
}

.text24 {
  font: 400 2.4rem/1.5 var(--font);
}

.text18 {
  font: 400 1.8rem/1.5 var(--font);
}

.text16 {
  font: 400 1.6rem/1.6 var(--font);
}

.text14 {
  font: 400 1.4rem/1.6 var(--font);
}

.text12 {
  font: 400 1.2rem/1.6 var(--font);
}

.btn {
  max-width: 100%;
  min-height: 5.8rem;
  background: var(--primary);
  border: none;
  border-radius: 0.8rem;
  padding: 0.8rem 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font: 600 2rem/1.5 var(--font2);
  color: var(--white);
  cursor: pointer;
  transition: 0.25s;
}

.btn_f {
  width: 100%;
}

.btn_l {
  min-height: 8rem;
  padding: 1.2rem 5rem;
  font: 600 2.4rem/1.4 var(--font2);
}

.btn_s {
  min-height: 4.8rem;
  font: 600 1.6rem/1.5 var(--font2);
}

.btn_bor1 {
  background: transparent;
  border: 0.15rem solid var(--primary);
  color: var(--primary);
}

.btn_bor2 {
  background: transparent;
  border: 0.15rem solid var(--base80);
  color: var(--base80);
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.swiper-button-lock {
  visibility: hidden;
}

.arrow {
  width: 5.4rem;
  height: 5.4rem;
  background: transparent;
  border: 0.15rem solid var(--base80);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}

.arrow svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: none;
  stroke: var(--base80);
}

.linkArrow {
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
  border: 0.15rem solid var(--white);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}

.linkArrow svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: none;
  stroke: var(--white);
}

input {
  width: 100%;
  height: 5.8rem;
  background: var(--bg-gray);
  border: 0.15rem solid transparent;
  border-radius: 0.8rem;
  padding: 0 3.2rem;
  font: 400 1.6rem/1.6 var(--font);
  color: var(--base);
}

input::placeholder {
  font: 400 1.6rem/1.6 var(--font);
  color: var(--base60);
}

input:focus {
  border-color: var(--primary);
}

input[type=number] {
  -moz-appearance: textfield;
}

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

input.white {
  background: var(--white);
}

textarea {
  width: 100%;
  min-height: 8.4rem;
  background: var(--bg-gray);
  border: 0.15rem solid transparent;
  border-radius: 0.8rem;
  padding: 1.6rem 3.2rem;
  font: 400 1.6rem/1.6 var(--font);
  color: var(--base);
  resize: vertical;
}

textarea::placeholder {
  font: 400 1.6rem/1.6 var(--font);
  color: var(--base60);
}

textarea:focus {
  border-color: var(--primary);
}

textarea.white {
  background: var(--white);
}

.textBlock h1,
.textBlock h2 {
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h1:last-child,
.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3,
.textBlock h4 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.textBlock h3:first-child,
.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h3:last-child,
.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child,
.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5,
.textBlock h6 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock p {
  color: var(--base80);
  margin-bottom: 1.2rem;
}

.textBlock p:last-child {
  margin-bottom: 0;
}

.textBlock a {
  color: var(--base);
}

.textBlock a:hover {
  text-decoration: underline;
}

.textBlock ul {
  color: var(--base80);
  margin-bottom: 1.6rem;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.4rem;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--base80);
}

.textBlock ol {
  color: var(--base80);
  list-style-type: decimal;
  margin-left: 2.4rem;
  margin-bottom: 1.6rem;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 0.4rem;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 28, 59, 0.7);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88.4rem;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  background: var(--white);
  border-radius: 0.8rem;
  padding: 6.4rem;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}

.modal__close svg {
  width: 4rem;
  height: 4rem;
  fill: none;
  stroke: var(--base60);
}

.modal__head {
  margin-bottom: 3.2rem;
}

.modal__head:last-child {
  margin-bottom: 0;
}

.modal__ttl {
  margin-bottom: 1.6rem;
}

.modal__ttl:last-child {
  margin-bottom: 0;
}

.modal__subt {
  color: var(--base80);
}

.modal__form {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: 1fr;
}

.serviceModal__txt {
  max-height: calc(100vh - 45rem);
  padding-right: 1.6rem;
  overflow: auto;
  margin-bottom: 3.2rem;
}

.serviceModal__txt:last-child {
  margin-bottom: 0;
}

.serviceModal__txt::-webkit-scrollbar {
  width: 0.4rem;
  height: 0;
  background: var(--bg-gray);
}

.serviceModal__txt::-webkit-scrollbar-thumb {
  width: 0.4rem;
  background: var(--primary);
  border-radius: 0.4rem;
}

@supports not selector(::-webkit-scrollbar) {
  .serviceModal__txt {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--bg-gray);
  }
}

#projectModal {
  width: 118.6rem;
  background: var(--bg-gray);
}

.projectModal {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}

.projectModal__left {
  display: flex;
  flex-direction: column;
}

.projectModal__ttl {
  flex-shrink: 0;
  background: var(--white);
  border-radius: 0.8rem;
  padding: 2.4rem;
  color: var(--primary);
  margin-bottom: 1.6rem;
}

.projectModal__img {
  height: 100%;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
}

.projectModal__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectModalIt {
  background: var(--white);
  border-radius: 0.8rem;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}

.projectModalIt:last-child {
  margin-bottom: 0;
}

.projectModalIt_primary {
  background: var(--primary);
  color: var(--white);
}

.projectModalIt_primary .projectModalIt__txt {
  color: var(--white);
}

.projectModalIt__ttl {
  margin-bottom: 0.8rem;
}

.projectModalIt__ttl:last-child {
  margin-bottom: 0;
}

.projectModalIt__txt {
  color: var(--base80);
}

.projectModalIt__txt p {
  margin-bottom: 1.2rem;
}

.projectModalIt__txt p:last-child {
  margin-bottom: 0;
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  padding: 30px 15px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobMenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobMenu__close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--base);
}

.mobileMenu {
  font-weight: 500;
  font-size: 16px;
}

.mobileMenu__item {
  display: block;
  padding: 16px 0;
}

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.06);
  padding: 1.6rem 0;
}

.header__wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 14rem;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header__btn {
  min-height: 5.4rem;
}

.headerLink {
  max-width: 100%;
  min-height: 5.4rem;
  background: transparent;
  border: 0.15rem solid var(--base80);
  border-radius: 0.8rem;
  padding: 0.8rem 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font: 600 2rem/1.5 var(--font2);
  color: var(--base80);
  cursor: pointer;
  transition: 0.25s;
}

.headerLink__ic {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.headerLink__ic svg {
  width: 100%;
  height: 100%;
  fill: var(--base80);
}

.headerLink__txt {
  max-width: 100%;
}

.footer {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

.footer__wr {
  background: var(--base);
  border-radius: 0.8rem;
  padding: 4rem 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
  color: var(--white);
}

.footer__wr a {
  color: var(--white);
  text-decoration: underline;
}

.footer__side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 6.4rem;
  row-gap: 2.4rem;
}

.footer__req {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.section {
  padding: 8rem 0;
}

.section.np {
  padding: 0;
}

.section.npt {
  padding-top: 0;
}

.section.npb {
  padding-bottom: 0;
}

.section.z2 {
  position: relative;
  z-index: 2;
}

.sectionH {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}

.sectionH:last-child {
  margin-bottom: 0;
}

.sectionH__sup {
  flex-shrink: 0;
  width: 30.3rem;
  color: var(--base60);
}

.sectionH__cnt {
  width: 88.4rem;
  max-width: 100%;
}

.sectionH__ttl {
  margin-bottom: 2.4rem;
}

.sectionH__ttl:last-child {
  margin-bottom: 0;
}

.sectionH__subt {
  color: var(--base80);
}

.sectionHSl {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sectionHSl__arrows {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.sectionHSl__pag {
  display: none;
}

.hero {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}

.hero .wrapper {
  position: relative;
  z-index: 2;
}

.hero__map {
  position: absolute;
  z-index: 1;
  bottom: -22rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero__map img {
  width: 100%;
}

.hero__cnt {
  max-width: 118.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 18rem;
}

.hero__cnt:last-child {
  margin-bottom: 0;
}

.hero__subt {
  max-width: 88.4rem;
  color: var(--base80);
}

.hero__advan {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.heroAdvan {
  background: var(--primary08);
  -webkit-backdrop-filter: blur(0.3rem);
  backdrop-filter: blur(0.3rem);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
}

.heroAdvan__ttl {
  color: var(--base80);
  margin-bottom: 0.4rem;
}

.heroAdvan__ttl:last-child {
  margin-bottom: 0;
}

.heroAdvan__txt {
  color: var(--base60);
}

.services {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: 1fr;
}

.service {
  position: sticky;
  top: 13rem;
  left: 0;
  width: 100%;
  min-height: 30rem;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
  padding-right: 12.8rem;
  display: flex;
  align-items: flex-start;
}

.service__ic {
  flex-shrink: 0;
  width: 27.1rem;
  display: flex;
  align-items: center;
}

.service__ic img {
  width: 13.2rem;
}

.service__cnt {
  width: 73.3rem;
  max-width: 100%;
}

.service__ttl {
  margin-bottom: 1.6rem;
}

.service__txt {
  margin-bottom: 3.2rem;
}

.service__btns {
  margin-top: 3.2rem;
  display: flex;
  gap: 1.6rem;
}

.service__num {
  position: absolute;
  top: 4.7rem;
  right: 6.4rem;
  font: 600 1.6rem/1.5 var(--font);
  color: var(--base60);
}

.service__num span {
  color: var(--base);
}

.whyBlock {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.why1 {
  grid-column: span 2;
  min-height: 40rem;
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.why1::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.why1__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why1__wr {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.why1It {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(0.3rem);
  backdrop-filter: blur(0.3rem);
  border: 0.15rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.8rem;
  padding: 2.4rem 3.2rem;
  color: var(--white);
}

.why1It__ttl {
  margin-bottom: 0.4rem;
}

.why1It__ttl:last-child {
  margin-bottom: 0;
}

.why1It__txt {
  color: var(--white80);
}

.why2 {
  min-height: 40rem;
  background: var(--primary);
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.why2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/why2-figure.webp") no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}

.why2__ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 0.4rem;
}

.why2__ttl:last-child {
  margin-bottom: 0;
}

.why2__txt {
  position: relative;
  z-index: 2;
  color: var(--white80);
}

.why3 {
  min-height: 40rem;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
}

.why3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why4 {
  min-height: 40rem;
  background: var(--primary);
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.why4::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/why2-figure.webp") no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}

.why4__wr {
  position: relative;
  z-index: 2;
  margin-bottom: 1.6rem;
}

.why4__ttl {
  position: relative;
  z-index: 2;
}

.why4It {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.why4It:last-child {
  margin-bottom: 0;
}

.why4It__ttl {
  flex-shrink: 0;
  width: 9.6rem;
}

.why4It__txt {
  width: 100%;
  padding-top: 1.3rem;
  color: var(--white80);
}

.why5 {
  min-height: 40rem;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why5__img {
  border-radius: 0.8rem;
  aspect-ratio: 1.9;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.why5__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why5__ttl {
  margin-bottom: 0.4rem;
}

.why5__ttl:last-child {
  margin-bottom: 0;
}

.why5__txt {
  color: var(--base80);
}

.why6 {
  grid-column: span 2;
  min-height: 40rem;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why6__txt {
  margin-bottom: 2rem;
}

.why6__txt p {
  margin-bottom: 1.2rem;
}

.why6__txt p:last-child {
  margin-bottom: 0;
}

.why6Person {
  display: flex;
  align-items: center;
}

.why6Person__img {
  flex-shrink: 0;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.6rem;
}

.why6Person__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why6Person__cnt {
  width: 100%;
}

.why6Person__ttl {
  margin-bottom: 0.4rem;
}

.why6Person__ttl:last-child {
  margin-bottom: 0;
}

.why6Person__txt {
  color: var(--base80);
}

.projectsSectionHSlMob {
  display: none;
}

.projects__bl {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.projectsMob {
  display: none;
}

.projectsIt {
  grid-column: span 3;
  min-height: 32.8rem;
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: var(--white);
  cursor: pointer;
}

.projectsIt:first-child {
  grid-row: span 2;
}

.projectsIt:nth-child(2) {
  grid-column: span 5;
}

.projectsIt:nth-child(3) {
  grid-column: span 4;
}

.projectsIt::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.projectsIt__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.projectsIt__ttl {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 2rem;
}

.projectsIt__wr {
  position: relative;
  z-index: 3;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.projectsIt__logo {
  width: 16rem;
  border-radius: 0.8rem;
}

.digitsBl {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.digitsIt {
  background: var(--primary08);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
}

.digitsIt__ttl {
  color: var(--base80);
  margin-bottom: 0.4rem;
}

.digitsIt__ttl:last-child {
  margin-bottom: 0;
}

.digitsIt__txt {
  color: var(--base60);
}

.steps {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: 1fr;
}

.step {
  position: sticky;
  top: 13rem;
  left: 0;
  width: 100%;
  min-height: 33.5rem;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
  padding-left: 30.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.step__num {
  position: absolute;
  bottom: -4rem;
  left: -3.2rem;
  font: 900 20rem/1 var(--font2);
  color: var(--primary08);
}

.step__cnt {
  width: 73.3rem;
  max-width: 100%;
}

.step__ttl {
  margin-bottom: 1.6rem;
}

.step__ttl:last-child {
  margin-bottom: 0;
}

.step__txt {
  color: var(--base80);
}

.step__txt p {
  margin-bottom: 1.2rem;
}

.step__txt p:last-child {
  margin-bottom: 0;
}

.step__process {
  position: absolute;
  top: 0;
  right: calc(100% + 3.2rem);
  width: 3.2rem;
}

.stepResult {
  flex-shrink: 0;
  width: 44rem;
  background: var(--primary08);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
  margin-left: 9.6rem;
  color: var(--primary);
  position: relative;
}

.stepResult__head {
  margin-bottom: 1.6rem;
}

.stepResult__head:last-child {
  margin-bottom: 0;
}

.stepResult__ttl {
  margin-bottom: 0.8rem;
}

.stepResult__ttl:last-child {
  margin-bottom: 0;
}

.stepResult__txt {
  color: var(--base80);
}

.stepResultIt {
  margin-bottom: 0.8rem;
}

.stepResultIt:last-child {
  margin-bottom: 0;
}

.stepResultIt__ttl {
  margin-bottom: 0.2rem;
}

.stepResultIt__ttl:last-child {
  margin-bottom: 0;
}

.stepResultIt__txt {
  color: var(--base80);
}

.licenses__it {
  display: flex;
  align-items: center;
}

.licenses__it img {
  width: 100%;
}

.geography {
  min-height: 110.1rem;
  position: relative;
}

.geography__map {
  position: absolute;
  z-index: 1;
  top: 9.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 179.2rem;
  display: flex;
  align-items: center;
}

.geography__map img {
  width: 100%;
}

.geography .wrapper {
  position: relative;
  z-index: 2;
}

.geographyBl {
  width: 100%;
  max-width: 117.6rem;
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

.geographyIt {
  background: var(--primary08);
  -webkit-backdrop-filter: blur(0.3rem);
  backdrop-filter: blur(0.3rem);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
}

.geographyIt__ttl {
  color: var(--base80);
  margin-bottom: 0.4rem;
}

.geographyIt__ttl:last-child {
  margin-bottom: 0;
}

.geographyIt__txt {
  color: var(--base60);
}

.trustBl {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.trustIt {
  min-height: 40rem;
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.trustIt:nth-child(6n-5),
.trustIt:nth-child(6n) {
  grid-column: span 2;
}

.trustIt::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.trustIt__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trustIt__ttl {
  position: relative;
  z-index: 3;
}

.contacts {
  display: grid;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(12, 1fr);
}

.contactsMap {
  grid-column: span 7;
  border-radius: 0.8rem;
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.contactsMap::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(29, 28, 59, 0) 0%, rgba(37, 37, 39, 0.7) 70%);
}

.contactsMap__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactsMap__pin {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
}

.contactsMap__ttl {
  position: relative;
  z-index: 4;
  width: 100%;
}

.contactsMap__cnt {
  position: relative;
  z-index: 4;
  width: 100%;
}

.contactsMap__cnt p {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
}

.contactsMap__cnt p:last-child {
  margin-bottom: 0;
}

.contactsMap__cnt p a {
  color: var(--white);
}

.contactsForm {
  grid-column: span 5;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 6.4rem;
}

.contactsForm__head {
  margin-bottom: 1.6rem;
}

.contactsForm__ttl {
  margin-bottom: 1.2rem;
}

.contactsForm__ttl:last-child {
  margin-bottom: 0;
}

.contactsForm__subt {
  color: var(--base80);
}

.contactsForm__fields {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: 1fr;
}

.contactsForm__agreement {
  color: var(--base60);
}

.contactsForm__agreement a {
  color: var(--base60);
  text-decoration: underline;
}

.contactsIt {
  grid-column: span 7;
  background: var(--bg-gray);
  border: 0.15rem solid var(--primary20);
  border-radius: 0.8rem;
  padding: 3.2rem;
}

.contactsIt:nth-child(2n) {
  grid-column: span 5;
}

.contactsIt__ttl {
  color: var(--base60);
  margin-bottom: 0.4rem;
}

.contactsIt__ttl:last-child {
  margin-bottom: 0;
}

.contactsIt__txt {
  color: var(--base80);
}

.contactsIt__txt a {
  color: var(--base80);
}

.errorBl {
  text-align: center;
}

.errorBl__ttl {
  font-size: 12rem;
  margin-bottom: 2rem;
}

.errorBl__subt {
  margin-bottom: 4rem;
}

.errorBl__btn {
  display: flex;
  justify-content: center;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}

@media (width < 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .wrapper {
    padding: 0 14px;
  }

  h1,
  .h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  .text24 {
    font-size: 16px;
    line-height: 1.6;
  }

  .text18 {
    font-size: 16px;
    line-height: 1.6;
  }

  .text16 {
    font-size: 14px;
  }

  .text14 {
    font-size: 12px;
  }

  .text12 {
    font-size: 12px;
  }

  .btn {
    min-height: 54px;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
  }

  .btn_l {
    min-height: 54px;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5;
  }

  .btn_s {
    min-height: 40px;
    font-size: 14px;
  }

  .btn_bor1,
  .btn_bor2 {
    border-width: 1.5px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    border-width: 1.5px;
    border-radius: 8px;
  }

  .arrow svg {
    width: 24px;
    height: 24px;
  }

  .linkArrow {
    width: 40px;
    height: 40px;
    border-width: 1.5px;
    border-radius: 8px;
  }

  .linkArrow svg {
    width: 24px;
    height: 24px;
  }

  input {
    height: 54px;
    border-width: 1px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
  }

  input::placeholder {
    font-size: 16px;
  }

  textarea {
    min-height: 84px;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
  }

  textarea::placeholder {
    font-size: 16px;
  }

  .modal {
    width: 100%;
    border-radius: 8px;
    padding: 20px 16px;
    padding-top: 52px;
  }

  .modal__close {
    width: 64px;
    height: 64px;
  }

  .modal__close svg {
    width: 24px;
    height: 24px;
  }

  .modal__head {
    margin-bottom: 16px;
  }

  .modal__ttl {
    margin-bottom: 8px;
  }

  .modal__form {
    grid-gap: 8px;
  }

  .serviceModal__txt {
    max-height: unset;
    padding-right: 0;
    overflow: visible;
    margin-bottom: 16px;
  }

  #projectModal {
    width: 100%;
  }

  .projectModal {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .projectModal__ttl {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 8px;
  }

  .projectModal__img {
    height: 240px;
    border-radius: 8p;
  }

  .projectModalIt {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 8px;
  }

  .projectModalIt__ttl {
    margin-bottom: 4px;
  }

  .projectModalIt__txt p {
    margin-bottom: 8px;
  }

  .header {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    padding: 10px 0;
  }

  .header__logo {
    width: 100px;
  }

  .header__right {
    gap: 12px;
  }

  .header__btn {
    display: none;
  }

  .headerLink {
    width: 44px;
    min-height: 44px;
    border-width: 1px;
    border-radius: 8px;
    padding: 0;
    display: flex;
  }

  .headerLink__ic {
    width: 24px;
    height: 24px;
  }

  .headerLink__txt {
    display: none;
  }

  .footer {
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .footer__wr {
    border-radius: 8px;
    padding: 20px;
    display: block;
    font-size: 12px;
  }

  .footer__side {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .footer__side:last-child {
    margin-bottom: 0;
  }

  .footer__side p {
    width: 100%;
    text-align: left;
  }

  .footer__req {
    flex-direction: column;
    gap: 4px;
  }

  .footer__req li {
    width: 100%;
  }

  .section {
    padding: 32px 0;
  }

  .sectionH {
    display: block;
    margin-bottom: 16px;
  }

  .sectionH br {
    display: none;
  }

  .sectionH__sup {
    width: 100%;
    margin-bottom: 16px;
  }

  .sectionH__cnt {
    width: 100%;
  }

  .sectionH__ttl {
    margin-bottom: 12px;
  }

  .sectionH__subt {
    font-size: 14px;
  }

  .sectionHSl {
    position: static;
    width: 100%;
    padding-top: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 0;
  }

  .sectionHSl__arrows {
    gap: 8px;
  }

  .sectionHSl__pag {
    display: block;
    font: 600 12px/1.5 var(--font2);
    color: var(--base60);
  }

  .sectionHSl__pag .swiper-pagination-current {
    color: var(--base);
  }

  .hero {
    padding: 32px 0;
  }

  .hero__map {
    bottom: 0;
    width: 100%;
    height: 413px;
    overflow: hidden;
  }

  .hero__map img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 800px;
    max-width: unset;
    height: 413px;
  }

  .hero__cnt {
    max-width: 100%;
    gap: 16px;
    text-align: left;
    margin-bottom: 16px;
  }

  .hero__ttl br {
    display: none;
  }

  .hero__subt {
    max-width: 100%;
    font-size: 14px;
  }

  .hero__btn {
    width: 100%;
  }

  .hero__btn .btn {
    width: 100%;
  }

  .hero__advan {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .heroAdvan {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .heroAdvan__ttl {
    margin: 0;
  }

  .heroAdvan__txt {
    font-size: 12px;
  }

  .services {
    grid-gap: 8px;
  }

  .service {
    position: relative;
    top: unset;
    left: unset;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 20px;
    display: block;
  }

  .service__ic {
    width: 100%;
    margin-bottom: 8px;
  }

  .service__ic img {
    width: 64px;
  }

  .service__cnt {
    width: 100%;
  }

  .service__ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .service__txt {
    margin-bottom: 12px;
  }

  .service__btns {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .service__btns .btn {
    width: 100%;
  }

  .service__num {
    top: 20px;
    right: 20px;
    font-size: 12px;
  }

  .whyBlock {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .why1 {
    grid-column: unset;
    min-height: 400px;
    border-radius: 8px;
    padding: 20px;
  }

  .why1__wr {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .why1It {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .why1It__ttl {
    margin-bottom: 2px;
  }

  .why2 {
    min-height: 216px;
    border-radius: 8px;
    padding: 20px;
  }

  .why2__ttl {
    margin-bottom: 4px;
  }

  .why3 {
    min-height: 216px;
    border-radius: 8px;
  }

  .why4 {
    min-height: auto;
    border-radius: 8px;
    padding: 20px;
  }

  .why4__wr {
    margin-bottom: 20px;
  }

  .why4It {
    margin-bottom: 16px;
  }

  .why4It__ttl {
    width: 68px;
  }

  .why4It__txt {
    padding-top: 9px;
  }

  .why5 {
    min-height: auto;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 20px;
  }

  .why5__img {
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .why5__ttl {
    margin-bottom: 2px;
  }

  .why6 {
    grid-column: unset;
    min-height: auto;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 20px;
  }

  .why6__txt {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .why6__txt p {
    margin-bottom: 8px;
  }

  .why6Person {
    flex-direction: column;
    align-items: flex-start;
  }

  .why6Person__img {
    width: 64px;
    height: 64px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .why6Person__ttl {
    margin-bottom: 2px;
  }

  .projectsSectionHSlDesktop {
    display: none;
  }

  .projectsSectionHSlMob {
    display: flex;
  }

  .projects {
    display: none;
  }

  .projectsMob {
    display: block;
  }

  .projectsIt {
    grid-column: unset;
    min-height: 400px;
    border-radius: 8px;
    padding: 16px;
  }

  .projectsIt:first-child {
    grid-row: unset;
  }

  .projectsIt:nth-child(2) {
    grid-column: unset;
  }

  .projectsIt:nth-child(3) {
    grid-column: unset;
  }

  .projectsIt__ttl {
    margin-bottom: 20px;
  }

  .projectsIt__logo {
    width: 160px;
    border-radius: 8px;
  }

  .digitsBl {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .digitsIt {
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .digitsIt__ttl {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .digitsIt__txt {
    font-size: 12px;
  }

  .steps {
    grid-gap: 8px;
  }

  .step {
    position: relative;
    top: unset;
    left: unset;
    min-height: auto;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 20px 16px;
    display: block;
  }

  .step__num {
    display: none;
  }

  .step__cnt {
    width: 100%;
    margin-bottom: 12px;
  }

  .step__cnt:last-child {
    margin-bottom: 0;
  }

  .step__ttl {
    padding-right: 36px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .step__txt {
    font-size: 14px;
  }

  .step__txt p {
    margin-bottom: 8px;
  }

  .step__process {
    top: 16px;
    right: 16px;
    width: 24px;
  }

  .stepResult {
    position: static;
    width: 100%;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
    margin: 0;
  }

  .stepResult__head {
    margin-bottom: 8px;
  }

  .stepResult__ttl {
    margin-bottom: 4px;
  }

  .stepResult__txt {
    font-size: 13px;
  }

  .stepResultIt {
    margin-bottom: 8px;
  }

  .stepResultIt__ttl {
    margin-bottom: 2px;
  }

  .geography {
    min-height: auto;
    padding-bottom: 257px;
  }

  .geography__map {
    top: auto;
    bottom: 32px;
    left: 0;
    transform: none;
    width: 100%;
    height: 273px;
    overflow: hidden;
  }

  .geography__map img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 530px;
    max-width: unset;
    height: 273px;
  }

  .geographyBl {
    max-width: 100%;
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .geographyIt {
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .geographyIt br {
    display: none;
  }

  .geographyIt__ttl {
    margin-bottom: 4px;
  }

  .trustBl {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .trustIt {
    min-height: 280px;
    border-radius: 8px;
    padding: 16px;
  }

  .trustIt:nth-child(6n-5),
  .trustIt:nth-child(6n) {
    grid-column: unset;
    min-height: 400px;
  }

  .trustIt br {
    display: none;
  }

  .contacts {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .contactsMap {
    grid-column: unset;
    min-height: 600px;
    border-radius: 8px;
    padding: 16px;
  }

  .contactsMap__pin {
    width: 64px;
  }

  .contactsMap__ttl {
    max-width: 260px;
  }

  .contactsMap__cnt p {
    margin-bottom: 4px;
  }

  .contactsForm {
    grid-column: unset;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .contactsForm__head {
    margin-bottom: 12px;
  }

  .contactsForm__ttl {
    margin-bottom: 8px;
  }

  .contactsForm__fields {
    grid-gap: 8px;
  }

  .contactsIt {
    grid-column: unset;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 16px;
  }

  .contactsIt:nth-child(2n) {
    grid-column: unset;
  }

  .contactsIt__ttl {
    margin-bottom: 2px;
  }

  .contactsIt__txt {
    font-size: 20px;
  }

  .errorBl__ttl {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .errorBl__subt {
    margin-bottom: 40px;
  }

  .errorBl__btn .btn {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--primary);
  }

  .btn:hover {
    background: var(--base);
    color: var(--white);
  }

  .btn_bor1:hover {
    background: var(--primary);
    color: var(--white);
  }

  .btn_bor2:hover {
    background: var(--base60);
    border-color: var(--base60);
    color: var(--white);
  }

  .arrow:hover {
    background: var(--base60);
    border-color: var(--base60);
  }

  .arrow:hover svg {
    stroke: var(--white);
  }

  .linkArrow:hover {
    background: var(--primary);
    border-color: var(--primary);
  }

  .linkArrow:hover svg {
    stroke: var(--white);
  }

  .modal__close:hover {
    transform: rotate(-90deg);
  }

  .modal__close:hover svg {
    stroke: var(--base);
  }

  .headerLink:hover {
    background: var(--base60);
    border-color: var(--base60);
    color: var(--white);
  }

  .headerLink:hover .headerLink__ic svg {
    fill: var(--white);
  }

  .footer__wr a:hover {
    color: var(--white);
    opacity: 0.75;
  }

  .projectsIt:hover .projectsIt__bg {
    transform: scale(1.1);
  }

  .contactsMap__cnt p a:hover {
    color: var(--primary);
  }
}