@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-ExtraBold.ttf') format("truetype"), url('../fonts/Inter_24pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Inter_24pt-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-color: #24184c;
  --purple: #7463ff;
  --pink: #cd3eff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: "Inter 24 Pt", Georgia, sans-serif;
}

.navbar-logo-left {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0 20px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 180px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--text-color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-section {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  font-weight: 600;
  display: flex;
}

.btn-start-now {
  color: var(--text-color);
  background-color: #fff;
  background-image: none;
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 600;
}

.gradient-btn {
  background-image: linear-gradient(#cd3eff, #7118fd);
  border-radius: 100px;
  padding: 1px;
}

.hero-containers {
  display: flex;
}

.hero-headers {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-image {
  width: 60%;
}

.image-hero {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.inter-60px-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 120%;
}

.pink-color {
  color: #cd3eff;
}

.purple-color {
  color: #7463ff;
}

.inter-regular-15px {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.btn-start-gradient {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(155deg, #cd3eff, #7118fd);
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 600;
}

.what-we-do-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.two-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

._30--column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 30%;
  display: flex;
}

._70--column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.header-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.inter-45px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%;
}

.image-holder {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.row-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.we-do-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #7463ff33;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 35px;
  padding-right: 10px;
  display: flex;
}

.cuircle-icon {
  background-color: #7463ff33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

.descr-wrapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.inter-30px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.inter-regular-12px {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.inter-regular-12px.opasity70 {
  color: #24184cb3;
}

.btn-wrapp-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.cources-section {
  background-image: linear-gradient(#fff6, #fff6), url('../images/cources-background.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cources-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.header-wrapp-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.cources-list-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.cource-item {
  background-color: #fff;
  border: 1px solid #24184c;
  border-radius: 12px;
  flex-flow: column;
  padding: 35px;
  display: flex;
}

.descr-cource-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cources-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: flex;
}

.inter-15px-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 130%;
}

.inter-20px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}

.see-more {
  color: var(--purple);
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: none;
}

.cources-img {
  object-fit: contain;
  width: 30%;
  height: 100%;
}

.price-wrapp {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.price-wrapp.hide {
  display: none;
}

.price {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.gradient-buy-cources {
  background-image: linear-gradient(#cd3eff, #7118fd);
  border-radius: 100px;
  padding: 1px;
}

.about-us-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-text-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.about-img {
  width: 50%;
}

._100--column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.gap-50px {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.row-about {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.steps-section, .contact-us-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.telegram-contact {
  background-color: #24184c;
  background-image: url('../images/BackgroundBorder.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #24184c;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
  display: flex;
}

.inter-45px-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%;
}

.inter-regular-15px-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.telegram-img {
  object-fit: contain;
}

.telegram-wrapp {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.btn-wrapp-left {
  display: flex;
}

.btn-telegram-link {
  background-color: var(--text-color);
  color: #fff;
  background-image: none;
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 600;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  width: 300px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 0;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.center-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.social-media-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  display: flex;
}

.icon-social {
  width: 30px;
  height: 30px;
}

.soon {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.soon.show {
  display: block;
}

.mobile-menu {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mobile-navigation-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cuircle-menu, .cuircle-home {
  background-color: #7463ff33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
}

.icon-big {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 1440px) {
  .inter-60px-bold {
    font-size: 60px;
  }

  .inter-regular-15px, .inter-regular-12px, .inter-regular-15px-white {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-section {
    background-position: 50%;
  }

  .gradient-btn {
    display: none;
  }

  .inter-60px-bold {
    font-size: 40px;
  }

  .inter-regular-15px {
    font-size: 13px;
  }

  .two-column {
    flex-flow: column;
  }

  ._30--column {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  ._70--column {
    width: 100%;
  }

  .inter-45px {
    font-size: 38px;
  }

  .we-do-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cuircle-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .icon {
    width: 18px;
    height: 18px;
  }

  .inter-regular-12px {
    font-size: 13px;
  }

  .cources-column {
    flex-flow: column;
  }

  .header-wrapp-30, .cources-list-70 {
    width: 100%;
  }

  .cources-number {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._100--column {
    width: 100%;
  }

  .telegram-contact {
    padding: 50px;
  }

  .inter-45px-white {
    font-size: 38px;
  }

  .inter-regular-15px-white {
    font-size: 13px;
  }

  .footer-light {
    padding-bottom: 150px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
  }

  .center-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-2 {
    display: none;
  }

  .mobile-menu {
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    bottom: 3%;
  }

  .mobile-navigation-wrapp {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 100px;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    padding: 10px 20px;
  }

  .cuircle-menu {
    background-color: #e1ddff;
  }

  .cuircle-home {
    background-color: var(--text-color);
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .icon-big {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-brand {
    width: 150px;
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    padding-top: 200px;
  }

  .hero-containers {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-bottom: 100px;
  }

  .hero-headers, .hero-image {
    width: 100%;
  }

  ._30--column {
    flex-flow: column;
  }

  .inter-45px {
    font-size: 35px;
  }

  .row-one {
    flex-flow: column;
  }

  .we-do-item {
    width: 100%;
  }

  .cource-item {
    padding: 20px;
  }

  .descr-cource-row {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cources-number {
    width: 100%;
  }

  .cources-img {
    order: -9999;
    width: 50%;
  }

  .about-columns {
    flex-flow: column;
  }

  .about-text-wrapp, .about-img {
    width: 100%;
  }

  .row-about {
    flex-flow: column;
  }

  .telegram-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inter-45px-white {
    font-size: 35px;
  }

  .telegram-wrapp {
    width: 30%;
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-link {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .center-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .mobile-navigation-wrapp {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 120px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .inter-60px-bold {
    font-size: 30px;
  }

  .inter-regular-15px {
    font-size: 12px;
  }

  .inter-45px {
    font-size: 30px;
  }

  .inter-30px {
    font-size: 20px;
    line-height: 120%;
  }

  .inter-regular-12px {
    font-size: 12px;
  }

  .btn-wrapp-right {
    justify-content: center;
    align-items: center;
  }

  .descr-cource-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inter-15px-bold, .inter-20px {
    font-size: 20px;
    line-height: 120%;
  }

  .cources-img {
    width: 80%;
  }

  .price-wrapp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-text-wrapp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .telegram-contact {
    padding: 30px;
  }

  .inter-45px-white {
    font-size: 30px;
  }

  .inter-regular-15px-white {
    font-size: 12px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .soon {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mobile-menu {
    bottom: 1%;
  }

  .mobile-navigation-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-color: #7463ff73;
    justify-content: space-around;
    align-items: center;
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 17px 2px #cd3eff1f;
  }

  .cuircle-menu {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .cuircle-home {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .icon-big {
    width: 25px;
    height: 25px;
  }
}


@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-ExtraBold.ttf') format('truetype'), url('../fonts/Inter_24pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Inter_24pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}