/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
:root {
  --page-primary: #0049E3;
  --page-secondary: #D9D9D9;
  --page-success: #198754;
  --page-info: #0dcaf0;
  --page-warning: #FE7825;
  --page-danger: #dc3545;
  --page-light: #f8f9fa;
  --page-dark: #737373;
  --page-white: #FFFFFF;
  --page-black: #000000;
  --page-gray: #C6C7CB;
  --page-gray2: #B6B6B6;
  --page-cream: #DFD8CE;
  --page-darkblue: #003376;
  --page-richblack: #010303;
  --page-primary-rgb: 0, 73, 227;
  --page-secondary-rgb: 217, 217, 217;
  --page-success-rgb: 25, 135, 84;
  --page-info-rgb: 13, 202, 240;
  --page-warning-rgb: 254, 120, 37;
  --page-danger-rgb: 220, 53, 69;
  --page-light-rgb: 248, 249, 250;
  --page-dark-rgb: 115, 115, 115;
  --page-white-rgb: 255, 255, 255;
  --page-black-rgb: 0, 0, 0;
  --page-darkblue-rgb: 0, 51, 118;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.page {
  height: 100%;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page__wrapper .footer {
  flex: 0 0 auto;
}

.page__content {
  flex: 1 0 auto;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-size: 1rem;
  margin: 0;
  font-family: "Rosatom", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.35;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

hr {
  margin: 0 0;
  color: #737373;
  background-color: currentColor;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5625rem;
  font-weight: 500;
  line-height: 1.15;
}

h1 {
  font-size: calc(1.375rem + 1.28571vw);
}

@media (min-width: 1400px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.77143vw);
}

@media (min-width: 1400px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.51429vw);
}

@media (min-width: 1400px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.25714vw);
}

@media (min-width: 1400px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.375rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 0.375rem;
  font-style: normal;
  line-height: inherit;
}

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

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.375rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1.125rem;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  font-size: 0.75em;
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

pre, code, kbd, samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  font-size: 0.875em;
  display: block;
  margin-top: 0;
  margin-bottom: 1.125rem;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #e6e6e6;
  border-radius: 4px;
}

kbd kbd {
  font-size: 1em;
  padding: 0;
  font-weight: 700;
}

