

/* Start:/local/templates/vango/fonts/stylesheet.css?1785930831286*/
@font-face {
	font-family: 'Involve';
	src: url('/local/templates/vango/fonts/./Involve/Involve-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/vango/fonts/./Involve/Involve-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* End */


/* Start:/local/templates/vango/css/style.min.css?178601656465726*/
a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: var(--brand-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
a .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.arc-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.arc-ul.arc-ul--headers li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.arc-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.arc-ul li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/vango/css/../images/arrow-arc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.arc-ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.btn-primary {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--brand-base);
  background: var(--brand-primary);
  padding: 12px 30px;
  border-radius: 50px;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}
.btn-primary:hover {
  background: var(--brand-hover);
}
.btn-primary:disabled {
  background: #0f2238;
  opacity: 0.35;
  cursor: not-allowed;
}

.btn-outline {
  border: 0.8px solid #0f2238;
  border-radius: 50px;
  padding: 11px 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--brand-primary);
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.btn-outline .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-outline:hover {
  background: rgba(15, 34, 56, 0.04);
}
.btn-outline:disabled {
  background: transparent;
  opacity: 0.35;
  cursor: not-allowed;
}

.block-title {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: -0.03em;
  color: var(--naturel-foreground);
  text-align: center;
}

.floating-decor {
  --floating-position: translate3d(0, 0, 0);
  --floating-x: 0px;
  --floating-y: 0px;
  --floating-rotation: 0deg;
  --floating-scale: 1;
  -webkit-transform: var(--floating-position) translate3d(var(--floating-x), var(--floating-y), 0) rotate(var(--floating-rotation)) scale(var(--floating-scale));
          transform: var(--floating-position) translate3d(var(--floating-x), var(--floating-y), 0) rotate(var(--floating-rotation)) scale(var(--floating-scale));
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, filter;
}

.decor-animation {
  -webkit-transform-origin: var(--decor-transform-origin);
      -ms-transform-origin: var(--decor-transform-origin);
          transform-origin: var(--decor-transform-origin);
  will-change: transform, filter;
}

.slider-arrow {
  z-index: 2;
  background: var(--brand-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #e3e2e0;
  cursor: pointer;
  -webkit-transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease, visibility 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease, visibility 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, visibility 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, visibility 160ms ease, -webkit-box-shadow 160ms ease;
}
.slider-arrow:hover:not(:disabled) {
  background-color: var(--naturel-background);
  border-color: rgba(15, 34, 56, 0.22);
  -webkit-box-shadow: 0 6px 16px rgba(15, 34, 56, 0.12);
          box-shadow: 0 6px 16px rgba(15, 34, 56, 0.12);
}
.slider-arrow:active:not(:disabled) {
  background-color: var(--naturel-grey-light);
  border-color: rgba(15, 34, 56, 0.32);
  -webkit-box-shadow: inset 0 2px 5px rgba(15, 34, 56, 0.14);
          box-shadow: inset 0 2px 5px rgba(15, 34, 56, 0.14);
}
.slider-arrow:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7a7065;
  padding: 12px 16px;
  border-radius: 14px;
  border: 0.8px solid rgba(15, 34, 56, 0.09);
  background: var(--naturel-background);
  width: 100%;
  outline: none;
}
input:focus, input:active {
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1.6px #0f2238;
          box-shadow: inset 0 0 0 1.6px #0f2238;
  background: var(--brand-base);
  color: var(--naturel-foreground);
}

.error {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--error);
  display: block;
  position: static;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
}
.error:not(:empty) {
  height: auto;
  opacity: 1;
}

.field__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
}

.field__error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 0;
  overflow: hidden;
  color: var(--error);
}
.field__error-message::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background: url("/local/templates/vango/css/../images/error-icon.svg") center/contain no-repeat;
}

input.field__control--error {
  border-color: transparent;
  background: var(--label-error);
  -webkit-box-shadow: inset 0 0 0 1.6px var(--error);
          box-shadow: inset 0 0 0 1.6px var(--error);
}

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
}
.field--error input {
  border-color: var(--error);
  background: var(--label-error);
}

