html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: Roboto; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .wrapper.desktop-v {
      display: none; } }
  .wrapper.mobile-v {
    display: none; }
    @media screen and (max-width: 768px) {
      .wrapper.mobile-v {
        display: block; } }

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 50px; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 20px; } }

.input-group {
  position: relative;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .input-group input,
  .input-group input:-webkit-autofill,
  .input-group input:-webkit-autofill:focus,
  .input-group input:-webkit-autofill:hover {
    display: block;
    width: 369px;
    border: none;
    border-bottom: 1px solid #fff;
    height: 30px;
    font-size: 16px;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    background-color: transparent !important; }
    .input-group input::placeholder,
    .input-group input:-webkit-autofill::placeholder,
    .input-group input:-webkit-autofill:focus::placeholder,
    .input-group input:-webkit-autofill:hover::placeholder {
      font-family: Roboto;
      color: #fff;
      font-size: 16px; }
    .input-group input:focus::placeholder,
    .input-group input:-webkit-autofill:focus::placeholder,
    .input-group input:-webkit-autofill:focus:focus::placeholder,
    .input-group input:-webkit-autofill:hover:focus::placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .input-group input.black,
    .input-group input:-webkit-autofill.black,
    .input-group input:-webkit-autofill:focus.black,
    .input-group input:-webkit-autofill:hover.black {
      color: #000000;
      border-bottom: 1px solid #000000;
      font-weight: 300;
      padding: 20px 0;
      margin-top: 20px; }
      .input-group input.black::placeholder,
      .input-group input:-webkit-autofill.black::placeholder,
      .input-group input:-webkit-autofill:focus.black::placeholder,
      .input-group input:-webkit-autofill:hover.black::placeholder {
        color: #000000;
        font-size: 16px;
        font-weight: 300; }
      .input-group input.black:focus::placeholder,
      .input-group input:-webkit-autofill.black:focus::placeholder,
      .input-group input:-webkit-autofill:focus.black:focus::placeholder,
      .input-group input:-webkit-autofill:hover.black:focus::placeholder {
        color: #000;
        font-weight: 300; }
    .input-group input.white,
    .input-group input:-webkit-autofill.white,
    .input-group input:-webkit-autofill:focus.white,
    .input-group input:-webkit-autofill:hover.white {
      background-color: #fff !important;
      color: #605F5F;
      padding: 16px;
      margin-bottom: 25px;
      height: 54px;
      width: 100%;
      max-width: 587px; }
      .input-group input.white.name, .input-group input.white.tel,
      .input-group input:-webkit-autofill.white.name,
      .input-group input:-webkit-autofill.white.tel,
      .input-group input:-webkit-autofill:focus.white.name,
      .input-group input:-webkit-autofill:focus.white.tel,
      .input-group input:-webkit-autofill:hover.white.name,
      .input-group input:-webkit-autofill:hover.white.tel {
        width: 47%; }
      .input-group input.white::placeholder,
      .input-group input:-webkit-autofill.white::placeholder,
      .input-group input:-webkit-autofill:focus.white::placeholder,
      .input-group input:-webkit-autofill:hover.white::placeholder {
        font-family: Roboto;
        color: #605F5F;
        font-size: 16px; }
  .input-group textarea {
    width: 100%;
    height: 291px;
    border: 0;
    padding: 16px;
    font-weight: 500;
    font-family: Roboto;
    color: #605F5F; }
    .input-group textarea::placeholder {
      font-family: Roboto;
      color: #605F5F;
      font-size: 16px;
      font-weight: 500; }
  .input-group .button {
    margin: 0 auto;
    margin-top: 30px; }

h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  color: #000000; }

h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #000000; }
  h2 span {
    font-weight: 500;
    font-size: 64px;
    line-height: 75px; }
    @media screen and (max-width: 768px) {
      h2 span {
        font-weight: 500;
        font-size: 32px;
        line-height: 37px; } }
  h2.dots-bg {
    padding: 32px 0;
    width: 100%;
    text-align: center;
    background-image: url("../img/dots-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center; }
  @media screen and (max-width: 768px) {
    h2 {
      font-weight: 500;
      font-size: 24px;
      line-height: 28px; } }

.button {
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 18px 44px;
  display: block;
  text-align: center;
  border-radius: 100px;
  background-color: #000;
  text-decoration: none;
  cursor: pointer; }

.top-block {
  background-image: url("../img/top-block-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 15px;
  padding-bottom: 185px; }
  .top-block .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 143px; }
    .top-block .top-nav .logo {
      max-width: 157px;
      width: 100%; }
    .top-block .top-nav .nav-block {
      max-width: 534px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .top-block .top-nav .nav-block a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 20px;
        color: #000000;
        text-decoration: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .top-block .top-nav .nav-block a:hover, .top-block .top-nav .nav-block a.active {
          font-weight: bold; }
    .top-block .top-nav .contacts {
      position: relative; }
      .top-block .top-nav .contacts a {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 20px;
        color: #000000;
        text-decoration: none; }
        .top-block .top-nav .contacts a.callback {
          font-family: Roboto;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 20px;
          text-decoration-line: underline;
          position: absolute;
          bottom: -30px;
          left: 0; }
  .top-block .content .date {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    color: #000000; }
  .top-block .content h1 {
    max-width: 717px;
    padding-bottom: 24px; }
  .top-block .content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 30px;
    max-width: 870px; }

.program-block {
  padding-top: 200px; }
  .program-block .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 652px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px; }
    .program-block .item:last-child {
      margin-bottom: 0; }
    .program-block .item .container {
      display: flex;
      align-items: center; }
    .program-block .item:after {
      content: "";
      position: absolute;
      bottom: -2px;
      width: 90%;
      height: 10px;
      background-color: #FFD541; }
    .program-block .item .content {
      max-width: 535px;
      width: 100%;
      position: relative; }
      .program-block .item .content p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 64px;
        line-height: 75px;
        color: #000000;
        position: absolute;
        left: -80px;
        top: -50px; }
      .program-block .item .content span {
        display: block;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
        color: #000000; }
  .program-block .seo-block {
    background-image: url("../img/seo-bg.png");
    margin-top: 50px; }
    .program-block .seo-block .container {
      justify-content: flex-end; }
    .program-block .seo-block:after {
      left: 0; }
  .program-block .ppc-block {
    background-image: url("../img/ppc-bg.png"); }
    .program-block .ppc-block .container {
      justify-content: flex-start; }
    .program-block .ppc-block .content {
      margin-left: 10%; }
    .program-block .ppc-block:after {
      right: 0; }
  .program-block .email-block {
    background-image: url("../img/email-bg.png"); }
    .program-block .email-block .container {
      justify-content: flex-end; }
    .program-block .email-block:after {
      left: 0; }
  .program-block .video-block {
    background-image: url("../img/video-bg.png"); }
    .program-block .video-block .container {
      justify-content: flex-start; }
    .program-block .video-block .content {
      margin-left: 10%; }
    .program-block .video-block:after {
      right: 0; }
  .program-block .smm-block {
    background-image: url("../img/smm-bg.png"); }
    .program-block .smm-block .container {
      justify-content: flex-end; }
    .program-block .smm-block:after {
      content: none; }

.who-is-block {
  background-image: url("../img/who-is-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0; }
  .who-is-block h2 {
    padding-bottom: 83px; }
  .who-is-block .text {
    display: block;
    max-width: 795px;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    line-height: 45px; }

.adv-block {
  padding-top: 165px; }
  .adv-block .flex-adv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 72px;
    margin-bottom: 159px; }
    .adv-block .flex-adv div {
      text-align: center;
      width: 23%; }
      .adv-block .flex-adv div img {
        max-width: 100px;
        margin-bottom: 10px; }

.form-block {
  background-color: #FFD541;
  padding-top: 72px;
  padding-bottom: 62px; }
  .form-block .flex-form {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .form-block .flex-form .left h2 {
      padding-bottom: 12px; }
    .form-block .flex-form .left p {
      font-weight: normal;
      font-size: 24px;
      line-height: 28px;
      padding-bottom: 40px; }
    .form-block .flex-form .left .social {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .form-block .flex-form .left .social a {
        margin-right: 20px; }
        .form-block .flex-form .left .social a:last-child {
          margin-right: 0; }
        .form-block .flex-form .left .social a img {
          max-width: 40px; }
    .form-block .flex-form .right {
      max-width: 396px;
      width: 100%;
      position: relative;
      display: block; }

.courses-block {
  padding-top: 125px;
  padding-bottom: 91px; }
  .courses-block .flex-courses {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px; }

.course-item {
  border: 2px dashed #FFBE31;
  width: 100%;
  max-width: 380px;
  padding-top: 25px;
  padding-bottom: 40px; }
  .course-item img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }
  .course-item .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFE145;
    padding-bottom: 24px;
    text-align: center; }
  .course-item span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 26px;
    position: relative;
    padding: 0 14px 0 67px; }
    .course-item span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
      background-image: url("../img/mark.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100%;
      width: 20px;
      height: 20px; }
    .course-item span.not-active {
      color: #797777; }
      .course-item span.not-active:before {
        background-image: url("../img/mark-not-active.png"); }
  .course-item .price {
    font-weight: 900;
    font-size: 72px;
    line-height: 84px;
    color: #FFD541;
    text-align: center;
    padding-bottom: 30px; }
  .course-item .button {
    background-color: #FFD541;
    font-size: 24px;
    line-height: 28px;
    padding: 16px 50px;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 100%; }

.reviews-block .container,
.reviews-mob .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px; }
  .reviews-block .container .reviews-carousel,
  .reviews-mob .container .reviews-carousel {
    max-width: 1090px;
    width: 100; }
  .reviews-block .container .prev, .reviews-block .container .next,
  .reviews-mob .container .prev,
  .reviews-mob .container .next {
    max-width: 38px;
    width: 100;
    cursor: pointer; }
.reviews-block .review,
.reviews-mob .review {
  max-width: 350px;
  width: 100%;
  padding: 14px;
  background-color: #FFD541;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .reviews-block .review,
    .reviews-mob .review {
      max-width: 244px; } }
  .reviews-block .review .border,
  .reviews-mob .review .border {
    border: 1px dashed #FFFFFF;
    background-image: url("../img/quotes.png");
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: 220px 36px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .reviews-block .review .border,
      .reviews-mob .review .border {
        background-size: 30px;
        background-position: 160px 23px; } }
    .reviews-block .review .border:after,
    .reviews-mob .review .border:after {
      content: '';
      width: 72px;
      height: 80px;
      background-color: #fff;
      position: absolute;
      bottom: 103px;
      left: -15px; }
      @media screen and (max-width: 768px) {
        .reviews-block .review .border:after,
        .reviews-mob .review .border:after {
          height: 48px;
          bottom: 70px;
          width: 55px; } }
    .reviews-block .review .border:before,
    .reviews-mob .review .border:before {
      content: '';
      width: 80px;
      height: 80px;
      border-radius: 100%;
      background-color: #fff;
      position: absolute;
      bottom: 103px;
      left: 15px; }
      @media screen and (max-width: 768px) {
        .reviews-block .review .border:before,
        .reviews-mob .review .border:before {
          width: 48px;
          height: 48px;
          bottom: 70px; } }
    .reviews-block .review .border p,
    .reviews-mob .review .border p {
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      padding-top: 102px;
      padding-right: 44px;
      padding-left: 41px;
      padding-bottom: 198px; }
      @media screen and (max-width: 768px) {
        .reviews-block .review .border p,
        .reviews-mob .review .border p {
          padding-right: 17px;
          padding-left: 17px;
          padding-top: 52px;
          padding-bottom: 135px;
          font-size: 14px;
          line-height: 24px; } }
    .reviews-block .review .border .photo,
    .reviews-mob .review .border .photo {
      width: 75px;
      height: 75px;
      overflow: hidden;
      border-radius: 50%;
      text-align: center;
      display: flex;
      align-items: center;
      position: absolute;
      left: 17px;
      bottom: 106px;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .reviews-block .review .border .photo,
        .reviews-mob .review .border .photo {
          width: 42px;
          height: 42px;
          bottom: 73px; } }
      .reviews-block .review .border .photo img,
      .reviews-mob .review .border .photo img {
        margin: auto;
        object-fit: cover;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%; }
    .reviews-block .review .border .info,
    .reviews-mob .review .border .info {
      position: absolute;
      bottom: 18px;
      left: 17px; }
      .reviews-block .review .border .info span,
      .reviews-mob .review .border .info span {
        display: block; }
        .reviews-block .review .border .info span.name,
        .reviews-mob .review .border .info span.name {
          font-weight: 500;
          font-size: 24px;
          line-height: 20px;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            .reviews-block .review .border .info span.name,
            .reviews-mob .review .border .info span.name {
              font-weight: 500;
              font-size: 16px;
              line-height: 20px; } }
        .reviews-block .review .border .info span.course-name,
        .reviews-mob .review .border .info span.course-name {
          font-weight: 500;
          font-size: 18px;
          line-height: 20px; }
          @media screen and (max-width: 768px) {
            .reviews-block .review .border .info span.course-name,
            .reviews-mob .review .border .info span.course-name {
              font-weight: 500;
              font-size: 14px;
              line-height: 20px; } }

.register-block {
  background-image: url("../img/register-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 94px;
  padding-bottom: 24px; }
  .register-block .flex-register {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    .register-block .flex-register .right {
      max-width: 589px;
      width: 100%;
      position: relative;
      display: block; }
      .register-block .flex-register .right h2 {
        padding-bottom: 15px; }
      .register-block .flex-register .right p {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px; }
      .register-block .flex-register .right .social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px; }
        .register-block .flex-register .right .social a {
          margin-right: 20px; }
          .register-block .flex-register .right .social a:last-child {
            margin-right: 0; }
          .register-block .flex-register .right .social a img {
            max-width: 50px; }

.faq-block {
  background-image: url("../img/faq-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 70px 0; }
  .faq-block h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 93px; }
    @media screen and (max-width: 768px) {
      .faq-block h2 {
        padding-bottom: 70px; } }

.accordeon {
  list-style: none;
  padding-left: 50px; }
  .accordeon .accordeon_item {
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .accordeon .accordeon_item {
        margin-bottom: 30px; } }
    .accordeon .accordeon_item::before {
      content: "";
      position: absolute;
      width: 28px;
      height: 28px;
      background-image: url("../img/minus.png");
      background-repeat: no-repeat;
      background-position: center;
      top: 4px;
      left: -45px; }
    .accordeon .accordeon_item.active::before {
      background-image: url("../img/plus.png"); }
    .accordeon .accordeon_item:last-child {
      margin-bottom: 0; }
    .accordeon .accordeon_item h3 {
      font-weight: 500;
      font-size: 36px;
      line-height: 38px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .accordeon .accordeon_item h3 {
          font-weight: 500;
          font-size: 24px;
          line-height: 38px; } }
    .accordeon .accordeon_item .accordeon_content {
      margin-top: 15px; }
      .accordeon .accordeon_item .accordeon_content p {
        font-size: 18px;
        line-height: 38px;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .accordeon .accordeon_item .accordeon_content p {
            font-size: 14px;
            line-height: 33px; } }

.email-input {
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  font-family: Roboto;
  padding: 9px;
  text-align: center;
  border: none; }
  .email-input::placeholder {
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #605F5F; }
  .email-input:focus::placeholder {
    color: #B9B9B9; }
  .email-input.small {
    padding: 5px 15px;
    text-align: left; }

.copy {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 15px; }

.footer {
  background-image: url("../img/footer-block-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  color: #fff; }
  .footer .flex-footer {
    display: flex;
    align-items: start;
    justify-content: space-around; }
    .footer .flex-footer div {
      max-width: 225px; }
      .footer .flex-footer div span {
        display: block; }
        .footer .flex-footer div span.mail {
          padding-bottom: 21px; }
        .footer .flex-footer div span p {
          font-size: 18px;
          line-height: 21px;
          padding-bottom: 10px; }
      .footer .flex-footer div .title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 25px; }
      .footer .flex-footer div a {
        color: #fff;
        text-decoration: none; }
        .footer .flex-footer div a:hover {
          text-decoration: underline; }
      .footer .flex-footer div.center {
        text-align: center; }
        .footer .flex-footer div.center .title {
          padding-bottom: 44px; }
          .footer .flex-footer div.center .title + p {
            padding-bottom: 21px; }
        .footer .flex-footer div.center .social {
          display: flex;
          align-items: center;
          justify-content: center; }
          .footer .flex-footer div.center .social a {
            margin-right: 20px; }
            .footer .flex-footer div.center .social a:last-child {
              margin-right: 0; }
      .footer .flex-footer div.follow .title + p {
        padding-bottom: 24px; }
      .footer .flex-footer div.follow input {
        margin-bottom: 15px;
        width: 206px; }
      .footer .flex-footer div.follow .button {
        font-size: 16px;
        line-height: 19px;
        font-family: Roboto;
        font-weight: 500;
        padding: 7px 61px;
        text-align: center;
        width: 206px;
        color: #000;
        background-color: #FFD541; }

.top-mob {
  background-image: url("../img/top-mob-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px; }
  .top-mob .content {
    background: linear-gradient(13.68deg, #FFD541 17.59%, rgba(255, 213, 65, 0) 158.93%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    padding: 20px;
    margin-top: 243px; }
    .top-mob .content .date {
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      line-height: 70px; }
    .top-mob .content h1 {
      font-weight: bold;
      font-size: 20px;
      line-height: 23px;
      text-align: center;
      padding-bottom: 20px; }
    .top-mob .content p {
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 20px; }
    .top-mob .content .button {
      font-size: 20px;
      line-height: 23px;
      display: block;
      margin: 0 auto; }

.program-mob {
  padding-top: 185px; }
  .program-mob h2 {
    margin-bottom: 30px; }
  .program-mob .seo-mob,
  .program-mob .ppc-mob,
  .program-mob .email-mob,
  .program-mob .video-mob,
  .program-mob .smm-mob {
    position: relative; }
    .program-mob .seo-mob img,
    .program-mob .ppc-mob img,
    .program-mob .email-mob img,
    .program-mob .video-mob img,
    .program-mob .smm-mob img {
      width: 100%; }
    .program-mob .seo-mob .num,
    .program-mob .ppc-mob .num,
    .program-mob .email-mob .num,
    .program-mob .video-mob .num,
    .program-mob .smm-mob .num {
      font-weight: 300;
      font-size: 64px;
      position: absolute;
      top: 55px;
      left: 17px; }
    .program-mob .seo-mob .container span,
    .program-mob .ppc-mob .container span,
    .program-mob .email-mob .container span,
    .program-mob .video-mob .container span,
    .program-mob .smm-mob .container span {
      font-size: 14px;
      line-height: 37px;
      display: block; }

.who-is-mob {
  background: linear-gradient(1.18deg, #FFE145 87.53%, #ffe145 93.85%);
  padding-top: 18px; }
  .who-is-mob img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px; }
  .who-is-mob h2 {
    position: relative;
    margin-bottom: 20px; }
    .who-is-mob h2::after {
      content: '?';
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 64px; }
  .who-is-mob .content {
    background: linear-gradient(1.18deg, #FFE145 87.53%, rgba(255, 225, 69, 0) 93.85%);
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    padding: 0 20px;
    padding-top: 80px;
    top: -50px; }
    .who-is-mob .content span {
      display: block;
      font-size: 18px;
      line-height: normal;
      margin-bottom: 20px; }
      .who-is-mob .content span:last-child {
        margin-bottom: 0; }

.adv-mob h2 {
  margin-bottom: 70px; }
.adv-mob .adv {
  text-align: center;
  max-width: 275px;
  margin: 0 auto;
  margin-bottom: 70px; }
  .adv-mob .adv img {
    max-width: 100px;
    margin-bottom: 15px; }

.form-mob {
  background-color: #FFD541;
  padding: 70px 0; }
  .form-mob h2 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 16px; }
  .form-mob p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding-bottom: 30px; }
  .form-mob .social {
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-mob .social a {
      margin-right: 20px; }
      .form-mob .social a:last-child {
        margin-right: 0; }
      .form-mob .social a img {
        max-width: 50px; }
  .form-mob .button {
    margin: 0 auto;
    margin-top: 30px; }
  .form-mob .form {
    display: block; }
    @media screen and (max-width: 768px) {
      .form-mob .form {
        position: relative;
        left: -16px; } }
    .form-mob .form .amoforms_iframe {
      position: inherit !important;
      height: 305px !important; }
      .form-mob .form .amoforms_iframe .amoforms__fields__editor-withoutborders {
        margin-left: 0 !important; }

.courses-mob {
  padding-bottom: 70px; }
  .courses-mob h2 {
    margin-bottom: 72px; }
  .courses-mob .container {
    position: relative; }
    .courses-mob .container .left-courses,
    .courses-mob .container .right-courses {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3; }
    .courses-mob .container .left-courses {
      left: 30px; }
    .courses-mob .container .right-courses {
      right: 30px; }
  .courses-mob .courses-carousel .course-item {
    margin: 0 auto;
    max-width: 311px;
    width: 100%; }

.reviews-mob {
  position: relative;
  padding-bottom: 100px; }
  .reviews-mob h2 {
    margin-bottom: 33px; }
  .reviews-mob .left-mob-reviews,
  .reviews-mob .right-mob-reviews {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
  .reviews-mob .left-mob-reviews {
    left: 20px; }
  .reviews-mob .right-mob-reviews {
    right: 20px; }

.register-mob {
  background-color: #FFD541;
  padding-top: 34px;
  padding-bottom: 44px; }
  .register-mob h2 {
    text-align: center;
    padding-bottom: 11px; }
  .register-mob p {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px; }
  .register-mob .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
    .register-mob .social a {
      margin-right: 20px; }
      .register-mob .social a:last-child {
        margin-right: 0; }
      .register-mob .social a img {
        max-width: 50px; }
  .register-mob .form {
    display: block;
    position: relative; }
    .register-mob .form .amoforms_iframe {
      position: inherit !important;
      height: 420px !important; }

.footer-mob {
  background-color: #000000;
  padding-top: 40px;
  color: #fff; }
  .footer-mob h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 24px; }
  .footer-mob .call,
  .footer-mob .follow {
    margin-bottom: 20px; }
  .footer-mob p {
    padding-bottom: 10px; }
    .footer-mob p b {
      font-weight: 500; }
    .footer-mob p a {
      color: #fff;
      text-decoration: none; }
  .footer-mob .follow p {
    padding-bottom: 24px; }
  .footer-mob .follow input {
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 9px 15px; }
  .footer-mob .follow .button {
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0;
    color: #000;
    background-color: #FFD541;
    font-family: Roboto; }
  .footer-mob .socials {
    text-align: center;
    margin-bottom: 70px; }
    .footer-mob .socials p {
      padding-bottom: 20px; }
    .footer-mob .socials .social {
      margin-right: 30px; }
      .footer-mob .socials .social:last-child {
        margin-right: 0; }

.burger-menu {
  display: block;
  position: absolute;
  right: 16px;
  top: 35px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 100; }

.burger,
.burger::before,
.burger::after {
  position: absolute;
  background: #000;
  width: 30px;
  height: 2px;
  display: block; }

.burger {
  right: 0px;
  opacity: 1;
  margin-top: -5px;
  top: 50%; }

.burger::before {
  top: 10px;
  content: ""; }

.burger::after {
  bottom: 10px;
  content: ""; }

.burger::after,
.burger::before,
.burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.burger-menu.menu-on .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
  opacity: 1; }

.burger-menu.menu-on .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
  opacity: 1; }

.burger-menu.menu-on .burger {
  background: rgba(111, 111, 111, 0); }

.polotics {
  text-align: center;
  color: #fff;
  padding: 10px 0; }
  .polotics a {
    text-decoration: underline;
    color: #fff; }

.bottom-links {
  display: block;
  width: 100%;
  background-color: #181818;
  text-align: center; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #000;
  width: 100vw;
  height: 100vh;
  opacity: 0.8;
  z-index: 9999; }

#popup-politics {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: scroll;
  z-index: 99999; }

#popupclose {
  float: right;
  padding: 20px;
  margin-right: 10px;
  cursor: pointer;
  color: #fff; }

.popupcontent {
  padding: 30px;
  color: #fff; }

#button {
  cursor: pointer; }

.footer-form {
  max-width: 225px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer-form {
      max-width: 100%; } }

.checkout-header {
  padding: 20px; }

.checkout-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px; }
  .checkout-text img {
    max-width: 200px; }
    @media screen and (max-width: 768px) {
      .checkout-text img {
        max-width: 100px; } }
  .checkout-text p {
    font-size: 24px;
    padding-top: 20px; }
    .checkout-text p.title {
      font-size: 36px; }
  .checkout-text .button {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .checkout-text .button {
        max-width: 100%;
        width: 100%; } }

#popup-works,
#popup-special,
#popup-expert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 410px;
  height: 405px;
  z-index: 200;
  overflow: scroll;
  z-index: 99999; }
  @media screen and (max-width: 768px) {
    #popup-works,
    #popup-special,
    #popup-expert {
      width: 100vw;
      height: 100vh;
      overflow-y: scroll;
      display: flex;
      align-items: center;
      justify-content: space-around; } }
  #popup-works p,
  #popup-special p,
  #popup-expert p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto';
    width: 100%;
    display: block;
    margin-top: 20px; }
  #popup-works input,
  #popup-special input,
  #popup-expert input {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px; }
  #popup-works .close,
  #popup-special .close,
  #popup-expert .close {
    position: absolute;
    top: 5px;
    right: 0;
    color: #000;
    padding: 20px;
    margin-right: 10px;
    cursor: pointer; }

.thanks-block {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .thanks-block {
      padding: 16px; } }
  .thanks-block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .thanks-block p {
        font-size: 24px;
        line-height: 25px; } }
  .thanks-block a img {
    width: 88px; }
    @media screen and (max-width: 768px) {
      .thanks-block a img {
        width: 66px; } }
  .thanks-block a:first-child {
    margin-right: 20px; }
  .thanks-block .back {
    margin-top: 30px;
    color: #333;
    text-decoration: underline;
    font-size: 24px; }

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