/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

button {
  cursor: pointer;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input {
  border-radius: 0;
}

button {
  border: none;
  background: transparent;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding-top: 0;
}

:root {
  --main-pad: calc(var(--px) * 40);
  --head-pad: 5rem;
}

:root {
  --black: #181C21;
  --red: #EF192F;
  --grey-light: #F1F1F1;
  --stroke: #E5E5E5;
  --grey-dark: #BABBBC;
  --white: #FFFFFF;
}

.c_r {
  color: var(--red);
}
.c_gr-l {
  color: var(--grey-light);
}
.c_gr-d {
  color: var(--grey-dark);
}
.c_w {
  color: var(--white);
}
.c_b {
  color: var(--black);
}
.c_st {
  color: var(--stroke);
}

@font-face {
  font-family: "Inter Tight";
  src: url("../font/InterTight-Regular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../font/InterTight-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../font/InterTight-SemiBold.ttf") format("ttf");
  font-weight: 600;
}
.h1 {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(120 * var(--px));
  line-height: 0.9em;
  letter-spacing: -0.02em;
}
@media (max-width: 1399.98px) {
  .h1 {
    font-size: calc(85 * var(--px));
  }
}
@media (max-width: 1199.98px) {
  .h1 {
    font-size: calc(75 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .h1 {
    font-size: calc(40 * var(--px));
  }
}

.h2 {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(72 * var(--px));
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1399.98px) {
  .h2 {
    font-size: calc(52 * var(--px));
  }
}
@media (max-width: 1199.98px) {
  .h2 {
    font-size: calc(52 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .h2 {
    font-size: calc(30 * var(--px));
  }
}

.h3 {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(62 * var(--px));
  line-height: 1.05em;
  letter-spacing: -0.02em;
}
@media (max-width: 1399.98px) {
  .h3 {
    font-size: calc(44 * var(--px));
  }
}
@media (max-width: 1199.98px) {
  .h3 {
    font-size: calc(44 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .h3 {
    font-size: calc(26 * var(--px));
  }
}

.h4 {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(36 * var(--px));
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media (max-width: 1399.98px) {
  .h4 {
    font-size: calc(25 * var(--px));
  }
}
@media (max-width: 1199.98px) {
  .h4 {
    font-size: calc(25 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .h4 {
    font-size: calc(22 * var(--px));
  }
}

.h5, .menu__list .sub-menu {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(28 * var(--px));
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media (max-width: 1399.98px) {
  .h5, .menu__list .sub-menu {
    font-size: calc(20 * var(--px));
  }
}
@media (max-width: 1199.98px) {
  .h5, .menu__list .sub-menu {
    font-size: calc(20 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .h5, .menu__list .sub-menu {
    font-size: calc(18 * var(--px));
  }
}

.p1, .header {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20 * var(--px));
  line-height: 1.3em;
}
@media (max-width: 1399.98px) {
  .p1, .header {
    font-size: calc(15 * var(--px));
  }
}

.p2, .wpcf7-select, .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea, .btnBg, .btnBig {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(16 * var(--px));
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .p2, .wpcf7-select, .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea, .btnBg, .btnBig {
    font-size: calc(14 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .p2, .wpcf7-select, .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea, .btnBg, .btnBig {
    font-size: calc(12 * var(--px));
  }
}

.p3, .search-result button, .nice-select {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20 * var(--px));
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .p3, .search-result button, .nice-select {
    font-size: calc(14 * var(--px));
  }
}
@media (max-width: 767.98px) {
  .p3, .search-result button, .nice-select {
    font-size: calc(12 * var(--px));
  }
}

.p3_14, .breadcrumbs {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: calc(14 * var(--px));
}
html,
body {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20 * var(--px));
  line-height: 1.3em;
}
@media (max-width: 1399.98px) {
  html,
  body {
    font-size: calc(15 * var(--px));
  }
}

.ttu {
  text-transform: uppercase;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
  align-items: stretch;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
  height: auto;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--grey-light);
  color: var(--black);
  border-radius: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: calc(var(--px) * 70);
  line-height: calc(var(--px) * 70);
  outline: none;
  padding-left: var(--padding-container);
  padding-right: calc(var(--padding-container) * 2);
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .nice-select {
    height: calc(var(--px) * 50);
    line-height: calc(var(--px) * 50);
  }
}

.nice-select:hover {
  border-color: hsl(0, 0%, 85.9803921569%);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: "";
  background-color: var(--red);
  display: block;
  height: calc(var(--px) * 10);
  width: calc(var(--px) * 10);
  pointer-events: none;
  position: absolute;
  right: var(--padding-container);
  top: calc(50% - var(--px) * 5);
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.45s ease-in-out;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: rgb(237, 237, 237);
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: var(--grey-light);
  border-radius: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: 50% 0;
  transform: scale(0.95) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
  margin: 0;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: calc(var(--px) * 40);
  height: calc(var(--px) * 40);
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}

.nice-select .extra {
  float: right;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 0;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.headroom {
  will-change: transform;
  transition: 400ms ease-in-out;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom.headroom--not-top {
  transition: transform 400ms ease-in-out, 400ms background-color 400ms ease-in-out, 400ms color 400ms ease-in-out;
  background-color: var(--white);
  color: var(--color-black);
  --color: var(--black);
  --border: var(--stroke);
  --color-c: var(--white);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

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

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.ttu {
  text-transform: uppercase;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.op-05 {
  opacity: 0.5;
}

.op-07 {
  opacity: 0.7;
}

.container {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
}

.btnOp {
  transition: opacity 0.3s ease;
}
.btnOp svg {
  height: 0.8em;
  width: auto;
  margin-left: 0.5em;
  position: relative;
  bottom: -0.05em;
}
.btnOp:hover {
  opacity: 0.5;
}

.btnOpI {
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.btnOpI svg {
  height: 0.8em;
  width: auto;
  margin-left: 0.5em;
  position: relative;
  bottom: -0.05em;
}
.btnOpI:hover {
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-transform: uppercase;
  gap: 4px;
  overflow: auto;
}
.breadcrumbs > * {
  background-color: var(--grey-light);
  padding: 0.5em 0.8em;
  display: inline-flex;
}
.breadcrumbs > * span {
  margin: 0;
  padding: 0;
}
.breadcrumbs a span {
  transition: opacity 0.3s;
}
.breadcrumbs a:hover span {
  opacity: 0.6;
}
.breadcrumbs span span {
  opacity: 0.6;
}
.breadcrumbs_tr > * {
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.tag-list_w .tag {
  background-color: var(--white);
}

.tag {
  text-transform: uppercase;
  background-color: var(--grey-light);
  padding: 0.5em 0.8em;
  display: inline-flex;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.6em) 0, 100% 0.6em, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0.6em) 0, 100% 0.6em, 100% 100%, 0 100%);
}

.btnBig {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  background-color: var(--grey-light);
  color: var(--black);
  padding: calc(var(--px) * 25) calc(var(--px) * 30);
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
  aspect-ratio: 40/21;
  width: 100%;
  height: auto;
  text-transform: uppercase;
}
.btnBig__bg {
  transition: opacity 0.5s ease-in-out;
  fill: var(--white);
}
.btnBig_w {
  background-color: var(--white);
}
.btnBig_w .btnBig__bg {
  fill: var(--grey-light);
}
.btnBig span {
  position: relative;
  display: block;
  overflow: hidden;
}
.btnBig span:first-child span:first-child {
  position: relative;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.btnBig span:first-child span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translateY(200%);
}
.btnBig svg {
  position: absolute;
  top: calc(var(--px) * 15);
  right: calc(var(--px) * 15);
  height: calc(var(--px) * 50);
  width: auto;
}
.btnBig:hover .btnBig__bg {
  opacity: 0;
}
.btnBig:hover span span:first-child {
  transform: translateY(-200%);
}
.btnBig:hover span span:last-child {
  transform: translateY(0%);
}
@media (max-width: 1399.98px) {
  .btnBig {
    padding: calc(var(--px) * 20) calc(var(--px) * 25);
    -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  }
  .btnBig svg {
    height: calc(var(--px) * 36);
    top: calc(var(--px) * 12);
    right: calc(var(--px) * 12);
  }
}
@media (max-width: 767.98px) {
  .btnBig {
    aspect-ratio: 3/1;
    padding: calc(var(--px) * 15) calc(var(--px) * 15);
  }
  .btnBig svg {
    height: calc(var(--px) * 30);
    top: calc(var(--px) * 10);
    right: calc(var(--px) * 10);
  }
}

.btnBg {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 2em;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  height: calc(var(--px) * 70);
}
@media (max-width: 1399.98px) {
  .btnBg {
    height: calc(var(--px) * 50);
  }
}
.btnBg span {
  position: relative;
  display: block;
  overflow: hidden;
}
.btnBg span:first-child span:first-child {
  position: relative;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.btnBg span:first-child span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translateY(200%);
}
.btnBg svg {
  height: 0.85em;
  bottom: 0em;
  width: auto;
  margin-left: 0.5em;
  position: relative;
}
.btnBg_w100 {
  width: 100%;
}
.btnBg_g {
  background-color: var(--grey-light);
  color: var(--black);
}
.btnBg_tr {
  background-color: transparent;
  color: var(--currentColor);
}
@media (max-width: 767.98px) {
  .btnBg_tr {
    background-color: var(--grey-light);
    color: var(--black);
  }
}
.btnBg_big {
  padding: 1.5em 4em;
}
@media (max-width: 575.98px) {
  .btnBg_sm-w100 {
    width: 100%;
  }
}
.btnBg:hover span span:first-child {
  transform: translateY(-200%);
}
.btnBg:hover span span:last-child {
  transform: translateY(0%);
}

.headBlockLine {
  position: relative;
  padding: calc(var(--px) * 20) calc(var(--px) * 20);
  margin-bottom: calc(var(--px) * 20);
}
@media (max-width: 1023.98px) {
  .headBlockLine {
    padding: calc(var(--px) * 15) calc(var(--px) * 0);
  }
}
.headBlockLine:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--px) * 15);
  border: 1px solid currentColor;
  border-bottom: none;
  opacity: 0.3;
}
@media (max-width: 1023.98px) {
  .headBlockLine:before {
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid currentColor;
  }
}
.headBlockLine:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0;
  height: calc(var(--px) * 15);
  border-right: 1px solid currentColor;
  opacity: 0.3;
}
@media (max-width: 1023.98px) {
  .headBlockLine:after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .headBlockLine_lg-none:before {
    display: none;
  }
  .headBlockLine_lg-none:after {
    display: none;
  }
}

.headBlock {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btnSlider {
  display: inline-flex;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}
.btnSlider svg {
  width: calc(var(--px) * 60);
  height: auto;
}
@media (max-width: 1399.98px) {
  .btnSlider svg {
    width: calc(var(--px) * 42);
  }
}
@media (max-width: 1023.98px) {
  .btnSlider svg {
    width: calc(var(--px) * 36);
  }
}
@media (hover: hover) {
  .btnSlider:hover {
    opacity: 0.7;
  }
}
.btnSlider[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.lang-item {
  list-style-type: none;
}
.lang-item a {
  transition: opacity 0.3s;
}
.lang-item a:hover {
  opacity: 0.7;
}

.btnSmW {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.3em;
  gap: 0.3em;
  background-color: var(--white);
  color: var(--black);
}
.btnSmW_g {
  background-color: var(--grey-light);
}

.btnSm {
  text-transform: uppercase;
  transition: 0.3s;
  padding: 1.2em 2.2em;
  color: currentColor;
}
.btnSm.active {
  background-color: var(--black);
  color: var(--white);
}

.catalog-card {
  position: relative;
  border-bottom: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 40);
  padding: var(--padding-container);
}
@media (max-width: 1399.98px) {
  .catalog-card {
    gap: calc(var(--px) * 30);
  }
}
@media (max-width: 1023.98px) {
  .catalog-card {
    gap: calc(var(--px) * 20);
  }
}
.catalog-card:hover .catalog-card__img img {
  transform: scale(1.03) rotate(3deg);
}
.catalog-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(50%, -50%) rotate(-45deg);
}
.catalog-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(50%, 50%) rotate(-45deg);
}

.catalog-card__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0 calc(var(--px) * 20);
}
.catalog-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.catalog-card-cat {
  border-bottom: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--padding-container);
  padding-bottom: calc(var(--padding-container) * 0.8);
  background-color: var(--grey-light);
  aspect-ratio: 12/11;
  overflow: hidden;
  border: none;
  gap: calc(var(--px) * 20);
}
.catalog-card-cat:hover .catalog-card-cat__img img {
  transform: scale(1.03) rotate(3deg);
}

.catalog-card-cat__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0 calc(var(--px) * 20);
}
.catalog-card-cat__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  padding: var(--padding-container);
}
@media (min-width: 1024px) {
  .news-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .news-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, 50%) rotate(-45deg);
  }
}
.news-card:hover .news-card__image img {
  transform: scale(1.03);
}

.news-card__title {
  display: -webkit-box;
  height: 8lh;
  margin-bottom: auto;
}
@media (max-width: 767.98px) {
  .news-card__title {
    height: auto;
    min-height: 3lh;
    margin-bottom: 1em;
  }
}

.news-card__info {
  margin-bottom: calc(var(--px) * 35);
}
@media (max-width: 1023.98px) {
  .news-card__info {
    margin-bottom: calc(var(--px) * 20);
  }
}

.news-card__date {
  margin-left: auto;
}
.news-card__date::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  bottom: 0.2em;
  background-color: var(--red);
  margin-right: 0.2em;
  margin-left: 0.6em;
}

.news-card__image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 40/21;
}
.news-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.mission {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--padding-container);
  background-color: var(--black);
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mission__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--px) * 18);
  opacity: 0.6;
}
.mission__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--px) * 15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: none;
}