/* AUTH CODE */
.auth-code {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auth-code__digits {
  display: grid;
  grid-template-columns: repeat(4, minmax(10px, 22px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
.auth-code__digit {
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 2px solid rgba(var(--brand-primary-rgb), 0.25);
  border-radius: 0;
  font-family: monospace;
  font-size: 36px;
  font-weight: 600;
  line-height: 111%;
  text-align: center;
  color: var(--brand-primary);
  caret-color: var(--brand-primary);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auth-code__digit:focus, .auth-code__digit:active {
  border-color: var(--brand-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.auth-code:has(.field__control--error) .auth-code__digit {
  border-color: var(--error);
}

/* AUTH RECALL */
.auth-recall__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(50px, 6.5vw, 93px);
}
.auth-recall__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: auto;
}
.auth-recall__button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var(--brand-primary);
  outline: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo--light {
  color: var(--brand-base);
}

.main-title {
  font-family: var(--third-family);
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: var(--naturel-foreground);
}

/* HOME-GUEST */
.home-guest__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(100px, 12.5vw, 160px);
  padding: clamp(36px, 4.3vw, 55px) 0 clamp(90px, 10vw, 130px);
}
.home-guest__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.home-guest__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 65px;
}

/* MAIN-HEADER */
.main-header {
  position: sticky;
  z-index: 100;
  top: 0;
}
.main-header__wrapper {
  background-color: var(--brand-base);
  -webkit-box-shadow: 0 4px 20px 0 rgba(25, 24, 23, 0.05);
          box-shadow: 0 4px 20px 0 rgba(25, 24, 23, 0.05);
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px clamp(12px, 2vw, 24px);
  gap: clamp(10px, 2vw, 20px);
}
.main-header--stuck .main-header__wrapper {
  -webkit-box-shadow: 0 6px 24px rgba(25, 24, 23, 0.16);
          box-shadow: 0 6px 24px rgba(25, 24, 23, 0.16);
}
.main-header__panel {
  display: contents;
}
.main-header__sign-in {
  font-size: 16px;
  padding: 8px clamp(16px, 2vw, 28px);
  border-radius: 50px;
  white-space: nowrap;
}
.main-header__menu-toggle {
  display: none;
}

.menu-toggle {
  display: none;
  position: relative;
  z-index: 30;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(15, 34, 56, 0.12);
  border-radius: 50%;
  place-items: center;
  -webkit-transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.menu-toggle:hover {
  background-color: rgba(15, 34, 56, 0.04);
}
.menu-toggle:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}
.menu-toggle__icon {
  display: block;
  grid-area: 1/1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 150ms ease, -webkit-transform 250ms ease;
  transition: opacity 150ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, opacity 150ms ease;
  transition: transform 250ms ease, opacity 150ms ease, -webkit-transform 250ms ease;
}
.menu-toggle__icon--menu {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.menu-toggle__icon--close {
  opacity: 0;
  -webkit-transform: scale(0.75) rotate(-45deg);
      -ms-transform: scale(0.75) rotate(-45deg);
          transform: scale(0.75) rotate(-45deg);
}
.menu-toggle--active .menu-toggle__icon--menu {
  opacity: 0;
  -webkit-transform: scale(0.75) rotate(45deg);
      -ms-transform: scale(0.75) rotate(45deg);
          transform: scale(0.75) rotate(45deg);
}
.menu-toggle--active .menu-toggle__icon--close {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.main-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  justify-self: center;
}
.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 2vw, 24px);
}
.main-menu__link {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
.main-menu__link::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-menu__link:hover::before, .main-menu__link--active::before {
  width: 110%;
}
.main-menu__auth-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-self: end;
}

.auth-hint {
  position: absolute;
  z-index: 40;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  top: 110%;
  background: var(--brand-base);
  max-width: 320px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(15, 34, 56, 0.06);
          box-shadow: 0 2px 12px 0 rgba(15, 34, 56, 0.06);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 180ms ease, visibility 0s linear 180ms, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, visibility 0s linear 180ms, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms, -webkit-transform 180ms ease;
}
.auth-hint--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.auth-hint__wrapper {
  padding: 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.auth-hint__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.auth-hint__title {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 129%;
  color: var(--brand-accent);
}
.auth-hint__description {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 129%;
  color: var(--naturel-muted);
}
.auth-hint__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.auth-hint__buttons button {
  width: 100%;
}

/* HOME-SLIDER */
.hero-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.hero-slider::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: 50px;
  background: var(--brand-base);
  opacity: 0;
  pointer-events: none;
}
.hero-slider--flash::after {
  -webkit-animation: hero-slider-flash 800ms ease-in-out;
          animation: hero-slider-flash 800ms ease-in-out;
}
.hero-slider__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hero-slider__pagination {
  position: absolute;
  left: 50% !important;
  bottom: 28px !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: auto !important;
  z-index: 5;
}
.hero-slider__dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: var(--naturel-grey-light);
  border-radius: 100%;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background-color 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, -webkit-transform 180ms ease;
  transition: transform 180ms ease, background-color 180ms ease;
  transition: transform 180ms ease, background-color 180ms ease, -webkit-transform 180ms ease;
}
.hero-slider__dot--active {
  background: var(--brand-primary);
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

@-webkit-keyframes hero-slider-flash {
  0%, 100% {
    opacity: 0;
  }
  48% {
    opacity: 0.45;
  }
}

@keyframes hero-slider-flash {
  0%, 100% {
    opacity: 0;
  }
  48% {
    opacity: 0.45;
  }
}
/* HERO-BANNER */
.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.hero-banner__wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--brand-base);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero-banner__content {
  padding: clamp(56px, 6.4vw, 82px) 18px clamp(88px, 8.6vw, 110px) clamp(40px, 5vw, 64px);
}
.hero-banner__title {
  font-size: clamp(38px, 3.75vw, 48px);
  line-height: 108%;
}
.hero-banner__text {
  padding: 23px 0 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--naturel-muted);
}
.hero-banner__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.hero-banner__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-left: 18px;
}
.hero-banner__text ul li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  top: -3px;
  width: 28px;
  height: 25px;
  background-image: url("/local/templates/vango/css/../images/hero/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.hero-banner__button-one {
  padding: 14px clamp(28px, 4vw, 51px);
}
.hero-banner__button-two {
  padding: 13px clamp(28px, 4.4vw, 56px);
}
.hero-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-mask-image: url("/local/templates/vango/css/../images/hero-maskbanner.png");
  mask-image: url("/local/templates/vango/css/../images/hero-maskbanner.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center 15%;
  mask-position: center 15%;
  -webkit-mask-size: 110% 111%;
  mask-size: 110% 111%;
}

