@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope/Manrope-Medium.eot");
  src: url("../fonts/Manrope/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope/Manrope-Regular.eot");
  src: url("../fonts/Manrope/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope/Manrope-Light.eot");
  src: url("../fonts/Manrope/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Light.woff") format("woff"), url("../fonts/Manrope/Manrope-Light.ttf") format("truetype"), url("../fonts/Manrope/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue/BebasNeue-Bold.eot");
  src: url("../fonts/BebasNeue/BebasNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue/BebasNeue-Bold.woff") format("woff"), url("../fonts/BebasNeue/BebasNeue-Bold.ttf") format("truetype"), url("../fonts/BebasNeue/BebasNeue-Bold.svg#BebasNeue-Regular") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue/BebasNeue-Book.eot");
  src: url("../fonts/BebasNeue/BebasNeue-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeue-Book.woff2") format("woff2"), url("../fonts/BebasNeue/BebasNeue-Book.woff") format("woff"), url("../fonts/BebasNeue/BebasNeue-Book.ttf") format("truetype"), url("../fonts/BebasNeue/BebasNeue-Book.svg#BebasNeue-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    outline: none;
  }

  .navbar-toggler span {
    display: block;
    width: 28px;
    margin: auto;
    margin-bottom: 4px;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #fff;
  }

  .custom_header_menu {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #000;
    padding-right: 30px;
  }

  .custom_header_menu #menu-main-menu {
    flex-direction: column;
    align-items: center;
  }

  .header_area {
    background-color: #111 !important;
  }

  .header_area .custom_container {
    padding: 0;
  }

  .navbar-toggler {
    margin-right: 20px;
  }

  .logo_h {
    margin-left: 20px;
  }

  .main_menu .menu-item {
    margin-right: 0 !important;
  }

  .custom_header_menu {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }

  .header_area.show_menu .custom_header_menu {
    max-height: 550px;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
  }

  .header_area.show_menu .mobile_menu_icon span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .header_area.show_menu .mobile_menu_icon span:nth-child(2) {
    opacity: 0;
  }

  .header_area.show_menu .mobile_menu_icon span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
}

.custom_row {
  display: flex;
}

.j_sp_b {
  justify-content: space-between;
}

.aligne_center {
  align-items: center;
}

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

body {
  color: white;
  background: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

.wrapper {
  min-height: 80vh;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.custom_container {
  width: 1170px;
  margin: 0 auto;
}

.header_menu_logo {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.logo_h {
  max-width: 200px;
  width: 200px;
  min-width: 200px;
  height: auto;
}

.logo_h>img {
  display: block;
  width: 100%;
  height: auto;
}

.header_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}

.header_area {
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.8);
  height: 50px;
}

.header_area .main_menu {
  width: 100%;
}

.header_area .main_menu .menu-item {
  margin-right: 45px;
}

.header_area .main_menu .menu-item>a {
  text-transform: capitalize;
  color: white;
  display: inline-block;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
}

.header_area .main_menu .menu-item>a:after {
  display: none;
}

.header_area .main_menu .menu-item>a:hover {
  color: #ffae00;
}

.header_area .main_menu .menu-item:last-child {
  margin-right: 0;
}

.header_area .main_menu .nav-item.submenu {
  position: relative;
}

.header_area .main_menu .nav-item.submenu ul {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  background: #fff;
}

.header_area .main_menu .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .main_menu .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #ededed;
  margin-left: 0;
  transition: all 0.4s linear;
  font-weight: 500;
}

.header_area .main_menu .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0;
  font-weight: 500;
}

.header_area .main_menu .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .main_menu .nav-item.submenu ul .nav-item:hover .nav-link {
  color: white;
}

.header_area .main_menu .nav-item.submenu:hover ul .nav-item {
  margin-top: 0;
}

.header_area .custom_container,
.header_area .main_menu,
.header_area .navbar,
.header_area .container,
.header_area .custom_row {
  height: 100%;
}

.header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  z-index: 9999;
}

.header_area.navbar_fixed .navbar .navbar-brand img~img {
  display: inline-block;
}

.header_area.navbar_fixed .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.stan_banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stan_banner .stan_bnr_inr {
  padding-top: 205px;
  margin-bottom: 80px;
}

.stan_banner .banner_top_part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stan_banner .banner_top_part .top_banner_left {
  position: relative;
}