.mission__title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap);
  grid-template-areas: ". t";
  margin-bottom: auto;
}
@media (max-width: 1023.98px) {
  .mission__title {
    grid-template-columns: 1fr;
    grid-template-areas: "t";
  }
}

.mission__title-txt {
  grid-area: t;
}

.mission__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(var(--px) * 55) var(--grid-gap);
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .mission__content {
    gap: calc(var(--px) * 40) var(--grid-gap);
  }
}
@media (min-width: 1024px) {
  .mission__content {
    margin-left: 25%;
  }
}
@media (max-width: 1023.98px) {
  .mission__content {
    grid-template-columns: 1fr 1fr;
    margin-top: calc(var(--px) * 180);
  }
}
@media (max-width: 575.98px) {
  .mission__content {
    gap: calc(var(--px) * 30) var(--grid-gap);
    grid-template-columns: 1fr;
    margin-top: calc(var(--px) * 80);
  }
}

.mission__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 15);
}
@media (max-width: 1399.98px) {
  .mission__item {
    gap: calc(var(--px) * 12);
  }
}
@media (max-width: 1199.98px) {
  .mission__item {
    gap: calc(var(--px) * 10);
  }
}
@media (max-width: 1023.98px) {
  .mission__item {
    gap: calc(var(--px) * 5);
  }
}
.mission__item p {
  padding: 0;
  margin: 0;
}

.advantages {
  background-color: var(--white);
  position: relative;
  z-index: 3;
  padding: var(--padding-container);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "l l l l l l l l . h h h";
  gap: var(--grid-gap);
  margin-bottom: calc(var(--px) * 230);
}
@media (max-width: 1023.98px) {
  .advantages {
    grid-template-columns: 100%;
    grid-template-areas: "h" "l";
  }
}
@media (max-width: 1399.98px) {
  .advantages {
    margin-bottom: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .advantages {
    margin-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .advantages {
    margin-bottom: calc(var(--px) * 80);
  }
}

.advantages__head {
  grid-area: h;
}

.advantages__head-content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .advantages__head-content {
    height: calc(100vh - var(--padding-container) * 2);
    top: calc(var(--padding-container));
    padding: calc(var(--px) * 20) 0 calc(var(--px) * 20) calc(var(--px) * 25);
    position: sticky;
  }
  .advantages__head-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--px) * 20);
    height: 100%;
    border-top: 1px solid var(--stroke);
    border-left: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke);
  }
}

.advantages__title {
  display: flex;
  justify-content: space-between;
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .advantages__title {
    border-bottom: 1px solid var(--stroke);
    padding-bottom: calc(var(--px) * 12);
  }
}

@media (max-width: 1023.98px) {
  .advantages__text {
    margin-left: 50%;
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .advantages__text {
    margin-left: 0;
    margin-bottom: calc(var(--px) * 35);
  }
}

.advantages__list {
  grid-area: l;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: var(--padding-container) 0;
  grid-auto-rows: min-content;
}
@media (max-width: 1023.98px) {
  .advantages__list {
    grid-template-columns: 1fr;
  }
}

.adv-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--grid-gap);
  padding: calc(var(--px) * 25) calc(var(--px) * 40);
}
@media (min-width: 1200px) {
  .adv-item {
    aspect-ratio: 10/8;
  }
}
@media (max-width: 1399.98px) {
  .adv-item {
    padding: calc(var(--px) * 20) calc(var(--px) * 30);
  }
}
@media (max-width: 1199.98px) {
  .adv-item {
    padding: calc(var(--px) * 20) calc(var(--px) * 25);
  }
}
@media (max-width: 1023.98px) {
  .adv-item {
    padding: calc(var(--px) * 20);
    display: flex;
    flex-direction: row;
  }
}
.adv-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--px) * 20);
  height: 100%;
  border-top: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.adv-item__icon {
  width: calc(var(--px) * 60);
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: auto;
}
@media (max-width: 1399.98px) {
  .adv-item__icon {
    width: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .adv-item__icon {
    width: calc(var(--px) * 30);
  }
}
.adv-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .adv-item__content {
    margin-top: auto;
  }
}
@media (max-width: 1023.98px) {
  .adv-item__content {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .adv-item__content {
    width: 70%;
  }
}

.adv-item__title {
  margin-top: 0;
  margin-bottom: calc(var(--px) * 12);
}

.adv-item__text {
  margin-bottom: 0;
}

.development {
  position: relative;
  padding: var(--padding-container);
  background-color: var(--white);
}

.development__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--px) * 15) 0;
  margin-bottom: calc(var(--px) * 30);
  border-top: 1px solid var(--stroke);
  color: rgba(24, 28, 33, 0.5);
  text-transform: uppercase;
}

.development__title {
  margin-top: calc(var(--px) * 0);
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .development__title {
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .development__title {
    margin-bottom: calc(var(--px) * 35);
  }
}

.development__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap);
  grid-template-areas: ". c";
}
@media (max-width: 1023.98px) {
  .development__body {
    grid-template-columns: 1fr;
    grid-template-areas: "c";
  }
}

.development__cont {
  grid-area: c;
}

.development__list {
  border-bottom: 1px solid var(--stroke);
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .development__list {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 1023.98px) {
  .development__list {
    margin-bottom: calc(var(--px) * 30);
  }
}

.development__item {
  position: relative;
  display: flex;
  gap: calc(var(--px) * 10);
  border-top: 1px solid var(--stroke);
}

.development__item-num {
  width: 10%;
  flex: none;
  margin: calc(var(--px) * 25) 0;
  opacity: 0.5;
}

.development__item-title {
  position: relative;
  margin: calc(var(--px) * 25) 0;
  padding-right: 3em;
}
.development__item-title svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2em;
  height: auto;
  transform: translateY(-50%);
}
.development__item-title svg g {
  transform: rotate(180deg);
  transform-origin: center;
  transition: 300ms ease;
}
.development__item-title svg rect {
  opacity: 0;
  transition: 300ms ease;
}

@media (min-width: 1024px) {
  .development__item-det {
    width: 80%;
  }
}

.active .development__item-title svg g {
  transform: rotate(0deg);
}
.active .development__item-title svg rect {
  opacity: 1;
}

.development__item-cont {
  width: 90%;
  flex: auto;
}

.development__item-cont-p {
  padding-bottom: calc(var(--px) * 20);
}

.development__item-img {
  position: absolute;
  top: 0;
  left: calc(-100% - var(--grid-gap));
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 600ms ease-in-out;
}
@media (max-width: 1023.98px) {
  .development__item-img {
    display: none;
  }
}

