body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif;
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.form__wrapper {
  background: #1A1A1A;
  border-radius: 44px 44px 0px 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.form__wrapper .thank__form {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
}
.form__wrapper .thank__form > .inner__thank {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form__wrapper .thank__form > .inner__thank > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  font-weight: 500;
}
.form__wrapper .thank__form > .inner__thank > h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 46px;
  color: #e0e0e0;
  font-weight: bold;
}
.form__wrapper .thank__form > .inner__thank > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form__wrapper .outer__form {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form__wrapper .outer__form form {
  width: 100%;
}
.form__wrapper .outer__form form .group__submit {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__wrapper .outer__form form .group__submit > button {
  width: 100%;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #3A4EED;
  border-radius: 36px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 600;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
  outline: none;
  border: 0px;
}
.form__wrapper .outer__form form .group__submit > button:hover {
  background-color: #263CE4;
}
.form__wrapper .outer__form form .group__submit > button:active {
  background-color: #0015B7;
}
.form__wrapper .outer__form form .info__form > p {
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #858585;
  font-weight: 500;
}
.form__wrapper .outer__form form .info__form > p a {
  font-family: "Roboto" ,sans-serif;
  color: #858585;
  font-weight: 400;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
.form__wrapper .outer__form form .info__form > p a:hover {
  color: #fff;
}
.form__wrapper .outer__form form > .group__input {
  width: 100%;
  margin-bottom: 20px;
}
.form__wrapper .outer__form form > .group__input.validate > input:invalid {
  border: 1px solid #f34144;
}
.form__wrapper .outer__form form > .group__input > input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
.form__wrapper .outer__form form > .group__input > input:active {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.form__wrapper .outer__form form > .group__input > input:hover {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form__wrapper .outer__form form > .group__input > input:focus {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
.form__wrapper .outer__form form > .group__input > p {
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c2;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0px;
}
.form__wrapper .outer__form form > .group__input:last-child {
  margin-bottom: 0px;
}
.form__wrapper .outer__form .head__form {
  text-align: center;
  margin-bottom: 48px;
}
.form__wrapper .outer__form .head__form > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  font-weight: 500;
}
.form__wrapper .outer__form .head__form > h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  color: #e0e0e0;
}

footer {
  background: #1A1A1A;
  border-top: 1px solid #333333;
}
footer .outer__footer {
  padding-top: 64px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .footer__right {
  text-align: right;
}
footer .outer__footer .footer__right > a {
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  text-decoration: none;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
footer .outer__footer .footer__right > a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .outer__footer .footer__right ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .outer__footer .footer__right ul > li {
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer .footer__right ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  background-color: #333333;
  border-radius: 8px;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
footer .outer__footer .footer__right ul > li > a:hover {
  background-color: #4D4D4D;
}
footer .outer__footer .footer__right ul > li > a:active, footer .outer__footer .footer__right ul > li > a:focus {
  background-color: #666666;
}
footer .outer__footer .footer__right ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .footer__left .foot__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .footer__left .foot__controls ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .footer__left .foot__controls ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  text-decoration: none;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
footer .outer__footer .footer__left .foot__controls ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .outer__footer .footer__left .foot__controls > p {
  margin: 0px;
  margin-right: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
}
footer .outer__footer .footer__left > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 24px;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
footer .outer__footer .footer__left > a:hover {
  opacity: .7;
}

.regular-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
  background: #1A1A1A;
  border-radius: 36px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
.regular-btn.outline {
  background-color: transparent;
  border: 1px solid #1A1A1A;
  color: #1a1a1a;
}
.regular-btn.outline:hover {
  background: rgba(26, 26, 26, 0.05);
  border-color: #1A1A1A;
}
.regular-btn.outline:active {
  background: rgba(26, 26, 26, 0.1);
}
.regular-btn:hover {
  background-color: #333333;
}
.regular-btn:active {
  background-color: #4d4d4d;
}

.article__element.colored {
  background: #F7F7F7;
}
.article__element .outer__article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 48px;
  padding: 100px 0px;
  min-height: 680px;
}
.article__element .outer__article .article__desc .desc__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.article__element .outer__article .article__desc .desc__inner .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article__element .outer__article .article__desc .desc__inner > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
}
.article__element .outer__article .article__desc .desc__inner > h2 {
  margin: 0px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 46px;
  color: black;
  font-weight: bold;
}
.article__element .outer__article .article__desc .desc__inner > span {
  font-size: 12px;
  line-height: 18px;
  color: #3548da;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.article__element .outer__article .article__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.article__element .outer__article .article__media.shadow > img {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(31, 41, 55, 0.05);
          box-shadow: 0px 10px 15px 0px rgba(31, 41, 55, 0.05);
  border-radius: 10px;
}
.article__element .outer__article .article__media > img {
  max-width: 100%;
}

.cards__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #1A1A1A;
}
.cards__wrapper .outer__cards .cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
.cards__wrapper .outer__cards .cards__grid .elem__card {
  background: #212121;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 28px;
  padding-bottom: 100px;
  min-height: 515px;
  position: relative;
  cursor: pointer;
}
.cards__wrapper .outer__cards .cards__grid .elem__card .bottom__button {
  position: absolute;
  left: 28px;
  width: calc(100% - 56px);
  bottom: 36px;
}
.cards__wrapper .outer__cards .cards__grid .elem__card .bottom__button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #c2c2c2;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
.cards__wrapper .outer__cards .cards__grid .elem__card .bottom__button > a svg path {
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
.cards__wrapper .outer__cards .cards__grid .elem__card .bottom__button > a:hover {
  color: #fff;
}
.cards__wrapper .outer__cards .cards__grid .elem__card .bottom__button > a:hover svg path {
  fill: #fff;
}
.cards__wrapper .outer__cards .cards__grid .elem__card > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cards__wrapper .outer__cards .cards__grid .elem__card > h6 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
  color: #f0f0f0;
  font-weight: bold;
}
.cards__wrapper .outer__cards .cards__grid .elem__card > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #c2c2c2;
  font-weight: 500;
}
.cards__wrapper .outer__cards > h6 {
  text-align: center;
  margin-bottom: 52px;
  margin-top: 0px;
  font-size: 32px;
  line-height: 44px;
  color: #e0e0e0;
  font-weight: bold;
}

.partners__wrapper {
  padding: 120px 0px;
}
.partners__wrapper .outer__partners .partners__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.partners__wrapper .outer__partners .partners__grid > .elem__partner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 88px;
  padding: 10px;
}
.partners__wrapper .outer__partners .partners__grid > .elem__partner img {
  max-width: 100%;
}
.partners__wrapper .outer__partners > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}

header {
  padding: 16px 0px;
}
header .container {
  max-width: 1360px;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .header__menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .outer__header .header__menu ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .header__menu ul > li {
  margin-right: 24px;
}
header .outer__header .header__menu ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: black;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
header .outer__header .header__menu ul > li > a:hover {
  color: #4d4d4d;
}
header .outer__header .right__header {
  position: relative;
  z-index: 3;
}
header .outer__header .right__header > .regular-btn {
  min-height: 40px;
  padding: 7px 16px;
  font-size: 14px;
}
header .outer__header .left__header {
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .left__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}
header .outer__header .left__header > a:hover {
  opacity: .7;
}

.cards__grid .spacer {
  display: none;
}

.hero__section {
  padding-top: 170px;
  padding-bottom: 170px;
  background: #E9F2FD;
  position: relative;
}
.hero__section .outer__hero {
  max-width: 505px;
}
.hero__section .outer__hero .hero__buttons {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__section .outer__hero .hero__buttons > a {
  margin-right: 20px;
}
.hero__section .outer__hero .hero__buttons > a:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  color: black;
}
.hero__section .outer__hero > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
}
.hero__section .hero__image {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 710px;
  height: 540px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(100% - 600px);
  border-radius: 24px 0px 0px 24px;
}
.hero__section .hero__image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.32);
          box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.32);
}
.hero__section .hero__image img {
  max-width: 100%;
  min-width: 710px;
  -webkit-animation: slidein 90s linear 0s infinite;
          animation: slidein 90s linear 0s infinite;
}

