//fonts:

@font-face {
  font-family: "Stolzl-Regular";
  src: url("../fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Stolzl-Regular.otf") format("opentype"),
  url("../fonts/Stolzl-Regular.woff") format("woff"),
  url("../fonts/Stolzl-Regular.ttf") format("truetype"),
  url("../fonts/Stolzl-Regular.svg#Stolzl-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Bold";
  src: url("../fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Stolzl-Bold.otf") format("opentype"),
  url("../fonts/Stolzl-Bold.woff") format("woff"),
  url("../fonts/Stolzl-Bold.ttf") format("truetype"),
  url("../fonts/Stolzl-Bold.svg#Stolzl-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@fontRegular: "Stolzl-Regular", sans-serif;
@fontBold: "Stolzl-Bold", sans-serif;

//colors:
@colorYellow: #ffe700;
@colorRed: #ed1c24;
@colorBlue: #0070b9;
@colorGreen: #00aa4e;
@colorDarkGreen: #007d3a;
@colorBlack: #343434;
@colorWhite: #fff;

.heading-g {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  font-family: @fontBold;
  .responsive-mobile({ font-size: 30px; line-height: 36px; })
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.strong {
  font-family: @fontBold;
  font-size: 24px;
  line-height: 24px;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-family: @fontRegular;
  color: @colorBlack;
  .responsive-mobile({ font-size: 12px; line-height: 22px; })
}

.wrapper {
  position: relative;
}

.inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.inner-container {
  max-width: 1062px;
  margin: 0 auto;
}

.mob-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.responsive-mobile(@content) {
  @media (max-width: 768px) {
    @content();
  }
}

.responsive-mobile-sm(@content) {
  @media (max-width: 450px) {
    @content();
  }
}

.responsive-max(@size, @content) {
  @media (max-width: @size) {
    @content();
  }
}

.responsive-max-h(@size, @content) {
  @media (max-height: @size) {
    @content();
  }
}

.responsive-min(@size, @content) {
  @media (min-width: @size) {
    @content();
  }
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/bg_main.png") top 103px left 240px no-repeat;
  .responsive-max(1758px, {
  background-position-x: center;
  });
  .responsive-max(1158px, {
  background-image: none;
  });
  .responsive-mobile-sm({ background: url("../img/bg-mob.svg") no-repeat; background-position-y: 211px; background-size: contain; });
}

.header {
  max-width: 1054px;
  margin: 0 auto;
  position: relative;
  //min-height: 100vh;
  .logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 546px;
    a {
      transform: translateX(-20px);
    }
    p {
      transform: translate(-35px, -5px);
      text-align: center;
      position: relative;
      z-index: 6;
      &:after {
        content: "";
        background: @colorYellow;
        box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2),
        inset 2px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 85.1807px;
        width: 171px;
        height: 171px;
        display: block;
        position: absolute;
        top: -60px;
        left: -55px;
        z-index: -1;
      }
    }
  }
  .phone-mobile {
    color: @colorBlack;
    text-decoration: none;
    display: none;
    .responsive-mobile-sm({ display: block; })
  }
  .teacher_video {
    overflow: hidden;
    background-image: url('../img/teacher-bg.png');
    background-repeat: no-repeat;
    width: 551px;
    height: 542px; //539px
    position: absolute;
    top: 0;
    right: 0;
    .video_intro {
      display: block;
      z-index: 1;
      opacity: 0;
    }
    .video_intro_active {
      opacity: .99 ;
    }
    .play-btn {
      display: block;
      position: absolute;
      top: 410px;
      left: 220px;
      z-index: 2;
    }
  }
  h1 {
    .heading-g();
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  .desc {
    max-width: 510px;
    font-weight: normal;
    font-family: @fontRegular;
    position: relative;
    z-index: 2;
  }
  .bubbles {
    max-width: 597px;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    .bubble {
      width: 143px; //143px
      height: 143px; //143px
      position: relative;
      z-index: 1;
      //background: linear-gradient(322.81deg, rgba(69, 69, 69, 0.1) 33.86%, rgba(255, 255, 255, 0.1) 93.84%), radial-gradient(69.19% 69.19% at 50% 50%, #0083DA 15.1%, #0071BC 100%);
      //background-blend-mode: lighten, normal;
      //box-shadow: inset 1px 1px 2px #0063A4, inset -1px -1px 2px rgba(0, 0, 0, 0.3);
      //filter: drop-shadow(-4px -4px 20px rgba(0, 111, 184, 0.2)), drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.15)), drop-shadow(10px 10px 20px rgba(16, 69, 104, 0.4));
      //border-radius: 50%;

      &:after {
        content: '';
        width: 140%;
        height: 140%;
        top: -15%;
        left: -18%;
        position: absolute;
        z-index: -1;
        background-image: url('../img/blue_circle_main.png');
        background-repeat: no-repeat;
        background-size: 100%;
      }


      a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-align: center;
      }

      //float:left;
      //margin-right: 83px;
      &:nth-child(1) {
        margin-right: 83px;
      }
      &:nth-child(2) {
        margin-right: 83px;
      }
      &:nth-child(4) {
        transform: translateX(40px);
      }
      &:nth-child(5) {
        transform: translateX(-30px);
      }
      span {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35), 2px 3px 10px rgba(0, 0, 0, 0.4);
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.05em;
        color: @colorWhite;
        text-align: center;
        a {
          color: @colorWhite;
          text-decoration: none;
        }
        .responsive-sm-only {
          display: none;
        }
      }
    }
  }
  .text-right {
    max-width: 476px;
    margin-left: auto;
    position: relative;
    transform: translateY(-100%);
  }
  .responsive-max(1070px, { .mob-padding();
    overflow-x: hidden;
    .teacher_video {
    background-image: url('../img/teacher-bg.png');
    right: -200px;
      display: none;
  } .text-right {
      margin-left: 0;
      margin-top: 40px;
      transform: translateY(0);
    } });
  .responsive-mobile({
    .logo-area {
    max-width: 100%;
    padding-right: 0px;
    a {
      transform: translateX(-20px);
      img {
        width: 250px;
      }
    }
    p {
      transform: translate(-15px, -10px);
      z-index: 6;
      font-size: 9px;
      strong {
        font-size: 20px;
        line-height: 20px;
      }
      &:after {
        content: "";
        background: @colorYellow;
        width: 92px;
        height: 92px;
        top: -10px;
        left: -25px;
      }
    }
  } .teacher_video {
      display: none;
    } h1 {
        .heading-g();
        margin-top: 10px;
        margin-bottom: 0px;
        z-index: 2;
      } .desc {
          max-width: 510px;
          font-weight: normal;
          font-family: @fontRegular;
          position: relative;
          z-index: 2;
        } .bubbles {
            max-width: 597px;
            margin-top: 24px;
            display: block;
            position: relative;
            min-height: 120px;
            //flex-wrap: wrap;
            //justify-content: space-around;
      .bubble {
        //display: block;
        position: absolute;
        width: 67px;
        height: 67px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        &:nth-child(1) {
          margin-right: 0px;
          transform: translate(0, 0);
        }
        &:nth-child(2) {
          margin-right: 0px;
          transform: translate(106px, 0);
        }
        &:nth-child(3) {
          transform: translateX(212px);
        }
        &:nth-child(4) {
          transform: translateX(53px) translateY(100px);
        }
        &:nth-child(5) {
          transform: translateX(159px) translateY(100px);
        }
        span {
          font-size: 9px;
          line-height: 10px;
          text-align: center;
          .responsive-sm-only {
            display: inline;
          }
        }
      }
          } .text-right {
              max-width: 476px;
              margin-left: 0;
              position: relative;
              transform: translateY(0);
              padding-top: 16px;
            } });
  .responsive-max(327px, { .logo-area {
    p {
      font-size: 11px;
      strong {
        font-size: 11px;
      }
      &:after {
        //display: none;
        content: "";
        background: @colorYellow;
        width: 80px;
        height: 80px;
        top: -10px;
        left: -25px;
      }
    }
  } });
}

.advantages {
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  background-image: url('../img/tablet.png');
  background-repeat: no-repeat;
  margin-top: 150px;
  &__inner {
    .inner-container();
    &-item {
      width: 70%;
      margin-left: auto;
      min-height: 550px;
      h2 {
        .heading-g();
      }
      .all_p {
        display: flex;
      }
      p {
        background: #FFE700;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        &:nth-of-type(1) {
          width: 154px;
          height: 154px;
          box-shadow: -4.5px -4.5px 9px rgba(0, 0, 0, 0.2), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
          border-radius: 85.1807px;
          transform: translateY(47px);
        }
        &:nth-of-type(2) {
          width: 202px;
          height: 202px;
          background: #FFE700;
          box-shadow: -4.5px -4.5px 9px rgba(0, 0, 0, 0.2), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
          border-radius: 101.285px;
          transform: translateY(166px);
        }
        &:nth-of-type(3) {
          width: 250px;
          height: 250px;
          background: #FFE700;
          box-shadow: -4.5px -4.5px 9px rgba(0, 0, 0, 0.2), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
          border-radius: 124.739px;
          transform: translateY(-40px);
        }
      }
    }
  }
  .responsive-max(1792px, { &__inner {
    &-item {
      transform: translateX(20%);
    }
  } });
  .responsive-max(1532px, { &__inner {
    &-item {
      transform: translateX(40%);
    }
  } });
  .responsive-max(1232px, { background-size: 40%; background-position-x: -10%; &__inner {
    &-item {
      transform: translateX(0);
    }
  } });
  .responsive-mobile({ background-position-x: 0; background-size: auto; background-image: url('../img/tablet-mob.png'); background-position-y: 239px; overflow-x: hidden; margin-top: 44px; &__inner {
    &-item {
      min-height: 560px;
      width: 100%;
      .mob-padding();
      .all_p {
        display: block;
      }
      p {
        font-size: 12px;
        line-height: 22px;
        &:nth-of-type(1) {
          width: 121px;
          height: 121px;
          transform: translate(180px, -20px);
        }
        &:nth-of-type(2) {
          width: 148px;
          height: 148px;
          transform: translate(0px, -70px);

        }
        &:nth-of-type(3) {
          width: 186px;
          height: 186px;
          transform: translate(180px, -150px);

        }
      }
    }
  } })
}