.active .development__item-img {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.development__item-img-mob {
  width: 50%;
  height: auto;
  margin-top: calc(var(--px) * 20);
}
@media (min-width: 1024px) {
  .development__item-img-mob {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .development__item-img-mob {
    width: 100%;
  }
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding: var(--padding-container);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  min-height: 100svh;
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "c1 c1 c1 c1 c1 c1 c2 c2 c2 c2 c2 c2";
  margin-bottom: calc(var(--px) * 100);
}
@media (max-width: 1023.98px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "c1 c2";
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "c1" "c2";
  }
}

.footer__top-1 {
  grid-area: c1;
}

.footer__top-2 {
  grid-area: c2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
}
@media (max-width: 1023.98px) {
  .footer__top-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__tit {
  margin-bottom: calc(var(--px) * 40);
}
@media (max-width: 1023.98px) {
  .footer__tit {
    margin-bottom: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .footer__tit {
    margin-bottom: calc(var(--px) * 10);
  }
}

.footer-menu {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.footer-menu li {
  list-style-type: none;
  margin: 0;
}
.footer-menu a {
  transition: opacity 0.3s ease-in-out;
}
.footer-menu a:hover {
  opacity: 0.5;
}

.footer__top-2-address-cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__top-2-address-i {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__top-2-address-tit {
  margin-bottom: calc(var(--px) * 40);
}
@media (max-width: 1023.98px) {
  .footer__top-2-address-tit {
    margin-bottom: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .footer__top-2-address-tit {
    margin-bottom: calc(var(--px) * 10);
  }
}

.footer-scroll-up svg {
  height: calc(var(--px) * 50);
  width: auto;
}
@media (max-width: 1199.98px) {
  .footer-scroll-up svg {
    height: calc(var(--px) * 36);
  }
}
@media (max-width: 767.98px) {
  .footer-scroll-up {
    display: none;
  }
}

.footer__bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "c1 c1 c2 c2 c2 c2 c3 c3 c3 c4 c4 c4";
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .footer__bottom {
    gap: calc(var(--px) * 10) var(--grid-gap);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "c1 c2" "c1 c3" "c1 c4";
  }
}
@media (max-width: 767.98px) {
  .footer__bottom {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "c1" "c2" "c3" "c4";
  }
}

.footer__bottom-1 {
  grid-area: c1;
}

.footer__bottom-2 {
  grid-area: c2;
}
@media (max-width: 767.98px) {
  .footer__bottom-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: calc(var(--px) * 25);
    margin-top: calc(var(--px) * 25);
  }
}

.footer__bottom-3 {
  grid-area: c3;
}

.footer__bottom-4 {
  grid-area: c4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1023.98px) {
  .footer-logo {
    max-width: 150px;
  }
}

.form {
  background-color: var(--black);
  color: var(--white);
  padding: var(--padding-container);
  padding-bottom: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .form {
    padding-bottom: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .form {
    padding-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .form {
    padding-bottom: calc(var(--px) * 80);
  }
}

.form__head {
  display: flex;
}

.form__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
}
@media (max-width: 1023.98px) {
  .form__body {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__body-c1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form__head {
  grid-area: c1;
}

@media (max-width: 1023.98px) {
  .form__body-tit {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .form__body-tit {
    width: 100%;
  }
}

.form__body-time {
  margin-top: calc(var(--px) * 50);
}
@media (max-width: 767.98px) {
  .form__body-time {
    display: none;
  }
}

.header {
  --color: var(--white);
  --border: rgba(255, 255, 255, 0.15);
  --color-c: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: calc(var(--padding-container) / 2) calc(var(--padding-container) / 1);
  display: flex;
  color: var(--color);
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.header_b {
  --color: var(--black);
  --border: var(--stroke);
  --color-c: var(--white);
}

.menu-open .header {
  --color: var(--black);
  --border: var(--stroke);
  --color-c: var(--white);
}

.header__logo {
  width: 25%;
}
.header__logo svg {
  height: calc(var(--px) * 34);
  width: auto;
}
@media (max-width: 1399.98px) {
  .header__logo svg {
    height: 24px;
  }
}
.header__logo svg path {
  transition: 0.3s ease-in-out;
}
.header__logo svg:hover {
  opacity: 0.7;
}
@media (max-width: 1023.98px) {
  .header__logo {
    width: 50%;
  }
}

.header__lang {
  margin-left: auto;
  margin-right: 1.5em;
}

.header__menu-list {
  display: flex;
  gap: 4px;
}
@media (max-width: 1023.98px) {
  .header__menu-list {
    display: none;
  }
}

.header-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.7em 1.7em;
  border: 1px solid var(--border);
  gap: 0.4em;
  transition: 0.3s ease-in-out;
}
.header-btn svg {
  position: relative;
  height: 0.7em;
  width: auto;
}
.header-btn_c {
  background-color: var(--color);
  color: var(--color-c);
}
.header-btn span {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-btn span:first-child span:first-child {
  position: relative;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.header-btn span:first-child span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translateY(200%);
}
.header-btn:hover span span:first-child {
  transform: translateY(-200%);
}
.header-btn:hover span span:last-child {
  transform: translateY(0%);
}

.header-btnW {
  position: relative;
}
.header-btnW:hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(var(--px) * 15);
}

.header-btn__list {
  position: absolute;
  top: calc(100% + var(--px) * 15);
  left: 0;
  background-color: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-width: 100%;
  border: 1px solid var(--stroke);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.header-btnW:hover .header-btn__list {
  opacity: 1;
  pointer-events: auto;
}

.header-btn__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid var(--stroke);
  transition: opacity 0.3s ease-in-out;
  gap: 1em;
  white-space: nowrap;
}
.header-btn__list a svg {
  flex: none;
  height: 0.7em;
  width: auto;
}
.header-btn__list a:last-child {
  border-bottom: none;
}
.header-btn__list a:hover {
  opacity: 0.7;
}

.header-btn-menu {
  margin: 0;
  padding: 0;
}
.header-btn-menu svg {
  height: calc(var(--px) * 36);
  width: auto;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.header-btn-menu svg path {
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .header-btn-menu {
    display: none;
  }
}

.menu-open .header-btn-menu svg path:nth-child(2) {
  transform: translateY(-11%);
  opacity: 0;
}
.menu-open .header-btn-menu svg path:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-open .header-btn-menu svg path:nth-child(4) {
  transform: rotate(45deg) translateY(11%);
}

.headWAll {
  background-color: var(--white) !important;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: var(--white);
  color: var(--black);
  z-index: 100;
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  overflow: auto;
}

.menu-open {
  overflow: hidden;
}
.menu-open .menu {
  transform: translateY(0);
}

.menu__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--padding-container);
  margin-top: calc(var(--px) * 80);
}
@media (max-width: 767.98px) {
  .menu__bottom {
    margin-top: calc(var(--px) * 40);
    grid-template-columns: 100%;
  }
}

.menu__list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  border-bottom: 1px solid var(--stroke);
  margin: 0;
}
.menu__list li {
  border-top: 1px solid var(--stroke);
  margin: 0;
  list-style-type: none;
}
.menu__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  margin: 0;
}
.menu__list li a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6L6 6L-5.24537e-07 5.24537e-07L0 6Z' fill='%23EF192F'/%3E%3Cpath d='M0 6L6 6L5.24537e-07 12L0 6Z' fill='%23EF192F'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu__list .sub-menu {
  padding: 0 1em;
  background-color: #F1F1F1;
  margin-bottom: 1em;
}
.menu__list .sub-menu li:first-child {
  border: none;
}
.menu__list .sub-menu a {
  opacity: 0.7;
}
.menu__list .sub-menu a:after {
  display: none;
}

.menu__address-list {
  display: grid;
  gap: calc(var(--px) * 10);
}

.acc__btn {
  cursor: pointer;
}

.acc__wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.acc__body {
  overflow: hidden;
}
.acc__body a {
  text-decoration: underline;
}
.acc__body a:hover {
  text-decoration: none;
}

.active .acc__wrap {
  grid-template-rows: 1fr;
}

#map {
  width: 100%;
  height: 70vh;
  position: relative;
}
@media (max-width: 1023.98px) {
  #map {
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 767.98px) {
  #map {
    aspect-ratio: 1;
  }
}
#map .map {
  height: 100%;
}
#map .map-w {
  height: 100%;
}
#map .circle {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
#map .circle svg {
  width: 100%;
  height: 100%;
}
#map .circle rect {
  transition: fill 0.3s ease-in-out;
}
#map .circle .circle-content {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 14px;
}
#map .card-container {
  position: absolute;
  width: 22vw;
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
  bottom: var(--padding-container);
  right: var(--padding-container);
  background-color: var(--white);
  color: var(--black);
  padding: var(--padding-container);
  z-index: 10;
}
@media (max-width: 1023.98px) {
  #map .card-container {
    width: 40vw;
  }
}
@media (max-width: 767.98px) {
  #map .card-container {
    width: calc(100% - var(--padding-container) * 2);
  }
}
#map .card-container__tit {
  margin-bottom: calc(var(--px) * 20);
}
@media (max-width: 767.98px) {
  #map .card-container__tit {
    margin-bottom: calc(var(--px) * 10);
  }
}

.card-container__logo {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: calc(var(--px) * 50);
  border: 1px solid var(--stroke);
}
.card-container__logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--px) * 22);
  height: calc(var(--px) * 22);
  border: 1px solid var(--stroke);
  z-index: 2;
  transform: rotate(45deg) translateY(-50%) scaleX(1.5);
}
.card-container__logo img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .card-container__logo {
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 1023.98px) {
  .card-container__logo {
    margin-bottom: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .card-container__logo {
    display: none;
  }
}

.main-map {
  margin-bottom: calc(var(--px) * 120);
}
@media (max-width: 1399.98px) {
  .main-map {
    margin-bottom: calc(var(--px) * 100);
  }
}
@media (max-width: 1023.98px) {
  .main-map {
    margin-bottom: calc(var(--px) * 80);
  }
}
@media (max-width: 767.98px) {
  .main-map {
    margin-bottom: calc(var(--px) * 50);
  }
}

.main-map {
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .main-map {
    margin-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .main-map {
    margin-top: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .main-map {
    margin-top: calc(var(--px) * 80);
  }
}

.main-map-head {
  position: relative;
  padding: var(--padding-container);
}

.main-map__titb {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .main-map__titb {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .main-map__titb {
    width: 100%;
  }
}

.prel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
.prel svg {
  width: 280px;
  height: auto;
  width: 16.6666666667%;
  min-width: 200px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  animation-delay: 0.75s;
}

.an-delay-05 {
  animation-delay: 0.5s;
}

.an-delay-1 {
  animation-delay: 1s;
}

.an-delay-15 {
  animation-delay: 1.5s;
}

.catalog-container {
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
}

.catalog-container__title {
  margin-top: calc(var(--px) * 200);
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1399.98px) {
  .catalog-container__title {
    margin-top: calc(var(--px) * 150);
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 1023.98px) {
  .catalog-container__title {
    margin-top: calc(var(--px) * 100);
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .catalog-container__title {
    margin-top: calc(var(--px) * 60);
    margin-bottom: calc(var(--px) * 25);
  }
}

.catalog-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  overflow: hidden;
  margin-right: calc(var(--padding-container) * -1);
  margin-left: calc(var(--padding-container) * -1);
  border-top: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
}
@media (max-width: 1023.98px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 767.98px) {
  .catalog-grid {
    grid-template-columns: 100%;
  }
}
.catalog-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--stroke);
}

.catalog-grid_cat {
  margin-right: 0;
  margin-left: 0;
  border: none;
  gap: var(--grid-gap);
}
.catalog-grid_cat::before {
  display: none;
}
@media (max-width: 767.98px) {
  .catalog-grid_cat {
    gap: calc(var(--px) * 10);
  }
}

.catalog-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: calc(var(--px) * 60);
  gap: 4px;
}
@media (max-width: 1399.98px) {
  .catalog-filters {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 1023.98px) {
  .catalog-filters {
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .catalog-filters {
    grid-template-columns: 100%;
    margin-bottom: var(--padding-container);
  }
}

.catalog-filters__item {
  display: flex;
}

.archive-news-w {
  padding: var(--padding-container);
  padding-bottom: calc(var(--px) * 230);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
}
@media (max-width: 1399.98px) {
  .archive-news-w {
    padding-bottom: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .archive-news-w {
    padding-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .archive-news-w {
    padding-bottom: calc(var(--px) * 80);
  }
}

.archive-news-title {
  margin-top: calc(var(--px) * 200);
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1399.98px) {
  .archive-news-title {
    margin-top: calc(var(--px) * 150);
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 1023.98px) {
  .archive-news-title {
    margin-top: calc(var(--px) * 100);
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .archive-news-title {
    margin-top: calc(var(--px) * 60);
    margin-bottom: calc(var(--px) * 30);
  }
}

.archive-news-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin-bottom: var(--padding-container);
}
@media (max-width: 1023.98px) {
  .archive-news-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .archive-news-top {
    grid-template-columns: 1fr;
  }
}

.search-form {
  position: relative;
  display: flex;
}
.search-form button {
  display: inline-block;
  position: absolute;
  right: var(--padding-container);
  top: 50%;
  transform: translate(0%, -50%);
  bottom: 0;
  width: calc(var(--px) * 20);
  height: calc(var(--px) * 20);
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .search-form button {
    width: calc(var(--px) * 15);
    height: calc(var(--px) * 15);
  }
}
.search-form button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.archive-news-grid {
  overflow: hidden;
  position: relative;
  margin-right: calc(var(--padding-container) * -1);
  margin-left: calc(var(--padding-container) * -1);
  border-top: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-bottom: 1px solid var(--stroke);
}
.archive-news-grid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(50%, -50%) rotate(-45deg);
}
.archive-news-grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(50%, 50%) rotate(-45deg);
}
@media (max-width: 1023.98px) {
  .archive-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .archive-news-grid {
    grid-template-columns: 1fr;
  }
}

.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: var(--padding-container);
}
.search-result button {
  text-transform: uppercase;
}
.search-result::after {
  display: none;
}

.clear-search {
  margin: 0;
  padding: 0;
  color: currentColor;
}

.archive-page-blog-load-more {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .archive-page-blog-load-more {
    margin-top: calc(var(--px) * 50);
  }
}
@media (max-width: 1023.98px) {
  .archive-page-blog-load-more {
    margin-top: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .archive-page-blog-load-more {
    margin-top: calc(var(--px) * 20);
  }
}

.main-first {
  position: relative;
  padding: var(--padding-container);
  padding-top: calc(var(--padding-container) + var(--head-height));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--black);
  color: var(--white);
  height: 100vh;
  height: 100svh;
  will-change: transform;
}

.main-first__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-first__title {
  position: relative;
  width: 55%;
  z-index: 2;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .main-first__title {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .main-first__title {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .main-first__title {
    width: 100%;
  }
}

.main-first__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "b b y t";
  align-items: end;
}
@media (max-width: 1199.98px) {
  .main-first__bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "b y" "b t";
  }
}
@media (max-width: 575.98px) {
  .main-first__bottom {
    grid-template-columns: 1fr;
    grid-template-areas: "y" "t";
  }
}

.main-first__btnW {
  grid-area: b;
}
@media (max-width: 767.98px) {
  .main-first__btnW {
    display: none;
  }
}

.main-first__year {
  grid-area: y;
}

.main-first__text {
  grid-area: t;
}

.main-first__btn {
  margin: 0;
  padding: 0;
}
.main-first__btn svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 1399.98px) {
  .main-first__btn svg {
    width: 36px;
    height: 36px;
  }
}

.main-about {
  position: relative;
  z-index: 3;
  background-color: var(--white);
  padding: var(--padding-container);
  overflow: hidden;
}

.main-about__top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "b b b b b b b b b s s s";
}
@media (max-width: 1023.98px) {
  .main-about__top {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "s" "b";
  }
}

.main-about__titb {
  position: relative;
  grid-area: b;
}
@media (min-width: 1024px) {
  .main-about__titb {
    padding-right: 5vw;
    border-bottom: 1px solid var(--stroke);
  }
  .main-about__titb::after {
    content: "";
    position: absolute;
    top: calc(var(--padding-container) * -1);
    right: 0;
    width: 0px;
    height: 100vw;
    border-left: 1px solid var(--stroke);
  }
  .main-about__titb::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, 50%) rotate(-45deg);
  }
}