/* CATEGORY-SLIDER */
.category-slider {
  position: relative;
  overflow: visible;
}
.category-slider__viewport {
  overflow: hidden;
}
.category-slider__nav-next, .category-slider__nav-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.category-slider__nav-next {
  right: -25px;
}
.category-slider__nav-prev {
  left: -25px;
}
.category-slider__nav-next.category-slider__nav--hidden, .category-slider__nav-prev.category-slider__nav--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* CATEGORY-CARDS */
.category-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

/* CATEGORY-LINK */
.category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.category-link__header {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: -0.03em;
  color: var(--brand-primary);
}
.category-link__link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
  color: var(--brand-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: -10px -14px;
  padding: 10px 14px;
  border-radius: 50px;
  -webkit-transition: background-color 160ms ease, color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, -webkit-box-shadow 160ms ease;
}
.category-link__link:hover {
  background-color: rgba(15, 34, 56, 0.06);
  -webkit-box-shadow: 0 5px 14px rgba(15, 34, 56, 0.08);
          box-shadow: 0 5px 14px rgba(15, 34, 56, 0.08);
}
.category-link__link:active {
  background-color: rgba(15, 34, 56, 0.12);
  -webkit-box-shadow: inset 0 2px 5px rgba(15, 34, 56, 0.12);
          box-shadow: inset 0 2px 5px rgba(15, 34, 56, 0.12);
}
.category-link__link:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}
.category-link__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* CATEGORY-ITEM */
.category-item {
  background: var(--brand-base);
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(15, 34, 56, 0.05);
          box-shadow: 0 2px 10px 0 rgba(15, 34, 56, 0.05);
}
.category-item__wrapper {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 100%;
}
.category-item__img {
  display: block;
  width: 100%;
  aspect-ratio: 259/175;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.03em;
  color: var(--brand-primary);
}

/* ACHIEVEMENT-LIST */
.achievement-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

/* DECOR-HEADER */
.decor-header {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr) 268px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-left: 40px;
}
.decor-header .block-title {
  grid-column: 2;
  width: 100%;
  text-align: center;
  position: relative;
  top: 20px;
}
.decor-header__img {
  width: 100%;
  height: auto;
}

/* ACHIEVEMENT-ITEMS */
.achievement-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 295px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

/* ACHIEVEMENT-ITEM */
.achievement-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto 1fr;
  row-gap: 16px;
  isolation: isolate;
  width: 100%;
  max-width: 295px;
  aspect-ratio: 295/319;
  justify-self: center;
}
.achievement-item::before {
  content: "";
  display: block;
  grid-area: 1/1/-1/-1;
  align-self: stretch;
  justify-self: stretch;
  background-image: url("/local/templates/vango/css/../images/achievement-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.72;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
  pointer-events: none;
  -webkit-transition: opacity 320ms ease, -webkit-filter 320ms ease;
  transition: opacity 320ms ease, -webkit-filter 320ms ease;
  transition: opacity 320ms ease, filter 320ms ease;
  transition: opacity 320ms ease, filter 320ms ease, -webkit-filter 320ms ease;
}
.achievement-item > * {
  grid-column: 1;
  margin-left: 24px;
  z-index: 3;
}
.achievement-item:hover::before, .achievement-item:focus-within::before {
  opacity: 1;
  -webkit-filter: saturate(1.08);
          filter: saturate(1.08);
}
.achievement-item:hover .achievement-item__icon, .achievement-item:focus-within .achievement-item__icon {
  border-color: rgba(15, 34, 56, 0.65);
  background-color: rgb(244, 223, 203);
}
.achievement-item__icon {
  grid-row: 1;
  margin-top: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: rgba(244, 223, 203, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 280ms ease, border-color 280ms ease, -webkit-box-shadow 280ms ease;
  transition: background-color 280ms ease, border-color 280ms ease, -webkit-box-shadow 280ms ease;
  transition: background-color 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
  transition: background-color 280ms ease, border-color 280ms ease, box-shadow 280ms ease, -webkit-box-shadow 280ms ease;
}
.achievement-item__title {
  grid-row: 2;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  color: var(--naturel-foreground);
  max-width: 210px;
}
.achievement-item__text {
  grid-row: 3;
  max-width: 210px;
}

/* MESSAGE-CARDS */
.message-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.message-cards__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.message-cards__header .block-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message-cards__decor-img {
  --floating-position: translateY(-50%);
  position: absolute;
  right: -35px;
  top: 0;
}
.message-cards__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 413px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}

/* MESSAGE-CARD */
.message-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: var(--brand-base);
  width: 100%;
  max-width: 413px;
  border-top-left-radius: 32px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 120px;
}
.message-card__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 204px;
  gap: 13px;
  height: 100%;
}
.message-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 30px 0 30px 30px;
}
.message-card__text {
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.message-card__header {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  color: var(--brand-primary);
}
.message-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--naturel-muted);
}
.message-card__img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: end;
  aspect-ratio: 204/230;
  -webkit-mask-image: url("/local/templates/vango/css/../images/message-cards/1.png");
          mask-image: url("/local/templates/vango/css/../images/message-cards/1.png");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* SINGLE-BANNER */