@-webkit-keyframes slidein {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 320px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -320px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes slidein {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 320px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -320px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes slideinTable {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 260px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -260px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes slideinTable {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 260px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -260px;
  }
  100% {
    margin-top: 0px;
  }
}
@media (min-width: 1680px) {
  .hero__section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .hero__section .hero__image {
    border-radius: 24px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1080px) {
  .hero__section .hero__image {
    position: static;
  }

  .hero__section {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .hero__section .outer__hero {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
  }

  .hero__section .outer__hero .hero__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero__section .hero__image {
    -webkit-transform: none;
            transform: none;
    top: 0px;
    width: 100%;
    position: relative;
    max-width: 740px;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    height: 445px;
  }

  .cards__grid .spacer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 24px;
  }

  .cards__wrapper .outer__cards > h6 {
    text-align: left;
  }

  .cards__wrapper .outer__cards .cards__grid {
    overflow-x: auto;
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 15px;
  }

  .cards__wrapper .outer__cards .cards__grid .elem__card {
    min-width: 370px;
    margin-right: 24px;
  }
  .cards__wrapper .outer__cards .cards__grid .elem__card:nth-child(3) {
    margin-right: 0px;
  }

  .partners__wrapper {
    padding: 100px 0px;
  }

  .partners__wrapper .outer__partners .partners__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .partners__wrapper .outer__partners .partners__grid > .elem__partner:nth-child(4), .partners__wrapper .outer__partners .partners__grid > .elem__partner:nth-child(5) {
    position: relative;
    left: 50%;
  }

  .article__element .outer__article .article__desc .desc__inner .button__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .article__element .outer__article {
    min-height: 0px;
    padding: 80px 0px;
  }

  .article__element .outer__article .article__media {
    max-width: 580px;
  }

  .article__element .outer__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__element .outer__article .article__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article__element .outer__article .article__desc {
    max-width: 540px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .article__element .outer__article .article__desc .desc__inner {
    max-width: 100%;
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .cards__wrapper .outer__cards > h6 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__section .outer__hero .hero__buttons > a {
    font-size: 14px;
    padding: 8px 16px;
    min-height: 40px;
  }

  .hero__section {
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .hero__section .hero__image {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: 800px;
    border-radius: 0px;
    height: 280px;
  }

  .hero__section .hero__image img {
    min-width: 440px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero__section .outer__hero {
    margin-top: 28px;
    text-align: left;
  }

  .hero__section .outer__hero .hero__buttons {
    margin-top: 36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .hero__section .outer__hero .hero__buttons > a {
    margin-right: 12px;
  }
  .hero__section .outer__hero .hero__buttons > a:last-child {
    margin-right: 0px;
  }

  .cards__grid .spacer {
    min-width: 12px;
  }

  .cards__wrapper .outer__cards .cards__grid .elem__card {
    margin-right: 12px;
  }

  .cards__wrapper .outer__cards > h6 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .cards__wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .cards__wrapper .outer__cards .cards__grid {
    width: calc(100% + 20px);
  }

  .cards__wrapper .outer__cards .cards__grid .elem__card {
    min-width: 335px;
    padding-left: 24px;
    padding-top: 24px;
    padding-right: 24px;
  }

  .cards__wrapper .outer__cards .cards__grid .elem__card {
    min-height: 475px;
  }

  .partners__wrapper {
    padding: 60px 0px;
  }

  .partners__wrapper .outer__partners > h6 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .partners__wrapper .outer__partners .partners__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .partners__wrapper .outer__partners .partners__grid > .elem__partner {
    min-height: 64px;
    padding: 18px 15px;
    max-height: 64px;
  }
  .partners__wrapper .outer__partners .partners__grid > .elem__partner:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .partners__wrapper .outer__partners .partners__grid > .elem__partner img {
    max-height: 100% !important;
  }

  .partners__wrapper .outer__partners .partners__grid > .elem__partner:nth-child(4), .partners__wrapper .outer__partners .partners__grid > .elem__partner:nth-child(5) {
    left: 0px;
  }

  .article__element .outer__article {
    padding: 60px 0px;
  }

  .article__element .outer__article .article__media {
    max-width: 100%;
  }

  .article__element .outer__article .article__desc {
    max-width: 100%;
    text-align: left;
  }

  .article__element .outer__article .article__desc .desc__inner .button__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .article__element .outer__article .article__desc .desc__inner {
    margin-top: 40px;
  }

  .article__element .outer__article .article__desc .desc__inner > h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .form__wrapper .thank__form > .inner__thank > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .form__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .form__wrapper .outer__form .head__form > h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  header .outer__header .header__menu {
    display: none;
  }

  header .outer__header .right__header {
    display: none;
  }

  header .outer__header .left__header {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  header {
    padding: 24px 0px;
  }

  footer .outer__footer .footer__left .foot__controls ul li a {
    text-decoration: underline;
    color: #a3a3a3;
  }
  footer .outer__footer .footer__left .foot__controls ul li a:hover {
    color: #fff;
  }

  footer .outer__footer .footer__left .foot__controls > p {
    margin-top: 16px;
    margin-right: 0px;
  }

  footer .outer__footer {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer .footer__left > a {
    display: none;
  }
  footer .outer__footer .footer__left .foot__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .outer__footer .footer__right {
    text-align: center;
    margin-bottom: 52px;
  }
  footer .outer__footer .footer__right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}
@-webkit-keyframes slideinMobile {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 220px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes slideinMobile {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 220px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes slideinMobileSmallet {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 115px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -115px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes slideinMobileSmallet {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 115px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -115px;
  }
  100% {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  .hero__section .hero__image img {
    -webkit-animation: slideinTable 90s linear 0s infinite;
            animation: slideinTable 90s linear 0s infinite;
  }
}
@media (max-width: 440px) {
  .hero__section .hero__image img {
    -webkit-animation: slideinMobile 90s linear 0s infinite;
            animation: slideinMobile 90s linear 0s infinite;
  }

  .hero__section .hero__image img {
    min-width: 290px;
  }
}
@media (max-width: 370px) {
  .cards__wrapper .outer__cards .cards__grid .elem__card {
    min-width: 310px;
  }

  .hero__section .hero__image img {
    -webkit-animation: slideinMobileSmallet 90s linear 0s infinite;
            animation: slideinMobileSmallet 90s linear 0s infinite;
  }
}