.main-about__tits {
  grid-area: s;
  display: flex;
  justify-content: space-between;
  padding-left: calc(var(--padding-container) - var(--grid-gap));
}
@media (max-width: 1023.98px) {
  .main-about__tits {
    padding-left: 0;
    padding-bottom: calc(var(--px) * 10);
    border-bottom: 1px solid var(--stroke);
  }
}

.main-about__bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "c1 c1 c1 c1 . .  c2 c2 c2 c3 c3 c3" "c1 c1 c1 c1 . .  c4 c4 c4 c3 c3 c3";
}
@media (min-width: 1024px) {
  .main-about__bottom {
    margin-top: calc(var(--px) * 240);
  }
}
@media (max-width: 1023.98px) {
  .main-about__bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "c2 c1" "c4 c3";
    gap: calc(var(--px) * 100) var(--grid-gap);
  }
}
@media (max-width: 767.98px) {
  .main-about__bottom {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "c1" "c2" "c3";
    gap: var(--grid-gap);
  }
}

.main-about__bottom-c1 {
  grid-area: c1;
}

.main-about__bottom-c2 {
  grid-area: c2;
  padding-right: calc(var(--px) * 40);
}
@media (max-width: 767.98px) {
  .main-about__bottom-c2 {
    padding-right: 0;
    margin-bottom: calc(var(--px) * 50);
  }
}

.main-about__bottom-c3 {
  grid-area: c3;
  align-self: end;
}
@media (min-width: 1024px) {
  .main-about__bottom-c3 {
    padding-left: calc(var(--padding-container) - var(--grid-gap));
  }
}

.main-about__bottom-c4 {
  grid-area: c4;
}
@media (min-width: 1024px) {
  .main-about__bottom-c4 {
    align-self: end;
  }
}
@media (max-width: 1023.98px) {
  .main-about__bottom-c4 {
    position: relative;
  }
  .main-about__bottom-c4::before {
    content: "";
    position: absolute;
    top: calc(var(--px) * -20);
    left: 0;
    width: calc(200% + var(--grid-gap));
    border-top: 1px solid var(--stroke);
  }
}
@media (max-width: 767.98px) {
  .main-about__bottom-c4 {
    display: none;
  }
}

.main-about__bottom-logo {
  height: calc(var(--px) * 45);
  width: auto;
}
@media (max-width: 1399.98px) {
  .main-about__bottom-logo {
    height: calc(var(--px) * 35);
  }
}

.main-about__image {
  width: 100%;
  height: auto;
}

.main-catalog {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-end;
  gap: calc(var(--px) * 50) var(--grid-gap);
  grid-template-areas: "t t t t t t . . . b b b" "c c c c c c c c l l l l";
  margin-top: calc(var(--px) * 230);
  margin-bottom: calc(var(--px) * 230);
}
@media (min-width: 1024px) {
  .main-catalog {
    grid-template-rows: auto 40vw;
  }
}
@media (max-width: 1399.98px) {
  .main-catalog {
    gap: calc(var(--px) * 40) var(--grid-gap);
    margin-top: calc(var(--px) * 160);
    margin-bottom: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .main-catalog {
    gap: var(--grid-gap);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "t t" "s b" "c c";
    grid-template-rows: auto auto 50vw;
    margin-top: calc(var(--px) * 120);
    margin-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .main-catalog {
    padding: var(--padding-container);
    grid-template-columns: 100%;
    grid-template-areas: "tsm" "t" "s" "c" "b";
    grid-template-rows: auto auto auto var(--height, 150vw) auto;
    margin-top: calc(var(--px) * 80);
    margin-bottom: calc(var(--px) * 80);
  }
}

.main-catalog__titsm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: calc(var(--px) * 12);
  margin-bottom: calc(var(--px) * 25);
  border-bottom: 1px solid var(--stroke);
  grid-area: tsm;
}
.main-catalog__titsm span {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .main-catalog__titsm {
    display: none;
  }
}

.main-catalog__tit {
  grid-area: t;
}
@media (min-width: 768px) {
  .main-catalog__tit {
    padding-right: var(--padding-container);
    padding-left: var(--padding-container);
  }
}

.main-catalog__btn {
  grid-area: b;
}
@media (min-width: 768px) {
  .main-catalog__btn {
    padding-right: var(--padding-container);
  }
}

.main-catalog__select {
  grid-area: s;
  width: 100%;
}
@media (min-width: 768px) {
  .main-catalog__select {
    padding-left: var(--padding-container);
  }
}
@media (min-width: 1024px) {
  .main-catalog__select {
    display: none;
  }
}

.main-catalog__content {
  grid-area: c;
  position: relative;
  height: 100%;
  position: relative;
}
.main-catalog__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  border-top: 1px solid var(--stroke);
}
@media (max-width: 767.98px) {
  .main-catalog__content::before {
    display: none;
  }
}
.main-catalog__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-bottom: 1px solid var(--stroke);
}
@media (max-width: 767.98px) {
  .main-catalog__content::after {
    display: none;
  }
}
.main-catalog__list {
  position: relative;
  grid-area: l;
  border-top: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid var(--stroke);
}
.main-catalog__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(-50%, 50%) rotate(45deg);
}
.main-catalog__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--stroke);
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1023.98px) {
  .main-catalog__list {
    display: none;
  }
}

.main-catalog__list-head {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: calc(var(--px) * 35) calc(var(--px) * 40);
  border-bottom: 1px solid var(--stroke);
}
@media (max-width: 1399.98px) {
  .main-catalog__list-head {
    padding: calc(var(--px) * 25) calc(var(--px) * 30);
  }
}
.main-catalog__list-head span {
  opacity: 0.5;
}

.main-catalog__list-btn {
  position: relative;
  display: flex;
  width: 100%;
  padding: calc(var(--px) * 30) calc(var(--px) * 35);
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.main-catalog__list-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--red);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1399.98px) {
  .main-catalog__list-btn {
    padding: calc(var(--px) * 25) calc(var(--px) * 30);
  }
}
.main-catalog__list-btn:hover {
  background-color: var(--grey-light);
}
.main-catalog__list-btn.active {
  background-color: var(--grey-light);
}
.main-catalog__list-btn.active::before {
  opacity: 1;
}

.main-catalog__list-body {
  overflow: auto;
}

.main-catalog__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "d i";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.main-catalog__card.active {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .main-catalog__card {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "i" "d";
    gap: 0;
  }
}

@media (min-width: 768px) {
  .main-catalog__card-det-cont {
    padding-left: var(--padding-container);
  }
}
@media (max-width: 767.98px) {
  .main-catalog__card-det-cont {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .main-catalog__card-tit {
    margin-right: var(--grid-gap);
  }
}

@media (min-width: 768px) {
  .main-catalog__card-det-txt {
    margin-right: var(--grid-gap);
  }
}

.main-catalog__card-det {
  position: relative;
  grid-area: d;
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--px) * 50);
}
@media (min-width: 768px) {
  .main-catalog__card-det {
    border-right: 1px solid var(--stroke);
  }
  .main-catalog__card-det::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, 50%) rotate(45deg);
  }
  .main-catalog__card-det::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, -50%) rotate(-135deg);
  }
}
@media (max-width: 767.98px) {
  .main-catalog__card-det {
    padding-top: 0;
  }
}

