@font-face {
  font-family: "Jost";
  src: url(/landing-pages/discipline/fonts/Jost-Regular.eot);
  src: local("Jost Regular"), local("Jost-Regular"), url(/landing-pages/discipline/fonts/Jost-Regular.eot?#iefix) format("embedded-opentype"), url(/landing-pages/discipline/fonts/Jost-Regular.woff) format("woff"), url(/landing-pages/discipline/fonts/Jost-Regular.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Jost";
  src: url(/landing-pages/discipline/fonts/Jost-Bold.eot);
  src: local("Jost Bold"), local("Jost-Bold"), url(/landing-pages/discipline/fonts/Jost-Bold.eot?#iefix) format("embedded-opentype"), url(/landing-pages/discipline/fonts/Jost-Bold.woff) format("woff"), url(/landing-pages/discipline/fonts/Jost-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Jost";
  src: url(/landing-pages/discipline/fonts/Jost-Black.eot);
  src: local("Jost Black"), local("Jost-Black"), url(/landing-pages/discipline/fonts/Jost-Black.eot?#iefix) format("embedded-opentype"), url(/landing-pages/discipline/fonts/Jost-Black.woff) format("woff"), url(/landing-pages/discipline/fonts/Jost-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "CormorantInfant";
  src: url(/landing-pages/discipline/fonts/CormorantInfant-Light.eot);
  src: local("CormorantInfant Light"), local("CormorantInfant-Light"), url(/landing-pages/discipline/fonts/CormorantInfant-Light.eot?#iefix) format("embedded-opentype"), url(/landing-pages/discipline/fonts/CormorantInfant-Light.woff) format("woff"), url(/landing-pages/discipline/fonts/CormorantInfant-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "CormorantInfant";
  src: url(/landing-pages/discipline/fonts/CormorantInfant-SemiBoldItalic.eot);
  src: local("CormorantInfant SemiBoldItalic"), local("CormorantInfant-SemiBoldItalic"), url(/landing-pages/discipline/fonts/CormorantInfant-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(/landing-pages/discipline/fonts/CormorantInfant-SemiBoldItalic.woff) format("woff"), url(/landing-pages/discipline/fonts/CormorantInfant-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }

.btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 17px;
  min-width: 446px;
  max-width: 100%;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .btn_green {
    border: 2px dashed #528547; }
    .btn_green:hover {
      -webkit-box-shadow: 0 5px 5px #d6d6d6;
              box-shadow: 0 5px 5px #d6d6d6;
      color: #fff;
      background: #528547; }
  .btn_red {
    border: 2px dashed #e999a3; }
    .btn_red:hover {
      -webkit-box-shadow: 0 5px 5px #d6d6d6;
              box-shadow: 0 5px 5px #d6d6d6;
      color: #fff;
      background: #e999a3; }
  .btn_yellow {
    border: 2px dashed #efceaa; }
    .btn_yellow:hover {
      -webkit-box-shadow: 0 5px 5px #d6d6d6;
              box-shadow: 0 5px 5px #d6d6d6;
      color: #fff;
      background: #efceaa; }
  .btn_blue {
    border: 2px dashed #3f7fdc; }
    .btn_blue:hover {
      -webkit-box-shadow: 0 5px 5px #d6d6d6;
              box-shadow: 0 5px 5px #d6d6d6;
      color: #fff;
      background: #3f7fdc; }
  .btn_gold {
    background: url(/landing-pages/discipline/img/button_bg.jpg) no-repeat center;
    background-size: cover; }
    .btn_gold:hover {
      opacity: 0.8; }
  @media screen and (max-width: 1050px) {
    .btn {
      padding: 15px 10px;
      min-width: 340px;
      font-size: 20px; } }
  @media screen and (max-width: 700px) {
    .btn {
      padding: 14px 15px;
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    .btn {
      padding: 14px 15px;
      min-width: 100%;
      font-size: 17px; } }

.languages {
  position: relative; }
  .languages__title {
    position: relative;
    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;
    padding-right: 14px;
    color: #272727;
    cursor: pointer; }
    .languages__title::after {
      content: "";
      position: absolute;
      right: -1px;
      display: block;
      margin-top: 7px;
      border: 5px solid transparent;
      border-top: 5px solid #272727; }
    .languages__title .languages__flag {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .languages__title .languages__flag img {
        max-width: 26px; }
  .languages__item .languages__flag img {
    max-width: 18px; }
  .languages__flag {
    display: block;
    margin-right: 11px; }
  .languages__list {
    position: absolute;
    right: -15px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden;
    margin-top: 5px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 7px 15px;
    width: 460%;
    -webkit-box-shadow: 0 0 70px rgba(1, 19, 36, 0.2);
            box-shadow: 0 0 70px rgba(1, 19, 36, 0.2);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    transition: overflow 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
    @media screen and (max-width: 1240px) {
      .languages__list {
        left: unset;
        right: 0; } }
    @media screen and (max-width: 600px) {
      .languages__list {
        margin-top: 30px;
        width: -webkit-calc(100vw - 30px);
        width: calc(100vw - 30px); } }
  .languages__link {
    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;
    padding: 3px 0;
    color: #272727; }
    .languages__link .languages__flag {
      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;
      margin-right: 6px; }
  .languages__item {
    width: 33.33%; }
    @media screen and (max-width: 450px) {
      .languages__item {
        width: 50%; } }
  .languages.opened .languages__list {
    overflow: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: all; }
  .languages__link, .languages__title {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px; }

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a, h1, h2, h3, h4, li, p {
  line-height: 1.2em; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Jost";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #272727;
  background: url(/landing-pages/discipline/img/bg_head.jpg) no-repeat top center, #f4f4f4;
  background-size: 160%; }

input,
button {
  font-family: "Jost"; }

button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a:focus,
a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

:focus {
  outline: -webkit-focus-ring-color auto 0; }

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

h1 {
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase; }
  @media screen and (max-width: 1300px) {
    h1 {
      font-size: 55px; } }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 51px; } }
  @media screen and (max-width: 1050px) {
    h1 {
      font-size: 43px; } }
  @media screen and (max-width: 860px) {
    h1 {
      font-size: 37px; } }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 32px; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 26px; } }

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px; }
  .container_large {
    max-width: 1280px; }

section {
  padding: 86px 0; }
  @media screen and (max-width: 1100px) {
    section {
      padding: 80px 0; } }
  @media screen and (max-width: 900px) {
    section {
      padding: 55px 0; } }
  @media screen and (max-width: 650px) {
    section {
      padding: 45px 0; } }

.header {
  margin: 0 auto;
  padding: 115px 0 15px;
  width: 100%; }
  .header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 355px) {
    .header__right {
      margin-top: -2px; } }
  @media screen and (max-width: 1400px) {
    .header {
      padding: 60px 0 15px; } }
  @media screen and (max-width: 1000px) {
    .header {
      padding: 45px 0 15px; } }
  @media screen and (max-width: 600px) {
    .header {
      padding: 35px 0 15px; } }

.logo {
  display: block; }
  .logo img {
    display: block;
    max-width: 100%; }
  @media screen and (max-width: 560px) {
    .logo {
      max-width: 200px; } }
  @media screen and (max-width: 355px) {
    .logo {
      max-width: 170px; } }

.first-section {
  padding: 103px 0 120px; }
  .first-section__container {
    position: relative; }
  .first-section__girl {
    position: absolute;
    right: 880px;
    bottom: -75px; }
    @media screen and (max-width: 1300px) {
      .first-section__girl {
        max-width: 215px; } }
    @media screen and (max-width: 1200px) {
      .first-section__girl {
        max-width: 205px; } }
    @media screen and (max-width: 1000px) {
      .first-section__girl {
        display: none; } }
  .first-section__title {
    margin: 0 78px 39px 0;
    width: 100%;
    text-align: right; }
    @media screen and (max-width: 1200px) {
      .first-section__title {
        margin: 0 0 39px;
        text-align: left; } }
    @media screen and (max-width: 1000px) {
      .first-section__title {
        margin: 0 0 25px; } }
    @media screen and (max-width: 860px) {
      .first-section__title {
        margin: 0 0 18px; } }
    @media screen and (max-width: 500px) {
      .first-section__title {
        margin: 0 0 14px; } }
  .first-section__info {
    margin-left: auto;
    width: 100%;
    max-width: 800px; }
    .first-section__info p:not(.first-section__desc) {
      margin-bottom: 27px;
      max-width: 780px;
      font-size: 26px; }
      .first-section__info p:not(.first-section__desc) span {
        font-weight: 700;
        text-transform: uppercase; }
      @media screen and (max-width: 1300px) {
        .first-section__info p:not(.first-section__desc) {
          font-size: 24px; } }
      @media screen and (max-width: 1200px) {
        .first-section__info p:not(.first-section__desc) {
          font-size: 22px; } }
      @media screen and (max-width: 1000px) {
        .first-section__info p:not(.first-section__desc) {
          font-size: 20px; } }
      @media screen and (max-width: 860px) {
        .first-section__info p:not(.first-section__desc) {
          margin-bottom: 18px; } }
      @media screen and (max-width: 700px) {
        .first-section__info p:not(.first-section__desc) {
          font-size: 18px; } }
      @media screen and (max-width: 500px) {
        .first-section__info p:not(.first-section__desc) {
          font-size: 16px; } }
    .first-section__info ul {
      margin-bottom: 56px;
      font-family: "CormorantInfant";
      font-weight: 600;
      font-style: italic;
      font-size: 30px; }
      @media screen and (max-width: 1300px) {
        .first-section__info ul {
          font-size: 28px; } }
      @media screen and (max-width: 1200px) {
        .first-section__info ul {
          font-size: 26px; } }
      @media screen and (max-width: 1000px) {
        .first-section__info ul {
          font-size: 24px; } }
      @media screen and (max-width: 860px) {
        .first-section__info ul {
          margin-bottom: 33px; } }
      @media screen and (max-width: 500px) {
        .first-section__info ul {
          margin-bottom: 25px;
          font-size: 22px; } }
    .first-section__info li {
      position: relative;
      margin-bottom: 36px;
      padding-left: 180px; }
      .first-section__info li::before {
        content: "";
        position: absolute;
        left: 90px;
        top: 5px;
        display: block;
        width: 43px;
        height: 41px;
        background-image: url(/landing-pages/discipline/img/check.png);
        background-size: contain;
        background: url(/landing-pages/discipline/img/check.png) no-repeat center; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
          .first-section__info li::before {
            background: url(/landing-pages/discipline/img/check@2x.png) no-repeat center;
            background-size: contain; } }
        @media screen and (max-width: 1300px) {
          .first-section__info li::before {
            top: -3px;
            width: 38px;
            height: 38px; } }
        @media screen and (max-width: 1000px) {
          .first-section__info li::before {
            left: 0;
            width: 30px;
            height: 30px; } }
        @media screen and (max-width: 500px) {
          .first-section__info li::before {
            top: 2px;
            width: 21px;
            height: 21px; } }
      @media screen and (max-width: 1300px) {
        .first-section__info li {
          padding-left: 150px; } }
      @media screen and (max-width: 1000px) {
        .first-section__info li {
          padding-left: 50px; } }
      @media screen and (max-width: 860px) {
        .first-section__info li {
          margin-bottom: 24px; } }
      @media screen and (max-width: 500px) {
        .first-section__info li {
          margin-bottom: 10px;
          padding-left: 35px; } }
    @media screen and (max-width: 1000px) {
      .first-section__info {
        max-width: 100%; } }
  .first-section__desc {
    margin: 0 0 37px 65px;
    font-family: "CormorantInfant";
    font-weight: 600;
    font-style: italic;
    font-size: 71px; }
    @media screen and (max-width: 1300px) {
      .first-section__desc {
        font-size: 55px; } }
    @media screen and (max-width: 1200px) {
      .first-section__desc {
        font-size: 50px; } }
    @media screen and (max-width: 1050px) {
      .first-section__desc {
        font-size: 45px; } }
    @media screen and (max-width: 1000px) {
      .first-section__desc {
        margin: 0 0 37px; }
        .first-section__desc br {
          display: none; } }
    @media screen and (max-width: 860px) {
      .first-section__desc {
        margin: 0 0 29px;
        font-size: 40px; } }
    @media screen and (max-width: 700px) {
      .first-section__desc {
        font-size: 35px; } }
    @media screen and (max-width: 500px) {
      .first-section__desc {
        margin: 0 0 20px;
        font-size: 28px; } }
  @media screen and (max-width: 1240px) {
    .first-section {
      padding: 70px 0 120px; } }
  @media screen and (max-width: 1000px) {
    .first-section {
      padding: 70px 0 45px; } }
  @media screen and (max-width: 700px) {
    .first-section {
      padding: 50px 0 45px; } }
  @media screen and (max-width: 500px) {
    .first-section {
      padding: 35px 0 30px; } }

.cards {
  position: relative; }
  .cards__fullscreen-area {
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 1200px) {
      .cards__fullscreen-area {
        height: 0; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cards__fullscreen-area {
        height: 0; } }
  .cards__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh; }
    .cards__in.fixed {
      position: fixed; }
    @media screen and (max-width: 1200px) {
      .cards__in {
        position: unset;
        height: auto; }
        .cards__in.fixed {
          position: unset; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cards__in {
        position: relative;
        height: auto; }
        .cards__in.fixed {
          position: unset; } }
  .cards__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 100vh; }
  .cards__item {
    position: absolute;
    left: 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    width: 100%;
    -webkit-box-shadow: 0 3px 250px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 250px rgba(0, 0, 0, 0.15);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
    .cards__item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      -webkit-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px;
      width: 30px;
      height: 100%;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
      @media screen and (max-width: 700px) {
        .cards__item::before {
          width: 15px; } }
      @media screen and (max-width: 500px) {
        .cards__item::before {
          width: 5px; } }
    .cards__item_green {
      top: -webkit-calc(50vh - 275px);
      top: calc(50vh - 275px);
      background-image: url(/landing-pages/discipline/img/01_bg.jpg);
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); }
      .cards__item_green::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#97b691), to(#85a47f));
        background: -webkit-linear-gradient(top, #97b691, #85a47f);
        background: -o-linear-gradient(top, #97b691, #85a47f);
        background: linear-gradient(180deg, #97b691, #85a47f); }
    .cards__item_red {
      top: 100vh;
      background-image: url(/landing-pages/discipline/img/02_bg.jpg); }
      .cards__item_red::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#f7a7b1), to(#e4959f));
        background: -webkit-linear-gradient(top, #f7a7b1, #e4959f);
        background: -o-linear-gradient(top, #f7a7b1, #e4959f);
        background: linear-gradient(180deg, #f7a7b1, #e4959f); }
    .cards__item_yellow {
      top: -webkit-calc(100vh + 100px);
      top: calc(100vh + 100px);
      background-image: url(/landing-pages/discipline/img/03_bg.jpg); }
      .cards__item_yellow::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#feddb8), to(#ebcba6));
        background: -webkit-linear-gradient(top, #feddb8, #ebcba6);
        background: -o-linear-gradient(top, #feddb8, #ebcba6);
        background: linear-gradient(180deg, #feddb8, #ebcba6); }
    .cards__item_blue {
      top: -webkit-calc(100vh + 200px);
      top: calc(100vh + 200px);
      background-image: url(/landing-pages/discipline/img/04_bg.jpg); }
      .cards__item_blue::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#8cb2ea), to(#7ca2da));
        background: -webkit-linear-gradient(top, #8cb2ea, #7ca2da);
        background: -o-linear-gradient(top, #8cb2ea, #7ca2da);
        background: linear-gradient(180deg, #8cb2ea, #7ca2da); }
      .cards__item_blue .cards__img {
        right: -160px;
        bottom: -132px; }
        @media screen and (max-width: 1430px) {
          .cards__item_blue .cards__img {
            right: -84px;
            bottom: -80px; } }
    @media screen and (max-width: 1200px) {
      .cards__item {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 60px;
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cards__item {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 60px;
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    @media screen and (max-width: 860px) {
      .cards__item {
        background-position: left center;
        background-size: cover; } }
    @media screen and (max-width: 500px) {
      .cards__item {
        margin-bottom: 35px;
        -webkit-border-radius: 5px;
                border-radius: 5px; } }
  .cards__info {
    position: relative;
    padding: 71px 40px 146px 162px;
    min-height: 550px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 1150px) {
      .cards__info {
        min-height: auto; } }
    @media screen and (max-width: 860px) {
      .cards__info {
        padding: 27px 40px 146px 80px; } }
    @media screen and (max-width: 700px) {
      .cards__info {
        padding: 15px 25px 90px 35px; } }
    @media screen and (max-width: 500px) {
      .cards__info {
        padding: 15px 20px 90px; } }
  .cards__step {
    position: absolute;
    left: 50px;
    bottom: 35px;
    height: 100%;
    font-family: "CormorantInfant";
    font-weight: 600;
    font-style: italic;
    font-size: 80px;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #e6e6e6;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 860px) {
      .cards__step {
        position: unset;
        padding: 15px 10px 0 80px;
        font-size: 60px;
        text-align: left;
        -webkit-writing-mode: lr;
            -ms-writing-mode: lr;
                writing-mode: lr;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }
    @media screen and (max-width: 700px) {
      .cards__step {
        padding: 22px 10px 0 35px;
        font-size: 41px; } }
    @media screen and (max-width: 500px) {
      .cards__step {
        padding: 20px 10px 0 20px;
        font-size: 28px; } }
  .cards__title {
    margin-bottom: 42px;
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .cards__title {
        font-size: 31px; } }
    @media screen and (max-width: 700px) {
      .cards__title {
        margin-bottom: 20px;
        font-size: 25px; } }
    @media screen and (max-width: 700px) {
      .cards__title {
        margin-bottom: 15px;
        font-size: 20px; } }
  .cards__text p {
    margin-bottom: 25px; }
    @media screen and (max-width: 700px) {
      .cards__text p {
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .cards__text p {
        margin-bottom: 11px; } }
  .cards__text a {
    border-bottom: 1px solid rgba(106, 120, 182, 0.2);
    color: #18389e; }
    .cards__text a:hover {
      border-bottom: 1px solid rgba(106, 120, 182, 0); }
  @media screen and (max-width: 700px) {
    .cards__text {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    .cards__text {
      font-size: 16px; } }
  .cards__text-line {
    padding-right: 155px; }
    .cards__text-line_short {
      padding-right: 235px; }
      @media screen and (max-width: 1150px) {
        .cards__text-line_short {
          padding-right: 0; } }
    @media screen and (max-width: 1150px) {
      .cards__text-line {
        padding-right: 0; } }
  .cards__btn {
    position: absolute;
    left: 162px;
    bottom: 60px; }
    @media screen and (max-width: 860px) {
      .cards__btn {
        left: 80px; } }
    @media screen and (max-width: 700px) {
      .cards__btn {
        left: 35px;
        bottom: 30px; } }
    @media screen and (max-width: 500px) {
      .cards__btn {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        min-width: auto;
        font-size: 12px; } }
  .cards__img {
    position: absolute;
    right: -80px;
    bottom: -40px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    @media screen and (max-width: 1430px) {
      .cards__img {
        right: -45px;
        bottom: -25px;
        max-width: 300px; } }
    @media screen and (max-width: 1150px) {
      .cards__img {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .cards {
      padding: 0 0 50px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cards {
      overflow: hidden; } }

.start-animation-1 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: startMoveCard1 1s linear both;
          animation: startMoveCard1 1s linear both; }

.finish-animation-1 {
  -webkit-animation: finishMoveCard1 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both;
          animation: finishMoveCard1 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both; }

.start-animation-2 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: startMoveCard2 1s linear both;
          animation: startMoveCard2 1s linear both; }

.finish-animation-2 {
  -webkit-animation: finishMoveCard2 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both;
          animation: finishMoveCard2 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both; }

.start-animation-3 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: startMoveCard3 1s linear both;
          animation: startMoveCard3 1s linear both; }

.finish-animation-3 {
  -webkit-animation: finishMoveCard3 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both;
          animation: finishMoveCard3 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both; }

.start-animation-4 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: startMoveCard4 1s linear both;
          animation: startMoveCard4 1s linear both; }

.finish-animation-4 {
  -webkit-animation: finishMoveCard4 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both;
          animation: finishMoveCard4 1s cubic-bezier(0.79, -0.52, 0.52, 1.03) both; }

.start-scale-1 {
  top: -webkit-calc((100vh - 550px) / 2);
  top: calc((100vh - 550px) / 2);
  -webkit-animation: startScale1 1s linear both;
          animation: startScale1 1s linear both; }

.finish-scale-1 {
  top: -webkit-calc((100vh - 550px) / 2);
  top: calc((100vh - 550px) / 2);
  -webkit-animation: finishScale1 1s linear both;
          animation: finishScale1 1s linear both; }

.start-scale-2 {
  -webkit-animation: startScale2 1s linear both;
          animation: startScale2 1s linear both; }

.finish-scale-2 {
  -webkit-animation: finishScale2 1s linear both;
          animation: finishScale2 1s linear both; }

@media screen and (max-width: 1200px) {
  .start-animation-1,
  .finish-animation-1,
  .start-animation-2,
  .finish-animation-2,
  .start-animation-3,
  .finish-animation-3,
  .start-animation-4,
  .finish-animation-4,
  .start-scale-1,
  .finish-scale-1,
  .start-scale-2,
  .finish-scale-2 {
    -webkit-animation: none;
            animation: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .start-animation-1,
  .finish-animation-1,
  .start-animation-2,
  .finish-animation-2,
  .start-animation-3,
  .finish-animation-3,
  .start-animation-4,
  .finish-animation-4,
  .start-scale-1,
  .finish-scale-1,
  .start-scale-2,
  .finish-scale-2 {
    -webkit-animation: none;
            animation: none; } }

.start-opacity-1::before {
  opacity: 0.35; }

.start-opacity-1 .cards__info {
  opacity: 0.8; }

.start-opacity-1 .cards__step {
  opacity: 0.8; }

.finish-opacity-1::before {
  opacity: 1; }

.finish-opacity-1 .cards__info {
  opacity: 1; }

.finish-opacity-1 .cards__step {
  opacity: 1; }

.start-opacity-2 .cards__info {
  opacity: 0.6; }

.start-opacity-2 .cards__step {
  opacity: 0.6; }

.finish-opacity-2 .cards__info {
  opacity: 0.8; }

.finish-opacity-2 .cards__step {
  opacity: 0.8; }

.start-opacity-3 .cards__info {
  opacity: 0.5; }

.start-opacity-3 .cards__step {
  opacity: 0.5; }

.finish-opacity-3 .cards__info {
  opacity: 0.6; }

.finish-opacity-3 .cards__step {
  opacity: 0.6; }

@-webkit-keyframes startMoveCard1 {
  0% {
    top: -webkit-calc(50vh - 275px);
    top: calc(50vh - 275px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@keyframes startMoveCard1 {
  0% {
    top: -webkit-calc(50vh - 275px);
    top: calc(50vh - 275px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@-webkit-keyframes finishMoveCard1 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(50vh - 275px);
    top: calc(50vh - 275px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@keyframes finishMoveCard1 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(50vh - 275px);
    top: calc(50vh - 275px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@-webkit-keyframes startMoveCard2 {
  0% {
    top: 100vh;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@keyframes startMoveCard2 {
  0% {
    top: 100vh;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@-webkit-keyframes finishMoveCard2 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: 100vh;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@keyframes finishMoveCard2 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: 100vh;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@-webkit-keyframes startMoveCard3 {
  0% {
    top: -webkit-calc(100vh + 100px);
    top: calc(100vh + 100px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@keyframes startMoveCard3 {
  0% {
    top: -webkit-calc(100vh + 100px);
    top: calc(100vh + 100px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@-webkit-keyframes finishMoveCard3 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(100vh + 100px);
    top: calc(100vh + 100px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@keyframes finishMoveCard3 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(100vh + 100px);
    top: calc(100vh + 100px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@-webkit-keyframes startMoveCard4 {
  0% {
    top: -webkit-calc(100vh + 200px);
    top: calc(100vh + 200px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@keyframes startMoveCard4 {
  0% {
    top: -webkit-calc(100vh + 200px);
    top: calc(100vh + 200px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); }
  50% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(-2deg) scale(1.05);
            transform: perspective(400px) rotateX(-2deg) scale(1.05); }
  100% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
            transform: perspective(400px) rotateX(0deg) scale(1); } }

@-webkit-keyframes finishMoveCard4 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(100vh + 200px);
    top: calc(100vh + 200px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@keyframes finishMoveCard4 {
  0% {
    top: -webkit-calc((100vh - 550px) / 2);
    top: calc((100vh - 550px) / 2); }
  100% {
    top: -webkit-calc(100vh + 200px);
    top: calc(100vh + 200px);
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.05);
            transform: perspective(400px) rotateX(0deg) scale(1.05); } }

@-webkit-keyframes startScale1 {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  70% {
    -webkit-transform: scale(1) translateY(-160px);
            transform: scale(1) translateY(-160px); }
  100% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); } }

@keyframes startScale1 {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  70% {
    -webkit-transform: scale(1) translateY(-160px);
            transform: scale(1) translateY(-160px); }
  100% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); } }

@-webkit-keyframes finishScale1 {
  0% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); }
  30% {
    -webkit-transform: scale(1) translateY(-160px);
            transform: scale(1) translateY(-160px); }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@keyframes finishScale1 {
  0% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); }
  30% {
    -webkit-transform: scale(1) translateY(-160px);
            transform: scale(1) translateY(-160px); }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@-webkit-keyframes startScale2 {
  0% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); }
  70% {
    -webkit-transform: scale(0.9) translateY(-350px);
            transform: scale(0.9) translateY(-350px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); } }

@keyframes startScale2 {
  0% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); }
  70% {
    -webkit-transform: scale(0.9) translateY(-350px);
            transform: scale(0.9) translateY(-350px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); } }

@-webkit-keyframes finishScale2 {
  0% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); }
  30% {
    -webkit-transform: scale(0.9) translateY(-350px);
            transform: scale(0.9) translateY(-350px); }
  100% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); } }

@keyframes finishScale2 {
  0% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); }
  30% {
    -webkit-transform: scale(0.9) translateY(-350px);
            transform: scale(0.9) translateY(-350px); }
  100% {
    -webkit-transform: scale(0.9) translateY(-160px);
            transform: scale(0.9) translateY(-160px); } }

@-webkit-keyframes startScale3 {
  0% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); }
  70% {
    -webkit-transform: scale(0.8) translateY(-500px);
            transform: scale(0.8) translateY(-500px); }
  100% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); } }

@keyframes startScale3 {
  0% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); }
  70% {
    -webkit-transform: scale(0.8) translateY(-500px);
            transform: scale(0.8) translateY(-500px); }
  100% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); } }

@-webkit-keyframes finishScale3 {
  0% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); }
  30% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); } }

@keyframes finishScale3 {
  0% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); }
  30% {
    -webkit-transform: scale(0.7) translateY(-500px);
            transform: scale(0.7) translateY(-500px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-350px);
            transform: scale(0.8) translateY(-350px); } }

.info {
  padding: 120px 0;
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  color: #fff;
  background: url(/landing-pages/discipline/img/money.png) no-repeat bottom -225px center, url(/landing-pages/discipline/img/bg_bot.jpg) no-repeat center;
  background-size: auto, cover; }
  .info p:not(.info__italic-text) {
    margin-bottom: 45px; }
    @media screen and (max-width: 1050px) {
      .info p:not(.info__italic-text) {
        margin-bottom: 25px; } }
    @media screen and (max-width: 500px) {
      .info p:not(.info__italic-text) {
        margin-bottom: 15px; } }
  .info__italic-text {
    margin-bottom: 70px;
    width: 100%;
    font-family: "CormorantInfant";
    font-weight: 600;
    font-style: italic;
    font-size: 45px;
    color: #ddb531;
    background: -webkit-gradient(linear, left top, right top, from(#e9c64e), to(#ddb531));
    background: -webkit-linear-gradient(left, #e9c64e 0%, #ddb531 100%);
    background: -o-linear-gradient(left, #e9c64e 0%, #ddb531 100%);
    background: linear-gradient(90deg, #e9c64e 0%, #ddb531 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .info__italic-text {
        color: #ddb531;
        background: transparent; } }
    @media screen and (max-width: 1200px) {
      .info__italic-text {
        font-size: 40px; } }
    @media screen and (max-width: 1050px) {
      .info__italic-text {
        margin-bottom: 45px;
        font-size: 34px; } }
    @media screen and (max-width: 860px) {
      .info__italic-text {
        margin-bottom: 30px;
        font-size: 29px; } }
    @media screen and (max-width: 500px) {
      .info__italic-text {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 28px; } }
  .info__btn {
    margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .info {
      font-size: 30px; } }
  @media screen and (max-width: 1050px) {
    .info {
      padding: 90px 0;
      font-size: 26px;
      background: url(/landing-pages/discipline/img/money.png) no-repeat bottom -265px center, url(/landing-pages/discipline/img/bg_bot.jpg) no-repeat center;
      background-size: auto, cover; } }
  @media screen and (max-width: 860px) {
    .info {
      padding: 75px 0;
      font-size: 22px;
      background: url(/landing-pages/discipline/img/money.png) no-repeat bottom -185px center, url(/landing-pages/discipline/img/bg_bot.jpg) no-repeat center;
      background-size: 450px, cover; } }
  @media screen and (max-width: 500px) {
    .info {
      padding: 50px 0;
      font-size: 18px;
      background: url(/landing-pages/discipline/img/money.png) no-repeat bottom -185px center, url(/landing-pages/discipline/img/bg_bot.jpg) no-repeat center;
      background-size: 390px, cover; } }

.footer {
  padding: 130px 0 90px;
  font-size: 18px;
  color: #333;
  background: #fff; }
  .footer__logo {
    margin-bottom: 55px; }
    @media screen and (max-width: 550px) {
      .footer__logo .logo {
        max-width: 250px; } }
    @media screen and (max-width: 1000px) {
      .footer__logo {
        margin-bottom: 40px; } }
    @media screen and (max-width: 550px) {
      .footer__logo {
        margin: 0 auto 30px; } }
    @media screen and (max-width: 450px) {
      .footer__logo {
        margin: 0 auto 25px; } }
  .footer__text p {
    margin-bottom: 20px; }
  .footer__text a {
    display: inline-block;
    border-bottom: 1px solid rgba(166, 166, 166, 0.3);
    white-space: nowrap;
    color: #333; }
    .footer__text a:hover {
      border-bottom: 1px solid rgba(166, 166, 166, 0); }
  .footer__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .footer__copy {
        margin-top: 30px; } }
  .footer__copyright {
    position: relative;
    padding-left: 45px; }
    .footer__copyright::before {
      content: "";
      position: absolute;
      left: 0;
      top: -6px;
      display: block;
      width: 32px;
      height: 30px;
      background-image: url(/landing-pages/discipline/img/icon-21-plus-black.png);
      background-size: contain;
      background: url(/landing-pages/discipline/img/icon-21-plus-black.png) no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer__copyright::before {
          background: url(/landing-pages/discipline/img/icon-21-plus-black@2x.png) no-repeat center;
          background-size: contain; } }
    @media screen and (max-width: 1000px) {
      .footer__copyright {
        font-size: 14px; } }
    @media screen and (max-width: 550px) {
      .footer__copyright {
        margin: 0 auto; } }
  .footer .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .footer .socials {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 25px;
        margin-left: -10px;
        width: 100%; } }
    @media screen and (max-width: 550px) {
      .footer .socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 0; } }
    @media screen and (max-width: 550px) {
      .footer .socials {
        margin-left: -5px; } }
  .footer .socials__item {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 29px;
    border: 2px solid rgba(224, 224, 224, 0.5);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 50px;
    height: 50px;
    color: rgba(42, 42, 42, 0.5);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .footer .socials__item .fab {
      font-size: 24px; }
      @media screen and (max-width: 550px) {
        .footer .socials__item .fab {
          font-size: 17px; } }
    .footer .socials__item:hover {
      border: 2px solid #e0e0e0;
      color: #2a2a2a; }
    @media screen and (max-width: 850px) {
      .footer .socials__item {
        margin-left: 10px; } }
    @media screen and (max-width: 550px) {
      .footer .socials__item {
        width: 40px;
        height: 40px; } }
  @media screen and (max-width: 1100px) {
    .footer {
      padding: 70px 0; } }
  @media screen and (max-width: 1000px) {
    .footer {
      font-size: 16px; } }
  @media screen and (max-width: 600px) {
    .footer {
      padding: 60px 0; } }
  @media screen and (max-width: 550px) {
    .footer {
      padding: 50px 0;
      text-align: center; } }
  @media screen and (max-width: 450px) {
    .footer {
      font-size: 15px; } }

.ar-lang .languages__flag {
  margin-right: 0;
  margin-left: 11px; }

.ar-lang .languages__title {
  padding-right: 0;
  padding-left: 14px; }
  .ar-lang .languages__title::after {
    left: -1px;
    right: unset; }

.ar-lang .languages__list {
  left: -15px;
  right: unset; }
  @media screen and (max-width: 1240px) {
    .ar-lang .languages__list {
      left: 0;
      right: unset; } }
  @media screen and (max-width: 600px) {
    .ar-lang .languages__list {
      width: -webkit-calc(100vw - 30px);
      width: calc(100vw - 30px); } }

.ar-lang .first-section__title {
  margin: 0 0 39px 78px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .ar-lang .first-section__title {
      margin: 0 0 39px;
      text-align: right; } }
  @media screen and (max-width: 1000px) {
    .ar-lang .first-section__title {
      margin: 0 0 25px; } }
  @media screen and (max-width: 860px) {
    .ar-lang .first-section__title {
      margin: 0 0 18px; } }
  @media screen and (max-width: 500px) {
    .ar-lang .first-section__title {
      margin: 0 0 14px; } }

.ar-lang .first-section__info li {
  padding-right: 180px;
  padding-left: 0; }
  .ar-lang .first-section__info li::before {
    left: unset;
    right: 90px; }
    @media screen and (max-width: 1000px) {
      .ar-lang .first-section__info li::before {
        left: unset;
        right: 0; } }
  @media screen and (max-width: 1300px) {
    .ar-lang .first-section__info li {
      padding-right: 150px;
      padding-left: 0; } }
  @media screen and (max-width: 1000px) {
    .ar-lang .first-section__info li {
      padding-right: 50px;
      padding-left: 0; } }
  @media screen and (max-width: 500px) {
    .ar-lang .first-section__info li {
      padding-right: 35px;
      padding-left: 0; } }

.ar-lang .cards__info {
  padding: 71px 162px 146px 40px; }
  @media screen and (max-width: 860px) {
    .ar-lang .cards__info {
      padding: 27px 80px 146px 40px; } }
  @media screen and (max-width: 700px) {
    .ar-lang .cards__info {
      padding: 15px 35px 90px 25px; } }
  @media screen and (max-width: 500px) {
    .ar-lang .cards__info {
      padding: 15px 20px 90px; } }

.ar-lang .cards__item {
  background-position: left bottom; }
  .ar-lang .cards__item::before {
    left: unset;
    right: 0;
    -webkit-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0; }
  .ar-lang .cards__item_green {
    background-image: url(/landing-pages/discipline/img/01_bg_fa.jpg); }
  .ar-lang .cards__item_red {
    background-image: url(/landing-pages/discipline/img/02_bg_fa.jpg); }
  .ar-lang .cards__item_yellow {
    background-image: url(/landing-pages/discipline/img/03_bg_fa.jpg); }
  .ar-lang .cards__item_blue {
    background-image: url(/landing-pages/discipline/img/04_bg_fa.jpg); }
    .ar-lang .cards__item_blue .cards__img {
      left: -160px;
      right: unset; }
      @media screen and (max-width: 1430px) {
        .ar-lang .cards__item_blue .cards__img {
          left: -84px;
          right: unset; } }
  @media screen and (max-width: 860px) {
    .ar-lang .cards__item {
      background-position: right center; } }

.ar-lang .cards__img {
  left: -80px;
  right: unset; }
  @media screen and (max-width: 1430px) {
    .ar-lang .cards__img {
      left: -45px;
      right: unset; } }

.ar-lang .cards__text-line {
  padding-right: 0;
  padding-left: 155px; }
  .ar-lang .cards__text-line_short {
    padding-right: 0;
    padding-left: 235px; }
    @media screen and (max-width: 1150px) {
      .ar-lang .cards__text-line_short {
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (max-width: 1150px) {
    .ar-lang .cards__text-line {
      padding-right: 0;
      padding-left: 0; } }

.ar-lang .cards__step {
  left: unset;
  right: 50px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }
  @media screen and (max-width: 860px) {
    .ar-lang .cards__step {
      padding: 15px 80px 0 10px;
      text-align: right; } }
  @media screen and (max-width: 700px) {
    .ar-lang .cards__step {
      padding: 22px 35px 0 10px; } }
  @media screen and (max-width: 500px) {
    .ar-lang .cards__step {
      padding: 20px 20px 0 10px; } }

.ar-lang .cards__btn {
  left: unset;
  right: 162px; }
  @media screen and (max-width: 860px) {
    .ar-lang .cards__btn {
      left: unset;
      right: 80px; } }
  @media screen and (max-width: 700px) {
    .ar-lang .cards__btn {
      left: unset;
      right: 35px; } }
  @media screen and (max-width: 500px) {
    .ar-lang .cards__btn {
      left: unset;
      right: 20px; } }
