:root {
  --text-dark: #011936;
  --text-light: #ffffff;
  --text-accent: #249bda;
  --text-light-blue: #f5faff;
  --text-blue: #ebf2fb;
  --text-gray: #acbcd0;
  --text-error: #fe5f55;
  --background-primary: #ffffff;
  --background-secondary: #011936;
  --background-blue: #ebf2fb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* Set the sizing of an element to include it's border */
}

.is-hidden {
  opacity: 0;
}

main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: 'Tektur', sans-serif;
}

* {
  margin: 0;
  /* Set the default margin to 0 */
  padding: 0;
  /* Set the default padding to 0 */
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
  /* Turn off numbered and unordered list decoration */
}

html:focus-within {
  scroll-behavior: smooth;
  /* Make the scrolling inside of any scrollable element smooth */
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  /* Makes link undelines look better */
}

img,
svg,
video,
canvas {
  max-width: 100%;
  /* Makes it responsive */
  height: auto;
  /* Makes it responsive */
  vertical-align: middle;
  /* Makes text next to inline images look better */
  font-style: italic;
  /* If the images don't load it makes the alt decription look better */
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  /* Makes these elements inherit fonts */
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  /* Makes the body element full screen */
  scroll-behavior: smooth;
  /* Makes normal scrolling smooth */
}

body {
  margin: 0 auto;
  background-color: #eaeaea;
}

h1,
h2,
h3,
h4,
ul,
p,
a {
  font-family: 'Tektur', sans-serif;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-decoration: none;
}

.hero {
  background-image: url('../../images/hero-bg-mob.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeaea;
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url('../../images/hero-bg-tab.png');
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    background-image: url('../../images/hero-bg.png');
  }
}
.hero__container {
  align-content: center;
  min-height: 444.6666666667px;
  height: 100vh;
  max-height: 1000.5px;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  padding: 100px 18px 80px;
}
@media screen and (min-width: 768px) {
  .hero__container {
    min-height: 682.6666666667px;
    max-height: 1536px;
  }
}
.hero__card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 31px;
  min-height: 309px;
}
@media screen and (min-width: 1024px) {
  .hero__card {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 15px;
  color: #1e2214;
  font-family: Tektur;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: clamp(34.1333333333px, 3.3333333333vw, 64px);
  }
}
.hero__subtitle {
  margin: 0;
  color: #1e2214;
  font-family: Tektur;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__subtitle {
    font-size: clamp(17.0666666667px, 1.6666666667vw, 32px);
    margin-bottom: clamp(56.8888888889px, 5.5555555556vw, 106.6666666667px);
  }
}
.hero__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hero__actions {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.hero__image-wrap {
  width: clamp(286px, 35vw, 820px);
  aspect-ratio: 143/123;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-corner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 57px;
  background: #3d3d3d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: Tektur, sans-serif;
  font-weight: 500;
  border: 2px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-corner {
    height: 59px;
    font-size: 18px;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .btn-corner {
    max-width: clamp(220px, 78.5714285714vw, 1508.5714285714px);
    width: 100%;
  }
}
.btn-corner:hover {
  filter: brightness(1.06);
}
.btn-corner:active {
  transform: translateY(1px);
}
.btn-corner::before,
.btn-corner::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 8px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
}
.btn-corner::before {
  top: 10px;
  border-top: 2px solid #fff;
}
.btn-corner::after {
  bottom: 10px;
  border-bottom: 2px solid #fff;
}

.solutions {
  background: #eaeaea;
  padding: 50px 18px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .solutions {
    padding: 80px 38px;
  }
}
@media screen and (min-width: 1024px) {
  .solutions {
    padding-block: clamp(106.6666666667px, 10.4166666667vw, 200px);
    padding-inline: clamp(36.9777777778px, 3.6111111111vw, 69.3333333333px);
  }
}
.solutions__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.solutions__title {
  margin-bottom: 40px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solutions__title {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .solutions__title {
    font-size: clamp(19.9111111111px, 1.9444444444vw, 37.3333333333px);
    margin-bottom: clamp(42.6666666667px, 4.1666666667vw, 80px);
  }
}
.solutions__title-bracket {
  font-weight: 500;
}
.solutions__layout {
  position: relative;
}
.solutions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .solutions__grid {
    max-width: 366px;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .solutions__layout {
    --radar-size: clamp(360px, 26vw, 520px);
    --radar-gap: clamp(40px, 4vw, 90px);
    --ring: clamp(60px, 4.5vw, 95px);
  }
  .solutions__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    -moz-column-gap: calc(var(--radar-size) + var(--radar-gap));
    column-gap: calc(var(--radar-size) + var(--radar-gap));
    row-gap: clamp(85.3333333333px, 8.3333333333vw, 160px);
    width: 100%;
    max-width: none;
    align-items: start;
  }
  .solution-card--tl {
    grid-column: 1;
    grid-row: 1;
  }
  .solution-card--tr {
    grid-column: 2;
    grid-row: 1;
  }
  .solution-card--bl {
    grid-column: 1;
    grid-row: 2;
  }
  .solution-card--br {
    grid-column: 2;
    grid-row: 2;
  }
  .solutions__radar {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--radar-size);
    height: var(--radar-size);
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle, #000 99%, transparent 100%);
    mask-image: radial-gradient(circle, #000 99%, transparent 100%);
    z-index: 1;
  }
}
.solution-card {
  background: #3d3d3d;
  color: #fff;
  padding: 20px;
  min-height: 154px;
  min-width: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .solution-card {
    position: relative;
    z-index: 2;
  }
}
.solution-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .solution-card__top {
    margin-bottom: clamp(28.4444444444px, 2.7777777778vw, 53.3333333333px);
  }
}
.solution-card__heading {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solution-card__heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-card__heading {
    font-size: clamp(12.8px, 1.25vw, 24px);
  }
}
.solution-card__text {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solution-card__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-card__text {
    font-size: clamp(9.9555555556px, 0.9722222222vw, 18.6666666667px);
  }
}
.solution-card__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .solution-card__icon {
    width: clamp(28.4444444444px, 2.7777777778vw, 53.3333333333px);
    height: clamp(28.4444444444px, 2.7777777778vw, 53.3333333333px);
  }
}
.solution-card__icon svg {
  display: block;
}

