@charset "UTF-8";
* {
  box-sizing: border-box; }

p {
  margin-bottom: 0 !important; }

a {
  text-decoration: none !important; }

li {
  list-style: none; }

ol,
ul {
  padding-left: 0rem !important;
  margin-bottom: 0 !important; }

.bxshadov {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.navBottom {
  padding-top: 259px; }

.brbottom {
  border-bottom: 1px solid #E2EAEE; }
  .brbottom.first-nav .mini-info .mini-info__card:not(:last-child) {
    border-right: 1px solid #E2EAEE; }

.btn.donate {
  background-color: #EB2B2A;
  color: #ffffff;
  border-radius: 24px;
  padding: 12px 16px;
  box-sizing: border-box;
  width: fit-content; }
  .btn.donate svg {
    margin-right: 8px; }
    .btn.donate svg path {
      transition: all .3s ease; }
  .btn.donate:hover {
    background-color: #fff;
    border: 1px solid #EB2B2A;
    color: #EB2B2A; }
    .btn.donate:hover svg path {
      fill: #EB2B2A; }
.btn.details {
  border-radius: 50px;
  padding: 4px 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: fit-content; }
  .btn.details:hover {
    background-color: #fff;
    color: #333333;
    border-color: #333333; }
.btn.lonmo {
  padding: 14px 32px;
  border: 1px solid #30A1DB;
  border-radius: 24px;
  color: #30A1DB;
  font-weight: 600;
  transition: all .3s ease; }
  .btn.lonmo:hover {
    background-color: #30A1DB;
    color: #ffffff; }
.btn.help {
  padding: 12px 43px; }
.btn.circle-donate {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EB2B2A;
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .btn.circle-donate svg path {
    fill: #EB2B2A;
    transition: all .3s ease; }
  .btn.circle-donate:hover {
    background-color: #EB2B2A; }
    .btn.circle-donate:hover svg path {
      fill: #ffffff; }
.btn.prodetails {
  padding: 14px 40px;
  border-radius: 24px;
  border: 2px solid #98A3AD;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  color: #98A3AD;
  transition: all .3s ease; }
  .btn.prodetails:hover {
    border-color: #30A1DB;
    color: #30A1DB;
    font-weight: 400; }

header nav {
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 99; }
  header nav .first-nav {
    height: 80px; }
    header nav .first-nav .mini-info .mini-info__card {
      padding: 11px 16px;
      gap: 12px; }
      header nav .first-nav .mini-info .mini-info__card:not(:last-child) {
        border-right: 1px solid #767676; }
      header nav .first-nav .mini-info .mini-info__card .info-card__icon img {
        width: 26px;
        height: 26px; }
      header nav .first-nav .mini-info .mini-info__card .info-card__text {
        gap: 6px; }
        header nav .first-nav .mini-info .mini-info__card .info-card__text p {
          color: #767676;
          font-size: 14px; }
          header nav .first-nav .mini-info .mini-info__card .info-card__text p span,
          header nav .first-nav .mini-info .mini-info__card .info-card__text p a {
            transition: all .3s ease;
            color: #333333; }
            header nav .first-nav .mini-info .mini-info__card .info-card__text p span:hover,
            header nav .first-nav .mini-info .mini-info__card .info-card__text p a:hover {
              color: #30A1DB; }
    header nav .first-nav .socials a svg {
      width: 24px;
      height: 24px; }
      header nav .first-nav .socials a svg path {
        stroke: #767676;
        transition: all .3s ease; }
    header nav .first-nav .socials a:hover svg path {
      stroke: #30A1DB; }
    header nav .first-nav .language {
      position: relative; }
      header nav .first-nav .language p {
        cursor: pointer; }
      header nav .first-nav .language .dropdowne {
        position: absolute;
        background-color: #fff;
        padding: 16px;
        border-radius: 8px;
        right: -16px;
        top: 50px;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-out; }
        header nav .first-nav .language .dropdowne a {
          color: #333333; }
          header nav .first-nav .language .dropdowne a:hover {
            color: #30A1DB; }
      header nav .first-nav .language:hover .dropdowne {
        opacity: 1;
        visibility: visible;
        top: 30px; }
  header nav .second-nav {
    padding: 14px 0; }
    header nav .second-nav .logo img {
      width: 105.55px;
      height: 68px; }
    header nav .second-nav .content {
      gap: 78px; }
      header nav .second-nav .content .links ul {
        margin-bottom: 0; }
        header nav .second-nav .content .links ul li {
          list-style: none; }
          header nav .second-nav .content .links ul li a {
            color: #333333;
            transition: all .3s ease; }
            header nav .second-nav .content .links ul li a.active {
              font-weight: 700;
              text-decoration: underline !important;
              color: #30A1DB; }
            header nav .second-nav .content .links ul li a:hover {
              color: #30A1DB; }
  header nav .third-nav .third .links {
    padding: 21px 0; }
    header nav .third-nav .third .links ul {
      margin-bottom: 0; }
      header nav .third-nav .third .links ul li {
        list-style: none; }
        header nav .third-nav .third .links ul li a {
          color: #333333;
          transition: all .3s ease; }
          header nav .third-nav .third .links ul li a.active {
            color: #30A1DB;
            text-decoration: underline !important; }
          header nav .third-nav .third .links ul li a:hover {
            color: #30A1DB; }

.welcome .welcome-choose {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .welcome .welcome-choose img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    transition: all .5s ease-in-out;
    filter: brightness(0.9); }
  .welcome .welcome-choose p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 600; }
  .welcome .welcome-choose:hover img {
    filter: brightness(0.7);
    transform: scale(1.1); }

.banner {
  position: relative; }
  .banner .banner-img {
    width: 100%;
    height: 620px;
    object-fit: cover; }
  .banner .nalo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .banner .myBannerSwiper {
    height: 100%; }
    .banner .myBannerSwiper .content {
      height: 620px;
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 56px;
      justify-content: center; }
      .banner .myBannerSwiper .content .title h1 {
        color: #ffffff;
        font-size: 64px;
        font-weight: bold; }
      .banner .myBannerSwiper .content .title p {
        font-size: 16px;
        color: #fff; }
    .banner .myBannerSwiper .custom-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 20px;
      position: absolute;
      z-index: 9;
      bottom: 153px;
      right: 100px; }
    .banner .myBannerSwiper .dot {
      width: 12px;
      height: 12px;
      background: #ddd;
      border-radius: 50%; }
    .banner .myBannerSwiper .dot.active {
      width: 75px;
      height: 75px;
      background: none;
      position: relative;
      border: 5px solid #E2EAEE20; }
    .banner .myBannerSwiper .dot.active .number {
      position: absolute;
      top: 49%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-weight: bold;
      font-size: 16px;
      z-index: 2; }
    .banner .myBannerSwiper .dot.active svg {
      transform: rotate(-90deg);
      position: relative;
      top: 2.47px;
      left: 2.47px; }
    .banner .myBannerSwiper .dot.active circle.bg {
      stroke: rgba(255, 255, 255, 0.2); }
    .banner .myBannerSwiper .dot.active circle.fg {
      stroke: #00bfff;
      stroke-dasharray: 126;
      stroke-dashoffset: 126;
      animation: progress 3s linear forwards; }
    .banner .myBannerSwiper .dot.active circle.gg {
      stroke: rgba(255, 255, 255, 0.2); }
    .banner .myBannerSwiper .dot.active circle.hg {
      stroke: #00bfff;
      stroke-dasharray: 126;
      stroke-dashoffset: 126;
      animation: progress 3s linear forwards; }
@keyframes progress {
  to {
    stroke-dashoffset: 0; } }
    .banner .myBannerSwiper .swiper-button-prev,
    .banner .myBannerSwiper .swiper-button-next {
      bottom: 64px;
      top: unset;
      height: 0; }
      .banner .myBannerSwiper .swiper-button-prev::after,
      .banner .myBannerSwiper .swiper-button-next::after {
        content: none; }
    .banner .myBannerSwiper .swiper-button-prev {
      right: 200px;
      left: unset; }
    .banner .myBannerSwiper .swiper-button-next {
      right: 100px; }
    .banner .myBannerSwiper .line {
      height: 2px;
      width: 67%;
      background-color: #E2EAEE;
      position: absolute;
      bottom: 63px;
      z-index: 9;
      left: 16.5%; }

.dropdown {
  width: 100%;
  font-family: 'Helvetica', sans-serif;
  font-weight: 300; }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1; }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg); }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer; }
  .dropdown__filter {
    position: relative;
    display: flex;
    padding: 18px;
    color: #595959;
    background-color: #fff;
    border-radius: 18px;
    font-size: 14px;
    transition: .3s; }
    .dropdown__filter:focus {
      outline: none; }
    .dropdown__filter::after {
      position: absolute;
      top: 42%;
      right: 32px;
      content: '';
      width: 10px;
      height: 10px;
      border-right: 1px solid #595959;
      border-bottom: 1px solid #595959;
      transform: rotate(45deg) translateX(-45%);
      transition: .3s ease-in-out; }
  .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 18px;
    opacity: 0;
    transition: .2s ease-in-out;
    z-index: 9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); }
  .dropdown__select-option {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    transition: .3s; }
    .dropdown__select-option:last-of-type {
      border-bottom: 0; }
    .dropdown__select-option:hover {
      background-color: #e9ecef; }

.pay {
  position: relative;
  height: 100px; }
  .pay .payBg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .pay .wrapper {
    height: 100%;
    padding: 22px; }
    .pay .wrapper .row .col-lg-6 {
      height: fit-content; }
  .pay .dropdown {
    height: 56px;
    width: 322px; }
    .pay .dropdown__filter {
      border-radius: 100px;
      padding-left: 32px !important;
      padding-right: 32px !important; }
  .pay form .summ {
    padding: 17px;
    width: 263px;
    border-radius: 100px;
    border: none; }
    .pay form .summ:focus-visible {
      outline: none; }
  .pay .payment p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600; }
  .pay .payment .icons .icon {
    width: 64px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff; }
    .pay .payment .icons .icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.gift {
  padding: 120px 0;
  position: relative; }
  .gift .wrapper {
    border-top: 2px solid #E2EAEE; }
    .gift .wrapper .info {
      gap: 32px; }
      .gift .wrapper .info .title h4 {
        font-size: 60px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 24px; }
      .gift .wrapper .info .title p {
        color: #30A1DB;
        font-size: 24px;
        font-style: italic; }
      .gift .wrapper .info p {
        font-size: 16px;
        color: #333333; }
    .gift .wrapper .giftbg img {
      border-radius: 24px 0 0 24px;
      position: absolute;
      right: 0;
      top: 83px;
      width: 603px;
      height: 495px;
      object-fit: cover;
      z-index: -1; }

.programsSlider .title {
  margin-bottom: 0 !important; }

.programs {
  overflow: hidden;
  padding-bottom: 116px;
  position: relative; }
  .programs .wrapper .row {
    flex-wrap: nowrap; }
    .programs .wrapper .row .col-lg-8 {
      width: 100%; }
      .programs .wrapper .row .col-lg-8 .content {
        position: relative; }
      .programs .wrapper .row .col-lg-8 .card {
        border: none;
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        width: 100%;
        height: 317px; }
        .programs .wrapper .row .col-lg-8 .card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all .3s ease; }
        .programs .wrapper .row .col-lg-8 .card:hover img {
          filter: brightness(0.7); }
        .programs .wrapper .row .col-lg-8 .card:hover .title {
          bottom: -100px; }
        .programs .wrapper .row .col-lg-8 .card:hover .hidden-title {
          bottom: 25px;
          opacity: 1;
          visibility: visible; }
        .programs .wrapper .row .col-lg-8 .card:hover .donate:hover {
          background-color: #ffffff9f; }
        .programs .wrapper .row .col-lg-8 .card .title {
          position: absolute;
          bottom: 0;
          width: 100%;
          background-color: #30A1DB;
          padding: 20px 0;
          border-radius: 24px;
          transition: all .3s ease; }
          .programs .wrapper .row .col-lg-8 .card .title p {
            font-size: 16px;
            text-align: center;
            color: #ffffff;
            font-weight: 700;
            transition: all .3s ease; }
        .programs .wrapper .row .col-lg-8 .card .hidden-title {
          position: absolute;
          display: flex;
          flex-direction: column;
          gap: 16px;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%);
          align-items: center;
          transition: all .3s ease;
          opacity: 0;
          visibility: hidden; }
          .programs .wrapper .row .col-lg-8 .card .hidden-title .donate {
            padding: 12px 20px; }
    .programs .wrapper .row .info h4 {
      font-size: 60px;
      color: #333333;
      font-weight: 700; }
    .programs .wrapper .row .info p {
      font-size: 16px;
      color: #333333;
      line-height: 32px;
      letter-spacing: 0.5px;
      margin-top: 16px; }
  .programs .wrapper .swiper-button-next {
    right: 28% !important;
    bottom: -70px !important;
    top: unset; }
    .programs .wrapper .swiper-button-next svg {
      transform: rotate(180deg); }
    .programs .wrapper .swiper-button-next::after {
      content: unset; }
  .programs .wrapper .swiper-button-prev {
    right: 40% !important;
    bottom: -70px !important;
    left: unset;
    top: unset; }
    .programs .wrapper .swiper-button-prev::after {
      content: unset; }
  .programs .wrapper .swiper-pagination {
    bottom: -58px !important;
    right: 31.5% !important;
    width: fit-content;
    left: unset; }
  .programs .wrapper .swiper-pagination-bullet-active {
    background-color: #333333 !important; }
  .programs .wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #333333; }

.status {
  padding: 127px 0;
  background-color: rgba(48, 161, 219, 0.5); }
  .status .card {
    background-color: rgba(239, 242, 246, 0.4);
    border: unset;
    border-radius: 32px;
    padding: 32px; }
    .status .card h4 {
      font-size: 58px;
      font-weight: 700;
      color: #486284;
      letter-spacing: 0.5px;
      line-height: 76px; }
    .status .card p {
      color: #8CA2C0;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.5px;
      margin-top: 16px; }

.partners {
  padding: 120px 0; }
  .partners .mb64 {
    margin-bottom: 64px; }

.title-details {
  margin-bottom: 54px; }
  .title-details h3 {
    font-size: 60px;
    font-weight: 700; }
  .title-details a {
    color: #30A1DB; }
  .title-details img {
    height: 15px; }
  .title-details p {
    color: #30A1DB; }

.news {
  padding-bottom: 130px; }
  .news .card {
    flex-direction: row;
    gap: 16px;
    border-radius: 32px;
    padding: 16px;
    background-color: rgba(48, 161, 219, 0.32);
    transition: all .3s ease;
    border: unset; }
    .news .card:hover {
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
    .news .card img {
      border-radius: 32px;
      width: 263px;
      object-fit: cover;
      height: 252px; }
    .news .card .info h4 {
      margin-top: 45px;
      font-size: 18px;
      color: #333333; }
    .news .card .info p {
      color: #333333;
      margin-top: 24px; }
    .news .card .date {
      font-size: 12px;
      right: 17px;
      top: 15px;
      color: #00204A; }

.map {
  /* Дорожка (фон) скроллбара */
  /* Ползунок (бегунок) */
  /* Ползунок при наведении */ }
  .map ::-webkit-scrollbar {
    width: 4px; }
  .map ::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 8px; }
  .map ::-webkit-scrollbar-thumb {
    background: #30A1DB;
    border-radius: 8px;
    transition: all .3s ease; }
  .map ::-webkit-scrollbar-thumb:hover {
    background: #216a8f;
    transition: all .3s ease; }
  .map .menu-container {
    top: 0;
    width: 374px;
    height: 640px;
    background-color: #f9fafb;
    padding: 1rem;
    font-family: sans-serif;
    overflow-y: auto; }
  .map .search-input {
    height: 48px;
    padding-right: 3rem;
    border: 2px solid #93c5fd;
    border-radius: 9999px; }
  .map .search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    width: 20px;
    height: 20px; }
  .map .menu-item {
    background-color: white;
    border: 2px solid #93c5fd;
    border-radius: 24px;
    padding: 1rem; }
  .map .menu-item h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111827;
    margin-bottom: 36px; }
  .map .menu-item span {
    font-size: 0.875rem;
    color: #6b7280; }
  .map .menu-item button {
    font-size: 0.875rem;
    font-weight: 500;
    color: #3b82f6;
    background: none;
    border: none;
    padding: 0; }
  .map .menu-item button:hover {
    color: #2563eb;
    text-decoration: underline; }

.donate-wrapper {
  padding: 82px 0 64px 0; }

footer {
  background-color: #00204A;
  padding-top: 60px;
  padding-bottom: 72px; }
  footer .show {
    color: #30A1DB;
    text-decoration: underline !important;
    width: fit-content;
    margin-top: 16px; }
  footer .footer-info .pl50 {
    padding-left: 50px; }
  footer .footer-info .contant {
    padding-top: 34px; }
    footer .footer-info .contant h4 {
      font-size: 24px;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 22px; }
    footer .footer-info .contant ul {
      display: flex;
      flex-direction: column;
      gap: 14px; }
      footer .footer-info .contant ul svg {
        width: 24px;
        height: 24px;
        padding: 3px;
        margin-right: 14px; }
      footer .footer-info .contant ul p {
        font-size: 16px;
        color: #ffffff; }
      footer .footer-info .contant ul a {
        font-size: 16px;
        color: #ffffff; }
        footer .footer-info .contant ul a:hover {
          text-decoration: underline !important; }
    footer .footer-info .contant.lock ul {
      gap: 24px; }
  footer .footer-info .subfooter {
    margin-top: 24px; }
    footer .footer-info .subfooter .text {
      color: #ffffff;
      font-weight: 300; }
    footer .footer-info .subfooter .line {
      width: 100%;
      height: 1px;
      background-color: #fff;
      margin-top: 16px;
      margin-bottom: 20px; }
    footer .footer-info .subfooter .subfooter__info .conf {
      gap: 60px; }
      footer .footer-info .subfooter .subfooter__info .conf p,
      footer .footer-info .subfooter .subfooter__info .conf a {
        color: #ffffff;
        font-weight: 300; }

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #ffffff !important;
  text-decoration: none !important; }

.bigtab {
  padding-top: 32px;
  overflow: hidden;
  position: relative; }
  .bigtab .nav {
    justify-content: space-between;
    border-bottom: 1px solid #E2EAEE !important;
    gap: 80px; }
    .bigtab .nav .nav-link {
      color: #000000 !important;
      font-size: 20px;
      font-weight: 400;
      background-color: #fff !important;
      padding: 0;
      padding-bottom: 38px;
        border: none;
      border-radius: unset !important;
      border-bottom: 1px solid transparent !important; }
      .bigtab .nav .nav-link.active {
        color: #30A1DB!important;
        border-bottom: 1px solid #30A1DB!important; }
  .bigtab .history {
    border-top: 1px solid #E2EAEE;
    margin-top: 100px;
    padding-top: 37px; }
    .bigtab .history .info h4 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 67px; }
    .bigtab .history .info p {
      font-size: 20px;
      font-weight: 400;
      color: #233137; }
      .bigtab .history .info p span {
        display: block;
        margin-top: 27px;
        margin-bottom: 40px;
        color: #767676; }
    .bigtab .history .info .little {
      font-size: 16px; }
    .bigtab .history .img img {
      position: absolute;
      width: 576px;
      height: 660px;
      top: 158px;
      object-fit: cover;
      border-radius: 24px 0 0 24px;
      right: 0;
      z-index: -1; }
  .bigtab .howwework {
    margin-top: 119px; }
    .bigtab .howwework h4 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 70px; }
    .bigtab .howwework .card {
      flex-direction: row;
      border: unset;
      padding: 25px; }
      .bigtab .howwework .card .count {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px !important;
        height: 120px;
        border-radius: 50%;
        border: 12px solid #e2eaee40;
        font-size: 32px;
        color: #30A1DB; }
      .bigtab .howwework .card .text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .bigtab .howwework .card .text h5 {
          color: #00A7D8;
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 17px; }
        .bigtab .howwework .card .text p {
          font-size: 20px;
          line-height: 30px;
          color: #233137; }
  .bigtab .mission {
    margin-top: 220px;
    margin-bottom: 92px; }
    .bigtab .mission .text-group p {
      line-height: 36px; }
    .bigtab .mission .text-group .text-big {
      font-size: 70px;
      font-weight: 700;
      margin-bottom: 43px !important; }
    .bigtab .mission .text-group span {
      color: #30A1DB; }
    .bigtab .mission .text-group .text-middle {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 24px !important; }
    .bigtab .mission .text-group .text-mini {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 24px !important; }
      .bigtab .mission .text-group .text-mini span {
        font-size: 36px; }
    .bigtab .mission .text-group .text-mini-all {
      font-size: 24px;
      font-weight: 400; }
    .bigtab .mission .text-group .text-middle-big {
      font-size: 48px;
      line-height: unset;
      font-weight: 700; }
  .bigtab .history.position-relative {
    margin-bottom: 120px; }
    .bigtab .history.position-relative .row {
      flex-wrap: nowrap; }
    .bigtab .history.position-relative .info {
      padding-bottom: 216px; }
      .bigtab .history.position-relative .info p {
        font-size: 16px; }
    .bigtab .history.position-relative .col-lg-5 {
      width: 94vh;
      position: relative; }
      .bigtab .history.position-relative .col-lg-5 .img img {
        top: -103px;
        border-radius: 24px; }
  .bigtab .teams .container-fluid {
    width: 143%;
    position: relative;
    left: -21%; }
  .bigtab .teams .title {
    margin-bottom: 120px; }
    .bigtab .teams .title h4 {
      font-size: 60px;
      margin-bottom: 64px;
      font-weight: 700; }
    .bigtab .teams .title p {
      width: 54%;
      font-size: 28px;
      margin: 0 auto; }
  .bigtab .teams .content .card {
    border: unset;
    align-items: center; }
    .bigtab .teams .content .card img {
      width: 323px;
      height: 380px;
      border-radius: 12px;
      margin-bottom: 47px; }
    .bigtab .teams .content .card .name {
      text-align: center; }
      .bigtab .teams .content .card .name h4 {
        font-size: 30px;
        font-weight: 700; }
      .bigtab .teams .content .card .name p {
        font-size: 24px; }
  .bigtab .docs .title {
    margin-top: 60px;
    margin-bottom: 50px; }
    .bigtab .docs .title h4 {
      font-size: 48px;
      font-weight: 700; }
  .bigtab .docs .content .card {
    border: unset;
    /*padding: 0px 30px;*/
    padding-bottom: 100px; }
    .bigtab .docs .content .card .name {
      padding: 0px 10px;
      margin-top: 20px;
      text-align: center; }
      .bigtab .docs .content .card .name h4 {
        font-size: 24px;
        font-weight: 700; }
  .bigtab .organ {
    margin-bottom: 100px;
    margin-top: 120px; }
    .bigtab .organ .mb120 {
      margin-bottom: 120px; }
    .bigtab .organ .title {
      margin-bottom: 70px; }
      .bigtab .organ .title h4 {
        font-size: 48px;
        font-weight: 700; }
    .bigtab .organ .cantent h5 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 40px; }
    .bigtab .organ .cantent .card {
      border: unset; }
      .bigtab .organ .cantent .card img {
        border-radius: 12px;
        margin-bottom: 32px; }
  .bigtab .reporting {
    padding-bottom: 185px; }
    .bigtab .reporting .content {
      margin-top: 120px; }
      .bigtab .reporting .content .title {
        margin-bottom: 24px; }
        .bigtab .reporting .content .title h4 {
          font-size: 48px;
          font-weight: 700; }
      .bigtab .reporting .content .info {
        display: flex;
        flex-direction: column;
        gap: 23px; }
        .bigtab .reporting .content .info .card {
          flex-direction: row;
          padding: 28px;
          align-items: center;
          padding-right: 23px;
          border: 1px #98A3AD; }
          .bigtab .reporting .content .info .card .name {
            display: flex;
            gap: 40px;
            align-items: center; }
            .bigtab .reporting .content .info .card .name p {
              font-size: 20px;
              font-weight: 700; }
          .bigtab .reporting .content .info .card .download {
            gap: 30px; }
            .bigtab .reporting .content .info .card .download .btn {
              position: relative;
              padding-left: 30px;
              color: #30A1DB;
              font-weight: 400; }
              .bigtab .reporting .content .info .card .download .btn p {
                color: #98A3AD;
                font-size: 18px;
                font-weight: 400; }
              .bigtab .reporting .content .info .card .download .btn svg {
                margin-right: 15px; }
              .bigtab .reporting .content .info .card .download .btn::before {
                content: '';
                width: 1px;
                height: 60px;
                background-color: #c2c6ca;
                position: absolute;
                left: 0;
                top: -10px; }
        .bigtab .reporting .content .info .custom-border::before {
          content: "";
          position: absolute;
          inset: 0;
          border: 2px dashed #c2c6ca;
          mask-image: linear-gradient(to right, black 0 5px, rgba(0, 0, 0, 0) 20px 0px);
          mask-size: 10px 100%;
          mask-repeat: repeat;
          pointer-events: none; }

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset !important; }

.programs {
  padding-top: 120px;
  padding-bottom: 120px; }
  .programs .title {
    margin-bottom: 56px; }
    .programs .title h4 {
      font-size: 48px;
      font-weight: 700; }
  .programs .content .card {
    border: unset;
    gap: 50px;
    margin-bottom: 50px; }
    .programs .content .card img {
      border-radius: 24px; }
    .programs .content .card p {
      font-size: 20px;
      font-weight: 700;
      padding: 0 27px; }

.prgDet .gift {
  padding-top: 170px; }
  .prgDet .gift .wrapper .giftbg img {
    top: 130px; }
  .prgDet .gift .info {
    padding-top: 37px; }
    .prgDet .gift .info p {
      font-size: 20px;
      line-height: 30px; }
  .prgDet .gift .giftbg img {
    width: 576px;
    height: 660px; }
  .prgDet .gift .progresses {
    border: 1px solid #E2EAEE;
    padding: 30px 40px;
    max-width: 768px;
    background: white;
    display: flex;
    flex-direction: column;
    width: 617px; }
    .prgDet .gift .progresses .title {
      font-size: 24px;
      font-weight: bold;
      color: #1f2937;
      margin-bottom: 27px;
      font-weight: bold; }
    .prgDet .gift .progresses .progress-bar-bg {
      width: 100%;
      background-color: #E2EAEE;
      border-radius: 9999px;
      height: 5px;
      margin-bottom: 10px; }
    .prgDet .gift .progresses .progress-bar-fill {
      background-color: #00A3E0;
      height: 5px;
      border-radius: 9999px; }
    .prgDet .gift .progresses .stats {
      display: flex;
      justify-content: space-between; }
    .prgDet .gift .progresses .stats div {
      color: #1f2937; }
    .prgDet .gift .progresses .label {
      color: #9ca3af;
      margin-bottom: 3px; }
    .prgDet .gift .progresses .amount {
      font-size: 18px;
      font-weight: bold; }

.support-wrapper {
  padding-top: 70px;
  padding-bottom: 120px; }
  .support-wrapper .support {
    display: flex;
    flex-direction: column; }
    .support-wrapper .support .title {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 70px; }
      .support-wrapper .support .title h4 {
        font-size: 36px;
        font-weight: 700; }
    .support-wrapper .support .form-container {
      width: 80%;
      margin: 0 auto;
      background-color: white;
      border-radius: 8px;
      display: flex;
      gap: 83px;
      margin-bottom: 60px; }
    .support-wrapper .support .info {
      width: 100%; }
    .support-wrapper .support label {
      display: block;
      font-size: 16px;
      color: #98A3AD;
      margin-bottom: 12px; }
    .support-wrapper .support select,
    .support-wrapper .support input {
      width: 100%;
      padding: 13px 23px;
      border: 1px solid #98A3AD;
      border-radius: 24px;
      font-size: 14px;
      color: #6b7280;
      box-sizing: border-box; }
    .support-wrapper .support select:focus,
    .support-wrapper .support input:focus {
      border-color: #98A3AD;
      outline: none; }
    .support-wrapper .support .input-wrapper {
      position: relative; }
    .support-wrapper .support .input-wrapper span {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      color: #313131;
      font-weight: bold;
      padding-left: 16px;
      border-left: 1px solid #98A3AD; }
    .support-wrapper .support .payment-options {
      display: flex;
      gap: 12px; }
    .support-wrapper .support .payment-option {
      flex: 1;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 12px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease; }
    .support-wrapper .support .payment-option:hover {
      border-color: #d1d5db; }
    .support-wrapper .support .payment-option.selected {
      border-color: #3b82f6;
      background-color: #eff6ff; }
    .support-wrapper .support .visa-label {
      background-color: #2563eb;
      color: white;
      font-size: 12px;
      padding: 4px 12px;
      border-radius: 4px;
      display: inline-block;
      font-weight: bold; }
    .support-wrapper .support .btn {
      margin: 0 auto;
      padding: 14px 50px;
      font-weight: 600; }

.newsCatalog .news-catalog {
  padding-top: 164px;
  padding-bottom: 120px; }
  .newsCatalog .news-catalog .cont-big {
    max-width: 1500px; }
    .newsCatalog .news-catalog .cont-big .col-lg-3 {
      height: fit-content; }
    .newsCatalog .news-catalog .cont-big .card {
      border: unset;
      margin-bottom: 50px; }
      .newsCatalog .news-catalog .cont-big .card:hover img {
        transform: scale(1.2);
        filter: brightness(0.8); }
      .newsCatalog .news-catalog .cont-big .card .img {
        border-radius: 24px;
        overflow: hidden;
        margin-bottom: 30px; }
        .newsCatalog .news-catalog .cont-big .card .img img {
          transition: all .7s ease;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 24px; }
      .newsCatalog .news-catalog .cont-big .card p {
        margin-bottom: 25px !important;
        color: #98A3AD;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 400; }
      .newsCatalog .news-catalog .cont-big .card h4 {
        padding-left: 20px;
        padding-right: 16px;
        font-size: 20px;
        font-weight: 700;
        color: #333333; }
        .newsCatalog .news-catalog .cont-big .card h4:hover {
          color: #216a8f;
          text-decoration: underline; }
  .newsCatalog .news-catalog .title {
    margin-bottom: 45px; }
    .newsCatalog .news-catalog .title h4 {
      font-size: 48px;
      font-weight: 700; }

.news-pogination {
  margin: 0 auto;
  width: fit-content;
  margin-top: 105px;
  align-items: center; }
  .news-pogination svg path {
    transition: all .3s ease; }
  .news-pogination svg:hover path {
    fill: #000000; }
  .news-pogination .circles {
    align-items: center; }
    .news-pogination .circles a {
      color: #333333;
      font-size: 20px; }
      .news-pogination .circles a.active {
        background-color: #30A1DB;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #ffffff; }

.partners-page .our-partners {
  margin-top: 120px;
  margin-bottom: 120px; }
  .partners-page .our-partners .title {
    margin-bottom: 94px; }
    .partners-page .our-partners .title h4 {
      font-size: 48px;
      font-weight: 700; }
  .partners-page .our-partners .keep {
    margin-bottom: 120px; }
    .partners-page .our-partners .keep .content .card {
      border: unset; }
      .partners-page .our-partners .keep .content .card .img {
        margin-bottom: 58px; }
        .partners-page .our-partners .keep .content .card .img img {
          width: 100%;
          height: 83px;
          object-fit: contain; }
      .partners-page .our-partners .keep .content .card p {
        margin-bottom: 12px !important;
        font-size: 18px;
        font-weight: 700;
        color: #333333; }
        .partners-page .our-partners .keep .content .card p span {
          color: #98A3AD; }
  .partners-page .our-partners .opart .content .lineTop,
  .partners-page .our-partners .opart .content .lineBottom {
    height: 1px;
    width: 89%;
    background-color: #E2EAEE;
    position: absolute;
    right: 0;
    top: 0; }
  .partners-page .our-partners .opart .content .lineBottom {
    bottom: 0;
    top: unset; }
  .partners-page .our-partners .opart .content .card {
    padding-top: 62px;
    padding-bottom: 72px;
    border: unset;
    margin-bottom: 51px;
    position: relative; }
    .partners-page .our-partners .opart .content .card .img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      .partners-page .our-partners .opart .content .card .img img {
        width: 90%; }
    .partners-page .our-partners .opart .content .card .text {
      padding: 21px 0;
      padding-left: 35px; }
      .partners-page .our-partners .opart .content .card .text p {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400; }
        .partners-page .our-partners .opart .content .card .text p span {
          font-size: 24px;
          color: #30A1DB;
          font-weight: 700;
          padding-bottom: 8px !important; }
  .partners-page .our-partners .newsform.py-5 {
    padding-top: 129px !important; }
  .partners-page .our-partners .newsform .title {
    margin-bottom: 56px; }
  .partners-page .our-partners .newsform form .col-md-8 .mb-3 {
    height: 100%; }
  .partners-page .our-partners .newsform form .form-label {
    color: #98A3AD;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px; }
  .partners-page .our-partners .newsform form .form-control {
    padding: 12px 33px;
    border-color: #98A3AD; }
  .partners-page .our-partners .newsform form textarea.form-control {
    border-radius: 24px;
    height: 83%;
    padding: 20px 49px; }
  .partners-page .our-partners .newsform .btn-outline-primary {
    padding: 14px 40px !important;
    border-radius: 24px !important;
    border-width: 2px;
    font-weight: 700;
    border-color: #00A7D8;
    color: #00A7D8; }
    .partners-page .our-partners .newsform .btn-outline-primary:hover {
      background-color: #00A7D8;
      color: #ffffff; }
.partners-page .bigtab .history ul {
  padding-left: 2rem !important; }
  .partners-page .bigtab .history ul li {
    list-style: disc; }
.partners-page .bigtab .history h4 {
  font-size: 60px; }
.partners-page .form-control:focus {
  box-shadow: unset; }
.partners-page .ml-5 {
  margin-left: 70px; }
.partners-page .insonSlider {
  width: 120%;
  padding-top: 150px;
  padding-bottom: 300px;
  position: relative; }
  .partners-page .insonSlider .card {
    width: 350px;
    border: 1px solid #333333;
    padding: 8px 8px 16px 8px;
    border-radius: 12px;
    float: right; }
    .partners-page .insonSlider .card .img {
      margin-bottom: 16px; }
      .partners-page .insonSlider .card .img img {
        width: 100%;
        border-radius: 12px; }
    .partners-page .insonSlider .card .info {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .partners-page .insonSlider .card .info .title h4 {
        font-size: 24px;
        font-weight: 600; }
      .partners-page .insonSlider .card .info p {
        font-size: 16px;
        color: #333333;
        margin-bottom: 3px !important; }
        .partners-page .insonSlider .card .info p span {
          color: #98A3AD;
          margin-right: 8px; }
      .partners-page .insonSlider .card .info h6 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 700; }
    .partners-page .insonSlider .card .btn {
      margin: 0 auto;
      margin-top: 24px; }
  .partners-page .insonSlider .bar {
    background-color: #E2EAEE;
    border-radius: 5px;
    height: 5px;
    margin-top: 10px;
    position: relative; }
    .partners-page .insonSlider .bar::after {
      content: '';
      position: absolute;
      background-color: #30A1DB;
      width: 80%;
      height: 5px;
      border-radius: 5px; }
  .partners-page .insonSlider .swiperinson-button-next {
    top: unset;
    bottom: 220px;
    right: 123px; }
    .partners-page .insonSlider .swiperinson-button-next::after {
      content: unset; }
  .partners-page .insonSlider .swiperinson-button-prev {
    top: unset;
    bottom: 220px;
    left: unset;
    right: 221px; }
    .partners-page .insonSlider .swiperinson-button-prev::after {
      content: unset; }

.brLeft {
  border-left: 1px solid #E2EAEE; }

.contact .contact-info .contact-section {
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
  align-items: center; }
.contact .contact-info .main-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2E2E2E;
  margin-bottom: 60px;
  text-align: left; }
.contact .contact-info .section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 30px; }
.contact .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
.contact .contact-info .contact-icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #00AEEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0; }
.contact .contact-info .contact-icon i {
  color: #00AEEF;
  font-size: 20px; }
.contact .contact-info .contact-text {
  color: #2E2E2E;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0; }
.contact .contact-info .divider {
  border-left: 1px solid #e0e0e0;
  height: 100%;
  min-height: 400px; }
.contact .contact-info .form-control {
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 13px 25px;
  font-size: 1rem;
  margin-bottom: 20px;
  background-color: #ffffff; }
  .contact .contact-info .form-control::placeholder {
    color: #98A3AD; }
.contact .contact-info .form-control:focus {
  border-color: #00AEEF;
  box-shadow: unset; }
.contact .contact-info .message-field {
  min-height: 120px;
  resize: vertical; }
.contact .contact-info .submit-btn {
  background-color: #00AEEF;
  border: none;
  color: white;
  padding: 14px 50px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 20px auto 0; }
.contact .contact-info .submit-btn:hover {
  background-color: #0099d4; }
.contact .contact-info .left-column {
  padding-right: 40px; }
.contact .contact-info .right-column {
  padding-left: 40px; }

.contact .map {
  padding-bottom: 80px; }

.newsform.py-5 {
  padding-top: 129px !important; }
.newsform .title {
  margin-bottom: 56px; }
.newsform form .col-md-8 .mb-3 {
  height: 100%; }
.newsform form .form-label {
  color: #98A3AD;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px; }
.newsform form .form-control {
  padding: 12px 33px;
  border-color: #98A3AD; }
.newsform form textarea.form-control {
  border-radius: 24px;
  height: 83%;
  padding: 20px 49px; }
.newsform .btn-outline-primary {
  padding: 14px 40px !important;
  border-radius: 24px !important;
  border-width: 2px;
  font-weight: 700;
  border-color: #00A7D8;
  color: #00A7D8; }
  .newsform .btn-outline-primary:hover {
    background-color: #00A7D8;
    color: #ffffff; }

.graduates .organ .title {
  margin-bottom: 60px; }
  .graduates .organ .title h4 {
    font-size: 60px;
    font-weight: 700; }
.graduates .organ .row {
  width: 100%; }
  .graduates .organ .row .card {
    border: unset; }
    .graduates .organ .row .card img {
      height: 380px;
      object-fit: cover;
      border-radius: 24px;
      margin-bottom: 47px; }
    .graduates .organ .row .card .name {
      margin-bottom: 122px; }
      .graduates .organ .row .card .name h4 {
        font-size: 30px;
        font-weight: 700; }
      .graduates .organ .row .card .name p {
        font-size: 24px;
        font-weight: 400; }

.request .newsform {
  padding-bottom: 120px !important; }
  .request .newsform .title h4 {
    font-size: 36px;
    font-weight: 700; }
  .request .newsform form .file-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 33px;
    font-family: sans-serif; }
  .request .newsform form .file-upload-wrapper input[type="file"] {
    display: none; }
  .request .newsform form .file-upload-label {
    padding: 12px 33px;
    border: 1px solid #98A3AD;
    border-radius: 24px;
    color: #30A1DB;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s; }
  .request .newsform form .file-name {
    font-size: 14px;
    color: #98A3AD; }
  .request .newsform form .form-control:focus {
    box-shadow: unset; }

.ben-page .programs .container-fluid {
  padding: 0px 30px; }
  .ben-page .programs .container-fluid .title {
    margin-bottom: 120px; }
    .ben-page .programs .container-fluid .title h4 {
      font-size: 60px; }
    .ben-page .programs .container-fluid .title p {
      margin-top: 64px !important;
      font-size: 28px;
      width: 48%;
      margin: 0 auto; }
  .ben-page .programs .container-fluid .content .col-lg-4 {
    height: fit-content; }
    .ben-page .programs .container-fluid .content .col-lg-4 .card {
      gap: unset;
      margin-bottom: 98px; }
      .ben-page .programs .container-fluid .content .col-lg-4 .card img {
        margin-bottom: 47px;
        height: 380px;
        object-fit: cover; }
      .ben-page .programs .container-fluid .content .col-lg-4 .card h4 {
        margin-bottom: 32px;
        font-size: 30px;
        font-weight: 700; }
      .ben-page .programs .container-fluid .content .col-lg-4 .card p {
        font-size: 24px;
        font-weight: 400;
        padding: unset;
        margin-bottom: 16px !important; }
      .ben-page .programs .container-fluid .content .col-lg-4 .card a {
        margin-top: 17px;
        padding: 5px 32px;
        color: #00A3E0;
        border-color: #00A3E0;
        font-size: 24px;
        border-radius: 24px; }
        .ben-page .programs .container-fluid .content .col-lg-4 .card a:hover {
          background-color: #00A3E0;
          color: #ffffff; }

.benDet .wrapper {
  border: unset; }
  .benDet .wrapper .info {
    gap: 22px; }
    .benDet .wrapper .info .text p {
      width: 100%;
      font-weight: 700;
      font-size: 24px; }
    .benDet .wrapper .info .text span {
      font-size: 24px;
      width: 60%;
      font-weight: 400;
      display: block; }
  .benDet .wrapper .giftbg img {
    position: relative;
    width: 100%;
    height: 400px;
    top: unset !important;
    border-radius: 24px; }

.benDet .payment {
  margin-bottom: 120px; }
  .benDet .payment .content {
    padding-top: 97px;
    border-top: 2px solid #E2EAEE; }
    .benDet .payment .content .title {
      margin-bottom: 96px; }
      .benDet .payment .content .title h4 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 16px !important; }
      .benDet .payment .content .title p {
        font-size: 20px; }
    .benDet .payment .content .card-wrapper {
      flex-wrap: wrap;
      gap: 30px;
      justify-content: space-evenly; }
      .benDet .payment .content .card-wrapper .card {
        border-radius: 24px;
        padding: 16px 25px;
        transition: all .3s ease; }
        .benDet .payment .content .card-wrapper .card:hover {
          border-color: #00A3E0; }
        .benDet .payment .content .card-wrapper .card img {
          width: 100%;
          height: 56px;
          object-fit: contain;
          margin-bottom: 16px; }
        .benDet .payment .content .card-wrapper .card .date {
          width: 100%;
          justify-content: space-between; }
          .benDet .payment .content .card-wrapper .card .date p {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 16px !important; }
        .benDet .payment .content .card-wrapper .card p {
          font-size: 16px;
          font-weight: 500; }

.beneficiary .get-help {
  padding-top: 120px;
  padding-bottom: 136px;
  background: #78d2ff;
  background: linear-gradient(180deg, #78d2ff 0%, white 100%);
  position: relative;
  /* Адаптивность */ }
  .beneficiary .get-help .decorative-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1; }
  .beneficiary .get-help .decorative-bg::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 3px solid #FFD54F;
    border-radius: 50% 30% 50% 30%;
    transform: rotate(45deg); }
  .beneficiary .get-help .decorative-bg::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 100px;
    width: 150px;
    height: 150px;
    background: transparent;
    border: 2px solid #FFB74D;
    border-radius: 30% 50% 30% 50%;
    transform: rotate(-30deg); }
  .beneficiary .get-help .container {
    position: relative;
    z-index: 2; }
  .beneficiary .get-help .form-section {
    max-width: 100%; }
  .beneficiary .get-help .subtitle {
    color: #4a4a4a;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 43px; }
  .beneficiary .get-help .main-title {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 60px;
    color: #333333;
    margin-bottom: 56px; }
  .beneficiary .get-help .description {
    color: #333333;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 100px !important;
    line-height: 1.5; }
  .beneficiary .get-help .form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px 33px;
    margin-bottom: 50px; }
  .beneficiary .get-help .form-field {
    position: relative; }
  .beneficiary .get-help .field-label {
    display: block;
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 14px; }
  .beneficiary .get-help .form-input {
    width: 100%;
    padding: 15px 18px;
    background: transparent;
    border: 1px solid #233137;
    border-radius: 25px;
    font-size: 14px;
    color: #000000;
    outline: none;
    transition: all 0.3s ease; }
  .beneficiary .get-help .form-input:focus {
    background: rgba(227, 242, 253, 0.6);
    border-color: #00AEEF; }
  .beneficiary .get-help .form-input::placeholder {
    color: #767676;
    font-size: 16px; }
  .beneficiary .get-help .form-select {
    width: 100%;
    padding: 15px 18px;
    background: transparent;
    border: 1px solid #233137;
    border-radius: 25px;
    font-size: 16px;
    color: #767676;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 45px; }
  .beneficiary .get-help .form-select:focus {
    background-color: rgba(227, 242, 253, 0.6);
    border-color: #00AEEF; }
  .beneficiary .get-help .submit-btn {
    display: block;
    margin: 0 auto;
    padding: 15px 77px;
    background: transparent;
    border: 2px solid #00AEEF;
    border-radius: 30px;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease; }
  .beneficiary .get-help .submit-btn:hover {
    background: #00AEEF;
    color: white; }
  @media (max-width: 768px) {
    .beneficiary .get-help .container {
      padding: 40px 20px; }
    .beneficiary .get-help .main-title {
      font-size: 36px; }
    .beneficiary .get-help .form-grid {
      grid-template-columns: 1fr;
      gap: 15px; }
    .beneficiary .get-help .decorative-bg {
      display: none; } }
  @media (max-width: 992px) and (min-width: 769px) {
    .beneficiary .get-help .form-grid {
      grid-template-columns: repeat(2, 1fr); } }
.beneficiary .questions {
  padding-bottom: 120px; }
  .beneficiary .questions .accordion {
    position: relative; }
  .beneficiary .questions .accordion-button:focus {
    box-shadow: unset;
    border-color: unset; }
  .beneficiary .questions .accordion-button {
    font-size: 23px;
    font-weight: 700;
    color: #333333;
    border-color: #D6D6D6 !important; }
  .beneficiary .questions .accordion-button {
    padding-bottom: 27px;
    padding-top: 20px;
    padding-left: 0; }
  .beneficiary .questions .accordion-item {
    border-bottom: 1px solid #D6D6D6 !important; }
  .beneficiary .questions .accordion-body {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 34px; }
    .beneficiary .questions .accordion-body p {
      font-size: 20px;
      color: #727272; }
  .beneficiary .questions .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    background-color: #30a1db3b; }
  .beneficiary .questions .accordion-button::after {
    transform: rotate(270deg);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #EDEDED;
    position: relative;
    background-position: center;
    background-size: 0.7rem; }
  .beneficiary .questions .accordion-button:not(.collapsed) {
    color: #333333;
    background-color: transparent;
    box-shadow: unset;
    border-bottom: unset; }
  .beneficiary .questions .accordion-item {
    border: unset; }
  .beneficiary .questions .have-question {
    background-color: rgba(48, 161, 219, 0.5);
    border-radius: 24px;
    padding: 72px 52px;
    margin-right: 26px;
    margin-top: 20px; }
    .beneficiary .questions .have-question h4 {
      color: #2E4049;
      font-size: 52px;
      font-weight: 700;
      margin-bottom: 24px !important; }
    .beneficiary .questions .have-question p {
      color: #2E4049;
      font-size: 25px;
      margin-bottom: 28px !important; }
    .beneficiary .questions .have-question .btn.help {
      padding: 18px 37px;
      border-radius: 34px; }
.beneficiary .video-slider {
  position: relative;
  padding-bottom: 216px;
  overflow-x: hidden; }
  .beneficiary .video-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .beneficiary .video-slider .swiper-slide {
    width: 80%; }
  .beneficiary .video-slider .swiper-slide img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
    cursor: pointer; }
  .beneficiary .video-slider .title h4 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 48px !important; }
  .beneficiary .video-slider .title p {
    font-size: 28px;
    margin-bottom: 96px !important;
    font-style: italic; }
.beneficiary .swiper-video-next::after,
.beneficiary .swiper-video-prev::after {
  content: unset; }
.beneficiary .swiper-video-next {
  top: unset;
  bottom: 3%;
  width: 60px;
  right: 124px;
  left: unset; }
.beneficiary .swiper-video-prev {
  top: unset;
  bottom: 3%;
  width: 60px;
  right: 222px;
  left: unset; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.popWrapper .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
  padding: 20px;
  box-sizing: border-box; }
  .popWrapper .popup .popup-content {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6); }
  .popWrapper .popup .close {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 100; }
  .popWrapper .popup .close:hover {
    color: red; }
  .popWrapper .popup iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block; }

.myVideoSwiper {
  width: 123.5%;
  height: 653px; }
  .myVideoSwiper .img {
    position: relative;
    height: 100%;
    transition: all 0.3s ease; }
    .myVideoSwiper .img img {
      width: 100%;
      border-radius: 30px !important;
      transition: all 0.3s ease !important;
      filter: brightness(1); }
    .myVideoSwiper .img .play {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none; }
      .myVideoSwiper .img .play h4 {
        font-size: 60px;
        color: #ffffff;
        font-weight: 600; }
    .myVideoSwiper .img:hover .play {
      opacity: 1; }
    .myVideoSwiper .img:hover img {
      filter: brightness(0.5); }

#universalModal {
  background-color: rgba(0, 0, 0, 0.55) !important; }
  #universalModal .modal-dialog {
    position: unset; }
  #universalModal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: unset; }
  #universalModal .modal-body {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 90vh;
    overflow: hidden; }
    #universalModal .modal-body iframe {
      max-width: 100%;
      max-height: 90vh;
      border-radius: 10px; }
    #universalModal .modal-body img {
      width: 70%;
      height: 100%;
      object-fit: cover; }
  #universalModal .modal-header {
    opacity: 0; }
  #universalModal .btn-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9999;
    transition: all .5s ease;
    filter: invert(1); }

.modal.show .modal-content .btn-close {
  opacity: 1;
  visibility: visible; }
.modal .modal-content .btn-close {
  opacity: 0;
  transition: 5s ease;
  visibility: hidden; }

.random-bloxs .content .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 320px;
  border-radius: 0px;
  padding: 0;
  border: 0; }
  .random-bloxs .content .card a {
    display: block;
    height: 100%; }
  .random-bloxs .content .card svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease; }
  .random-bloxs .content .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease; }
  .random-bloxs .content .card:hover img {
    filter: brightness(0.5); }
  .random-bloxs .content .card:hover svg {
    opacity: 1; }
  .random-bloxs .content .card.info {
    background-color: #00204A;
    padding: 58px 72px 85px 127px; }
    .random-bloxs .content .card.info h4 {
      color: #FAFAFA;
      font-size: 48px;
      margin-bottom: 21px;
      font-weight: 600; }
    .random-bloxs .content .card.info p {
      font-size: 16px;
      color: #ffffff; }
      .random-bloxs .content .card.info p span {
        display: block;
        color: #30A1DB;
        font-size: 14px;
        margin-bottom: 14px !important; }
  .random-bloxs .content .card.img {
    padding: 0; }
  .random-bloxs .content .card.text {
    background-color: #F50100;
    padding: 65px 32px;
    justify-content: flex-end;
    gap: 23px; }
    .random-bloxs .content .card.text p {
      color: #f4f4f4;
      font-size: 14px; }
    .random-bloxs .content .card.text a {
      display: flex;
      gap: 8px;
      color: #000000;
      justify-content: flex-end;
      height: unset;
      font-style: italic; }
      .random-bloxs .content .card.text a svg {
        opacity: 1;
        position: relative;
        top: unset;
        left: unset; }
      .random-bloxs .content .card.text a:hover {
        text-decoration: underline !important; }

.insonPage .video-slider {
  padding-top: 120px; }
.insonPage .insonUchun {
  overflow: hidden; }
  .insonPage .insonUchun .history {
    border-top: 1px solid #E2EAEE;
    margin-top: 100px;
    padding-top: 37px; }
    .insonPage .insonUchun .history .info h4 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 67px; }
    .insonPage .insonUchun .history .info p {
      font-size: 20px;
      font-weight: 400;
      color: #233137; }
      .insonPage .insonUchun .history .info p span {
        display: block;
        margin-top: 27px;
        margin-bottom: 40px;
        color: #767676; }
    .insonPage .insonUchun .history .info .little {
      font-size: 16px; }
    .insonPage .insonUchun .history .img img {
      position: absolute;
      width: 576px;
      height: 660px;
      top: 20px;
      object-fit: cover;
      border-radius: 24px 0 0 24px;
      right: 0;
      z-index: -1; }
  .insonPage .insonUchun .history ul {
    padding-left: 2rem !important; }
    .insonPage .insonUchun .history ul li {
      list-style: disc; }
  .insonPage .insonUchun .history h4 {
    font-size: 60px; }
  .insonPage .insonUchun .insonSlider {
    width: 120%;
    padding-top: 150px;
    padding-bottom: 300px;
    position: relative; }
    .insonPage .insonUchun .insonSlider .card {
      width: 350px;
      border: 1px solid #333333;
      padding: 8px 8px 16px 8px;
      border-radius: 12px;
      float: right; }
      .insonPage .insonUchun .insonSlider .card .img {
        margin-bottom: 16px; }
        .insonPage .insonUchun .insonSlider .card .img img {
          width: 100%;
          border-radius: 12px; }
      .insonPage .insonUchun .insonSlider .card .info {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .insonPage .insonUchun .insonSlider .card .info .title h4 {
          font-size: 24px;
          font-weight: 600; }
        .insonPage .insonUchun .insonSlider .card .info p {
          font-size: 16px;
          color: #333333;
          margin-bottom: 3px !important; }
          .insonPage .insonUchun .insonSlider .card .info p span {
            color: #98A3AD;
            margin-right: 8px; }
        .insonPage .insonUchun .insonSlider .card .info h6 {
          margin-bottom: 0;
          font-size: 18px;
          font-weight: 700; }
      .insonPage .insonUchun .insonSlider .card .btn {
        margin: 0 auto;
        margin-top: 24px; }
    .insonPage .insonUchun .insonSlider .bar {
      background-color: #E2EAEE;
      border-radius: 5px;
      height: 5px;
      margin-top: 10px;
      position: relative; }
      .insonPage .insonUchun .insonSlider .bar::after {
        content: '';
        position: absolute;
        background-color: #30A1DB;
        width: 80%;
        height: 5px;
        border-radius: 5px; }
    .insonPage .insonUchun .insonSlider .swiperinson-button-next {
      top: unset;
      bottom: 220px;
      right: 123px; }
      .insonPage .insonUchun .insonSlider .swiperinson-button-next::after {
        content: unset; }
    .insonPage .insonUchun .insonSlider .swiperinson-button-prev {
      top: unset;
      bottom: 220px;
      left: unset;
      right: 221px; }
      .insonPage .insonUchun .insonSlider .swiperinson-button-prev::after {
        content: unset; }
.insonPage .insonSlider {
  padding-bottom: 176px !important; }
  .insonPage .insonSlider .swiperinson-button-next {
    bottom: 80px !important; }
  .insonPage .insonSlider .swiperinson-button-prev {
    bottom: 80px !important; }

.home-page .second-nav {
  display: none; }
.home-page .third-nav {
  display: none !important; }

@media (max-width: 1570px) {
  .prgDet .gift .info {
    padding-right: 80px; } }
@media (max-width: 1400px) {
  .prgDet .gift .info {
    padding-right: 120px; }

  .pay {
    height: 100%; }
    .pay .wrapper .row .col-lg-6 {
      flex-direction: column;
      gap: 20px;
      height: unset; }
    .pay .payment {
      padding: 10px 0;
      align-items: center; }
    .pay .dropdown {
      width: 100%; }
    .pay form {
      width: 100%; }
    .pay form .summ {
      width: 100%; }

  .banner .myBannerSwiper .line {
    display: none; }

  .bigtab .nav {
    gap: 10px; }

  .bigtab .teams .container-fluid {
    width: 100%;
    left: 0; }

  .bigtab .teams .content .card img {
    width: 100%;
    object-fit: cover; }

  .partners-page .insonSlider {
    width: 100%; }

  .history .col-lg-7 {
    padding-right: 40px; } }
@media (max-width: 1200px) {
  .insonPage .insonUchun .history .img img {
    position: relative; }

  .history .col-lg-7 {
    padding-right: 100px; }

  .prgDet .gift .info {
    padding-right: 0px; }

  .random-bloxs .content .card.info {
    padding: 20px; }

  .prgDet .gift {
    overflow: hidden; }

  .prgDet .gift .wrapper .giftbg img {
    top: 0px;
    position: relative; }

  .support-wrapper .support .form-container {
    width: 100%;
    gap: 30px; }

  .gift .wrapper .info .title h4 {
    font-size: 32px; }

  .benDet .wrapper .info .text span {
    font-size: 20px; }

  .ben-page .programs .container-fluid .title p {
    width: 100%; }

  .benDet .wrapper .info .text p {
    font-size: 20px; }

  .partners-page .insonSlider .card {
    width: 100%; }

  header nav .first-nav {
    display: none !important; }

  .bigtab .teams .title p {
    width: 100%; }

  .banner .myBannerSwiper .content .title p {
    width: 60%; }

  .partners .row {
    gap: 30px; }

  .navBottom {
    padding-top: 164px; }

  .programsSlider .row {
    flex-direction: column; }
    .programsSlider .row .col-lg-4 {
      width: 70%; }
      .programsSlider .row .col-lg-4 .info {
        margin-bottom: 30px; }

  .programs .wrapper .swiper-button-next {
    right: 35% !important;
    transform: translateX(-35%);
    bottom: -11px !important; }

  .programs .wrapper .swiper-pagination {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset !important;
    bottom: unset !important; }

  .programs .wrapper .swiper-button-prev {
    left: 38% !important;
    transform: translateX(-38%);
    bottom: -11px !important; }

  .news .card {
    flex-direction: column; }
    .news .card .img {
      padding-top: 25px; }
      .news .card .img img {
        width: 100%; }
    .news .card .info h4 {
      margin-top: 10px; }

  .news .card .date {
    right: 44px; }

  .bigtab .history .row {
    flex-wrap: wrap; }
    .bigtab .history .row .img img {
      position: relative;
      top: unset; }

  .bigtab .history.position-relative .row {
    flex-wrap: wrap; }

  .bigtab .history.position-relative .info {
    padding-bottom: 50px; }

  .bigtab .history.position-relative .col-lg-5 .img img {
    top: unset; }

  .bigtab .howwework .card {
    flex-direction: column;
    border: unset;
    padding: 25px; } }
@media (min-width: 992px) {
  .row > .col-lg-3:nth-last-child(-n+3) .card {
    margin-bottom: 0 !important; }

  .row > .col-lg-4:nth-last-child(-n+3) .card {
    margin-bottom: 0 !important; } }
@media (max-width: 992px) {
  .history .col-lg-7 {
    padding-right: 0px; }

  .insonPage .insonUchun .history .img img {
    width: 100%;
    height: 400px;
    top: 0px;
    border-radius: 24px; }

  .insonPage .insonUchun .history .info h4 {
    font-size: 32px; }

  .insonPage .insonUchun .history .row {
    gap: 30px; }

  .insonPage .insonUchun .history {
    margin-top: 0px; }

  .support-wrapper .support .form-container {
    flex-direction: column; }

  .bigtab .nav .nav-link {
    padding-bottom: 13px; }

  .prgDet .gift .wrapper .giftbg img {
    top: 0px;
    position: relative;
    height: 350px;
    object-fit: cover; }

  .prgDet .gift .progresses {
    width: 100%; }

  .bigtab .history .row {
    gap: 30px; }
    .bigtab .history .row .img img {
      position: relative;
      top: unset;
      height: 400px;
      width: 100%;
      border-radius: 24px; }

  .our-partners .content .row {
    gap: 30px 0; }

  .partners-page .our-partners .opart .content .card {
    padding-top: 13px;
    padding-bottom: 13px; }

  .partners-page .our-partners .opart .content .card .img img {
    height: 150px;
    object-fit: contain; }

  .second-nav .mobile-menu-btn {
    justify-content: center; }

  .bigtab .mission .text-group p {
    line-height: unset; }

  .bigtab .mission .text-group .text-big {
    font-size: 36px;
    margin-bottom: 0px !important; }

  .bigtab .mission .text-group .text-middle {
    margin-bottom: 0px !important; }

  .bigtab .mission .text-group .text-mini {
    font-size: 36px;
    margin-bottom: 0px !important; }

  .bigtab .mission .text-group .text-middle-big {
    font-size: 36px; }

  .bigtab .mission .text-group .text-mini-all {
    font-size: 36px;
    font-weight: 700; }

  .home-page .second-nav {
    display: flex; }

  .navBottom {
    padding-top: 101px; }

  .partners .row {
    gap: 30px 0; }

  .mb64 {
    margin-bottom: unset !important; }

  .status .row {
    gap: 30px; }

  .title-details {
    margin-bottom: 54px;
    display: flex;
    flex-direction: column;
    gap: 10px; }

  .news .row {
    gap: 30px; }

  .partners-page .bigtab .history h4 {
    font-size: 32px; }

  footer .footer-info .pl50 {
    padding-left: 0px; }

  .gift .wrapper .giftbg img {
    position: relative;
    border-radius: 24px;
    width: 100%;
    top: unset;
    margin-top: 50px; }

  .gift {
    padding: 80px 0;
    position: relative; }

  .programs {
    padding-top: 80px;
    padding-bottom: 80px; }

  .pay .wrapper .row .col-lg-6 {
    flex-direction: row; }

  .pay .row {
    gap: 20px; }

  .welcome {
    flex-direction: column;
    padding-top: 101px; }
    .welcome .welcome-choose img {
      height: 33.33333vh; }

  .teams .content .row {
    gap: 30px 0; }

  .organ .row {
    gap: 30px 0; }

  .newsCatalog .news-catalog .cont-big {
    max-width: 720px; } }
@media (max-width: 768px) {
  .insonPage .insonUchun .history .info h4 {
    margin-bottom: 30px; }

  .insonPage .insonUchun .insonSlider {
    width: 100%; }

  .newsCatalog .news-catalog .cont-big {
    max-width: 540px; }

  .beneficiary .questions .have-question {
    padding: 41px 30px;
    margin-right: 0px;
    margin-bottom: 30px; }

  .beneficiary .video-slider {
    padding-bottom: 118px; }

  .myVideoSwiper .img .play {
    gap: 0px; }

  .insonPage .insonUchun .insonSlider .card {
    width: 100%; }

  .myVideoSwiper .img .play svg {
    width: 40px; }

  .myVideoSwiper .img .play h4 {
    font-size: 40px; }

  .insonPage .insonUchun .insonSlider .card .img img {
    height: 350px;
    object-fit: cover; }

  .random-bloxs .content .card {
    height: 271px; }

  .random-bloxs .content .card.info h4 {
    font-size: 32px;
    padding-top: 20px; }

  .beneficiary .get-help .description {
    font-size: 20px;
    margin-bottom: 43px !important;
    line-height: 1.5; }

  .beneficiary .main-title {
    text-align: left;
    margin-bottom: 10px !important; }

  .beneficiary .get-help .subtitle {
    margin-bottom: 10px; }

  .myVideoSwiper {
    height: 300px; }

  .beneficiary .video-slider .title h4 {
    font-size: 32px;
    margin-bottom: 15px !important; }

  .beneficiary .video-slider .title p {
    font-size: 24px;
    margin-bottom: 47px !important;
    font-style: italic; }

  .newsCatalog .news-catalog .cont-big .card .img img {
    height: 320px; }

  .beneficiary .questions .have-question h4 {
    font-size: 40px; }

  .beneficiary .questions .have-question p {
    font-size: 22px; }

  .beneficiary .get-help {
    padding-top: 30px;
    padding-bottom: 30px; }

  .newsCatalog .news-catalog .cont-big .card h4 {
    font-size: 18px; }

  .newsCatalog .news-catalog .title h4 {
    font-size: 32px;
    font-weight: 700; }

  .newsCatalog .news-catalog .cont-big .card p {
    margin-bottom: 10px !important; }

  .newsCatalog .news-catalog {
    padding-top: 54px;
    padding-bottom: 110px; }

  .newsCatalog .news-catalog .cont-big .card .img {
    margin-bottom: 15px; }

  .graduates .organ .row .card img {
    height: 290px;
    margin-bottom: 10px; }

  .contact .contact-info .main-title {
    font-size: 32px; }

  .contact .contact-info .right-column {
    padding-left: 0px; }

  .graduates .organ .title h4 {
    font-size: 32px;
    font-weight: 700; }

  .contact .contact-info .contact-section {
    padding-top: 50px; }

  .contact .map iframe {
    height: 400px; }

  .graduates .organ .row .card .name h4 {
    font-size: 22px; }

  .graduates .organ .row .card .name p {
    font-size: 20px; }

  .request .newsform .title h4 {
    margin-top: 40px; }

  .request .newsform form .file-upload-wrapper {
    flex-direction: column; }

  .request .newsform form .file-upload-label {
    width: 100%; }

  .graduates .organ .row .card .name {
    margin-bottom: 0px; }

  .support-wrapper .support .title {
    width: 100%; }

  .benDet .payment .content .title h4 {
    font-size: 32px; }

  .benDet .wrapper .info .text {
    flex-direction: column; }

  .benDet .wrapper .info .text span {
    width: 100%; }

  .support-wrapper .support .title {
    margin-bottom: 20px; }

  .benDet .payment .content .card-wrapper .card {
    width: fit-content; }

  .support-wrapper .support .title h4 {
    font-size: 32px; }

  .benDet .payment .content .card-wrapper .card .date {
    gap: 10px; }

  .ben-page .programs .container-fluid .title h4 {
    font-size: 32px; }

  .ben-page .programs .container-fluid .title p {
    font-size: 20px;
    margin-top: 20px !important; }

  .ben-page .programs .container-fluid .content .col-lg-4 .card p {
    margin-bottom: 5px !important;
    font-size: 18px; }

  .ben-page .programs .container-fluid .content .col-lg-4 .card h4 {
    margin-bottom: 13px; }

  .ben-page .programs .container-fluid .content .col-lg-4 .card img {
    margin-bottom: 10px; }

  .ben-page .programs .container-fluid .title {
    margin-bottom: 60px; }

  .partners-page .our-partners .keep .content .card .img {
    margin-bottom: 10px; }

  .partners-page .our-partners .title h4 {
    font-size: 32px; }

  .partners-page .our-partners .title {
    margin-bottom: 50px; }

  .partners-page .our-partners .keep {
    margin-bottom: 70px; }

  .partners-page .our-partners .opart .content .card .text {
    padding-left: 0px; }

  .our-partners .content .row {
    gap: 30px 0; }

  .news-pogination.gap-5 {
    gap: 10px !important; }
    .news-pogination.gap-5 .circles.gap-4 {
      gap: 10px !important; }
    .news-pogination.gap-5 .arrow svg {
      width: 50px; }

  .partners-page .our-partners {
    margin-bottom: 20px; }

  .partners-page .our-partners .opart .content .card .img img {
    height: 120px; }

  .partners-page .ml-5 {
    margin-left: 0; }

  .bigtab .organ .title {
    margin-bottom: 40px; }

  .bigtab .reporting .content .info .card {
    flex-direction: column;
    gap: 9px; }

  .bigtab .reporting .content .info .card .name {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c6ca; }

  .bigtab .reporting .content .title h4 {
    font-size: 32px; }

  .bigtab .reporting .content {
    margin-top: 70px; }

  .bigtab .organ {
    margin-top: 50px; }

  .bigtab .organ .cantent {
    flex-direction: column; }

  .bigtab .organ .title h4 {
    font-size: 38px; }

  .bigtab .organ .mb120 {
    margin-bottom: 40px; }

  .bigtab .organ .cantent h5 {
    margin-bottom: 0px; }

  .bigtab .mission .text-group p {
    line-height: unset; }

  .bigtab .mission .text-group .text-big {
    font-size: 24px; }

  .bigtab .mission .text-group .text-mini {
    font-size: 24px; }

  .bigtab .mission .text-group .text-middle-big {
    font-size: 24px; }

  .bigtab .mission .text-group .text-middle {
    font-size: 24px; }

  .bigtab .mission .text-group .text-mini span {
    font-size: 24px; }

  .bigtab .mission {
    margin-top: 50px;
    margin-bottom: 50px; }

  .bigtab .mission .text-group .text-mini-all {
    font-size: 24px; }

  .bigtab .history {
    border-top: unset;
    margin-top: 0px; }

  .bigtab .history .info h4 {
    font-size: 32px;
    margin-bottom: 20px; }

  .bigtab .teams .content .card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 16px; }

  .bigtab .teams .title {
    margin-bottom: 50px; }

  .bigtab .howwework h4 {
    font-size: 32px;
    margin-bottom: 30px; }

  .bigtab .teams .content .card .name h4 {
    font-size: 22px; }

  .bigtab .teams .content .card .name p {
    font-size: 20px; }

  .bigtab .teams .title h4 {
    font-size: 32px;
    margin-bottom: 20px; }
  .bigtab .teams .title p {
    width: 100%;
    font-size: 20px; }

  .gift {
    padding: 50px 0; }

  .programs {
    padding-top: 50px;
    padding-bottom: 50px; }

  .status {
    padding: 70px 0; }

  .map .menu-container {
    width: 100%;
    position: relative !important; }

  .gift .wrapper .info .title h4 {
    font-size: 32px; }

  .prgDet .gift {
    padding-top: 30px; }

  .support-wrapper {
    padding-top: 30px;
    padding-bottom: 40px; }

  .gift .wrapper .info .title h4 {
    margin-bottom: 0px; }

  .gift .wrapper .giftbg img {
    height: 300px; }

  .pay .wrapper {
    padding: 40px; }

  .pay .wrapper .row .col-lg-6 {
    flex-direction: column; }

  footer .footer-info .subfooter .subfooter__info .conf {
    gap: 3px;
    display: flex;
    flex-direction: column; }

  footer .subfooter__info {
    align-items: center; }

  .partners .partner {
    text-align: center; }

  .programsSlider .row .col-lg-4 {
    width: 100%; }

  .programs .wrapper .row .info h4 {
    font-size: 40px; }

  .divider {
    display: none; }

  .title-details h3 {
    font-size: 40px; }

  .banner .nalo {
    display: none; }

  .banner .myBannerSwiper .custom-pagination {
    bottom: 86px;
    right: 85px; }

  .banner .myBannerSwiper .content .title p {
    width: 100%; }
    .banner .myBannerSwiper .content .title p br {
      display: none; }

  .banner .myBannerSwiper .content .title h1 {
    font-size: 48px;
    margin-bottom: 20px !important; }

  .banner .myBannerSwiper .content {
    height: 480px; }

  .left-column,
  .right-column {
    padding-left: 15px;
    padding-right: 15px; }

  .main-title {
    text-align: center;
    margin-bottom: 40px; }

  .programs .wrapper .swiper-button-next {
    right: 25% !important; }

  .programs .wrapper .swiper-button-prev {
    left: 28% !important; }

  .donate-wrapper {
    padding: 40px 0; }

  .news .card img {
    height: 200px; }

  .map-wrapper .map {
    display: flex;
    flex-direction: column-reverse; }
    .map-wrapper .map .container {
      max-width: 100%; }
      .map-wrapper .map .container .menu-container {
        height: 400px; }
    .map-wrapper .map iframe {
      height: 400px; }

  .second-nav .mobile-menu-btn {
    justify-content: center; }

  .programs .content .card {
    gap: 16px; }

  header nav .second-nav .logo img {
    width: 105.55px;
    height: 48px;
    object-fit: contain; }

  .programs .title h4 {
    font-size: 32px; }

  .navBottom {
    padding-top: 81px; }

  .welcome {
    padding-top: 81px; }
    .welcome .welcome-choose p {
      font-size: 44px; }

  .bigtab .docs .title h4 {
    font-size: 32px; }

  .bigtab .docs .content .card .name h4 {
    font-size: 20px; }

  .insonPage .insonSlider {
    padding-bottom: 120px !important; }

  .partners {
    padding: 0; }

  .insonPage .insonSlider .swiperinson-button-next {
    bottom: 43px !important; }

  .insonPage .insonSlider .swiperinson-button-prev {
    bottom: 43px !important; } }
@media (max-width: 500px) {
  .partners-page .insonSlider .card .img img {
    height: 250px;
    object-fit: cover; }

  .myVideoSwiper .img .play h4 {
    font-size: 30px; }

  .news-pogination.gap-5 {
    gap: 10px !important;
    justify-content: center; }

  .partners-page .insonSlider .swiperinson-button-next {
    bottom: 60px; }

  .partners-page .insonSlider .swiperinson-button-prev {
    bottom: 60px; }

  .partners-page .insonSlider {
    padding-bottom: 150px; }

  .bigtab .reporting .content .info .card .name {
    gap: 13px; }

  .bigtab .reporting .content .info .card .name p {
    font-size: 16px; }

  .bigtab .reporting .content .info .card .download {
    gap: 11px; }

  .bigtab .nav {
    flex-direction: column !important;
    align-items: center; }

  .bigtab .nav .nav-link {
    padding-bottom: 10px; }

  .bigtab .docs .title h4 {
    font-size: 30px;
    text-align: center; }

  .bigtab .organ .title h4 {
    font-size: 30px;
    text-align: center; }

  .welcome .welcome-choose p {
    font-size: 30px; }

  .banner .myBannerSwiper .content {
    height: 555px;
    justify-content: unset;
    padding-top: 50px; }

  .banner .banner-img {
    height: 100%; }

  .title-details h3 {
    font-size: 28px; }

  footer .subfooter__info {
    flex-direction: column;
    gap: 20px;
    text-align: center; }

  .programs .wrapper .swiper-button-next {
    right: 22% !important; }

  .programs .wrapper .swiper-button-prev {
    left: 25% !important; }

  .pay .wrapper {
    padding: 40px 0; } }
@media (max-width: 425px) {
  .prgDet .gift .progresses .amount {
    font-size: 14px; }

  .prgDet .gift .info p {
    font-size: 16px; }

  .prgDet .gift .progresses .title {
    font-size: 18px; }

  .banner .myBannerSwiper .content {
    height: 600px; }

  .prgDet .gift .progresses {
    padding: 12px 18px; }

  .dropdown__filter {
    padding: 12px; }

  .pay form .summ {
    padding: 11px;
    padding-left: 33px; }

  .pay .payment {
    flex-direction: column; }

  .programs .wrapper .swiper-button-next {
    right: 12% !important; }

  .programs .wrapper .swiper-button-prev {
    left: 19% !important; } }

.main-content.projects-blog.news-blog .img-div img {
    width: 100%;
}

.main-content.projects-blog.news-blog .hashtags {
    display: flex;
    align-items: center;
}

.main-content.projects-blog.news-blog {
    margin-bottom: 60px;
}

.main-content.projects-blog.news-blog .heading {
    text-align: start;
    margin-bottom: 30px;
}

.main-content.projects-blog.news-blog .hashtags {
    margin-bottom: 40px;
}

.main-content.projects-blog.news-blog .hashtags.bottom {
    margin-bottom: 50px;
}

.main-content.projects-blog.news-blog .hashtags .hesh {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #959595;
    background: #F8F8F8;
    border-radius: 2px;
    padding: 5px 10px;
    margin-right: 15px;
}

.main-content.projects-blog.news-blog .hashtags.bottom .hesh {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #959595;
    background: transparent;
    border-radius: 2px;
    padding: 0 2px;
    margin-right: 0;
}

.main-content.projects-blog.news-blog .hashtags .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #959595;
}

.main-content.projects-blog.news-blog .secondary-text {
    margin-top: 45px;
    margin-bottom: 45px;
}

.main-content.projects-blog.news-blog .doc {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 40px;
    position: relative;
}

.main-content.projects-blog.news-blog .doc .doc-main {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}

.main-content.projects-blog.news-blog .doc:hover .doc-main {
    opacity: 0;
    visibility: hidden;
}

.main-content.projects-blog.news-blog .doc .doc-ins {
    opacity: 0;
    visibility: hidden;
    font-size: 40px;
    position: absolute;
    left: 0;
    color: #3D3D3D;
    transition: all .5s ease;
}

.main-content.projects-blog.news-blog .doc:hover .doc-ins {
    opacity: 1;
    visibility: visible;
}

.main-content.projects-blog.news-blog .doc span {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-left: 20px;
}

.main-content.projects-blog.news-blog .author {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.main-content.projects-blog.news-blog .author .texts {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.main-content.projects-blog.news-blog .author .texts .type {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #959595;
}

.main-content.projects-blog.news-blog .author .texts .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

.main-content.projects-blog.news-blog .see-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #959595;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease;
    border-bottom: 2px transparent solid;
}

.main-content.projects-blog.news-blog .see-all:hover {
    border-bottom: 2px #959595 solid;
}

.main-content.projects-blog.news-blog .load-more {
    text-align: center;
}

.main-banner.expertise-banner {
    height: 68vh;
}

.main-banner.expertise-banner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.main-banner.expertise-banner .heading {
    margin-bottom: 30px;
}

.main-banner.expertise-banner .secondary-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32.4px;
}

.wt-do {
    position: relative;
}

.wt-do .container {
    position: relative;
}


.wt-do .main-content ol li {
    display: list-item;
    margin-bottom: 10px;
}

.wt-do .main-content ul li {
    display: list-item;
    margin-bottom: 10px !important;
    list-style: disc;
}

.wt-do.news-page .main-content .img-div {
    margin-bottom: 20px;
}

.wt-do .main-content .heading.news-page {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 30px;
}

.wt-do .main-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.wt-do .main-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.wt-do .main-content ol {
    padding-left: 42px;
    margin-bottom: 22px;
}

.wt-do .main-content ul {
    padding-left: 42px !important;
    margin-bottom: 22px !important;
    list-style: disc !important;

}

.main-content p {
    margin-bottom: 22px !important;
    font-size: 16px;
    color: #333;
    line-height: inherit;
}

.wt-do .main-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
}

.wt-do .main-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
}



.share-list {
    position: fixed;
    /* чтобы висело всегда */
    left: 17%;
    bottom: 40px;
    /* отступ от низа */
    z-index: 9;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.share-list li {
    list-style: none;
}

.share-list li .main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    text-decoration: none;
}

.share-list li .main-link svg {
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    margin-bottom: 8px;
}

.share-list li:hover .main-link svg {
    transform: translateY(3px);
}

.share-list li .main-link svg {
    transition: all .5s ease;
}

.share-list li .main-link svg .small-circle {
    transition: all .5s ease;
}

.share-list li:hover ul {
    height: 16vh;
    display: flex;
    flex-direction: column;
    gap: 16px !important;
}

.share-list li ul {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 100%;
    /* вместо margin-top + сверху */
    margin-bottom: 15px;
    /* отступ снизу */
}

.share-list li:hover ul {
    height: 16vh;
}

.share-list li ul li a {
    border: 1px #B8B8B8 solid;
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    transition: all .5s ease;
}

.share-list li ul li a:hover {
    border: 1px #000 solid;
}

.share-list li ul li a svg {
    width: 25px;
    height: 15px;
}

.share-list li ul li a svg path {
    fill: #B8B8B8;
    transition: all .5s ease;
}

.share-list li ul li a:hover svg path {
    fill: #000;
}

.wt-do .main-content {
    padding: 0 170px;
}
.benDet {
    .description p {
        font-size: 20px;
    }

    .video-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 100%;
    }

    .video-wrapper img {
        width: 100%;
        object-fit: cover;
        height: 800px;
    }

    .video-thumb {
        width: 100%;
        border-radius: 10px;
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        padding: 15px 25px;
    }

    /* overlay */
    .video-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .video-container {
        position: relative;
        width: 80%;
        max-width: 900px;
        aspect-ratio: 16/9;
    }

    .video-container iframe {
        width: 100%;
        height: 100%;
    }

    .closesss-btn {
        position: absolute;
        top: -40px;
        right: 0;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
}
.questionsPage .questions {
    padding: 100px 0;
}

.questionsPage .questions .have-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questionsPage .questions .accordion-button {
    padding-left: 24px;
    border-radius: 12px;
    background-color: #003cff1f;
}

.questionsPage .questions .accordion-body {
    padding-left: 24px;
    background-color: #2400ff14;
    border-radius: 0px 0px 12px 12px;
}

.questionsPage .questions .accordion-button:not(.collapsed) {
    background-color: #2400ff14;
    border-radius: 12px 12px 0px 0px;
}

.questionsPage .questions .accordion-item {
    border-bottom: none !important;
}

@media (max-width: 992px) {
    .questionsPage .questions .have-question {
        flex-direction: column;
        align-items: flex-start
    }
}