.main-catalog__card-det-tags {
  margin-top: calc(var(--px) * 70);
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 15);
}
@media (max-width: 1399.98px) {
  .main-catalog__card-det-tags {
    margin-top: calc(var(--px) * 50);
  }
}
@media (max-width: 1023.98px) {
  .main-catalog__card-det-tags {
    margin-top: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .main-catalog__card-det-tags {
    margin-top: calc(var(--px) * 20);
  }
}

.main-catalog__card-det-btn {
  margin-top: auto;
}
@media (min-width: 768px) {
  .main-catalog__card-det-btn {
    border-top: 1px solid var(--stroke);
  }
}

.main-catalog__card-img {
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: i;
}
@media (max-width: 767.98px) {
  .main-catalog__card-img {
    border-bottom: 1px solid var(--stroke);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.main-catalog__card-img img {
  max-width: 90%;
  width: 100%;
  height: auto;
}

.main-career {
  position: relative;
  padding: var(--padding-container);
  overflow: hidden;
  background-color: var(--black);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "b b b b b b . . . s s s" "l l l l l l l l l t t t";
}
@media (min-width: 1024px) {
  .main-career {
    height: 100vh;
  }
}
@media (max-width: 1023.98px) {
  .main-career {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "s s" "b ." "l l" ". t";
  }
}
@media (max-width: 767.98px) {
  .main-career {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "s s" "b b" "l l" "t t";
  }
}

.main-career__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}

.main-career__titb {
  grid-area: b;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .main-career__titb {
    margin-bottom: calc(var(--px) * 200);
  }
}
@media (max-width: 767.98px) {
  .main-career__titb {
    margin-bottom: calc(var(--px) * 100);
  }
}

.main-career__tits {
  grid-area: s;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .main-career__tits {
    padding-left: var(--padding-container);
  }
  .main-career__tits::before {
    content: "";
    position: absolute;
    top: calc(var(--padding-container) * -1);
    left: 0;
    width: 0;
    height: 100vh;
    border-right: 1px solid var(--stroke);
  }
}
@media (max-width: 767.98px) {
  .main-career__tits {
    border-bottom: 1px solid var(--stroke);
    padding-bottom: calc(var(--px) * 12);
  }
}

.main-career__btn {
  position: relative;
  z-index: 2;
  grid-area: t;
  align-self: end;
}
@media (min-width: 1024px) {
  .main-career__btn {
    padding-left: var(--padding-container);
  }
}

.main-career__list {
  position: relative;
  z-index: 2;
  grid-area: l;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
  gap: var(--grid-gap);
}
@media (max-width: 1023.98px) {
  .main-career__list {
    margin-bottom: calc(var(--px) * 40);
    grid-template-columns: repeat(1, 1fr);
    gap: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .main-career__list {
    gap: calc(var(--px) * 25);
  }
}

.main-career__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 12);
}
@media (max-width: 1023.98px) {
  .main-career__item {
    flex-direction: row;
    justify-content: space-between;
  }
}

.main-career__item-title {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .main-career__item-title {
    width: calc(50% - var(--grid-gap) / 2);
  }
}
@media (max-width: 767.98px) {
  .main-career__item-title {
    width: 80%;
  }
}

.main-news {
  padding: var(--padding-container);
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .main-news {
    margin-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .main-news {
    margin-top: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .main-news {
    margin-top: calc(var(--px) * 80);
    padding-bottom: 0;
  }
}

.main-news__tit {
  margin-bottom: calc(var(--px) * 80);
  width: 60%;
}
@media (max-width: 1399.98px) {
  .main-news__tit {
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 1023.98px) {
  .main-news__tit {
    width: 100%;
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 767.98px) {
  .main-news__tit {
    margin-bottom: calc(var(--px) * 35);
  }
}

.main-news__all {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1023.98px) {
  .main-news__all {
    justify-content: flex-end;
  }
}

.main-news__all-tit {
  padding: var(--padding-container);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--stroke);
}
.main-news__all-tit span {
  opacity: 0.5;
}
@media (max-width: 1023.98px) {
  .main-news__all-tit {
    display: none;
  }
}

.main-news__all-body {
  width: 100%;
  padding: var(--padding-container);
}

.single-catalog-w {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - var(--grid-gap) / 2));
  gap: var(--grid-gap);
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
}
@media (max-width: 1023.98px) {
  .single-catalog-w {
    grid-template-columns: 100%;
  }
}

@media (max-width: 1023.98px) {
  .single-catalog__col_gal {
    order: -1;
  }
}

.single-catalog__gal {
  position: sticky;
  top: calc(var(--padding-container) + var(--head-height));
  height: calc(100vh - var(--head-height) - var(--padding-container) * 2);
  width: 100%;
}
@media (max-width: 1023.98px) {
  .single-catalog__gal {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.single-catalog__gal-trumbs {
  position: absolute;
  z-index: 2;
  bottom: var(--padding-container);
  left: 20%;
  width: 60%;
}
.single-catalog__gal-trumbs img {
  cursor: pointer;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  filter: brightness(1.03);
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--white);
}

.swiper-main {
  height: 100%;
}
.swiper-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--grey-light);
}

.single-catalog__item {
  border-top: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--grid-gap);
  margin-bottom: calc(var(--px) * 20);
}
@media (max-width: 767.98px) {
  .single-catalog__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.single-catalog__item-title {
  position: relative;
  padding: calc(var(--px) * 20);
}
@media (max-width: 767.98px) {
  .single-catalog__item-title {
    padding: calc(var(--px) * 15);
    padding-bottom: 0;
  }
}
.single-catalog__item-title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(var(--px) * 10);
  background-color: var(--stroke);
}

.single-catalog__item-details {
  position: relative;
  padding: calc(var(--px) * 20);
}
@media (max-width: 767.98px) {
  .single-catalog__item-details {
    padding: calc(var(--px) * 15);
  }
}
@media (min-width: 768px) {
  .single-catalog__item-details::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(var(--px) * 10);
    background-color: var(--stroke);
  }
  .single-catalog__item-details::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(var(--px) * 10);
    background-color: var(--stroke);
  }
}

.single-catalog__btn {
  position: sticky;
  bottom: var(--padding-container);
  left: 0;
  width: 100%;
}
.single-catalog__btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: var(--padding-container);
  background-color: var(--white);
}

.single-catalog__title {
  margin-top: calc(var(--px) * 70);
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .single-catalog__title {
    margin-top: calc(var(--px) * 50);
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 1023.98px) {
  .single-catalog__title {
    margin-top: calc(var(--px) * 10);
    margin-bottom: calc(var(--px) * 30);
  }
}

@media (min-width: 768px) {
  .single-catalog__brSm {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .single-catalog__brSm {
    margin-bottom: calc(var(--px) * 10);
  }
}

.single-news-w {
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
  display: grid;
  grid-template-columns: repeat(2, calc(50% - var(--grid-gap) / 2));
  gap: calc(var(--px) * 30) var(--grid-gap);
  margin-bottom: calc(var(--px) * 200);
}
@media (max-width: 1399.98px) {
  .single-news-w {
    margin-bottom: calc(var(--px) * 180);
  }
}
@media (max-width: 1023.98px) {
  .single-news-w {
    margin-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .single-news-w {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 1023.98px) {
  .single-news-w {
    grid-template-columns: 100%;
  }
}

@media (min-width: 1024px) {
  .single-news__col-full {
    grid-column: 1/3;
  }
}
.single-news__col-full_top {
  padding-bottom: calc(var(--px) * 40);
  border-bottom: 1px solid var(--stroke);
}
@media (max-width: 1399.98px) {
  .single-news__col-full_top {
    padding-bottom: calc(var(--px) * 30);
  }
}

.single-news__date::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  bottom: 0.2em;
  background-color: var(--red);
  margin-right: 0.2em;
  margin-left: 0.6em;
}

.single-news__col-sticky {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--px) * 20);
}
@media (min-width: 1024px) {
  .single-news__col-sticky {
    position: sticky;
    top: var(--padding-container);
    height: calc(100vh - var(--padding-container) * 2);
  }
}

.single-news__nav {
  display: flex;
  gap: 10px;
}

.single-news-other {
  padding: var(--padding-container);
}

.first-screen {
  position: relative;
  height: 100vh;
  height: 100svh;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
  will-change: transform;
}

.first-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-screen__top {
  position: relative;
  z-index: 2;
}

.first-screen__title {
  position: relative;
  z-index: 2;
}

.first-screen__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "b . . . . . t t t t . .";
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .first-screen__bottom {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "b t";
  }
}
@media (max-width: 767.98px) {
  .first-screen__bottom {
    grid-template-columns: 1fr;
    grid-template-areas: "t";
  }
}

.first-first__btnW {
  grid-area: b;
}
@media (max-width: 767.98px) {
  .first-first__btnW {
    display: none;
  }
}

.first-first__text {
  grid-area: t;
}

.dev-dev {
  background-color: var(--white);
  position: relative;
  z-index: 3;
  padding: calc(var(--px) * 200) 0;
}
@media (max-width: 1399.98px) {
  .dev-dev {
    padding: calc(var(--px) * 160) 0;
  }
}
@media (max-width: 1023.98px) {
  .dev-dev {
    padding: calc(var(--px) * 120) 0;
  }
}
@media (max-width: 767.98px) {
  .dev-dev {
    padding: calc(var(--px) * 100) 0;
  }
}

.dev-num {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--padding-container);
  background-color: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .dev-num {
    min-height: 120svh;
  }
}

.dev-num__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.dev-num__bg.active {
  opacity: 1;
}

.dev-num__top {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: calc(var(--px) * 20);
}
@media (max-width: 1023.98px) {
  .dev-num__top {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .dev-num__top {
    width: 100%;
  }
}

.dev-num__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: var(--grid-gap);
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .dev-num__bottom {
    grid-template-columns: 100%;
    margin-top: 0;
    flex: auto;
    grid-template-rows: min-content auto;
  }
}

.dev-num__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .dev-num__list {
    grid-template-columns: 1fr;
  }
}

.dev-num__list.active {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.dev-num__selectW {
  margin-bottom: calc(var(--px) * 50);
}
@media (min-width: 768px) {
  .dev-num__selectW {
    display: none;
  }
}

.dev-num__btnW {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 4px;
  background-color: var(--white);
  color: var(--black);
}
@media (max-width: 767.98px) {
  .dev-num__btnW {
    display: none;
  }
}

.dev-num__btn {
  text-transform: uppercase;
  transition: 0.3s;
  padding: calc(var(--px) * 15) calc(var(--px) * 20);
  color: currentColor;
}
.dev-num__btn.active {
  background-color: var(--black);
  color: var(--white);
}

.dev-num__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 15);
}

.contacts {
  padding: var(--padding-container);
  padding-top: calc(var(--padding-container) / 2 + var(--head-height));
}

.contacts__title {
  margin-top: calc(var(--px) * 200);
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1199.98px) {
  .contacts__title {
    margin-top: calc(var(--px) * 150);
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 1023.98px) {
  .contacts__title {
    margin-top: calc(var(--px) * 100);
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .contacts__title {
    margin-top: calc(var(--px) * 60);
    margin-bottom: calc(var(--px) * 30);
  }
}

.contacts__addresses {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 20);
}

.contacts__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  grid-template-areas: "n n n t t t b b b b b b";
  position: relative;
  padding: calc(var(--px) * 40) 0;
  margin-bottom: calc(var(--px) * 20);
}
@media (max-width: 767.98px) {
  .contacts__item {
    padding: 0;
    margin-bottom: 0;
  }
}
.contacts__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contacts__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--px) * 15);
  border: 1px solid var(--stroke);
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .contacts__item:before {
    display: none;
  }
}
.contacts__item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0;
  height: calc(var(--px) * 15);
  border-right: 1px solid var(--stroke);
}
@media (max-width: 1023.98px) {
  .contacts__item:after {
    left: 25%;
  }
}
@media (max-width: 767.98px) {
  .contacts__item:after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .contacts__item {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "n t t t" ". b b b";
  }
}
@media (max-width: 767.98px) {
  .contacts__item {
    grid-template-columns: 100%;
    gap: calc(var(--px) * 10);
    grid-template-areas: "n" "t" "b";
  }
}