/* ===========================
   Radar animation
=========================== */
.solutions__radar {
  display: none;
}
@media screen and (min-width: 768px) {
  .solutions__radar {
    --ring: 95px;
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: -445px;
    width: 730px;
    height: 736px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle, #000 99%, transparent 100%);
    mask-image: radial-gradient(circle, #000 99%, transparent 100%);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .solutions__radar {
    --ring: clamp(42.6666666667px, 4.1666666667vw, 80px);
    height: clamp(311.4666666667px, 30.4166666667vw, 584px);
    width: clamp(309.3333333333px, 30.2083333333vw, 580px);
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
  }
}
.solutions__radar::after {
  content: '';
  position: absolute;
  inset: calc(var(--ring) + 6px);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 72%);
  animation: radarPulse 2.6s ease-in-out infinite;
}

.solutions__radar-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
  opacity: 0.95;
}

.solutions__radar-sweep {
  position: absolute;
  inset: var(--ring);
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
  background: conic-gradient(
    from -90deg,
    rgba(0, 0, 0, 0) 0deg,
    rgba(0, 0, 0, 0) 300deg,
    rgba(0, 0, 0, 0.14) 316deg,
    rgba(0, 0, 0, 0.32) 332deg,
    rgba(0, 0, 0, 0) 360deg
  );
  -webkit-mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 58%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 58%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0) 100%
  );
  transform-origin: 50% 50%;
  animation: radarSweep 3.2s linear infinite;
}

