@media (max-width: 991px) {
  .modules .blured-bg {
    display: block;
  }
  .modules .blured-bg.second .digits-container, .modules .blured-bg .digits-container {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .modules .blured-bg.second h2, .modules .blured-bg h2 {
    margin-right: 0;
  }
  .mobile-visible {
    display: block !important;
  }
  .desktop-visible {
    display: none;
  }
  .header .menu {
    max-height: 0;
  }
  .header .menu.opened {
    max-height: 300px;
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .header .menu {
    display: block;
    text-align: center;
    background-color: #0A0D27;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .header .menu a {
    display: block;
    margin-right: 0;
  }
  .menu-icon {
    width: 25px;
    height: 14px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .menu-icon span {
    background-color: #fff;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
  }
  .menu-icon span:first-child {
    top: 0;
  }
  .menu-icon span:nth-child(2) {
    top: 6px;
  }
  .menu-icon span:last-child {
    top: 12px;
  }
  .menu-icon.opened span:nth-child(2) {
    opacity: 0;
  }
  .menu-icon.opened span:first-child,
  .menu-icon.opened span:last-child {
    top: 6px;
  }
  .menu-icon.opened span:first-child {
    transform: rotate(45deg);
  }
  .menu-icon.opened span:last-child {
    transform: rotate(-45deg);
  }
  .main-container h1 {
    font-size: 50px;
  }
  .main-container .socials, .main-container .socials2 {
    display: none;
  }
  .main-container h3 {
    width: fit-content;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #E6DAD6;
    padding: 11px 15px;
    margin-bottom: 27px;
  }
  .main-container::before {
    display: none;
  }
  .main-container p {
    font-size: 14px;
  }
  .blue-btn {
    padding: 18px 46px;
  }
  .main-container .main-img {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    bottom: 60px;
    right: 0;
    left: 0;
  }
  .main-container .quote {
    background: url("../img/quote-bg.png") no-repeat;
    position: relative;
    text-align: center;
    padding: 28px 57px;
    width: fit-content;
    margin-top: 316px;
    z-index: 5;
  }
  .reviews img, .video img {
    max-width: 100%;
  }
  .main {
    background-position: center center;
  }
  .main .black-particle {
    width: 1082px;
    height: 676px;
    background: rgba(3, 5, 4, 0.07);
    filter: blur(217.1499938965px);
    position: absolute;
    right: -300px;
    top: 74px;
    transform: rotate(90deg);
  }
  .about .left-container {
    position: relative;
  }
  .about .left-container .insta {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 110px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .about .left-container .blured-container {
    position: absolute;
    bottom: -80px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about .title {
    margin-top: 120px;
    display: block;
  }
  .about {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .blue-divide h2 {
    font-size: 50px;
  }
  .blue-divide span {
    font-size: 14px;
  }
  .advantages, .after-course, .modules, .reviews, .video, .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .advantages h2, .advantages .not-every h2, .after-course h2, .modules h2, .partners h2 {
    font-size: 50px;
  }
  .advantages .blured-bg {
    display: block;
  }
  .advantages .blured-bg .blue-btn {
    display: none;
  }
  .advantages .not-every p {
    margin-bottom: 300px;
    color: #fff;
  }
  .after-course .digits-container {
    margin-bottom: 20px;
  }
  .after-course .digits-container .digit {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 20px;
    font-size: 50.04px;
  }
  .after-course .digits-container .text, .modules .check-container .text {
    font-size: 14px;
  }
  .modules .module-description {
    margin-bottom: 30px;
  }
  .modules .module-description .icon {
    min-width: 60px;
    min-height: 60px;
  }
  .modules .second-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modules .price-container .price-title {
    display: block;
    text-align: center;
  }
  .price-container {
    margin-bottom: 30px;
  }
  .modules .price-container {
    padding: 32px 20px;
  }
  .reviews .title, .video .title {
    display: block;
  }
  .reviews .title .blue-btn, .video .title .blue-btn {
    display: none;
  }
  .reviews .title .title-container, .video .title .title-container {
    display: block;
  }
  .partners img {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .socials {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  footer h2.last {
    margin-top: 50px;
  }
  .mobile-hidden {
    display: none;
  }
  .header {
    z-index: 9;
  }
  .menu .lang {
    width: fit-content;
    margin: 10px auto !important;
  }
  .header .menu {
    left: 0;
  }
  .header .menu a {
    margin-bottom: 10px;
  }
  .about .left-container .blured-container .blured-text {
    backdrop-filter: blur(190.3806667328px);
    -webkit-backdrop-filter: blur(190.3806667328px);
    transform: translate3d(0, 0, 0);
  }
  .kz .advantages h2, .kz .advantages .not-every h2, .kz .after-course h2, .kz .modules h2, .kz .partners h2, .kz .reviews .title .title-container h2, .kz .video .title .title-container h2 {
    font-size: 40px;
  }
  .advantages .not-every h4 {
    margin-bottom: 30px;
  }
  .advantages .not-every p {
    margin-bottom: 30px;
  }
  .mb300 {
    margin-bottom: 300px !important;
  }
}

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