/*! 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 */
  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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body, html {
  font-weight: 400;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  position: relative;
  top: -100px;
}

h1 {
  font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.textRich {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  color: rgb(82, 82, 82);
  line-height: 1.5;
}
@media only screen and (min-width : 1200px) {
  .textRich {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.textRich:not(:last-child) {
  margin-bottom: 20px;
}
.textRich--white {
  color: rgb(255, 255, 255);
}
.textRich p {
  font-weight: 400;
  line-height: 1.6;
}
.textRich p:not(:last-child) {
  margin-bottom: 24px;
}
.textRich a {
  color: rgb(40, 89, 166);
  text-decoration: underline;
}
.textRich a:hover {
  color: rgb(7, 34, 76);
  text-decoration: none;
}
.textRich b, .textRich strong {
  font-weight: 700;
}
.textRich h1 {
  font-size: 4.8rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.textRich h2 {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.textRich h3 {
  font-size: 3.2rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.textRich h4 {
  font-size: 2.8rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.textRich h5 {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.textRich h6 {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.textRich ol {
  list-style-type: decimal-leading-zero;
}
.textRich ul {
  list-style-type: disc;
  margin: 20px 0;
}
.textRich li {
  margin-top: 8px;
  margin-left: 28px;
  line-height: 1.4em;
}

.link {
  text-decoration: underline;
  color: rgb(40, 89, 166);
}
.link:hover {
  color: rgb(7, 34, 76);
}

.button__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}
.button {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 12px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 89, 166);
  text-decoration: none;
  transition: 300ms;
  z-index: 1;
}
.button:hover {
  background-color: rgb(0, 0, 0);
}
.button--small {
  padding: 8px 24px;
  font-size: 1.6rem;
}
.button--white {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
.button--accent {
  color: rgb(255, 255, 255);
  background: rgb(231, 207, 51);
}
@media only screen and (min-width : 768px) {
  .button__wrapper {
    flex-wrap: nowrap;
    gap: 24px;
  }
  .button {
    padding: 16px 24px;
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
  }
  .button--small {
    padding: 8px 24px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width : 1200px) {
  .button__wrapper {
    gap: 24px 48px;
    padding-top: 30px;
  }
  .button {
    padding: 16px 24px;
    font-size: 2rem;
    line-height: 1em;
  }
  .button--small {
    padding: 8px 24px;
    font-size: 1.8rem;
  }
}

.p {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  color: rgb(82, 82, 82);
}
.p--big {
  font-size: 1.8rem;
}
.p--mid {
  font-size: 1.5rem;
}
.p--small {
  font-size: 1.4rem;
}
.p--white {
  color: rgb(255, 255, 255);
}
.p:not(:last-child) {
  margin-bottom: 20px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h1--white {
  color: rgb(255, 255, 255);
}

.h2 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h2--white {
  color: rgb(255, 255, 255);
}

.h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h3--white {
  color: rgb(255, 255, 255);
}

.h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h4--white {
  color: rgb(255, 255, 255);
}

.h5 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h5--white {
  color: rgb(255, 255, 255);
}

.h6 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h6--white {
  color: rgb(255, 255, 255);
}

@media only screen and (min-width : 768px) {
  .p {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .p--big {
    font-size: 1.8rem;
  }
  .p--mid {
    font-size: 1.5rem;
  }
  .p--small {
    font-size: 1.4rem;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 4.8rem;
    line-height: 1.2em;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 3.6rem;
    line-height: 1.2em;
  }
  .h3 {
    margin-bottom: 20px;
    font-size: 3.2rem;
    line-height: 1.4em;
  }
  .h4 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.4em;
  }
  .h5 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.5em;
  }
  .h6 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
}
@media only screen and (min-width : 1200px) {
  .p {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  .p--big {
    font-size: 2rem;
  }
  .p--mid {
    font-size: 1.8rem;
  }
  .p--small {
    font-size: 1.4rem;
  }
  .h1 {
    margin-bottom: 16px;
    font-size: 5rem;
    line-height: 1.2em;
    font-weight: 700;
  }
  .h2 {
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 1.2em;
    font-weight: 700;
  }
  .h3 {
    margin-bottom: 16px;
    font-size: 3.2rem;
    line-height: 1.4em;
    font-weight: 700;
  }
  .h4 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    line-height: 1.4em;
    font-weight: 700;
  }
  .h5 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 700;
  }
  .h6 {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: 700;
  }
}
.standardText {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  color: rgb(82, 82, 82);
  line-height: 1.5;
}
@media only screen and (min-width : 1200px) {
  .standardText {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.standardText:not(:last-child) {
  margin-bottom: 20px;
}
.standardText--white {
  color: rgb(255, 255, 255);
}
.standardText p {
  font-weight: 400;
  line-height: 1.6;
}
.standardText p:not(:last-child) {
  margin-bottom: 24px;
}
.standardText a {
  color: rgb(40, 89, 166);
  text-decoration: underline;
}
.standardText a:hover {
  color: rgb(7, 34, 76);
  text-decoration: none;
}
.standardText b, .standardText strong {
  font-weight: 700;
}
.standardText h1 {
  font-size: 4.8rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.standardText h2 {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.standardText h3 {
  font-size: 3.2rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 24px;
}
.standardText h4 {
  font-size: 2.8rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.standardText h5 {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.standardText h6 {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 16px;
}
.standardText ol {
  list-style-type: decimal-leading-zero;
}
.standardText ul {
  list-style-type: disc;
  margin: 20px 0;
}
.standardText li {
  margin-top: 8px;
  margin-left: 28px;
  line-height: 1.4em;
}

.header {
  display: block;
  position: fixed;
  z-index: 8999;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: white;
  box-shadow: 0 0 4px rgba(7, 34, 76, 0.2);
}
@media only screen and (min-width : 768px) {
  .header {
    height: 80px;
  }
}
@media only screen and (min-width : 1280px) {
  .header {
    height: 80px;
    padding: 0;
  }
}
.header__nav {
  display: grid;
  grid-template-columns: 125px auto;
  width: 1180px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  gap: 0 32px;
}
.header__navLogo {
  grid-column: span 1;
}
.header__navLogoLink {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__navLogoLink svg {
  height: 28px;
}
.header__navLogoLink path {
  fill: rgb(40, 89, 166);
  transition: 300ms;
}
.header__navLogoLink:hover path {
  fill: rgb(82, 82, 82);
}
@media only screen and (min-width : 768px) {
  .header__navLogoLink svg {
    height: 42px;
  }
}
.header__navLogoLinkSrc {
  display: block;
  width: auto;
  max-height: 100%;
  height: 40px;
}
@media only screen and (min-width : 768px) {
  .header__navLogoLinkSrc {
    height: 53px;
  }
}
.header__navWrapper--mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width : 1280px) {
  .header__navWrapper--mobile {
    display: none;
  }
}
.header__navWrapper--desktop {
  display: none;
  align-items: center;
  justify-content: space-between;
  grid-column: span 1;
}
@media only screen and (min-width : 1280px) {
  .header__navWrapper--desktop {
    display: flex;
  }
}
.header__navLeft {
  display: flex;
  gap: 0 16px;
}
.header__navLeftLink {
  display: block;
  padding: 32px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: rgb(7, 34, 76);
}
.header__navLeftLink:hover {
  color: rgb(40, 89, 166);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header__navLeftLink--submenu {
  position: relative;
}
.header__navLeftLink--submenu span {
  cursor: pointer;
}
.header__navRight {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (min-width : 768px) {
  .header__navRight {
    top: 80px;
  }
}
.header__navRightItem {
  margin-top: 8px;
}
.header__navRightItem svg path {
  fill: rgb(40, 89, 166);
}
.header__navRightItem:hover svg path {
  fill: rgb(7, 34, 76);
}
.header__navRightButton {
  font-size: 1.6rem;
  background-color: rgb(231, 207, 51);
}
.header__navSub {
  position: absolute;
  z-index: 8998;
  top: 80px;
  left: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 4px rgba(7, 34, 76, 0.2);
}
.header__navLeftLink--submenu:hover .header__navSub {
  display: grid;
}
.header__navSubSec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 320px;
  padding: 24px;
}
.header__navSubSecLabel {
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(7, 34, 76);
  text-decoration: none;
  cursor: default;
}
.header__navSubSecLink {
  width: 100%;
  padding: 4px 0;
  font-size: 1.6rem;
  line-height: 1em;
  text-decoration: none;
  color: rgb(7, 34, 76);
}
.header__navSubSecLink:hover {
  color: rgb(40, 89, 166);
  text-decoration: underline;
}
.header__navSubSecCall {
  margin-top: 12px;
  max-width: 100%;
}
.header__navSubSecCallButton {
  font-size: 1.6rem;
}
.header__langButton {
  cursor: pointer;
  display: block;
}
.header__langButton path {
  fill: rgb(40, 89, 166);
}
.header__langButton--opened path {
  fill: rgb(231, 207, 51) !important;
}
.header__langButtonImg {
  width: 32px;
  height: 32px;
  display: block;
}
.header__langList {
  position: absolute;
  top: 72px;
  right: -340px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 4px rgba(7, 34, 76, 0.2);
  transition: 600ms ease-in-out;
}
.header__langList--opened {
  right: 12px;
}
@media only screen and (min-width : 768px) {
  .header__langList {
    top: 96px;
    right: -740px;
  }
  .header__langList--opened {
    right: 16px;
  }
}
@media only screen and (min-width : 1280px) {
  .header__langList--opened {
    display: grid;
    right: 10vw;
  }
}
.header__langListItem {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 8px;
  text-decoration: none;
}
.header__langListItem:hover {
  background-color: rgba(7, 34, 76, 0.08);
}
@media only screen and (min-width : 768px) {
  .header__langListItem {
    gap: 12px;
    width: 156px;
  }
}
.header__langListItemIcon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .header__langListItemIcon {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.header__langListItemLabel {
  display: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  color: rgb(7, 34, 76);
  text-decoration: none;
}
@media only screen and (min-width : 768px) {
  .header__langListItemLabel {
    display: block;
  }
}
.header__burger {
  font-size: 0;
  text-align: right;
}
@media only screen and (min-width : 1280px) {
  .header__burger {
    display: none;
  }
}
.header__burgerButton {
  display: inline-block;
  width: 32px;
  font-size: 1rem;
  line-height: 1rem;
}
.header__burgerButtonSpan {
  display: block;
  width: 100%;
  height: 3px;
  background: rgb(40, 89, 166);
  transition: 0.4s ease-out;
}
.header__burgerButtonSpan:not(:last-child) {
  margin-bottom: 6px;
}
.header__burgerButton--opened .header__burgerButtonSpan--1 {
  transform: translate(0px, 9px) rotate(-45deg);
}
.header__burgerButton--opened .header__burgerButtonSpan--2 {
  opacity: 0;
  transition: 0.2s;
}
.header__burgerButton--opened .header__burgerButtonSpan--3 {
  transform: translate(0px, -9px) rotate(45deg);
}
.header__navMobile {
  position: fixed;
  top: 78px;
  right: -230px;
  display: flex;
  flex-direction: column;
  gap: 0px 32px;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  max-height: calc(100vh - 130px);
  border-radius: 8px 0 0 8px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.98);
  transition: 400ms ease-out;
}
.header__navMobile--opened {
  right: 0px;
  box-shadow: 0 2px 4px rgba(7, 34, 76, 0.2);
}
@media only screen and (min-width : 768px) {
  .header__navMobile {
    top: 96px;
  }
}
@media only screen and (min-width : 1280px) {
  .header__navMobile {
    display: none;
  }
}
.header__navMobileList {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.header__navMobileListItem {
  width: 100%;
  padding: 8px 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  color: rgb(7, 34, 76);
  text-decoration: none;
}
.header__navMobileSocial {
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 20px;
}
.header__navMobileSocialItem {
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  border-radius: 24px 24px 0 0;
  padding: 24px;
  background-color: rgb(7, 34, 76);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .footer__info {
    gap: 40px 0;
    border-radius: 48px 48px 0 0;
    padding: 40px;
  }
}
@media only screen and (min-width : 1280px) {
  .footer__info {
    gap: 40px 80px;
    padding: 60px 40px 40px;
  }
}
.footer__infoLeft {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .footer__infoLeft {
    width: 340px;
    max-width: 100%;
  }
}
.footer__infoLeftLogo {
  width: auto;
  height: 42px;
  max-height: 42px;
}
.footer__infoLeftLogo svg {
  height: 42px;
  max-height: 42px;
}
.footer__infoLeftLogo path {
  fill: rgb(255, 255, 255);
}
.footer__infoLeftLogo:hover path {
  fill: rgb(231, 207, 51);
}
.footer__infoLeftText {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: rgb(255, 255, 255);
}
.footer__infoLeftIcons {
  display: flex;
  gap: 0 24px;
  width: 100%;
}
.footer__infoLeftIconsItem path {
  fill: rgb(255, 255, 255);
}
.footer__infoLeftIconsItem:hover path {
  fill: rgb(231, 207, 51);
}
.footer__infoRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width : 768px) {
  .footer__infoRight {
    gap: 0 20px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width : 1280px) {
  .footer__infoRight {
    width: 680px;
    padding-top: 32px;
  }
}
.footer__infoRightList {
  display: flex;
  gap: 4px 0;
  flex-direction: column;
  width: 200px;
}
@media only screen and (min-width : 768px) {
  .footer__infoRightList {
    width: 100%;
  }
}
.footer__infoRightListLabel {
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 1280px) {
  .footer__infoRightListLabel {
    font-size: 2rem;
  }
}
.footer__infoRightListItem {
  display: block;
  padding: 4px 0;
  font-size: 1.4rem;
  line-height: 1em;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer__infoRightListItem:hover {
  color: rgb(231, 207, 51);
  text-decoration: underline;
}
.footer__infoDown {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .footer__infoDown {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 20px;
    padding-top: 20px;
  }
}
.footer__infoDownItem {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.footer__infoDownItem:hover {
  color: rgb(255, 255, 255);
  text-decoration-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 768px) {
  .footer__infoDownItem {
    width: auto;
  }
}
.footer__agency {
  padding-top: 0;
  width: 100%;
}
.footer__agencyText {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  text-align: center;
  opacity: 0.6;
}
.footer__agencyText > a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  transition: all 0.3s;
}
.footer__agencyText > a:hover {
  color: rgb(255, 255, 255);
}

.wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper--background {
  background-size: 0px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .wrapper--background {
    background-size: 720px;
  }
}

.wrapperInner {
  min-height: calc(100vh - 60px - 680px);
}
@media only screen and (min-width : 768px) {
  .wrapperInner {
    min-height: calc(100vh - 80px - 497px);
  }
}
@media only screen and (min-width : 1280px) {
  .wrapperInner {
    min-height: calc(100vh - 80px - 354px);
  }
}

.container {
  width: calc(100% - 24px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.container--narrow {
  width: calc(100% - 24px);
}
.container--extended {
  width: calc(100% - 24px);
}

@media only screen and (min-width : 768px) {
  .container {
    width: calc(100% - 40px);
  }
  .container--narrow {
    width: calc(100% - 40px);
  }
  .container--extended {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width : 1200px) {
  .container {
    width: 1080px;
  }
  .container--narrow {
    width: 760px;
  }
  .container--extended {
    width: 1080px;
  }
}
@media only screen and (min-width : 1280px) {
  .container {
    width: 1180px;
  }
  .container--narrow {
    width: 760px;
  }
  .container--extended {
    width: 1180px;
  }
}
@media only screen and (min-width : 1400px) {
  .container--extended {
    width: 1340px;
  }
}
.section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.section:first-of-type {
  margin-top: 60px;
}
.section--short {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width : 768px) {
  .section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section:first-of-type {
    margin-top: 80px;
  }
}
@media only screen and (min-width : 1200px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.swiper {
  width: calc(100% - 104px);
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .swiper {
    width: calc(100% - 160px);
  }
}

.swiper-pagination {
  position: static;
  margin-top: 32px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 300ms;
}

.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 24px;
  background: rgb(40, 89, 166);
}

.swiper-button {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: rgb(40, 89, 166);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  transition: 300ms;
}
.swiper-button span {
  width: 8px;
  height: 8px;
  background: #000;
}
.swiper-button::after {
  display: none;
}
.swiper-button:hover {
  background-color: rgba(40, 89, 166, 0.9);
}
@media only screen and (min-width : 768px) {
  .swiper-button {
    width: 48px;
    height: 48px;
  }
}
.swiper-button-prev {
  left: 0px;
  background-image: url("/site/templates/assets/sources/ico/ico-chevron-left.svg");
  background-position: 46% center;
}
.swiper-button-next {
  right: 0px;
  background-image: url("/site/templates/assets/sources/ico/ico-chevron-right.svg");
  background-position: 54% center;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(40, 89, 166, 0.7);
  z-index: 10000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.beneList__heading {
  width: 800px;
  max-width: 100%;
  margin-bottom: 24px;
}
.beneList__heading span {
  color: rgb(40, 89, 166);
}
@media only screen and (min-width : 768px) {
  .beneList__heading {
    margin-bottom: 48px;
  }
}
.beneList__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 768px) {
  .beneList__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width : 1280px) {
  .beneList__wrapper {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
  }
}
.beneList__wrapperItem--text {
  padding: 40px 0;
}
.beneList__wrapperItem--list {
  background-size: 80%;
  background-position: center top;
  background-repeat: no-repeat;
}
.beneList__wrapperItem--image {
  min-height: 240px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
.beneList__list {
  display: flex;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  padding: 32px 24px;
  flex-direction: column;
  gap: 48px;
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 1280px) {
  .beneList__list {
    width: 440px;
    border-radius: 60px;
    padding: 64px;
    gap: 48px;
  }
}
.beneList__listItem {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
@media only screen and (min-width : 768px) {
  .beneList__listItem {
    gap: 10px;
  }
}
@media only screen and (min-width : 1280px) {
  .beneList__listItem {
    gap: 16px;
  }
}
.beneList__listItemIco {
  display: block;
  min-width: 48px;
}
@media only screen and (min-width : 768px) {
  .beneList__listItemIco {
    min-width: 56px;
  }
}
@media only screen and (min-width : 1280px) {
  .beneList__listItemIco {
    min-width: 72px;
  }
}
.beneList__listItemIcoSrc {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-size: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(239, 245, 255);
}
@media only screen and (min-width : 768px) {
  .beneList__listItemIcoSrc {
    width: 48px;
    height: 48px;
    background-size: 56%;
  }
}
@media only screen and (min-width : 1280px) {
  .beneList__listItemIcoSrc {
    width: 72px;
    height: 72px;
    background-size: 50%;
  }
}
.beneList__listItemTxt {
  display: block;
}
.beneList__listItemTxtLabel {
  margin-bottom: 4px;
}

.callAct__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-radius: 12px;
  padding: 32px 24px;
  background-color: rgb(255, 255, 255);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
@media only screen and (min-width : 768px) {
  .callAct__wrapper {
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    padding: 48px 32px;
  }
}
@media only screen and (min-width : 1280px) {
  .callAct__wrapper {
    gap: 80px;
    padding: 100px;
  }
}
@media only screen and (min-width : 768px) {
  .callAct__wrapperItem--button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.certList__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px 80px;
}
@media only screen and (min-width : 768px) {
  .certList__wrapper {
    grid-template-columns: 2fr 3fr;
  }
}
.certList__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 480px;
  border: 4px solid rgba(40, 89, 166, 0.08);
  border-radius: 12px;
  padding: 24px;
  background-color: rgb(239, 245, 255);
  box-shadow: 0 0 20px rgba(7, 34, 76, 0.08);
  overflow: scroll;
}
@media only screen and (min-width : 768px) {
  .certList__list {
    max-height: 600px;
  }
}
.certList__listWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.certList__listHeader {
  margin-bottom: 0;
}
.certList__listItem--hidden {
  display: none;
}
.certList__listItem:not(:last-child) {
  border-bottom: 1px solid rgba(40, 89, 166, 0.2);
  padding-bottom: 20px;
}
.certList__listItemLabel {
  max-width: 100%;
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
}
.certList__listItemDesc {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}
.certList__listItemDescLoc {
  margin-bottom: 0 !important;
  font-weight: 600;
}
.certList__listItemDescLink {
  color: rgb(40, 89, 166);
}
.certList__listItemDescLink:hover {
  color: rgb(0, 0, 0);
}
.certList__filter {
  display: flex;
  align-items: center;
}
.certList__filterWrapper {
  width: 100%;
}
.certList__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.certList__formSelect {
  border: 0.5px solid rgba(7, 34, 76, 0.2);
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: rgb(82, 82, 82);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.certList__formSubmit {
  height: 50px;
  border-radius: 3px;
  padding: 20px auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 89, 166);
}

.certPost__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media only screen and (min-width : 768px) {
  .certPost__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width : 1280px) {
  .certPost__wrapper {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
}
.certPost__wrapperItem--image {
  min-height: 320px;
  border-radius: 12px;
  background-color: rgb(40, 89, 166);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
.certPost__sub {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.certPost__subPrice {
  font-family: "Manrope", sans-serif;
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 700;
  color: rgb(7, 34, 76);
  flex-shrink: 0;
}
.certPost__desc {
  max-width: 100%;
  font-style: italic;
}
.certPost__desc--bold {
  font-weight: 600;
}
@media only screen and (min-width : 1280px) {
  .certPost__desc {
    width: 640px;
  }
}
.certPost__separator {
  display: block;
  margin: 16px 0;
  width: 100%;
  height: 4px;
  background-color: rgb(231, 207, 51);
}

.certShow__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .certShow__header {
    margin-bottom: 60px;
  }
}
.certShow__wrapper {
  position: relative;
}
.certShow__slideItem {
  width: 100%;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .certShow__slideItem {
    height: 80px;
  }
}
@media only screen and (min-width : 1280px) {
  .certShow__slideItem {
    height: 120px;
  }
}

.compCols__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .compCols__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width : 1280px) {
  .compCols__wrapper {
    gap: 80px;
  }
}
.compCols__wrapper--reversed .compCols__wrapperItem--txt {
  order: 1;
}
.compCols__wrapper--reversed .compCols__wrapperItem--img {
  order: -1;
}
.compCols__wrapperItem--txt {
  order: 1;
  padding: 0;
}
@media only screen and (min-width : 768px) {
  .compCols__wrapperItem--txt {
    padding: 40px 0;
  }
}
.compCols__wrapperItem--img {
  order: -1;
  min-height: 320px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .compCols__wrapperItem--img {
    order: 1;
  }
}
.compCols__text {
  border-left: 4px solid rgb(231, 207, 51);
  padding-left: 16px;
}
.compCols__text:nth-child(1) {
  margin-bottom: 40px;
}
.compCols__text:nth-child(2) {
  border-color: rgb(40, 89, 166);
}
@media only screen and (min-width : 1280px) {
  .compCols__text {
    padding-right: 20px;
  }
}
.compCols__image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.compCols__textBullet {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.compCols__textBulletIcon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.compCols__textBulletLabel {
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: rgb(82, 82, 82);
}

.faqList__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .faqList__header {
    margin-bottom: 60px;
  }
}
.faqList__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faqList__item {
  width: 100%;
  border-radius: 12px;
  background-color: rgb(239, 245, 255);
}
.faqList__itemLabel {
  position: relative;
  width: 100%;
  padding: 24px 68px 24px 24px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (min-width : 768px) {
  .faqList__itemLabel {
    padding: 32px 84px 32px 32px;
  }
}
.faqList__itemLabel::after {
  content: url("/site/templates/assets/sources/ico/ico-cross.svg");
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 24px;
  right: 24px;
  transition: 200ms;
}
@media only screen and (min-width : 768px) {
  .faqList__itemLabel::after {
    top: 32px;
    right: 32px;
  }
}
.faqList__itemDesc {
  display: none;
  padding: 0 24px 24px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media only screen and (min-width : 768px) {
  .faqList__itemDesc {
    padding: 0 32px 32px;
  }
}
.faqList__item--active .faqList__itemLabel {
  padding-bottom: 12px;
}
.faqList__item--active .faqList__itemLabel::after {
  transform: rotate(45deg);
}
.faqList__item--active .faqList__itemDesc {
  display: block;
}

.fncyCols__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width : 768px) {
  .fncyCols__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media only screen and (min-width : 1280px) {
  .fncyCols__wrapper {
    gap: 20px;
  }
}
.fncyCols__wrapperItem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  padding: 32px 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
@media only screen and (min-width : 768px) {
  .fncyCols__wrapperItem {
    padding: 24px 12px;
  }
}
@media only screen and (min-width : 1280px) {
  .fncyCols__wrapperItem {
    padding: 40px 32px;
  }
}
.fncyCols__icon {
  display: block;
  min-width: 40px;
}
@media only screen and (min-width : 768px) {
  .fncyCols__icon {
    min-width: 40px;
  }
}
@media only screen and (min-width : 1280px) {
  .fncyCols__icon {
    min-width: 56px;
  }
}
.fncyCols__iconSrc {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(239, 245, 255);
}
@media only screen and (min-width : 768px) {
  .fncyCols__iconSrc {
    width: 40px;
    height: 40px;
    background-size: 56%;
  }
}
@media only screen and (min-width : 1280px) {
  .fncyCols__iconSrc {
    width: 56px;
    height: 56px;
    background-size: 50%;
  }
}
.fncyCols__link {
  margin-top: auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
}

.homeHero__section {
  background-size: 80px auto;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .homeHero__section {
    background-size: 45% auto;
    background-position: right top;
  }
}
@media only screen and (min-width : 1280px) {
  .homeHero__section {
    padding-top: 180px;
    background-size: 780px auto;
  }
}
.homeHero__init {
  width: 90%;
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width : 768px) {
  .homeHero__init {
    width: 50%;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width : 1280px) {
  .homeHero__init {
    width: 480px;
    margin-bottom: 240px;
  }
}
.homeHero__initText {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (min-width : 1280px) {
  .homeHero__initText {
    font-size: 2.2rem;
  }
}
.homeHero__fork {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px 24px;
}
@media only screen and (min-width : 768px) {
  .homeHero__fork {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width : 1280px) {
  .homeHero__fork {
    gap: 48px;
    padding: 0 100px;
  }
}
.homeHero__forkItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-radius: 12px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
@media only screen and (min-width : 768px) {
  .homeHero__forkItem {
    border-radius: 10px;
    padding: 16px;
  }
}
@media only screen and (min-width : 1280px) {
  .homeHero__forkItem {
    border-radius: 12px;
    padding: 32px;
  }
}
.homeHero__forkItemImage {
  padding-top: 60%;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: rgb(40, 89, 166);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.instList__wrapper {
  display: block;
}
@media only screen and (min-width : 768px) {
  .instList__wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.instList__list {
  display: block;
  max-height: 480px;
  border: 4px solid rgba(40, 89, 166, 0.08);
  border-radius: 12px;
  padding: 24px;
  background-color: rgb(239, 245, 255);
  box-shadow: 0 0 20px rgba(7, 34, 76, 0.08);
  overflow: scroll;
  margin-top: 40px;
  max-width: 100%;
}
@media only screen and (min-width : 768px) {
  .instList__list {
    max-height: 600px;
    margin-top: 0;
  }
}
.instList__listWrapper {
  position: block;
  max-width: 100%;
}
.instList__listWrapperItem {
  max-width: 100%;
}
.instList__listWrapperItem:not(:first-child) {
  padding-top: 16px;
}
.instList__listWrapperItem:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 16px;
}
.instList__listWrapperItemLabel {
  margin-bottom: 4px;
  color: rgb(40, 89, 166);
}
.instList__listWrapperItemDesc {
  font-style: italic;
}
.instList__filter {
  display: block;
}
.instList__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.instList__formSelect {
  border: 0.5px solid rgba(7, 34, 76, 0.2);
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: rgb(82, 82, 82);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
}
.instList__formSubmit {
  height: 50px;
  border-radius: 3px;
  padding: 20px auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 89, 166);
}

.logoShow__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .logoShow__header {
    margin-bottom: 60px;
  }
}
.logoShow__wrapper {
  position: relative;
}
.logoShow__slideItem {
  width: 100%;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .logoShow__slideItem {
    height: 80px;
  }
}
@media only screen and (min-width : 1280px) {
  .logoShow__slideItem {
    height: 96px;
  }
}

.mapCols__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .mapCols__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width : 1280px) {
  .mapCols__wrapper {
    gap: 80px;
  }
}
.mapCols__wrapper--reversed .mapCols__wrapperItem--txt {
  order: 1;
}
.mapCols__wrapper--reversed .mapCols__wrapperItem--img {
  order: -1;
}
.mapCols__wrapperItem--txt {
  order: 1;
  padding: 0;
}
@media only screen and (min-width : 768px) {
  .mapCols__wrapperItem--txt {
    padding: 40px 0;
  }
}
.mapCols__wrapperItem--img {
  order: -1;
  min-height: 320px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .mapCols__wrapperItem--img {
    order: 1;
  }
}
.mapCols__text {
  border-left: 4px solid rgb(231, 207, 51);
  padding-left: 16px;
}
@media only screen and (min-width : 1280px) {
  .mapCols__text {
    padding-right: 20px;
  }
}
.mapCols__image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mapCols__imageLink {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0);
  transition: 200ms;
}
.mapCols__imageLink:hover {
  background-color: rgba(40, 89, 166, 0.1);
}
.mapCols__textBullet {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.mapCols__textBulletIcon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mapCols__textBulletLabel {
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: rgb(82, 82, 82);
}

.miniForm__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.miniForm__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.miniForm__formName {
  margin-bottom: 0;
}
.miniForm__formFieldInput {
  width: 100%;
  border: 0.5px solid rgba(7, 34, 76, 0.2);
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: rgb(82, 82, 82);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.miniForm__formFieldInput--textarea {
  resize: none;
  height: 120px;
}
.miniForm__formFieldError {
  margin-top: 8px;
  padding: 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: red;
}
.miniForm__formCheck {
  margin-bottom: 20px;
}
.miniForm__formCheckWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.miniForm__formCheckLabel {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
}
.miniForm__formCheckLabel a {
  color: rgb(40, 89, 166);
  text-underline-offset: 2px;
}
.miniForm__formCheckLabel a:hover {
  color: rgb(7, 34, 76);
}
.miniForm__formSubmit {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 20px auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 89, 166);
}
.miniForm__formSubmit:hover {
  cursor: pointer;
  background-color: rgb(7, 34, 76);
}
.miniForm__formMessageContent {
  margin-top: 20px;
  border-radius: 2px;
  border: 1px solid;
  padding: 8px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.86);
}
.miniForm__formMessageContent--other {
  border-color: rgba(255, 0, 0, 0.32);
  background-color: rgba(255, 0, 0, 0.4);
}
.miniForm__formMessageContent--success {
  border-color: rgba(0, 190, 30, 0.32);
  background-color: rgba(0, 190, 30, 0.4);
}
.miniForm__formMad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.pageInit__section {
  padding-top: 60px;
  background-image: linear-gradient(rgb(239, 245, 255), rgba(239, 245, 255, 0));
}
@media only screen and (min-width : 768px) {
  .pageInit__section {
    padding-top: 80px;
  }
}
@media only screen and (min-width : 1280px) {
  .pageInit__section {
    padding-top: 120px;
  }
}
.pageInit__wrapper {
  padding: 0 0px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .pageInit__wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width : 1280px) {
  .pageInit__wrapper {
    padding: 0 60px;
  }
}
.pageInit__head {
  color: rgb(40, 89, 166);
}
.pageInit__desc {
  margin-bottom: 20px;
}

.signForm__form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
@media only screen and (min-width : 768px) {
  .signForm__form {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 48px;
  }
}
.signForm__formCol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width : 768px) {
  .signForm__formCol2 {
    grid-column: 1/span 2;
  }
}
.signForm__formColLabel {
  margin-bottom: 0;
}
.signForm__formColFieldInput {
  width: 100%;
  border: 0.5px solid rgba(7, 34, 76, 0.2);
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: rgb(82, 82, 82);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.signForm__formColFieldInput--textarea {
  resize: none;
  height: 120px;
}
.signForm__formColFieldError {
  margin-top: 8px;
  padding: 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: red;
}
.signForm__formCheck {
  margin-bottom: 20px;
}
.signForm__formCheckWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.signForm__formCheckLabel {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
}
.signForm__formCheckLabel a {
  color: rgb(40, 89, 166);
  text-underline-offset: 2px;
}
.signForm__formCheckLabel a:hover {
  color: rgb(7, 34, 76);
}
.signForm__formSubmit {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 20px auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 89, 166);
}
.signForm__formMessageContent {
  margin-top: 20px;
  border-radius: 2px;
  border: 1px solid;
  padding: 8px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.86);
}
.signForm__formMessageContent--other {
  border-color: rgba(255, 0, 0, 0.32);
  background-color: rgba(255, 0, 0, 0.4);
}
.signForm__formMessageContent--success {
  border-color: rgba(0, 190, 30, 0.32);
  background-color: rgba(0, 190, 30, 0.4);
}
.signForm__formMad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.stepList__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .stepList__header {
    margin-bottom: 60px;
  }
}
.stepList__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stepList__flexItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media only screen and (min-width : 768px) {
  .stepList__flexItem {
    flex-wrap: nowrap;
    justify-content: start;
    gap: 32px;
  }
}
.stepList__num {
  display: flex;
  align-items: center;
  min-width: 80px;
  width: 80px;
}
.stepList__numVal {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 20px 0;
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  color: rgb(40, 89, 166);
  background-color: rgb(239, 245, 255);
}
.stepList__txt {
  flex-grow: 1;
  border-radius: 12px;
  padding: 32px 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
@media only screen and (min-width : 768px) {
  .stepList__txt {
    padding: 56px;
  }
}
.stepList__txtLabel {
  color: rgb(40, 89, 166);
}

.teamGrid__header {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .teamGrid__header {
    margin-bottom: 60px;
  }
}
.teamGrid__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px 32px;
}
@media only screen and (min-width : 768px) {
  .teamGrid__wrapper {
    width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 1280px) {
  .teamGrid__wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    margin: none;
  }
}
.teamGrid__wrapperItem {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width : 768px) {
  .teamGrid__wrapperItem {
    grid-template-columns: 2fr 3fr;
  }
}
.teamGrid__wrapperItemImage {
  height: 0;
  padding-top: 133.333%;
  border-radius: 12px;
  background-color: rgb(40, 89, 166);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .teamGrid__wrapperItemImage {
    height: 300px;
    padding-top: 0;
  }
}
.teamGrid__wrapperItemContent {
  padding: 0 12px;
}
@media only screen and (min-width : 768px) {
  .teamGrid__wrapperItemContent {
    padding: 12px 0;
  }
}
.teamGrid__info {
  height: 100%;
  border-radius: 0 0 12px 12px;
  padding: 32px 24px;
  box-shadow: 0 0 20px rgba(40, 89, 166, 0.1);
}
@media only screen and (min-width : 768px) {
  .teamGrid__info {
    border-radius: 0 12px 12px 0;
    padding: 32px 40px;
  }
}
.teamGrid__infoName {
  margin-bottom: 12px;
  color: rgb(40, 89, 166);
}
.teamGrid__infoPost {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgb(82, 82, 82);
  text-transform: uppercase;
}
.teamGrid__infoLink {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
}
.teamGrid__infoLink:not(:last-child) {
  margin-bottom: 24px;
}
.teamGrid__infoLinkIcon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.teamGrid__infoLinkText {
  margin-top: 2px;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.teamGrid__infoLink:hover .teamGrid__infoLinkText {
  color: rgb(40, 89, 166);
  text-decoration: underline;
}

.twoCols__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .twoCols__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width : 1280px) {
  .twoCols__wrapper {
    gap: 80px;
  }
}
.twoCols__wrapper--reversed .twoCols__wrapperItem--txt {
  order: 1;
}
.twoCols__wrapper--reversed .twoCols__wrapperItem--img {
  order: -1;
}
.twoCols__wrapper--reversed .twoCols__wrapperItem--blt {
  order: 1;
}
.twoCols__wrapperItem--txt {
  order: 1;
  padding: 0;
}
@media only screen and (min-width : 768px) {
  .twoCols__wrapperItem--txt {
    padding: 40px 0;
  }
}
.twoCols__wrapperItem--img {
  order: -1;
  min-height: 320px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .twoCols__wrapperItem--img {
    order: 1;
  }
}
.twoCols__wrapperItem--blt {
  order: 1;
}
@media only screen and (min-width : 768px) {
  .twoCols__wrapperItem--blt {
    order: 1;
  }
}
.twoCols__text {
  border-left: 4px solid rgb(231, 207, 51);
  padding-left: 16px;
}
@media only screen and (min-width : 1280px) {
  .twoCols__text {
    padding-right: 20px;
  }
}
.twoCols__image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.twoCols__imageLink {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url("/site/templates/assets/sources/ico/ico-play.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 200ms;
}
.twoCols__imageLink:hover {
  background-size: 88px;
}
.twoCols__bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.twoCols__bulletsItem {
  margin-bottom: 0;
  border-radius: 12px;
  padding: 24px 32px;
  background-color: rgb(239, 245, 255);
}
.twoCols__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.twoCols__ctaItem--social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.twoCols__ctaItemIcon path {
  fill: rgb(40, 89, 166);
}
.twoCols__ctaItemIcon:hover path {
  fill: rgb(231, 207, 51);
}

.bltCols__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .bltCols__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width : 1280px) {
  .bltCols__wrapper {
    gap: 80px;
  }
}
.bltCols__wrapper--reversed .bltCols__wrapperItem--txt {
  order: 1;
}
.bltCols__wrapper--reversed .bltCols__wrapperItem--blt {
  order: 1;
}
.bltCols__wrapperItem--txt {
  order: 1;
  padding: 0;
}
@media only screen and (min-width : 768px) {
  .bltCols__wrapperItem--txt {
    padding: 40px 0;
  }
}
.bltCols__wrapperItem--blt {
  order: 1;
}
@media only screen and (min-width : 768px) {
  .bltCols__wrapperItem--blt {
    order: 1;
  }
}
.bltCols__text {
  border-left: 4px solid rgb(231, 207, 51);
  padding-left: 16px;
}
@media only screen and (min-width : 1280px) {
  .bltCols__text {
    padding-right: 20px;
  }
}
.bltCols__buttonWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bltCols__bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bltCols__bulletsItem {
  margin-bottom: 0;
  border-radius: 12px;
  padding: 24px 32px;
  background-color: rgb(239, 245, 255);
}

/*# sourceMappingURL=main.css.map */