.testimonials {
  padding-top: 136px;
  min-height: 868px;
  .inner-container();
  h2 {
    .heading-g();
  }
  &__container {
    display: flex;
    &-item {
      position: relative;
      a {
        position: absolute;
        bottom: -23%;
        left: 55%;
        transform: translateX(-50%);
      }
      &:nth-of-type(1), &:nth-of-type(4) {
        background-color: @colorYellow;
        display: flex;
        justify-content: center;
        align-items: center;
        span {
          font-size: 11px;
          line-height: 18px;
          b {
            margin-left: 20px;
          }
        }
      }
      &:nth-of-type(1) {
        box-shadow: -3.61239px -3.61239px 7.22477px rgba(0, 0, 0, 0.2), inset 2.40826px 4.81651px 12.0413px rgba(0, 0, 0, 0.4);
        border-radius: 109.174px;
        width: 193px;
        height: 193px;
        transform: translateY(101px);
      }
      &:nth-of-type(2) {
        width: 331px;
        height: 330px;
        background-image: url(../img/testimonial1.png);
        filter: drop-shadow(-1px -1px 9px rgba(0, 0, 0, 0.3));
        border-radius: 181px;
        background-size: cover;
        transform: translateY(142px);
      }
      &:nth-of-type(3) {
        width: 315px;
        height: 314px;
        background-image: url(../img/testimonial2.png);
        background-blend-mode: overlay, normal;
        filter: drop-shadow(-1px -1px 9px rgba(0, 0, 0, 0.3));
        border-radius: 203px;
        background-size: cover;
        transform: translateY(11px);
      }
      &:nth-of-type(4) {
        box-shadow: -3.61239px -3.61239px 7.22477px rgba(0, 0, 0, 0.2), inset 2.40826px 4.81651px 12.0413px rgba(0, 0, 0, 0.4);
        border-radius: 109.174px;
        width: 175px;
        height: 175px;
        transform: translateY(318px);
      }
    }
  }
  .responsive-max(1078px, { .mob-padding(); max-width: 1000px; overflow-x: hidden; padding-top: 0; min-height: 990px; padding-bottom: 70px; &__container {
    flex-direction: column;
    &-item {
      position: absolute;
      a {
        position: absolute;
        bottom: -22%;
        left: 55%;
        transform: translateX(-50%);
        img {
          width: 99px;
          height: 99px;
        }
      }
      &:nth-of-type(1), &:nth-of-type(4) {
        span {
          font-size: 9px;
          line-height: 16px;
        }
      }
      &:nth-of-type(1) {
        width: 193px;
        height: 193px;
        transform: translate(261px, -101px);
      }
      &:nth-of-type(2) {
        width: 235px;
        height: 234px;
        transform: translateY(62px);
      }
      &:nth-of-type(3) {
        width: 241px;
        height: 240px;
        transform: translateY(528px) translateX(89px);
      }
      &:nth-of-type(4) {
        width: 175px;
        height: 175px;
        transform: translateY(348px);
      }
    }
  } });

  .responsive-max(750px, { min-height: 930px; &__container {
    &-item {
      &:nth-of-type(1) {
        transform: translate(161px, -101px);
      }
    }
  } });

  .responsive-max(373px, { &__container {
    &-item {
      &:nth-of-type(1) {
        transform: translate(131px, -101px);
      }
    }
  } });
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 50px;
  background: #00AA4E;
  border: 0.5px solid #007D3A;
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.25), 0px -10px 20px rgba(0, 0, 0, 0.3), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
  z-index: 100;
  &__content {
    padding-top: 16px;
    padding-bottom: 13px;
    max-width: 769px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    a {
      display: block;
    }
  }
  .responsive-mobile({ .mob-padding(); });
  .responsive-mobile-sm({ &__content {
    justify-content: space-around;
  } });
}