.single-banner {
  background: var(--brand-base);
  border-radius: 50px;
}
.single-banner__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 544px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 49px;
}
.single-banner__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--naturel-muted);
  padding: 40px 0 60px;
}
.single-banner__text h3 {
  line-height: 117%;
}
.single-banner__button {
  padding: 14px 55px;
}
.single-banner__img {
  display: block;
  width: 100%;
  max-width: 544px;
  min-width: 0;
  height: auto;
  justify-self: end;
}

/* OPERATION-BLOCK */
.operation-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* OPERATION-ITEMS */
.operation-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 352px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--operation-items-gap);
}

/* OPERATION-ITEM */
.operation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
.operation-item:last-child::after {
  display: none;
}
.operation-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: calc(100% + var(--operation-items-half-gap) - var(--operation-arrow-half-width));
  background-image: url("/local/templates/vango/css/../images/operation-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: var(--operation-arrow-width);
  height: 27px;
}
.operation-item__title {
  line-height: 117%;
  text-align: center;
}
.operation-item__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--naturel-muted);
  text-align: center;
  max-width: 300px;
}
.operation-item__number {
  -ms-flex-item-align: center;
      align-self: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: var(--naturel-foreground);
  width: 80px;
  height: 80px;
  background: var(--brand-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--naturel-grey-light);
}
.operation-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* CALLBACK-FORM */
.callback-form {
  position: relative;
  isolation: isolate;
}
.callback-form__decor-img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: clamp(16px, 3vw, 40px);
  width: clamp(120px, 15.55vw, 199px);
  height: auto;
  -webkit-transform: var(--callback-decor-position);
      -ms-transform: var(--callback-decor-position);
          transform: var(--callback-decor-position);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.callback-form__decor-image {
  display: block;
  width: 100%;
  height: auto;
}
.callback-form__wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  background: var(--brand-base);
  -webkit-box-shadow: 0 20px 40px -10px rgba(7, 29, 53, 0.06);
          box-shadow: 0 20px 40px -10px rgba(7, 29, 53, 0.06);
  border-radius: 48px;
  overflow: hidden;
}
.callback-form__bg-image {
  width: 100%;
  height: 100%;
  max-width: 640px;
  aspect-ratio: 640/644;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.callback-form__content {
  -ms-flex-item-align: center;
      align-self: center;
  padding: clamp(48px, 6.1vw, 78px) clamp(40px, 6.25vw, 80px);
}

.fields-based__fields {
  padding: 32px 0 24px;
}
.fields-based__big-title {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: clamp(36px, 3.75vw, 48px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand-primary);
}
.fields-based__btn {
  width: 100%;
}

.form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.fields-wrap > .field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

/* MODAL */
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: clamp(12px, 3vw, 32px);
  background: rgba(28, 28, 46, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 220ms ease-in-out, visibility 0s linear 220ms;
  transition: opacity 220ms ease-in-out, visibility 0s linear 220ms;
}
.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 768px);
  max-height: calc(100vh - clamp(24px, 6vw, 64px));
  max-height: calc(100dvh - clamp(24px, 6vw, 64px));
  min-height: 0;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.97);
      -ms-transform: translateY(20px) scale(0.97);
          transform: translateY(20px) scale(0.97);
  -webkit-transition: opacity 180ms ease-in, -webkit-transform 220ms ease-in;
  transition: opacity 180ms ease-in, -webkit-transform 220ms ease-in;
  transition: opacity 180ms ease-in, transform 220ms ease-in;
  transition: opacity 180ms ease-in, transform 220ms ease-in, -webkit-transform 220ms ease-in;
}
.modal__close {
  position: absolute;
  z-index: 2;
  top: clamp(12px, 2.3vw, 24px);
  right: clamp(12px, 2.3vw, 24px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.modal__close:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}
.modal__close svg path {
  -webkit-transition: stroke ease-in-out 100ms;
  transition: stroke ease-in-out 100ms;
}
.modal__close:hover, .modal__close:active {
  background-color: rgba(var(--brand-primary-rgb), 0.06);
}
.modal__close:hover svg path, .modal__close:active svg path {
  stroke: #444;
}
.modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.modal--open .modal__inner {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: opacity 220ms ease-out 40ms, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
  transition: opacity 220ms ease-out 40ms, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
  transition: opacity 220ms ease-out 40ms, transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
  transition: opacity 220ms ease-out 40ms, transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 40ms, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}

.modal-wrapper {
  width: 100%;
  max-height: inherit;
  min-height: 0;
  background: var(--naturel-beige-surface);
  border-radius: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--brand-primary-rgb), 0.35) transparent;
}
.modal-wrapper::-webkit-scrollbar {
  width: 8px;
}
.modal-wrapper::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 20px;
}
.modal-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(var(--brand-primary-rgb), 0.35);
  border: 2px solid var(--naturel-beige-surface);
  border-radius: 100px;
}
.modal-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--brand-primary-rgb), 0.55);
}
.modal-wrapper__inner {
  width: 100%;
  padding: clamp(60px, 6vw, 72px) clamp(20px, 4vw, 50px) clamp(24px, 4vw, 50px);
}
.modal-wrapper__content {
  background: var(--brand-base);
  border-radius: 16px;
  margin: 18px 0 30px;
  padding: 24px 25px;
}
.modal-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.modal-wrapper__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 111%;
  color: #171718;
  text-align: center;
}
.modal-wrapper__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--naturel-muted);
  text-align: center;
}
.modal-wrapper__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.modal-wrapper__footer .btn-primary {
  width: 100%;
}