.stan_banner .banner_top_part .top_banner_left h1.top_banner_title {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 95px;
  line-height: 130px;
  -webkit-text-stroke: 1px black;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.stan_banner .banner_top_part .top_banner_left .banner_icon {
  position: absolute;
  left: 48%;
  margin-left: -50px;
  bottom: -5px;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -11px;
  left: -61px;
  z-index: 9;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_curse_title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  -webkit-text-stroke: 1px transparent;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  background: #ffcd4e;
  border-radius: 5px;
  transform: rotate(-9deg);
  width: 180px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_title_hover {
  width: 68px;
  height: 50px;
  transform: rotate(6deg);
  position: absolute;
  top: -19px;
  left: 26px;
  transition: all 0.5s ease;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_hover_desc {
  position: absolute;
  border: 1px solid #7a7a7a;
  color: #333333;
  padding: 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  width: 250px;
  top: -101px;
  left: -30px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_hover_desc .hover_desc_icon {
  width: 10px;
  height: 10px;
  position: absolute;
  border: 1px solid #7a7a7a;
  border-left-color: transparent;
  border-top-color: transparent;
  background: white;
  bottom: -6px;
  transform: rotate(45deg);
  left: calc(50% - 10px);
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left:hover .banner_title_hover {
  top: -35px;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_element_left:hover .banner_hover_desc {
  opacity: 1;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_elements {
  display: flex;
  justify-content: space-between;
}

.stan_banner .banner_top_part .top_banner_left .banner_sub_elements .banner_sub_element_right {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 4px;
  border: 1px dashed black;
  color: #333333;
  padding: 3px 20px;
  position: absolute;
  right: 0;
  top: -32px;
}

.stan_banner .banner_top_part .top_banner_right {
  position: relative;
  margin-right: 60px;
}

.stan_banner .banner_top_part .top_banner_right .banner_start {
  width: 165px;
  position: absolute;
  top: -41px;
  right: 40px;
  border: 1px dashed #000 !important;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  color: #000000;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  line-height: 2;
  font-weight: 700;
  background-position: center center;
}

.stan_banner .banner_top_part .top_banner_right .top_banner_sub_title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 95px;
  line-height: 130px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.stan_banner .banner_top_part .top_banner_right .banner_right_img {
  position: absolute;
  height: 196px;
  width: 165px;
  right: -90px;
  top: -75px;
  border-radius: 0px;
}

.stan_banner .banner_top_part .top_banner_right .banner_right_img>img {
  width: 100%;
  height: 100%;
}

.sign_up_in_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 85px;
}

.sign_up_in_banner .sign_up_in_banner_left {
  color: #333333;
  max-width: 404px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
}

.sign_up_in_banner .sign_up_in_banner_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign_up_in_banner .sign_up_in_banner_right .sign_up_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sign_up_in_banner .sign_up_in_banner_right .sign_up_button .banner_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #5E298C;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 21.6px;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 16px;
  z-index: 2;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.sign_up_in_banner .sign_up_in_banner_right .sign_up_button>img {
  position: absolute;
  bottom: -82px;
  transition: all 0.3s ease-in-out;
  justify-content: flex-end;
  width: 252px;
  height: 118px;
}

.sign_up_in_banner .sign_up_in_banner_right .sign_up_button:hover>img {
  bottom: -105px;
}

.sign_up_in_banner .sign_up_in_banner_right .ask_question {
  display: flex;
  align-items: center;
  position: relative;
  background: white;
}

.sign_up_in_banner .sign_up_in_banner_right .ask_question .banner_btn {
  height: 60px;
  width: 210px;
  z-index: 2;
  background: #FFFFFF;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #A0A0A0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 21.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.sign_up_in_banner .sign_up_in_banner_right .ask_question>img {
  position: absolute;
  right: -24px;
  transition: all 0.3s ease-in-out;
  width: 66px;
  height: 57px;
}

.sign_up_in_banner .sign_up_in_banner_right .ask_question:hover>img {
  right: -40px;
}

.learn_title {
  width: 192.06px;
  height: 68.96px;
  border: 1px solid rgba(58, 22, 87, 0.5);
  color: #3a1657;
  box-sizing: border-box;
  transform: rotate(-8.54deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.learn_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.learn_items .l_itm {
  display: flex;
  align-items: flex-start;
  width: calc(100% / 4);
  margin-bottom: 20px;
}

.learn_items .l_itm>img {
  margin-top: 5px;
  margin-right: 15px;
}

.learn_items .l_itm .learn_text {
  width: 185px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}

.course_info_part {
  width: 100%;
  background: #3a1657;
  border-radius: 20px;
  padding-top: 85px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}

.course_test {
  height: 300px;
}

.course_bg {
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.course_steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

.course_steps .course_step_itm {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFFFFF;
}

.course_steps .course_step_itm .step_icon {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  20% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(125deg) scale(1, 1);
    animation-timing-function: linear;
  }

  53.33% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(285deg) scale(1, 1);
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(360deg) scale(1, 1);
  }
}

.course_steps .course_step_itm .step_title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-align: left;
}

.course_steps .course_step_itm .step_desc {
  color: #ffffff;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 500;
}

.course_prices_part {
  display: flex;
  justify-content: space-between;
}

.course_prices_part .added_to_cart.wc-forward {
  display: none;
}

.course_prices_part .price_part_title {
  width: 402px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course_prices_part .price_part_title .added_to_cart.wc-forward {
  display: none;
}

.course_prices_part .price_part_title .prices_p_title {
  font-family: "Bebas Neue", sans-serif;
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 46px;
}

.course_prices_part .price_part_items {
  position: relative;
  width: 60%;
  height: 360px;
}

.course_prices_part .prices_desc_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 159px;
}

.course_prices_part .prices_desc_part .added_to_cart.wc-forward {
  display: none;
}

.course_prices_part .course_price_button {
  width: 238px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 31px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-color: #eb2f80;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  z-index: 2;
}

.course_prices_part .installment_price {
  width: 320px;
  height: 320px;
  background: #ffcd4e;
  border-radius: 50%;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.course_prices_part .installment_price .course_price_title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.course_prices_part .installment_price .for_installment_button {
  color: #000000;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

.course_prices_part .students_price {
  height: 240px;
  width: 240px;
  border: 1px solid #ffcd4e;
  border-radius: 50%;
  position: absolute;
  left: 276px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
}

.course_prices_part .for_students_button {
  color: #ffffff;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-color: #3a1657;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.course_prices_part .graduates_price {
  width: 215px;
  height: 215px;
  position: absolute;
  right: -74px;
  top: 51px;
  color: #FFFFFF;
  z-index: 8;
}

.course_prices_part .graduates_price .graduates_inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.course_prices_part .graduates_price .graduates_inner .for_graduates_button {
  color: #ffffff;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-color: #3a1657;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.course_prices_part .graduates_price .graduates_icon {
  position: absolute;
  right: -18px;
  top: -67px;
  width: 125.05px;
  height: 125.05px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.course_prices_part .course_price_title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.course_prices_part .course_price_desc {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
}

.for_whom_course {
  background: #FFFFFF;
  padding-top: 155px;
  padding-bottom: 105px;
}

.for_whom_course .for_whom_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.for_whom_course .for_whom_inner .for_whom_left {
  height: max-content;
}

.for_whom_course .for_whom_inner .for_whom_left h3 {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.for_whom_course .for_whom_inner .for_whom_right {
  display: flex;
  flex-direction: column;
  max-width: 765px;
  width: 100%;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(58, 22, 87, 0.3);
  position: relative;
  overflow: hidden;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:before {
  content: " ";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 83px;
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(1):before {
  left: 160px;
  bottom: -85px;
  background-image: url(../img/for_beginners.webp);
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(1):hover:before {
  bottom: -54px;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(2):before {
  right: 30px;
  bottom: -90px;
  background-image: url(../img/practicing.webp);
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(2):hover:before {
  bottom: -60px;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(3):before {
  left: 210px;
  bottom: -90px;
  background-image: url(../img/professional_artists.webp);
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items:nth-child(3):hover:before {
  bottom: -64px;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items .for_whom_itm_title {
  width: 230px;
  color: #3a1657;
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.for_whom_course .for_whom_inner .for_whom_right .for_whom_items .for_whom_itm_desc {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  max-width: 425px;
  width: 100%;
}

.about_profession {
  margin-bottom: 108px;
}

.about_profession_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_profession_inner .about_profession_left h3 {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.about_profession_inner .about_profession_right {
  max-width: 765px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about_profession_inner .about_profession_right .about_right_left {
  max-width: 485px;
  display: flex;
  flex-direction: column;
}

.about_profession_inner .about_profession_right .about_right_left .profession_text {
  max-width: 426px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}

.about_profession_inner .about_profession_right .about_right_left .profession_text:first-child {
  margin-bottom: 20px;
}

.about_profession_inner .about_profession_right .about_right_right {
  position: relative;
  height: 410px;
}

.about_profession_inner .about_profession_right .about_right_right img {
  position: absolute;
  right: -31px;
  bottom: 26px;
  max-width: unset;
  height: 100%;
}

.about_profession_inner .about_profession_right .about_right_right .about_mini_descs {
  position: absolute;
  width: 115px;
  font-family: "Manrope", sans-serif;
  line-height: 14px;
  letter-spacing: 0em;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #262626;
  opacity: 0.6;
  transform: rotate(20deg);
  bottom: 102px;
  right: 41px;
  display: flex;
  align-items: flex-end;
}

.about_profession_inner .profession_price_part {
  margin-top: 85px;
  position: relative;
}

.about_profession_inner .profession_price_part:after {
  display: block;
  content: "";
  border-radius: 50%;
  opacity: 0.8;
  border: 1px solid #ffcd4e;
  transform: rotate(-23deg);
  width: 282px;
  height: 92px;
  position: absolute;
  right: -1px;
  bottom: 27px;
  z-index: -1;
}

.about_profession_inner .profession_price_part .profession_price_itm {
  display: flex;
  flex-direction: column;
}

.about_profession_inner .profession_price_part .profession_price_itm .profession_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_profession_inner .profession_price_part .profession_price_itm .profession_price:first-child {
  margin-bottom: 20px;
}

.about_profession_inner .profession_price_part .profession_price_itm .profession_price .profession_price_title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #3a1657;
}

.about_profession_inner .profession_price_part .profession_price_itm .profession_price .profession_price_pr {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 0 25px;
  display: flex;
  align-items: center;
  color: #3a1657;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  white-space: nowrap;
}

.about_profession_inner .profession_price_part .profession_price_itm .profession_price .profession_price_pr img {
  width: 15px;
  height: 15px;
  margin-right: 17px;
  line-height: 35px;
}

.sign_up_inner {
  background-image: url("../img/sign_up_bg.svg");
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 60px;
  margin-bottom: 120px;
  background-repeat: no-repeat;
}

.sign_up_inner .sign_up_left {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  max-width: 420px;
  position: relative;
}

.sign_up_inner .sign_up_left h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.sign_up_inner .sign_up_left p {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.sign_up_inner .sign_up_left .animation_star {
  width: 61px;
  height: 61px;
  position: absolute;
  top: -26px;
  right: -84px;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  19.05% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(100deg) scale(1, 1);
    animation-timing-function: linear;
  }

  33.34% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(235deg) scale(1, 1);
    animation-timing-function: linear;
  }

  71.44% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(270deg) scale(1, 1);
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(360deg) scale(1, 1);
  }
}

.sign_up_inner .sign_up_right {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.sign_up_inner .sign_up_right .sign_up_course {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sign_up_inner .sign_up_right .sign_up_course:before {
  content: " ";
  width: 168px;
  object-fit: cover;
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/biker.webp);
  z-index: 1;
}

.sign_up_inner .sign_up_right .sign_up_course:hover:before {
  bottom: 41px;
}

.sign_up_inner .sign_up_right .sign_up_course .sign_up_course_btn {
  width: 280px;
  height: 60px;
  color: #333333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 1px;
  border-radius: 5px;
  background-color: #ffcd4e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.sign_up_inner .sign_up_right .ask_question {
  width: 210px;
  height: 60px;
  color: #ffcd4e;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 1px;
  border-radius: 5px;
  background-position: center center;
  border-color: #ffcd4e;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-transform: uppercase;
}

.training_section {
  margin-bottom: 44px;
}

.trining_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trining_inner .training_left {
  max-width: 200px;
  width: 100%;
}

.trining_inner .trining_title {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.training_right {
  max-width: 765px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.training_right .trining_items {
  width: calc(100% / 2);
  min-width: 250px;
  margin-bottom: 50px;
}

.training_right .trining_items .training_itm_icon {
  width: 54px;
  height: 36px;
  margin-bottom: 8px;
}

.training_right .trining_items .trining_itm_title {
  color: #3a1657;
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  border-color: transparent;
  border-style: solid;
}

.training_right .trining_items .trining_itm_text {
  max-width: 388px;
  color: #333333;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  border-color: transparent;
  border-style: solid;
}

.consultation {
  padding-bottom: 30px;
}

.consultation_inner {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 125px;
}

.consultation_inner .consultation_part {
  padding: 60px;
  max-width: 765px;
  width: 100%;
  position: relative;
  border: 1px solid #c4b9cd;
  border-radius: 10px;
}

.consultation_inner .consultation_part .consultation_bg {
  position: absolute;
  right: 50px;
  bottom: 14px;
  width: 172px;
}

.consultation_inner .consultation_part .consultation_content {
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consultation_inner .consultation_part .consultation_title {
  color: #3a1657;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 6px;
}

.consultation_inner .consultation_part .consultation_text {
  color: #333333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 18px;
}

.consultation_inner .consultation_part .consultation_button {
  width: 310px;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 5px;
  background-color: #5E298C;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.will_learn_iner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.will_learn_iner .will_learn_left {
  max-width: 200px;
  width: 100%;
  height: max-content;
}

.will_learn_iner .will_learn_left .will_learn_title {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.will_learn_right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 765px;
  width: 100%;
}

.will_learn_right .will_learn_r_left {
  max-width: 655px;
  display: flex;
  justify-content: space-between;
}

.will_learn_right .will_learn_r_left .will_learn_list {
  display: flex;
  flex-direction: column;
  max-width: 405px;
  width: 100%;
}

.will_learn_right .will_learn_r_left .will_learn_img {
  position: relative;
}

.will_learn_right .will_learn_r_left .will_learn_img>img {
  position: absolute;
  top: -80px;
  max-width: unset;
}

.will_learn_right .will_learn_r_left .will_learn_itm {
  display: flex;
}

.will_learn_right .will_learn_r_left .will_learn_itm .will_learn_text {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: left;
  color: #3a1657;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 120%;
}

.will_learn_right .will_learn_r_left .will_learn_itm .learn_num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(58, 22, 87, 0.4);
  margin-right: 18px;
}

.will_learn_right .will_learn_r_left .will_learn_img {
  height: 370px;
  z-index: 9;
}

.will_learn_right .will_learn_r_left .will_learn_img img {
  height: 100%;
}

.will_learn_right .will_learn_r_right {
  position: relative;
}

.will_learn_circle {
  width: 180px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -78px;
  margin-left: 56px;
  position: relative;
  z-index: 2;
}

.will_learn_square {
  height: 111px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: -34px;
  margin-top: -29px;
  transform: rotate(-4deg);
  z-index: -1;
}

.will_learn_square .will_square_bg {
  position: relative;
  z-index: 9999;
}

.will_learn_square>img {
  position: absolute;
  top: -49px;
  right: -22px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  width: 96px;
  transform: rotate(44deg);
}

.will_learn_square:hover .will_learn_hover_effect {
  top: -85px;
  right: -59px;
}

.will_learn_ellipse {
  width: 241px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
  margin-top: -25px;
  transform: rotate(11deg);
  position: relative;
  z-index: -1;
}

.will_learn_bgs {
  width: 100%;
  height: 100%;
}

.video_mimik {
  margin-bottom: 135px;
}

.video_mimik_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.video_mimik_inner {
  max-width: 765px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.video_poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.video_content {
  width: 100%;
  height: 425px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_content #play_button {
  outline: none;
  cursor: pointer;
  background: transparent;
  border: unset;
  width: 81px;
  height: max-content;
  position: relative;
  z-index: 1;
  border: 0;
  pointer-events: none;
}

.course_program_iner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course_program_iner .course_program_left {
  max-width: 200px;
  width: 100%;
  height: max-content;
}

.course_program_iner .course_program_left .course_program_title {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.course_program {
  width: 100%;
  overflow: hidden;
  margin-bottom: 135px;
}

.course_program_right {
  max-width: 765px;
  width: 100%;
}

.course_program_right .programs_count {
  display: flex;
  justify-content: space-between;
}

.course_program_right .programs_count>div {
  width: calc(100% / 2 - 10px);
}

.course_program_right .programs_count>div .lecture_num,
.course_program_right .programs_count>div .practical_num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #3a1657;
}

.course_program_right .programs_count>div .lecture_name,
.course_program_right .programs_count>div .practical_name {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #3a1657;
}

.course_program_list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.course_program_list .course_program_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  border-top: 1px solid #c4b9cd;
  position: relative;
}

.course_program_list .course_program_item .program_answer_btn {
  width: 24px;
  height: 24px;
}

.course_program_list .course_program_item:hover .program_answer_btn {
  fill: #ffcd4e !important;
}

.course_program_list .course_program_item.show .program_answer_btn {
  transform: rotate(45deg);
}

.course_program_list .course_program_item .c_program_title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  line-height: 33px;
  letter-spacing: 0em;
  padding: 27px 50px 27px 0;
  text-align: left;
  color: #3a1657;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.course_program_list .course_program_item .program_answer_btn {
  border: unset;
  background: transparent;
  cursor: pointer;
  width: 50px;
  min-width: 50px;
  transition: transform 300ms;
  transform-origin: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_program_list .course_program_item .program_answer_btn:hover {
  box-shadow: unset;
}

.course_program_list .course_program_item .program_answer_btn img {
  width: 24px;
  height: 24px;
  max-width: unset;
}

.course_program_list .course_program_item .c_program_desc {
  display: none;
  line-height: 25px;
  font-weight: 400;
  width: 100%;
}

.course_program_list .course_program_item .program_faq_img {
  max-width: 350px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0, .3);
}

.course_program_list .course_program_item .program_faq_list {
  padding-left: 5px;
  margin-bottom: 28px;
}

.course_program_list .course_program_item .program_faq_list>li {
  font-family: "Manrope", sans-serif;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.course_program_list .course_program_item .program_faq_list>li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffcd4e;
  border-radius: 1px;
  transform: rotate(90deg);
}

.course_program_list .course_program_item .program_faq_list>li>span {
  margin-left: 22px;
}

.course_program_list .course_program_item .task_items {
  display: flex;
  flex-direction: column;
}

.course_program_list .course_program_item .task_items .program_tasks {
  margin-bottom: 17px;
}

.course_program_list .course_program_item .task_items .task_title {
  font-weight: 900;
  color: #3a1657;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.course_program_list .course_program_item .task_items .task_content {
  font-family: "Manrope", sans-serif;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  list-style-type: none;
}

.course_program_list .course_program_item .additional_task {
  margin-top: 15px;
  margin-bottom: 23px;
}

.course_program_list .course_program_item .additional_task .additiona_title {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.course_program_list .course_program_item .additional_task .additiona_title:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3a1657;
  border-radius: 1px;
  transform: rotate(90deg);
}

.course_program_list .course_program_item .additional_task .additiona_title>span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #3a1657;
  position: relative;
  margin-left: 5px;
}

.course_program_list .course_program_item .additional_task .additional_text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #8C8790;
}

.like_program_inner {
  padding: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
  background-image: url("../img/like_program.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.like_program_inner .like_program_left>h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #3a1657;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.like_program_inner .like_program_right {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.like_program_inner .like_program_right .sign_up_like_program {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.like_program_inner .like_program_right .sign_up_like_program:before {
  content: " ";
  width: 166px;
  object-fit: cover;
  position: absolute;
  bottom: -22px;
  left: 18px;
  transition: all 0.3s ease-in-out;
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/like_p_button_hover.webp);
  z-index: 1;
}

.like_program_inner .like_program_right .sign_up_like_program:hover:before {
  bottom: 10px;
}

.like_program_inner .like_program_right .sign_up_like_program .sign_up_course_btn {
  width: 280px;
  height: 60px;
  color: white;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 1px;
  border-radius: 5px;
  background-color: #5E298C;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 23px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.like_program_inner .like_program_right .sign_up_like_program .sign_up_course_btn:hover {
  background: #3a1657;
}

.like_program_inner .like_program_right .ask_question_like_btn {
  position: relative;
}

.like_program_inner .like_program_right .ask_question_like_btn:hover>img {
  right: -42px;
}

.like_program_inner .like_program_right .ask_question_like_btn .ask_question_like_btn_inner {
  height: 60px;
  width: 210px;
  z-index: 2;
  background: #FFFFFF;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #A0A0A0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 21.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.like_program_inner .like_program_right .ask_question_like_btn>img {
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -22px;
  top: 4px;
  z-index: -9;
  transform: rotate(90deg);
  width: 60px;
}

.parnters_slider_section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 68px;
}

#partners_list_slider {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

#partners_list_slider img {
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
}

#partners_list_slider img:nth-child(1) {
  min-width: 1686px;
}

#partners_list_slider img:nth-child(2) {
  min-width: 1650px;
}

.author_course_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.author_course_left {
  max-width: 300px;
  width: 100%;
  height: max-content;
}

.author_course_left .author_course_title {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.author_course_right {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.author_course_right_left {
  max-width: 290px;
  display: flex;
  flex-direction: column;
}

.author_course_right_left .author_curse_desc {
  margin-bottom: 228px;
}

.author_course_right_left .author_quotes {
  color: #333333;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  position: relative;
}

.author_course_right_left .author_quotes:after {
  content: " ";
  width: 49px;
  object-fit: cover;
  position: absolute;
  top: -40px;
  left: -51px;
  transition: all 0.3s ease-in-out;
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/st.png);
  z-index: 1;
}

.author_course_right_left .author_courses_title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  margin-bottom: 23px;
  max-width: 320px;
}

.author_course_right_left .author_curse_text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}

.author_right_right {
  max-width: 517px;
  width: 100%;
  border-radius: 50%;
  position: relative;
  margin-right: -140px;
}

.author_right_right .author_img {
  width: 100%;
}

.author_right_right .author_img img {
  max-width: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.author_right_right .author_mini_desc {
  width: 259px;
  position: absolute;
  bottom: 10px;
  left: -78px;
}

.author_right_right .author_mini_desc .author_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author_right_right .author_mini_desc .author_hover_icon {
  width: 171px;
  height: 175px;
  object-fit: contain;
  z-index: -1;
  position: absolute;
  top: -70px;
  left: 54px;
  transition: all 0.3s ease-in-out;
  transform: rotate(322deg);
}

.author_right_right .author_mini_desc:hover .author_hover_icon {
  top: -113px;
  left: 29px;
}

.author_right_right .author_icon_inner {
  position: absolute;
  top: 23px;
  right: 97px;
  width: 61px;
  height: 61px;
}

.author_right_right .author_icon_inner .author_icon {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  22.22% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(100deg) scale(1, 1);
    animation-timing-function: linear;
  }

  66.66% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(235deg) scale(1, 1);
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(360deg) scale(1, 1);
  }
}

.author_right_right .author_icon_inner img {
  width: 100%;
  height: 100%;
  max-width: unset;
}

.portfolio_border {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.portfolio_border_title {
  color: #3a1657;
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  width: 30%;
  display: flex;
  justify-content: center;
}

.portfolio_border_line {
  border-top: 1px solid #c4b9cd;
  width: 59%;
  display: flex;
  justify-content: flex-end;
}

.portfolio_border_line .work_slide_arrow {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.portfolio_border_line .work_slide_arrow {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.portfolio_border_line>img {
  width: 47px;
  margin: 22px 35px;
}

@-webkit-keyframes mover {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  40% {
    opacity: 1;
    transform: translateX(10px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

.author_works {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
}

.author_portfolio_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 65px;
  padding-left: 775px;
}

.author_portfolio_item .author_works_img {
  margin: 0 8px;
  align-items: flex-end;
  display: flex;
}

.author_portfolio_item .author_works_img>img {
  min-width: 300px;
  max-height: 372px;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.portfolio_line_border_line {
  position: relative;
  width: 59%;
  left: 41%;
  top: -60px;
  border-top: 1px solid #c4b9cd;
  display: flex;
  justify-content: flex-end;
}

.enroll_course {
  width: 100%;
  background: #3a1657;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.enroll_course:after {
  content: " ";
  position: absolute;
  bottom: 117px;
  right: 0;
  width: 243px;
  height: 726px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/enroll_bg.webp);
  z-index: 1;
}

.enroll_tarrifs {
  position: relative;
  width: 350px;
  display: flex;
  flex-direction: column;
}

.enroll_course_inner {
  max-width: 1158px;
  width: 100%;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 157px 120px 30px 60px;
  background-image: url("../img/entroll_course.svg");
}

.enroll_course_inner .enroll_title_button {
  max-width: 306px;
  margin-top: 46px;
}

.enroll_course_inner .enroll_title_button .added_to_cart.wc-forward {
  display: none;
}

.enroll_course_inner .enroll_title_start {
  position: relative;
}

.enroll_course_inner .enroll_title_start .enroll_title {
  color: #ffcd4e;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  max-width: 210px;
  margin-bottom: 132px;
}

.enroll_course_inner .enroll_title_start .enroll_start {
  width: 152px;
  position: absolute;
  right: 23px;
  bottom: 16px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  line-height: 2;
  font-weight: 300;
  background-position: center center;
  border: 1px dashed #fff !important;
  border-radius: 5px;
  text-align: center;
}

.enroll_course_inner .enroll_button {
  color: #ffffff;
  font-size: 28px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 30px;
  background-color: #eb4090;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  text-align: center;
  width: 302px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.enroll_course_inner .entroll_tarrif_installment {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background-color: #ffcd4e;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}

.enroll_course_inner .entroll_tarrif_installment .added_to_cart.wc-forward {
  display: none;
}

.enroll_course_inner .entroll_tarrif_installment .installment_price {
  color: #000000;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}

.enroll_course_inner .entroll_tarrif_installment .installment_info {
  color: #333333;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

.enroll_course_inner .entroll_tarrif_installment .installment_button {
  color: #000000;
  font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 500;
  border-width: 1px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

.enroll_course_inner .entroll_tarrif_installment .installment_button:hover {
  color: #333333;
}

.enroll_course_inner .entroll_tarrif_main {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #ffcd4e;
  position: relative;
  top: -50px;
  right: -40%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}

.enroll_course_inner .entroll_tarrif_alumni {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 1px dashed #ffcd4e;
  position: relative;
  left: 22px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  gap: 10px;
}

.enroll_course_inner .entroll_tarrif_alumni .alumni_price {
  color: #ffffff;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.enroll_course_inner .entroll_tarrif_alumni .alumni_text {
  color: #ffffff;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.enroll_course_inner .entroll_tarrif_alumni .alumni_button {
  color: #ffffff;
  font-size: 17px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-color: #3a1657;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
}

.enroll_course_inner .enroll_learns {
  width: 385px;
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  position: relative;
  right: -50px;
}

.enroll_course_inner .enroll_learns .entroll_learn_title {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 40px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.enroll_course_inner .entroll_learn_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enroll_course_inner .entroll_learn_list .entroll_learn_itm {
  list-style-type: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enroll_course_inner .entroll_learn_list .entroll_learn_itm:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/star.png) center / cover no-repeat;
  animation: rotate 5s normal linear infinite;
}

.entroll_price {
  color: #ffffff;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  border-color: transparent;
  border-style: solid;
}

.special_offer_corporate {
  width: 100%;
  background-color: #ffcd4e;
  border: 1px solid #c4b9cd;
  background-position: center center;
  padding: 150px 0;
  margin-bottom: 135px;
}

.special_offer_corporate .special_offer_title_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}

.special_offer_corporate .special_offer_title {
  max-width: 487px;
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 120px;
}

.special_offer_corporate .special_offer_text {
  color: #333333;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  max-width: 432px;
}

.special_offer_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.special_offer_items .offer_itm {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.special_offer_items .offer_itm>.offer_icon {
  width: 45px;
}

.special_offer_items .offer_itm>.offer_icon img {
  width: 100%;
  height: auto;
}

.special_offer_items .offer_itm .offer_text {
  color: #333333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  max-width: 220px;
}

.sliderrr {
  height: 300px;
}

.certificate_completion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.certificate_completion .certificate_completion_left {
  display: flex;
  align-items: center;
}

.certificate_completion .certificate_completion_left>img {
  width: 55px;
  margin-right: 21px;
}

.certificate_completion .certificate_completion_left .certificate_title {
  color: #3a1657;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.certificate_completion .certificate_button {
  height: 60px;
  width: 319px;
  border-radius: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  letter-spacing: 0.5px;
  border-width: 1px;
  background-color: #5E298C;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.faq_c_iner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq_c_iner .faq_c_left {
  max-width: 200px;
  width: 100%;
  height: max-content;
}

.faq_c_iner .faq_c_left .faq_c_title {
  color: #3a1657;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.faq_c {
  width: 100%;
  overflow: hidden;
  margin-bottom: 103px;
}

.faq_c_right {
  max-width: 765px;
  width: 100%;
}

.faq_c_list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.faq_c_list .faq_desc {
  overflow: hidden;
  line-height: 25px;
  font-weight: 400;
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

.faq_c_list .faq_desc p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}

.faq_c_list .faq_c_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  border-top: 1px solid #c4b9cd;
  position: relative;
}

.faq_c_list .faq_c_item:hover .faq_btn {
  fill: #ffcd4e !important;
}

.faq_c_list .faq_c_item.show .faq_btn {
  transform: rotate(45deg);
}

.faq_c_list .faq_c_item .c_program_title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  line-height: 33px;
  letter-spacing: 0em;
  padding: 27px 50px 27px 0;
  text-align: left;
  color: #3a1657;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq_c_list .faq_c_item .faq_btn {
  border: unset;
  background: transparent;
  cursor: pointer;
  width: 50px;
  min-width: 50px;
  transition: transform 300ms;
  transform-origin: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.faq_c_list .faq_c_item .faq_btn img {
  width: 24px;
  height: 24px;
}

.faq_c_list .faq_c_item:last-child {
  border-bottom: 1px solid #c4b9cd;
}

.any_questions {
  width: 100%;
  margin-bottom: 135px;
}

.any_question_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.any_question_inner .any_question_left {
  width: 100%;
  max-width: 419px;
  position: relative;
}

.any_question_inner .any_question_left>img {
  width: 100%;
  height: 27vw;
  position: absolute;
  top: -300px;
  left: -110px;
  z-index: -1;
}

.any_question_inner .any_question_right {
  max-width: 765px;
  border: 1px solid rgba(58, 22, 87, 0.4);
  border-radius: 10px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 200px;
}

.any_question_inner .any_question_right .anu_question_title_text {
  display: flex;
  flex-direction: column;
  max-width: 369px;
}

.any_question_inner .any_question_right .any_question_title {
  color: #3a1657;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.any_question_inner .any_question_right .any_question_text {
  color: #333333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.any_question_inner .any_question_right .any_social_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.any_question_inner .any_question_right .any_social_menu .social_menu_itm {
  width: 53px;
  margin-left: 15px;
  transform: translateY(0);
  transition-duration: 0.3s;
}

.any_question_inner .any_question_right .any_social_menu .social_menu_itm img {
  width: 100%;
  height: auto;
}

.any_question_inner .any_question_right .any_social_menu .social_menu_itm:hover {
  transform: translateY(-10px);
}

.stan_footer {
  width: 100%;
  z-index: 9;
  background-color: #080808;
  padding-bottom: 30px;
  padding-top: 120px;
}

.stan_footer .social_menu {
  display: flex;
  justify-content: center;
}

.stan_footer .social_menu .footer_social_itm {
  width: 50px;
  margin: 0 15px;
}

.stan_footer .social_menu .footer_social_itm>img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #c4b8cc;
  border-left: none;
  border-right: none;
  height: 286px;
  margin: 30px 0 60px 0;
}

.marquee .marquee__content {
  line-height: 30px;
  animation: marquee 40s linear infinite forwards;
  display: table;
  width: 3511px;
  backface-visibility: hidden;
  margin-top: -470px;
}

.marquee img {
  width: 3543.5px;
  min-width: 3543.5px;
  max-width: 3543.5px;
  transform: rotate(2deg);
}

@keyframes marquee {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(-1744px) translateY(202px) rotate(0deg) scale(1, 1);
  }
}

.footer_copyright {
  color: #efca48;
}

.footer_copyright .copyright_url {
  color: #efca48;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.footer_copyright .copyright_text {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

@media only screen and (max-width: 1200px) {
  .custom_container {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_element_left {
    left: -26px;
  }

  .stan_banner .banner_top_part .top_banner_left h1.top_banner_title {
    font-size: 80px;
  }

  .stan_banner .banner_top_part .top_banner_right .top_banner_sub_title {
    font-size: 80px;
    margin-right: 0;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button .banner_btn {
    width: 240px;
  }

  .course_steps .course_step_itm .step_title {
    font-size: 27px;
  }

  .course_steps .course_step_itm .step_desc {
    font-size: 16px;
  }

  .course_prices_part .price_part_title .prices_p_title {
    font-size: 35px;
  }

  .author_portfolio_item {
    padding-left: 340px;
  }

  .about_profession_inner .profession_price_part:after {
    width: 220px;
    height: 92px;
  }

  .will_learn_square>img {
    right: -20px;
    top: -51px;
  }

  .will_learn_circle {
    margin-left: 36px;
  }

  .will_learn_square {
    margin-right: 0;
  }

  .will_learn_ellipse {
    margin-left: 17px;
  }

  .will_learn_right .will_learn_r_left {
    max-width: 390px;
  }

  .course_program_iner .course_program_left,
  .will_learn_iner .will_learn_left,
  .for_whom_course .for_whom_inner .for_whom_right,
  .course_program_right,
  .video_mimik_container {
    justify-content: flex-end;
  }

  .any_question_inner .any_question_right .anu_question_title_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .any_questions {
    margin-bottom: 0;
  }

  .any_question_inner .any_question_left>img {
    top: -114px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .any_question_inner .any_question_right {
    align-items: flex-start;
  }

  .course_prices_part .installment_price {
    width: 300px;
    height: 300px;
  }

  .course_prices_part .students_price {
    width: 220px;
    height: 220px;
    left: 234px;
    bottom: -20px;
  }

  .course_prices_part .graduates_price {
    width: 200px;
    height: 200px;
    right: 6px;
    top: 14px;
  }

  .course_bg {
    width: 371px;
  }

  .enroll_course:after {
    bottom: 128px;
    right: -36px;
  }

  .author_course_inner {
    overflow: hidden;
  }

  .any_question_inner .any_question_left {
    max-width: 340px;
    height: 335px;
  }

  .author_course_right_left .author_curse_text,
  .author_course_right_left .author_courses_title {
    font-size: 16px;
  }

  .author_right_right {
    max-width: 405px;
  }

  .author_course_right_left {
    max-width: 320px;
  }

  .author_course_right_left .author_quotes {
    font-size: 18px;
  }

  .author_course_right_left .author_curse_desc {
    margin-bottom: 80px;
  }

  .author_right_right .author_mini_desc {
    width: 221px;
  }

  .author_right_right .author_mini_desc .author_hover_icon {
    width: 110px;
  }

  .for_whom_course .for_whom_inner .for_whom_right .for_whom_items .for_whom_itm_desc {
    max-width: 310px;
  }

  .about_profession_inner .about_profession_right .about_right_right img {
    right: -15px;
    max-width: 220px;
  }

  .about_profession_inner .about_profession_right .about_right_right .about_mini_descs {
    right: 44px;
  }

  .will_learn_iner .will_learn_left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .will_learn_right {
    max-width: 100%;
  }

  .like_program_inner .like_program_left>h3 {
    font-size: 30px;
  }

  .like_program_inner .like_program_right .sign_up_like_program .sign_up_course_btn {
    width: 250px;
    font-size: 16px;
  }

  .like_program_inner .like_program_right .ask_question_like_btn .ask_question_like_btn_inner {
    font-size: 0;
    width: 60px;
  }

  .like_program_inner .like_program_right .ask_question_like_btn .ask_question_like_btn_inner:after {
    content: "?";
    font-size: 20px;
  }

  .sign_up_inner .sign_up_right .ask_question {
    font-size: 0;
    width: 60px;
  }

  .sign_up_inner .sign_up_right .ask_question:after {
    content: "?";
    font-size: 20px;
  }

  .faq_c_right,
  .training_right,
  .course_program_right,
  .any_question_inner .any_question_right,
  .for_whom_course .for_whom_inner .for_whom_right,
  .about_profession_inner .about_profession_right {
    max-width: 600px;
  }

  .trining_inner .trining_title,
  .author_course_left .author_course_title,
  .faq_c_iner .faq_c_left .faq_c_title,
  .for_whom_course .for_whom_inner .for_whom_left h3,
  .about_profession_inner .about_profession_left h3,
  .will_learn_iner .will_learn_left .will_learn_title,
  .course_program_iner .course_program_left .course_program_title {
    font-size: 35px;
  }

  .trining_inner .training_left {
    margin-bottom: 20px;
  }

  .special_offer_items .offer_itm .offer_text {
    font-size: 16px;
  }

  .certificate_completion .certificate_button {
    width: 290px;
  }
}

@media only screen and (max-width: 992px) {
  .custom_container {
    max-width: 940px;
    width: 100%;
  }

  .stan_banner .banner_top_part {
    flex-direction: column;
    align-items: center;
  }

  .stan_banner .banner_top_part .top_banner_right .banner_start {
    top: -6px;
    right: 50px;
  }

  .stan_banner .banner_top_part .top_banner_left {
    margin-bottom: 20px;
  }

  .sign_up_in_banner {
    flex-direction: column;
    align-items: center;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_icon {
    width: 100px;
  }

  .stan_banner .banner_top_part .top_banner_right .banner_right_img {
    height: 110px;
    width: 100px;
    right: -94px;
    top: -4px;
  }

  .about_profession_inner .about_profession_right .about_right_right img {
    right: -90px;
    bottom: 128px;
  }

  .about_profession_inner .about_profession_right .about_right_right .about_mini_descs {
    right: -37px;
    bottom: 213px;
  }

  .enroll_course_inner {
    padding: 157px 120px 179px 60px;
  }

  .enroll_course_inner .enroll_title_start .enroll_title {
    font-size: 35px;
    margin-bottom: 70px;
  }

  .enroll_course_inner .entroll_tarrif_installment {
    width: 245px;
    height: 245px;
    left: 220px;
  }

  .enroll_course_inner .entroll_tarrif_main {
    top: -7px;
    right: 201px;
  }

  .enroll_course_inner .entroll_tarrif_alumni {
    left: 52px;
    bottom: -1px;
  }

  .course_prices_part .price_part_title {
    margin-bottom: 30px;
  }

  .course_prices_part .price_part_items {
    width: 100%;
  }

  .course_prices_part .students_price {
    left: 291px;
  }

  .sign_up_inner .sign_up_left h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .sign_up_inner .sign_up_left p {
    font-size: 18px;
  }

  .sign_up_inner .sign_up_left .animation_star {
    top: -10px;
    right: 15px;
  }

  .sign_up_in_banner .sign_up_in_banner_left {
    margin-bottom: 20px;
  }

  .course_program_right .programs_count>div .lecture_num,
  .course_program_right .programs_count>div .practical_num {
    font-size: 40px;
  }

  .course_program_list .course_program_item {
    align-items: center;
  }

  .course_program {
    margin-bottom: 45px;
  }

  .portfolio_border_title {
    font-size: 24px;
    width: 150px;
    margin: 0 20px;
  }

  .faq_c_right,
  .training_right,
  .course_program_right,
  .trining_inner .training_left,
  .course_program_iner .course_program_left,
  .any_question_inner .any_question_right,
  .for_whom_course .for_whom_inner .for_whom_right,
  .about_profession_inner .about_profession_right {
    max-width: 100%;
  }

  .any_questions {
    margin-bottom: 60px;
  }

  .any_question_inner .any_question_left {
    width: 0;
    height: 0;
    display: none;
  }

  .any_question_inner .any_question_right {
    width: 100%;
    max-width: 100%;
  }

  .special_offer_corporate .special_offer_title_text .special_offer_title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .special_offer_corporate .special_offer_title_text .special_offer_text {
    font-size: 16px;
  }

  .special_offer_items .offer_itm {
    width: 50%;
  }

  .enroll_course_inner {
    flex-wrap: wrap;
    background-image: url("../img/entroll_course_9.svg");
  }

  .enroll_course_inner .enroll_learns,
  .enroll_course_inner .enroll_title_button {
    order: 1;
  }

  .enroll_course_inner .enroll_tarrifs {
    order: 2;
    flex-direction: row;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .custom_container {
    max-width: 720px;
    padding: 0 20px;
    width: unset;
  }

  .author_portfolio_item {
    padding-left: 240px;
  }

  .will_learn_right .will_learn_r_left .will_learn_img img {
    display: none;
  }

  .will_learn_right .will_learn_r_left .will_learn_itm .will_learn_text {
    font-size: 14px;
  }

  .will_learn_circle {
    width: 150px;
    height: 150px;
    margin-left: -15px;
  }

  .will_learn_square .will_square_bg {
    width: 225px;
    margin-left: -40px;
    margin-top: 39px;
  }

  .will_learn_ellipse {
    width: 200px;
  }

  .will_square_bg {
    margin-left: 0;
    transform: rotate(327deg);
  }

  .will_learn_square>img {
    right: 24px;
    top: -99px;
    width: 70px;
    transform: rotate(8deg);
  }

  .training_right .trining_items .trining_itm_text {
    max-width: 350px;
  }

  .course_steps .course_step_itm {
    min-width: unset;
    width: 50%;
  }

  .course_prices_part .graduates_price {
    right: 9px;
    top: 230px;
  }

  .course_prices_part .students_price {
    bottom: -193px;
    left: 13px;
  }

  .course_info_part {
    padding-bottom: 250px;
  }

  .course_prices_part .installment_price {
    left: -251px;
    top: 199px;
  }

  .course_bg {
    display: none;
  }

  .about_profession_inner .about_profession_right .about_right_right {
    display: none;
  }

  .like_program_inner {
    background-image: url("../img/like_program_m.svg");
  }

  .like_program_inner .like_program_left>h3 {
    margin-bottom: 30px;
  }

  .enroll_course_inner {
    flex-wrap: wrap;
    background-image: url("../img/mobile/encroll_7.svg");
  }

  .enroll_course_inner .enroll_title_button {
    order: 1;
  }

  .enroll_course_inner .enroll_tarrifs {
    order: 1;
  }

  .enroll_course_inner .enroll_learns {
    width: 100%;
  }

  .special_offer_corporate .special_offer_title_text {
    flex-direction: column;
  }

  .special_offer_corporate .special_offer_title_text .special_offer_title {
    margin-right: 0;
  }

  .certificate_completion .certificate_completion_left {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .custom_container {
    max-width: 540px;
  }

  .stan_banner .banner_top_part .top_banner_left h1.top_banner_title {
    font-size: 58px;
    line-height: 95px;
  }

  .stan_banner .banner_top_part .top_banner_right .top_banner_sub_title {
    font-size: 58px;
    line-height: 95px;
  }

  .stan_banner .banner_top_part .top_banner_right .banner_start {
    top: -15px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_elements .banner_sub_element_right {
    font-size: 14px;
    top: -15px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_curse_title {
    font-size: 14px;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button .banner_btn {
    width: 180px;
    font-size: 14px;
    height: 45px;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button img {
    width: 158px;
    height: 74px;
    bottom: -48px;
  }

  .sign_up_in_banner .sign_up_in_banner_right .ask_question .banner_btn {
    height: 45px;
    font-size: 14px;
    width: 170px;
  }

  .learn_items .l_itm {
    min-width: unset;
    width: 50%;
  }

  .any_question_inner .any_question_right {
    flex-direction: column;
    height: unset;
  }

  .for_whom_course .for_whom_inner .for_whom_right .for_whom_items {
    flex-direction: column;
  }

  .for_whom_course .for_whom_inner .for_whom_right .for_whom_items .for_whom_itm_title {
    width: 100%;
    font-size: 20px;
  }

  .for_whom_course .for_whom_inner .for_whom_right .for_whom_items .for_whom_itm_desc {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .course_prices_part {
    flex-direction: column;
  }

  .course_prices_part .installment_price {
    width: 240px;
    height: 240px;
    top: 81px;
    left: -4px;
  }

  .sign_up_inner {
    flex-direction: column;
    background-image: url(../img/mobile/sign_up_bg_4.svg);
  }

  .sign_up_inner .sign_up_left {
    margin-bottom: 50px;
  }

  .sign_up_inner .sign_up_left .animation_star {
    right: -40px;
  }

  .training_right .trining_items {
    width: 100%;
  }

  .consultation_inner .consultation_part .consultation_bg {
    display: none;
  }

  .will_learn_right {
    flex-wrap: nowrap;
  }

  .will_learn_right .will_learn_r_right {
    right: -30px;
  }

  .will_learn_square {
    margin-right: 15px;
  }

  .will_learn_square .will_square_bg {
    transform: rotate(24deg);
    margin-left: -25px;
  }

  .will_learn_square>img {
    top: -41px;
  }

  .will_learn_ellipse {
    margin-left: -15px;
    transform: rotate(347deg);
  }

  .like_program_inner {
    flex-direction: column;
    background-image: url(../img/mobile/like_program_m_4.svg);
  }

  .like_program_inner .like_program_left>h3 {
    font-size: 24px;
  }

  .like_program_inner .like_program_right {
    margin-left: -60px;
  }

  .author_portfolio_item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 560px) {
  .custom_container {
    width: 100%;
    padding: 0 20px;
  }

  .stan_banner {
    height: auto;
    min-height: 100vh;
  }

  .stan_banner .stan_bnr_inr {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .custom_container {
    width: 100%;
    padding: 0 20px;
  }

  .stan_banner .stan_bnr_inr {
    padding-top: 120px;
  }

  .sign_up_inner .sign_up_right .sign_up_course .sign_up_course_btn {
    width: 200px;
    font-size: 16px;
    height: 47px;
    margin-bottom: 15px;
  }

  .sign_up_inner .sign_up_right .ask_question {
    font-size: 16px;
    width: 200px;
    height: 47px;
  }

  .stan_banner .banner_top_part .top_banner_right .top_banner_sub_title {
    font-size: 37px;
  }

  .stan_banner .banner_top_part .top_banner_left h1.top_banner_title {
    font-size: 37px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_elements .banner_sub_element_right {
    padding: 0 8px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_icon {
    width: 50px;
    left: 57%;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_element_left {
    top: 0;
    left: -18px;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_title_hover {
    display: none;
  }

  .stan_banner .banner_top_part .top_banner_left .banner_sub_element_left .banner_curse_title {
    width: max-content;
    padding: 0 4px;
    height: 22px;
  }

  .sign_up_in_banner .sign_up_in_banner_right {
    flex-direction: column;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button {
    width: 250px;
    margin-bottom: 10px;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button>img {
    display: none;
  }

  .sign_up_in_banner .sign_up_in_banner_right .sign_up_button .banner_btn {
    width: 100%;
  }

  .sign_up_in_banner .sign_up_in_banner_right .ask_question {
    width: 250px;
  }

  .sign_up_in_banner .sign_up_in_banner_right .ask_question .banner_btn {
    width: 100%;
  }

  .sign_up_in_banner .sign_up_in_banner_left {
    font-size: 17px;
    text-align: center;
  }

  .sign_up_in_banner {
    margin-bottom: 40px;
  }

  .learn_title {
    width: 180px;
    height: 58px;
  }

  .learn_items {
    flex-direction: column;
  }

  .learn_items .l_itm {
    width: 100%;
  }

  .course_steps {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .course_steps .course_step_itm {
    width: 100%;
  }

  .course_prices_part .price_part_title {
    width: unset;
  }

  .course_prices_part .price_part_title .prices_p_title {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .course_prices_part .course_price_button {
    font-size: 27px;
  }

  .course_prices_part .installment_price {
    top: -12px;
  }

  .course_prices_part .graduates_price {
    right: -6px;
    top: 189px;
  }

  .course_prices_part .students_price {
    bottom: -228px;
  }

  .sign_up_inner {
    height: 395px;
    background-size: cover;
    padding: 75px 10px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .sign_up_inner .sign_up_right {
    flex-direction: column;
  }

  .sign_up_inner .sign_up_left h3 {
    font-size: 20px;
  }

  .sign_up_inner .sign_up_left p {
    font-size: 16px;
  }

  .sign_up_inner .sign_up_left .animation_star {
    top: -50px;
    right: -10px;
  }

  .trining_inner .trining_title {
    font-size: 24px;
  }

  .training_right .trining_items .trining_itm_title {
    font-size: 22px;
  }

  .training_right .trining_items .trining_itm_text {
    font-size: 16px;
  }

  .consultation_inner {
    margin-bottom: 40px;
  }

  .consultation_inner .consultation_part {
    padding: 25px;
  }

  .consultation_inner .consultation_part .consultation_title {
    font-size: 24px;
  }

  .consultation_inner .consultation_part .consultation_button {
    width: 220px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .will_learn_right {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .video_content {
    height: 300px;
  }

  .video_mimik {
    margin-bottom: 40px;
  }

  .course_program_right .programs_count {
    flex-direction: column;
  }

  .course_program_right .programs_count>div {
    width: 100%;
  }

  .course_program_list .course_program_item .c_program_title {
    font-size: 18px;
    padding: 20px 50px 20px 10px;
    line-height: 1.5;
  }

  .special_offer_items {
    flex-direction: column;
  }

  .special_offer_items .offer_itm {
    width: 100%;
  }

  .like_program_inner {
    background: none;
    padding: 20px;
  }

  .faq_c_list .faq_c_item .c_program_title {
    font-size: 18px;
    padding: 20px 50px 20px 10px;
    line-height: 1.5;
  }

  .like_program_inner .like_program_right {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .like_program_inner .like_program_right .sign_up_like_program {
    width: 200px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .like_program_inner .like_program_right .ask_question_like_btn {
    width: 200px;
  }

  .like_program_inner .like_program_right .ask_question_like_btn .ask_question_like_btn_inner {
    width: 100%;
    font-size: 16px;
  }

  .ask_question_like_btn .like_program_inner {
    padding: 0;
  }

  .author_course_left .author_course_title {
    font-size: 24px;
  }

  .author_right_right {
    width: 100%;
  }

  .author_course_right {
    flex-direction: column;
  }

  .author_course_right .author_icon_inner {
    right: 32px;
  }

  .author_course_right .author_mini_desc {
    left: 34px;
    width: 165px;
  }

  #partners_list_slider img {
    height: 55px;
  }

  .like_program_inner {
    margin-bottom: 40px;
  }

  .author_course_right_left .author_curse_desc {
    margin-bottom: 40px;
  }

  .enroll_course_inner {
    flex-direction: column;
    background: none;
    padding: 20px;
  }

  .enroll_course_inner .enroll_tarrifs {
    flex-direction: column;
    align-items: center;
  }

  .enroll_course_inner .entroll_tarrif_installment {
    left: 0;
  }

  .enroll_course_inner .entroll_tarrif_main {
    right: 0;
  }

  .enroll_course_inner .entroll_tarrif_alumni {
    left: 0;
  }

  .enroll_course_inner .enroll_title_start {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .enroll_course_inner .enroll_title_start .enroll_title {
    max-width: none;
  }

  .enroll_course_inner .enroll_title_button {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .enroll_course_inner .enroll_title_button .enroll_button {
    font-size: 18px;
    width: 200px;
    height: 47px;
  }

  .any_question_inner .any_question_right {
    padding: 20px;
  }

  .any_question_inner .any_question_right .any_question_title {
    font-size: 22px;
  }

  .any_question_inner .any_question_right .any_question_text {
    font-size: 16px;
  }

  .any_question_inner .any_question_right .any_social_menu .social_menu_itm {
    margin-left: 5px;
  }

  .enroll_course_inner .enroll_learns {
    right: 0;
  }

  .for_whom_course {
    padding-top: 40px;
  }

  .enroll_course {
    padding: 50px 0;
  }

  .special_offer_corporate {
    padding: 50px 0;
  }

  .about_profession_inner .profession_price_part .profession_price_itm .profession_price .profession_price_title {
    font-size: 24px;
  }

  .special_offer_corporate .special_offer_title_text .special_offer_title {
    font-size: 24px;
  }

  .certificate_completion .certificate_completion_left .certificate_title {
    font-size: 24px;
  }
}

.discover_popup .custom_popup_rm_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discover_popup .ask_question_text {
  color: #000000;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.discover_popup .ask_question_text>span {
  font-size: 14px;
}

.discover_popup .discovery_popup_close {
  background: transparent;
  color: #333;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046;
  font-size: 28px;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
}

.discover_popup .discovery_popup_close:hover {
  opacity: 1;
}

.write_manager_popup {
  color: #ffffff;
  font-size: 20px;
  font-family: 'BebasNeue', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  border-radius: 30px;
  background-color: #3a1657;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_popup_rm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transform: scale(1.1);
  z-index: 9999;
}

.custom_popup_rm .custom_popup_rm_container {
  padding: 4rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: white;
  border: 1px solid rgba(58, 22, 87, 0.4);
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  gap: 2rem;
  margin: 20px auto;
  max-width: 560px;
  margin-top: 100px;
  width: 100%;
  text-align: center !important;
  position: relative;
}

.custom_popup_rm .ask_question_title_text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  margin: 15px 10px;
  font-weight: 700;
  line-height: 1.5;
  color: black;
}

.custom_popup_rm .any_social_menu {
  display: flex;
  justify-content: center;
}

.custom_popup_rm .any_social_menu .social_menu_itm {
  margin-right: 10px;
}

.custom_popup_rm .any_social_menu .social_menu_itm img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .custom_popup_rm .custom_popup_rm_container {
    max-width: 300px;
  }

  .custom_popup_rm .custom_popup_rm_container .custom_popup_text {
    font-size: 20px;
  }
}

.write_manager_social {
  color: #000000;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  border-width: 1px;
  border-radius: 30px;
  background-position: center center;
  border-color: #000000;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 240px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.write_manager_social img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 8px;
}

.custom_popup_rm .manager_popup_close {
  background: transparent;
  color: #333;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046;
  font-size: 28px;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
}

.custom_popup_rm .stan_popup_close {
  background: transparent;
  color: #333;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046;
  font-size: 28px;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
}

.custom_popup_rm .stan_popup_close:hover {
  opacity: 1;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    width: 320px;
  }
}

@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

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