h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1c428f;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f7fb;
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 18px;
  line-height: 170%;
}

.text--sm-bold {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--sm-bold.mod--review {
  margin-bottom: 10px;
  color: #1a1d22;
}

.text--lg-up {
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--lg-bold {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--xs-bold {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--xs-bold.mod--form-accent {
  color: #1a1d22;
}

.text--xs-bold.mod--link {
  color: #1c428f;
}

.text--xs-bold.mod--page-header-first-banner {
  line-height: 150%;
}

.text--rich h1 {
  color: #1a1d22;
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
}

.text--rich h2 {
  color: #1a1d22;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}

.text--rich h3 {
  color: #1a1d22;
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
}

.text--rich h4 {
  color: #1a1d22;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}

.text--rich h5 {
  color: #1a1d22;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.text--rich h6 {
  color: #1a1d22;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
}

.text--rich blockquote {
  color: #4b6986;
  line-height: 170%;
}

.text--rich a {
  -webkit-transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
}

.text--rich a:hover {
  color: #0e2b66;
}

.text--rich.mod--label p {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
}

.text--rich.mod--label li {
  color: #4b6986;
  font-size: 12px;
  line-height: 150%;
}

.text--rich.mod--label ul {
  padding-left: 20px;
  color: rgba(28, 66, 143, 0.15);
}

.text--h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h4.mod--review {
  margin-bottom: 20px;
}

.text--h4.mod--404 {
  margin-bottom: 45px;
  text-align: center;
}

.text--sm-up {
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--sm-up.mod--header-nav {
  color: #1a1d22;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

.text--sm-up.mod--button {
  color: #f4f7fb;
  font-size: 14px;
  text-align: center;
}

.text--sm-up.mod--button.mod--blue {
  color: #1a1d22;
  white-space: nowrap;
}

.text--sm-up.mod--button.mod--blue.mod--wrap {
  font-size: 14px;
  line-height: 140%;
  white-space: normal;
}

.text--sm-up.mod--button.mod--header {
  color: #fff;
  font-size: 14px;
}

.text--sm-up.mod--footer-link {
  margin-left: 30px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
}

.text--sm-up.mod--footer-link:hover {
  opacity: 0.6;
}

.text--sm-up.mod--label-start {
  margin-left: 7px;
  color: #1a1d22;
}

.text--sm-up.mod--header-link {
  margin-left: 30px;
  color: #fff;
}

.text--sm-up.mod--page-label {
  margin-bottom: 20px;
}

.text--sm-up.mod--catalog-tab {
  color: #1a1d22;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

.text--sm-up.mod--catalog-tab.mod--active {
  color: #fff;
}

.text--lg {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 20px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--lg.mod--page {
  margin-bottom: 30px;
}

.text--lg.mod--first {
  max-width: 600px;
  margin-bottom: 48px;
  font-size: 24px;
}

.text--lg.mod--first.mod--main-22-04-1 {
  color: #1a1d22;
  font-size: 20px;
  font-weight: 500;
}

.text--lg.mod--first.mod--main-22-04-2 {
  max-width: none;
  margin-bottom: 32px;
  color: #1a1d22;
  font-size: 18px;
  font-weight: 500;
}

.text--lg.mod--first.mod--main-22-04-3 {
  max-width: none;
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 18px;
  font-weight: 500;
}

.text--lg.mod--first.mod--main-22-04-4 {
  max-width: none;
  margin-bottom: 0px;
  color: #f4f7fb;
  font-size: 18px;
  font-weight: 500;
}

.text--lg.mod--first.mod--main-22-04-5-title {
  max-width: none;
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 18px;
  font-weight: 500;
}

.text--lg.mod--first.mod--main-22-04-5 {
  max-width: none;
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 16px;
  font-weight: 500;
}

.text--md {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--md.mod--page-banner {
  margin-bottom: 20px;
}

.text--xs-up {
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--xs-up.mod--header-nav-count {
  margin-left: 8px;
  padding: 8px;
  border-radius: 100px;
  background-color: #edf7ff;
  text-align: center;
}

.text--xs-up.mod--header-nav-count.mod--hidden {
  display: none;
}

.text--xs-up.mod--logo {
  font-size: 10px;
  line-height: 150%;
}

.text--xs-up.mod--logo.mod--footer {
  color: hsla(0, 0%, 100%, 0.5);
}

.text--xs-up.mod--logo.mod--mob {
  display: none;
  text-align: center;
}

.text--xs-up.mod--button-blue {
  margin-left: 8px;
  padding: 8px;
  border-radius: 100px;
  background-color: #4b6986;
  color: #f4f7fb;
  text-align: center;
}

.text--xs-up.mod--button-blue.mod--hidden {
  display: none;
}

.text--xs-up.mod--label {
  margin-left: 6px;
  padding: 6px;
  border-radius: 100px;
  background-color: #1c428f;
  color: #f4f7fb;
  font-size: 12px;
  text-align: center;
}

.text--xs-up.mod--label.mod--banner {
  margin-right: 8px;
  margin-left: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #93c0e2;
  background-color: transparent;
  color: #4b6986;
}

.text--xs-up.mod--breadcrumbs-link {
  -webkit-transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #1a1d22;
  text-decoration: none;
  white-space: nowrap;
}

.text--xs-up.mod--breadcrumbs-link:hover {
  color: #1c428f;
}

.text--xs-up.mod--breadcrumbs {
  color: #627685;
  text-decoration: none;
}

.text--xs-up.mod--breadcrumbs.mod--cut {
  white-space: nowrap;
}

.text--xs-up.mod--form-subtitle {
  margin-bottom: 5px;
}

.text--xs-up.mod--form-search {
  margin-right: 15px;
  color: #93c0e2;
}

.text--xs-up.mod--form-select-multiple {
  margin-bottom: 10px;
  color: #93c0e2;
}

.text--xs-up.mod--catalog-tab-count {
  margin-left: 8px;
  padding: 8px;
  border-radius: 100px;
  background-color: #edf7ff;
  text-align: center;
}

.text--xs-up.mod--catalog-tab-count.mod--active {
  background-color: rgba(32, 32, 32, 0.3);
  color: #fff;
}

.text--xs-up.mod--catalog-tab-count.mod--hidden {
  display: none;
}

.text--xs-up.mod--review {
  color: #627685;
}

.text--xs-up.mod--page-header-first-banner {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.text--h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h3.mod--page-title {
  margin-bottom: 30px;
}

.text--h3.mod--page-banner {
  margin-bottom: 20px;
}

.text--h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--md-up {
  margin-bottom: 0px;
  color: #1a1d22;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--sm {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--sm.mod--footer {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.text--sm.mod--footer-link {
  margin-left: 45px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}

.text--sm.mod--footer-link:hover {
  opacity: 0.6;
}

.text--sm.mod--footer-link.mod--nomargin {
  margin-left: 0px;
}

.text--sm.mod--footer-link.mod--nomargin.mod--hidden {
  display: none;
}

.text--md-bold {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--md-bold.mod--card-logo-name {
  margin-bottom: 5px;
  color: #1a1d22;
}

.text--md-bold.mod--pagination {
  color: #1a1d22;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.typography {
  display: block;
}

.text--xs {
  margin-bottom: 0px;
  color: #4b6986;
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--xs.mod--form-footer-modal {
  margin-top: 15px;
  text-align: center;
}

.text--xs.mod--form-footer-modal.mod--hidden {
  display: none;
}

.text--h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h6.mod--plug {
  margin-bottom: 45px;
  color: #4b6986;
  text-align: center;
}

.text--h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h1.mod--main {
  margin-bottom: 24px;
  font-size: 80px;
}

.text--h1.mod--main.mod--main-22-04-1 {
  color: #1c428f;
  font-size: 50px;
}

.text--h1.mod--title-aside {
  margin-bottom: 70px;
}

.text--h1.mod--main-22-04-2 {
  margin-bottom: 32px;
}

.text--h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1a1d22;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h2.mod--counter {
  margin-bottom: 10px;
}

.text--h2.mod--main-22-04-3 {
  margin-bottom: 32px;
  font-size: 36px;
}

.text--h2.mod--main-22-04-4 {
  margin-bottom: 32px;
  color: #f4f7fb;
  font-size: 36px;
}

.text--h2.mod--main-22-04-5 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
}

.header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.mod--header {
  position: relative;
  z-index: 15;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.03);
}

.section.mod--footer {
  z-index: 0;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #1a1d22;
}

.section.mod--nooverflow {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.section.mod--first {
  margin-bottom: 30px;
}

.header-mob {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 14;
  display: none;
  overflow: auto;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav.mod--pc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  z-index: 10;
}

.header-burger {
  display: none;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.mod--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.mod--hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.mod--hor.mod--main-1 {
  padding-top: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.mod--hor.mod--page-first {
  margin-top: 0px;
  padding-top: 30px;
}

.container.mod--partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
}

.container.mod--page-first {
  margin-top: 40px;
}

.container.mod--page-first-catalog {
  padding-top: 30px;
}

.container.mod--main-22-04-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 0.5fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 0.5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.mod--main-22-04-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.mod--main-22-04-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.mod--main-22-04-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  min-width: 140px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.logo-link:hover {
  opacity: 0.6;
}

.logo-link.mod--footer {
  width: 200px;
  min-width: 200px;
}

.logo-link.mod--dte {
  width: 160px;
  min-width: 160px;
}

.logo-link.mod--dte.w--current {
  width: 320px;
}

.logo-link.mod--kit {
  width: 90px;
  min-width: 90px;
}

.logo-link.mod--kit.w--current {
  width: 320px;
}

.logo {
  width: 100%;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-box-text {
  width: 170px;
  max-width: 200px;
  min-width: 170px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid rgba(28, 66, 143, 0.1);
}

.logo-box-text.mod--footer {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  border-left-color: hsla(0, 0%, 100%, 0.1);
}

.logo-box-text.mod--company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 247, 255, 0);
  border-radius: 40px;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  text-decoration: none;
}

.header-nav-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7fb;
}

.header-nav-link.w--current {
  background-color: #f4f7fb;
}

.header-nav-link.mod--nomargin {
  margin-left: 0px;
}

.header-nav-link.mod--active {
  border-color: #f4f7fb;
  background-color: #f4f7fb;
}

.ill-main-1 {
  width: 350px;
  height: 550px;
  min-height: 550px;
  min-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #1c428f;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #1c428f;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
}

.button:hover {
  background-color: #0e2b66;
}

.button.mod--blue {
  background-color: rgba(28, 66, 143, 0.1);
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--blue:hover {
  background-color: rgba(28, 66, 143, 0.15);
}

.button.mod--blue.mod--page.mod--nomargin {
  margin-bottom: 0px;
}

.button.mod--blue.mod--page.mod--page-label-mob {
  display: none;
}

.button.mod--blue.mod--review {
  width: 100%;
}

.button.mod--blue.mod--pc {
  width: 100%;
}

.button.mod--blue.mod--filters {
  width: 100%;
  color: #1a1d22;
  text-transform: uppercase;
}

.button.mod--blue.mod--away {
  padding: 12px 16px;
}

.button.mod--blue.mod--main-1-1 {
  margin-left: 15px;
}

.button.mod--blue.mod--main-1-1.mod--main-22-04-1 {
  background-color: #fff;
}

.button.mod--blue.mod--main-1-1.mod--main-22-04-1:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.button.mod--blue.mod--main-1-1.mod--main-22-04-4 {
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.button.mod--blue.mod--main-1-1.mod--main-22-04-4:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.button.mod--header {
  margin-left: 12px;
  padding: 14px;
}

.button.mod--header:hover {
  background-color: #0e2b66;
}

.button.mod--page {
  width: 100%;
  margin-bottom: 15px;
}

.button.mod--form {
  width: 100%;
  margin-top: 32px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08ch;
  text-transform: uppercase;
}

.button.mod--form.mod--search {
  width: auto;
  margin-top: 0px;
}

.button.mod--form.mod--filters {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.button.mod--filters-show {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.15);
  background-color: rgba(193, 216, 240, 0);
  -webkit-transition-property: none;
  transition-property: none;
}

.button.mod--page-header-first-banner {
  margin-left: 16px;
  padding: 12px 16px;
}

.button.mod--22-04-5 {
  min-width: 150px;
  margin-top: 12px;
  padding: 12px;
}

.button.mod--22-04-5.mod--margin {
  margin-left: 20px;
}

.footer-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod--atman {
  font-weight: 800;
}

.box-50 {
  width: 49%;
}

.box-50.mod--main-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-50.mod--main-1-1.mod--main-22-04-1 {
  width: 54%;
}

.box-50.mod--main-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-50.mod--main-1-2.mod--main-22-04-1 {
  width: 44%;
}

.button-icon {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-left: 15px;
}

.button-icon.mod--page-header-first-banner {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-left: 8px;
}

.partner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-width: 200px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(28, 66, 143, 0.1);
  background-color: transparent;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.partner:hover {
  background-color: rgba(28, 66, 143, 0.05);
}

.partner-logo {
  width: 100%;
  min-width: 100%;
}

.partner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  min-width: 200%;
}

.partner-dec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f5f9), to(rgba(241, 245, 249, 0)));
  background-image: linear-gradient(90deg, #f1f5f9, rgba(241, 245, 249, 0));
}

.partner-dec.mod--right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f1f5f9), to(rgba(241, 245, 249, 0)));
  background-image: linear-gradient(270deg, #f1f5f9, rgba(241, 245, 249, 0));
}

.box-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-30.mod--main-2-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding-top: 70px;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.box-30.mod--page {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.box-70 {
  width: 67%;
}

.box-70.mod--page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(26, 29, 34, 0.03);
}

.card-program.swiper-slide {
  min-width: 100%;
}

.label-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 7px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 40px;
}

.label-start.mod--page {
  margin-bottom: 30px;
}

.card-line {
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(28, 66, 143, 0.1);
}

.card-line.mod--labels {
  margin-top: 10px;
}

.card-label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-label-container.mod--company {
  width: auto;
  margin-top: 0px;
}

.label {
  position: relative;
  z-index: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.label.mod--nomargin {
  margin-right: 0px;
  margin-bottom: 0px;
}

.card-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-logo-container.mod--company {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.label-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(28, 66, 143, 0.1);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
  cursor: pointer;
}

.label-toggle:hover {
  background-color: rgba(28, 66, 143, 0.15);
}

.label-toggle.mod--card {
  position: static;
  z-index: 0;
}

.label-list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
  min-width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.card-logo-img {
  height: 44px;
  min-height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-logo-img.mod--company {
  width: auto;
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.scroll-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 30px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1c428f;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.scroll-up:hover {
  background-color: #0e2b66;
}

.scroll-up-img {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.box-100 {
  width: 100%;
}

.box-100.mod--hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.box-100.mod--hor.mod--title {
  margin-bottom: 40px;
  padding-top: 40px;
}

.box-100.mod--hor.mod--catalog-programs {
  margin-bottom: 30px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-width: 0px;
  border-top-color: transparent;
}

.box-100.mod--hor.mod--catalog-search-panel {
  margin-bottom: 30px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-width: 0px;
  border-top-color: transparent;
}

.box-100.swiper-container-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-100.mod--page-header {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.box-100.swiper-container-organizaion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-100.mod--page-header-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(28, 66, 143, 0.1);
}

.box-100.mod--margin {
  margin-bottom: 30px;
}

.box-100.mod--catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-100.mod--plug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 16px;
}

.box-100.mod--counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 6px;
}

.box-100.mod--counter.mod--hidden {
  display: none;
}

.bg-dec {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.bg-dec.mod--main-1 {
  top: 90px;
}

.bg-dec.mod--main-1-copy {
  top: 90px;
}

.bg-dec.mod--main {
  top: 100%;
}

.card-organization {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 49%;
  min-width: 49%;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(26, 29, 34, 0.03);
}

.card-organization.mod--university {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.card-organization.mod--page {
  width: 100%;
  min-width: 100%;
}

.slider-control-container {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(28, 66, 143, 0.1);
}

.point-list {
  overflow: auto;
  max-height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 5px;
}

.point-list.mod--page {
  max-height: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.label-list-cancel {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-left: 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.label-list-cancel:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.label-list-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding: 2px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.label-list-point.mod--link {
  border-radius: 4px;
  background-color: rgba(237, 247, 255, 0);
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #1c428f;
  text-decoration: none;
}

.label-list-point.mod--link:hover {
  background-color: #edf7ff;
}

.label-list-point-dot {
  width: 6px;
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  margin-top: 6px;
  margin-right: 12px;
  border-radius: 3px;
  background-color: rgba(28, 66, 143, 0.15);
}

.page-img {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs.mod--page {
  margin-bottom: 30px;
}

.breadcrumbs.mod--page-first {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumbs-arrow {
  width: 4px;
  min-width: 4px;
  margin-right: 6px;
  margin-left: 6px;
}

.page-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-label.grid {
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-item {
  width: 49%;
}

.grid-item.mode--page-label {
  width: 49%;
  margin-bottom: 2%;
  padding: 20px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 4px;
}

.gutter-sizer {
  display: block;
  width: 2%;
}

.page-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.page-block.mod--banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 66, 143, 0.1);
}

.page-block.mod--banner.mod--nomargin {
  margin-bottom: 0px;
}

.page-block.mod--nobg {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}

.page-block.mod--nobg.mod--mob {
  display: none;
}

.page-block.mod--review {
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
}

.banner-box-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 200px;
  margin-right: 5%;
  padding-right: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(28, 66, 143, 0.15);
}

.banner-img {
  width: 100%;
}

.banner-box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-box-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-review {
  width: 100%;
}

.review-box-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.review-img {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper.mod--offer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-wrapper.mod--review {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-wrapper.mod--away {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-close {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 32, 32, 0.3);
  opacity: 0;
  cursor: pointer;
}

.modal-mask.mod--away {
  opacity: 1;
}

.modal {
  position: relative;
  right: auto;
  bottom: auto;
  width: 70%;
  max-width: 1920px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: #fff;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2eaff;
}

.modal-content {
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 450px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: -7px -7px 10px 1px rgba(32, 32, 32, 0.03);
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f840a6;
  border-radius: 2px;
  -webkit-transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  text-decoration: none;
}

.button-2:hover {
  background-color: rgba(248, 64, 166, 0.25);
}

.button-2.mod--full {
  margin-right: 0px;
  margin-left: 0px;
  border-color: #f840a6;
  background-color: #f840a6;
  -webkit-transition-property: none;
  transition-property: none;
}

.form {
  width: 100%;
  margin-bottom: 0px;
}

.form.mod--modal {
  overflow: auto;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.form.mod--search {
  width: 100%;
  margin-bottom: 0px;
}

.form.mod--filters {
  width: 100%;
  margin-bottom: 0px;
}

.form.mod--search-programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  margin-right: 2%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.mod--sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 220px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-box-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #edf7ff;
}

.form-box-accent-inside {
  width: 100%;
  margin-bottom: 10px;
}

.form-box-accent-inside.mod--second {
  margin-bottom: 0px;
  padding-top: 15px;
  border-top: 1px solid rgba(28, 66, 143, 0.15);
}

.form-input {
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 0px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  color: #1a1d22;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.form-input:hover {
  border-color: rgba(28, 66, 143, 0.15);
}

.form-input:active {
  background-color: #edf7ff;
}

.form-input:focus {
  border-color: rgba(28, 66, 143, 0.15);
  background-color: #edf7ff;
}

.form-input::-webkit-input-placeholder {
  color: rgba(28, 66, 143, 0.15);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.form-input:-ms-input-placeholder {
  color: rgba(28, 66, 143, 0.15);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.form-input::-ms-input-placeholder {
  color: rgba(28, 66, 143, 0.15);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.form-input::placeholder {
  color: rgba(28, 66, 143, 0.15);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.form-input.mod--hidden {
  display: none;
}

.form-input.mod--textarea {
  height: 200px;
  min-width: 100%;
  padding-top: 20px;
  border-radius: 20px;
}

.form-input.mod--select-search {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px none transparent;
  border-radius: 0px;
}

.form-input.mod--select-search:active {
  background-color: transparent;
}

.form-input.mod--select-search:focus {
  background-color: transparent;
}

.form-input.mod--select-search::-webkit-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-search:-ms-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-search::-ms-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-search::placeholder {
  color: #93c0e2;
}

.form-input.mod--select-search.mod--short {
  max-width: 75px;
}

.form-input.mod--select-multiple {
  display: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px none transparent;
  border-radius: 0px;
}

.form-input.mod--select-multiple:active {
  background-color: transparent;
}

.form-input.mod--select-multiple:focus {
  background-color: transparent;
}

.form-input.mod--select-multiple::-webkit-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-multiple:-ms-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-multiple::-ms-input-placeholder {
  color: #93c0e2;
}

.form-input.mod--select-multiple::placeholder {
  color: #93c0e2;
}

.text--link {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.text--link:hover {
  border-bottom-color: #0e2b66;
  color: #0e2b66;
}

.form-result {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}

.form-result.mod--success {
  background-color: #cae6c9;
}

.form-result.mod--error {
  margin-top: 15px;
  padding: 10px;
  background-color: #fdcdcd;
}

.form-content.mod--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-content.mod--filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-margin-top {
  position: relative;
  height: 1px;
  min-height: 1px;
  margin-bottom: 50px;
}

.button-arrow {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.slider-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(28, 66, 143, 0.1);
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.slider-control:hover {
  background-color: rgba(28, 66, 143, 0.15);
}

.slider-control-img {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-wrapper.mod--main-company {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-img {
  height: 200px;
  margin-bottom: 45px;
}

.form-search-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 400px;
  margin-left: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.form-search-sort.mod--catalog-programs {
  width: 100%;
  min-width: auto;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-search-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px 3px 3px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.form-search-panel-icon {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-right: 15px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-num-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100%;
  background-color: rgba(28, 66, 143, 0.1);
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.pagination-el:hover {
  background-color: rgba(28, 66, 143, 0.15);
}

.pagination-el.mod--number {
  margin-right: 12px;
  margin-left: 12px;
}

.pagination-el.mod--number.w--current {
  background-color: #a7c0da;
}

.pagination-el-img {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
}

.catalog-filters {
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(26, 29, 34, 0.03);
}

.form-input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-input-box.mod--filters {
  margin-bottom: 30px;
}

.select2-search.select2-search--inline {
  width: 100%;
}

.select2-search__field {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  max-height: 44px;
  max-width: 100%;
  min-height: 44px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 13px 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 30px;
  background-color: rgba(28, 66, 143, 0.05);
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04ch;
}

.select2-search__field:hover {
  background-color: rgba(28, 66, 143, 0.1);
}

.select2-search__field:active {
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.15);
  background-color: rgba(28, 66, 143, 0.1);
}

.select2-search__field:focus {
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.15);
  background-color: rgba(28, 66, 143, 0.1);
}

.catalog-tab-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.catalog-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(28, 66, 143, 0.1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  text-decoration: none;
}

.catalog-tab:hover {
  border-color: rgba(28, 66, 143, 0.15);
  background-color: rgba(28, 66, 143, 0.15);
}

.catalog-tab.w--current {
  border-color: #1c428f;
  background-color: #1c428f;
}

.catalog-tab.mod--right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.catalog-tab.mod--left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.select2.select2-container.select2-container--default {
  position: relative;
  width: 100%;
}

.select2.select2-container.select2-container--default.select2-container--open {
  width: 100%;
}

.select2-results__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 200px;
  max-width: 360px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(32, 32, 32, 0.03);
}

.select2-results__options ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select2-results__options li {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  list-style-type: none;
  cursor: pointer;
}

.select2-results__options li:hover {
  background-color: rgba(28, 66, 143, 0.05);
}

.select2-results__option {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.select2-results__option:hover {
  background-color: rgba(28, 66, 143, 0.1);
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: rgba(28, 66, 143, 0.05);
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: rgba(28, 66, 143, 0.1);
}

.select2-selection__rendered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 100px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select2-selection__rendered ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.select2-selection__rendered li {
  list-style-type: none;
}

.select2-selection__choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 4px 4px 0px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 66, 143, 0.05);
  border-radius: 4px;
  background-color: rgba(28, 66, 143, 0.05);
  color: #1a1d22;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  cursor: pointer;
}

.select2-selection__choice.select2-results__option--selectable.select2-results__option--selected {
  background-color: rgba(28, 66, 143, 0.1);
}

.select2-selection__choice.select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: #edf7ff;
}

.select2-selection__choice__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #1c428f;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  cursor: pointer;
}

.select2-selection__choice__remove:hover {
  background-color: #0e2b66;
}

.filters-bottom {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.color-grey {
  color: #627685;
}

.catalog-filters-wrapper {
  width: 100%;
}

.plug-img {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 40px;
}

.wrapper {
  background-image: url('../images/bg-dec-2.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.wrapper.mod--main {
  background-position: 0% 0%;
}

.box-33 {
  width: 33.33%;
}

.box-33.mod--counter {
  padding: 16px 28px 20px;
  border-right: 1px solid rgba(28, 66, 143, 0.1);
}

.box-33.mod--counter.mod--last {
  border-right: 0px none transparent;
}

.review-box-text {
  margin-left: 15px;
}

.section-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-modal.mod--header {
  position: relative;
  z-index: 15;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.03);
}

.section-modal.mod--footer {
  z-index: 0;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #1a1d22;
}

.section-modal.mod--nooverflow {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.modal-inside {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.modal-away-btn {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.footer-social.mod--margin {
  margin-right: 32px;
  padding-right: 32px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-box.mod--btm {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-social-link:hover {
  opacity: 0.6;
}

.footer-social-img {
  width: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
}

.footer-social-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link {
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #f4f7fb;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.6;
}

.page-header-first-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(28, 66, 143, 0.05);
}

.page-banner.mod--22-04-5 {
  max-width: 600px;
  padding: 20px;
}

.page-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.main-1-1-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-22-04-2-img {
  overflow: hidden;
  width: 100%;
  border-radius: 40px;
}

.main-22-04-3-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
}

.main-22-04-3-box-text {
  margin-bottom: 32px;
}

.main-22-04-4 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 0.5fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 0.5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #2075f4;
}

.main-22-04-4-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.main-22-04-4-content {
  width: 100%;
  padding: 40px;
}

.main-22-04-4-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-22-04-4-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.main-22-04-4-logo.mod--hidden {
  display: none;
}

.main-22-04-5-logo-img {
  width: 100%;
  max-height: 36px;
  max-width: 140px;
  margin-top: 12px;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.main-22-04-5-content {
  width: 100%;
}

.main-22-04-5-content.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-22-04-5-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(28, 66, 143, 0.1);
}

.main-22-05-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 2%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
}

.main-22-04-4-logo-img {
  height: 36px;
  max-height: 36px;
  min-height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1440px) {
  .text--sm-up.mod--catalog-tab {
    font-size: 12px;
  }

  .container.mod--hor.mod--page-first {
    margin-top: 30px;
  }

  .logo-link {
    width: 180px;
    min-width: 180px;
  }

  .logo-link.mod--footer.w--current {
    width: 200px;
  }

  .logo-box-text {
    width: 200px;
    min-width: 200px;
  }

  .header-nav-link {
    margin-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .button.mod--header {
    margin-left: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.mod--page {
    width: 100%;
    margin-bottom: 15px;
  }

  .box-30.mod--page {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }

  .page-img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.03);
  }

  .page-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .text--sm-bold {
    font-size: 12px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

  .text--xs-bold.mod--page-header-first-banner {
    font-size: 12px;
  }

  .text--rich h1 {
    font-size: 36px;
  }

  .text--rich h2 {
    font-size: 28px;
  }

  .text--rich h3 {
    font-size: 24px;
  }

  .text--rich h4 {
    font-size: 20px;
  }

  .text--rich h5 {
    font-size: 16px;
  }

  .text--rich h6 {
    font-size: 14px;
  }

  .text--rich blockquote {
    font-size: 16px;
  }

  .text--h4 {
    font-size: 20px;
  }

  .text--sm-up {
    font-size: 12px;
  }

  .text--sm-up.mod--button {
    font-size: 12px;
  }

  .text--sm-up.mod--footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .text--sm-up.mod--header-link {
    margin-right: 15px;
    margin-left: 15px;
    color: #1c428f;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--lg.mod--first {
    max-width: 300px;
    font-size: 20px;
  }

  .text--lg.mod--first.mod--main-22-04-1 {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .text--lg.mod--first.mod--main-22-04-2 {
    font-size: 16px;
  }

  .text--lg.mod--first.mod--main-22-04-3 {
    font-size: 16px;
  }

  .text--lg.mod--first.mod--main-22-04-4 {
    font-size: 16px;
  }

  .text--lg.mod--first.mod--main-22-04-5-title {
    font-size: 16px;
  }

  .text--md {
    font-size: 14px;
  }

  .text--xs-up {
    font-size: 10px;
  }

  .text--h3 {
    font-size: 24px;
  }

  .text--h5 {
    font-size: 16px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--sm.mod--footer-link {
    margin-left: 30px;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--xs {
    font-size: 10px;
  }

  .text--h6 {
    font-size: 14px;
  }

  .text--h6.mod--plug {
    margin-bottom: 30px;
  }

  .text--h1 {
    font-size: 36px;
  }

  .text--h1.mod--main {
    font-size: 60px;
  }

  .text--h1.mod--main.mod--main-22-04-1 {
    font-size: 36px;
  }

  .text--h1.mod--main-22-04-2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .text--h2 {
    font-size: 28px;
  }

  .text--h2.mod--main-22-04-3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .text--h2.mod--main-22-04-4 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .text--h2.mod--main-22-04-5 {
    font-size: 20px;
  }

  .header-links {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(28, 66, 143, 0.1);
  }

  .section {
    margin-bottom: 75px;
  }

  .section.mod--header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .section.mod--nooverflow {
    padding-bottom: 75px;
  }

  .header-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .header-nav.mod--pc {
    display: none;
  }

  .header-nav.mod--mob {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-mob-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 90%;
    min-height: 400px;
    margin-top: 150px;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-burger {
    display: block;
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .container.mod--hor.mod--main-1 {
    padding-top: 150px;
  }

  .container.mod--hor.mod--page-first {
    padding-top: 120px;
  }

  .container.mod--partner {
    max-width: none;
  }

  .container.mod--page-first {
    margin-top: 125px;
  }

  .container.mod--page-first-catalog {
    padding-top: 120px;
  }

  .container.mod--main-22-04-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container.mod--main-22-04-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-up {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo-link {
    width: 120px;
  }

  .logo-link.mod--dte {
    width: 120px;
    min-width: 120px;
  }

  .logo-link.mod--kit {
    width: 60px;
    min-width: 60px;
  }

  .logo-box-text {
    margin-left: 12px;
    padding-left: 12px;
  }

  .header-nav-link {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-nav-link.mod--nomargin {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ill-main-1 {
    width: 175px;
    height: 275px;
    min-height: 275px;
    min-width: 175px;
  }

  .button {
    padding: 12px 16px;
  }

  .button.mod--filters-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partner {
    width: 120px;
    min-width: 120px;
    padding: 10px 15px;
  }

  .partner-mask {
    width: 250%;
    min-width: 250%;
  }

  .box-30.mod--main-2-1 {
    top: 120px;
  }

  .box-30.mod--page.mod--pc {
    top: 110px;
  }

  .box-30.mod--catalog-programs {
    width: 100%;
  }

  .box-70.mod--catalog-programs {
    width: 100%;
  }

  .card-program {
    padding: 30px;
  }

  .label-list {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    min-width: 300px;
  }

  .box-100.mod--hor.mod--catalog-programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-100.mod--hor.mod--catalog-search-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-organization {
    padding: 30px;
  }

  .page-block.mod--banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-box-img {
    max-width: 120px;
    min-width: 120px;
    margin-right: 0%;
    margin-bottom: 20px;
    padding-right: 0%;
    border-right-color: transparent;
  }

  .banner-box-text {
    width: 100%;
  }

  .modal-content {
    width: 450px;
  }

  ._404-img {
    height: 160px;
  }

  .pagination-num-container {
    margin-right: 40px;
    margin-left: 40px;
  }

  .catalog-filters {
    margin-bottom: 15px;
  }

  .catalog-tab-box {
    height: 44px;
    margin-bottom: 20px;
  }

  .catalog-filters-wrapper {
    overflow: hidden;
  }

  .plug-img {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 30px;
  }

  .box-33.mod--counter {
    padding: 12px 16px 16px;
  }

  .section-modal {
    margin-bottom: 75px;
  }

  .section-modal.mod--header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .section-modal.mod--nooverflow {
    padding-bottom: 75px;
  }

  .footer-middle {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-social.mod--margin {
    margin-right: 16px;
    padding-right: 16px;
  }

  .page-banner.mod--22-04-5 {
    padding: 16px;
  }

  .main-22-04-3-box {
    padding: 24px;
  }

  .main-22-04-4-buttons {
    margin-top: 24px;
    padding-top: 24px;
  }

  .main-22-04-4-content {
    padding: 24px;
  }

  .main-22-05-card.grid-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .text--sm-bold {
    font-size: 12px;
  }

  .text--sm-bold.mod--review {
    margin-bottom: 5px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

  .text--h4 {
    font-size: 20px;
  }

  .text--sm-up {
    font-size: 12px;
  }

  .text--sm-up.mod--button.mod--blue {
    white-space: nowrap;
  }

  .text--sm-up.mod--footer-link {
    margin: 0px 15px;
  }

  .text--sm-up.mod--header-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--lg.mod--page {
    margin-bottom: 20px;
  }

  .text--lg.mod--first {
    max-width: 200px;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-1 {
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-2 {
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-3 {
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-4 {
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-5-title {
    font-size: 14px;
  }

  .text--lg.mod--first.mod--main-22-04-5 {
    font-size: 14px;
  }

  .text--md {
    font-size: 14px;
  }

  .text--xs-up {
    font-size: 10px;
  }

  .text--xs-up.mod--logo.mod--footer {
    text-align: left;
  }

  .text--xs-up.mod--form-select-multiple {
    margin-bottom: 2px;
  }

  .text--h3 {
    font-size: 24px;
  }

  .text--h3.mod--page-title {
    margin-bottom: 20px;
  }

  .text--h5 {
    font-size: 16px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--md-up.mod--counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--sm.mod--footer {
    text-align: center;
  }

  .text--sm.mod--footer-link {
    margin-left: 20px;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--xs {
    font-size: 10px;
  }

  .text--h6 {
    font-size: 12px;
  }

  .text--h1 {
    font-size: 28px;
  }

  .text--h1.mod--main {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .text--h1.mod--main.mod--main-22-04-1 {
    font-size: 28px;
  }

  .text--h1.mod--title-aside {
    margin-bottom: 0px;
  }

  .text--h1.mod--main-22-04-2 {
    font-size: 24px;
  }

  .text--h2.mod--counter {
    width: 40px;
    margin-right: 12px;
    margin-bottom: 0px;
    padding-right: 12px;
    border-right: 1px solid rgba(28, 66, 143, 0.1);
    text-align: center;
  }

  .text--h2.mod--main-22-04-3 {
    font-size: 24px;
  }

  .text--h2.mod--main-22-04-4 {
    font-size: 24px;
  }

  .section {
    margin-bottom: 50px;
  }

  .section.mod--header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.mod--nooverflow {
    overflow: hidden;
    padding-bottom: 50px;
  }

  .header-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .header-nav.mod--pc {
    display: none;
  }

  .header-nav.mod--mob {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-mob-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 330px;
    margin: 100px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-burger {
    display: block;
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    cursor: pointer;
  }

  .container.mod--hor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.mod--hor.mod--main-1 {
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.mod--hor.mod--page-first {
    padding-top: 100px;
  }

  .container.mod--page-first {
    margin-top: 100px;
  }

  .container.mod--page-first-catalog {
    padding-top: 100px;
  }

  .container.mod--main-22-04-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-33 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-link.mod--dte.w--current {
    width: 240px;
  }

  .logo-link.mod--kit.w--current {
    width: 240px;
  }

  .logo-box-text.mod--footer {
    width: auto;
    min-width: auto;
    text-align: center;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.mod--blue.mod--page.mod--page-label-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button.mod--blue.mod--pc {
    display: none;
  }

  .button.mod--blue.mod--main-1-1 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.mod--blue.mod--main-1-1.mod--main-22-04-1 {
    margin-top: 12px;
  }

  .button.mod--blue.mod--main-1-1.mod--main-22-04-4 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button.mod--main-1-1 {
    width: 100%;
  }

  .button.mod--22-04-5 {
    width: 100%;
    margin-top: 0px;
  }

  .footer-50 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-icon {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    margin-left: 8px;
  }

  .partner {
    padding: 10px 10px 10px 15px;
  }

  .partner-mask {
    width: 400%;
    min-width: 400%;
  }

  .box-30.mod--main-2-1 {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-30.mod--page {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .box-30.mod--page.mod--pc {
    top: 0px;
    display: none;
  }

  .box-30.mod--catalog-programs {
    width: 100%;
  }

  .box-70 {
    width: 100%;
  }

  .box-70.swiper-container-program {
    overflow: hidden;
  }

  .card-program {
    padding: 20px;
  }

  .card-program.swiper-slide {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .label-start.mod--page {
    margin-bottom: 20px;
  }

  .label-list {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    min-width: 200px;
  }

  .scroll-up {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .scroll-up-img {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
  }

  .box-100.mod--hor.mod--title {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .box-100.mod--hor.mod--catalog-programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-100.mod--hor.mod--catalog-search-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-100.mod--page-header-first {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .box-100.mod--plug {
    padding: 20px;
  }

  .box-100.mod--counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-organization {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
  }

  .slider-control-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .page-img {
    max-width: 200px;
  }

  .breadcrumbs.mod--page {
    margin-bottom: 20px;
  }

  .page-label.grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-item.mode--page-label {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }

  .gutter-sizer {
    width: 0%;
  }

  .page-block {
    margin-bottom: 30px;
    padding: 20px;
  }

  .page-block.mod--nobg.mod--mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-block.mod--nobg.mod--nooverflow {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .page-block.mod--review {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-box-img {
    max-width: 90px;
    min-width: 90px;
  }

  .page-review {
    overflow: hidden;
  }

  .review-img {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .modal-close {
    width: 12px;
    height: 12px;
  }

  .modal-content {
    width: 85%;
    max-width: none;
  }

  .button-2 {
    padding: 6px 12px;
  }

  .form.mod--search-programs {
    width: 100%;
    margin-right: 0%;
  }

  .form.mod--sort {
    width: 100%;
  }

  .form-content.mod--search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-content.mod--filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .swiper-wrapper.mod--main-company {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .swiper-pagination {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  }

  ._404-img {
    height: 120px;
  }

  .form-search-sort {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-search-sort.mod--catalog-programs {
    margin-left: 0px;
  }

  .form-search-panel {
    width: 100%;
    padding-left: 20px;
  }

  .pagination-num-container {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagination-el {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .pagination-el.mod--number {
    margin: 4px 8px;
  }

  .pagination-el-img {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
  }

  .catalog-filters {
    padding: 15px;
  }

  .form-input-box.mod--filters {
    margin-bottom: 20px;
  }

  .select2-results__options {
    max-width: 280px;
  }

  .select2-selection__choice__remove {
    height: 22px;
    max-height: 22px;
    min-height: 22px;
  }

  .filters-bottom {
    padding-top: 20px;
  }

  .plug-img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
  }

  .box-33.mod--counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(28, 66, 143, 0.1);
    border-right-width: 0px;
    border-right-color: transparent;
  }

  .section-modal {
    margin-bottom: 50px;
  }

  .section-modal.mod--header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-modal.mod--nooverflow {
    overflow: hidden;
    padding-bottom: 50px;
  }

  .modal-inside {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-link {
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    margin-left: 12px;
  }

  .footer-social-img {
    width: 12px;
    height: 12px;
    min-height: 12px;
    min-width: 12px;
  }

  .footer-social-container {
    margin-bottom: 30px;
  }

  .page-banner {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-1-1-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-22-04-5-logo-img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .main-22-04-5-buttons {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-22-05-card.grid-item {
    width: 49%;
  }
}

@media screen and (max-width: 479px) {
  .text--sm-up.mod--footer-link {
    margin-left: 0px;
  }

  .text--xs-up.mod--logo.mod--mob {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .text--xs-up.mod--label.mod--banner {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text--h3.mod--page-banner {
    margin-bottom: 15px;
  }

  .text--sm.mod--footer {
    text-align: left;
  }

  .text--sm.mod--footer-link {
    margin-left: 0px;
  }

  .text--sm.mod--footer-link.mod--last {
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .text--h1.mod--title-aside {
    margin-bottom: 30px;
  }

  .text--h1.mod--title {
    margin-bottom: 30px;
  }

  .header-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-mob-content {
    margin-top: 125px;
  }

  .container.mod--main-22-04-2 {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .container.mod--main-22-04-3 {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .footer-up {
    padding-bottom: 30px;
  }

  .logo-box.mod--footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-box-text {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-box-text.mod--footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-left: 0px;
    padding-top: 12px;
    padding-left: 0px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    border-left-width: 0px;
  }

  .logo-box-text.mod--company {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(28, 66, 143, 0.1);
    border-left-width: 0px;
    border-left-color: transparent;
  }

  .ill-main-1 {
    width: 87.5px;
    height: 137.5px;
    min-height: 137.5px;
    min-width: 87.5px;
  }

  .button.mod--blue.mod--main-1-1.mod--main-22-04-4 {
    margin-left: 0px;
  }

  .button.mod--card {
    width: 100%;
    margin-top: 12px;
  }

  .button.mod--card.mod--program {
    margin-top: 20px;
  }

  .button.mod--page-header-first-banner {
    width: 100%;
    margin-top: 12px;
    margin-left: 0px;
    padding: 8px 12px;
  }

  .button.mod--22-04-5.mod--margin {
    margin-top: 12px;
    margin-left: 0px;
  }

  .footer-50 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-50.mod--main-1-1 {
    width: 65%;
  }

  .box-50.mod--main-1-2 {
    width: 35%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .partner-mask {
    width: 600%;
    min-width: 600%;
  }

  .box-30.mod--main-2-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-label-container.mod--company {
    width: 100%;
  }

  .label.mod--nomargin.mod--list {
    width: 100%;
  }

  .card-button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-button-container.mod--program {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-logo-container.mod--company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .label-list {
    width: 240px;
    min-width: 240px;
  }

  .box-100.mod--hor.mod--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box-100.mod--page-header-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs.mod--page-first {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-item.mode--page-label {
    width: 100%;
    margin-bottom: 10px;
  }

  .gutter-sizer {
    width: 0%;
  }

  .banner-box-label {
    margin-bottom: 15px;
  }

  .button-2 {
    padding: 6px 12px;
  }

  .pagination-num-container {
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-middle {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social.mod--margin {
    margin-right: 0px;
    margin-bottom: 16px;
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .footer-social-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-22-04-2-img {
    max-width: 120px;
    border-radius: 16px;
  }

  .main-22-04-4 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: minmax(0px, 1fr);
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .main-22-04-4-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-22-04-4-img {
    height: 200px;
    max-height: 200px;
  }

  .main-22-05-card.grid-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

#w-node-_07250e84-3b38-a4ff-e20b-649771486350-57898c91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a0c7970-8eb4-8714-2d28-01a75414f69e-57898c91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0741db0d-da72-d491-a2e3-01d4ff9b34ae-57898c91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_893a8a90-3320-9aca-0fce-3bd63b65752a-57898c91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_29b8d74b-6f43-e8d1-de25-a902ccc1c08b-57898c91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DINPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}