/* MAIN PAGE */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1344px;
  }
}
@media (max-width: 1520px) {
  nav.navbar .fs-25 {
    font-size: 18px;
    line-height: 17px;
  }
  nav.navbar .fs-20 {
    font-size: 16px;
    line-height: 15px;
  }
  nav.navbar button.btn-deposit {
    font-size: 16px;
    line-height: 18px;
    width: 15%;
    height: 48px;
  }
}
@media (max-width: 1399.98px) {
  .navbar-nav {
    gap: 40px;
  }

  .btn-deposit {
    width: 260px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-nav {
    gap: 30px;
  }

  .btn-deposit {
    width: 230px;
    height: 56px;
    font-size: 16px;
  }

  .project-card {
    flex-direction: column;
    align-items: center;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .project-card-left-col {
    width: 100%;
    max-width: unset;
    border-radius: 10px;
    margin: 0 auto;
    background: unset;
  }

  .project-card-left-col-img-wrap {
    border-radius: 10px;
    height: fit-content;
  }

  .project-card-right-col {
    width: 100%;
    max-width: unset;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .projects-detail .project-card-detail {
    min-height: unset;
  }
  .projects-detail .project-card-left-col-detail {
	padding: 0;
    flex: unset;
  }
}
@media (max-width: 991.98px) {
  .logo-text p:first-child {
    font-size: 20px;
  }

  .logo-text p:last-child {
    font-size: 16px;
  }

  .navbar-nav {
    gap: 20px;
    text-align: center;
  }

  .btn-deposit {
    width: 100%;
    margin-top: 15px;
  }

  .menu-nested-cont {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .justify-sd-center {
    justify-content: center!important;
  }
  .mt-sm-30 {
    margin-top: 30px!important;
  }
  .mt-sm-15 {
    margin-top: 15px!important;
  }
  .mb-sm-15 {
    margin-bottom: 15px!important;
  }
  .fs-sm-18 {
    font-size: 18px!important;
  }
  .fs-sm-16 {
    font-size: 16px!important;
  }
  .menu-nested-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .logo-wrap img {
    height: 48px;
    width: auto;
  }
  .logo-text {
    margin-left: 0;
    line-height: 1.1;
  }
  .logo-text p {
    margin: 0;
  }
  .logo-text p:first-child {
    font-size: 17px;
    font-weight: 700;
  }
  .logo-text p:last-child {
    font-size: 14px;
  }
  .navbar-collapse {
    text-align: center;
  }
  .navbar-collapse .btn-deposit {
    width: 100%;
    font-size: 16px;
    height: 54px;
    margin: 20px 0 10px 0;
    border-radius: 40px;
  }
  .navbar-nav {
    margin-top: 10px;
    gap: 12px;
  }
  .rector-img-wrap {
    margin: 0 auto;
    width: 280px;
  }
}
@media (max-width: 460px) {
  footer .requisites .footer__sub-logo {
    flex-direction: column;
  }
  footer .requisites-detail {
    flex-direction: column;
    text-align: center;
  }
  .main-img-text p {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  div.menu-nested-cont > button.navbar-toggler, div.menu-nested-cont > button.navbar-toggler:active, div.menu-nested-cont > button.navbar-toggler:focus {
    border: unset !important;
    box-shadow: unset !important;
    order: 2;
    margin-top: 4px;
  }
  div.menu-nested-cont > div.logo-container {
    order: -1;
    gap: 5px;
  }
  div.menu-nested-cont > div.logo-container > div.logo-wrap > img {
    width: 34px;
    height: 43px;
  }
  div.menu-nested-cont > div.logo-container > div.logo-text {
    margin-left: 0px;
    margin-top: 14px;
  }
  div.menu-nested-cont > div.logo-container > div.logo-text > p:nth-child(1) {
    font-size: 12px;
    margin-top: 0;
    line-height: 14px;
  }
  div.menu-nested-cont > div.logo-container > div.logo-text > p:nth-child(2) {
    font-size: 9px;
    line-height: 11px;
  }
  div.menu-nested-cont > div.navbar-collapse {
    order: 2;
  }
  div.menu-nested-cont > div.navbar-collapse ul li.nav-item > a.nav-link {
    font-size: 13px;
    line-height: 14px;
  }
  div.menu-nested-cont > button.btn-deposit {
    order: 1;
    font-size: 9px;
    line-height: 11px;
    width: 32%;
    height: 26px;
    padding: 16px 8px;
    margin-top: 5px;
  }
  footer {
    padding: 18px 15px 30px 15px;
  }
  footer .fs-20 {
    font-size: 13px;
    line-height: 15px;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
  }
  .footer-container > div.row:nth-child(1) {
    order: -1;
  }
  .footer__cblock {
    flex-direction: column;
  }
  .footer__cblock .footer__logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 1;
  }
  .footer__cblock .footer__logo-wrapper img {
    margin-top: 12px;
  }
  .footer__cblock .footer-btns {
    margin-left: 0;
    order: -1;
    flex-direction: column;
  }
  .footer__cblock button.btn-deposit-footer {
    margin: 0 auto;
    width: 100%;
    order: 0;
    margin-top: 12px;
    font-size: 13px;
    line-height: 15px;
  }
  footer .requisites {
    flex-direction: column;
    margin-top: 12px;
  }
  footer .requisites .footer__sub-logo {
    display: flex;
    width: 100% !important;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }
  .footer__copi {
    margin-top: 0px;
  }
  footer .requisites-detail {
    margin-left: 0px;
    gap: 7px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
  }
  footer .requisites-detail .address, .footer .requisites-detail .inn, .footer .requisites-detail .other {
    text-align: center;
  }
  footer .footer-last-row {
    margin-top: 12px;
    flex-direction: column;
  }
  footer .footer-last-row > div:nth-child(1) {
    margin-top: 12px;
  }
  footer .footer-last-row > div:nth-child(2) {
    margin: 0 !important;
    order: -1;
    width: 100%;
  }
  .footer-btn {
    text-align: center;
	height: 50px;
  }
}
@media (max-width: 576px) {
    .progress-container {
        max-width: 210px;
    }
    .progress-content {
        width: 52%;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .progress-container {
        max-width: 300px;
    }
    .progress-content {
        width: 53%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .progress-container {
        max-width: 320px;
    }
    .progress-content {
        width: 54%;
    }
}
@media (min-width: 1200px) {
    .progress-container {
        max-width: 380px;
    }
    .progress-content {
        width: 77%;
        max-width: 271px;
    }
}
@media (max-width: 768px) {
    .timeline-icon {
        width: 100px;
        height: 100px;
    }
    .timeline-arrow {
      top: 100px;
    }
    .timeline-connector {
        height: 50px;
    }
    .timeline-item {
        gap: 20px;
    }
    .how-it-works-cards-row {
      flex-direction: column;
	  flex-wrap: nowrap;
    }
    .img-card-wrap  {
      width: 100%;
    }
}
@media (max-width: 576px) {
    .timeline-icon {
        width: 80px;
        height: 80px;
    }
    .timeline-arrow {
      top: 80px;
    }
    .timeline-connector {
        height: 40px;
        width: 3px;
    }
    .timeline-item {
        gap: 15px;
    }
}
@media (max-width: 400px) {
    .timeline-icon {
        width: 60px;
        height: 60px;
    }
    .timeline-arrow {
      top: 60px;
    }
}