@media (max-width: 991px) {
  .call {
    display: none;
  }
  .mobile-visible {
    display: block !important;
  }
  .desktop-visible {
    display: none;
  }
  .header .menu {
    max-height: 0;
    display: block;
    text-align: center;
    background-color: #0A0D27;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .header .menu.opened {
    max-height: 300px;
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .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 .h1 {
    font-size: 22.577px;
  }
  .main .h1 svg {
    width: 190px;
  }
  .main .cards {
    display: block;
  }
  .main .cards .card-digit {
    margin-right: 0;
    background-size: cover;
  }
  .main .notebook {
    width: 100%;
    margin-top: 38px;
    transform: scale(1);
  }
  .slider .img-container img {
    max-width: 165px;
  }
  .slider .img-container {
    width: 244px;
    height: 244px;
  }
  .about-container {
    padding: 30px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .slider .owl-carousel .owl-nav button.owl-next, .slider .owl-carousel .owl-nav button.owl-prev {
    left: 17px;
  }
  .slider .owl-carousel .owl-nav button.owl-next {
    right: 17px !important;
    left: auto;
    transform: rotate(0);
  }
  .about-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-container .col-md-7 {
    order: 1;
  }
  .about-container .col-md-5 {
    order: 2;
  }
  .serts {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0.33;
    flex-wrap: wrap;
    gap: 22px;
  }
  .services .card-container {
    padding: 30px;
  }
  .services .card-container.second {
    padding-bottom: 30px;
  }
  .services .card-container.last {
    padding-bottom: 30px;
  }
  .causes .causes-container {
    margin-bottom: 20px;
  }
  .causes img {
    margin-top: 20px;
    width: 100%;
  }
  footer {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container {
    order: 1;
  }
  footer iframe {
    order: 2;
  }
  .contacts .container .contacts-container {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main-btns {
    display: block;
  }
}

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