.btn_foot_type1 {
  background: radial-gradient(97.13% 76.56% at 50% 50%, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 8.1701px 8.1701px 20.4253px rgba(0, 0, 0, 0.3), inset -0.5px -0.5px 5px rgba(0, 0, 0, 0.6);
  border-radius: 66px;
  //background-color: @whiteColor;
  padding: 20px 43px;
  font-size: 20px;
  line-height: 24px;
  font-family: @fontBold;
  color: @colorRed;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(91, 19, 19, 0.5), 3px 3px 10px rgba(171, 0, 0, 0.5);
  .responsive-mobile({ padding: 11px 26px; font-size: 12px; line-height: 15px; });
}

.btn_foot_type2 {
  color: @colorDarkGreen;
  padding: 20px 43px;
  font-size: 20px;
  line-height: 24px;
  font-family: @fontBold;
  text-decoration: none;
  background: radial-gradient(97.13% 76.56% at 50% 50%, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 8.1701px 8.1701px 20.4253px rgba(0, 0, 0, 0.3), inset -0.5px -0.5px 5px rgba(0, 0, 0, 0.6);
  border-radius: 59px;
  text-shadow: 0px 1px 2px rgba(0, 121, 56, 0.5), 3px 3px 10px rgba(0, 107, 49, 0.5);
  .responsive-mobile({ padding: 11px 26px; font-size: 12px; line-height: 15px; });
}

.btn_foot_type1_course, .btn_foot_type2_course {
  .responsive-max(498px, { padding: 8px 16px; })
}

.btn_foot_tel {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  color: @colorWhite;
  text-decoration: none;
  .responsive-mobile({ font-size: 14px; });
  .responsive-mobile-sm({ display: none !important; })
}

//modals
.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bg_video {
  display: flex;
  justify-content: space-around;
  //align-items: center;
  z-index: 99;
  background-color: white;
  background-image: url('../img/bg-video.svg');
  background-repeat: no-repeat;
  background-position: top center;
}

.modal_video_holder {
  position: relative;
  z-index: 102;
  .modal_video_container {
    max-width: 600px;
    .modal_close {
      margin-left: auto;
      display: block;
      float: right;
      &::after {
        content: '';
        clear: both;
        display: table;
      }
    }
    .iframe_holder {
      display: block;
      width: 100%;
      height: 315px;
      box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.5);
      filter: drop-shadow(-1px -1px 8px rgba(0, 0, 0, 0.4));
      border-radius: 30px;
      overflow: hidden;

      iframe {
        width: 600px;
        height: 315px;
      }
    }
  }
  .responsive-max-h(552px, { .modal_video_container {
    .video_modal_close_img {
      width: 52px;
      height: 52px;
    }
    .iframe_holder {
      height: 200px;
      width: 300px;
      iframe {
        height: 200px;
        width: 300px;
      }
    }
  } });
  .responsive-max(570px, { .modal_video_container {
    .video_modal_close_img {
      width: 52px;
      height: 52px;
    }
    .iframe_holder {
      height: 200px;
      width: 300px;
      iframe {
        height: 200px;
        width: 300px;
      }
    }
  } })
}

.modal_bg_try {
  display: none;
  position: fixed;
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-image: url('../img/bg-modal-reg.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: rgba(@colorWhite, 1);
}

.modal_bg_try_active {
  display: block;
}

// FORM AND INPUTS

.input-course {
  display: none;
}

.modal_content {
  //position: relative;

  display: block;

  .responsive-max-h(800px, { //height: 550px;
    overflow-y: scroll; display: flex; justify-content: center; align-content: center; });
  .responsive-max-h(500px, { //height: 320px;
    display: flex; justify-content: center; align-content: center; });
}

.form-sub {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  .inner {
    .close {
      display: block;
      width: 94px;
      height: 94px;
      margin-left: auto;
      img {
        width: 100%;
      }
    }
    .formHeading {
      .heading-g();
      max-width: 400px;
      margin-top: -120px;
      margin-bottom: 12px;
    }
    small {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 36px;
      display: block;
    }
    .input {
      display: block;
      background: #FFFFFF;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 10px rgba(105, 105, 105, 0.3);
      border-radius: 59.5px;
      padding: 30px 0 32px 28px;
      width: 100%;
      max-width: 501px;
      outline: none;
      font: @fontBold;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 17px;
      box-sizing: border-box;
      border: transparent;
      &::placeholder {
        color: rgba(52, 52, 52, 0.3);
      }
    }
    .select {
      box-sizing: border-box;
      background: #FFFFFF;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 10px rgba(105, 105, 105, 0.3);
      border-radius: 59.5px;
      font-size: 24px;
      line-height: 32px;
      padding: 30px 0 32px 28px;
      width: 100%;
      max-width: 501px;
      margin-bottom: 17px;
      display: block;
      position: relative;
      outline: none;
      border: transparent;
      //z-index: 1;
      -moz-appearance: none; /* Firefox */
      -webkit-appearance: none; /* Safari and Chrome */
      appearance: none;
      background-image: url("../img/select-arr.svg");
      background-repeat: no-repeat;
      background-position: top 0px right -15px;
      option {
        background: #FFFFFF;
        &:disabled {
          color: rgba(52, 52, 52, 0.3);
        }
      }
    }
  }
  .checkbox_holder {
    //max-width: 326px;
    padding-left: 30px;
    input[type="checkbox"] {
      display: none;
      &:checked + .label_for_checkbox {
        background-image: url(../img/select-arr.svg);
      background-size: contain;
        background-position: top 2px left 2px;
        background-repeat: no-repeat;
      }
    }
    .label_for_checkbox {
      width: 34px;
      height: 34px;
      background: #FFFFFF;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 10px rgba(105, 105, 105, 0.3);
      border-radius: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 19px;
      cursor: pointer;
    }
    .label_for_checkbox_text {
      display: inline-block;
      max-width: 273px;
      vertical-align: middle;
    }
  }
  .submit_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00AA4E;
    border: 0.5px solid #007D3A;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.25), 0px -10px 20px rgba(0, 0, 0, 0.3), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
    .submit {
      display: block;
      width: 478px;
      margin-top: 20px;
      margin-bottom: 16px;
      margin-left: auto;
      margin-right: auto;
      color: #00AA4E;
      border: 0.2px solid transparent; //#00843C
      text-shadow: 0px 1px 2px rgba(0, 121, 56, 0.5), 3px 3px 10px rgba(0, 107, 49, 0.5);
      padding: 22px 99px;
      font-size: 20px;
      line-height: 21px;
      font-family: @fontBold;

      background: radial-gradient(97.13% 76.56% at 50% 50%, #F2F2F2 0%, #FFFFFF 100%);
      box-shadow: 8.1701px 8.1701px 20.4253px rgba(0, 0, 0, 0.3), inset -0.5px -0.5px 5px rgba(0, 0, 0, 0.6);
      border-radius: 56px;
      cursor: pointer;
      outline: none;
      transform: translateX(-45px);
    }
  }
  .responsive-max-h(913px, {
    .submit_holder {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
      .submit {
        transform: translateX(0);
      }
  }
  });
  .responsive-mobile({ padding-left: 10px; padding-right: 10px; .inner {
    .close {
      width: 80px;
      height: 80px;
      float: right;
      position: relative;
      top: -20px;
      right: 0px;
      &::after {
        content: '';
        clear: both;
        display: table-cell;
      }
    }
    .formHeading {
      max-width: 400px;
      margin-top: 0px;
      margin-bottom: 12px;
    }
    small {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px;
    }
    .input {
      padding: 10px 0 12px 18px;
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 17px;
    }
    .select {
      font-size: 18px;
      line-height: 32px;
      padding: 10px 0 12px 18px;
      margin-bottom: 17px;
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: top 5px right 0px;
    }
  } .checkbox_holder {
      padding-left: 10px;
      input[type="checkbox"] {
        display: none;
        &:checked + .label_for_checkbox {
          background-color: rgba(52, 52, 52, 0.3);
        }
      }
      .label_for_checkbox {
        width: 20px;
        height: 20px;
        //float: left;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
      }
      .label_for_checkbox_text {
        display: inline-block;
        max-width: 250px;
        vertical-align: middle;
      }
    } .submit_holder {
        .submit {
          display: block;
          max-width: 300px;
          margin-top: 15px;
          margin-bottom: 16px;
          margin-left: auto;
          margin-right: auto;
          //padding: 10px 0 12px 18px;
          color: #00AA4E;
          border: 0.2px solid #00843C;
          text-shadow: 0px 1px 2px rgba(0, 121, 56, 0.5), 3px 3px 10px rgba(0, 107, 49, 0.5);
          padding: 22px 99px;
          font-size: 20px;
          line-height: 21px;
          font-family: @fontBold;

          background: radial-gradient(97.13% 76.56% at 50% 50%, #F2F2F2 0%, #FFFFFF 100%);
          box-shadow: 8.1701px 8.1701px 20.4253px rgba(0, 0, 0, 0.3), inset -0.5px -0.5px 5px rgba(0, 0, 0, 0.6);
          border-radius: 56px;
          cursor: pointer;
          outline: none;

        }
      } });
}

.body_modal_padding {
  padding-right: 17px;
  overflow-y: hidden;
  background-color: white;
  .responsive-mobile-sm({ padding-right: 0; });
}

.modal_active {
  display: block;
}

/// PAGE FILTER
@filterWidth: 1150px;

.filter_inner {
  max-width: @filterWidth;
  margin: 0 auto;
  .responsive-max(1171px, { .mob-padding(); })
}

.filter_header {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15), 0px 5px 15px rgba(0, 0, 0, 0.15), inset 0px -4px 10px rgba(0, 0, 0, 0.2);

  //test
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;

  .responsive-max-h(500px, {
  position: static;
  });
}

.filter_header_inner {
  .filter_inner();
  //min-height: 205px; //temp disable
  .responsive-max(881px, {
    min-height: 0;
  });
}

.item-line1 {
  //background-image: url('../img/line1.svg');
  //background-size: contain;
  //background-position-x: -11px;
  //background-position-y: 5px ;
  //background-repeat: no-repeat;
  &:after {
    content: '';
    width: 100%;
    height: 100%;
    //background-color: pink;
    display: block;
    position: absolute;
    left: -40px;
    bottom: -20px;
    z-index: -1;
    background-image: url('../img/line1.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain; // del if needed
  }
  .responsive-max(1213px, { &:after {
    content: '';
    display: none;
  } });
}

.item-line2 {
  //background-image: url('../img/line2.svg');
  //background-size: contain;
  //background-position-x: 5px;
  //background-position-y: -3px ;
  //background-repeat: no-repeat;
  &:after {
    content: '';
    width: 100%;
    height: 100%;
    //background-color: pink;
    display: block;
    position: absolute;
    right: -63px; //70px
    top: -20px;
    z-index: -1;
    background-image: url('../img/line2.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain; // del if needed
  }
  .responsive-max(1213px, { &:after {
    content: '';
    display: none;
  } });
}

.filter_logo_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  .logo-a {
    transform: translateX(-23px);
  }
  .tel-a {
    color: #353535;
    font-size: 20px;
    line-height: 21px;
    text-decoration: none;
  }
  .text-p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    strong {
      font-family: @fontBold;
      font-size: 24px;
      line-height: 24px;
    }
    &::before {
      content: '';
      top: -60px;
      left: -40px;
      display: block;
      position: absolute;
      z-index: -1;
      width: 171.99px;
      height: 171.99px;
      background: #FFE700;
      box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2), inset 2px 4px 10px rgba(0, 0, 0, 0.2);
      border-radius: 85.1807px;
    }
  }

  .responsive-max(1239px, { .text-p {
    &::before {
      content: '';
      left: -25px;
      top: -40px;
      width: 130px;
      height: 130px;
    }
  } });
  .responsive-max(885px, { flex-wrap: wrap; .tel-a {
    width: 100%;
    order: 3;
    font-size: 16px;
    margin-bottom: 20px;
  } });
  .responsive-max(529px, { .logo-a {
    a {
      img {
        width: 250px;
      }
    }
    transform: translateX(-18px);
  } .text-p {
      font-size: 11px;
      strong {
        font-size: 16px;
      }
      &::before {
        content: '';
        top: -20px;
        left: -15px;
        width: 92px;
        height: 92px;
      }
    } });
  .responsive-max(401px, { .text-p {
    position: absolute;
    top: 25px;
    right: 15px;
  } });
  .responsive-max(350px, { .logo-a {
    a {
      img {
        width: 190px;
      }
    }
  } .tel-a {
      font-size: 14px;
    } });
}

.filter_filters_area {
  display: flex;
  justify-content: space-between;
  max-width: 785px;
  &_item {
    .filter_definiton {
      font-size: 11px;
      line-height: 24px;
      color: #808080;
      margin-bottom: 16px;
    }
    &:nth-child(1) {
      width: 494px;

      .filter_dropdow {
        margin-bottom: 40px;
        display: inline-block;
        vertical-align: top;
        &:not(:last-child) {
          margin-right: 17px;
        }
        .ul_dropdown {
          padding: 0;
          margin: 0;
          list-style-type: none;
          .li_dropdown {
            display: block;
            padding: 11px 88px 11px 18px;
            font-size: 14px;
            line-height: 24px;
            color: #343434;
            background: #FFFFFF;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 10px rgba(105, 105, 105, 0.3);
            border-radius: 59.5px;
            background-image: url('../img/select-arr.svg');
            background-size: 39px;
            background-repeat: no-repeat;
            background-position: top 7px right 5px;
            position: relative;
            &:hover .ul_dropdown_drop {
              display: flex; // <-- comment this to stop functioning :hover effect
            }
            .ul_dropdown_drop {
              top: 0;
              left: 0px;
              list-style-type: inherit;
              position: absolute;
              background: #FFFFFF;
              box-shadow: 5px 5px 20px rgba(105, 105, 105, 0.5), inset -1px -1px 4px rgba(0, 0, 0, 0.3);
              border-radius: 19px;
              overflow: hidden;
              z-index: 4;

              display: none; // CHANGE TO NONE <-------- to start functioning
              flex-direction: column;
              width: 100%;

              background-image: url('../img/arr-dropdown-upsidedown.svg');
              background-repeat: no-repeat;
              background-position: top 5px right 5px;

              //width: 239px;
              //min-width: 183px;
              .li_dropdown_drop {
                cursor: pointer;
                display: block;
                //padding: 11px 95px 11px 33px;
                padding: 11px 33px;
                width: 100%;
                &:hover {
                  background-color: rgba(gray, .1);
                }
                &:not(:last-child) {
                  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
                }
                &:last-child {
                  border-bottom: 3px solid transparent;
                }
              }
            }
          }
        }
      }
    }
    &:nth-child(2) {
      width: 232px;
      .filter_type {
        font-family: @fontBold;
        font-size: 10.1639px;
        line-height: 12px;
        display: inline-block;
        padding: 8px 25px 8px 8px;
        background: #FFFFFF;
        box-shadow: 0px 0px 1.27049px rgba(0, 0, 0, 0.2), inset 0px 1.27049px 4.23497px rgba(105, 105, 105, 0.3);
        border-radius: 25.1981px;
        color: rgba(52, 52, 52, 0.3);
        cursor: pointer;
        background-image: url('../img/cross.svg');
        background-repeat: no-repeat;
        background-position: top 2px right -2px;
        &:not(:last-child) {
          margin-right: 16px;
        }
      }
    }
  }
  .responsive-max(886px, {
  display: none;
  });
  .responsive-max(830px, { &_item {
    &:nth-child(1) {
      .filter_dropdow {
        .ul_dropdown {
          .li_dropdown {
            &:hover .ul_dropdown_drop {
              display: none; // <-- comment this to stop functioning :hover effect
            }
          }
        }
      }
    }

  } });
  .responsive-max(772px, { .filter_type {
    margin-bottom: 25px;
  } });
  .responsive-max(462px, { flex-direction: column; flex-wrap: wrap; &_item {
    &:nth-child(1) {
      width: auto;
    }
  } });
}

.drop_content_active {
  @media (max-width: 830px) {
    display: flex !important;
  }
}

.filter_main {
  max-width: @filterWidth; //1050px
  margin: 0 auto;
  position: relative;
  .responsive-max(1203px, { .mob-padding(); overflow-x: hidden; });
}

.filter_heading {
  max-width: 305px;
  margin-top: 22px;
  margin-bottom: 29px;
  h2 {
    .heading-g();
  }
  p {
    text-align: right;
  }
  .responsive-mobile({ max-width: 189px; });
}

.filter_course_holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  .responsive-max(1125px, {
    justify-content: space-around; //flex-direction: column;
  });
}