figure {
  margin: 0 0 1.125rem;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
  stroke-width: 0;
  fill: currentColor;
  pointer-events: none;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  display: inline-block;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  font-size: inherit;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

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

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.title {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title--big {
  font-size: 64px;
  font-weight: 700;
}

@media (max-width: 1899.98px) {
  .title--big {
    font-size: 42px;
  }
}

@media (max-width: 1099.98px) {
  .title--big {
    font-size: 32px;
  }
}

.title--medium {
  font-size: 36px;
}

@media (max-width: 1099.98px) {
  .title--medium {
    font-size: 20px;
  }
}

.title--small {
  font-size: 38px;
  font-weight: 500;
}

@media (max-width: 1099.98px) {
  .title--small {
    font-size: 26px;
  }
}

.title--large {
  font-weight: 700;
  font-size: 76px;
  line-height: 100%;
}

@media (max-width: 1899.98px) {
  .title--large {
    font-size: 54px;
  }
}

@media (max-width: 1399.98px) {
  .title--large {
    font-size: 32px;
  }
}

.subtitle {
  font-size: 28px;
  padding-top: 40px;
}

@media (max-width: 1099.98px) {
  .subtitle {
    padding-top: 20px;
    font-size: 16px;
  }
}

.text-medium {
  font-size: 18px;
}

@media (max-width: 1099.98px) {
  .text-medium {
    font-size: 13px;
  }
}

.text-linear {
  color: transparent;
  background: linear-gradient(92.43deg, #15256d 47.96%, #4495d1 88.15%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
}

.text-underline {
  text-decoration: underline;
}

.text-deadblue {
  color: #475569;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.header {
  position: relative;
  width: 100%;
  padding: 12px 0;
  z-index: 10;
}

.header__logo {
  padding: 12px 24px;
  border-radius: 20px;
  background-color: white;
  height: 72px;
}

@media (max-width: 1899.98px) {
  .header__logo {
    height: 62px;
  }
}

@media (max-width: 1399.98px) {
  .header__logo {
    padding: 16px 20px;
  }
}

.header__logo svg {
  width: 100%;
}

.header__nav {
  padding: 0 40px;
  display: flex;
  align-items: center;
  background-color: white;
  height: 72px;
  border-radius: 20px;
}

@media (max-width: 1899.98px) {
  .header__nav {
    height: 62px;
  }
}

.header__nav-item {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .header__nav-item {
    transition: none;
  }
}

@media (max-width: 1899.98px) {
  .header__nav-item {
    font-size: 16px;
  }
}

.header__nav-item-dropdown {
  position: relative;
  z-index: 5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .header__nav-item-dropdown {
    transition: none;
  }
}

.header__nav-item-dropdown * {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .header__nav-item-dropdown * {
    transition: none;
  }
}

.header__nav-item-dropdown svg {
  fill: #333333;
}

.header__nav-item-dropdown:hover .header__nav-item-button {
  color: #1E4ED8;
}

.header__nav-item-dropdown:hover .header__nav-item-button svg {
  fill: #1E4ED8;
  transform: rotate(180deg);
}

.header__nav-item-dropdown:hover .header__nav-item-wrapper {
  opacity: 1;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  pointer-events: initial;
}

.header__nav-item-button {
  display: flex;
  align-items: center;
}

.header__nav-item-button span {
  font-size: 24px;
}

@media (max-width: 1899.98px) {
  .header__nav-item-button span {
    font-size: 16px;
  }
}

.header__nav-item-button svg {
  margin-left: 4px;
}

.header__nav-item-wrapper {
  position: absolute;
  top: 100%;
  left: -32px;
  width: 346px;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.header__nav-item-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 24px 32px;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(71, 85, 105, 0.03);
  margin-top: 32px;
}

.header__nav-item-content a {
  display: flex;
}

.header__nav-item-content a + a {
  margin-top: 12px;
}

.header .button {
  display: flex;
  align-items: center;
  padding: 0 64px;
  height: 72px;
}

@media (max-width: 1899.98px) {
  .header .button {
    height: 62px;
  }
}

.header .button span {
  font-size: 24px;
}

.header__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background-color: white;
  border-radius: 12px;
}

.header__menu span {
  display: flex;
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #003475;
}

.header__menu span::before, .header__menu span::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .header__menu span::before, .header__menu span::after {
    transition: none;
  }
}

.header__menu span::before {
  top: 6px;
}

.header__menu span::after {
  bottom: 6px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.footer {
  padding: 60px 0;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1.2fr;
}

@media (max-width: 1399.98px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1399.98px) {
  .footer__logo {
    margin-bottom: 12px;
  }
}

.footer__logo-icon {
  width: 320px;
}

@media (max-width: 1399.98px) {
  .footer__logo-icon {
    width: 145px;
  }
}

.footer__logo-copyright {
  font-size: 24px;
  color: #475569;
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .footer__logo-copyright {
    font-size: 12px;
    margin-top: 10px;
  }
}

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

.footer__nav-link:not(:first-child) {
  margin-top: 12px;
}

.footer__documents {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1399.98px) {
  .footer__documents {
    margin-bottom: 12px;
  }
}

.footer__documents h4 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .footer__documents h4 {
    font-size: 20px;
  }
}

.footer__documents a {
  margin-top: 12px;
}

.footer__dev {
  margin-top: auto;
  font-size: 24px;
  margin-bottom: -6px;
}

.footer__dev p {
  margin-bottom: 0;
}

.footer__dev p span {
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .footer__dev {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.form__group {
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.form__label {
  display: block;
  padding-bottom: 0.375rem;
}

.form__field {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #B6B6B6;
  padding: 15px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form__field::-webkit-scrollbar {
  display: none;
}

.form__field.placeholder {
  transition: all 0.25s ease;
  font-size: 0.875rem;
  opacity: .6;
}

@media (max-width: 1099.98px) {
  .form__field.placeholder {
    font-size: 14px;
  }
}

.form__field:-moz-placeholder {
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0.875rem;
  opacity: .6;
}

@media (max-width: 1099.98px) {
  .form__field:-moz-placeholder {
    font-size: 14px;
  }
}

.form__field::-moz-placeholder {
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0.875rem;
  opacity: .6;
}

@media (max-width: 1099.98px) {
  .form__field::-moz-placeholder {
    font-size: 14px;
  }
}

.form__field:-ms-input-placeholder {
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0.875rem;
  opacity: .6;
}

@media (max-width: 1099.98px) {
  .form__field:-ms-input-placeholder {
    font-size: 14px;
  }
}

.form__field::-webkit-input-placeholder {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0.875rem;
  opacity: .6;
}

@media (max-width: 1099.98px) {
  .form__field::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.form__field:focus.placeholder {
  opacity: 0;
  transform: translateX(0.375rem);
}

.form__field:focus:-moz-placeholder {
  opacity: 0;
  transform: translateX(0.375rem);
}

.form__field:focus::-moz-placeholder {
  opacity: 0;
  transform: translateX(0.375rem);
}

.form__field:focus:-ms-input-placeholder {
  opacity: 0;
  transform: translateX(0.375rem);
}

.form__field:focus::-webkit-input-placeholder {
  opacity: 0;
  transform: translateX(0.375rem);
}

.form__select {
  width: 100%;
}

.form__dropdown-button {
  position: relative;
  text-align: left;
  width: 100%;
  padding-right: 1.75rem;
  z-index: 1;
}

.form__dropdown-button .svg-icon {
  transition: transform 0.25s ease;
  position: absolute;
  right: 0.4375rem;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform-origin: center center;
  transform: translateY(-50%) rotateX(0);
  will-change: transform;
}

.form__dropdown-button:hover {
  cursor: pointer;
}

.form__dropdown-button.show .svg-icon {
  transform: translateY(-50%) rotateX(180deg);
}

.form__dropdown-button .spinner-border {
  color: #737373;
}

.form__dropdown-list {
  background-color: #ffffff;
  box-shadow: 0 0.45rem 1.5rem 0 rgba(115, 115, 115, 0.1);
  border-radius: 4px;
}

.form__dropdown-list-item {
  transition: background-color 0.25s ease;
  cursor: pointer;
  background-color: #ffffff;
}

.form__dropdown-list-item:hover, .form__dropdown-list-item.is-selected {
  background-color: rgba(115, 115, 115, 0.05);
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.radio__content, .checkbox__content {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio__content:before, .radio__content:after, .checkbox__content:before, .checkbox__content:after {
  content: "";
  display: block;
  position: absolute;
}

.radio__content:before, .checkbox__content:before {
  border: 1px solid #D9D9D9;
  left: 0;
  top: 2px;
}

.radio__content:after, .checkbox__content:after {
  transition: transform 0.25s ease;
  background-color: #D9D9D9;
  transform: scale3d(0, 0, 0);
}

.form__radio, .form__checkbox {
  cursor: pointer;
}

.form__radio input:checked + .radio__content:after, .form__radio input:checked + .checkbox__content:after, .form__checkbox input:checked + .radio__content:after, .form__checkbox input:checked + .checkbox__content:after {
  transform: scale3d(1, 1, 1);
}

.form__radio .radio__content {
  padding-left: 24px;
}

.form__radio .radio__content:before, .form__radio .radio__content:after {
  border-radius: 50%;
}

.form__radio .radio__content:before {
  width: 16px;
  height: 16px;
}

.form__radio .radio__content:after {
  width: 8px;
  height: 8px;
  top: calc(4px + 2px);
  left: 4px;
}

.form__checkbox .checkbox__content {
  padding-left: 24px;
}

.form__checkbox .checkbox__content:before, .form__checkbox .checkbox__content:after {
  border-radius: 2px;
}

.form__checkbox .checkbox__content:before {
  width: 16px;
  height: 16px;
}

.form__checkbox .checkbox__content:after {
  width: 8px;
  height: 8px;
  top: calc(4px + 2px);
  left: 4px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.form__group {
  position: relative;
}

.form__group.is-need-validate {
  padding-bottom: 1.125rem;
}

.form__group.is-need-validate .form__group-notify {
  font-size: 0.875rem;
  white-space: nowrap;
  position: absolute;
  color: #dc3545;
  left: 0;
  bottom: 0;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.ratio .lazy__image {
  position: absolute;
}

.lazy__image {
  position: relative;
}

.lazy__image-element {
  transition: opacity, 0.5s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .lazy__image-element {
    transition: none;
  }
}

.lazy__image-element.is-loaded {
  opacity: 1;
}

.lazy__image-element.is-error:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
}

.lazy__image-element.is-error:after {
  font-size: 0.875rem;
  font-family: "Rosatom", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: attr(data-error);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-style: italic;
}

.lazy__image-element.is-error + .lazy__image-loader .spinner-border {
  -webkit-animation: none;
  animation: none;
  border: 0 none;
}

.lazy__image-element[style^="background-image"] {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lazy__image-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1.75em;
  max-height: 1.75em;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
[data-bs-toggle="modal"] {
  cursor: pointer; /* pointer: fine - Desktop/Laptop and Desktop/Laptop+Touchscreen any-pointer: fine - Touchscreen+Mouse and Desktop/Laptop and Touchscreen and Desktop/Laptop+Touchscreen */
}

.modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content {
  padding: 1.5rem 2.25rem 2.25rem 2.25rem;
}

.modal-body {
  padding: 2.25rem 0 0 0;
  overflow-x: hidden;
}

.modal-close {
  transition: color; /* pointer: fine - Desktop/Laptop and Desktop/Laptop+Touchscreen any-pointer: fine - Touchscreen+Mouse and Desktop/Laptop and Touchscreen and Desktop/Laptop+Touchscreen */
}

@media (prefers-reduced-motion: reduce) {
  .modal-close {
    transition: none;
  }
}

.modal-close svg {
  width: 1.5rem;
  height: 1.5rem;
}

.modal--videoplayer .modal-dialog {
  max-width: 1720px;
}

.modal--videoplayer .modal-content {
  border: none;
  background-color: transparent;
  padding: 0;
}

@media (max-width: 1099.98px) {
  .modal--videoplayer .modal-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modal--videoplayer .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.modal--videoplayer .modal-close .svg-icon {
  fill: white;
}

.modal--videoplayer .modal-body {
  overflow: initial;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.button {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 27px;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}

@media (max-width: 1099.98px) {
  .button {
    padding: 10px;
    font-size: 14px;
  }
}

.button--primary {
  color: #FFFFFF;
  background-color: #0049E3;
  border-color: #0049E3;
}

.button--primary:hover {
  color: #0049E3;
  background-color: #FFFFFF;
}

.button--outline {
  display: flex;
  justify-content: center;
  color: #0049E3;
  border: 1px solid #0049E3;
  border-radius: 10px;
  padding: 14px 0;
  width: 100%;
  font-size: 13px;
}

.button--outline:hover {
  color: #FFFFFF;
  background-color: #0049E3;
}

.button--linear {
  position: relative;
  color: white;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: #5aa7db;
}

.button--linear * {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .button--linear * {
    transition: none;
  }
}

.button--linear::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  background: linear-gradient(to right, #003475 0%, #5aa7db 100%);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .button--linear::after {
    transition: none;
  }
}

@media (max-width: 1899.98px) {
  .button--linear {
    padding: 18px;
  }
}

@media (max-width: 1399.98px) {
  .button--linear {
    border-radius: 16px;
  }
}

.button--linear span {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: white;
  z-index: 2;
}

@media (max-width: 1899.98px) {
  .button--linear span {
    font-size: 20px;
  }
}

.button--linear:hover {
  background: #003475;
}

.button--linear:hover::after {
  opacity: 0;
}

.button--gray {
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 24px;
  color: #003475;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  background: #f4f5f7;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

@media (prefers-reduced-motion: reduce) {
  .button--gray {
    transition: none;
  }
}

@media (max-width: 1099.98px) {
  .button--gray {
    font-size: 18px;
    height: 48px;
  }
}

.button--gray:hover {
  background: #ebf7ff;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.toast {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0.45rem 0.375rem rgba(115, 115, 115, 0.15);
  border-radius: 4px;
  position: fixed;
  opacity: 0;
  max-width: calc(50% - 1.5rem);
  z-index: 7;
  color: #f8f9fa;
}

.toast.status--success {
  background-color: #198754;
}

.toast.status--warning {
  background-color: #FE7825;
}

.toast.status--info {
  background-color: #0dcaf0;
}

.toast.status--danger {
  background-color: #dc3545;
}

.toast-text {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-left: 1.125rem;
  padding-right: 0.75rem;
  font-weight: 500;
}

.toast-close {
  color: inherit;
  width: 2em;
  height: 2em;
  padding: 0 0.5em;
}

.toast-right {
  right: 15px;
}

.toast-left {
  left: 15px;
}

.toast-top {
  top: -150px;
}

.toast-bottom {
  bottom: -150px;
}

.toast-icon {
  width: 1.7em;
  height: 1.7em;
  margin-right: 1em;
}

.toast-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.toast.is-active {
  opacity: 1;
}

@media (max-width: 374.98px) {
  .toast-right, .toast-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: calc(100% - 1.875rem);
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.dropdown {
  position: relative;
}

.dropdown-button-icon {
  flex: 0 0 auto;
}

.dropdown-button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-button-arrow {
  transition: transform;
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-button-arrow {
    transition: none;
  }
}

.dropdown-button-arrow svg {
  width: 0.75rem;
  height: 0.75rem;
}

.dropdown-button.show .dropdown-button-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 5;
  min-width: 100%;
}

.dropdown-menu-inner {
  width: 100%;
  margin-top: 0.75rem;
  background-color: #f8f9fa;
  box-shadow: #737373;
  border-radius: 4px;
  padding: 1em;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu.show .dropdown-menu-inner {
  -webkit-animation: fadeIn 0.25s ease both;
  animation: fadeIn 0.25s ease both;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  line-height: 22px;
}

@media (max-width: 1099.98px) {
  .breadcrumbs {
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 12px;
  }
}

.breadcrumbs__item {
  position: relative;
  align-items: center;
  font-weight: 400;
  font-size: 28px;
}

@media (max-width: 1099.98px) {
  .breadcrumbs__item {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 6px;
  }
}

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 0.75rem;
}

.breadcrumbs__item + .breadcrumbs__item:before {
  content: "/";
  display: inline;
  margin-right: 0.75rem;
}

.breadcrumbs-link {
  color: #475569;
}

.breadcrumbs__current {
  cursor: default;
  color: #003475;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
@media (min-width: 1100px) {
  .ratio-custom {
    --page-aspect-ratio: calc(9 / 16 * 100%);
  }
}

@media (max-width: 1099.98px) {
  .ratio-custom {
    --page-aspect-ratio: 100%;
  }
}

h1, h2, h3, h4, h5 {
  line-height: initial;
}

.link {
  position: relative;
}

.link.is-active, .link:hover {
  color: #1e4ed8;
}

.shadow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000c24a6;
}

.element-animation {
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}

.page__wrapper {
  background-image: url("../img/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1099.98px) {
  .page__wrapper {
    background-position: right;
  }
}

.page-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.page-pagination__wrapper {
  display: flex;
  align-items: center;
}

.page-pagination__button, .page-pagination__item {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: white;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .page-pagination__button, .page-pagination__item {
    transition: none;
  }
}

@media (max-width: 1099.98px) {
  .page-pagination__button, .page-pagination__item {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
}

.page-pagination__button:hover, .page-pagination__item:hover {
  background: #ebf7ff;
}

@media (max-width: 1099.98px) {
  .page-pagination__button svg {
    width: 12px;
  }
}

.page-pagination__list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 1099.98px) {
  .page-pagination__list {
    gap: 6px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

.page-pagination__item {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #475569;
  overflow: hidden;
}

@media (max-width: 1099.98px) {
  .page-pagination__item {
    font-size: 18px;
  }
}

.page-pagination__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(94.33deg, #003475 0%, #5aa7db 100%);
}

.page-pagination__item.is-active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.page-pagination__item.is-active::after {
  opacity: 1;
}

.page-pagination__item.is-active span {
  color: white;
}

.page-pagination__item span {
  position: relative;
  z-index: 1;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.offcanvas {
  width: 560px;
}

.offcanvas-header {
  padding: 10px 20px;
}

.offcanvas-body {
  padding-top: 0;
}

.offcanvas .header__nav-item {
  font-size: 18px;
  margin-bottom: 25px;
}

.offcanvas .header__logo {
  margin-bottom: 25px;
  height: auto;
  width: 100%;
  padding: 0;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.page--home .page__wrapper {
  background-image: url("../img/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.intro {
  position: relative;
  padding-top: 90px;
  color: #003475;
}

@media (max-width: 1399.98px) {
  .intro {
    padding-top: 80px;
  }
}

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.intro__wrapper {
  position: relative;
}

.intro__wrapper .title {
  margin-bottom: 40px;
}

@media (max-width: 1399.98px) {
  .intro__wrapper .title {
    margin-bottom: 20px;
  }
}

.intro__top {
  display: flex;
}

.intro__top span {
  position: relative;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 1899.98px) {
  .intro__top span {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .intro__top span {
    font-size: 12px;
  }
}

.intro__top span:not(:first-child) {
  margin-left: 8px;
  padding-left: 14px;
}

@media (max-width: 1399.98px) {
  .intro__top span:not(:first-child) {
    margin-left: 4px;
    padding-left: 8px;
  }
}

.intro__top span:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #003475;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media (max-width: 1399.98px) {
  .intro__top span:not(:first-child)::before {
    width: 4px;
    height: 4px;
  }
}

.intro__text {
  color: #333333;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 0;
}

@media (max-width: 1899.98px) {
  .intro__text {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .intro__text {
    font-size: 16px;
  }
}

.intro__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1899.98px) {
  .intro__info {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info {
    margin-top: 20px;
  }
}

.intro__info-item {
  position: relative;
  background-color: white;
  padding: 32px;
  border-radius: 32px;
  transition: all 0.25s ease;
}

.intro__info-item * {
  transition: all 0.25s ease;
}

@media (max-width: 1899.98px) {
  .intro__info-item {
    padding: 16px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info-item {
    border-radius: 16px;
  }
}

.intro__info-item span {
  display: flex;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1899.98px) {
  .intro__info-item span {
    font-size: 42px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info-item span {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.intro__info-item p {
  margin-bottom: 0;
  color: #333333;
  font-size: 28px;
}

@media (max-width: 1899.98px) {
  .intro__info-item p {
    font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info-item p {
    font-size: 16px;
  }
}

.intro__info-item--big {
  grid-column: 1/3;
  overflow: hidden;
}

.intro__info-item--big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.25s ease;
  top: -10px;
  right: -15%;
  width: 318px;
  height: 318px;
  border-radius: 50%;
  background: linear-gradient(94.33deg, #003475 0%, #5aa7db 100%);
  z-index: 1;
  opacity: 0;
}

@media (max-width: 1599.98px) {
  .intro__info-item--big::after {
    right: -40px;
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info-item--big::after {
    right: -80px;
    opacity: 1;
  }
}

.intro__info-item--big a {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-size: 24px;
  z-index: 2;
  color: white;
  opacity: 0;
}

@media (max-width: 1899.98px) {
  .intro__info-item--big a {
    bottom: 16px;
    right: 16px;
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .intro__info-item--big a {
    font-size: 12px;
    opacity: 1;
  }
}

.intro__info-item--big:hover::after {
  opacity: 1;
}

.intro__info-item--big:hover a {
  opacity: 1;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.information {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.information__title {
  font-size: 64px;
  color: transparent;
  margin-bottom: 28px;
}

@media (max-width: 1899.98px) {
  .information__title {
    font-size: 42px;
  }
}

@media (max-width: 1399.98px) {
  .information__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.information__label {
  font-size: 36px;
  font-weight: 700;
  color: #003475;
  margin-bottom: 16px;
}

@media (max-width: 1899.98px) {
  .information__label {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  .information__label {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.information__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1399.98px) {
  .information__list {
    gap: 10px;
    margin-bottom: 40px;
  }
}

.information__item {
  padding: 32px;
  border-radius: 32px;
  background-color: white;
}

@media (max-width: 1899.98px) {
  .information__item {
    padding: 16px;
    border-radius: 16px;
  }
}

.information__item svg {
  fill: transparent;
  width: 72px;
  height: 72px;
}

@media (max-width: 1899.98px) {
  .information__item svg {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 1399.98px) {
  .information__item svg {
    width: 40px;
    height: 40px;
  }
}

.information__item p {
  color: #333333;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .information__item p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.information__video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}

.information__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6));
}

@media (max-width: 1399.98px) {
  .information__video {
    border-radius: 16px;
  }

  .information__video::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.information__video-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.information__video-block svg {
  width: 72px;
  height: 72px;
}

@media (max-width: 1399.98px) {
  .information__video-block svg {
    width: 56px;
    height: 56px;
  }
}

.information__video-block span {
  font-size: 28px;
  color: white;
  text-align: center;
}

@media (max-width: 1399.98px) {
  .information__video-block span {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.directions {
  padding-top: 160px;
}

@media (max-width: 1399.98px) {
  .directions {
    padding-top: 120px;
  }
}

.directions .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1400px) {
  .directions .title .br {
    display: none;
  }
}

.directions__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1899.98px) {
  .directions__list {
    margin-top: 20px;
  }
}

@media (max-width: 1399.98px) {
  .directions__list {
    grid-template-columns: 1fr;
  }
}

.directions__item {
  padding: 32px;
  background-color: white;
  border-radius: 32px;
}

@media (max-width: 1899.98px) {
  .directions__item {
    padding: 24px;
  }
}

@media (max-width: 1399.98px) {
  .directions__item {
    border-radius: 16px;
    padding: 16px;
  }
}

.directions__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #ebf7ff;
  border-radius: 16px;
}

@media (max-width: 1899.98px) {
  .directions__item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

.directions__item-icon svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 1899.98px) {
  .directions__item-icon svg {
    width: 24px;
    height: 24px;
  }
}

.directions__item-title {
  font-size: 36px;
  font-weight: 700;
  color: #003475;
  margin-top: 20px;
  margin-bottom: 16px;
}

@media (max-width: 1899.98px) {
  .directions__item-title {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  .directions__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.directions__item-text {
  font-size: 28px;
  color: #475569;
  margin-bottom: 0;
}

@media (max-width: 1899.98px) {
  .directions__item-text {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .directions__item-text {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.services {
  padding-top: 160px;
}

.services__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1399.98px) {
  .services__header {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 1399.98px) {
  .services__header .title {
    margin-bottom: 20px;
  }
}

.services__header-buttons {
  display: flex;
}

@media (max-width: 1399.98px) {
  .services__header-buttons {
    flex-direction: column;
    width: 100%;
  }
}

.services__header-buttons a {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  padding: 20px 64px;
  background-color: white;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #003475;
}

@media (max-width: 1899.98px) {
  .services__header-buttons a {
    padding: 16px 32px;
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .services__header-buttons a {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    border-radius: 16px;
  }
}

.services__header-buttons a:hover {
  background: #ebf7ff;
}

.services__header-buttons a + a {
  margin-left: 16px;
}

@media (max-width: 1399.98px) {
  .services__header-buttons a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.services__header-buttons svg {
  width: 40px;
  height: 40px;
  fill: transparent;
  margin-right: 12px;
}

@media (max-width: 1899.98px) {
  .services__header-buttons svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1399.98px) {
  .services__header-buttons svg {
    width: 24px;
    height: 24px;
  }
}

.services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1899.98px) {
  .services__list {
    margin-top: 20px;
  }
}

@media (max-width: 1399.98px) {
  .services__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.services__item {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 32px;
  padding: 32px;
}

@media (max-width: 1899.98px) {
  .services__item {
    padding: 16px;
  }
}

@media (max-width: 1399.98px) {
  .services__item {
    border-radius: 16px;
  }
}

.services__item * {
  transition: all 0.25s ease;
}

.services__item:hover .services__item-button {
  background: #ebf7ff;
}

.services__item-img {
  overflow: hidden;
  border-radius: 24px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1399.98px) {
  .services__item-img {
    border-radius: 8px;
    height: 270px;
  }
}

@media (max-width: 767.98px) {
  .services__item-img {
    height: 160px;
  }
}

.services__item-title {
  font-size: 36px;
  color: #003475;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

@media (max-width: 1899.98px) {
  .services__item-title {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  .services__item-title {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.services__item-text {
  font-size: 28px;
  font-weight: 400;
  color: #475569;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media (max-width: 1899.98px) {
  .services__item-text {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .services__item-text {
    margin-bottom: 16px;
  }
}

.services__item-button {
  margin-top: auto;
  width: 100%;
  padding: 24px;
  background: #f4f5f7;
  border-radius: 16px;
  color: #003475;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1899.98px) {
  .services__item-button {
    padding: 16px;
    font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  .services__item-button {
    border-radius: 8px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.events {
  padding-top: 160px;
}

@media (max-width: 1399.98px) {
  .events {
    padding-top: 120px;
  }
}

.events .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.events__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events__navigation {
  flex-shrink: 0;
}

.events__navigation-button {
  width: 80px;
  height: 80px;
  background: linear-gradient(94.33deg, #003475 0%, #5aa7db 100%);
  border-radius: 20px;
}

.events__navigation-button * {
  transition: all 0.25s ease;
}

.events__navigation-button:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 1399.98px) {
  .events__navigation-button:not(:first-child) {
    margin-left: 10px;
  }
}

@media (max-width: 1899.98px) {
  .events__navigation-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1399.98px) {
  .events__navigation-button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

.events__navigation-button svg {
  fill: white;
}

@media (max-width: 1899.98px) {
  .events__navigation-button svg {
    width: 16px;
  }
}

@media (max-width: 1399.98px) {
  .events__navigation-button svg {
    width: 10px;
  }
}

.events__navigation-button.swiper-button-disabled {
  background: white;
}

.events__navigation-button.swiper-button-disabled svg {
  fill: #003475;
}

.events__slider {
  margin-top: 60px;
}

@media (max-width: 1899.98px) {
  .events__slider {
    margin-top: 20px;
  }
}

.events__item {
  display: flex;
  flex-direction: column;
  padding: 28px 32px;
  border-radius: 32px;
  background-color: white;
  color: #003475;
  height: auto;
}

.events__item * {
  transition: all 0.25s ease;
}

@media (max-width: 1899.98px) {
  .events__item {
    padding: 16px;
  }
}

@media (max-width: 1399.98px) {
  .events__item {
    padding: 20px 16px;
    border-radius: 16px;
  }
}

.events__item:hover .events__item-button {
  background: #ebf7ff;
}

.events__item-top {
  display: flex;
  margin-bottom: 24px;
}

@media (max-width: 1399.98px) {
  .events__item-top {
    margin-bottom: 18px;
  }
}

.events__item-top span {
  position: relative;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.events__item-top span:not(:first-child) {
  margin-left: 8px;
  padding-left: 14px;
}

.events__item-top span:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #003475;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media (max-width: 1899.98px) {
  .events__item-top span {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .events__item-top span {
    font-size: 12px;
  }
}

.events__item-title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 700;
}

@media (max-width: 1899.98px) {
  .events__item-title {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  .events__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.events__item-text {
  font-weight: 400;
  font-size: 28px;
  color: #475569;
  margin-bottom: 24px;
}

@media (max-width: 1899.98px) {
  .events__item-text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1399.98px) {
  .events__item-text {
    font-size: 16px;
  }
}

.events__item-button {
  margin-top: auto;
  width: 100%;
  padding: 24px;
  background: #f4f5f7;
  border-radius: 16px;
  color: #003475;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1899.98px) {
  .events__item-button {
    padding: 16px;
    font-size: 18px;
    border-radius: 12px;
  }
}

.events__button {
  display: flex;
  justify-content: center;
  max-width: 538px;
  width: 100%;
  margin: 60px auto 0 auto;
}

@media (max-width: 1899.98px) {
  .events__button {
    margin-top: 40px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.centers {
  padding-top: 160px;
}

.centers__wrapper {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .centers__wrapper {
    padding-top: 20px;
  }
}

.centers__content {
  max-width: 1035px;
}

@media (max-width: 1399.98px) {
  .centers__content {
    max-width: 100%;
  }
}

.centers__content .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.centers__content-text {
  color: #475569;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1899.98px) {
  .centers__content-text {
    font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  .centers__content-text {
    font-size: 16px;
  }
}

.centers__content-button {
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
  max-width: 435px;
}

@media (max-width: 1899.98px) {
  .centers__content-button {
    padding: 20px;
  }
}

@media (max-width: 1399.98px) {
  .centers__content-button {
    max-width: 100%;
  }
}

.centers__item {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  background-color: white;
  border-radius: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1399.98px) {
  .centers__item {
    padding: 10px;
    border-radius: 8px;
  }
}

.centers__item:nth-child(1) {
  top: -5%;
  right: 12%;
}

@media (max-width: 1599.98px) {
  .centers__item:nth-child(1) {
    top: -12%;
  }
}

.centers__item:nth-child(2) {
  top: 40%;
  right: 0;
}

@media (max-width: 1599.98px) {
  .centers__item:nth-child(2) {
    display: none;
  }
}

.centers__item:nth-child(3) {
  bottom: -5%;
  right: 15%;
}

@media (max-width: 1399.98px) {
  .centers__item:nth-child(3) {
    bottom: -15%;
    right: 45%;
  }
}

.centers__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ebf7ff;
  margin-right: 16px;
}

@media (max-width: 1399.98px) {
  .centers__item-icon {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }
}

.centers__item-icon svg {
  fill: transparent;
}

@media (max-width: 1399.98px) {
  .centers__item-icon svg {
    width: 12px;
    height: 12px;
  }
}

.centers__item-text {
  color: #475569;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .centers__item-text {
    font-size: 12px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.comments__slider {
  margin-top: 60px;
}

@media (max-width: 1899.98px) {
  .comments__slider {
    margin-top: 20px;
  }
}

.comments__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: white;
  border-radius: 32px;
  height: auto;
}

@media (max-width: 1899.98px) {
  .comments__item {
    padding: 16px;
    border-radius: 18px;
  }
}

@media (max-width: 1399.98px) {
  .comments__item {
    border-radius: 16px;
  }
}

.comments__item-text {
  font-size: 28px;
  color: #475569;
  margin-bottom: 0;
}

@media (max-width: 1899.98px) {
  .comments__item-text {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {
  .comments__item-text {
    font-size: 16px;
  }
}

.comments__item-block {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

@media (max-width: 1899.98px) {
  .comments__item-block {
    margin-top: 16px;
  }
}

.comments__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: #ebf7ff;
  border-radius: 16px;
  margin-right: 32px;
}

.comments__item-icon svg {
  fill: transparent;
  width: 40px;
  height: 40px;
}

@media (max-width: 1899.98px) {
  .comments__item-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .comments__item-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1399.98px) {
  .comments__item-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
}

.comments__item-name {
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  margin-bottom: 0;
}

@media (max-width: 1899.98px) {
  .comments__item-name {
    font-size: 20px;
  }
}

.comments__item-status {
  font-size: 24px;
  color: #475569;
}

@media (max-width: 1899.98px) {
  .comments__item-status {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.counter {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 90px;
  color: #FFFFFF;
}

@media (max-width: 1099.98px) {
  .counter {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

.counter__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.counter__title {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1099.98px) {
  .counter__title {
    font-size: 26px;
  }
}

.counter__subtitle {
  margin-top: 40px;
  margin-bottom: 100px;
}

@media (max-width: 1099.98px) {
  .counter__subtitle {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 50px;
  }
}

.counter__wrapper {
  position: relative;
}

.counter__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1099.98px) {
  .counter__block {
    flex-direction: column;
  }
}

.counter__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .counter__item {
    width: 30%;
  }
}

@media (max-width: 1099.98px) {
  .counter__item {
    width: 100%;
  }

  .counter__item:not(:first-child) {
    margin-top: 30px;
  }
}

.counter__item span {
  color: #FE7825;
  font-size: 38px;
}

.counter__item p {
  font-size: 17px;
}

.counter__item p, .counter__item span {
  display: inline-block;
  margin: 0 auto;
}

.counter__item hr {
  margin-top: 30px;
  margin-bottom: 17px;
  background-color: #f8f9fa;
}

@media (max-width: 1099.98px) {
  .counter__item hr {
    margin: 15px 0;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.contacts {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 90px;
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 32px;
  border-radius: 32px;
  background-color: white;
}

@media (max-width: 1899.98px) {
  .contacts__wrapper {
    padding: 32px;
    gap: 40px;
  }
}

@media (max-width: 1399.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    padding: 16px 20px;
    border-radius: 16px;
  }
}

.contacts__content {
  display: flex;
  flex-direction: column;
}

.contacts__content .title {
  font-size: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1899.98px) {
  .contacts__content .title {
    font-size: 48px;
  }
}

@media (max-width: 1399.98px) {
  .contacts__content .title {
    font-size: 32px;
  }
}

.contacts__content-text {
  margin-top: auto;
  font-size: 28px;
  color: #475569;
}

@media (max-width: 1899.98px) {
  .contacts__content-text {
    font-size: 16px;
  }
}

.contacts__content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1399.98px) {
  .contacts__content-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.contacts__content-item h4 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}

@media (max-width: 1899.98px) {
  .contacts__content-item h4 {
    font-size: 20px;
  }
}

.contacts__content-item p {
  font-size: 24px;
  color: #333333;
}

@media (max-width: 1899.98px) {
  .contacts__content-item p {
    font-size: 16px;
  }
}

.contacts__content-item a {
  font-size: 24px;
  color: #003475;
}

@media (max-width: 1899.98px) {
  .contacts__content-item a {
    font-size: 16px;
  }
}

.contacts__map {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .contacts__map {
    border-radius: 8px;
  }
}

.contacts__map img {
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.education {
  padding-bottom: 130px;
  overflow: hidden;
}

.education .title {
  margin-bottom: 60px;
}

@media (max-width: 1099.98px) {
  .education .title {
    margin-bottom: 20px;
  }
}

.education__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  overflow: hidden;
}

@media (max-width: 1099.98px) {
  .education__list {
    flex-direction: column;
  }
}

.education__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  background-color: #003376;
  padding: 32px;
  border-radius: 15px;
  cursor: pointer;
}

@media (min-width: 1100px) {
  .education__item {
    width: 48%;
  }
}

@media (max-width: 1099.98px) {
  .education__item {
    width: 100%;
    padding: 16px;
  }

  .education__item:first-child {
    min-height: 90px;
    margin-bottom: 10px;
  }
}

.education__item:hover .education__item-icon {
  transform: translateX(5px);
}

@media (min-width: 1100px) {
  .education__item-block {
    width: 60%;
  }
}

@media (max-width: 1099.98px) {
  .education__item-block {
    width: 85%;
  }
}

.education__item-icon {
  transition: all 0.25s ease;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #f8f8f8b2;
  border-radius: 50%;
}

@media (max-width: 1099.98px) {
  .education__item-icon {
    width: 30px;
    height: 30px;
  }
}

.education__item-title {
  font-size: 23px;
}

@media (max-width: 1099.98px) {
  .education__item-title {
    font-size: 16px;
  }
}

.education__item-desc {
  font-size: 17px;
}

@media (max-width: 1099.98px) {
  .education__item-desc {
    font-size: 12px;
  }
}

@media (max-width: 1099.98px) {
  .education__content {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 16px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .education__content::-webkit-scrollbar {
    display: none;
  }
}

.education__content-scroll {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 13px;
}

@media (min-width: 1100px) {
  .education__content-scroll {
    display: none;
  }
}

.education__content-scroll-icon {
  -webkit-animation: bounce 1.3s infinite;
  animation: bounce 1.3s infinite;
}

.education__content-scroll-icon .svg-icon {
  width: 30px;
  height: 30px;
}

@media (min-width: 1100px) {
  .education__content-item {
    display: grid;
    grid-template-columns: 1.5fr 2fr 0.5fr;
    gap: 40px;
    border-top: 1px solid #010303;
    padding: 16px 0;
  }

  .education__content-item:last-child {
    border-bottom: 1px solid #010303;
  }
}

@media (max-width: 1099.98px) {
  .education__content-item {
    display: grid;
    grid-template-rows: 1.5fr 120px;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
  }
}

.education__content-item-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.education__content-item-title {
  font-size: 24px;
  margin-bottom: 10px;
  width: 80%;
}

@media (max-width: 1099.98px) {
  .education__content-item-title {
    font-size: 18px;
  }
}

.education__content-item-desc {
  font-size: 16px;
}

@media (max-width: 1099.98px) {
  .education__content-item-desc {
    font-size: 12px;
  }
}

.education__content-item-button {
  display: flex;
  align-items: center;
}

.education__content-item-button a {
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  color: #0049E3;
  border: 1px solid #0049E3;
  border-radius: 10px;
  padding: 14px 0;
  width: 100%;
  font-size: 13px;
}

.education__content-item-button a:hover {
  color: #FFFFFF;
  background-color: #0049E3;
}

@media (min-width: 1100px) {
  .education__slider {
    display: none;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.info {
  position: relative;
  overflow: hidden;
  background-color: #003376;
  padding: 36px 0;
  color: #FFFFFF;
}

.info__logo svg {
  width: 100%;
}

@media (max-width: 1099.98px) {
  .info__logo {
    margin: 0 auto;
    width: 80%;
  }
}

.info__nav {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.info__nav a {
  font-size: 20px;
}

@media (max-width: 1099.98px) {
  .info__nav a {
    font-size: 16px;
  }
}

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

.info__content p {
  line-height: 28px;
  font-size: 12px;
}

@media (max-width: 1099.98px) {
  .info__content p {
    line-height: 18px;
  }
}

.info__content p:first-child {
  font-size: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1099.98px) {
  .info__content p:first-child {
    font-size: 13px;
  }
}

.info__content p:nth-child(2) {
  margin-bottom: 12px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 72px;
}

@media (max-width: 1099.98px) {
  .content {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

.content__item-title {
  margin-top: 37px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1099.98px) {
  .content__item-title {
    margin-top: 25px;
    margin-bottom: 13px;
    font-size: 16px;
  }
}

.content__item-desc {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1099.98px) {
  .content__item-desc {
    font-size: 12px;
  }
}

.content__item-date {
  margin-top: 20px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1099.98px) {
  .content__item-date {
    font-size: 10px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.contactus {
  position: relative;
  overflow: hidden;
  background-color: #D9D9D9;
}

.contactus__wrapper {
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

@media (max-width: 1099.98px) {
  .contactus__wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  .contactus__img {
    width: 50%;
  }
}

.contactus__content {
  padding: 60px 80px;
}

@media (min-width: 1100px) {
  .contactus__content {
    width: 50%;
  }
}

@media (max-width: 1099.98px) {
  .contactus__content {
    padding: 60px 20px;
  }
}

.contactus__content-title {
  font-size: 42px;
  margin-bottom: 30px;
}

@media (max-width: 1099.98px) {
  .contactus__content-title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.contactus__content-desc {
  font-size: 20px;
}

@media (max-width: 1099.98px) {
  .contactus__content-desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

.contactus__content-form {
  margin-top: 70px;
}

@media (max-width: 1099.98px) {
  .contactus__content-form {
    margin-top: 48px;
  }
}

.contactus__content-form .button {
  margin-top: 50px;
}

@media (max-width: 1099.98px) {
  .contactus__content-form .button {
    margin-top: 20px;
    width: 100%;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
@media (max-width: 1099.98px) {
  .events .networkcenters__content .networkcenters__item {
    min-height: 260px;
  }
}

.events .networkcenters__item {
  min-height: 440px;
}

.events .networkcenters__item-tags {
  display: flex;
  margin-bottom: 20px;
}

.events .networkcenters__item-tag {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #003475;
}

@media (max-width: 1099.98px) {
  .events .networkcenters__item-tag {
    font-size: 14px;
  }
}

.events .networkcenters__item-tag:not(:first-child) {
  margin-left: 8px;
  padding-left: 14px;
}

.events .networkcenters__item-tag:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003475;
}

.events .competencies-page__learning-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1099.98px) {
  .events .competencies-page__learning-top {
    flex-direction: column;
    align-items: start;
  }
}

.events .competencies-page__learning-top p {
  font-size: 28px;
  margin-bottom: 0;
}

@media (max-width: 1099.98px) {
  .events .competencies-page__learning-top p {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.events-page__tags {
  display: flex;
}

.events-page__tag {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #003475;
}

@media (max-width: 1099.98px) {
  .events-page__tag {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.events-page__tag:not(:first-child) {
  position: relative;
  padding-left: 14px;
  margin-left: 8px;
}

.events-page__tag:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003475;
}

@media (max-width: 1099.98px) {
  .events-page__tag:not(:first-child)::before {
    top: 10px;
  }
}

.events-page__registr {
  background-color: white;
  border-radius: 32px;
  padding: 28px 32px 32px 32px;
}

@media (max-width: 1099.98px) {
  .events-page__registr {
    padding: 16px;
    border-radius: 16px;
  }
}

.events-page__registr p {
  font-size: 28px;
  color: #475569;
  margin-bottom: 20px;
}

@media (max-width: 1099.98px) {
  .events-page__registr p {
    font-size: 16px;
  }
}

.events-page__registr .button {
  width: 100%;
  text-align: center;
  padding: 24px;
}

@media (max-width: 1099.98px) {
  .events-page__registr .button {
    padding: 12px;
  }

  .events-page__registr .button span {
    font-size: 16px;
  }
}

.events-page__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1399.98px) {
  .events-page__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1099.98px) {
  .events-page__content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.events-page__results {
  padding-top: 60px;
}

.events-page__youlearn {
  padding-top: 160px;
}

@media (max-width: 1099.98px) {
  .events-page__youlearn {
    padding-top: 60px;
  }
}

.events-page__youlearn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 1099.98px) {
  .events-page__youlearn-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.events-page__youlearn-content ul {
  padding-left: 26px;
  padding-top: 20px;
}

.events-page__youlearn-content ul li {
  list-style: disc;
  padding-left: 6px;
}

.events-page__youlearn-content ul li p {
  font-size: 28px;
}

@media (max-width: 1099.98px) {
  .events-page__youlearn-content ul li p {
    font-size: 18px;
  }
}

.events-page__learning {
  padding-top: 160px;
}

@media (max-width: 1099.98px) {
  .events-page__learning {
    padding-top: 60px;
  }

  .events-page__learning .networkcenters__item {
    min-height: 250px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
@media (min-width: 1100px) {
  .page--eventpage .header {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
}

.page--eventpage .title {
  margin: 0 auto;
  margin-bottom: 37px;
}

@media (min-width: 1100px) {
  .page--eventpage .title {
    width: 95%;
  }
}

@media (max-width: 1099.98px) {
  .page--eventpage .title {
    margin-bottom: 15px;
  }
}

.eventpage {
  position: relative;
}

.eventpage__wrapper {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 1099.98px) {
  .eventpage__wrapper {
    font-size: 12px;
  }
}

.eventpage__block:not(:first-child) {
  margin-top: 20px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.page--competencies .page__wrapper {
  background-image: url("../img/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1099.98px) {
  .page--competencies .page__wrapper {
    background-position: right;
  }
}

.competencies {
  padding-top: 120px;
  padding-bottom: 160px;
  color: #333333;
}

@media (max-width: 1099.98px) {
  .competencies {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.competencies__wrapper .title.title--large {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.competencies__content {
  padding-top: 120px;
}

@media (max-width: 1099.98px) {
  .competencies__content {
    padding-top: 80px;
    margin-top: 0;
  }
}

.competencies__addmore {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media (min-width: 1100px) {
  .competencies__addmore {
    display: none;
  }
}

.competencies__addmore .button {
  text-align: center;
  width: 100%;
  max-width: 345px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.page--competencies-page .page__wrapper {
  background-image: url("../img/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1099.98px) {
  .page--competencies-page .page__wrapper {
    background-position: right;
  }
}

.competencies-page .title.title--big {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.competencies-page .competencies__content {
  padding-top: 0;
}

.competencies-page .services__item-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.competencies-page .services__item-tag {
  position: relative;
  color: #003475;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 1899.98px) {
  .competencies-page .services__item-tag {
    font-size: 18px;
  }
}

.competencies-page .services__item-tag:not(:first-child) {
  padding-left: 12px;
  margin-left: 6px;
}

.competencies-page .services__item-tag:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #003475;
  border-radius: 50%;
}

.competencies-page .services__item-title {
  margin-top: 12px;
}

.competencies-page__learning {
  padding-top: 160px;
}

@media (max-width: 1099.98px) {
  .competencies-page__learning {
    padding-top: 120px;
  }
}

.competencies-page__learning .networkcenters__item {
  min-height: 455px;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.networkcenters {
  padding-top: 120px;
  padding-bottom: 160px;
  color: #333333;
}

@media (max-width: 1099.98px) {
  .networkcenters {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.networkcenters__filter {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr auto;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1399.98px) {
  .networkcenters__filter {
    grid-template-columns: 1fr;
  }
}

.networkcenters__filter .form__group {
  margin-bottom: 0;
}

.networkcenters__filter .form__field.form__dropdown {
  background: #ffffff;
  border-radius: 20px;
  border: none;
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  padding-right: 32px;
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .form__field.form__dropdown {
    height: 62px;
    padding-right: 20px;
  }
}

.networkcenters__filter .form__field.form__dropdown .form__dropdown-button {
  padding: 20px 32px;
  padding-right: 0;
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .form__field.form__dropdown .form__dropdown-button {
    padding: 20px;
  }
}

.networkcenters__filter .form__dropdown-text {
  display: flex;
  align-items: center;
  font-size: 24px;
}

@media (max-width: 1599.98px) {
  .networkcenters__filter .form__dropdown-text {
    font-size: 20px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .form__dropdown-text {
    font-size: 16px;
  }
}

.networkcenters__filter .form__dropdown-text svg {
  fill: transparent;
}

@media (max-width: 1599.98px) {
  .networkcenters__filter .form__dropdown-text svg {
    width: 30px;
    height: 30px;
  }
}

.networkcenters__filter .dropdown-search {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  background-color: white;
}

.networkcenters__filter .dropdown-search__input {
  display: flex;
  align-items: center;
  background: #ebf7ff;
  border-radius: 12px;
  padding: 20px;
}

.networkcenters__filter .dropdown-search__input input {
  background-color: transparent;
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 24px;
  color: #003475;
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .dropdown-search__input input {
    font-size: 16px;
  }
}

.networkcenters__filter .dropdown-search__input button {
  flex-shrink: 0;
}

.networkcenters__filter .dropdown-search__input button svg {
  fill: transparent;
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .dropdown-search__input button svg {
    width: 24px;
    height: 24px;
  }
}

.networkcenters__filter .dropdown-search__list {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  height: 280px;
  overflow: auto;
}

.networkcenters__filter .dropdown-search__item {
  font-size: 24px;
  color: #003475;
}

@media (max-width: 1099.98px) {
  .networkcenters__filter .dropdown-search__item {
    font-size: 16px;
  }
}

.networkcenters__filter .dropdown-search__item:not(:first-child) {
  margin-top: 12px;
}

.networkcenters__filter-reset {
  text-decoration: underline;
  font-size: 24px;
  color: #003475;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1599.98px) {
  .networkcenters__filter-reset {
    font-size: 20px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__filter-reset {
    font-size: 16px;
  }
}

.networkcenters__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 1599.98px) {
  .networkcenters__content {
    grid-template-columns: 1fr 1fr 1rf;
  }
}

@media (max-width: 1399.98px) {
  .networkcenters__content {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 960px) {
  .networkcenters__content {
    grid-template-columns: 1fr;
  }
}

.networkcenters__item {
  display: flex;
  flex-direction: column;
  padding: 28px 32px;
  background-color: white;
  border-radius: 32px;
  min-height: 600px;
}

@media (max-width: 1099.98px) {
  .networkcenters__item {
    padding: 20px 16px;
    min-height: 340px;
    border-radius: 16px;
  }
}

.networkcenters__item-city {
  display: block;
  font-size: 24px;
  color: #003475;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1899.98px) {
  .networkcenters__item-city {
    font-size: 20px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__item-city {
    font-size: 12px;
  }
}

.networkcenters__item-title {
  font-weight: 700;
  font-size: 36px;
  color: #003475;
  margin-bottom: 12px;
}

@media (max-width: 1899.98px) {
  .networkcenters__item-title {
    font-size: 30px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__item-title {
    font-size: 20px;
  }
}

.networkcenters__item-desc {
  font-size: 28px;
  color: #475569;
}

@media (max-width: 1899.98px) {
  .networkcenters__item-desc {
    font-size: 24px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__item-desc {
    font-size: 16px;
  }
}

.networkcenters__item-info {
  margin-bottom: 10px;
}

.networkcenters__item-info-item {
  display: flex;
  font-size: 28px;
  color: #475569;
  margin-bottom: 12px;
}

@media (max-width: 1899.98px) {
  .networkcenters__item-info-item {
    font-size: 22px;
  }
}

@media (max-width: 1099.98px) {
  .networkcenters__item-info-item {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.networkcenters__item-info-item ul {
  margin-left: 16px;
  margin-bottom: 0;
}

.networkcenters__item-info-item li {
  color: #003475;
}

.networkcenters__item-button {
  margin-top: auto;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.programms-page .breadcrumbs {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.programms-page .breadcrumbs__item {
  font-size: 24px;
}

@media (max-width: 1899.98px) {
  .programms-page .breadcrumbs__item {
    font-size: 18px;
  }
}

.results {
  padding-top: 200px;
}

@media (max-width: 1099.98px) {
  .results {
    padding-top: 80px;
  }
}

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

@media (max-width: 1099.98px) {
  .results__top {
    flex-direction: column;
  }
}

.results__top .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.results__top p {
  font-size: 28px;
  color: #333333;
}

.results__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1099.98px) {
  .results__content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.results__item {
  background-color: white;
  border-radius: 32px;
  padding: 32px;
}

@media (max-width: 1099.98px) {
  .results__item {
    padding: 16px;
    border-radius: 16px;
  }
}

.results__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #ebf7ff;
  border-radius: 16px;
}

@media (max-width: 1099.98px) {
  .results__item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .results__item-icon svg {
    width: 24px;
    height: 24px;
  }
}

.results__item-icon svg {
  fill: transparent;
}

.results__item-text {
  margin-top: 20px;
  font-size: 28px;
  color: #475569;
  margin-bottom: 0;
}

@media (max-width: 1099.98px) {
  .results__item-text {
    font-size: 16px;
    margin-top: 8px;
  }
}

.afterwards {
  padding-top: 90px;
}

.afterwards__wrapper {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 60px;
}

@media (max-width: 1599.98px) {
  .afterwards__wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1099.98px) {
  .afterwards__wrapper {
    padding-bottom: 0;
  }
}

.afterwards__content {
  padding-top: 60px;
}

@media (max-width: 1099.98px) {
  .afterwards__content {
    padding-top: 0;
  }
}

.afterwards__content .title {
  margin-bottom: 40px;
}

.afterwards__content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1599.98px) {
  .afterwards__content-list {
    grid-template-columns: 1fr;
  }
}

.afterwards__content-item {
  display: flex;
}

.afterwards__content-item--PC {
  display: flex;
}

@media (max-width: 1599.98px) {
  .afterwards__content-item--PC {
    display: none;
  }
}

.afterwards__content-item--mobile {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 0.3fr;
  gap: 20px;
  background-color: white;
  padding: 16px;
  border-radius: 16px;
  flex-direction: column;
}

@media (min-width: 1600px) {
  .afterwards__content-item--mobile {
    display: none;
  }
}

@media (max-width: 1099.98px) {
  .afterwards__content-item--mobile {
    grid-template-columns: 1fr 0.9fr;
  }
}

.afterwards__content-item--mobile .afterwards__content-item-icon {
  background: #ebf7ff;
}

.afterwards__content-item--mobile .afterwards__content-item-text {
  margin-left: 0;
  margin-top: 8px;
}

.afterwards__content-item--mobile .afterwards__content-item-certificate {
  margin-top: -30px;
  margin-right: 16px;
}

.afterwards__content-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: white;
  border-radius: 16px;
  flex-shrink: 0;
}

.afterwards__content-item-icon svg {
  fill: transparent;
}

@media (max-width: 1099.98px) {
  .afterwards__content-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .afterwards__content-item-icon svg {
    width: 24px;
    height: 24px;
  }
}

.afterwards__content-item-text {
  margin-left: 20px;
  font-size: 22px;
  margin-top: initial;
}

@media (max-width: 1099.98px) {
  .afterwards__content-item-text {
    font-size: 16px;
  }
}

.afterwards__content-explanation {
  display: flex;
  gap: 2px;
  margin-top: 40px;
}

.afterwards__content-explanation a {
  color: #003475;
}

@media (max-width: 1099.98px) {
  .afterwards__content-explanation {
    font-size: 14px;
  }
}

@media (max-width: 1599.98px) {
  .afterwards__certificate {
    display: none;
  }
}

.afterwards__certificate img {
  width: 100%;
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.about {
  padding-top: 120px;
}

@media (max-width: 1399.98px) {
  .about {
    padding-top: 80px;
  }
}

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

@media (max-width: 1399.98px) {
  .about__top {
    align-items: end;
  }
}

.about__socials {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.about__socials span {
  font-size: 24px;
}

@media (max-width: 1399.98px) {
  .about__socials span {
    font-size: 14px;
  }
}

.about__socials-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-left: auto;
  margin-top: 20px;
}

@media (max-width: 1399.98px) {
  .about__socials-list {
    margin-top: 8px;
    gap: 8px;
  }
}

.about__socials-icon {
  display: flex;
  width: 54px;
  height: 54px;
}

@media (max-width: 1399.98px) {
  .about__socials-icon {
    width: 40px;
    height: 40px;
  }
}

.about__content {
  padding-top: 60px;
}

.about__content-text .title {
  margin-bottom: 28px;
}

.about__content-text p {
  font-size: 28px;
}

@media (max-width: 1099.98px) {
  .about__content-text p {
    font-size: 16px;
  }
}

.about__content-video {
  min-height: 420px;
}

@media (max-width: 1399.98px) {
  .about__content-video {
    min-height: 320px;
  }
}

.about__statistics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 100px;
}

@media (max-width: 1399.98px) {
  .about__statistics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1099.98px) {
  .about__statistics {
    margin-top: 60px;
  }
}

.about__statistics-item {
  background-color: white;
  padding: 32px;
  border-radius: 32px;
}

@media (max-width: 1399.98px) {
  .about__statistics-item:last-child {
    grid-column: 1/3;
  }
}

@media (max-width: 1099.98px) {
  .about__statistics-item {
    padding: 16px;
    border-radius: 16px;
  }
}

.about__statistics-item .title {
  margin-bottom: 0;
}

@media (max-width: 1099.98px) {
  .about__statistics-item .title {
    font-size: 28px;
  }
}

.about__statistics-item p {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 0;
}

@media (max-width: 1099.98px) {
  .about__statistics-item p {
    margin-top: 16px;
    font-size: 16px;
  }
}

.about__description {
  padding-top: 160px;
}

@media (max-width: 1099.98px) {
  .about__description {
    padding-top: 100px;
  }
}

.about__description-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

@media (max-width: 1399.98px) {
  .about__description-list {
    margin-top: 20px;
  }
}

@media (max-width: 1099.98px) {
  .about__description-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.about__description-item {
  display: flex;
}

.about__description-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background-color: white;
  border-radius: 16px;
}

.about__description-item-icon svg {
  fill: transparent;
}

@media (max-width: 1399.98px) {
  .about__description-item-icon {
    width: 56px;
    height: 56px;
  }

  .about__description-item-icon svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1099.98px) {
  .about__description-item-icon {
    width: 40px;
    height: 40px;
  }

  .about__description-item-icon svg {
    width: 24px;
    height: 24px;
  }
}

.about__description-item-text {
  margin-left: 20px;
}

.about__description-item-text h4 {
  font-weight: 700;
  font-size: 36px;
  color: #003475;
  margin-bottom: 16px;
}

@media (max-width: 1399.98px) {
  .about__description-item-text h4 {
    font-size: 24px;
  }
}

@media (max-width: 1099.98px) {
  .about__description-item-text h4 {
    font-size: 16px;
  }
}

.about__description-item-text p {
  font-size: 28px;
}

@media (max-width: 1399.98px) {
  .about__description-item-text p {
    font-size: 20px;
  }
}

@media (max-width: 1099.98px) {
  .about__description-item-text p {
    font-size: 16px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.materials .competencies__content {
  padding-top: 60px;
}

@media (max-width: 1099.98px) {
  .materials .competencies__content {
    padding-top: 80px;
  }
}

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.playlist {
  padding-top: 120px;
  padding-bottom: 50px;
}

.playlist__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}

@media (max-width: 1399.98px) {
  .playlist__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1099.98px) {
  .playlist__content {
    grid-template-columns: 1fr;
    margin-top: 80px;
    gap: 24px;
  }
}

.playlist__item {
  cursor: pointer;
}

.playlist__item-video {
  position: relative;
  height: 270px;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 1099.98px) {
  .playlist__item-video {
    height: 200px;
    border-radius: 16px;
  }
}

.playlist__item-video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6));
}

.playlist__item-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1099.98px) {
  .playlist__item-video svg {
    width: 48px;
    height: 48px;
  }
}

.playlist__item-title {
  font-weight: 700;
  font-size: 36px;
  color: #003475;
  margin-top: 20px;
}

@media (max-width: 1099.98px) {
  .playlist__item-title {
    font-size: 20px;
    margin-top: 4px;
  }
}

.playlist__videoplayer {
  height: 100%;
}

.playlist__videoplayer video {
  width: 100%;
  height: 100%;
  max-height: 700px;
}

@media (max-width: 1099.98px) {
  .playlist__videoplayer video {
    max-height: initial;
    max-width: 100%;
  }
}

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