.contacts__item-num {
  grid-area: n;
  opacity: 0.5;
}

.contacts__item-sity {
  grid-area: t;
}
@media (max-width: 767.98px) {
  .contacts__item-sity {
    border-top: 1px solid var(--stroke);
    padding-top: calc(var(--px) * 15);
  }
}

.contacts__item-body {
  grid-area: b;
}
@media (min-width: 1024px) {
  .contacts__item-body {
    padding-left: var(--grid-gap);
  }
}

.contacts__link {
  border-bottom: 1px dashed var(--stroke);
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(var(--px) * 10);
}
.contacts__link > * {
  position: relative;
  bottom: -3px;
  background-color: var(--white);
}

.contacts__link-tit {
  color: rgba(24, 28, 33, 0.5019607843);
}

.contacts__link-btn {
  color: currentColor;
  transition: color 0.3s ease-in-out;
}
.contacts__link-btn:hover {
  color: rgba(24, 28, 33, 0.5019607843);
}

.contacts__street {
  margin-bottom: calc(var(--px) * 40);
}
@media (max-width: 767.98px) {
  .contacts__street {
    margin-bottom: calc(var(--px) * 30);
  }
}

.contacts__btn {
  margin-top: calc(var(--px) * 60);
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 767.98px) {
  .contacts__btn {
    margin-top: calc(var(--px) * 30);
    margin-bottom: calc(var(--px) * 30);
  }
}

.contacts__soc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px) * 20);
}
@media (max-width: 1023.98px) {
  .contacts__soc {
    gap: calc(var(--px) * 15);
  }
}
@media (max-width: 767.98px) {
  .contacts__soc {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--px) * 10);
  }
}
@media (max-width: 575.98px) {
  .contacts__soc {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts__soc-item {
  --pad: calc(var(--px) * 20);
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background-color: var(--grey-dark);
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
  padding: var(--pad);
  display: flex;
  align-items: flex-end;
  background: #f1f1f1;
}
@media (max-width: 767.98px) {
  .contacts__soc-item {
    aspect-ratio: 3/1;
    --pad: calc(var(--px) * 15);
  }
}
.contacts__soc-item img {
  top: var(--pad);
  left: var(--pad);
  width: calc(var(--pad) * 1.5);
  height: calc(var(--pad) * 1.5);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.contacts__soc-item span {
  position: relative;
  display: block;
  overflow: hidden;
}
.contacts__soc-item span:first-child span:first-child {
  position: relative;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.contacts__soc-item span:first-child span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translateY(200%);
}
.contacts__soc-item:hover span span:first-child {
  transform: translateY(-200%);
}
.contacts__soc-item:hover span span:last-child {
  transform: translateY(0%);
}

.p404 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--white);
  height: 100vh;
  height: 100svh;
  padding: var(--padding-container);
  background-color: #E1E1E0;
}
@media (max-width: 1023.98px) {
  .p404 {
    align-items: flex-end;
  }
}

.p404__cont {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .p404__cont {
    width: 100%;
  }
}

.p404__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(20%);
}
@media (max-width: 1023.98px) {
  .p404__bg {
    transform: translateY(-10%) scale(0.8);
  }
}

.work-steps {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--padding-container);
}
.work-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-steps__top {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: calc(var(--px) * 100);
}
@media (max-width: 1023.98px) {
  .work-steps__top {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .work-steps__top {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .work-steps__text {
    width: 75%;
  }
}

.work-steps__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1023.98px) {
  .work-steps__bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(var(--px) * 20);
  }
}
@media (max-width: 767.98px) {
  .work-steps__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-steps__bottom__item {
  background-color: var(--white);
  color: var(--black);
  padding: 20px;
}

.work-steps__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 15);
}
.work-steps__item svg {
  width: 100%;
  height: auto;
  margin-top: auto;
}
@media (max-width: 1023.98px) {
  .work-steps__item svg {
    display: none;
  }
}

.work-steps__item-cont {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 25);
}
@media (min-width: 1024px) {
  .work-steps__item-cont {
    padding-right: calc(var(--px) * 25);
  }
}
@media (max-width: 767.98px) {
  .work-steps__item-cont {
    flex-direction: row;
  }
}

.work-process {
  position: relative;
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .work-process {
    margin-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .work-process {
    margin-top: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .work-process {
    margin-top: calc(var(--px) * 100);
  }
}

.work-process__main-tit {
  margin: var(--padding-container);
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1399.98px) {
  .work-process__main-tit {
    margin-bottom: calc(var(--px) * 60);
  }
}
@media (max-width: 1023.98px) {
  .work-process__main-tit {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .work-process__main-tit {
    margin-bottom: calc(var(--px) * 30);
  }
}

.work-process__item {
  position: relative;
  padding: var(--padding-container);
  min-height: 40vw;
  display: flex;
  justify-content: space-between;
  gap: calc(var(--px) * 20);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  transition: color 0.3s ease-in-out;
  margin-top: -1px;
}
@media (max-width: 1023.98px) {
  .work-process__item {
    min-height: 60vw;
  }
}
.work-process__item img,
.work-process__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 768px) {
  .work-process__item img,
  .work-process__item video {
    filter: brightness(0.5);
  }
}
@media (max-width: 767.98px) {
  .work-process__item img,
  .work-process__item video {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .work-process__item:hover {
    color: var(--white);
  }
  .work-process__item:hover img,
  .work-process__item:hover video {
    opacity: 1;
  }
}
@media (max-width: 1023.98px) {
  .work-process__item {
    color: var(--white);
  }
  .work-process__item img,
  .work-process__item video {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .work-process__item {
    padding: 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}

.work-process__name {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--px) * 20);
  transition: color 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .work-process__name {
    position: relative;
    width: 100%;
    min-height: 60vw;
    padding: var(--padding-container);
    color: var(--white);
  }
}

.work-process__text {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .work-process__text {
    width: 100%;
    padding: var(--padding-container);
  }
}

.work-process__text-det > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .work-process__text-det {
    color: var(--black);
  }
}
.work-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  padding: var(--padding-container);
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .work-card {
    margin-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .work-card {
    margin-top: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .work-card {
    margin-top: calc(var(--px) * 80);
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-card__item {
  background-color: var(--grey-light);
  padding: var(--padding-container);
  -webkit-clip-path: polygon(0 0, calc(100% - var(--px) * 80) 0, 100% calc(var(--px) * 80), 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--px) * 80) 0, 100% calc(var(--px) * 80), 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vw;
  gap: calc(var(--px) * 20);
}
@media (max-width: 1023.98px) {
  .work-card__item {
    -webkit-clip-path: polygon(0 0, calc(100% - var(--px) * 50) 0, 100% calc(var(--px) * 50), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--px) * 50) 0, 100% calc(var(--px) * 50), 100% 100%, 0 100%);
  }
}
@media (max-width: 767.98px) {
  .work-card__item {
    -webkit-clip-path: polygon(0 0, calc(100% - var(--px) * 30) 0, 100% calc(var(--px) * 30), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--px) * 30) 0, 100% calc(var(--px) * 30), 100% 100%, 0 100%);
  }
}

.work-card__item-det-top {
  display: block;
  width: 75%;
  opacity: 0.6;
}
@media (max-width: 1023.98px) {
  .work-card__item-det-top {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .work-card__item-det-top {
    width: 100%;
  }
}

.about-txt {
  background-color: var(--white);
  position: relative;
  z-index: 3;
  padding: var(--padding-container);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 var(--grid-gap);
  grid-template-areas: ". . t t t t t t " ". . . . d d d .";
}
@media (max-width: 1023.98px) {
  .about-txt {
    grid-template-areas: "t t t t t t t ." "d d d d d d d .";
  }
}
@media (max-width: 767.98px) {
  .about-txt {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "t" "d";
  }
}
.about-txt__tit {
  grid-area: t;
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .about-txt__tit {
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .about-txt__tit {
    margin-bottom: calc(var(--px) * 20);
  }
}
.about-txt__det {
  grid-area: d;
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1399.98px) {
  .about-txt__det {
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 1023.98px) {
  .about-txt__det {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .about-txt__det {
    width: 100%;
    margin-bottom: calc(var(--px) * 20);
  }
}

.about-doc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "c1 c2 c2 c2";
  border-bottom: 1px solid var(--stroke);
  margin-bottom: calc(var(--px) * 200);
}
@media (min-width: 1024px) {
  .about-doc {
    border-top: 1px solid var(--stroke);
  }
}
@media (max-width: 1023.98px) {
  .about-doc {
    grid-template-columns: 100%;
    grid-template-areas: "c1" "c2";
  }
}
@media (max-width: 1023.98px) {
  .about-doc {
    margin-bottom: calc(var(--px) * 100);
  }
}

.about-doc__col1 {
  grid-area: c1;
  padding: var(--padding-container);
  border-right: 1px solid var(--stroke);
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .about-doc__col1 {
    flex-direction: column;
  }
}

.about-doc__col2 {
  grid-area: c2;
}
@media (max-width: 1023.98px) {
  .about-doc__col2 {
    border-top: 1px solid var(--stroke);
  }
}

.about-doc__item {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  border-right: 1px solid var(--stroke);
  padding: var(--padding-container);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--px) * 20);
}
@media (min-width: 1024px) {
  .about-doc__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .about-doc__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--stroke);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transform: translate(50%, 50%) rotate(-45deg);
  }
}

.about-doc-swiper__btn {
  display: flex;
  gap: 4px;
}
.about-doc-swiper__btn .swiper-button-disabled {
  opacity: 0.3;
}
.about-doc-swiper__btn .swiper-button-disabled:hover {
  opacity: 0.3;
}

.about-gal {
  padding: var(--padding-container);
  margin-bottom: calc(var(--px) * 120);
}
@media (max-width: 1399.98px) {
  .about-gal {
    margin-bottom: calc(var(--px) * 100);
  }
}
@media (max-width: 1023.98px) {
  .about-gal {
    margin-bottom: calc(var(--px) * 80);
  }
}