@keyframes radarSweep {
  to {
    transform: rotate(360deg);
  }
}
@keyframes radarPulse {
  0%,
  100% {
    transform: scale(0.985);
    opacity: 0.28;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  .solutions__radar-sweep,
  .solutions__radar::after {
    animation: none !important;
  }
}
.catalog-form {
  background: #eaeaea;
  color: #000;
}
.catalog-form__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 18px;
}
@media screen and (min-width: 768px) {
  .catalog-form__container {
    padding: 80px 38px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-form__container {
    padding-block: clamp(71.1111111111px, 6.9444444444vw, 133.3333333333px);
    padding-inline: clamp(36.9777777778px, 3.6111111111vw, 69.3333333333px);
  }
}
.catalog-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .catalog-form__grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
    -moz-column-gap: clamp(22.7555555556px, 2.2222222222vw, 42.6666666667px);
    column-gap: clamp(22.7555555556px, 2.2222222222vw, 42.6666666667px);
  }
}
.catalog-form__left {
  display: none;
}
@media screen and (min-width: 1024px) {
  .catalog-form__left {
    display: block;
    position: relative;
    width: clamp(463.6444444444px, 45.2777777778vw, 869.3333333333px);
    height: 100%;
    mask-image: radial-gradient(
      ellipse at center,
      rgb(0, 0, 0) 55%,
      rgba(0, 0, 0, 0.85) 65%,
      rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      rgb(0, 0, 0) 55%,
      rgba(0, 0, 0, 0.85) 65%,
      rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.catalog-form__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.catalog-form__right {
  position: relative;
  padding: 0;
}
.catalog-form__step {
  display: none;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.catalog-form__step.is-active {
  display: flex;
  min-height: 484px;
  transform: translateY(0);
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .catalog-form__step .catalog-form__head {
    display: flex !important;
    flex-direction: column;
  }
}
.catalog-form__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .catalog-form__head {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    margin-bottom: clamp(28.4444444444px, 2.7777777778vw, 53.3333333333px);
  }
}
.catalog-form__title {
  color: #000;
  font-family: Tektur;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .catalog-form__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-form__title {
    font-size: clamp(19.9111111111px, 1.9444444444vw, 37.3333333333px);
    margin-bottom: 0;
  }
}
.catalog-form__title-mini {
  font-size: 24px;
  margin-top: 20px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .catalog-form__title-mini {
    font-size: 32px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-form__title-mini {
    font-size: clamp(27.0222222222px, 2.6388888889vw, 50.6666666667px);
    margin-top: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.catalog-form__subtitle {
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
@media screen and (min-width: 768px) {
  .catalog-form__subtitle {
    font-size: 20px;
    max-width: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-form__subtitle {
    font-size: clamp(17.0666666667px, 1.6666666667vw, 32px);
    margin-bottom: 0;
    max-width: clamp(463.6444444444px, 45.2777777778vw, 869.3333333333px);
  }
}
.catalog-form__subtitle-mini {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .catalog-form__subtitle-mini {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-form__subtitle-mini {
    font-size: clamp(11.3777777778px, 1.1111111111vw, 21.3333333333px);
  }
}
.catalog-form__cf7 {
  width: 100%;
}
.catalog-form__cf7 .wpcf7 {
  margin: 0;
}
.catalog-form__cf7 .wpcf7 form {
  margin: 0;
}
.catalog-form__success-box {
  margin-top: 26px;
  padding-top: 10px;
}
.catalog-form__success-note {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 18px;
  opacity: 0.9;
}
.catalog-form__again {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 18px;
  border: 2px solid #111;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.cf7-ui {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .cf7-ui {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cf7-ui {
    gap: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cf7-ui .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.cf7-ui .wpcf7-form-control-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  border-left: 2px solid #111;
  pointer-events: none;
}
.cf7-ui .wpcf7-form-control-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  border-right: 2px solid #111;
  pointer-events: none;
}
.cf7-ui__input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #111;
  background: transparent;
  height: 47px;
  outline: none;
  border-radius: 0;
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent !important;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cf7-ui__input {
    height: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .cf7-ui__input {
    height: clamp(34.8444444444px, 3.4027777778vw, 65.3333333333px);
    font-size: clamp(12.8px, 1.25vw, 24px);
    padding-left: clamp(8.5333333333px, 0.8333333333vw, 16px);
  }
}
.cf7-ui__input:-webkit-autofill,
.cf7-ui__input:-webkit-autofill:hover,
.cf7-ui__input:-webkit-autofill:focus,
.cf7-ui__input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #eaeaea inset !important;
}
.cf7-ui__input:focus {
  border-bottom-color: #000;
  background-color: #eaeaea;
}
.cf7-ui__input::-moz-placeholder {
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf7-ui__input::placeholder {
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .cf7-ui__input::-moz-placeholder {
    font-size: clamp(12.8px, 1.25vw, 24px);
  }
  .cf7-ui__input::placeholder {
    font-size: clamp(12.8px, 1.25vw, 24px);
  }
}
.cf7-ui__group {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .cf7-ui__group {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cf7-ui__group {
    margin-top: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__group-title {
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .cf7-ui__group-title {
    font-size: clamp(12.8px, 1.25vw, 24px);
    margin-bottom: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .cf7-ui__checks {
    gap: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__checks .wpcf7-form-control.wpcf7-checkbox.cf7-ui__check {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .cf7-ui__checks .wpcf7-form-control.wpcf7-checkbox.cf7-ui__check {
    gap: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__checks .wpcf7-form-control-wrap::before,
.cf7-ui__checks .wpcf7-form-control-wrap::after {
  content: none !important;
}
.cf7-ui__checks .wpcf7-list-item {
  margin: 0;
}
.cf7-ui__checks label {
  --box-w: 30px;
  --box-h: 26px;
  --plus-size: 18px;
  --text-gap: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: Tektur;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cf7-ui__checks label {
    font-size: clamp(12.8px, 1.25vw, 24px);
    --plus-size: clamp(12.8px, 1.25vw, 24px);
    --box-w: clamp(21.3333333333px, 2.0833333333vw, 40px);
    --box-h: clamp(18.4888888889px, 1.8055555556vw, 34.6666666667px);
    --text-gap: clamp(5.6888888889px, 0.5555555556vw, 10.6666666667px);
  }
}
.cf7-ui__checks input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.cf7-ui__checks .wpcf7-list-item-label {
  position: relative;
  padding-left: calc(var(--box-w) + var(--text-gap));
}
.cf7-ui__checks .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--box-w);
  height: var(--box-h);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2226%22%20viewBox%3D%220%200%2030%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%2226%22%20width%3D%222%22%20height%3D%228%22%20transform%3D%22rotate(-90%200%2026)%22%20fill%3D%22black%22/%3E%3Crect%20y%3D%2224%22%20width%3D%2222%22%20height%3D%222%22%20transform%3D%22rotate(-90%200%2024)%22%20fill%3D%22black%22/%3E%3Crect%20y%3D%222%22%20width%3D%222%22%20height%3D%228%22%20transform%3D%22rotate(-90%200%202)%22%20fill%3D%22black%22/%3E%3Crect%20width%3D%222%22%20height%3D%228%22%20transform%3D%22matrix(0%20-1%20-1%200%2030%2026)%22%20fill%3D%22black%22/%3E%3Crect%20width%3D%2222%22%20height%3D%222%22%20transform%3D%22matrix(0%20-1%20-1%200%2030%2024)%22%20fill%3D%22black%22/%3E%3Crect%20width%3D%222%22%20height%3D%228%22%20transform%3D%22matrix(0%20-1%20-1%200%2030%202)%22%20fill%3D%22black%22/%3E%3C/svg%3E');
}
.cf7-ui__checks .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: calc(var(--box-w) / 2);
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: Tektur;
  font-size: var(--plus-size);
  font-weight: 500;
  line-height: 1;
  color: #000;
  opacity: 0;
  pointer-events: none;
}
.cf7-ui__checks label input[type='checkbox']:checked + .wpcf7-list-item-label::after {
  content: '+';
  opacity: 1;
}
.cf7-ui__checks label input[type='checkbox']:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 3px;
}
.cf7-ui__submit {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .cf7-ui__submit {
    margin-top: 20px;
  }
  .cf7-ui__submit .btn-corner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cf7-ui__submit {
    margin-top: clamp(14.2222222222px, 1.3888888889vw, 26.6666666667px);
  }
}
.cf7-ui__policy {
  margin-top: 10px;
  color: #000;
  font-family: Tektur;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .cf7-ui__policy {
    margin-top: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .cf7-ui__policy {
    font-size: clamp(11.3777777778px, 1.1111111111vw, 21.3333333333px);
  }
}
.cf7-ui__policy a {
  color: inherit;
  -webkit-text-decoration: auto;
  text-decoration: auto;
}
.cf7-ui__policy input[type='checkbox'] {
  margin-right: 10px;
}
.cf7-ui .wpcf7-spinner,
.cf7-ui .wpcf7-response-output,
.cf7-ui .wpcf7-not-valid-tip {
  display: none;
}
.cf7-ui .wpcf7-not-valid {
  border-bottom-color: #af1414 !important;
}
.cf7-ui .wpcf7-not-valid::-moz-placeholder {
  color: #af1414;
}
.cf7-ui .wpcf7-not-valid::placeholder {
  color: #af1414;
}
.cf7-ui .wpcf7-form-control-wrap:has(.wpcf7-not-valid)::before {
  border-left-color: #af1414;
}
.cf7-ui .wpcf7-form-control-wrap:has(.wpcf7-not-valid)::after {
  border-right-color: #af1414;
}
.cf7-ui .wpcf7-not-valid + .wpcf7-form-control-wrap::before,
.cf7-ui .wpcf7-not-valid + .wpcf7-form-control-wrap::after {
  border-color: #af1414;
}

.wpcf7-response-output {
  display: none;
}

.is-hidden-by-step {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.partners {
  background: #eaeaea;
  padding: 50px 18px;
}
@media screen and (min-width: 768px) {
  .partners {
    padding: 80px 38px;
  }
}
@media screen and (min-width: 1024px) {
  .partners {
    padding-block: clamp(71.1111111111px, 6.9444444444vw, 133.3333333333px);
    padding-inline: clamp(36.9777777778px, 3.6111111111vw, 69.3333333333px);
  }
}
.partners__container {
  max-width: 1920px;
  margin: 0 auto;
}
.partners__title {
  color: #000;
  font-family: Tektur;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .partners__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__title {
    font-size: clamp(19.9111111111px, 1.9444444444vw, 37.3333333333px);
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .partners__list {
    gap: 40px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(41.9555555556px, 4.0972222222vw, 78.6666666667px);
  }
}
.partners__item {
  min-width: 88px;
  min-height: 100px;
  aspect-ratio: 22/25;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .partners__item {
    min-width: 176px;
    min-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__item {
    min-width: clamp(125.1555555556px, 12.2222222222vw, 234.6666666667px);
    min-height: clamp(142.2222222222px, 13.8888888889vw, 266.6666666667px);
  }
}
.partners__icon {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  fill: #3d3d3d;
  overflow: visible;
}

.contact {
  background: #eaeaea;
  color: #111;
  /* INFO */
}
.contact__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 18px 150px;
}
@media screen and (min-width: 768px) {
  .contact__container {
    padding: 80px 38px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__container {
    padding-top: clamp(71.1111111111px, 6.9444444444vw, 133.3333333333px);
    padding-inline: clamp(36.9777777778px, 3.6111111111vw, 69.3333333333px);
    padding-block: clamp(113.7777777778px, 11.1111111111vw, 213.3333333333px);
  }
}
.contact__title {
  color: #000;
  font-family: Tektur;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: clamp(19.9111111111px, 1.9444444444vw, 37.3333333333px);
    margin-bottom: clamp(35.5555555556px, 3.4722222222vw, 66.6666666667px);
  }
}
.contact__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .contact__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__layout {
    grid-template-columns: clamp(382.578px, 37.3611vw, 717.333px) clamp(
        453.689px,
        44.3056vw,
        850.667px
      );
    justify-content: space-between;
    -moz-column-gap: 0;
    column-gap: 0;
    align-items: stretch;
  }
  .contact__layout .catalog-form__step.is-active {
    min-height: clamp(300.8px, 29.375vw, 564px);
  }
}
@media screen and (min-width: 768px) {
  .contact__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
  }
}
.contact__bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .contact__bottom {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__bottom {
    align-items: end;
    gap: 0;
    display: flex;
    justify-content: space-between;
  }
}
.contact__bottom-link {
  color: #000;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .contact__bottom-link {
    font-size: clamp(12.8px, 1.25vw, 24px);
  }
}
.contact__bottom-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact__bottom-link:last-child {
    justify-self: end;
    text-align: right;
  }
}
.contact .contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info {
    grid-template-columns: 1.7fr 1fr;
    gap: clamp(22.7555555556px, 2.2222222222vw, 42.6666666667px);
  }
}
.contact .contact-info__col {
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info__col {
    gap: 10px;
    align-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info__col {
    gap: clamp(7.1111111111px, 0.6944444444vw, 13.3333333333px);
  }
}
.contact .contact-info__head {
  color: #000;
  font-family: Tektur;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info__head {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info__head {
    font-size: clamp(11.3777777778px, 1.1111111111vw, 21.3333333333px);
    margin-bottom: clamp(7.1111111111px, 0.6944444444vw, 13.3333333333px);
  }
}
.contact .contact-info__head--mt {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info__head--mt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info__head--mt {
    margin-top: clamp(21.3333333333px, 2.0833333333vw, 40px);
  }
}
.contact .contact-info__item {
  color: #000;
  font-family: Tektur;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-block: 5px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info__item {
    padding-block: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info__item {
    font-size: clamp(12.8px, 1.25vw, 24px);
  }
}
.contact .contact-info__item:hover {
  text-decoration: underline;
}
.contact .contact-info__messengers {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px 10px;
}
@media screen and (min-width: 768px) {
  .contact .contact-info__messengers {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-info__messengers {
    gap: clamp(7.1111111111px, 0.6944444444vw, 13.3333333333px);
  }
} /*# sourceMappingURL=index.css.map */