.modal-privacy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #000;
}
.modal-privacy a {
  display: inline;
  color: #435571;
}

/* AGREEMENT */
.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.agreement__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #171718;
}
.agreement__label a {
  display: inline;
  color: #6b7280;
}

/* CHECKBOX */
.checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #d6d7d9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.checkbox--active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}
.checkbox--active .checkbox__icon {
  opacity: 1;
}
.checkbox__input {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
.checkbox__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  width: 10px;
  height: auto;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.checkbox__icon g path {
  fill: var(--brand-base);
}

/* FOOTER */
.main-footer__wrapper {
  border-radius: clamp(36px, 4vw, 50px);
  background: var(--brand-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: clamp(56px, 6.25vw, 80px) clamp(40px, 5vw, 64px) 40px;
}
.main-footer__top {
  display: grid;
  grid-template-columns: minmax(180px, 235px) minmax(0, 1fr) minmax(180px, 235px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(24px, 3vw, 48px);
}
.main-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.1);
  padding-top: 33px;
}
.main-footer__privacy-text {
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.8);
}
.main-footer__police {
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}

.social-item {
  -ms-flex-preferred-size: 235px;
      flex-basis: 235px;
}
.social-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.social-item__description {
  line-height: 125%;
  color: rgba(255, 255, 255, 0.7);
}
.social-item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  min-width: 0;
}

.footer-item__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.footer-item__link {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.footer-item__link:hover, .footer-item__link:focus-visible {
  color: var(--brand-base);
}

.footer-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--brand-base);
}

.contacts {
  min-width: 0;
}