.about-gal__tit {
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1399.98px) {
  .about-gal__tit {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .about-gal__tit {
    margin-bottom: calc(var(--px) * 30);
  }
}

.about-gal__gal {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (max-width: 1023.98px) {
  .about-gal__gal {
    aspect-ratio: 1;
  }
}

.about-gal-swiper {
  height: 100%;
}
.about-gal-swiper .swiper-slide {
  position: relative;
}
.about-gal-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-gal-swiper-thumbs {
  position: absolute;
  bottom: var(--padding-container);
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  left: 35%;
  width: 30%;
  padding: 2px;
  background-color: var(--white);
}
@media (max-width: 1023.98px) {
  .about-gal-swiper-thumbs {
    left: 25%;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .about-gal-swiper-thumbs {
    left: var(--padding-container);
    width: calc(100% - var(--padding-container) * 2);
  }
}
.about-gal-swiper-thumbs .swiper-slide {
  display: flex;
  cursor: pointer;
}
.about-gal-swiper-thumbs .swiper-slide img {
  padding: 2px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-director {
  padding: var(--padding-container);
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  color: var(--white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .about-director {
    justify-content: space-between;
  }
}
@media (max-width: 1023.98px) {
  .about-director {
    aspect-ratio: 1;
  }
}
@media (max-width: 767.98px) {
  .about-director {
    aspect-ratio: 9/16;
  }
}

.about-director__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023.98px) {
  .about-director__img {
    height: 100vw;
    right: var(--padding-container);
  }
}

.about-director__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-director__tit {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about-director__tit {
    width: 55%;
  }
}

.about-director__det {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .about-director__det {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .about-director__det {
    padding-top: calc(var(--px) * 20);
    border-top: 1px solid var(--white);
    margin-bottom: 100vw;
  }
}
@media (max-width: 767.98px) {
  .about-director__det {
    border-top: none;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(var(--px) * 20);
  }
}

@media (min-width: 1024px) {
  .about-director__det-txt {
    margin-left: calc(var(--px) * 20);
  }
}
@media (max-width: 767.98px) {
  .about-director__det-txt {
    padding-top: calc(var(--px) * 15);
    border-top: 1px solid var(--white);
  }
}

.about-director__name {
  position: absolute;
  right: var(--padding-container);
  bottom: var(--padding-container);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 10);
  width: 25%;
  background-color: var(--white);
  color: var(--black);
  padding: var(--padding-container);
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
}
@media (max-width: 1023.98px) {
  .about-director__name {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .about-director__name {
    width: 80%;
  }
}

.about-rev {
  padding: var(--padding-container);
  margin: calc(var(--px) * 230) 0;
}
@media (max-width: 1399.98px) {
  .about-rev {
    margin: calc(var(--px) * 180) 0;
  }
}
@media (max-width: 1199.98px) {
  .about-rev {
    margin: calc(var(--px) * 100) 0;
  }
}
@media (max-width: 767.98px) {
  .about-rev {
    margin: calc(var(--px) * 40) 0;
  }
}

.about-rev__titW {
  display: flex;
  justify-content: space-between;
}

.about-rev__tit {
  margin-left: calc(50% + var(--grid-gap) / 2);
  margin-bottom: calc(var(--px) * 40);
}
@media (min-width: 1024px) {
  .about-rev__tit {
    width: 40%;
  }
}
@media (max-width: 1023.98px) {
  .about-rev__tit {
    margin-bottom: calc(var(--px) * 20);
    margin-left: calc(25% + var(--grid-gap) / 4);
  }
}
@media (max-width: 767.98px) {
  .about-rev__tit {
    margin-left: 0;
  }
}

.about-rev__body {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - var(--grid-gap) / 2));
  grid-template-areas: "c1 c2";
  gap: var(--grid-gap);
  padding-top: calc(var(--px) * 40);
}
@media (max-width: 1023.98px) {
  .about-rev__body {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "c1 c2 c2 c2";
    padding-top: calc(var(--px) * 20);
    border-top: 1px solid var(--stroke);
  }
}
@media (max-width: 767.98px) {
  .about-rev__body {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "c2";
  }
}

.about-rev__col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: c1;
}
@media (max-width: 767.98px) {
  .about-rev__col1 {
    display: none;
  }
}

.about-rev__col2 {
  grid-area: c2;
  overflow: hidden;
}

.about-rev__text {
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1399.98px) {
  .about-rev__text {
    margin-bottom: calc(var(--px) * 80);
  }
}
@media (max-width: 1023.98px) {
  .about-rev__text {
    margin-bottom: calc(var(--px) * 80);
  }
}
@media (max-width: 767.98px) {
  .about-rev__text {
    margin-bottom: calc(var(--px) * 40);
  }
}

.about-rev__person {
  display: flex;
  align-items: stretch;
  gap: var(--grid-gap);
}

.about-rev__img {
  display: flex;
  width: 25%;
  flex: none;
}
@media (max-width: 1023.98px) {
  .about-rev__img {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .about-rev__img {
    width: 30%;
  }
}
.about-rev__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-rev__person-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 1023.98px) {
  .about-rev__person-text {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .about-rev__person-text {
    width: auto;
  }
}

.about-rev__name {
  display: flex;
  flex-direction: column;
  gap: calc(var(--px) * 10);
  margin-bottom: calc(var(--px) * 10);
}

.about-rev__count span {
  font-size: 2em;
}

.about-rev__sliderBtns {
  display: flex;
  gap: 4px;
}
.about-rev-swiper .swiper-wrapper {
  align-items: stretch;
}
.about-rev-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-team {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "c1 c1 c1 c2";
  gap: var(--grid-gap);
  margin-bottom: var(--padding-container);
  margin-top: calc(var(--px) * 230);
}
@media (max-width: 1399.98px) {
  .about-team {
    margin-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .about-team {
    grid-template-columns: 100%;
    grid-template-areas: "c1";
    margin-top: calc(var(--px) * 100);
  }
}
@media (max-width: 767.98px) {
  .about-team {
    margin-top: calc(var(--px) * 80);
  }
}

.about-team__col1 {
  padding: calc(var(--padding-container) / 2) var(--padding-container);
  grid-area: c1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-team__col2 {
  padding: calc(var(--padding-container) / 2) var(--padding-container);
  position: relative;
  grid-area: c2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .about-team__col2 {
    display: none;
  }
}
.about-team__col2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--padding-container) / 2);
  height: calc(100% - 2px);
  border: 1px solid var(--stroke);
  border-right: none;
}

.about-team-swiper {
  width: 100%;
}
@media (max-width: 767.98px) {
  .about-team-swiper {
    overflow: visible;
  }
}

.about-team-card {
  position: relative;
  width: 70%;
}

.about-team-card__num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(200%);
  opacity: 0.6;
}

.about-team-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: calc(var(--px) * 30);
}
@media (max-width: 1399.98px) {
  .about-team-card__img {
    margin-bottom: calc(var(--px) * 20);
  }
}
@media (max-width: 1023.98px) {
  .about-team-card__img {
    margin-bottom: calc(var(--px) * 15);
  }
}

.about-team-card__tit {
  margin-bottom: calc(var(--px) * 10);
}

.about-hist {
  padding: var(--padding-container);
}

.about-hist__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "t t t t t . . . . . . ." "y y . d d d d . . i i i";
  gap: var(--grid-gap);
}
@media (max-width: 1023.98px) {
  .about-hist__item {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "y t t t" ". d d d" ". i i i";
  }
}
@media (max-width: 767.98px) {
  .about-hist__item {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "i" "t" "d" "y";
    grid-template-rows: min-content min-content min-content auto;
    height: 100%;
  }
}

.about-hist__item-tit {
  min-height: 2lh;
  grid-area: t;
  margin-bottom: calc(var(--px) * 100);
}
@media (max-width: 1399.98px) {
  .about-hist__item-tit {
    margin-bottom: calc(var(--px) * 50);
  }
}
@media (max-width: 767.98px) {
  .about-hist__item-tit {
    margin-bottom: calc(var(--px) * 0);
  }
}

.about-hist__item-year {
  grid-area: y;
  align-self: flex-end;
}
@media (max-width: 1023.98px) {
  .about-hist__item-year {
    align-self: start;
  }
}
@media (max-width: 767.98px) {
  .about-hist__item-year {
    align-self: start;
    padding-top: var(--grid-gap);
    border-top: 1px solid var(--stroke);
    align-self: flex-end;
  }
}

.about-hist__item-det {
  grid-area: d;
}