.filter_course_item {
  //padding: 8px;
  padding-bottom: 25px; //15px
  padding-top: 25px; // 0px
  max-width: 575px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  position: relative;
  &:nth-child(2) {
    .item-line1();
  }
  &:nth-child(6n+6) {
    .item-line1();
  }
  &:nth-child(3) {
    .item-line2();
  }
  //sides
  .sides_container {
    display: flex;
    justify-content: space-between;
    .side {
      .side_h2 {
        max-width: 232px;
        font-size: 24px;
        line-height: 32px;
        font-family: @fontBold;
        margin-bottom: 16px;
        a {
          text-decoration: none;
          color: inherit;
          transition: opacity .1s linear;
          &:hover {
            opacity: 0.6;
          }
        }
      }
      .side_p {
        max-width: 213px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 23px;

        //add three dots
        max-height: 195px;
        overflow: hidden;
        //padding-right: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
      }
      .img_container {
        width: 245px;
        height: 245px;
        position: relative;
        display: block;
        text-decoration: none;
        //overflow: hidden; //hidden
      }
      .main_img {
        width: 245px;
        height: 245px;
        border-radius: 153px;
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3), inset 2px 4px 10px rgba(0, 0, 0, 0.2);
        filter: drop-shadow(-2px -2px 6px rgba(0, 0, 0, 0.2));
        .course_img {
          box-shadow: inset 1px 40px 6px rgba(0, 0, 0, 0.3), inset 2px 4px 10px rgba(0, 0, 0, 0.2);
          object-fit: cover;
          width: 245px;
          height: 245px;
          position: relative;
        }
      }
      .circle1 {
        width: 80px;
        height: 80px;
    /*    filter: drop-shadow(-3.00078px -3.00078px 15.0039px rgba(0, 111, 184, 0.2)), drop-shadow(3.00078px 3.00078px 6.00155px rgba(0, 0, 0, 0.15)), drop-shadow(7.50194px 7.50194px 15.0039px rgba(16, 69, 104, 0.4));
        background: linear-gradient(322.81deg, rgba(69, 69, 69, 0.1) 33.86%, rgba(255, 255, 255, 0.1) 93.84%), radial-gradient(69.19% 69.19% at 50% 50%, #0083DA 15.1%, #0071BC 100%);
        background-blend-mode: lighten, normal;
        box-shadow: inset 0.750194px 0.750194px 1.50039px #0063A4, inset -0.750194px -0.750194px 1.50039px rgba(0, 0, 0, 0.3);
        border-radius: 50%;*/
        background-image: url(../img/_crlc_blue_filter.png);
        background-repeat: no-repeat;
        background-size: contain;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        top: -5px;
        left: 0;
        p {
          text-shadow: 0.750194px 0.750194px 1.50039px rgba(0, 0, 0, 0.35), 1.50039px 2.25058px 7.50194px rgba(0, 0, 0, 0.4);
          font-size: 18.0047px;
          line-height: 12px;
          font-family: @fontBold;
          text-align: center;
        }
        span {
          font-size: 8.25214px;
          line-height: 12px;
          font-family: @fontRegular;
        }
      }
      .circle2 {
        position: absolute;
        bottom: 0;
        right: -20px;
      }
    }
  }
  //bot
  .bot_container {
    //border: 1px solid black;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    .bot {
      display: flex;
      justify-content: space-between;
      width: 268px;
      &:nth-child(1) {
        align-self: flex-end;
      }
      .btn-casual {
        color: #343434;
        text-shadow: -0.3px -0.3px 2px #FFFFFF, 0.1px 0.1px 1px rgba(0, 0, 0, 0.8), 0px 1px 2px rgba(64, 64, 64, 0.2), 3px 3px 10px rgba(1, 1, 1, 0.4);
        font-size: 14px;
        line-height: 21px;
        font-family: @fontBold;
        display: block;
        padding: 19px 10px;
        background: linear-gradient(102.08deg, #F7F7F7 6.83%, #FFFFFF 80.87%);
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
        border-radius: 69px;
        text-align: center;
        text-decoration: none;
        width: 125px;
        height: 59px;
        transition: all .25s ease;
        &:hover {
          transform: translateY(3px);
        }
      }
      .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 19px;
        grid-row-gap: 11px;
        margin-left: 15px;
        font-size: 11px;
        line-height: 14px;
        &_item {
          text-align: center;
          position: relative;
          strong {
            font-family: @fontBold;
            font-size: 14px;
            line-height: 18px;
          }
        }
      /*  .grid_item.circle {
          &::after {
            content: '';
            position: absolute;
            background: #FFE700;
            box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 8px rgba(0, 0, 0, 0.3), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
            border-radius: 85.1807px;
            top: -3px;
            left: 5px;
            display: block;
            width: 59px;
            height: 59px;
            z-index: -1;
          }
        }*/
        .grid_item.circle {
            //content: '';
            //position: absolute;
            background: #FFE700;
            box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 8px rgba(0, 0, 0, 0.3), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
            border-radius: 85.1807px;
            //top: -3px;
            //left: 5px;
            //display: block;
            width: 59px;
            height: 59px;
            //z-index: -1;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
    }
  }

  .responsive-mobile({ //sides
    .sides_container {
      display: flex;
      justify-content: space-between;
      .side {
        .side_h2 {
          font-size: 20px;
        }
        .side_p {
          font-size: 13px;
        }
        .img_container {
          width: 245px;
          height: 245px;
          position: relative;
          display: block;
          text-decoration: none;
        }
      }
    } });

  .responsive-max(577px, { flex-wrap: wrap; //sides
    .sides_container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      .side {
        .side_h2 {
          max-width: 100%;
        }
        .side_p {
          max-width: 100%;
        }
        .img_container {
          margin-bottom: 30px;
        }
      }
    } //bot
    .bot_container {
      .bot {
        display: flex;
        justify-content: space-between;
        width: 268px;
        margin: 0 auto;
        .btn-casual {
          &:hover {
            transform: translateY(0) translateX(0);
          }
        }
      }
      .grid {
        margin-top: 20px;
      }
    } });
}