@media (min-width: 1201px) {
  .decor-header .block-title {
    white-space: nowrap;
  }
}
@media (max-width: 1330px) {
  .achievement-list__wrapper {
    gap: 54px;
  }
  .achievement-items {
    grid-template-columns: repeat(2, minmax(0, 295px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(48px, 8vw, 96px);
       -moz-column-gap: clamp(48px, 8vw, 96px);
            column-gap: clamp(48px, 8vw, 96px);
    row-gap: 32px;
  }
}
@media (max-width: 1100px) {
  .decor-header {
    grid-template-columns: clamp(160px, 22vw, 220px) minmax(0, 1fr) clamp(160px, 22vw, 220px);
    gap: clamp(20px, 4vw, 48px);
    padding: 0 clamp(20px, 3vw, 40px);
  }
  .message-cards__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .message-cards__decor-img {
    --floating-position: translate3d(0, 0, 0);
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
    height: auto;
    right: 50px;
  }
  .message-cards .block-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 820px;
    padding-inline: 20px;
    text-wrap: balance;
  }
}
@media (max-width: 1310px) {
  .category-slider__nav-prev {
    left: 8px;
  }
  .category-slider__nav-next {
    right: 8px;
  }
}
@media (max-width: 1279px) {
  .message-cards__items {
    grid-template-columns: repeat(2, minmax(0, 413px));
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1100px) {
  .hero-slider::after {
    border-radius: 42px;
  }
  .hero-banner__wrapper {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    border-radius: 42px;
  }
  .hero-banner__content {
    padding: 60px 28px 88px 44px;
  }
  .hero-banner__title {
    font-size: 40px;
  }
  .hero-banner__text {
    padding: 20px 0 36px;
  }
  .hero-banner__buttons {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
  .single-banner {
    border-radius: 42px;
  }
  .single-banner__wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 42vw);
    gap: 32px;
    padding: 52px 40px;
  }
  .single-banner__text {
    padding: 32px 0 44px;
  }
  .main-footer__wrapper {
    padding: 56px 40px 32px;
  }
  .main-footer__top {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  }
  .footer-links {
    gap: 24px;
  }
  .contacts {
    grid-column: 1/-1;
  }
}
@media (max-width: 960px) {
  .callback-form__decor-img {
    right: 24px;
    width: 150px;
    -webkit-transform: var(--callback-decor-position-tablet);
        -ms-transform: var(--callback-decor-position-tablet);
            transform: var(--callback-decor-position-tablet);
  }
  .callback-form__wrapper {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 40px;
  }
  .callback-form__bg-image {
    height: auto;
    -ms-flex-item-align: auto;
        align-self: auto;
    max-height: 398px;
    width: auto;
  }
  .callback-form__content {
    width: 100%;
    padding: 48px clamp(32px, 7vw, 64px) 56px;
  }
  .fields-based__big-title {
    font-size: 40px;
  }
}
@media (max-width: 820px) {
  .hero-slider::after {
    border-radius: 36px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .container {
    padding-inline: 12px;
  }
  .main-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 12px 10px 16px;
    border-radius: 28px;
  }
  .main-header__panel {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    border: 1px solid rgba(15, 34, 56, 0.06);
    border-radius: 24px;
    background-color: var(--brand-base);
    -webkit-box-shadow: 0 12px 32px rgba(15, 34, 56, 0.12);
            box-shadow: 0 12px 32px rgba(15, 34, 56, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-8px) scale(0.98);
        -ms-transform: translateY(-8px) scale(0.98);
            transform: translateY(-8px) scale(0.98);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: opacity 180ms ease-in, visibility 0s linear 220ms, -webkit-transform 220ms ease-in;
    transition: opacity 180ms ease-in, visibility 0s linear 220ms, -webkit-transform 220ms ease-in;
    transition: opacity 180ms ease-in, transform 220ms ease-in, visibility 0s linear 220ms;
    transition: opacity 180ms ease-in, transform 220ms ease-in, visibility 0s linear 220ms, -webkit-transform 220ms ease-in;
  }
  .main-header__panel--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-transition: opacity 200ms ease-out, visibility 0s linear 0s, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 200ms ease-out, visibility 0s linear 0s, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 200ms ease-out, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
    transition: opacity 200ms ease-out, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .main-header__menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .menu-toggle {
    display: grid;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-menu {
    width: 100%;
  }
  .main-menu__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .main-menu__link {
    width: 100%;
    padding: 11px 10px;
    border-radius: 12px;
    font-size: 16px;
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
  }
  .main-menu__link::before {
    display: none;
  }
  .main-menu__link:hover, .main-menu__link:focus-visible, .main-menu__link--active {
    background-color: var(--naturel-background);
  }
  .main-menu__auth-btn {
    justify-self: auto;
  }
  .main-menu__auth-btn .main-header__sign-in {
    display: none;
  }
  .auth-hint {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 0;
    background-color: var(--naturel-background);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .auth-hint__wrapper {
    padding: 18px;
    gap: 18px;
  }
  .hero-banner__wrapper {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 36px;
  }
  .hero-banner__content {
    grid-row: 2;
    padding: 48px 32px 52px;
  }
  .hero-banner__title {
    font-size: 38px;
  }
  .hero-banner__text {
    padding-bottom: 32px;
  }
  .hero-banner__buttons {
    max-width: none;
  }
  .hero-banner__img {
    grid-row: 1;
    height: clamp(280px, 65vw, 500px);
    align-self: auto;
    -o-object-position: center 45%;
       object-position: center 45%;
  }
  .hero-slider__pagination {
    bottom: 18px !important;
  }
  .message-cards__wrapper {
    gap: 48px;
  }
  .message-cards__header {
    gap: 18px;
  }
  .message-cards__items {
    grid-template-columns: minmax(0, 413px);
    gap: 18px;
  }
  .message-cards .block-title {
    max-width: 680px;
  }
  .main-footer__wrapper {
    padding: 48px 32px 28px;
    border-radius: 36px;
    gap: 28px;
  }
  .main-footer__top {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .main-footer__bottom {
    padding-top: 24px;
  }
  .social-item__wrapper {
    gap: 18px;
  }
  .social-item__description {
    max-width: 300px;
  }
  .single-banner {
    border-radius: 36px;
  }
  .single-banner__wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding: 44px 32px;
  }
  .single-banner__content {
    grid-row: 2;
  }
  .single-banner__img {
    grid-row: 1;
    width: min(100%, 440px);
    justify-self: center;
  }
  .single-banner__text {
    padding: 30px 0 38px;
  }
  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .contacts {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .operation-block__wrapper {
    gap: 36px;
  }
  .operation-items {
    grid-template-columns: minmax(0, 480px);
    gap: var(--operation-mobile-items-gap);
  }
  .operation-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .operation-item::after {
    top: calc(100% + var(--operation-mobile-items-half-gap));
    left: 32px;
    width: var(--operation-mobile-arrow-width);
    height: 14px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .operation-item__number {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }
  .operation-item__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .operation-item__title, .operation-item__text {
    text-align: left;
  }
  .operation-item__text {
    max-width: none;
  }
}
@media (max-width: 620px) {
  .hero-slider::after {
    border-radius: 28px;
  }
  .achievement-list__wrapper {
    gap: 40px;
  }
  .decor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 16px;
    width: calc(100vw - 40px);
    padding: 0;
  }
  .decor-header .block-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 320px;
    top: 0;
    text-align: center;
    text-wrap: balance;
    font-size: 30px;
  }
  .decor-header__img {
    display: block;
    width: clamp(156px, 45vw, 210px);
    height: auto;
  }
  .achievement-items {
    grid-template-columns: minmax(0, 295px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 24px;
  }
  .message-cards__wrapper {
    gap: 36px;
  }
  .message-cards__header {
    gap: 14px;
  }
  .message-cards .block-title {
    max-width: 440px;
    font-size: 30px;
  }
  .message-card__wrapper {
    gap: 10px;
  }
  .message-card__content {
    gap: 18px;
    padding: 24px 0 24px 24px;
  }
  .message-card__text {
    max-width: 160px;
    gap: 8px;
  }
  .message-card__img {
    max-height: none;
  }
  .category-cards__wrapper {
    gap: 28px;
  }
  .category-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .category-link__header {
    font-size: 30px;
  }
  .category-slider .slider-arrow {
    width: 44px;
    height: 44px;
  }
  .category-slider__nav-next, .category-slider__nav-prev {
    margin-top: -22px;
  }
  .single-banner {
    border-radius: 28px;
  }
  .single-banner__wrapper {
    gap: 32px;
    padding: 34px 20px;
  }
  .single-banner__img {
    width: min(100%, 360px);
  }
  .single-banner__text {
    padding: 24px 0 30px;
    font-size: 15px;
  }
  .single-banner__button {
    width: 100%;
    min-height: 48px;
  }
  .arc-ul {
    gap: 20px;
  }
  .arc-ul li {
    gap: 12px;
  }
  .arc-ul li::before {
    width: 26px;
    height: 26px;
  }
  .home-guest__wrapper {
    gap: 88px;
    padding-top: 28px;
    padding-bottom: 80px;
  }
  .hero-banner__wrapper {
    border-radius: 28px;
  }
  .hero-banner__content {
    padding: 36px 20px 38px;
  }
  .hero-banner__title {
    font-size: 32px;
    line-height: 112%;
  }
  .hero-banner__text {
    padding: 18px 0 28px;
    font-size: 15px;
  }
  .hero-banner__text ul {
    gap: 10px;
  }
  .hero-banner__text ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding-left: 0;
  }
  .hero-banner__text ul li::before {
    top: -2px;
    width: 22px;
    height: 20px;
  }
  .hero-banner__buttons {
    gap: 10px;
  }
  .hero-banner__button-one, .hero-banner__button-two {
    width: 100%;
    min-height: 48px;
    padding-inline: 20px;
  }
  .hero-banner__img {
    height: clamp(280px, 72vw, 430px);
  }
  .callback-form__decor-img {
    right: 16px;
    width: 110px;
  }
  .callback-form__wrapper {
    border-radius: 28px;
  }
  .callback-form__content {
    padding: 32px 20px 36px;
  }
  .fields-based__fields {
    padding: 24px 0;
  }
  .fields-based__big-title {
    font-size: 32px;
  }
  .fields-based__btn {
    min-height: 48px;
  }
  .form-fields {
    gap: 24px;
  }
  .fields-wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .main-footer__wrapper {
    padding: 36px 20px 24px;
    border-radius: 28px;
    gap: 32px;
  }
  .main-footer__top {
    gap: 32px;
  }
  .main-footer__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-top: 24px;
  }
  .main-footer__police {
    text-align: left;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
  }
  .footer-item__menu {
    gap: 10px;
    padding-top: 14px;
  }
}
@media (max-width: 520px) {
  .auth-recall__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 420px) {
  .hero-slider::after {
    border-radius: 24px;
  }
  .auth-recall__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievement-list__wrapper {
    gap: 32px;
  }
  .decor-header {
    gap: 12px;
  }
  .decor-header .block-title {
    font-size: 28px;
  }
  .achievement-items {
    grid-template-columns: minmax(0, 295px);
    row-gap: 20px;
  }
  .message-cards__header {
    gap: 12px;
  }
  .message-cards .block-title {
    max-width: 300px;
    font-size: 28px;
  }
  .message-card {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .message-card__wrapper {
    grid-template-columns: minmax(0, 1fr) clamp(120px, 40vw, 145px);
    gap: 8px;
  }
  .message-card__content {
    gap: 14px;
    padding: 20px 0 20px 18px;
  }
  .message-card__text {
    max-width: none;
  }
  .message-card__header {
    font-size: 20px;
  }
  .message-card__description {
    font-size: 14px;
  }
  .achievement-item {
    row-gap: 12px;
  }
  .achievement-item__title {
    font-size: 22px;
  }
  .category-link__header {
    font-size: 28px;
  }
  .category-link__link {
    font-size: 13px;
  }
  .single-banner {
    border-radius: 24px;
  }
  .single-banner__wrapper {
    gap: 24px;
    padding: 28px 16px;
  }
  .single-banner__img {
    width: min(100%, 280px);
  }
  .single-banner__text {
    padding: 20px 0 26px;
    font-size: 14px;
  }
  .single-banner__button {
    padding: 14px 24px;
  }
  .arc-ul {
    gap: 16px;
  }
  .arc-ul li {
    gap: 10px;
  }
  .arc-ul li::before {
    width: 22px;
    height: 22px;
  }
  .arc-ul li div {
    gap: 6px;
  }
  .category-item__wrapper {
    padding: 12px;
    gap: 12px;
  }
  .category-item__text {
    font-size: 16px;
  }
  .hero-banner__wrapper {
    border-radius: 24px;
  }
  .hero-banner__title {
    font-size: 28px;
  }
  .hero-banner__text {
    font-size: 14px;
  }
  .hero-banner__content {
    padding-top: 20px;
  }
  .hero-banner__img {
    height: auto;
    width: auto;
  }
  .hero-slider__pagination {
    bottom: 14px !important;
  }
  .callback-form__decor-img {
    right: 12px;
    width: 88px;
  }
  .callback-form__wrapper {
    border-radius: 24px;
  }
  .callback-form__content {
    padding: 28px 16px 32px;
  }
  .fields-based__big-title {
    font-size: 28px;
    line-height: 115%;
  }
  .main-footer__wrapper {
    padding: 32px 16px 22px;
    border-radius: 24px;
  }
  .main-footer__privacy-text, .main-footer__police {
    font-size: 13px;
  }
  .footer-links {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .footer-item__link {
    font-size: 15px;
  }
  .social-item__icons {
    gap: 16px;
  }
  .social-item__icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 320px) {
  .message-card__wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .message-card__content {
    padding-bottom: 0;
  }
  .message-card__img {
    aspect-ratio: 120/120;
    height: auto;
    width: auto;
  }
}
@media (max-width: 560px) {
  .modal {
    padding: 8px;
  }
  .modal__inner {
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal-wrapper {
    border-radius: 24px;
  }
  .modal-wrapper__inner {
    padding: 58px 16px 20px;
  }
  .modal-wrapper__header {
    gap: 8px;
  }
  .modal-wrapper__description {
    font-size: 15px;
  }
  .modal-wrapper__content {
    margin: 16px 0 22px;
    padding: 18px 16px;
  }
  .modal-wrapper__footer {
    gap: 12px;
  }
  .modal-privacy {
    font-size: 12px;
    line-height: 130%;
  }
}
@media (max-width: 340px) {
  .achievement-items {
    grid-template-columns: minmax(0, 275px);
  }
  .achievement-item {
    max-width: 275px;
  }
}
@media (max-width: 298px) {
  .achievement-item::before {
    display: none;
  }
  .main-header__menu-toggle .main-header__sign-in {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle,
  .menu-toggle__icon,
  .main-header__panel,
  .auth-hint,
  .modal,
  .modal__inner,
  .error,
  .slider-arrow,
  .category-link__link,
  .achievement-item::before,
  .achievement-item__icon {
    -webkit-transition: none;
    transition: none;
  }
}/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/templates/vango/template_styles.css?17860938794161*/
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}

ul,
ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

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

address {
	font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

input::-ms-clear {
	display: none;
}

textarea {
	resize: vertical;
}

button,
input[type='submit'] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}

:root {
	/* Fonts */
	--font-family: 'Plus Jakarta Sans', sans-serif;
	--second-family: 'Inter', sans-serif;
	--third-family: 'Involve', sans-serif;

	/* Colors */
	--brand-primary: #0f2238;
	--brand-primary-rgb: 15, 34, 56;
	--brand-accent: #c9965a;
	--brand-base: #fff;
	--beige-surface: #f2ede4;
	--brand-hover: #1a3654;
	--success: #41915a;
	--error: #d44d3f;
	--naturel-background: #f7f5f0;
	--naturel-beige-surface: #faf9f6;
	--naturel-muter: #ede8df;
	--naturel-grey: #c2c6cb;
	--naturel-foreground: #1c1c2e;
	--naturel-muted: #5b6573;
	--naturel-grey-light: #e9ebed;
	--naturel-beige-accent: #c9965a;
	--label-bg-success: #f5fbf7;
	--label-error: #fef4f4;
	--label-disabled: #f1f2f3;
	--label-bg-status: #edf4fa;

	/* Operation steps */
	--operation-items-gap: clamp(24px, 3.75vw, 48px);
	--operation-items-half-gap: clamp(12px, 1.875vw, 24px);
	--operation-arrow-width: clamp(72px, 10.31vw, 132px);
	--operation-arrow-half-width: clamp(36px, 5.155vw, 66px);
	--operation-mobile-items-gap: 72px;
	--operation-mobile-items-half-gap: 36px;
	--operation-mobile-arrow-width: 56px;

	/* Decor animation */
	--decor-transform-origin: 50% 85%;
	--callback-decor-position: translateY(-80%);
	--callback-decor-position-tablet: translateY(-70%);
}

h1,
h2,
h3,
h4 {
	color: var(--brand-primary);
}

h1 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 104%;
}

h2 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 36px;
	line-height: 111%;
}

h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 117%;
}

h4 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
}

h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
}

body {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--naturel-foreground);
	background: var(--naturel-background);
}

small {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #7a7065;
}

.caption {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #7a7065;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

a {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 150%;
	color: var(--brand-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.page {
	.page__wrapper {
		padding: 55px 0 130px;
	}
}

.page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.page-header__title {
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 36px;
	line-height: 111%;
	color: var(--naturel-foreground);
}
.page-header__description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 138%;
	color: #41546a;
}

/* End */
/* /local/templates/vango/fonts/stylesheet.css?1785930831286 */
/* /local/templates/vango/css/style.min.css?178601656465726 */
/* /local/templates/vango/template_styles.css?17860938794161 */
