@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"); }

@font-face {
  font-family: "Ticking Timebomb BB";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TickingTimebombBB/TickingTimebombBB.eot");
  src: url("../fonts/TickingTimebombBB/TickingTimebombBB.eot?#iefix") format("embedded-opentype"), url("../fonts/TickingTimebombBB/TickingTimebombBB.woff") format("woff"), url("../fonts/TickingTimebombBB/TickingTimebombBB.ttf") format("truetype"); }

*::-webkit-input-placeholder {
  color: #000; }

*:-moz-placeholder {
  color: #000; }

*::-moz-placeholder {
  color: #000; }

*:-ms-input-placeholder {
  color: #000; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red; }

body input:required:valid,
body textarea:required:valid {
  border-color: green; }

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

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }

li {
  list-style: none; }

html {
  overflow-x: hidden; }

body {
  line-height: 1.3;
  font-family: sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

.wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper-big {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px; }

.section-title {
  font-size: 39.87px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 68px;
  line-height: 1; }
  .section-title i {
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 128.96px;
    font-weight: bold;
    color: #004185;
    font-style: normal; }
  .section-title b {
    font-size: 60px;
    font-weight: bold; }
  .section-title span {
    font-size: 40px;
    font-weight: bold;
    display: block; }

/* -- bar -- */
.menu-bar span, .menu-bar span:before, .menu-bar span:after {
  display: block;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  margin-top: -1.25px;
  left: 50%;
  margin-left: -14px;
  background: #004185; }

.menu-bar {
  width: 30px;
  height: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .menu-bar span:after {
    content: '';
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 6px; }
  .menu-bar span:before {
    content: '';
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -9px; }

.open-menu .menu-bar span {
  background: transparent; }
  .open-menu .menu-bar span:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0; }
  .open-menu .menu-bar span:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: 0; }

/* -- header -- */
.header {
  padding: 5px 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.31);
  min-height: 81px;
  position: relative;
  z-index: 99; }
  .header .wrapper-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .header-nav {
    margin-top: 23px;
    padding-right: 25px; }
    .header-nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .header-nav ul li {
        margin: 0 14px; }
        .header-nav ul li a {
          font-weight: normal;
          font-size: 16px;
          color: #004185;
          position: relative;
          letter-spacing: .6px; }
          .header-nav ul li a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #004185;
            left: 0;
            bottom: -2px;
            opacity: 0;
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear; }
          .header-nav ul li a:hover::after, .header-nav ul li a.page-active::after {
            opacity: 1; }
  .header-form {
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .header-form a {
      font-weight: normal;
      max-height: 23px;
      line-height: 1;
      font-size: 14px;
      color: #004185;
      border: 2px solid #004185;
      padding: 3px 12px 4px 7px; }
      .header-form a:hover {
        background: #004185;
        color: #fff; }
      .header-form a:first-child {
        border-right: 0; }
  .header-phone {
    max-width: 145px;
    margin-top: 11px; }
    .header-phone a {
      font-weight: normal;
      font-size: 14px;
      color: #000000; }
      .header-phone a:hover {
        color: #004185; }

/* -- slogan -- */
.slogan {
  height: 435px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-position: center !important;
  margin-bottom: 80px; }
  .slogan .wrapper {
    position: relative;
    min-height: 100%; }
  .slogan-laptop {
    position: absolute;
    right: 100px;
    bottom: -55px;
    height: 447px;
    width: 741px;
    background-repeat: no-repeat !important;
    -webkit-background-size: contain !important;
            background-size: contain !important;
    background-position: center !important; }
  .slogan h1 {
    max-width: 472px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    padding-top: 92px; }
    .slogan h1 span {
      display: inline-block;
      background: #fd7f19;
      margin-bottom: 17px;
      line-height: 1;
      padding: 15px 38px 5px; }

/* -- action -- */
.action {
  margin-bottom: 30px; }
  .action-row {
    border: 14px solid #004185;
    padding: 20px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -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; }
    .action-row a {
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      display: inline-block;
      background: #fd7f19;
      padding: 22px 30px 15px;
      max-width: 506px;
      width: 100%;
      text-transform: uppercase;
      line-height: 1;
      margin: 5px 68px 0 0;
      text-align: center;
      position: relative; }
      .action-row a::after {
        content: '';
        position: absolute;
        background: url(../img/mark.png);
        width: 135px;
        height: 11px;
        left: -135px;
        top: 50%;
        margin-top: -5.5px; }
      .action-row a:hover {
        background: #da680c; }
    .action-row h3 {
      font-weight: bold;
      font-size: 24px;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .action-row p {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 31.8px; }
      .action-row p span {
        display: block;
        font-size: 34.97px;
        line-height: 1.2; }
      .action-row p b {
        font-weight: normal; }

/* -- advantages -- */
.advantages .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .advantages .wrapper > div {
    width: 30.65%;
    background: #f3f3f3;
    padding: 66px 25px 38px;
    margin-bottom: 40px; }
    .advantages .wrapper > div div {
      text-align: center;
      height: 180px; }
    .advantages .wrapper > div h3 {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 29px; }
    .advantages .wrapper > div p {
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.5; }

/* -- forwhom -- */
.forwhom {
  margin-bottom: 33px; }
  .forwhom-row {
    background: #d1e5f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 20px 20px; }
    .forwhom-row div {
      width: 32%;
      margin-bottom: 5px; }
      .forwhom-row div:nth-child(3), .forwhom-row div:nth-child(6) {
        padding-left: 24px; }
      .forwhom-row div p {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin-top: 5px;
        line-height: 1.4; }
        .forwhom-row div p span {
          font-weight: bold;
          font-size: 36px;
          color: #004185;
          border: 4px solid #004185;
          width: 50px;
          height: 50px;
          display: inline-block;
          text-align: center;
          margin-right: 16px; }

/* -- about -- */
.video-wrap {
  max-width: 590px;
  width: 100%;
  padding: 0 !important;
  background: none !important; }

.video-iframe {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  z-index: 99;
  background: none !important; }
  .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about {
  padding: 65px 0 100px;
  background-repeat: repeat !important; }
  .about .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .about-info {
    padding: 8px 0 0 30px;
    max-width: 650px;
    width: 100%; }
    .about-info span {
      font-size: 31.89px;
      font-weight: normal;
      text-align: center;
      line-height: 1;
      padding: 17px 0 11px;
      display: block;
      background: #004185;
      color: #fff;
      margin-bottom: 30px; }
    .about-info h3 {
      font-size: 23.92px;
      text-transform: uppercase;
      max-width: 425px;
      margin-bottom: 15px;
      font-weight: 900;
      padding: 45px 0 0 70px;
      position: relative; }
      .about-info h3::after {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        background: url(../img/quotes.png);
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 42px; }
    .about-info p {
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.7; }

/* -- value -- */
.value {
  padding: 40px 0 75px; }
  .value-title {
    margin-left: 25px; }
    .value-title span {
      font-weight: 500;
      font-size: 51.23px; }
  .value-row {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .value-row > div {
      width: 30.5%;
      background: #f3f3f3;
      padding: 10px 10px 20px;
      text-align: center;
      margin-bottom: 40px; }
      .value-row > div div {
        min-height: 65px; }
      .value-row > div p {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 18px;
        max-width: 290px;
        margin: 0 auto; }
        .value-row > div p span {
          font-weight: bold;
          text-transform: uppercase; }
  .value-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .value-info div {
      width: 50%; }
      .value-info div:first-child {
        margin-top: 32px; }
      .value-info div span {
        font-family: "Ticking Timebomb BB", sans-serif;
        font-weight: normal;
        font-size: 35.86px;
        display: inline-block;
        padding: 0 0 47px 5px; }
        .value-info div span b {
          font-family: sans-serif;
          font-weight: 500;
          font-size: 23.57px; }
      .value-info div h3 {
        text-transform: uppercase;
        font-size: 27.49px;
        font-weight: 500;
        color: #004185;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        max-width: 570px;
        padding-bottom: 40px; }
        .value-info div h3::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(../img/border.png);
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          width: 334px;
          height: 19px; }
        .value-info div h3 b {
          font-size: 32px;
          font-weight: 500; }
        .value-info div h3 i {
          position: absolute;
          font-size: 84px;
          font-weight: bold;
          font-style: normal;
          top: -13px;
          right: -15px; }
      .value-info div p {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        padding-left: 10px;
        line-height: 1.4; }
        .value-info div p {
          position: relative; }
          .value-info div p::after {
            content: '';
            position: absolute;
            top: -15px;
            left: -19px;
            background: url(../img/3.png);
            width: 42px;
            height: 39px;
            -webkit-background-size: contain;
                    background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .value-info div p span {
          font-weight: bold;
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          padding: 0; }
        .value-info div p i {
          width: 15px;
          height: 15px;
          display: inline-block; }
      .value-info div a {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        background: #fd7f19;
        padding: 22px 10px 15px;
        max-width: 441px;
        height: 66px;
        width: 100%;
        text-transform: uppercase;
        line-height: 1;
        margin: 25px 0 0 13px;
        text-align: center; }
        .value-info div a:hover {
          background: #da680c; }

/* -- teach -- */
.teach {
  position: relative;
  padding: 65px 0 70px; }
  .teach-title {
    margin-top: 50px; }
    .teach-title b {
      font-size: 51px; }
    .teach-title span {
      font-size: 59px;
      font-weight: normal; }
  .teach::after, .teach::before {
    content: '';
    position: absolute;
    width: 1314px;
    height: 1px;
    background: url(../img/dash.png);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .teach::after {
    top: 0; }
  .teach::before {
    bottom: 0; }
  .teach .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .teach .wrapper div {
      max-width: 420px;
      padding: 30px 10px;
      text-align: center;
      width: 100%;
      background: url(../img/frame.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .teach .wrapper div a {
        font-size: 30px;
        color: #fff;
        max-width: 243px;
        max-height: 66px;
        width: 100%;
        height: 100%;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        padding: 13px 5px 10px;
        background-color: #fd7f1a; }
        .teach .wrapper div a:hover {
          background: #da680c; }
      .teach .wrapper div p {
        font-weight: normal;
        font-size: 24px;
        line-height: 1.1;
        max-width: 210px;
        margin: 0 auto 30px; }
        .teach .wrapper div p span {
          text-transform: uppercase; }
        .teach .wrapper div p b {
          font-size: 48px;
          font-weight: bold;
          color: #004185; }
      .teach .wrapper div:last-child p {
        max-width: 100%; }
        .teach .wrapper div:last-child p span {
          display: block; }

/* -- testimonials -- */
.testimonials {
  padding: 30px 0 10px; }
  .testimonials-title {
    line-height: .8; }
    .testimonials-title span {
      font-size: 51px;
      font-weight: 500; }
  .testimonials-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .testimonials-row div {
      width: 32%;
      border: 14px solid #004185;
      padding: 10px 14px 70px;
      position: relative; }
      .testimonials-row div p {
        font-size: 14px;
        font-weight: normal;
        font-family: "Open Sans", sans-serif; }
      .testimonials-row div span {
        font-weight: bold;
        font-size: 13.5px;
        position: absolute;
        bottom: 17px;
        left: 14px; }

/* -- footer -- */
.footer {
  padding: 130px 0 20px;
  background-color: #004185;
  background-position: center -1px !important;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important;
  background-repeat: no-repeat !important; }
  .footer .wrapper-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-logo {
    margin-top: 25px; }
  .footer-center {
    text-align: center;
    max-width: 480px;
    margin-right: 50px; }
    .footer-center p {
      font-size: 14px;
      color: #fff;
      margin-bottom: 5px; }
    .footer-center span {
      font-size: 12px;
      font-weight: normal;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #fff; }
  .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
    .footer-nav ul li {
      margin: 0 12px; }
      .footer-nav ul li a {
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        position: relative;
        letter-spacing: .6px; }
        .footer-nav ul li a:hover {
          color: #fd7f19; }
  .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .footer-right ul.social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      margin-top: 38px; }
      .footer-right ul.social li {
        margin-left: 10px; }
        .footer-right ul.social li a:hover {
          opacity: .7; }
  .footer-phone {
    max-width: 160px;
    padding-right: 11px;
    margin-top: 38px; }
    .footer-phone a {
      font-weight: normal;
      font-size: 14px;
      color: #fff;
      white-space: nowrap; }
      .footer-phone a:hover {
        color: #fd7f19; }

/* -- bread-crumbs -- */
.bread-crumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  padding: 17px 0 15px;
  min-height: 182px;
  z-index: 1; }
  .bread-crumbs ul {
    font-size: 0; }
    .bread-crumbs ul li {
      font-size: 12px;
      display: inline-block;
      padding-right: 13px;
      position: relative; }
      .bread-crumbs ul li::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 2px;
        width: 9px;
        height: 9px;
        margin-top: -4.5px;
        -webkit-background-size: contain !important;
                background-size: contain !important;
        background-repeat: no-repeat !important;
        background: url(../img/arrow-right.png); }
      .bread-crumbs ul li:last-child::after {
        display: none; }
      .bread-crumbs ul li a {
        color: #000; }
        .bread-crumbs ul li a.bread-active {
          font-weight: bold; }

.blog-main .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.blog-sidebar {
  max-width: 337px;
  min-width: 337px;
  width: 100%; }
  .blog-sidebar h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background: #004185;
    padding: 4px 15px;
    margin: 9px 0 15px; }
  .blog-sidebar ul li a {
    font-size: 18px;
    color: #000;
    display: block;
    background: #f3f3f3;
    padding: 6px 5px 5px 17px;
    margin-bottom: 2px; }
    .blog-sidebar ul li a:hover, .blog-sidebar ul li a.sidebar-active {
      color: #fff;
      background: #fd7f1a; }

.blog-content {
  padding-right: 70px;
  width: 100%; }
  .blog-content div {
    padding-bottom: 35px; }
    .blog-content div a {
      font-size: 17px;
      color: #000;
      padding: 0 5px;
      position: relative; }
      .blog-content div a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
    .blog-content div h2 {
      font-size: 30px;
      font-weight: bold;
      color: #fd7f19;
      padding-bottom: 20px;
      font-family: "Open Sans", sans-serif; }
    .blog-content div p {
      font-size: 18px;
      line-height: 1.65;
      padding-bottom: 33px;
      font-family: "Open Sans", sans-serif; }
      .blog-content div p:first-child {
        margin-bottom: 10px; }
    .blog-content div div {
      margin: -34px 0 11px;
      padding-bottom: 13px;
      text-align: right;
      position: relative; }
      .blog-content div div::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-repeat: repeat !important;
        background: url(../img/dashed.png); }
      .blog-content div div a {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: inline-block;
        background: #fd7f1a;
        width: 192px;
        height: 44px;
        line-height: 2.2;
        padding: 0; }
        .blog-content div div a:hover {
          background: #da680c; }
        .blog-content div div a::after {
          display: none; }

.page-content {
  position: relative;
  padding-top: 65px; }
  .page-content .wrapper {
    z-index: 2;
    position: relative; }
  .page-content h1 {
    font-size: 42px;
    color: #004185;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding-bottom: 15px; }
    .page-content h1 span {
      position: relative; }
      .page-content h1 span::after, .page-content h1 span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #004185;
        left: 0;
        bottom: -2px; }
      .page-content h1 span::after {
        bottom: -9px; }

.person-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  padding-bottom: 23px;
  margin-bottom: 20px; }
  .person-area::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-repeat: repeat !important;
    background: url(../img/dashed.png); }

.person h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fd7f19;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif; }

.person-details div {
  padding: 5px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .person-details div span {
    display: inline-block;
    max-width: 175px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px; }
  .person-details div p {
    margin: 0 !important;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px; }
    .person-details div p a {
      text-decoration: underline;
      color: #004185; }
      .person-details div p a::after {
        display: none; }
  .person-details div div {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 550px;
    width: 100%;
    margin-right: 15px; }
    .person-details div div::after {
      display: none; }
    .person-details div div input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 3px 10px;
      display: none;
      font-family: "Open Sans", sans-serif; }
      .person-details div div input.input-open {
        display: block;
        z-index: 1; }

.person-save {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #fd7f1a;
  width: 192px;
  height: 44px;
  line-height: 2.2;
  padding: 0;
  margin: 17px 0 20px; }
  .person-save:hover {
    background: #da680c; }

.steps-wrap {
  position: relative;
  padding-bottom: 23px; }
  .steps-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-repeat: repeat !important;
    background: url(../img/dashed.png); }
  .steps-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #004185;
    padding: 10px 15px;
    line-height: 2;
    width: 214px;
    height: 66px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .steps-wrap ul {
    padding-bottom: 20px; }
    .steps-wrap ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #d0e5f8;
      padding: 10px 15px;
      position: relative;
      margin-bottom: 5px; }
      .steps-wrap ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #000;
        width: 100%; }
      .steps-wrap ul li span {
        max-width: 185px;
        width: 100%;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        color: #004185;
        text-transform: uppercase; }
      .steps-wrap ul li p {
        max-width: 480px;
        width: 100%;
        font-size: 18px;
        font-weight: normal; }
      .steps-wrap ul li img {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .steps-wrap ul li.steps-open {
        background: #bee3b0; }
  .steps-wrap div p {
    padding-bottom: 10px; }
    .steps-wrap div p a {
      font-size: 25px;
      color: #004185;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .steps-wrap div p a img {
        margin-right: 10px; }
      .steps-wrap div p a span {
        position: relative; }
        .steps-wrap div p a span::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          height: 1px;
          width: 100%;
          background: #004185; }

.payment-wrap {
  position: relative;
  padding: 23px 0 68px; }
  .payment-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-repeat: repeat !important;
    background: url(../img/dashed.png); }

.payment-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0; }
  .payment-head p {
    width: 20%;
    padding: 0 1%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 18px; }

.payment-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
  background: #d3cfcf;
  margin-bottom: 5px; }
  .payment-tab p {
    width: 20%;
    font-family: "Open Sans", sans-serif;
    text-align: center; }
  .payment-tab div {
    width: 20%; }
  .payment-tab img {
    display: block;
    margin: 0 auto; }

.certificates {
  padding: 24px 0 30px; }
  .certificates ul li {
    margin-top: 26px; }
    .certificates ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 12px 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fd7f19;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      max-width: 458px; }
      .certificates ul li a img {
        margin-right: 10px; }
      .certificates ul li a:hover {
        background: #da680c; }

/* -- form -- */
.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 50px; }

.form-content {
  width: 100%;
  padding-right: 78px; }
  .form-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fd7f19;
    padding-bottom: 22px; }
  .form-content div span {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 7px; }
  .form-content div input, .form-content div textarea {
    width: 100%;
    border: 1px solid #000;
    height: 52px;
    font-size: 18px;
    padding: 10px 10px 10px 14px; }
    .form-content div input::-webkit-input-placeholder, .form-content div textarea::-webkit-input-placeholder {
      font-size: 18px; }
    .form-content div input:-moz-placeholder, .form-content div textarea:-moz-placeholder {
      font-size: 18px; }
    .form-content div input::-moz-placeholder, .form-content div textarea::-moz-placeholder {
      font-size: 18px; }
    .form-content div input:-ms-input-placeholder, .form-content div textarea:-ms-input-placeholder {
      font-size: 18px; }
  .form-content div textarea {
    height: 170px;
    resize: none;
    padding: 15px 10px 10px 14px; }

.form-textarea {
  padding: 13px 0 30px; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .form-row div {
    width: 48.5%; }

.form-submit {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  color: #fff;
  display: inline-block;
  background: #fd7f19;
  padding: 8px 21px;
  cursor: pointer;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  border: none; }
  .form-submit:hover {
    background: #da680c; }

.form-sidebar {
  min-width: 410px;
  max-width: 410px;
  width: 100%;
  padding-top: 70px; }
  .form-sidebar h3 {
    color: #004185;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px; }
  .form-sidebar div {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px; }
    .form-sidebar div img {
      position: absolute;
      top: 10%;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .form-sidebar div p {
      line-height: 1.5; }
    .form-sidebar div a {
      font-size: 18px;
      color: #000; }

.form-text {
  margin-bottom: 30px; }
  .form-text p {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 29px;
    line-height: 1.7;
    font-size: 18px; }

/* -- about -- */
.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.about-img {
  max-width: 375px;
  width: 100%;
  padding-right: 40px;
  min-width: 375px; }

.about-text {
  width: 100%; }
  .about-text h1 {
    line-height: 1;
    display: inline-block;
    font-size: 31px;
    color: #fff;
    font-weight: normal;
    background: #fd7f19;
    display: inline-block;
    padding: 13px 35px;
    margin-bottom: 35px;
    letter-spacing: 0;
    text-transform: none; }
  .about-text h2 {
    padding: 37px 0 17px 72px;
    position: relative;
    max-width: 430px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase; }
    .about-text h2::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      height: 42px;
      background: url(../img/quotes-2.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat; }

.about-top {
  padding-bottom: 24px; }
  .about-top p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    font-size: 18px; }
  .about-top span {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-top: 20px; }

.about-content div {
  padding-bottom: 40px; }

.about-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: #004185;
  padding: 16px 20px 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px; }

.about-content span {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  background: #f3f3f3;
  display: block;
  padding: 12px 20px;
  margin-bottom: 13px; }

.about-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-bottom: 31px;
  line-height: 1.6; }

/* -- lesson -- */
.subject, .task, .block {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 19px 37px;
  background: #c2c0c0;
  min-height: 100px;
  margin-bottom: 12px; }
  .subject span, .task span, .block span {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 24px; }
  .subject p, .task p, .block p {
    font-size: 24px;
    font-weight: 500;
    max-width: 560px; }

.task {
  background: #265d97; }

.block {
  background: #fda258;
  min-height: 77px; }

.slogan-lesson {
  position: relative;
  margin-bottom: 0;
  height: 425px; }
  .slogan-lesson h1 {
    padding: 65px 0 0 0;
    margin-left: 93px;
    font-size: 52px; }
  .slogan-lesson .slogan-laptop {
    width: 410px;
    height: 373px;
    right: 147px;
    bottom: 20px; }

.lesson-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 8px 0 35px; }
  .lesson-top__col {
    width: 50%; }
    .lesson-top__col .video-wrap {
      max-width: 565px; }
    .lesson-top__col-1 {
      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;
      padding-left: 20px; }

.lesson-block__wrap {
  padding: 13px 20px 26px; }
  .lesson-block__wrap .video-wrap {
    margin: 32px 0 30px; }
  .lesson-block__wrap b {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: block;
    background: #dfdfdf;
    padding: 6px 15px 13px;
    margin-bottom: 18px; }
  .lesson-block__wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    padding: 0 14px;
    max-width: 1000px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .lesson-block__wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 30px; }
    .lesson-block__wrap ul li {
      font-size: 24px;
      font-family: "Open Sans", sans-serif;
      border: 3px solid #a1a1a1;
      padding: 0px 15px;
      margin: 0 13px 6px 0;
      cursor: pointer;
      -webkit-transition: .2s linear;
      -o-transition: .2s linear;
      transition: .2s linear; }
      .lesson-block__wrap ul li.select {
        border-color: #004185; }
      .lesson-block__wrap ul li.properly {
        border-color: #268a00; }
      .lesson-block__wrap ul li.wrong {
        border-color: #ed1c24; }
  .lesson-block__wrap button {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #265d97;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 14px 34px; }
  .lesson-block__wrap textarea {
    border: 3px solid #a1a1a1;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
            box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    max-width: 859px;
    width: 100%;
    height: 142px;
    resize: none;
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    padding: 10px 15px; }
  .lesson-block__wrap span.quest-question {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    padding: 0 14px;
    display: block;
    max-width: 808px;
    margin-bottom: 20px; }
    .lesson-block__wrap span.quest-question input {
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      border: none;
      border-bottom: 2px solid #268a00;
      color: #268a00;
      width: 17px;
      height: 24px;
      text-align: center; }
      .lesson-block__wrap span.quest-question input.wrong-input {
        border-color: #ed1c24;
        color: #ed1c24; }
    .lesson-block__wrap span.quest-question div {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0 2px;
      background: none;
      font-size: 24px;
      cursor: pointer;
      border: 1px solid #a1a1a1;
      }
    .lesson-block__wrap span.quest-question ul {
      position: absolute;
      padding: 0;
      font-size: 24px;
      display: block;
      top: 100%;
      left: 0;
      min-width: 100%;
      display: none; }
      .lesson-block__wrap span.quest-question ul li {
        padding: 1px 0 2px;
        text-align: center;
        background: #a1a1a1;
        margin: 0 0 1px 0;
        line-height: 1;
        white-space: nowrap; }
      .lesson-block__wrap span.quest-question ul.ul-open {
        display: block;
        z-index: 10;}
  .lesson-block__wrap div {
    background: #d1e5f9;
    padding: 20px 20px 45px; }
    .lesson-block__wrap div.quest-answer span {
      display: block;
      color: #004185;
      font-weight: bold;
      padding: 0 0 14px;
      margin: 0;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: bold; }
    .lesson-block__wrap div p {
      font-weight: bold;
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      margin: 0;
      padding: 0; }

.lesson-block ul.options {
  padding: 0 14px 30px; }
  .lesson-block ul.options li {
    border: none;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    margin-right: 50px; }
    .lesson-block ul.options li span {
      margin: 0;
      padding: 0;
      display: inline-block;
      font-weight: bold; }

.lesson-img {
  max-width: 937px;
  padding: 0 !important;
  height: 381px;
  -webkit-background-size: contain !important;
          background-size: contain !important;
  background-repeat: no-repeat !important; }

.lesson-title {
  font-size: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 53px; }
  .lesson-title img {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 40px; }
  .lesson-title i {
    font-size: 129px; }
  .lesson-title b {
    font-size: 59px; }
  .lesson-title span {
    font-size: 31px; }

.lesson-forwhom {
  background: #d1e5f9;
  padding: 25px 45px; }
  .lesson-forwhom .forwhom-row {
    padding-top: 0; }
  .lesson-forwhom h2 {
    font-weight: 500;
    font-size: 32px;
    color: #004185;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 20px;
    position: relative;
    display: inline-block; }
    .lesson-forwhom h2 i {
      position: absolute;
      font-style: normal;
      font-size: 63px;
      font-weight: bold;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: -35px; }
    .lesson-forwhom h2 span {
      display: block;
      font-size: 19px; }
  .lesson-forwhom h3 {
    font-size: 24px;
    font-weight: bold; }

.lesson-bottom {
  padding: 50px 0 200px;
  position: relative; }
  .lesson-bottom h2 {
    font-size: 60px;
    padding-left: 100px;
    font-weight: 500;
    color: #fd7f19;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    display: inline-block; }
    .lesson-bottom h2 i {
      position: absolute;
      font-style: normal;
      font-size: 117px;
      font-weight: bold;
      top: 0;
      right: -35px; }
    .lesson-bottom h2::after {
      content: '';
      position: absolute;
      bottom: -35px;
      right: -80px;
      background: url(../img/part.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      width: 389px;
      height: 21px; }
    .lesson-bottom h2 span {
      display: block;
      font-size: 37px; }
  .lesson-bottom__img {
    width: 396px;
    height: 352px;
    -webkit-background-size: contain !important;
            background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 43px;
    right: 225px; }

@media only screen and (max-width: 1260px) {
  .slogan-laptop {
    right: 0; }
  .action-row a {
    margin: 0; }
    .action-row a::after {
      left: -50px; }
  .lesson-bottom__img {
    right: 100px; }
  .lesson-bottom h2 {
    padding-left: 50px; } }

@media only screen and (max-width: 1160px) {
  .slogan-laptop {
    width: 550px; }
  .header-logo {
    margin-top: 0;
    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; }
    .header-logo img {
      max-width: 200px; }
  .header-nav ul li {
    margin: 0 8px; }
  .action-row a::after {
    display: none; }
  .forwhom-row div {
    width: 49%;
    padding-left: 0 !important;
    padding-bottom: 10px; }
  .value-info div h3 i {
    display: none; }
  .value-info div span {
    padding-left: 0; }
  .slogan-lesson .slogan-laptop {
    right: 5px; }
  .lesson-bottom__img {
    right: 0px; }
  .lesson-bottom h2 {
    padding-left: 0; } }

@media only screen and (max-width: 1080px) {
  .action {
    text-align: center; }
    .action div {
      margin: 0 auto 15px; }
    .action a {
      margin: 0 auto; }
  .teach-title {
    width: 100%;
    margin: 0 0 20px; }
  .teach .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .teach .wrapper div {
      width: 100%; }
  .value-info div {
    width: 100%; }
    .value-info div span {
      padding-bottom: 0; }
    .value-info div:first-child {
      margin-bottom: 20px; } }

@media only screen and (max-width: 1020px) {
  .menu-bar {
    display: block; }
  .header-nav {
    margin: 0; }
    .header-nav ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      text-align: center; }
      .header-nav ul li {
        margin: 10px 0; }
        .header-nav ul li a {
          font-size: 18px;
          padding: 5px 0;
          display: block; }
          .header-nav ul li a::after {
            bottom: 2px;
            max-width: 100px;
            left: 50%;
            margin-left: -50px; }
  .slogan h1 {
    font-size: 35px;
    max-width: 360px;
    padding-top: 130px; }
    .slogan h1 span {
      padding: 15px 20px 5px;
      margin-bottom: 10px; }
  .advantages .wrapper > div {
    width: 32.2%;
    padding: 66px 10px 38px; }
  .teach {
    padding: 65px 0 30px; }
    .teach .wrapper div {
      max-width: 380px;
      padding: 15px 10px;
      margin: 0 auto 40px; }
      .teach .wrapper div p {
        font-size: 20px; }
      .teach .wrapper div a {
        font-size: 18px;
        max-height: 38px;
        padding: 10px 10px 5px; }
  .blog-content {
    padding-right: 20px; }
  .form-content {
    padding-right: 20px; }
  .slogan-lesson h1 {
    font-size: 40px;
    margin-left: 0;
    max-width: 400px; }
  .lesson-bottom {
    padding-bottom: 250px; }
    .lesson-bottom h2 {
      font-size: 48px; }
      .lesson-bottom h2 span {
        font-size: 30px; }
      .lesson-bottom h2 i {
        font-size: 90px; } }

@media only screen and (max-width: 880px) {
  .slogan-laptop {
    width: 400px;
    bottom: 0; }
  .advantages .wrapper > div {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 30px;
    padding: 66px 25px 38px; }
  .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer-center {
    margin: 0 0 20px 0;
    max-width: 500px; }
  .value-row > div {
    width: 32.5%; }
  .blog-main .wrapper, .person-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .blog-sidebar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px; }
  .steps-wrap ul li {
    padding: 10px; }
    .steps-wrap ul li span {
      font-size: 20px;
      max-width: 125px; }
    .steps-wrap ul li p {
      max-width: 400px;
      font-size: 16px; }
    .steps-wrap ul li img {
      right: 10px; }
  .form-content {
    padding-right: 0; }
  .form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .form-sidebar {
    min-width: auto; }
  .about-wrap {
    display: block; }
  .about-top h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 10px 5px;
    margin-bottom: 10px; }
  .about-top h2 {
    font-size: 20px; }
  .about-top p {
    font-size: 16px; }
  .about-img {
    margin: 0 auto 30px;
    padding: 0;
    max-width: 360px;
    min-width: auto; }
  .about-content h2 {
    font-size: 24px; }
  .about-content span {
    font-size: 20px;
    padding: 8px 10px; }
  .about-content p {
    padding-bottom: 15px;
    font-size: 16px; }
  .lesson-bottom {
    padding-bottom: 30px; }
    .lesson-bottom__img {
      position: static;
      max-width: 396px;
      width: 100%; }
    .lesson-bottom h2 {
      margin-bottom: 70px; } }

@media only screen and (max-width: 760px) {
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
  .header-form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 10px; }
  .slogan {
    margin-bottom: 20px; }
    .slogan h1 {
      padding: 30px 0 10px;
      margin: 0 auto; }
    .slogan-laptop {
      position: static;
      max-height: 200px;
      max-width: 400px;
      width: 100%;
      margin: 0 auto; }
  .action-row {
    border: 10px solid #004185;
    padding: 10px 15px; }
    .action-row h3 {
      font-size: 20px; }
    .action-row p {
      font-size: 24px; }
      .action-row p span {
        font-size: 25px; }
    .action-row a {
      font-size: 20px;
      padding: 12px 10px 10px; }
  .section-title {
    padding-left: 40px; }
    .section-title i {
      font-size: 80px; }
  .forwhom-title {
    font-size: 25px; }
    .forwhom-title b {
      font-size: 40px; }
    .forwhom-title span {
      font-size: 25px; }
  .about {
    padding: 25px 0 40px; }
    .about .wrapper {
      display: block; }
    .about-info {
      margin: 0 auto;
      padding-left: 0; }
  .video-wrap {
    margin: 0 auto 20px; }
  .testimonials-row {
    display: block; }
    .testimonials-row div {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px; }
  .footer {
    padding: 70px 0 10px; }
    .footer .wrapper-big {
      display: block; }
    .footer-logo {
      text-align: center;
      margin-bottom: 20px; }
    .footer-center {
      margin: 0 auto 20px; }
    .footer-phone {
      max-width: 200px; }
    .footer-right {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .value-row > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px; }
  .page-content h1 {
    font-size: 30px; }
  .blog-sidebar {
    min-width: auto; }
  .blog-content div {
    padding-bottom: 25px; }
    .blog-content div h2 {
      font-size: 24px;
      padding-bottom: 10px; }
    .blog-content div p {
      font-size: 16px;
      padding-bottom: 15px; }
    .blog-content div div {
      margin: 0 0 5px; }
  .steps-wrap ul li {
    padding: 10px 40px 10px 5px; }
    .steps-wrap ul li span {
      font-size: 16px;
      max-width: 100px; }
    .steps-wrap ul li p {
      font-size: 14px; }
    .steps-wrap ul li img {
      right: 5px; }
  .steps-wrap div p a {
    font-size: 20px; }
  .steps-wrap h3 {
    font-size: 20px;
    width: 160px;
    padding: 5px;
    height: 40px;
    line-height: 1.6; }
  .certificates ul li a {
    font-size: 20px;
    padding: 10px; }
  .slogan-lesson h1 {
    padding: 40px 0 10px;
    font-size: 30px; }
  .lesson-top {
    padding-bottom: 10px; }
    .lesson-top__col {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
      padding-left: 0; }
  .subject, .task, .block {
    min-height: 90px;
    padding: 10px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .subject p, .task p, .block p {
      font-size: 20px; }
    .subject span, .task span, .block span {
      font-size: 24px; }
  .lesson-block__wrap b {
    font-size: 20px;
    margin-bottom: 12px;
    padding: 6px 10px 8px; }
  .lesson-block__wrap p {
    font-size: 20px; }
  .lesson-block__wrap ul {
    padding-bottom: 20px; }
    .lesson-block__wrap ul li {
      font-size: 20px;
      margin: 0 6px 6px 0;
      padding: 0 8px; }
  .lesson-block__wrap div {
    padding: 15px 10px 30px; }
    .lesson-block__wrap div span {
      font-size: 20px; }
    .lesson-block__wrap div p {
      font-size: 20px; }
  .lesson-block__wrap span {
    font-size: 20px; }
  .lesson-img {
    height: 280px; }
  .lesson-title {
    margin-bottom: 30px; }
  .lesson-forwhom {
    padding: 20px 10px; }
    .lesson-forwhom h3 {
      font-size: 20px; }
    .lesson-forwhom .forwhom-row {
      padding: 20px 0; }
    .lesson-forwhom h2 {
      font-size: 25px; }
      .lesson-forwhom h2 span {
        font-size: 20px; }
      .lesson-forwhom h2 i {
        display: none; } }

@media only screen and (max-width: 560px) {
  .action-row {
    border: 3px solid #004185;
    padding: 10px 5px; }
    .action-row h3 {
      font-size: 16px; }
    .action-row p {
      font-size: 20px; }
      .action-row p span {
        font-size: 20px; }
    .action-row a {
      font-size: 16px;
      padding: 7px 10px 5px;
      max-width: 320px; }
  .advantages .wrapper > div {
    padding: 30px 15px 20px;
    margin: 0 auto 15px; }
    .advantages .wrapper > div h3 {
      margin-bottom: 10px; }
    .advantages .wrapper > div p {
      font-size: 16px; }
  .forwhom-row div {
    width: 100%; }
  .about-info {
    padding: 0; }
    .about-info span {
      margin-bottom: 10px;
      font-size: 24px;
      padding: 10px 0 6px; }
    .about-info h3 {
      font-size: 18px; }
    .about-info p {
      font-size: 16px; }
  .value-title {
    margin: 0;
    font-size: 20px; }
    .value-title b {
      font-size: 30px; }
    .value-title span {
      font-size: 25px; }
  .value-info div span {
    font-size: 32px; }
    .value-info div span b {
      font-size: 16px; }
  .value-info div h3 {
    font-size: 20px; }
    .value-info div h3 b {
      font-size: 23px; }
  .value-info div p {
    font-size: 16px;
    padding-left: 0; }
    .value-info div p span {
      font-size: 16px; }
  .value-info div a {
    margin-left: 0;
    font-size: 20px;
    padding: 12px 10px 15px;
    height: 38px; }
  .person h2 {
    padding-bottom: 10px;
    font-size: 24px; }
  .payment-head p, .payment-tab p {
    font-size: 14px; }
  .form-sidebar {
    padding-top: 40px; }
  .form-text p {
    font-size: 16px;
    padding-bottom: 10px; }
  .form-content h2 {
    font-size: 24px; }
  .form-row {
    margin-bottom: 0; }
    .form-row div {
      width: 100%;
      margin-bottom: 15px; }
  .lesson-img {
    height: 200px; }
  .subject, .task, .block {
    min-height: 80px;
    padding: 10px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .subject p, .task p, .block p {
      font-size: 18px; }
    .subject span, .task span, .block span {
      font-size: 20px; }
  .lesson-block__wrap b {
    font-size: 18px; }
  .lesson-block__wrap p {
    font-size: 18px; }
  .lesson-block__wrap ul {
    padding-bottom: 15px; }
    .lesson-block__wrap ul li {
      font-size: 18px; }
  .lesson-block__wrap div {
    padding: 15px 10px 30px; }
    .lesson-block__wrap div span {
      font-size: 18px; }
    .lesson-block__wrap div p {
      font-size: 18px; }
  .lesson-block__wrap span {
    font-size: 18px; } }

@media only screen and (max-width: 500px) {
  .wrapper, .wrapper-big {
    padding: 0 5px; }
  .header-logo img {
    max-width: 150px; }
  .slogan h1 {
    font-size: 25px;
    max-width: 320px; }
    .slogan h1 span {
      margin-bottom: 5px;
      padding: 5px 20px 5px; }
  .forwhom-row {
    padding: 25px 10px 20px; }
    .forwhom-row div p {
      font-size: 16px; }
  .about-info {
    padding: 0; }
    .about-info span {
      font-size: 20px;
      padding: 5px 0 3px; }
    .about-info h3 {
      font-size: 16px;
      padding: 20px 0 0 30px; }
      .about-info h3::after {
        width: 25px; }
    .about-info p {
      font-size: 14px; }
  .testimonials-row div {
    border: 4px solid #004185; }
  .steps-wrap div p a {
    font-size: 16px; }
  .certificates ul li a {
    font-size: 16px; }
  .subject, .task, .block {
    min-height: 80px;
    padding: 10px 5px; }
    .subject p, .task p, .block p {
      font-size: 18px; }
    .subject span, .task span, .block span {
      font-size: 22px; }
  .lesson-block__wrap {
    padding: 10px 5px 20px; }
  .mood-title {
    font-size: 28px;
    padding-left: 30px; }
    .mood-title b {
      font-size: 40px; }
    .mood-title i {
      font-size: 60px; }
    .mood-title span {
      font-size: 22px; }
  .lesson-bottom h2 {
    font-size: 35px; }
    .lesson-bottom h2::after {
      width: 300px;
      right: auto;
      left: 5px; }
    .lesson-bottom h2 span {
      font-size: 22px; }
    .lesson-bottom h2 i {
      font-size: 70px; } }

@media only screen and (max-width: 420px) {
  .menu-bar {
    left: 47%; }
  .header-logo img {
    max-width: 120px; }
  .header-form a {
    padding: 3px 5px 4px 5px;
    font-size: 12px; }
  .header-phone a {
    font-size: 12px;
    display: block; }
  .footer-phone {
    max-width: 150px; }
  .slogan-lesson .slogan-laptop {
    width: 320px; }
  .lesson-img {
    height: 150px; } }

.person-details div.checkbox-resume {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
