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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

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

.swiper-pointer-events {
  touch-action: pan-y; }

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

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

html {
  font-family: "Onset", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #fff; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  cursor: pointer;
  outline: 0; }

.sr-only {
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0); }

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px; }
  @media (max-width: 1200px) {
    .container {
      max-width: 1009px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 768px;
      padding: 0 10px; } }

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

.components__social {
  padding: 0 10px;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease; }
  .components__social svg {
    width: 20px;
    height: auto;
    fill: #004b93; }
  .components__social:hover {
    opacity: 0.7; }
  @media (max-width: 992px) {
    .components__social {
      padding: 0 5px;
      width: 30px; }
      .components__social svg {
        width: 15px; } }

.components__pagination {
  display: flex;
  justify-content: center;
  --swiper-pagination-bullet-horizontal-gap: 5px; }
  .components__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #eee;
    opacity: 1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    .components__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #008bf8; }

.btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #78c948;
  border-radius: 3px;
  padding: 7px 25px;
  font-size: 14px;
  color: #78c948;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease; }
  .btn svg {
    margin-right: 6px;
    width: 22px;
    height: auto;
    fill: #78c948;
    transition: fill 0.3s ease; }
    .btn svg.btn__arrow {
      margin-right: 0;
      width: 23px;
      fill: currentColor; }
      .btn svg.btn__arrow:first-child {
        margin-right: 12px; }
      .btn svg.btn__arrow:last-child {
        margin-left: 12px; }
    .btn svg.btn__check {
      width: 17px;
      height: 17px;
      fill: currentColor; }
      .btn svg.btn__check:last-child {
        margin-left: 10px; }
  .btn:hover {
    color: #fff;
    background: #78c948; }
    .btn:hover svg {
      fill: #fff; }
  .btn--blue {
    border-radius: 0;
    border-color: #282d96;
    color: #282d96;
    background: #fff; }
    .btn--blue:hover {
      color: #fff;
      background: #282d96; }
    .btn--blue.full {
      border-color: #282d96;
      color: #fff;
      background: #282d96; }
      .btn--blue.full:hover {
        color: #282d96;
        background: #fff; }
        .btn--blue.full:hover svg {
          fill: #282d96; }

.title {
  font-size: 24px;
  font-weight: 400; }
  .title--lg {
    font-weight: 700;
    font-size: 30px; }
  .title--xl {
    font-weight: 700;
    font-size: 48px; }
  @media (max-width: 1200px) {
    .title {
      font-size: 20px; }
      .title--lg {
        font-size: 26px; }
      .title--xl {
        font-size: 44px; } }
  @media (max-width: 992px) {
    .title {
      font-size: 18px; }
      .title--lg {
        font-size: 24px; }
      .title--xl {
        font-size: 40px; } }

.logo {
  display: flex;
  align-items: flex-start;
  width: 268px;
  height: auto;
  transition: opacity 0.3s ease; }
  .logo img {
    width: 100%;
    height: auto; }
  .logo:hover {
    opacity: 0.7; }
  @media (max-width: 1200px) {
    .logo {
      width: 200px; } }
  @media (max-width: 992px) {
    .logo {
      width: 180px; } }

.hamburger {
  position: relative;
  z-index: 1001;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.3s ease; }
  .hamburger__lines {
    position: relative;
    width: 32px;
    height: 14px; }
  .hamburger__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #292e96;
    transition: transform 0.3s ease, background 0.3s ease, opacity 0.2s ease; }
    .hamburger__line:nth-child(1) {
      top: 0;
      left: 0; }
    .hamburger__line:nth-child(2) {
      top: 6px;
      left: 0; }
    .hamburger__line:nth-child(3) {
      left: 0;
      bottom: 0; }
  .hamburger.open .hamburger__line {
    background: #fff; }
    .hamburger.open .hamburger__line:nth-child(1) {
      transform: translateY(3px) rotate(45deg); }
    .hamburger.open .hamburger__line:nth-child(2) {
      transform: translateY(-3px) rotate(-45deg); }
    .hamburger.open .hamburger__line:nth-child(3) {
      opacity: 0; }

.header {
  background: #fff; }
  .header__top {
    border-bottom: 1px solid #cccccc;
    padding: 12px 0 6px; }
    .header__top .container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    @media (max-width: 768px) {
      .header__top {
        padding: 12px 0; }
        .header__top .container {
          align-items: center; } }
  .header__arms {
    width: 86px;
    height: auto;
    transform: translateX(20px); }
    .header__arms img {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .header__arms {
        width: 76px;
        transform: translateX(10px); } }
    @media (max-width: 768px) {
      .header__arms {
        display: none; } }
  .header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .header__right {
        display: none; } }
  .header__info {
    display: flex;
    align-items: flex-start; }
  .header__contacts {
    margin-right: 15px; }
    @media (max-width: 992px) {
      .header__contacts {
        margin-right: 4px; } }
  .header__contact {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 400;
    font-size: 16px;
    transition: color 0.3s ease; }
    .header__contact svg {
      margin-right: 12px;
      width: 14px;
      height: auto;
      transition: fill 0.3s ease; }
    .header__contact:first-child {
      margin-top: 0; }
    .header__contact:hover {
      color: #78c948; }
      .header__contact:hover svg {
        fill: #78c948; }
    @media (max-width: 1200px) {
      .header__contact {
        font-size: 14px; }
        .header__contact svg {
          margin-right: 8px; } }
    @media (max-width: 992px) {
      .header__contact {
        font-size: 12px; }
        .header__contact svg {
          margin-right: 5px;
          width: 12px; } }
  .header__offices {
    margin-top: 10px; }
  @media (max-width: 768px) {
    .header__bottom {
      display: none; } }
  .header__links {
    display: flex;
    align-items: center; }
  .header__link {
    margin-right: 40px; }
    .header__link a {
      position: relative;
      padding: 19px 10px;
      font-size: 18px;
      line-height: 1.26;
      color: #333;
      transition: color 0.3s ease;
      display: flex; }
      .header__link a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #282d96;
        visibility: hidden;
        opacity: 0; }
      .header__link a:hover {
        color: #282d96; }
    .header__link.active a {
      color: #282d96; }
      .header__link.active a::after {
        visibility: visible;
        opacity: 1; }
    .header__link:last-child {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .header__link {
        margin-right: 20px; }
        .header__link a {
          font-size: 16px; } }
    @media (max-width: 992px) {
      .header__link {
        margin-right: 6px; } }
  .header__menu-trigger {
    display: none; }
    @media (max-width: 768px) {
      .header__menu-trigger {
        display: flex; } }

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 6vh 0 2vh;
  width: 100%;
  height: 100vh;
  background: #204473;
  color: #fff;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  opacity: 0;
  visibility: hidden; }
  .header-menu__arms {
    position: absolute;
    display: flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    bottom: 0px;
    width: 400px;
    transform: translateX(-40%) translateY(10%);
    opacity: 0.08; }
    .header-menu__arms img {
      width: 100%;
      height: auto; }
  .header-menu__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .header-menu__links {
    flex-direction: column; }
    .header-menu__links .header__link {
      width: 100%; }
      .header-menu__links .header__link a {
        padding: 15px 10px;
        font-size: 20px;
        color: #fff;
        justify-content: center; }
        .header-menu__links .header__link a::after {
          display: none; }
        .header-menu__links .header__link a span {
          position: relative;
          padding: 0 20px; }
          .header-menu__links .header__link a span::before {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 100%;
            height: 6px;
            background: #fff;
            visibility: hidden;
            opacity: 0; }
      .header-menu__links .header__link.active a span::before {
        opacity: 1;
        visibility: visible; }
    @media (max-width: 575px) {
      .header-menu__links .header__link a {
        padding: 10px;
        font-size: 18px; }
        .header-menu__links .header__link a span::before {
          bottom: -10px;
          height: 4px; } }
  .header-menu__bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column; }
    .header-menu__bottom .header__contacts {
      margin-right: 20px; }
    .header-menu__bottom .header__contact {
      font-size: 20px; }
      .header-menu__bottom .header__contact svg {
        margin-right: 10px;
        width: 18px;
        fill: #fff; }
    .header-menu__bottom .components__social {
      width: 50px;
      height: 50px; }
      .header-menu__bottom .components__social svg {
        fill: #fff;
        width: 30px; }
    @media (max-width: 575px) {
      .header-menu__bottom .header__contacts {
        margin-right: 0; }
      .header-menu__bottom .header__contact {
        justify-content: center; }
      .header-menu__bottom .header__contact {
        font-size: 16px; }
      .header-menu__bottom .components__socials {
        margin-top: 20px; } }
  .header-menu__info {
    justify-content: flex-end; }
    @media (max-width: 425px) {
      .header-menu__info {
        flex-direction: column;
        align-items: center; } }
  .header-menu__offc {
    margin: 30px auto 0;
    background: #fff; }
  .header-menu.open {
    visibility: visible;
    opacity: 1; }

.card {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: #333;
  transition: background 0.3s ease, border-color 0.3s ease; }
  .card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: currentColor;
    text-align: center;
    transition: color 0.3s ease, border-color 0.3s ease; }
  .card__title a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
  .card__icon {
    margin: 0 auto 24px;
    width: 46px;
    height: 46px;
    transition: fill 0.3s ease; }
    .card__icon svg {
      fill: currentColor; }
    .card__icon img {
      height: auto;
      max-width: 100%; }
  .card__list {
    margin-top: 20px; }
  .card__list-item {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    color: inherit;
    transition: color 0.3s ease; }
    .card__list-item svg {
      margin-top: -3px;
      margin-right: 12px;
      width: 33px;
      flex-shrink: 0;
      fill: currentColor;
      transition: fill 0.3s ease; }
    .card__list-item:first-child {
      margin-top: 0; }
  .card__text {
    font-weight: 700;
    font-size: 18px; }
  .card__file-list {
    margin-top: 20px; }
  .card__file-item {
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #000; }
    .card__file-item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-60%);
      border-radius: 50%;
      width: 6px;
      height: 6px;
      background: currentColor; }
    .card__file-item:first-child {
      margin-top: 0; }
    .card__file-item a {
      display: inline-block;
      padding: 0 5px;
      font-weight: 700;
      color: #292e96;
      transition: opacity 0.3s ease; }
      .card__file-item a:hover {
        opacity: 0.7; }
  .card.full {
    display: block;
    padding: 30px 20px 25px 24px;
    border: 1px solid #ededed; }
    .card.full .card__header {
      border-bottom: 1px solid currentColor;
      padding-bottom: 15px; }
    .card.full .card__icon {
      transition: none; }
      .card.full .card__icon svg {
        transition: fill 0.3s ease; }
  .card.hvr:hover {
    border-color: #282d96;
    background: #282d96;
    color: #fff; }
    .card.hvr:hover .card__header {
      color: #fff;
      border-color: #fff; }
    .card.hvr:hover .card__icon svg {
      fill: #fff; }
    .card.hvr:hover .card__icon {
      fill: #fff; }
  .card.hrz {
    display: block; }
    .card.hrz .card__header {
      flex-direction: row;
      justify-content: center; }
    .card.hrz .card__icon {
      margin: 0;
      margin-right: 20px;
      width: 50px;
      height: 50px; }
  @media (max-width: 1200px) {
    .card__list-item {
      font-size: 16px; }
    .card.full {
      padding: 20px 15px 20px; } }
  @media (max-width: 992px) {
    .card.full {
      padding: 30px 20px 25px 24px; }
    .card.hrz .card__icon {
      margin-right: 10px;
      width: 40px;
      height: 40px; } }
  @media (max-width: 768px) {
    .card.full {
      padding: 20px 15px 20px; }
    .card__list-item br {
      display: none; } }

.footer {
  margin-top: 45px;
  padding: 52px 0 25px;
  font-size: 14px;
  color: #fff;
  background: #333333; }
  @media (max-width: 1200px) {
    .footer {
      margin-top: 25px; } }
  @media (max-width: 992px) {
    .footer {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .footer {
      font-size: 14px; } }
  .footer__top {
    border-bottom: 1px solid rgba(0, 139, 248, 0.1);
    padding-bottom: 35px;
    display: flex; }
    @media (max-width: 768px) {
      .footer__top {
        flex-direction: column-reverse; } }
  .footer__item {
    margin-top: 60px;
    display: flex; }
    .footer__item:first-child {
      margin-top: 0; }
    @media (max-width: 992px) {
      .footer__item {
        margin-top: 40px; } }
  .footer__item-icon {
    margin-right: 20px;
    width: 32px;
    height: 32px; }
    .footer__item-icon img {
      width: 100%;
      height: auto; }
  .footer__item-text p {
    text-transform: uppercase;
    color: #7f7d7d; }
  .footer__item-text > a {
    margin-top: 6px;
    display: block;
    font-size: 18px;
    color: #fff; }
  @media (max-width: 1200px) {
    .footer__item-text > a {
      font-size: 16px; } }
  @media (max-width: 992px) {
    .footer__item-text > a {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .footer__item-text > a {
      font-size: 18px; } }
  .footer__socials {
    margin-top: 6px; }
    .footer__socials .components__social {
      padding: 0 15px;
      width: 50px;
      height: 20px; }
      .footer__socials .components__social svg {
        fill: #fff; }
    .footer__socials li:first-child .components__social {
      padding-left: 0;
      width: 35px; }
    @media (max-width: 992px) {
      .footer__socials .components__social {
        padding: 0 10px;
        width: 40px;
        height: 20px; }
        .footer__socials .components__social svg {
          width: 20px; } }
  .footer__links {
    margin-left: auto;
    max-width: 450px;
    width: 100%; }
    @media (max-width: 1200px) {
      .footer__links {
        max-width: 350px; } }
    @media (max-width: 992px) {
      .footer__links {
        max-width: 300px; } }
    @media (max-width: 768px) {
      .footer__links {
        margin-left: auto;
        margin-bottom: 30px;
        max-width: unset; } }
  .footer__link {
    font-size: inherit;
    color: #fff; }
    .footer__link a {
      padding: 11px 0;
      font-size: inherit;
      display: block;
      color: inherit; }
    .footer__link--title {
      margin-bottom: 5px;
      font-size: 24px; }
    @media (max-width: 1200px) {
      .footer__link--title {
        font-size: 22px; } }
  .footer__bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 15px; }
    @media (max-width: 992px) {
      .footer__bottom {
        font-size: 12px; } }
    @media (max-width: 768px) {
      .footer__bottom {
        font-size: 15px;
        flex-direction: column; } }
  .footer__copy {
    font-size: inherit; }
  .footer__gov {
    color: #008bf8;
    transition: opacity 0.3s ease; }
    .footer__gov:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .footer__gov {
        margin-top: 20px; } }

.pagination {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff; }
  .pagination__item a {
    position: relative;
    padding: 0 9px; }
    .pagination__item a::after {
      content: "/";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-45%) translateX(50%); }
  .pagination__item:first-child a {
    padding-left: 0; }
  .pagination__item:last-child a::after {
    display: none; }
  @media (max-width: 576px) {
    .pagination {
      font-size: 14px; } }

.info-card {
  padding: 10px 20px 5px;
  width: 166px;
  height: 170px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  .info-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 93px;
    max-height: 93px; }
    .info-card__img img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }

.note {
  margin-bottom: -45px;
  padding: 45px 0;
  background: #f1f1f1; }
  @media (max-width: 1200px) {
    .note {
      margin-bottom: -25px; } }
  .note__wrapper {
    margin: 0 auto;
    max-width: 512px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .note__icon {
    margin-bottom: 15px;
    width: 34px;
    fill: #282d96; }
    .note__icon svg {
      width: 100%;
      height: auto; }
  .note__title {
    font-weight: 700;
    color: #282d96; }
  .note__text {
    margin-top: 25px;
    font-size: 18px;
    color: #333;
    text-align: center; }
    @media (max-width: 1200px) {
      .note__text {
        margin-top: 20px;
        font-size: 16px; } }

.hero {
  position: relative;
  overflow: hidden; }
  .hero__slide {
    position: relative;
    overflow: hidden; }
  .hero__content {
    position: relative;
    z-index: 10;
    padding: 90px 40px 90px;
    color: #fff;
    text-align: center; }
    @media (max-width: 1200px) {
      .hero__content {
        padding: 90px 60px; } }
    @media (max-width: 992px) {
      .hero__content {
        padding: 60px 40px; } }
  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero__bg picture {
      display: contents; }
    .hero__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hero__descr {
    margin-top: 40px; }
  .hero__link {
    margin: 55px auto 0;
    border: 1px solid #fff;
    padding: 16px 34px;
    font-size: 14px;
    color: #fff;
    transition: opacity 0.3s ease;
    display: inline-flex;
    align-items: center; }
    .hero__link:hover {
      opacity: 0.7; }
    @media (max-width: 992px) {
      .hero__link {
        margin-top: 40px;
        padding: 13px 30px; } }
  .hero__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 53px;
    height: 53px;
    transition: border-color 0.3s ease;
    transform: translateY(-50%); }
    .hero__arrow svg {
      width: 13px;
      height: 13px; }
    .hero__arrow::after {
      display: none; }
    .hero__arrow.swiper-button-prev {
      left: 28px; }
    .hero__arrow.swiper-button-next {
      right: 28px; }
    .hero__arrow:hover {
      border-color: #fff; }
    @media (max-width: 1300px) {
      .hero__arrow.swiper-button-prev {
        left: 10px; }
      .hero__arrow.swiper-button-next {
        right: 10px; } }
    @media (max-width: 992px) {
      .hero__arrow {
        border-width: 1px;
        width: 38px;
        height: 38px; }
        .hero__arrow svg {
          width: 10px;
          height: 10px; } }
    @media (max-width: 768px) {
      .hero__arrow {
        display: none; } }
  .hero__pagination {
    bottom: 30px !important; }
    .hero__pagination .swiper-pagination-bullet {
      background: #fff; }
      .hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #89d05e; }
  .hero__page-nav {
    margin-top: 20px; }
  .hero__code {
    font-weight: 700;
    font-size: 24px;
    color: #fff; }
    .hero__code b {
      font-weight: inherit; }
    .hero__code span {
      color: #89d160; }
    @media (max-width: 1200px) {
      .hero__code {
        font-size: 20px; } }
    @media (max-width: 992px) {
      .hero__code {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .hero__code {
        margin-top: 30px; } }
  .hero--sm .hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 10px;
    text-align: left; }
  .hero--sm .hero__title {
    color: #89d05f; }
  @media (max-width: 768px) {
    .hero--sm .hero__content {
      padding: 25px 0;
      flex-direction: column;
      align-items: flex-start; } }

.our-features {
  padding: 30px 0; }
  .our-features__title {
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center; }
  .our-features__descr {
    margin-top: -45px;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center; }
  .our-features__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px; }
    @media (max-width: 1200px) {
      .our-features__items {
        gap: 15px; } }
    @media (max-width: 992px) {
      .our-features__items {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 575px) {
      .our-features__items {
        grid-template-columns: 1fr; } }

.main-info {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .main-info__list {
    position: relative;
    padding: 45px 0 55px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    z-index: 10; }
    @media (max-width: 992px) {
      .main-info__list {
        padding: 30px 0;
        gap: 15px; } }
    @media (max-width: 768px) {
      .main-info__list {
        grid-template-columns: 1fr;
        gap: 40px; } }
  .main-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.25px;
    text-align: center; }
    .main-info__item b {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 48px;
      line-height: 1;
      letter-spacing: normal; }
    @media (max-width: 1200px) {
      .main-info__item {
        font-size: 18px; }
        .main-info__item b {
          font-size: 44px; } }
    @media (max-width: 992px) {
      .main-info__item {
        font-size: 16px; }
        .main-info__item b {
          font-size: 40px; } }
    @media (max-width: 768px) {
      .main-info__item {
        font-size: 20px;
        letter-spacing: 1.25px; }
        .main-info__item b {
          font-size: 48px; } }
  .main-info__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main-info__bg picture {
      display: contents; }
    .main-info__bg img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.main-links {
  padding: 30px 0; }
  .main-links__title {
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center; }
  .main-links__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px; }
    @media (max-width: 1200px) {
      .main-links__list {
        gap: 15px; } }
    @media (max-width: 768px) {
      .main-links__list {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 575px) {
      .main-links__list {
        grid-template-columns: 1fr; } }
  @media (max-width: 768px) {
    .main-links__item:last-child {
      grid-column: 1 / 3; } }
  @media (max-width: 575px) {
    .main-links__item:last-child {
      grid-column: 1 / 2; } }

.partners {
  padding: 5px 0; }
  @media (max-width: 768px) {
    .partners {
      padding-top: 30px;
      padding-bottom: 20px; } }
  .partners__title {
    margin-bottom: 15px;
    font-weight: 400;
    text-align: center; }
  .partners__slider {
    display: flex; }
    @media (max-width: 1200px) {
      .partners__slider {
        width: auto; }
        .partners__slider .swiper-wrapper {
          justify-content: space-between; } }
    @media (max-width: 768px) {
      .partners__slider {
        padding-bottom: 40px; } }
  .partners__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    height: auto; }
    .partners__slide img {
      width: 100%;
      height: auto; }
    .partners__slide:last-child {
      margin-right: 0; }
    .partners__slide--1 img {
      width: 230px; }
    .partners__slide--2 img {
      width: 260px; }
    .partners__slide--4 {
      width: 300px;
      padding-left: 30px; }
    @media (max-width: 1200px) {
      .partners__slide {
        width: 220px; }
        .partners__slide img {
          width: 100%; }
        .partners__slide--4 {
          padding-left: 0; } }
    @media (max-width: 992px) {
      .partners__slide {
        width: 175px; } }
    @media (max-width: 768px) {
      .partners__slide {
        width: 284px; }
        .partners__slide--1 img {
          width: 230px; }
        .partners__slide--2 img {
          width: 260px; }
        .partners__slide--4 {
          width: 300px;
          padding-left: 30px; } }

.page--ghiduri .main-links {
  padding: 50px 0 95px; }

.page--ghiduri .card__icon {
  margin-bottom: 24px; }

.page--le2 .form {
  padding-bottom: 40px; }

.page--le2 .form__steps {
  padding-top: 30px;
  padding-bottom: 20px; }

.page--le4 .form__answer-item {
  margin-bottom: 18px; }

.page--le5 .finalization__summary {
  bottom: 559px; }

.page--les3 .finalization__controls {
  max-width: unset;
  display: flex;
  justify-content: space-between; }

@media (max-width: 768px) {
  .page--les3 .finalization__controls {
    flex-direction: column; } }

.page--les4 .form__answer-controls {
  max-width: unset;
  display: flex;
  justify-content: space-between; }

@media (max-width: 768px) {
  .page--les4 .form__answer-controls {
    flex-direction: column; }
  .page--les4 .services__control {
    margin: 0 0 30px;
    justify-content: center; } }

.page--les5 .form__table {
  margin-top: 48px; }

.page--les5 .form__steps {
  padding-top: 25px; }

.page--les5 .form__section {
  margin-top: 5px; }

@media (max-width: 768px) {
  .page--les5 .page--les5 .form__table {
    margin-top: 28px; } }

.page--les6 .form__title {
  margin: 45px 0 15px; }

.page--les6 .form__steps {
  padding: 20px 0 0; }

.page--les8 .form__title {
  margin: 45px 0 15px; }

.page--les8 .form__steps {
  padding: 20px 0 0; }

.page--les8 .form__table {
  margin: 0; }

.page--les9 .finalization__summary {
  bottom: 796px; }

.page--proced-review .form {
  padding-top: 50px;
  padding-bottom: 10px; }

.page--proced-review .card__title {
  font-weight: 700;
  font-size: 18px; }

.page--product .services__items {
  gap: 30px; }

.page--product .services__items {
  padding: 0; }

.page--product .services:last-child .service__link {
  padding: 10px 30px; }

.page--additional .form {
  padding-top: 55px; }

.page--additional .form__title {
  margin-bottom: 30px; }

.page--additional .main-links {
  padding-bottom: 50px; }

.services {
  padding: 35px 0 40px; }
  .services--gray {
    background: #f5f5f5; }
  .services__title {
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center; }
  .services__items {
    padding: 0 35px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 86px; }
    .services__items--4col {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    @media (max-width: 1200px) {
      .services__items {
        gap: 26px; } }
    @media (max-width: 992px) {
      .services__items--4col {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 768px) {
      .services__items {
        grid-template-columns: 1fr;
        justify-content: center; } }
    @media (max-width: 425px) {
      .services__items {
        grid-template-columns: 1fr; } }
  .services__btn {
    padding: 15px 27px;
    font-weight: 700;
    font-size: 16px; }
  .services__link {
    display: flex;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content; }
  .services__controls {
    display: flex;
    justify-content: center; }
    @media (max-width: 425px) {
      .services__controls {
        flex-direction: column; } }
  .services__control {
    margin-right: 30px;
    padding: 12px 20px;
    min-width: 165px;
    font-weight: 700;
    font-size: 16px;
    justify-content: flex-start; }
    .services__control svg {
      margin-right: 14px;
      fill: #282d96; }
    .services__control:last-child {
      margin-right: 0; }
    .services__control.full svg {
      fill: #fff;
      transform: rotate(-45deg); }
    @media (max-width: 425px) {
      .services__control {
        margin: 0 0 15px;
        justify-content: center; }
        .services__control:last-child {
          margin-bottom: 0; } }

.form {
  padding: 30px 0; }
  @media (max-width: 992px) {
    .form {
      position: relative;
      overflow: hidden; } }
  .form__statuses {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 20px; }
    .form__statuses::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #282d96; }
    @media (max-width: 1200px) {
      .form__statuses {
        gap: 10px; } }
    @media (max-width: 768px) {
      .form__statuses {
        grid-template-columns: 1fr; }
        .form__statuses::after {
          display: none; } }
  .form__status {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 25px 45px 22px 30px;
    font-size: 18px;
    color: #000;
    background: #f5f5f5;
    transition: background 0.3s ease, color 0.3s ease; }
    .form__status::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -19px;
      width: calc(100% + 30px);
      height: 3px;
      background: #282d96;
      transition: opacity 0.3s ease;
      opacity: 0; }
    .form__status p {
      color: #333;
      line-height: 1.12; }
    .form__status:last-child::after {
      left: -30px; }
    .form__status.active {
      background: none;
      color: #282d96; }
      .form__status.active p {
        color: inherit; }
      .form__status.active::after {
        opacity: 1; }
    @media (max-width: 1200px) {
      .form__status {
        font-size: 16px;
        padding-right: 20px; }
        .form__status::after {
          width: calc(100% + 10px); }
        .form__status:last-child::after {
          left: -10px; } }
    @media (max-width: 992px) {
      .form__status {
        padding: 18px; } }
    @media (max-width: 768px) {
      .form__status {
        padding: 25px 45px 22px 30px; }
        .form__status::after {
          width: 100%;
          left: 0; }
        .form__status:last-child::after {
          left: 0; } }
    @media (max-width: 425px) {
      .form__status {
        display: block; } }
  .form__status-img {
    margin-right: 30px;
    width: 70px;
    height: auto;
    flex-shrink: 0; }
    .form__status-img svg {
      width: 100%;
      height: auto;
      fill: currentColor;
      transition: fill 0.3s ease; }
    .form__status-img--lg {
      margin-right: 25px;
      width: 75px; }
    @media (max-width: 1200px) {
      .form__status-img {
        margin-right: 20px;
        width: 50px; }
        .form__status-img--lg {
          width: 55px; } }
    @media (max-width: 992px) {
      .form__status-img {
        margin-right: 10px;
        width: 45px; } }
    @media (max-width: 768px) {
      .form__status-img {
        margin-right: 30px;
        width: 70px; }
        .form__status-img--lg {
          margin-right: 25px;
          width: 75px; } }
    @media (max-width: 425px) {
      .form__status-img {
        margin-bottom: 30px; } }
  .form__status-title {
    margin-bottom: 10px;
    font-weight: 700; }
  .form__steps {
    padding: 65px 0 40px;
    display: flex;
    justify-content: center; }
    .form__steps--5 .form__step:nth-child(2) {
      margin-right: 105px; }
    .form__steps--5 .form__step:nth-child(3) {
      margin-right: 85px; }
    @media (max-width: 1200px) {
      .form__steps {
        padding-top: 40px; }
        .form__steps--5 .form__step {
          margin-right: 75px; }
          .form__steps--5 .form__step:nth-child(2) {
            margin-right: 75px; }
          .form__steps--5 .form__step:nth-child(3) {
            margin-right: 75px; }
        .form__steps--5 .form__step-icon::after {
          width: 100px; } }
    @media (max-width: 992px) {
      .form__steps--5 {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .form__steps--5 .form__step {
          margin: 0; }
          .form__steps--5 .form__step:nth-child(2) {
            margin-right: 0; }
          .form__steps--5 .form__step:nth-child(3) {
            margin-right: 0; }
            .form__steps--5 .form__step:nth-child(3) .form__step-icon::after {
              display: none; }
        .form__steps--5 .form__step-icon::after {
          width: 144px; } }
    @media (max-width: 768px) {
      .form__steps--3 {
        display: block; }
        .form__steps--3 .form__step {
          margin: 0 auto 60px; }
          .form__steps--3 .form__step::after {
            content: "";
            position: absolute;
            top: unset;
            bottom: -10px;
            right: unset;
            left: 50%;
            transform: translateY(100%) translateX(-50%);
            width: 2px;
            height: 40px;
            background: currentColor; }
          .form__steps--3 .form__step:last-child {
            margin: 0 auto; }
            .form__steps--3 .form__step:last-child::after {
              display: none; }
        .form__steps--3 .form__step-icon::after {
          display: none; }
      .form__steps--5 {
        display: block; }
        .form__steps--5 .form__step {
          margin: 0 auto 60px; }
          .form__steps--5 .form__step::after {
            content: "";
            position: absolute;
            top: unset;
            bottom: -10px;
            right: unset;
            left: 50%;
            transform: translateY(100%) translateX(-50%);
            width: 2px;
            height: 40px;
            background: currentColor; }
          .form__steps--5 .form__step:last-child {
            margin: 0 auto; }
            .form__steps--5 .form__step:last-child::after {
              display: none; }
          .form__steps--5 .form__step:nth-child(2), .form__steps--5 .form__step:nth-child(3) {
            margin: 0 auto 60px; }
        .form__steps--5 .form__step-icon::after {
          display: none; } }
    @media (max-width: 576px) {
      .form__steps {
        display: block; }
        .form__steps .form__step::after {
          content: "";
          position: absolute;
          top: unset;
          bottom: -10px;
          right: unset;
          left: 50%;
          transform: translateY(100%) translateX(-50%);
          width: 2px;
          height: 40px;
          background: currentColor; }
        .form__steps .form__step:last-child::after {
          display: none; }
        .form__steps .form__step-icon::after {
          display: none; } }
  .form__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 115px;
    max-width: 156px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #999999;
    text-align: center; }
    .form__step:last-child {
      margin-right: 0; }
      .form__step:last-child .form__step-icon::after {
        display: none; }
    .form__step.active {
      color: #282d96; }
      .form__step.active .form__step-title {
        font-weight: 700; }
    @media (max-width: 992px) {
      .form__step {
        max-width: 132px; } }
    @media (max-width: 576px) {
      .form__step {
        margin: 0 auto 60px; }
        .form__step:last-child {
          margin: 0 auto; }
        .form__step::after {
          top: unset;
          bottom: -10px;
          left: 50%;
          transform: translateY(100%) translateX(-50%);
          width: 2px;
          height: 40px; } }
  .form__step-num {
    font-weight: 700; }
  .form__step-icon {
    position: relative;
    margin-top: 20px; }
    .form__step-icon svg {
      color: inherit; }
    .form__step-icon::after {
      content: "";
      position: absolute;
      top: 34px;
      right: -20px;
      transform: translateX(100%);
      width: 144px;
      height: 2px;
      background: currentColor; }
    @media (max-width: 992px) {
      .form__step-icon::after {
        right: -20px;
        width: 130px; } }
  .form__step-title {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px; }
    @media (max-width: 1200px) {
      .form__step-title {
        font-size: 16px; } }
  .form__block {
    margin-top: 65px; }
    @media (max-width: 1200px) {
      .form__block {
        margin-top: 35px; } }
  .form__title {
    margin-bottom: 20px;
    text-align: center; }
    .form__title b {
      font-weight: inherit;
      color: #2e3497; }
  .form__form {
    margin-left: 100px;
    max-width: 745px; }
    .form__form--lg {
      max-width: 890px;
      margin-left: 30px;
      display: flex;
      flex-direction: column; }
      .form__form--lg .form__field-wrapper {
        grid-template-columns: 245px 1fr; }
    @media (max-width: 1200px) {
      .form__form {
        margin: 0 auto; } }
    @media (max-width: 992px) {
      .form__form {
        margin: 0;
        margin-left: 20px;
        max-width: 555px; }
        .form__form--lg {
          margin-left: 0;
          max-width: 675px; }
          .form__form--lg .form__field-wrapper {
            grid-template-columns: 215px 1fr; } }
    @media (max-width: 768px) {
      .form__form {
        margin-left: 0;
        max-width: unset; } }
  .form__field-wrapper {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 34px;
    align-items: center; }
    /*.form__field-wrapper:last-of-type {
      margin-bottom: 0; }*/
    @media (max-width: 768px) {
      .form__field-wrapper {
        grid-template-columns: 120px 1fr; } }
    @media (max-width: 576px) {
      .form__field-wrapper {
        display: block; } }
  .form__label {
    font-weight: 700;
    font-size: 18px;
    text-align: right; }
    @media (max-width: 1200px) {
      .form__label {
        font-size: 16px; } }
    @media (max-width: 576px) {
      .form__label {
        margin-bottom: 15px;
        display: block;
        text-align: left; } }
  .form__field {
    border: 1px solid #999999;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 1.2;
    background: #f5f5f5;
    transition: background-color 0.3s ease, border-color 0.3s ease; }
    .form__field:focus {
      outline: 0;
      border-color: #282d96;
      background: #e7edff; }
    .form__field--area {
      resize: none; }
    .form__field.active {
      border-color: #282d96;
      background: #e7edff; }
    @media (max-width: 576px) {
      .form__field {
        width: 100%; } }
  .form__checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    cursor: pointer; }
    .form__checkbox input {
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-right: 10px;
      border: 1px solid #999;
      width: 30px;
      height: 30px;
      background: #f5f5f5;
      transition: background-color 0.3s ease, border-color 0.3s ease; }
      .form__checkbox input:focus {
        outline: 0; }
      .form__checkbox input:checked {
        border-color: #282d96;
        background: #e7edff; }
        .form__checkbox input:checked::before {
          visibility: visible;
          opacity: 1; }
      .form__checkbox input::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        background: url("../images/input-check.svg") center center/contain no-repeat;
        visibility: hidden;
        opacity: 0; }
    @media (max-width: 1200px) {
      .form__checkbox {
        font-size: 16px; } }
  .form__answer-window {
    margin-top: 30px;
    padding: 35px 0 40px;
    background: #f5f5f5; }
    @media (max-width: 992px) {
      .form__answer-window {
        margin-top: 0; } }
    @media (max-width: 425px) {
      .form__answer-window {
        padding: 35px 10px 40px; } }
  .form__answer-content {
    margin: 0 auto;
    max-width: 550px; }
  .form__answer-title {
    margin-bottom: 28px;
    text-align: center; }
    .form__answer-title:last-child {
      margin-bottom: 0; }
  .form__answer-list {
    font-weight: 700;
    font-size: 18px; }
    @media (max-width: 992px) {
      .form__answer-list {
        font-size: 16px; } }
    @media (max-width: 576px) {
      .form__answer-list--lg {
        padding: 0 20px; }
        .form__answer-list--lg .form__answer-item {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          gap: 10px; }
          .form__answer-list--lg .form__answer-item dd {
            flex: none;
            min-width: initial; } }
    @media (max-width: 425px) {
      .form__answer-list--lg .form__answer-item {
        display: block; }
        .form__answer-list--lg .form__answer-item dt {
          margin-bottom: 4px;
          text-align: left; } }
  .form__answer-item {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px; }
    .form__answer-item dt {
      text-align: right; }
    .form__answer-item dd {
      color: #282d96; }
    .form__answer-item:last-child {
      margin-bottom: 0; }
    .form__answer-item--lg {
      margin-bottom: 26px; }
    @media (max-width: 425px) {
      .form__answer-item {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        gap: 10px; }
        .form__answer-item dd {
          flex: 1;
          max-width: 60%; } }
  .form__answer-controls {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px; }
    @media (max-width: 992px) {
      .form__answer-controls {
        margin-top: 30px; } }
    @media (max-width: 576px) {
      .form__answer-controls {
        grid-template-columns: 1fr;
        gap: 10px; } }
  .form__btn {
    padding: 15px 27px;
    font-weight: 700;
    font-size: 16px;
    justify-content: center; }
  .form__code-block {
    margin: 0 auto;
    padding: 30px 0 70px;
    max-width: 555px; }
    @media (max-width: 768px) {
      .form__code-block {
        padding: 30px 0; } }
  .form__code-title {
    line-height: 1.5;
    font-weight: 400;
    text-align: center; }
    .form__code-title b {
      font-weight: 700;
      color: #89d05e; }
  .form__code-form {
    margin-top: 25px;
    display: flex;
    flex-direction: column; }
  .form__code-checkbox {
    margin-top: 20px; }
  .form__code-btn {
    justify-content: center;
    margin-top: 20px;
    padding: 12px 25px;
    width: 100%;
    font-weight: 700;
    font-size: 16px; }
.form__links__undersubmit {
    margin: 0 0 0 280px;
    /*padding: 11px 30px;*/
    font-weight: 700;
    font-size: 16px;
    flex: 1;
    justify-content: center;
    display: flex;
}
.form__links__undersubmit_first {
    margin: 62px 1px 1px 11px;
}
  .form__submit {
    margin: 20px 0 0 280px;
    padding: 11px 30px;
    font-weight: 700;
    font-size: 16px;
    flex: 1;
    justify-content: center;
    display: flex; }
    .form__submit svg {
      flex-shrink: 0; }
    @media (max-width: 992px) {
      .form__submit {
        margin: 20px 0 0 250px; } }
    @media (max-width: 576px) {
      .form__submit {
        margin: 20px 0 0; } }
  .form__section {
    margin-top: 45px; }
  .form__header {
    margin-bottom: 20px;
    display: grid;
    justify-items: end;
    align-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 992px) {
      .form__header {
        display: flex;
        justify-content: space-between; } }
  .form__header-title {
    grid-column: 2 / 3;
    width: 100%;
    text-align: center; }
    @media (max-width: 992px) {
      .form__header-title {
        width: auto; } }
  .form__header-descr {
    margin: 60px 0 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .form__header-descr {
        margin: 40px 0 20px;
        font-size: 16px; } }
  .form__descr {
    margin: 25px auto 35px;
    max-width: 1050px;
    font-size: 18px;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .form__descr {
        margin: 20px 0;
        font-size: 16px; } }
  .form__header-btn {
    margin-right: 30px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    justify-content: flex-start; }
    .form__header-btn svg {
      margin-right: 14px;
      fill: #282d96; }
    .form__header-btn:last-child {
      margin-right: 0; }
    .form__header-btn--mob {
      display: none; }
    .form__header-btn.full svg {
      fill: #fff;
      transform: rotate(-45deg); }
    @media (max-width: 576px) {
      .form__header-btn {
        margin-top: 20px;
        display: none; }
        .form__header-btn--mob {
          display: flex; } }
  .form__table {
    margin-top: 20px;
    border: 1px solid #e7edff;
    width: 100%;
    border-spacing: initial; }
    @media (max-width: 992px) {
      .form__table {
        position: relative;
        overflow: auto;
        display: flex;
        width: calc(100% + ((100vw - 748px) / 2)); }
        .form__table tbody {
          padding-bottom: 10px;
          min-width: 1140px;
          width: 1140px; }
        .form__table::-webkit-scrollbar {
          height: 4px;
          background: rgba(94, 159, 225, 0.1); }
        .form__table::-webkit-scrollbar-thumb {
          height: 100%;
          background: #282d96; } }
    @media (max-width: 768px) {
      .form__table {
        width: calc(100% + 20px); } }
  .form__table-row {
    border-top: 1px solid #fff;
    min-height: 80px;
    background: #e7edff; }
    .form__table-row th {
      padding: 20px 0;
      font-weight: 700;
      font-size: 16px;
      color: #333333; }
      .form__table-row th:first-child {
        padding-left: 19px;
        text-align: left; }
    .form__table-row td {
        position: relative;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        padding: 16px 0;
        color: #282d96;
    }
      .form__table-row td span {
        text-align: left;
        display: inline-flex; }
      .form__table-row td::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 33px;
        width: 2px;
        transform: translateY(-50%) translateX(50%);
        background: #282d96; }
      .form__table-row td:first-child {
        text-align: left;
        padding-left: 19px; }
      .form__table-row td:last-child::after {
        display: none; }
        .form__table-row td.row {
            padding: 16px;
            text-align: left;
        }
        .form__table-row td .content {
            display: inline-flex;
            align-items: center;
            line-height: 24px;
            gap: 10px;
        }
            .form__table-row td .content img {
                height: 30px;
                width: auto;
            }
    .form__table-row:nth-child(1) {
      padding: 0;
      min-height: unset;
      background: none; }
    .form__table-row:nth-child(2) {
      border-top: 0; }
    .form__table-row--4_col {
      display: grid;
      align-items: center;
      grid-template-columns: minmax(0, 258px) minmax(0, 369px) minmax(0, 369px) minmax(0, 141px); }
      .form__table-row--4_col .form__table-control {
        margin-right: 24px; }
    .form__table-row--5_col {
      display: grid;
      align-items: center;
      grid-template-columns: minmax(0, 140px) minmax(0, 300px) minmax(0, 295px) minmax(0, 295px) minmax(0, 110px); }
      .form__table-row--5_col .form__table-btn {
        margin-right: 24px; }
    .form__table-row--6_col {
      display: grid;
      align-items: center;
      grid-template-columns: minmax(0, 138px) minmax(0, 169px) minmax(0, 179px) minmax(0, 169px) minmax(0, 230px) minmax(0, 252px); }
    .form__table-row--equal {
      display: grid;
      align-items: center;
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
      .form__table-row--equal td:first-child,
      .form__table-row--equal th:first-child {
        padding-left: 0;
        text-align: center; }
    @media (max-width: 1200px) {
      .form__table-row th {
        font-size: 14px; }
      .form__table-row td {
        font-size: 12px;
        line-height: 20px; }
      .form__table-row--4_col {
        grid-template-columns: minmax(0, 228px) minmax(0, 299px) minmax(0, 299px) minmax(0, 141px); }
      .form__table-row--5_col {
        grid-template-columns: minmax(0, 128px) minmax(0, 300px) minmax(0, 295px) minmax(0, 295px) minmax(0, 110px); }
      .form__table-row--6_col {
        grid-template-columns: minmax(0, 128px) minmax(0, 139px) minmax(0, 149px) minmax(0, 149px) minmax(0, 260px) minmax(0, 192px); } }
    @media (max-width: 992px) {
      .form__table-row th {
        font-size: 16px; }
      .form__table-row td {
        font-size: 14px;
        line-height: 24px; }
      .form__table-row--4_col {
        grid-template-columns: minmax(0, 258px) minmax(0, 369px) minmax(0, 369px) minmax(0, 141px); }
      .form__table-row--5_col {
        grid-template-columns: minmax(0, 140px) minmax(0, 300px) minmax(0, 295px) minmax(0, 295px) minmax(0, 110px); }
      .form__table-row--6_col {
        grid-template-columns: minmax(0, 138px) minmax(0, 169px) minmax(0, 179px) minmax(0, 169px) minmax(0, 230px) minmax(0, 252px); } }
  .form__table-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    height: 80px;
    vertical-align: middle; }
  .form__table-btn {
    margin-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    transition: opacity 0.3s ease; }
    .form__table-btn svg {
      fill: #282d96; }
    .form__table-btn:last-child {
      margin-right: 0; }
    .form__table-btn:hover {
      opacity: 0.7; }
    @media (max-width: 1200px) {
      .form__table-btn {
        margin-right: 25px;
        width: 18px;
        height: 18px; }
        .form__table-btn svg {
          flex-shrink: 0; } }
  .form__table-controls {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form__table-controls .btn {
      margin-right: 30px; }
      .form__table-controls .btn:last-child {
        margin-right: 0; }
  .form__prev-next {
    display: flex;
    justify-content: center;
    padding: 15px 18px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 196px;
    font-weight: 700;
    font-size: 16px; }
  .form__controls {
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .form__controls {
        flex-direction: column; }
        .form__controls .btn {
          margin: 0 0 20px; }
          .form__controls .btn:last-child {
            margin-bottom: 0; } }

.service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  text-align: center;
  transition: color 0.3s ease; }
  .service__icon {
    margin-bottom: 30px;
    width: 58px;
    height: auto; }
    .service__icon svg {
      width: 100%;
      height: auto;
      fill: currentColor;
      transition: fill 0.3s ease; }
    @media (max-width: 1200px) {
      .service__icon {
        margin-bottom: 15px;
        width: 50px; } }
  .service__num {
    font-weight: 400;
    color: currentColor; }
  .service__title {
    margin-top: 15px;
    font-weight: 700;
    color: currentColor; }
    @media (max-width: 1200px) {
      .service__title {
        margin-top: 10px; } }
  .service__text {
    margin-top: 20px;
    font-size: 18px;
    color: currentColor; }
    @media (max-width: 1200px) {
      .service__text {
        margin-top: 15px;
        font-size: 16px; } }
  .service__link {
    margin-top: 25px;
    padding: 10px 46px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase; }
    .service__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    @media (max-width: 1200px) {
      .service__link {
        margin-top: 15px; } }
  .service__links {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    text-align: center;
    color: #292e96; }
    .service__links a {
      display: block; }
  .service--gray {
    padding: 30px 30px;
    background: #f1f1f1; }
    .service--gray .service__icon {
      margin-bottom: 0; }
  .service:hover {
    color: #282d96; }

.finalization {
  position: relative;
  padding: 20px 0 60px; }
  .finalization__main-title {
    text-align: center; }
  .finalization__descr {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    color: #333; }
  .finalization__wrapper {
    margin-top: 30px; }
  .finalization__item {
    position: relative;
    margin-bottom: 20px;
    padding: 40px 20px 42px;
    padding-left: 100px;
    background: #f5f5f5; }
    .finalization__item:last-of-type {
      margin-bottom: 0; }
    .finalization__item--last .finalization__title {
      padding-top: 22px; }
    @media (max-width: 768px) {
      .finalization__item {
        padding: 80px 20px 30px; } }
  .finalization__count {
    position: absolute;
    top: 40px;
    left: 20px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background: #fff;
    font-size: 24px;
    font-weight: 700;
    color: #292e97;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .finalization__count {
        top: 10px;
        left: 50%;
        transform: translateX(-50%); } }
  @media (max-width: 992px) {
    .finalization__text-content {
      display: flex;
      align-items: center; } }
  @media (max-width: 768px) {
    .finalization__text-content {
      flex-direction: column;
      align-items: center; } }
  .finalization__title {
    padding-right: 128px;
    font-weight: 400;
    font-size: 18px;
    color: #252b95; }
    @media (max-width: 992px) {
      .finalization__title {
        padding-right: 0; }
        .finalization__title br {
          display: none; } }
    @media (max-width: 768px) {
      .finalization__title {
        text-align: center; } }
  .finalization__files {
    margin-top: 18px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .finalization__files {
        flex-wrap: wrap;
        gap: 30px; } }
    @media (max-width: 768px) {
      .finalization__files {
        justify-content: center; } }
    @media (max-width: 576px) {
      .finalization__files {
        gap: 10px; } }
  .finalization__file {
    margin-right: 30px; }
    .finalization__file .info-card__img {
      width: 50px; }
    @media (max-width: 992px) {
      .finalization__file {
        margin-right: 0; } }
  .finalization__plus {
    position: absolute;
    top: 40px;
    right: 46px;
    font-weight: 700;
    font-size: 18px;
    color: #252b95; }
    @media (max-width: 992px) {
      .finalization__plus {
        position: static;
        margin-left: 15px;
        flex-shrink: 0; } }
    @media (max-width: 768px) {
      .finalization__plus {
        margin-top: 10px; } }
  .finalization__payments {
    margin-top: 35px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .finalization__payments {
        flex-wrap: wrap;
        gap: 30px; } }
    @media (max-width: 768px) {
      .finalization__payments {
        justify-content: center; } }
    @media (max-width: 576px) {
      .finalization__payments {
        gap: 10px; } }
  .finalization__payment {
    margin-right: 30px; }
    @media (max-width: 992px) {
      .finalization__payment {
        margin-right: 0; } }
  .finalization__offices {
    margin-top: 35px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .finalization__offices {
        flex-wrap: wrap;
        gap: 30px; } }
    @media (max-width: 768px) {
      .finalization__offices {
        justify-content: center; } }
    @media (max-width: 576px) {
      .finalization__offices {
        gap: 10px; } }
  .finalization__office {
    margin-right: 30px; }
    @media (max-width: 992px) {
      .finalization__office {
        margin-right: 0; } }
  .finalization__btn {
    margin: 40px auto 0;
    padding: 9px 120px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 575px) {
      .finalization__btn {
        padding: 9px 35px; } }
    @media (max-width: 425px) {
      .finalization__btn {
        margin-top: 20px;
        padding: 7px 20px;
        font-size: 14px; } }
    .finalization__summary {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0 20px 20px;
        padding: 35px 0 38px;
        width: 301px;
        background: #f5f5f5;
        color: #000;
        border: 2px solid #282d96;
    }
    @media (max-width: 1440px) {
      .finalization__summary {
        position: static;
        margin: 30px auto 0;
        width: 100%;
        max-width: 80%; } }
  .finalization__summary-title {
    margin-bottom: 12px;
    text-align: center; }
  .finalization__summary-list {
    padding-left: 17px; }
    .finalization__summary-list div {
      margin-bottom: 12px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px; }
      .finalization__summary-list div:last-child {
        margin-bottom: 0; }
    .finalization__summary-list dt {
      text-align: right; }
    .finalization__summary-list dd {
      font-weight: 700;
      color: #2a2e96; }
  .finalization__summary-btn {
    margin: 25px auto 0;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase; }
  .finalization__window {
    margin-top: 20px;
    padding: 20px 100px 40px;
    background: #e7ffee;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 992px) {
      .finalization__window {
        padding: 20px 40px 40px; } }
    @media (max-width: 576px) {
      .finalization__window {
        padding: 20px; } }
  .finalization__window-icon {
    margin-bottom: 15px;
    width: 44px;
    height: 44px; }
    .finalization__window-icon img {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .finalization__window-icon {
        margin-bottom: 12px; } }
  .finalization__window-text {
    font-weight: 400;
    font-size: 18px;
    color: #282d96;
    text-align: center; }
    @media (max-width: 992px) {
      .finalization__window-text {
        font-size: 16px; }
        .finalization__window-text br {
          display: none; } }
  .finalization__controls {
    margin: 20px auto 0;
    max-width: 425px; }
  .finalization__text-info {
    margin-top: 18px;
    display: flex;
    font-size: 16px;
    color: #000; }
    .finalization__text-info p {
      margin-top: 20px; }
      .finalization__text-info p:first-child {
        margin-top: 0; }
    .finalization__text-info--type2 {
      margin-top: 10px;
      padding-right: 100px; }
      .finalization__text-info--type2 .finalization__text-img {
        margin-right: 30px;
        height: 105px; }
      .finalization__text-info--type2 .info-card__img {
        width: 67px; }
        .finalization__text-info--type2 .info-card__img img {
          width: 100%; }
      .finalization__text-info--type2 .finalization__text-card {
        padding-top: 25px;
        max-width: unset; }
    @media (max-width: 992px) {
      .finalization__text-info {
        flex-wrap: wrap; }
        .finalization__text-info--type2 {
          padding-right: 40px; } }
    @media (max-width: 768px) {
      .finalization__text-info {
        flex-direction: column;
        align-items: center; }
        .finalization__text-info--type2 {
          padding-right: 0; } }
  .finalization__text-img {
    margin-right: 125px;
    flex-shrink: 0;
    padding: 0;
    justify-content: center; }
    .finalization__text-img img {
      width: 70px;
      height: auto; }
    @media (max-width: 1200px) {
      .finalization__text-img {
        margin-right: 38px; } }
    @media (max-width: 768px) {
      .finalization__text-img {
        margin: 0 0 30px; } }
  .finalization__text-card {
    margin-right: 38px;
    max-width: 350px; }
    .finalization__text-card:last-child {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .finalization__text-card {
        max-width: 300px; } }
    @media (max-width: 992px) {
      .finalization__text-card {
        margin-bottom: 15px;
        max-width: 350px; } }
    @media (max-width: 768px) {
      .finalization__text-card {
        margin: 0 0 30px; } }
  .finalization__address-wrapper {
    margin-top: 15px;
    padding-right: 50px;
    display: flex; }
    @media (max-width: 992px) {
      .finalization__address-wrapper {
        display: block; } }
    @media (max-width: 768px) {
      .finalization__address-wrapper {
        padding-right: 0; } }
  .finalization__address-card {
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
    padding: 20px;
    max-width: 360px;
    width: 100%;
    background: #fff; }
    @media (max-width: 992px) {
      .finalization__address-card {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: unset; } }
  .finalization__address-img {
    margin-right: 30px;
    width: 45px;
    height: auto;
    flex-shrink: 0; }
    .finalization__address-img svg {
      width: 100%;
      height: auto;
      fill: #193283; }
  .finalization__address-text {
    line-height: 1.5;
    color: #000; }
    .finalization__address-text b {
      font-weight: 700;
      display: block; }
  .finalization__address-map {
    width: 100%;
    height: 170px; }
    @media (max-width: 992px) {
      .finalization__address-map {
        height: 250px; } }

.registration {
  padding: 75px 0 78px; }
  .registration__title {
    margin-bottom: 25px;
    text-align: center; }
  .registration__wrapper {
    margin: 0 auto;
    max-width: 555px;
    width: 100%; }
    @media (max-width: 1200px) {
      .registration__wrapper {
        max-width: 455px; } }
  .registration__block {
    position: relative;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 15px; }
    .registration__block--2col {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .registration__block:last-of-type {
      margin-bottom: 0; }
    .registration__block .form__field {
      width: 100%; }
    @media (max-width: 992px) {
      .registration__block--2col {
        grid-template-columns: 1fr; } }
  .registration__label {
    position: absolute;
    top: 50%;
    left: -30px;
    max-width: 242px;
    text-align: right;
    transform: translateX(-100%) translateY(-50%); }
    @media (max-width: 992px) {
      .registration__label {
        position: static;
        transform: translate(0);
        max-width: unset;
        text-align: left; } }
  .registration__capthca-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .registration__btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding: 10px 30px;
    font-weight: 700;
    width: 100%;
    font-size: 16px; }

.certificate-list {
  position: relative;
  overflow: hidden;
  padding: 35px 0 145px; }
  @media (max-width: 1200px) {
    .certificate-list {
      padding-bottom: 80px; } }
  .certificate-list__title {
    margin-bottom: 35px;
    font-weight: 400;
    text-align: center; }
  .certificate-list__wrapper {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1200px) {
      .certificate-list__wrapper {
        display: block; } }
  .certificate-list__left {
    margin-right: 30px;
    max-width: 750px;
    flex: 1 0 100%; }
    @media (max-width: 1200px) {
      .certificate-list__left {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .certificate-list__left {
        width: 100%; } }
  .certificate-list__table {
    border: 2px solid #eee;
    display: block;
    border-collapse: none; }
    @media (max-width: 768px) {
      .certificate-list__table {
        position: relative;
        overflow: auto;
        display: flex;
        border: 0;
        width: calc(100% + 20px); }
        .certificate-list__table tbody {
          border: 2px solid #eee;
          padding-bottom: 10px;
          min-width: 750px;
          width: 750px; }
        .certificate-list__table::-webkit-scrollbar {
          height: 4px;
          background: rgba(94, 159, 225, 0.1); }
        .certificate-list__table::-webkit-scrollbar-thumb {
          height: 100%;
          background: #282d96; } }
  .certificate-list__row {
    display: grid;
    grid-template-columns: minmax(0, 248px) minmax(0, 170px) minmax(0, 170px) minmax(0, 155px);
    font-size: 14px;
    line-height: 25px; }
    .certificate-list__row td,
    .certificate-list__row th {
      border: 1px solid #eee; }
      .certificate-list__row td:first-child,
      .certificate-list__row th:first-child {
        border-left: 0; }
      .certificate-list__row td:last-child,
      .certificate-list__row th:last-child {
        border-right: 0; }
    .certificate-list__row th {
      border-top: 0;
      padding: 15px 10px;
      text-align: left; }
    .certificate-list__row td {
      padding: 10px;
      text-align: center; }
    .certificate-list__row a {
      display: flex;
      align-items: center;
      text-align: left;
      color: #002967; }
      .certificate-list__row a svg {
        margin-right: 10px;
        width: 22px;
        height: 22px;
        fill: currentColor; }
    .certificate-list__row:last-child td,
    .certificate-list__row:last-child th {
      border-bottom: 0; }
  .certificate-list__text {
    line-height: 1.3; }
    @media (max-width: 1200px) {
      .certificate-list__text {
        margin-top: 40px; } }

.contacts {
  padding: 60px 0 40px; }
  .contacts__title {
    margin-bottom: 30px;
    text-align: center; }
  .contacts__map {
    width: 100%;
    height: 250px; }
  .contacts__locations {
    margin-top: 40px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px; }
    @media (max-width: 992px) {
      .contacts__locations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px; } }
    @media (max-width: 768px) {
      .contacts__locations {
        grid-template-columns: 1fr; } }
  .contacts__location {
    display: flex;
    align-items: flex-start;
    font-size: 18px; }
    .contacts__location img {
      margin-right: 20px;
      width: 30px;
      flex-shrink: 0; }
    .contacts__location h4 {
      margin-bottom: 12px;
      font-weight: 700;
      color: #282d96; }
    @media (max-width: 1200px) {
      .contacts__location {
        font-size: 16px; } }
  .contacts__row {
    margin-top: 45px;
    display: grid;
    gap: 30px; }
    .contacts__row--3col {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contacts__row .form__field {
      padding: 17px 15px;
      font-size: 14px; }
    .contacts__row .form__field--area {
      min-height: 248px; }
    .contacts__row.end {
      margin-top: 30px;
      justify-items: end; }
    @media (max-width: 992px) {
      .contacts__row {
        margin-top: 30px; }
        .contacts__row--3col {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 15px; }
          .contacts__row--3col .form__field:last-of-type {
            grid-column: 1 / 3; } }
    @media (max-width: 768px) {
      .contacts__row--3col {
        grid-template-columns: 1fr; }
        .contacts__row--3col .form__field:last-of-type {
          grid-column: initial; } }
  .contacts__btn {
    padding: 12px 50px;
    font-size: 12px;
    text-transform: uppercase; }
  .contacts__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px; }
    @media (max-width: 992px) {
      .contacts__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px; } }
    @media (max-width: 768px) {
      .contacts__items {
        grid-template-columns: 1fr; } }
  .contacts__item {
    display: flex;
    align-items: flex-start;
    font-size: 18px; }
    @media (max-width: 1200px) {
      .contacts__item {
        font-size: 16px; } }
  .contacts__item-icon {
    margin-right: 14px;
    width: 36px;
    flex-shrink: 0; }
  .contacts__subtitle {
    margin-top: 55px;
    font-size: inherit;
    margin-bottom: 12px;
    font-weight: 700;
    color: #282d96; }
    .contacts__subtitle:first-child {
      margin-top: 0; }
  .contacts__link {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #282d96;
    transition: opacity 0.3s ease; }
    .contacts__link:hover {
      opacity: 0.7; }
  .contacts--info {
    margin-bottom: -45px;
    padding: 55px 0;
    background: #f5f5f5; }

.about {
  padding: 60px 0; }
  .about__content {
    margin-top: 35px; }
    .about__content p {
      margin-top: 26px; }
      .about__content p:first-child {
        margin-top: 0; }
  .about__img {
    margin-right: 28px;
    margin-bottom: 28px;
    float: left;
    width: 65.8%;
    height: auto; }
    .about__img img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .about__img {
        width: 100%;
        float: none; } }

.faq {
  font-size: 16px; }
  .faq__item {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5; }
    .faq__item:last-child {
      margin-bottom: 0; }
    .faq__item.active {
      border: 2px solid #282d96; }
      .faq__item.active .faq__state::before, .faq__item.active .faq__state::after {
        background: #282d96; }
      .faq__item.active .faq__state::before {
        transform: translateX(-50%) rotate(90deg); }
  .faq__header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-weight: 700;
    font-size: inherit;
    color: #292d96; }
  .faq__state {
    position: relative;
    margin-left: auto;
    width: 10px;
    height: 10px;
    flex-shrink: 0; }
    .faq__state::before, .faq__state::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 2px;
      background: #000;
      transform: translateX(-50%);
      transition: transform 0.3s ease, background 0.3s ease; }
    .faq__state::after {
      transform: translateX(-50%) rotate(90deg); }
  .faq__content-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease; }
  .faq__content {
    padding: 0 20px 20px; }

.appointment {
  padding: 50px 0 65px; }
  .appointment__title {
    margin-bottom: 30px;
    text-align: center; }
  .appointment__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 750px);
    gap: 30px; }
    @media (max-width: 992px) {
      .appointment__wrapper {
        display: block; } }
  .appointment__form {
    display: flex;
    flex-direction: column; }
  .appointment__field {
    margin-bottom: 20px;
    padding: 17px 16px;
    font-size: 12px;
    text-transform: uppercase; }
    .appointment__field::-moz-placeholder {
      opacity: 1;
      color: #141414; }
    .appointment__field::placeholder {
      opacity: 1;
      color: #141414; }
  .appointment__controls {
    margin-top: 60px;
    display: flex;
    justify-content: center; }
    @media (max-width: 992px) {
      .appointment__controls {
        margin-top: 40px; } }
    @media (max-width: 576px) {
      .appointment__controls {
        flex-direction: column; } }
  .appointment__control {
    justify-content: center;
    margin-right: 30px;
    border-width: 2px;
    padding: 14px 30px;
    min-width: 225px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase; }
    .appointment__control:first-child {
      border-color: #000;
      color: #000; }
      .appointment__control:first-child:hover {
        background: #000;
        color: #fff; }
    .appointment__control:last-child {
      margin: 0; }
    @media (max-width: 992px) {
      .appointment__control {
        padding: 9px 20px;
        font-size: 16px; } }
    @media (max-width: 576px) {
      .appointment__control {
        margin-right: 0;
        margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .appointment__programm {
      margin-top: 20px; } }

.programm__top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 6px 6px;
  padding-left: 25px;
  background: #89d05f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff; }

.programm__title {
  font-weight: 700;
  font-size: 14px;
  color: #fff; }

.programm__states {
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 1px 10px;
  background: #54982c; }
  @media (max-width: 576px) {
    .programm__states {
      padding: 1px 5px; } }

.programm__state {
  margin-right: 10px;
  padding: 10px 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5); }
  .programm__state:last-child {
    margin-right: 0; }
  .programm__state.active {
    color: #fff;
    background: #89d05f; }
  @media (max-width: 576px) {
    .programm__state {
      margin-right: 5px;
      padding: 6px; } }

.programm__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 26px;
  background: #54982c; }

.programm__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease; }
  .programm__control img {
    width: 100%;
    height: auto; }
  .programm__control:hover {
    opacity: 0.7; }
  .programm__control.prev img {
    transform: rotate(180deg); }

.programm__table {
  display: block; }

.programm__table-header {
  display: block;
  width: 100%;
  font-size: 12px; }
  .programm__table-header th {
    padding-top: 4px;
    font-weight: 400;
    line-height: 23px;
    color: #adafb2;
    text-transform: uppercase; }
    .programm__table-header th:first-child {
      border-left: 1px solid #dadada; }
    .programm__table-header th:last-child {
      border-right: 1px solid #dadada; }
  @media (max-width: 576px) {
    .programm__table-header th {
      font-size: 10px;
      line-height: 16px; } }

.programm__table-content {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase; }
  .programm__table-content td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 13px 10px;
    color: #fff;
    background: #2b3097; }
    .programm__table-content td:last-child {
      border-right: 0; }
    .programm__table-content td.red {
      background: #ff6d6d; }
    .programm__table-content td.green {
      background: #89d05f; }
  @media (max-width: 1200px) {
    .programm__table-content {
      font-size: 18px; } }
  @media (max-width: 576px) {
    .programm__table-content {
      font-size: 2.8vw; } }

.programm__table-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  text-align: center; }
  .programm__table-row:last-child td {
    border-bottom: 0; }

/*# sourceMappingURL=style.min.css.map */