.items_not_found {
  color: @colorRed;
  padding-top: 20px;
  padding-bottom: 20px;
}

// course page               <--------------------

.site_location {
  color: #808080;
  font-size: 11px;
  line-height: 24px;
}

.course_main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../img/worm-course.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  .responsive-max(1326px, { background-size: 400px; });
  .responsive-max(1084px, { .mob-padding(); });
  .responsive-max(900px, { background-image: none; })
}

//
.course_inner_content_width {
  max-width: 1054px;
  margin: 0 auto;
}

//

.course_wrap {
  .course_inner_content_width();
}

.course_num_heading {
  content: attr(data-num);
  font-size: 24px;
  line-height: 32px;
  font-family: @fontBold;
  top: -5px;
  left: -5px;
  display: block;
  z-index: 2;
  position: absolute;
  .responsive-max(450px, { font-size: 18px; line-height: 150%; });
}

.course_img {
  width: 719px;
  height: 620px;
  background-image: url(../img/ipad-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  img {
    position: absolute;
    height: 425px;
    width: 530px;
    transform: rotate(-12.5deg) translate(70px, 118px);
    display: block;
    object-fit: cover;
    &:after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(155.65deg, rgba(255, 255, 255, 0.199417) -15.9%, rgba(255, 255, 255, 0.82) 84.42%), #8A8A8A;
      mix-blend-mode: soft-light;
      box-shadow: 0px 4.20541px 21.027px #CFFFFF;
      transform: rotate(-101.91deg);
      display: block;
      opacity: .8;
    }
  }
  .responsive-max(1396px, { width: 359px; height: 265px; background-size: contain; img {
    height: 150px;
    width: 200px;
    transform: rotate(-12deg) translate(90px, 78px);
  } });
  .responsive-max(752px, { width: 300px; height: 220px; position: relative; background-image: none; img {
    transform: rotate(0deg) translate(0, 0);
    width: auto;
    height: 200px;
    padding: 10px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
  } });
}

