@font-face {
  font-family: 'main';
  src: url("../css/fonts/main.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.base_head {
  font-family: "main";
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px; }

.base_head_desc {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  color: #63c85c !important; }

.modal-title {
  color: #4e158c; }

.modal_reg_btn {
  border: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #63c85c;
  width: 90%;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 20px;
  display: block; }

.modal_reg_input {
  width: 90%;
  border: 1px solid #c1bcbc;
  padding: 10px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 10px;
  color: #333;
  display: block; }

.modal_reg_hidden {
  display: none; }

header {
  position: fixed;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5;
  width: 100%;
  z-index: 99; }
  header img {
    width: 142px; }
  header ul {
    margin-left: 20px; }
    header ul li {
      display: inline-block; }
      header ul li a {
        color: #000000 !important;
        font-family: "main";
        text-transform: uppercase;
        font-size: 12px;
        display: block; }
        header ul li a:hover {
          color: #63c85c !important;
          text-decoration: none;
          cursor: pointer; }
  header .callback {
    padding: 12px 5px;
    display: block;
    color: #fff;
    background: #63c85c;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 17px; }
    header .callback:hover {
      text-decoration: none;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      background: #10ad73; }
  header .my_dropdown {
    color: #000 !important;
    font-size: 12px !important;
    font-family: "main";
    padding: 13px 10px 10px 10px !important;
    margin-top: 3px;
    margin-left: 10px; }

.first_sect {
  background-image: url("../img/main1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  .first_sect .first_sect_und {
    width: 100%;
    height: 100%;
    background: rgba(78, 21, 140, 0.82); }
    .first_sect .first_sect_und .first_sect_text {
      margin-top: 40vh;
      font-family: "main";
      text-align: center;
      color: #ffffff; }
      .first_sect .first_sect_und .first_sect_text p {
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 7px;
        margin-bottom: 0; }
      .first_sect .first_sect_und .first_sect_text h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 48px;
        letter-spacing: 1px;
        line-height: 62px;
        margin-top: 3px; }
      .first_sect .first_sect_und .first_sect_text a {
        margin: 0 auto;
        margin-top: 50px;
        display: block;
        padding: 15px;
        background: #63c85c;
        color: #fff;
        width: 280px;
        font-size: 20px;
        border-radius: 80px;
        box-shadow: 0 0 7px #5bf3ba;
        border-color: transparent; }
        .first_sect .first_sect_und .first_sect_text a:hover {
          text-decoration: none;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          background: #10ad73;
          box-shadow: 0 0 7px #10ad73; }

.second_sect {
  padding: 40px 0; }
  .second_sect .second_sect_list {
    overflow: hidden;
    padding: 40px 0;
    padding-bottom: 0; }
    .second_sect .second_sect_list img {
      width: 120px;
      display: block;
      margin: 0 auto; }
    .second_sect .second_sect_list h4 {
      text-align: center;
      font-family: "main";
      margin-top: 20px; }
    .second_sect .second_sect_list p {
      font-size: 13px;
      text-align: center;
      margin-top: 16px;
      margin-bottom: 30px; }

.third_sect {
  background: #4e158c;
  padding: 40px 0; }
  .third_sect .price {
    background: #8402e6;
    padding-bottom: 4px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 45px;
    /*h2 {
      text-align: center;
      color: #390d5a;
      font-size: 71px;
      margin-top: 8px;
      letter-spacing: -2px;
    }*/ }
    .third_sect .price .price_img {
      background: #eee0fa;
      background-size: cover;
      background-repeat: no-repeat;
      height: 210px;
      border-radius: 5px 5px 0 0; }
      .third_sect .price .price_img img {
        width: 270px;
        display: block;
        margin: 0 auto; }
    .third_sect .price h3 {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-size: 19px;
      letter-spacing: 5px;
      font-family: "main";
      margin-top: 10px;
      line-height: 24px; }
    .third_sect .price ul li {
      padding: 4px 0;
      text-align: center;
      border-top: 1px solid #5f119a;
      color: #dbb9f4;
      font-size: 13px; }
      .third_sect .price ul li:last-child {
        border-bottom: 1px solid #5f119a; }
    .third_sect .price a {
      color: #ffffff;
      text-align: center;
      display: block;
      width: 210px;
      margin: 18px auto;
      padding: 10px;
      font-family: "main";
      background: #63c85c;
      text-transform: uppercase;
      border-radius: 61px;
      border: 0; }
      .third_sect .price a:hover {
        text-decoration: none;
        color: #ffffff;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        background: #09a56a; }
  .third_sect .another_courses > div {
    padding: 0; }
    .third_sect .another_courses > div .spec_cour {
      background-size: cover;
      margin: 0 1px;
      margin-top: 33px; }
      .third_sect .another_courses > div .spec_cour a {
        background: rgba(6, 6, 6, 0.65);
        display: block;
        width: 100%; }
        .third_sect .another_courses > div .spec_cour a:hover {
          text-decoration: none;
          background: rgba(11, 111, 74, 0.56);
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
        .third_sect .another_courses > div .spec_cour a h4 {
          text-align: center;
          color: #ffffff;
          padding: 50px 0;
          text-transform: uppercase;
          line-height: 27px; }
    .third_sect .another_courses > div .first {
      background: url("../img/price/back.jpg");
      background-size: cover; }
    .third_sect .another_courses > div .second {
      background: url("../img/price/back.jpg");
      background-size: cover; }
    .third_sect .another_courses > div .third {
      background: url("../img/price/back2.jpg");
      background-size: cover; }
    .third_sect .another_courses > div .fourth {
      background: url("../img/price/back3.jpg");
      background-size: cover; }
  .third_sect .news {
    background-size: cover; }
    .third_sect .news .post {
      padding-left: 120px;
      position: relative;
      overflow: hidden;
      margin-top: 30px; }
      .third_sect .news .post img {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        border-radius: 2px; }
      .third_sect .news .post .post_text {
        padding-left: 13px; }
        .third_sect .news .post .post_text h4 {
          color: #fff;
          margin-top: 0;
          font-family: "main"; }
        .third_sect .news .post .post_text p {
          color: #b9b3bd;
          font-size: 11px;
          line-height: 13px; }

.fourth_sect {
  padding-top: 40px; }
  .fourth_sect .swiper-container {
    width: 100%;
    height: 350px;
    margin: 50px auto; }
    .fourth_sect .swiper-container .swiper-pagination-bullet-active {
      opacity: 1;
      background: #4e158c; }
    .fourth_sect .swiper-container .swiper-slide .slide_content {
      padding: 10px; }
      .fourth_sect .swiper-container .swiper-slide .slide_content .slide_text {
        position: relative;
        padding-bottom: 25px;
        width: 65%;
        margin: 0 auto; }
        .fourth_sect .swiper-container .swiper-slide .slide_content .slide_text p {
          padding: 20px;
          background: #e8e8e8;
          border-radius: 10px; }
        .fourth_sect .swiper-container .swiper-slide .slide_content .slide_text .triangle {
          width: 0;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 40px solid transparent;
          border-top: 37px solid #e8e8e8;
          position: absolute;
          bottom: 0;
          left: 35px; }
      .fourth_sect .swiper-container .swiper-slide .slide_content .slide_author {
        position: relative;
        padding-left: 90px;
        width: 65%;
        margin: 0 auto; }
        .fourth_sect .swiper-container .swiper-slide .slide_content .slide_author img {
          position: absolute;
          left: 0;
          top: 0; }
        .fourth_sect .swiper-container .swiper-slide .slide_content .slide_author h4 {
          text-transform: uppercase;
          font-size: 18px;
          margin-bottom: 3px;
          padding-top: 15px;
          padding-left: 10px;
          font-family: "main";
          color: #4e158c; }
        .fourth_sect .swiper-container .swiper-slide .slide_content .slide_author span {
          font-size: 13px;
          font-style: italic;
          padding-left: 11px; }

.promo_sect {
  background: url("../img/promo_back1.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .promo_sect .promo_sect_und {
    width: 100%;
    height: 100%;
    background: rgba(78, 21, 140, 0.82);
    padding: 50px 0;
    padding-bottom: 20px; }
    .promo_sect .promo_sect_und .promo_offer .promo_reg .promo_reg_input {
      margin-top: 20px;
      outline: 0;
      padding: 14px;
      color: #7419f0;
      border-radius: 3px;
      border: 0;
      display: block;
      width: 100%; }
    .promo_sect .promo_sect_und .promo_offer .promo_reg .promo_reg_btn {
      margin-top: 20px;
      padding: 14px;
      border: 0;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 4px;
      background: #63c85c;
      color: #fff;
      display: block;
      width: 100%; }
    .promo_sect .promo_sect_und .promo_offer .promo_reg .promo_reg_hidden {
      display: none; }
  .promo_sect .logo {
    overflow: hidden;
    width: 72%;
    margin: 15px auto; }
    .promo_sect .logo a img {
      width: 170px;
      display: block;
      margin: 0 auto; }

.fifth_sect .team_back .team_top h2 {
  font-family: "main"; }
.fifth_sect .team_body > div {
  padding: 20px 0 !important; }
  .fifth_sect .team_body > div .team_photo {
    background: url("../img/team/team-back1.jpg");
    background-size: cover; }
    .fifth_sect .team_body > div .team_photo img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  .fifth_sect .team_body > div h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 19px;
    color: #8402e6;
    font-family: "main";
    margin-bottom: 0; }
  .fifth_sect .team_body > div span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-style: italic; }

.sixth_sect {
  background: #4e158c;
  padding: 40px 0; }
  .sixth_sect .blog {
    background-size: cover; }
    .sixth_sect .blog .post {
      padding-left: 120px;
      position: relative;
      overflow: hidden;
      margin-top: 30px; }
      .sixth_sect .blog .post img {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        border-radius: 2px; }
      .sixth_sect .blog .post .post_text {
        padding-left: 13px; }
        .sixth_sect .blog .post .post_text h4 {
          color: #fff;
          margin-top: 0;
          font-family: "main"; }
        .sixth_sect .blog .post .post_text p {
          color: #b9b3bd;
          font-size: 11px;
          line-height: 13px; }

.seventh_sect {
  padding: 40px 0; }
  .seventh_sect .cont_main {
    padding: 20px 0;
    overflow: hidden; }
    .seventh_sect .cont_main #map {
      height: 400px; }
    .seventh_sect .cont_main .contact h4 {
      font-family: "main"; }
    .seventh_sect .cont_main .contact h5 {
      font-family: "main";
      margin-top: 25px; }
    .seventh_sect .cont_main .contact ul li {
      font-size: 15px;
      margin-bottom: 3px; }
      .seventh_sect .cont_main .contact ul li a {
        color: #000; }
        .seventh_sect .cont_main .contact ul li a:hover {
          text-decoration: none; }

footer {
  background: #4e158c;
  padding-top: 40px;
  padding-bottom: 10px; }
  footer .footer_blog {
    padding-left: 50px;
    position: relative;
    margin-top: 10px; }
    footer .footer_blog img {
      position: absolute;
      left: 0;
      top: 0;
      width: 50px; }
    footer .footer_blog .footer_blog_text {
      margin-left: 10px; }
      footer .footer_blog .footer_blog_text h4 {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 3px; }
      footer .footer_blog .footer_blog_text p {
        color: #fff;
        font-size: 10px;
        margin-top: 7px;
        font-style: italic; }
  footer li > a {
    color: #ffffff; }
    footer li > a:hover {
      text-decoration: none;
      color: #63c85c; }
  footer li > a.chosen_links:before {
    content: url(../img/icons/arrow-left.png);
    color: #ffffff;
    margin-right: 2px; }
  footer .footer_cont_spec {
    color: #fff;
    margin-top: 20px; }
  footer .footer_cont_spec_p {
    color: #fff;
    font-size: 10px; }
  footer .footer_part_head {
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase; }
  footer .footer_bot_p {
    color: #fff; }

.pin-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -48.28427px;
  margin-left: -20px;
  transform-origin: 50% 120.71068% 0; }

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  transform-origin: 50% 120.71068% 0; }

.pin::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  transform: rotateZ(-45deg);
  border: 5px solid #20cc8c;
  border-radius: 50% 50% 50% 50%; }

.pin::before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  transform: rotateZ(-45deg);
  border: 5px solid #19a06e;
  border-radius: 50% 50% 50% 0; }

.shadow {
  position: absolute; }

.shadow::after {
  position: absolute;
  left: -125px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: '';
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px; }

.pulse {
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  transform: rotateX(55deg); }

.pulse::after {
  display: block;
  width: 100px;
  height: 100px;
  content: '';
  animation: pulsate 1s ease-out;
  animation-delay: 1.1s;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 3px #20cc8c; }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
.tags {
  font-weight: 300; }

.animations a {
  line-height: 42px;
  display: block;
  box-sizing: border-box;
  height: 44px;
  margin: 0 5px;
  padding: 0 10px;
  text-decoration: none;
  color: #20cc8c;
  border: 2px solid #20cc8c;
  border-radius: 22px;
  transition: background-color 0.3s, color 0.3s; }

.animations a:hover {
  color: white;
  background: #20cc8c; }

@media (max-width: 991px) {
  .nav > li > a {
    padding: 2px 5px;
    font-size: 11px;
    margin-top: 12px; }

  header .my_dropdown {
    margin-top: 0px !important; }

  header .callback {
    display: none; }

  .fifth_sect .team_body > div .team_photo img {
    width: 40%; }

  .contact {
    margin-top: 34px; }

  .footer_rows {
    margin-top: 30px; } }
@media (max-width: 767px) {
  header .callback {
    display: block;
    width: 80%;
    margin: 0 auto; }

  .navbar-collapse {
    margin-top: 15px; }

  .nav > li > a {
    font-size: 14px;
    margin-left: 19px; }

  header .my_dropdown {
    margin-top: 0px !important;
    margin-left: 14px !important;
    font-size: 14px !important; } }
@media (max-width: 467px) {
  .base_head {
    font-size: 26px; }

  .fourth_sect .swiper-container {
    height: 390px; } }

/*# sourceMappingURL=style.css.map */