.about-hist__item-img {
  grid-area: i;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hist-btnW {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}

.about-hist-swiper__btn {
  position: relative;
  z-index: 2;
  grid-area: 1/4/1/13;
  display: flex;
  gap: 4px;
  margin-top: calc(var(--px) * -60);
}
@media (max-width: 1399.98px) {
  .about-hist-swiper__btn {
    margin-top: calc(var(--px) * -42);
  }
}
@media (max-width: 1023.98px) {
  .about-hist-swiper__btn {
    margin-top: calc(var(--px) * -36);
    grid-area: 1/1/1/13;
  }
}
@media (max-width: 767.98px) {
  .about-hist-swiper__btn {
    justify-content: flex-end;
    grid-area: 1/1/1/13;
  }
}

.career-first {
  padding: var(--padding-container);
  padding-top: calc(var(--head-height) + var(--padding-container) / 2);
  margin-bottom: calc(var(--px) * 200);
}
@media (max-width: 1023.98px) {
  .career-first {
    margin-bottom: calc(var(--px) * 150);
  }
}
@media (max-width: 767.98px) {
  .career-first {
    margin-bottom: calc(var(--px) * 70);
  }
}
@media (max-width: 575.98px) {
  .career-first {
    margin-bottom: calc(var(--px) * 50);
  }
}
.career-first__tit {
  margin-top: calc(var(--px) * 210);
  margin-bottom: calc(var(--px) * 40);
}
@media (max-width: 1399.98px) {
  .career-first__tit {
    margin-top: calc(var(--px) * 150);
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 1023.98px) {
  .career-first__tit {
    margin-top: calc(var(--px) * 100);
    margin-bottom: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  .career-first__tit {
    margin-top: calc(var(--px) * 70);
    margin-bottom: calc(var(--px) * 30);
  }
}
.career-first__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: calc(var(--px) * 20);
}
.career-first__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .career-first__img {
    aspect-ratio: 1/1;
  }
}

.career-vac {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  padding: var(--padding-container);
  margin-top: calc(var(--px) * 100);
  margin-bottom: calc(var(--px) * 60);
  grid-template-areas: "t t t t t t t t . . . ." ". . . . . . d d d d . ." ". . . . . . l l l . . .";
}
@media (max-width: 1023.98px) {
  .career-vac {
    margin-top: calc(var(--px) * 50);
    margin-bottom: calc(var(--px) * 30);
  }
}
@media (max-width: 1023.98px) {
  .career-vac {
    grid-template-areas: "t t t t t t t t t t t t" "d d d d d d d . . . . ." "l l l l l . . . . . . .";
  }
}
@media (max-width: 767.98px) {
  .career-vac {
    grid-template-areas: "t t t t t t t t t t t t" "d d d d d d d d d d d d" "l l l l l l l l l l l l";
  }
}
.career-vac__tit {
  grid-area: t;
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 767.98px) {
  .career-vac__tit {
    margin-bottom: calc(var(--px) * 10);
  }
}
.career-vac__det {
  grid-area: d;
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 767.98px) {
  .career-vac__det {
    margin-bottom: calc(var(--px) * 30);
  }
}
.career-vac__link {
  grid-area: l;
}

.career-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
}
@media (max-width: 1023.98px) {
  .career-address {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-address__item {
  padding: var(--padding-container);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  gap: calc(var(--px) * 50) calc(var(--px) * 40);
}
@media (max-width: 1399.98px) {
  .career-address__item {
    gap: calc(var(--px) * 40) calc(var(--px) * 30);
  }
}
@media (max-width: 1023.98px) {
  .career-address__item {
    gap: calc(var(--px) * 30) calc(var(--px) * 20);
  }
}
@media (max-width: 767.98px) {
  .career-address__item {
    gap: calc(var(--px) * 20);
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-address__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-address__item-det > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.career-address__item-btn {
  align-self: flex-end;
}
.career-address__item-address {
  align-self: flex-end;
}

.career-about {
  overflow: hidden;
  background-color: var(--black);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  padding: var(--padding-container);
  grid-template-areas: "c1 c1 c1 c1 c1 c1 .. .. .. c2 c2 c2" "c3 c3 c3 c3 c3 c3 c3 c3 c3 c4 c4 c4";
  min-height: 100vh;
  min-height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023.98px) {
  .career-about {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content min-content auto;
    grid-template-areas: "c2 c2" "c1 c1" "c3 c4";
  }
}
@media (max-width: 767.98px) {
  .career-about {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "c2" "c1" "c3" "c4";
    min-height: auto;
  }
}
.career-about__col1 {
  grid-area: c1;
}
@media (max-width: 1023.98px) {
  .career-about__col1 {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .career-about__col1 {
    width: unset;
  }
}
.career-about__col2 {
  display: grid;
  gap: calc(var(--px) * 20);
  grid-area: c2;
}
@media (min-width: 1024px) {
  .career-about__col2 {
    position: relative;
    padding-left: var(--padding-container);
  }
}
@media (max-width: 767.98px) {
  .career-about__col2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.career-about__col3 {
  grid-area: c3;
  align-self: flex-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px) * 20);
}
@media (max-width: 1023.98px) {
  .career-about__col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-about__col4 {
  grid-area: c4;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .career-about__col4 {
    position: relative;
    padding-left: var(--padding-container);
  }
  .career-about__col4:before {
    content: "";
    position: absolute;
    bottom: calc(var(--padding-container) * -1);
    left: 0;
    width: 1px;
    height: 200vw;
    background-color: currentColor;
    opacity: 0.2;
  }
}

.career-adv {
  padding: var(--padding-container);
  padding-top: calc(var(--px) * 230);
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .career-adv {
    padding-top: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .career-adv {
    padding-top: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .career-adv {
    padding-top: calc(var(--px) * 80);
  }
}

.career-adv__tit1 {
  margin-bottom: calc(var(--px) * 20);
}

.career-adv__tit2 {
  margin-bottom: calc(var(--px) * 20);
  width: 60%;
}
@media (max-width: 1023.98px) {
  .career-adv__tit2 {
    width: 100%;
  }
}

.career-adv__det {
  margin-bottom: calc(var(--px) * 20);
  margin-left: calc(50% + var(--grid-gap) / 2);
  width: 40%;
}
@media (max-width: 1023.98px) {
  .career-adv__det {
    margin-left: 0;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .career-adv__det {
    width: 100%;
  }
}

.career-adv__list1 {
  margin-left: calc(50% + var(--grid-gap) / 2);
  margin-bottom: calc(var(--px) * 80);
}
@media (max-width: 1023.98px) {
  .career-adv__list1 {
    margin-left: 0;
    margin-bottom: calc(var(--px) * 40);
  }
}

.acc-big__item {
  display: flex;
  border-top: 1px solid var(--stroke);
  padding: calc(var(--px) * 20) 0;
}
.acc-big__item:last-child {
  border-bottom: 1px solid var(--stroke);
}

.acc-big__num {
  width: 10%;
  flex: none;
  opacity: 0.5;
}

.career-adv__card {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--grey-light);
  -webkit-clip-path: var(--clip-path-r);
          clip-path: var(--clip-path-r);
  padding: calc(var(--px) * 20) calc(var(--px) * 25);
}

.career-adv__card-tit {
  width: 70%;
}

.career-adv-swiper {
  overflow: visible;
  margin-bottom: calc(var(--px) * 40);
}
@media (max-width: 1023.98px) {
  .career-adv-swiper {
    margin-bottom: calc(var(--px) * 20);
  }
}

.career-adv__acc .acc__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--px) * 10);
}
.career-adv__acc .acc__btn svg {
  width: auto;
  height: 0.4em;
  transition: transform 0.3s ease;
  flex: none;
}
.career-adv__acc .active .acc__btn svg {
  transform: rotate(180deg);
}

.career-vacations {
  padding: var(--padding-container);
  margin-top: calc(var(--px) * 220);
  margin-bottom: calc(var(--px) * 220);
}
@media (max-width: 1399.98px) {
  .career-vacations {
    margin-top: calc(var(--px) * 160);
    margin-bottom: calc(var(--px) * 160);
  }
}
@media (max-width: 1023.98px) {
  .career-vacations {
    margin-top: calc(var(--px) * 120);
    margin-bottom: calc(var(--px) * 120);
  }
}
@media (max-width: 767.98px) {
  .career-vacations {
    margin-top: calc(var(--px) * 80);
    margin-bottom: calc(var(--px) * 80);
  }
}
.career-vacations__tit {
  margin-bottom: calc(var(--px) * 20);
}
.career-vacations__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--px) * 0);
}
@media (max-width: 1023.98px) {
  .career-vacations__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.25;
  }
}

.career-vacations__item-link-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.career-vacations__item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: calc(var(--px) * 20) 0;
}
@media (max-width: 1023.98px) {
  .career-vacations__item {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .career-vacations__item {
    grid-template-columns: 1fr;
    gap: calc(var(--px) * 10);
  }
}
.career-vacations__item:hover .career-vacations__item-link-text {
  opacity: 1;
}

@media (min-width: 1024px) {
  .career-vacations__item-tit {
    padding: 0 calc(var(--px) * 20);
  }
}

@media (min-width: 1024px) {
  .career-vacations__item-sity {
    padding: 0 calc(var(--px) * 20);
  }
}

.career-vacations__item-link {
  text-align: right;
}
@media (min-width: 1024px) {
  .career-vacations__item-link {
    padding: 0 calc(var(--px) * 20);
  }
}
.career-vacations__item-link svg {
  height: 0.9em;
  margin-left: 0.5em;
  position: relative;
  bottom: -0.05em;
}
@media (max-width: 767.98px) {
  .career-vacations__item-link {
    display: none;
  }
}

.career-inf {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  padding: var(--padding-container);
  grid-template-areas: "c1 c1 c1 c1 c1 c1 c1 c1 .. c2 c2 c2";
}
@media (max-width: 1023.98px) {
  .career-inf {
    grid-template-columns: 100%;
    grid-template-areas: "c2" "c1";
    gap: calc(var(--px) * 20);
  }
}

.career-inf__col1 {
  grid-area: c1;
}

.career-inf__col2 {
  position: relative;
  grid-area: c2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .career-inf__col2 {
    justify-content: space-between;
    padding: calc(var(--px) * 20) 0 calc(var(--px) * 20) calc(var(--px) * 25);
  }
  .career-inf__col2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--px) * 20);
    height: 100%;
    border-top: 1px solid var(--stroke);
    border-left: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke);
  }
}
@media (max-width: 1023.98px) {
  .career-inf__col2 {
    padding-bottom: calc(var(--px) * 20);
  }
}

.career-inf__item {
  display: grid;
  gap: calc(var(--px) * 10);
}

.career-inf__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
.career-inf__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-inf__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1023.98px) {
  .career-inf__head {
    margin-bottom: calc(var(--px) * 30);
  }
}
@media (max-width: 767.98px) {
  .career-inf__head {
    margin-bottom: calc(var(--px) * 20);
  }
}

@media (max-width: 767.98px) {
  .career-inf__head-btn {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .career-inf__head-btnsl {
    display: none;
  }
}

.career-inf__head-mob {
  width: 100%;
}
@media (min-width: 768px) {
  .career-inf__head-mob {
    display: none;
  }
}

.career-inf-swiper__btns {
  display: none;
  gap: 0.2em;
}
.career-inf-swiper__btns.active {
  display: flex;
}

.career-inf-swiper-w {
  display: none;
}
.career-inf-swiper-w.active {
  display: block;
}

@media (max-width: 1023.98px) {
  .career-inf__tit {
    margin-bottom: calc(var(--px) * 20);
    padding-bottom: calc(var(--px) * 20);
    border-bottom: 1px solid var(--stroke);
  }
}

@media (max-width: 1023.98px) {
  .career-inf__det {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .career-inf__det {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--white);
  color: var(--black);
}

a {
  color: currentColor;
  text-decoration: none;
}

li::marker {
  color: var(--red);
}

ul, ol {
  padding-left: calc(var(--px) * 20);
}

li {
  margin-bottom: 0.4em;
}

:root {
  --clip-path-r: polygon(0 0, calc(100% - var(--px) * 25) 0, 100% calc(var(--px) * 25), 100% 100%, 0 100%);
  --px: calc(100vw / 1920);
  --padding-container: calc(var(--px) * 40);
  --grid-gap: calc(var(--px) * 20);
  --head-height: calc(var(--px) * 55);
}
@media (max-width: 1399.98px) {
  :root {
    --px: calc(100vw / 1400);
    --padding-container: calc(var(--px) * 30);
  }
}
@media (max-width: 1023.98px) {
  :root {
    --px: calc(100vw / 1024);
    --padding-container: calc(var(--px) * 20);
    --head-height: calc(var(--px) * 40);
  }
}
@media (max-width: 767.98px) {
  :root {
    --px: calc(100vw / 768);
    --padding-container: calc(var(--px) * 20);
  }
}
@media (max-width: 575.98px) {
  :root {
    --px: calc(100vw / 375);
    --padding-container: calc(var(--px) * 20);
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: none;
  background: transparent;
  width: 100%;
  resize: none;
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  border-radius: 0;
}
.wpcf7 input[type=text]:placeholder,
.wpcf7 input[type=email]:placeholder,
.wpcf7 input[type=tel]:placeholder,
.wpcf7 textarea:placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.wpcf7 .col2 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 100%;
}
@media (max-width: 767.98px) {
  .wpcf7 .col2 {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.5em 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  width: 100%;
  color: var(--white);
  outline: none;
  border-radius: 0;
}
.wpcf7-select:placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  position: relative;
  height: 1em;
  width: 1em;
  bottom: -0.1em;
  accent-color: var(--black);
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid {
  color: var(--red, #ff0000);
  border-color: var(--red, #ff0000);
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid::-moz-placeholder {
  color: var(--red, #ff0000);
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid::placeholder {
  color: var(--red, #ff0000);
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

body .wp-block-table td,
body .wp-block-table th {
  border: none;
  border-top: 1px solid var(--border-b);
  padding: 0.5em 0;
}

body .wp-block-table table {
  font-size: 0.9em;
  border-bottom: 1px solid var(--border-b);
}

.wp-block-heading {
  line-height: 1.1;
}

.wpcf7-list-item-label {
  opacity: 0.7;
}

.checkprpol {
  display: block;
  margin-top: calc(var(--px) * 20);
  margin-bottom: calc(var(--px) * 60);
}
@media (max-width: 1023.98px) {
  .checkprpol {
    margin-top: calc(var(--px) * 15);
    margin-bottom: calc(var(--px) * 40);
  }
}/*# sourceMappingURL=index.css.map */