.course_info {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 55px;
  .course_wrap();
  .responsive-max(450px, { padding-top: 20px; });
  h1 {
    .heading-g();
    max-width: 420px;
  }
  .info_grid {
    display: grid;
    grid-template-columns: repeat(2, 86px);
    grid-column-gap: 31px;
    grid-row-gap: 10px;
    max-width: 438px;
    margin-top: 20px;
    margin-bottom: 38px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    .circle {
      position: relative;
      font-size: 11px;
      line-height: 16px;
      width: 86px;
      height: 86px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      strong {
        font-size: 24px;
        line-height: 16px;
        font-family: @fontBold;
      }
      &::before {
        content: '';
        width: 86px;
        height: 86px;
        background: #FFE700;
        box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2), inset 2px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 85.1807px;
        z-index: -1;
        display: block;
        position: absolute;
      }
    }
    .responsive-max(470px, { //grid mob
      display: grid; grid-template-columns: repeat(4, 70px); grid-column-gap: 10px; grid-row-gap: 10px; max-width: 380px; //438
      margin-top: 20px; margin-bottom: 18px; text-align: center; font-size: 11px; line-height: 14px; .circle {
      position: relative;
      font-size: 11px;
      line-height: 16px;
      width: 66px;
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      strong {
        font-size: 18px;
        line-height: 16px;
        font-family: @fontBold;
      }
      &::before {
        content: '';
        width: 66px;
        height: 66px;
        background: #FFE700;
        box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2), inset 2px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 85.1807px;
        z-index: -1;
        display: block;
        position: absolute;
      }
    } });
  }
  .desc_line {
    max-width: 449px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    .desc_line_title {
      font-size: 24px;
      line-height: 32px;
      font-family: @fontBold;
    }
    .schedule_btn {
      font-size: 20px;
      line-height: 21px;
      font-family: @fontBold;
      text-decoration: none;
      display: block;
      color: @colorBlack;
      padding: 7px 12px;
      background: linear-gradient(102.08deg, #F7F7F7 6.83%, #FFFFFF 80.87%);
      box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
      border-radius: 69px;
      position: relative;
      text-shadow: 0px 1px 2px rgba(64, 64, 64, 0.2), 3px 3px 10px rgba(1, 1, 1, 0.4);
    }
  }
  .desc_text {
    max-width: 551px;
    padding-bottom: 71px;
    .responsive-mobile-sm({ padding-bottom: 30px; });
  }

  .lesson_progress {
    min-height: 458px;
    h2 {
      font-family: @fontBold;
      font-size: 24px;
      line-height: 32px;
      padding-bottom: 42px;

      .responsive-mobile({ font-size: 25px; });
    }
    .bubles_holder {
      width: 1054px;
      //overflow-x: auto;
      display: flex;
      flex-wrap: wrap;
      background-image: url('../img/steps_bg.svg');
      background-repeat: no-repeat;
      .responsive-max(1130px, { width: 100%; justify-content: flex-start; background-image: none; });
      .bubble {
        position: relative;
        //padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 170px;
        //display: inline-block;
        background: #FFE700;
        box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.2), inset 2px 4px 12px rgba(0, 0, 0, 0.3);
        border-radius: 465px;

        span {
          max-width: 154px;
          display: block;
          font-size: 12px;
          line-height: 24px;
          text-align: center;
        }
        &:nth-child(1) {
          transform: translate(-20px, -20px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(2) {
          transform: translate(-70px, 200px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(3) {
          transform: translate(-150px, 5px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(4) {
          transform: translate(-120px, 200px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(5) {
          z-index: 2;
          transform: translate(-250px, -50px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(6) {
          transform: translate(-250px, 160px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(7) {
          transform: translate(750px, -180px);
          &::before {
            .course_num_heading();
          }
        }
        &:nth-child(8) {
          transform: translate(650px);
          &::before {
            .course_num_heading();
          }
        }
        .responsive-max(1108px, { &:nth-child(1) {
          transform: translate(0, 0)
        } &:nth-child(2) {
            transform: translate(0, 0)
          } &:nth-child(3) {
              transform: translate(0, 0)
            } &:nth-child(4) {
                transform: translate(0, 0)
              } &:nth-child(5) {
                  transform: translate(0, 0)
                } &:nth-child(6) {
                    transform: translate(0, 0)
                  } &:nth-child(7) {
                      transform: translate(0, 0)
                    } &:nth-child(8) {
                        transform: translate(0, 0)
                      } margin-bottom: 10px; margin-right: 10px; });
        .responsive-max(405px, { width: 150px; height: 150px; span {
          max-width: 130px;
          font-size: 11px;
          line-height: 150%;
        } });
      }
    }
  }
}

.courses_needed {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -200px;
  .laptop-img {
    transform: translateY(-20%);
    display: block;
  }

  .responsive-max(1326px, { padding-top: 75px; margin-bottom: 0; .laptop-img {
    height: 400px;
  } });
  .responsive-max(934px, { .laptop-img {
    display: none;
  } });

  .needed_desc {
    .heading {
      h2 {
        font-size: 24px;
        line-height: 32px;
        font-family: @fontBold;
      }
      p {
        font-size: 11px;
        line-height: 24px;
      }
      padding-bottom: 22px;
    }
    .body {
      padding-top: 22px;
      max-width: 506px;
      a {
        color: #0083DA;
        text-decoration: none;
        &:hover {
          text-decoration: underline;
        }
      }
      .responsive-mobile({ //width: 100%;
        max-width: 100%; });
      .responsive-mobile-sm({ padding-top: 0; })
    }
  }
}

.courses_result {
  h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: @fontBold;
    padding-bottom: 15px;
  }
  .courses_result-text {
    a {
      color: #0083DA;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  padding-bottom: 150px;
  .responsive-max(1472px, { padding-left: 20px; });
  .responsive-max(938px, { padding-left: 0; });
}

///SCHEDULE MODAL

.modal_schedule_bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  //background-image: url('../im/bg-modal-reg.svg');
  background-image: url('../img/modal_schedule_bg.svg');
  background-repeat: no-repeat;
  z-index: 101;
  width: 100%;
  height: 100%;
  display: none;

}

.modal_schedule {
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 17px;
  width: 100%;
  height: 100%;
  //background-image: url('../img/bg-modal-reg.svg');
  background-image: url('../img/modal_schedule_bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: rgba(@colorWhite, 1);
  display: none; // none
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  .modal-dialog {
    overflow: auto; //scroll
    .responsive-max(576px, { max-width: 500px; });
    .modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 895px; //100%
      margin: 0 auto;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;

      outline: 0;
      .mob-padding();

      .heading-scheadule {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        h2 {
          .heading-g();
        }
        .close-schedule {
          .responsive-max(834px, { img {
            width: 70px;
          } position: fixed; top: 0; right: 0; })
        }
      }
      .scheadule_grid {
        display: grid;
        grid-row-gap: 20px;
        grid-column-gap: 18px;
        grid-template-columns: repeat(6, minmax(121px, max-content));
        align-items: center;
        .grid_item {
          text-align: center;
        }
        .course_cell_name {
          text-shadow: 1.35756px 1.35756px 2.71513px rgba(0, 0, 0, 0.35), 2.71513px 4.07269px 13.5756px rgba(0, 0, 0, 0.4);
          width: 160px;
          height: 88px;

          //background: linear-gradient(322.81deg, rgba(69, 69, 69, 0.1) 33.86%, rgba(255, 255, 255, 0.1) 93.84%), radial-gradient(69.19% 69.19% at 50% 50%, #0083DA 15.1%, #0071BC 100%);
          background-blend-mode: lighten, normal;
          box-shadow: inset 1.35756px 1.35756px 2.71513px #0063A4, inset -1.35756px -1.35756px 2.71513px rgba(0, 0, 0, 0.3);

          background-image: url(../img/schedule-bg.png);

          border-radius: 73px;
          color: @colorWhite;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          text-decoration: none !important;
        }
      }
    }
  }
}

.course_cell_time_full {
  background: #FFE700;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 8px rgba(0, 0, 0, 0.3), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 85.1807px;
  width: 121px;
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-family: @fontBold;
}

.course_cell_time_empty {
  width: 121px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 10px rgba(105, 105, 105, 0.3);
  border-radius: 85.1807px;
}

.modal_scheadule_active {
  display: block;
}

//thanks page

.thanks_width {
  max-width: 1039px;
  margin: 0 auto;
  .responsive-max(1039px, { .mob-padding(); })
}

.thanks_wrapper {
  background-image: url('../img/thx-bg.svg');
  background-repeat: no-repeat;
  background-position: top 50px center;
  min-height: 100vh;
  .responsive-mobile-sm({
  background-image: none;
  });
}

.header_thanks {
  .thanks_width();
  padding-bottom: 350px;
  a {
    display: block;
  }
  .logo-thx {
    display: flex;
    justify-content: space-between;
    //align-items:  center;
    .thx_logo {
      transform: translateX(-25px);
    }
    .go_back {
      width: 96px;
      height: 95px;
      position: relative;
      z-index: 5;
    }
  }
  .responsive-max(1120px, {
  overflow-x: hidden;
  });
  .responsive-max(958px, {
    padding-bottom: 220px;
  });
  .responsive-max(861px, {
  padding-bottom: 40px;
  });
  .responsive-mobile-sm({
.logo-thx {
  .go_back  {
    display: none;
  }
}
  });
}

.thx-content {
  position: relative;
  .thx-item {
    &:nth-child(1) {
      position: relative;
      z-index: 5;
      h2 {
        max-width: 376px;
        .heading-g();
        margin-bottom: 42px;
      }
      p {
        &:nth-of-type(1) {
          margin-bottom: 12px;
        }
        &:nth-of-type(2) {
          strong {
            font-family: @fontBold;
          }
        }
      }
    }
    &:nth-child(2) {
      position: absolute;
      top: 0;
      right: 0;
      width: 628px;
      height: 600px;
      background-image: url(../img/Luba_welcome_back.png);
      background-repeat: no-repeat;
      background-position-x: 40px;
      background-position-y: -20px;
      video {
        width: 628px;
        height: 600px;
        position: relative;
        top: -40px;
        left: 40px;
        opacity: .99;
      }
      .play-btn {
        position: absolute;
        bottom: 50px;
        left: 48%;
      }
      .responsive-max(1048px, {
        width: 428px;
        height: 400px;
      background-size: 400px;
      video {
        width: 400px;
        height: 400px;
        top: -40px;
        left: 40px;
      }
      .play-btn {
        img {
        width: 80px;
        height: 80px;
        }
      }
      });
      .responsive-max(861px, {
        position: relative;
        margin-top: 20px;
        width: 318px;
        height: 290px;
        background-size: 320px;
        transform: translate(0,0);
        background-position-x: 0;
        background-position-y: 0;
      video {
        width: 318px;
        height: 290px;
        top: 0;
        left: 0;
      }
      .play-btn {
        bottom: -13px;
        left: 40%;
      }
      });
    }
  }
}

.footer_thx {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  //max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #00AA4E;
  border: 0.5px solid #007D3A;
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.25), 0px -10px 20px rgba(0, 0, 0, 0.3), inset 3px 6px 15px rgba(0, 0, 0, 0.4);
  &__content {
    //.thanks_width();
    max-width: 801px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .social-group {
      display: flex;
      justify-content: space-between;
      max-width: 251px;
    }
    .social-icon {
      transform: translateY(7px);
    }
  }
  .responsive-max-h(745px, {
  position: relative;
  });
  .responsive-max(899px, {
    position: relative;
  min-height: 110px;
  padding-top: 25px;
  .mob-padding();
  &__content {
    flex-wrap: wrap;
    .btn_foot_tel {
      display: block !important;
    }
    .social-group {
      display: none;
    }
  }
  });
  .responsive-max(400px,{
  height: 86px;
  max-height: 86px;
  min-height: 86px;
  overflow: hidden;
  &__content {
    height: 46px;
  }
  });
}

.d-none {
  display: none !important;
}