.fund-created {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  background: #833492;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 1px 1px 5px #dadada;
}

.navbar-brand img {
  width: 81px;
  height: 81px;
}

.navbar-nav {
  margin-left: 57px;
  gap: 34px;
}
.navbar-nav .nav-item .nav-link {
  color: #5F5F75;
  font-weight: 600;
}
.navbar-nav .nav-item .nav-link.active {
  color: #813490;
  position: relative;
}
.navbar-nav .nav-item .nav-link.active::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #A866BF;
  border-radius: 50%;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  transition: transform 0.3s ease;
  background: none;
}
.navbar-toggler .navbar-toggler-icon .line {
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
.navbar-toggler.collapsed .line {
  transform: rotate(0) translate(0, 0);
  opacity: 1;
}
.navbar-toggler:not(.collapsed) .line-1 {
  transform: translateY(8px) translateX(-6px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .line-2 {
  transform: translateX(1px) translateY(1px) rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .line-3 {
  opacity: 0;
}

.btn-green-donate {
  box-shadow: 0px 4px 4px 0px #EEEEEE;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    margin-left: 20px;
    gap: 20px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar-nav .nav-item .nav-link.active::after {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }
}
@media (max-width: 992px) {
  .fund-created {
    padding: 9px 0;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .navbar {
    justify-content: space-between;
  }
  .navbar-nav {
    margin-left: 0px;
    gap: 20px;
  }
  .navbar-nav .nav-item .nav-link.active::after {
    content: none;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 389px) {
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 51px;
    height: 51px;
  }
  .navbar-nav {
    font-size: 15px;
    gap: 15px;
  }
  .btn-green-donate {
    font-size: 12px;
    padding: 9px 10px;
  }
}
#footer {
  padding: 36px 0 66px;
}
#footer .row {
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(228, 228, 228);
}
#footer .row .logo {
  width: 81px;
  height: 81px;
}
#footer .row .address {
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #6D6B6B;
  margin-top: 25px;
  margin-bottom: 0;
}
#footer .row .contact-info {
  text-align: right;
}
#footer .row .contact-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 9px;
  color: #6D6B6B;
}
#footer .row .contact-info p span {
  font-size: 14px;
  letter-spacing: -0.1px;
}
#footer .row .contact-info a {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #2B2B39;
  text-decoration: none;
}
#footer .description {
  margin-top: 25px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
  color: #6C6C6C;
  margin-bottom: 25px;
}
#footer .policy {
  color: #3D0E94;
  font-weight: 400;
  font-size: 14px;
}
#footer .policy a {
  color: #3D0E94;
}
#footer .copyright {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #3D0E94;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #footer .row .address {
    font-size: 16px;
  }
  #footer .row .contact-info p {
    font-size: 15px;
    line-height: 24px;
  }
  #footer .row .contact-info p span {
    font-size: 13px;
    letter-spacing: -0.1px;
  }
  #footer .row .contact-info a {
    font-size: 18px;
  }
  #footer .policy {
    font-size: 12px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  #footer {
    padding: 32px 0 32px;
  }
  #footer .row {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #footer .row .logo {
    width: 129px;
    height: 129px;
  }
  #footer .row .address {
    font-size: 14px;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
  }
  #footer .row .contact-info {
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 26px;
    padding-top: 26px;
  }
  #footer .row .contact-info:last-child {
    border-bottom: none;
  }
  #footer .row .contact-info p {
    margin-bottom: 9px;
  }
  #footer .description {
    display: none;
  }
  #footer .policy {
    font-size: 13px;
    margin-bottom: 33px;
  }
  #footer .copyright {
    font-size: 13px;
    text-align: left;
  }
}
.custom-breadcrumbs {
  padding: 40px 0 10px 0;
  margin-bottom: 70px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-breadcrumbs .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.custom-breadcrumbs .breadcrumb-item:before {
  content: none;
}
.custom-breadcrumbs .breadcrumb-item a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #A866BF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.custom-breadcrumbs .breadcrumb-item a:hover {
  color: #813490;
}
.custom-breadcrumbs .breadcrumb-item.active a {
  color: #B8B8B8;
}
.custom-breadcrumbs .breadcrumb-item .home {
  width: 18px;
  height: 18px;
  margin-right: 11px;
}
.custom-breadcrumbs .separator {
  margin: 0 16px;
}
.custom-breadcrumbs.white .breadcrumb-item a {
  color: #fff;
}

body {
  font-family: Montserrat;
  font-size: 18px;
  color: #5F5F75;
  background: #fff;
}

a {
  color: #A866BF;
}
a:hover, a:focus, a:active {
  color: #813490;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2B2B39;
}

.input-error {
  font-size: 12px;
  color: #ff0000;
}

.title-block {
  font-family: Montserrat Alternates;
}

.form-group {
  margin-bottom: 20px;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6BC299;
  --bs-btn-border-color: #6BC299;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5aa280;
  --bs-btn-hover-border-color: #549879;
  --bs-btn-focus-shadow-rgb: 107, 194, 153;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #549879;
  --bs-btn-active-border-color: #4e8e71;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6BC299;
  --bs-btn-disabled-border-color: #6BC299;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -3%;
  padding: 13px 21px;
  line-height: 1;
}

.btn-green-donate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-green-donate img {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 6px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A866BF;
  --bs-btn-border-color: #A866BF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #813490;
  --bs-btn-hover-border-color: #813490;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #813490;
  --bs-btn-active-border-color: #813490;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A866BF;
  --bs-btn-disabled-border-color: #A866BF;
  border-radius: 50px;
  padding: 22px 44px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A866BF;
  --bs-btn-border-color: #A866BF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #813490;
  --bs-btn-hover-border-color: #813490;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #813490;
  --bs-btn-active-border-color: #813490;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A866BF;
  --bs-btn-disabled-border-color: #A866BF;
  border-radius: 50px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #DC3545;
  --bs-btn-border-color: #DC3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #bb2d3b;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb2d3b;
  --bs-btn-active-border-color: #bb2d3b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DC3545;
  --bs-btn-disabled-border-color: #DC3545;
  border-radius: 50px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.btn-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 7px;
  background-color: rgba(196, 171, 236, 0.4196078431);
  border-radius: 8px;
  border: 0;
  outline: none;
  box-shadow: none;
}
.btn-collapse[aria-expanded=true] {
  background-image: url("/images/minus.svg");
}

b, strong {
  font-weight: 600;
}

.title-subpage {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -3.5px;
  color: #2B2B39;
  margin-bottom: 47px;
}

.form-control {
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #E3E3E3;
  outline: none;
  box-shadow: none !important;
}
.form-control.error {
  border-color: #DC3545;
}
.form-control:focus {
  border-color: #813490;
}

label {
  font-weight: 400;
  color: #A866BF;
  margin-bottom: 10px;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1224px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 2.5rem;
  }
  .btn-primary {
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 15px;
  }
  .btn-success {
    border-radius: 50px;
    padding: 13px 15px;
    font-size: 14px;
  }
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 29px;
  }
  .title-subpage {
    font-size: 29px;
    letter-spacing: -2px;
  }
}
@media (max-width: 389px) {
  .btn-primary {
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 14px;
  }
  .btn-success {
    border-radius: 50px;
    padding: 13px 15px;
    font-size: 14px;
  }
}
.main-slide {
  background-image: url("/images/slide-bg.jpg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 680px;
  width: 100%;
  position: relative;
  background-color: #f3f7f6;
}
.main-slide::after {
  content: "";
  position: absolute;
  top: 320px;
  right: 0;
  background-image: url("/images/slide-additional-bg.svg");
  width: 188px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.main-slide .container {
  min-height: 680px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-slide .slide-content {
  z-index: 2;
  max-width: 600px;
  margin-right: 10px;
}
.main-slide .slide-content h1 {
  font-family: Montserrat Alternates;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -1px;
  color: #29243F;
  line-height: 1.3;
}
.main-slide .slide-content h3 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 34px;
  opacity: 0.47;
  color: #2B2B39;
  margin-bottom: 34px;
}
.main-slide .slide-content .btn {
  color: #F7EDFF;
}

@media (min-width: 1900px) {
  .main-slide {
    min-height: 850px;
  }
  .main-slide::after {
    top: 280px;
    width: 160px;
    height: 130px;
  }
  .main-slide .container {
    min-height: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slide {
    min-height: 500px;
  }
  .main-slide::after {
    top: 280px;
    width: 160px;
    height: 130px;
  }
  .main-slide .container {
    min-height: 500px;
  }
  .main-slide .slide-content h1 {
    font-size: 42px;
  }
  .main-slide .slide-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slide {
    min-height: 520px;
  }
  .main-slide::after {
    top: 180px;
    width: 110px;
    height: 100px;
  }
  .main-slide .container {
    min-height: 520px;
  }
  .main-slide .slide-content {
    max-width: 440px;
  }
  .main-slide .slide-content h1 {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .main-slide .slide-content h3 {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slide {
    min-height: 400px;
  }
  .main-slide::after {
    top: 125px;
    width: 80px;
    height: 100px;
  }
  .main-slide .container {
    min-height: 400px;
  }
  .main-slide .slide-content {
    max-width: 310px;
  }
  .main-slide .slide-content h1 {
    font-size: 25px;
    letter-spacing: -1px;
  }
  .main-slide .slide-content h3 {
    font-size: 16px;
  }
  .main-slide .slide-content .btn {
    color: #F7EDFF;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .main-slide {
    background-image: url("/images/slide-bg-mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 780px;
    width: 100%;
  }
  .main-slide::after {
    content: none;
  }
  .main-slide .container {
    min-height: auto;
  }
  .main-slide .slide-content {
    max-width: none;
    margin-right: 0;
    padding-top: 38px;
  }
  .main-slide .slide-content h1 {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.6px;
    color: #FFFFFF;
  }
  .main-slide .slide-content h3 {
    margin-top: 22px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #F8F8F8;
    opacity: 1;
  }
  .main-slide .slide-content .btn {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .main-slide {
    min-height: 850px;
  }
}
@media (max-width: 389px) {
  .main-slide {
    min-height: 650px;
  }
  .main-slide .slide-content {
    max-width: none;
    margin-right: 0;
    padding-top: 38px;
  }
  .main-slide .slide-content h1 {
    font-size: 24px;
    letter-spacing: -0.4px;
  }
  .main-slide .slide-content h3 {
    font-size: 15px;
  }
}
#news {
  margin-top: 70px;
}
#news .subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #6D6B6B;
  margin-bottom: 0;
}
#news .items-news {
  margin-top: 47px;
}
#news .btn-wrapper-more a {
  min-width: 286px;
}

.items-news .item-card {
  margin-bottom: 60px;
  overflow: hidden;
}
.items-news .item-card .preview {
  width: 100%;
  height: 300px;
  border-radius: 21px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.items-news .item-card h3.title {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.95px;
  margin-top: 24px;
  margin-bottom: 19px;
}
.items-news .item-card .short-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #6D6B6B;
}
.items-news .item-card a {
  text-decoration: none;
  color: #000;
}
.items-news .item-card .date {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: right;
  color: #6D6B6B;
  margin-bottom: 9px;
  margin-top: 19px;
}

.items-news .item-card:first-child {
  position: relative;
}
.items-news .item-card:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 150px;
  border-bottom: 3px solid #A866BF;
  border-bottom-left-radius: 8px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #news .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #news .subtitle {
    font-size: 20px;
  }
  #news .items-news .item-card:nth-child(3n) {
    display: block;
  }
}
@media (max-width: 767px) {
  #news .subtitle {
    font-size: 16px;
  }
  #news .btn-wrapper-more a {
    min-width: auto;
    width: 100%;
  }
  .items-news .item-card {
    margin-bottom: 30px;
  }
  .items-news .item-card .preview {
    height: 170px;
    border-radius: 12px;
  }
  .items-news .item-card h3.title {
    font-size: 19px;
    letter-spacing: -0.95px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .items-news .item-card a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .items-news .item-card .date {
    margin-top: 14px;
    margin-bottom: 12px;
    font-size: 13px;
    text-align: left;
  }
  .items-news .item-card:first-child::after {
    content: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .items-news .item-card .preview {
    height: 240px;
  }
}
@media (max-width: 389px) {
  #news .subtitle {
    font-size: 15px;
  }
  .items-news .item-card h3.title {
    font-size: 17px;
  }
  .items-news .item-card .short-text {
    font-size: 15px;
  }
}
#about {
  padding-top: 94px;
  margin-top: 70px;
  background: #F8F7F8;
  padding-bottom: 94px;
}
#about .title-block {
  margin-bottom: 52px;
}
#about .about-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: justify;
  padding-right: 84px;
}
#about .about-text .btn {
  margin-top: 34px;
  min-width: 286px;
}
#about .documents {
  margin-top: 84px;
}
#about .documents h3 {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: -3px;
  color: #6D6B6B;
  margin-bottom: 42px;
}
#about .documents .document {
  background: #fff;
  border-radius: 11px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  font-size: 17px;
  box-shadow: 0px 4px 4px 0px #EEEEEE;
  text-decoration: none;
  color: #5A5A5A;
  line-height: 1.1;
}
#about .documents .document img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 11px;
}
#about .documents .document:hover {
  border-color: #6BC299;
}
#about .documents .download-mobile {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #about .about-text {
    font-size: 16px;
  }
  #about .documents h3 {
    font-size: 28px;
    letter-spacing: -2px;
  }
  #about .documents .document {
    font-size: 15px;
  }
  #about .documents .document img {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #about .about-row {
    flex-direction: column-reverse;
  }
  #about .about-text {
    padding-right: 12px;
  }
  #about .about-image {
    max-width: 475px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 66px;
    margin-top: 66px;
    padding-bottom: 66px;
  }
  #about .title-block {
    margin-bottom: 36px;
  }
  #about .about-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.5px;
    text-align: justify;
    padding-right: 12px;
  }
  #about .about-text .btn {
    margin-top: 35px;
    width: 100%;
    min-width: auto;
  }
  #about .about-image {
    display: none;
  }
  #about .documents {
    margin-top: 51px;
  }
  #about .documents h3 {
    font-family: Montserrat Alternates;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: -3px;
    color: #6D6B6B;
    margin-bottom: 42px;
  }
  #about .documents .document {
    padding: 19px;
    font-size: 16px;
    pointer-events: none;
  }
  #about .documents .document img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 11px;
  }
  #about .documents .document:hover {
    border-color: #6BC299;
  }
  #about .documents .download-mobile {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #A866BF;
    text-decoration: none;
  }
  #about .documents .download-mobile span {
    margin-right: 7px;
  }
}
@media (max-width: 390px) {
  #about .about-text {
    font-size: 16px;
  }
  #about .documents h3 {
    font-size: 30px;
  }
  #about .documents .document {
    padding: 17px;
    font-size: 15px;
  }
  #about .documents .download-mobile {
    font-size: 15px;
  }
}
.counters {
  border-bottom: 4px solid #A866BF;
  padding: 52px 0;
}
.counters .counter {
  min-width: 160px;
  width: 160px;
}
.counters .counter span {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -3.76px;
  text-transform: uppercase;
  color: #56586B;
}
.counters .counter p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.counters .point-block {
  min-width: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counters .point-block .point {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  border-radius: 50%;
  background: #C4ABEC;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .counters .counter span {
    font-size: 44px;
    letter-spacing: -3px;
  }
  .counters .counter p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counters .point-block {
    min-width: 120px;
    width: 120px;
  }
  .counters .counter {
    min-width: 120px;
    width: 120px;
  }
  .counters .counter span {
    font-size: 44px;
    letter-spacing: -3px;
  }
  .counters .counter p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .counters {
    padding: 34px 0;
  }
  .counters .counter {
    border-bottom: 1px solid #F8F7F8;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .counters .counter:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .counters .counter span {
    font-size: 48px;
    letter-spacing: -3px;
  }
  .counters .counter p {
    font-size: 18px;
  }
  .counters .point-block {
    display: none;
  }
}
.gallery {
  padding: 100px 0;
}
.gallery .title-block {
  margin-bottom: 47px;
}
.gallery .btn {
  width: 286px;
  margin-top: 37px;
}

.photo-item {
  width: 100%;
  height: 185px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 3px solid #eeeeee;
  box-shadow: 0 3px 3px 0px #eeeeee;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery .col-photo:nth-child(n+16) {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 66px 0;
  }
  .gallery .col-photo:nth-child(n+5) {
    display: none;
  }
  .gallery .btn {
    width: 100%;
    margin-top: 50px;
  }
  .photo-item {
    height: 170px;
    border-radius: 12px;
    border: none;
    box-shadow: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .photo-item {
    height: 240px;
  }
}
#patrons {
  background: rgb(245, 247, 245);
  padding: 71px 0;
}
#patrons .subtitle {
  font-weight: 400;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 0;
}
#patrons .btn-wrapper-more .btn {
  width: 286px;
  margin-top: 37px;
}

.patrons-cards {
  margin-top: 60px;
}
.patrons-cards .patron {
  border-radius: 20px;
  background: #fff;
  padding: 7px;
  height: 100%;
}
.patrons-cards .patron .photo {
  height: 333px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
  margin-bottom: 28px;
}
.patrons-cards .patron h5.name {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.95px;
  margin-bottom: 10px;
  color: #2B2B39;
}
.patrons-cards .patron .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  color: #6D6B6B;
}
.patrons-cards .patron .quote {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  color: rgb(23, 116, 79);
}
.patrons-cards .patron .progress {
  height: 7px;
  border-radius: 59px;
  background: rgb(248, 247, 248);
  margin-bottom: 28px;
}
.patrons-cards .patron .progress .progress-bar {
  background: #6BC299;
}
.patrons-cards .patron .footer .amount-text span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #6D6B6B;
}
.patrons-cards .patron .footer .amount-text span.sum {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.95px;
  color: #2B2B39;
}
.patrons-cards .patron .footer .icon-heart {
  background-image: url(/images/heart-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 7px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #patrons .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .patrons-cards .patron .photo {
    height: 220px;
  }
  .patrons-cards .patron .footer .btn-green-donate {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #patrons .cards {
    justify-content: center;
  }
  #patrons .cards .patron {
    margin-bottom: 26px;
  }
  #patrons .cards .patron .photo {
    height: 220px;
  }
  #patrons .cards .patron .footer .amount-text span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #6D6B6B;
  }
  #patrons .cards .patron .footer .amount-text span.sum {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.95px;
    color: #2B2B39;
  }
  #patrons .cards .patron .footer .btn-green-donate {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #patrons {
    padding: 66px 0;
  }
  #patrons .subtitle {
    font-size: 16px;
    margin-top: 13px;
  }
  #patrons .btn-wrapper-more .btn {
    width: 100%;
    margin-top: 20px;
  }
  .patrons-cards {
    margin-top: 30px;
  }
  .patrons-cards .patron {
    border-radius: 20px;
    background: #fff;
    padding: 7px;
    margin-bottom: 26px;
  }
  .patrons-cards .patron .photo {
    height: 212px;
  }
  .patrons-cards .patron .btn-collapse {
    margin-left: 10px;
  }
  .patrons-cards .patron h5.name {
    font-size: 21px;
  }
  .patrons-cards .patron .position {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .patrons-cards .patron .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.4px;
    margin-bottom: 28px;
    color: rgb(23, 116, 79);
  }
  .patrons-cards .patron .progress {
    height: 7px;
    border-radius: 59px;
    background: rgb(248, 247, 248);
    margin-bottom: 28px;
  }
  .patrons-cards .patron .progress .progress-bar {
    background: #6BC299;
  }
  .patrons-cards .patron .footer .amount-text span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #6D6B6B;
  }
  .patrons-cards .patron .footer .amount-text span.sum {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.95px;
    color: #2B2B39;
  }
  .patrons-cards .patron .footer .btn-green-donate {
    margin-top: 16px;
    background-color: #fff;
    color: #6BC299;
    border-width: 2px;
  }
  .patrons-cards .patron .footer .btn-green-donate .icon-heart {
    background-image: url(/images/heart-icon-green.png);
  }
  .patrons-cards .patron .footer .btn-green-donate:hover, .patrons-cards .patron .footer .btn-green-donate:focus, .patrons-cards .patron .footer .btn-green-donate:active {
    background-color: var(--bs-btn-hover-bg);
    color: #fff;
  }
  .patrons-cards .patron .footer .btn-green-donate:hover .icon-heart, .patrons-cards .patron .footer .btn-green-donate:focus .icon-heart, .patrons-cards .patron .footer .btn-green-donate:active .icon-heart {
    background-image: url(/images/heart-icon.png);
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #patrons .btn-wrapper-more .btn {
    width: 100%;
    margin-top: 20px;
  }
  .patrons-cards .patron .photo {
    height: 300px;
  }
}
@media (max-width: 389px) {
  #patrons .subtitle {
    font-size: 15px;
  }
  .patrons-cards {
    margin-top: 51px;
  }
  .patrons-cards .patron h5.name {
    font-size: 19px;
  }
  .patrons-cards .patron .position {
    font-size: 13px;
  }
  .patrons-cards .patron .description {
    font-size: 15px;
  }
}
.partners {
  background: rgb(248, 247, 248);
  padding: 47px 0 60px;
}
.partners .title-block {
  font-weight: 600;
  font-size: 34.3px;
  line-height: 100%;
  letter-spacing: -3px;
  color: #6D6B6B;
}
.partners .partners-wrapper {
  margin-top: 69px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 22px;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  .partners {
    background: rgb(248, 247, 248);
    padding: 47px 0 50px;
  }
  .partners .title-block {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: -2px;
  }
  .partners .partners-wrapper {
    margin-top: 43px;
    background: transparent;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
  }
  .partners .partners-wrapper .partner {
    background: #fff;
    border-radius: 15px;
  }
}
#news-page {
  padding-bottom: 70px;
  border-bottom: 4px solid #F8F7F8;
}
#news-page .page-title {
  border-radius: 0 0 0 4px;
  overflow: hidden;
  align-items: center;
}
#news-page .page-title h1 {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -2px;
  color: #2B2B39;
  border-bottom: 3px solid #A866BF;
  margin: 0 18px 0 0;
  line-height: 1;
  padding-bottom: 3px;
}
#news-page .page-title a {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -2px;
  line-height: 1;
  color: #B8B8B8;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}
#news-page .subtitle {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-top: 26px;
  color: #6D6B6B;
  margin-bottom: 47px;
}
#news-page .items-news .item-card:first-child:after {
  content: none;
}

@media (max-width: 768px) {
  #news-page {
    padding-bottom: 66px;
    border-bottom: none;
  }
  #news-page .page-title {
    border-radius: 0 0 0 4px;
    overflow: hidden;
  }
  #news-page .page-title h1 {
    font-size: 19px;
    border-width: 2px;
    letter-spacing: -1px;
  }
  #news-page .page-title a {
    border-width: 2px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
  }
  #news-page .subtitle {
    font-size: 16px;
  }
}
#mobile-teams-page {
  border-bottom: 4px solid #F8F7F8;
}
#mobile-teams-page .page-title {
  border-radius: 0 0 0 4px;
  overflow: hidden;
  align-items: center;
}
#mobile-teams-page .page-title h1 {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -2px;
  color: #2B2B39;
  border-bottom: 3px solid #A866BF;
  margin: 0 18px 0 0;
  line-height: 1;
  padding-bottom: 3px;
}
#mobile-teams-page .page-title a {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -2px;
  line-height: 1;
  color: #B8B8B8;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}
#mobile-teams-page .subtitle {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-top: 26px;
  color: #6D6B6B;
  margin-bottom: 47px;
}
#mobile-teams-page .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: justify;
  margin-bottom: 70px;
}
#mobile-teams-page .description h3 {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #A866BF;
}
#mobile-teams-page .description ul {
  list-style: none;
  padding: 0;
}
#mobile-teams-page .items-news .item-card:first-child:after {
  content: none;
}

@media (max-width: 768px) {
  #mobile-teams-page {
    padding-bottom: 66px;
    border-bottom: none;
  }
  #mobile-teams-page .page-title {
    border-radius: 0 0 0 4px;
    overflow: hidden;
  }
  #mobile-teams-page .page-title h1 {
    font-size: 19px;
    border-width: 2px;
    letter-spacing: -1px;
  }
  #mobile-teams-page .page-title a {
    border-width: 2px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
  }
  #mobile-teams-page .subtitle {
    font-size: 16px;
  }
  #mobile-teams-page .description {
    font-size: 16px;
  }
  #mobile-teams-page .description h3 {
    font-size: 26px;
  }
}
#photos-page {
  padding-bottom: 70px;
  position: relative;
  overflow-x: hidden;
  border-bottom: 4px solid #F8F7F8;
}
#photos-page .title-subpage {
  text-align: center;
}
#photos-page .bg-1 {
  background-image: url("/images/photos-bg-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 27px;
  position: absolute;
  top: 180px;
  left: -50px;
}
#photos-page .bg-2 {
  background-image: url("/images/photos-bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 140px;
  height: 200px;
  position: absolute;
  top: 500px;
  left: -110px;
}
#photos-page .bg-3 {
  background-image: url("/images/photos-bg-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 293px;
  position: absolute;
  top: 140px;
  right: -110px;
}
#photos-page .photo-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #photos-page .bg-1, #photos-page .bg-2, #photos-page .bg-3 {
    display: none;
  }
}
#patrons-page {
  background-color: #F8F7F8;
}
#patrons-page .custom-breadcrumbs {
  margin-bottom: 40px;
}
#patrons-page .title-subpage {
  margin-bottom: 20px;
}
#patrons-page .subtitle {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
#patrons-page .partners {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #patrons-page .subtitle {
    font-size: 18px;
  }
  #patrons-page .partners {
    margin-top: 30px;
  }
}
#about-page {
  border-bottom: 4px solid #F8F7F8;
}
#about-page .bg-gray {
  background-color: #F8F7F8;
  overflow-x: hidden;
}
#about-page .bg-gray .container {
  position: relative;
}
#about-page .bg-gray .container::after {
  content: "";
  display: block;
  width: 23px;
  height: 44px;
  position: absolute;
  top: 200px;
  left: -40px;
  background-image: url("../images/about-bg-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about-page .bg-gray .container::before {
  content: "";
  display: block;
  width: 187px;
  height: 171px;
  position: absolute;
  top: 60px;
  right: -100px;
  background-image: url("../images/about-bg-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about-page .bg-gray .container > div {
  position: relative;
  z-index: 1;
}
#about-page .custom-breadcrumbs {
  margin-bottom: 40px;
}
#about-page .title-subpage {
  margin-bottom: 20px;
}
#about-page .about-content {
  margin-top: 52px;
  color: #3D3D44;
  padding-bottom: 84px;
  text-align: justify;
}
#about-page .documents {
  padding: 70px 0;
}
#about-page .documents h2 {
  margin-bottom: 60px;
}
#about-page .documents .documents-wrapper {
  align-items: center;
  justify-content: center;
  gap: 45px;
}
#about-page .documents img {
  max-height: 466px;
  width: auto;
}
#about-page .reports {
  padding: 84px 0 44px;
}
#about-page .reports h2 {
  margin-bottom: 42px;
}
#about-page .reports .report-year {
  margin-bottom: 40px;
}
#about-page .reports .year-title {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
  color: #A866BF;
  margin-bottom: 12px;
}
#about-page .reports .name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 33px;
  color: #6D6B6B;
  opacity: 0.6;
}
#about-page .reports a {
  margin-bottom: 17px;
  display: block;
}
#about-page .contacts {
  padding: 80px 0;
}
#about-page .contacts .address {
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #6D6B6B;
  margin-top: 25px;
  margin-bottom: 0;
}
#about-page .contacts .contact-info {
  margin-top: 40px;
}
#about-page .contacts .contact-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 9px;
  color: #6D6B6B;
}
#about-page .contacts .contact-info p span {
  font-size: 14px;
  letter-spacing: -0.1px;
}
#about-page .contacts .contact-info a {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #2B2B39;
  text-decoration: none;
}
#about-page .contacts .btn {
  margin-top: 40px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #EEEEEE;
}
#about-page .contacts .map {
  border: 2px solid rgba(0, 0, 0, 0.0588235294);
  border-radius: 23px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  #about-page .about-content {
    margin-top: 36px;
    padding-bottom: 51px;
  }
  #about-page .about-content img {
    margin-bottom: 36px;
  }
  #about-page .documents {
    padding: 70px 0;
  }
  #about-page .documents h2 {
    margin-bottom: 38px;
  }
  #about-page .documents .documents-wrapper {
    align-items: center;
    justify-content: center;
    gap: 38px 9px;
  }
  #about-page .documents img {
    max-height: 225px;
    width: auto;
  }
  #about-page .reports {
    padding: 51px 0 14px;
  }
  #about-page .reports h2 {
    margin-bottom: 36px;
  }
  #about-page .reports .report-year {
    margin-bottom: 36px;
  }
  #about-page .contacts {
    padding: 50px 0 66px;
  }
  #about-page .contacts .btn {
    box-shadow: 0px 4px 4px 0px rgba(131, 52, 146, 0.1882352941);
  }
}
@media (max-width: 767px) {
  #about-page .bg-gray .container::after {
    display: none;
  }
  #about-page .bg-gray .container::before {
    display: none;
  }
  #about-page .about-content {
    margin-top: 36px;
    padding-bottom: 51px;
  }
  #about-page .about-content img {
    margin-bottom: 36px;
  }
  #about-page .documents {
    padding: 70px 0;
  }
  #about-page .documents h2 {
    margin-bottom: 38px;
  }
  #about-page .documents .documents-wrapper {
    align-items: center;
    justify-content: center;
    gap: 38px 9px;
  }
  #about-page .documents img {
    max-height: 225px;
    width: auto;
  }
  #about-page .reports {
    padding: 51px 0 14px;
  }
  #about-page .reports h2 {
    margin-bottom: 36px;
  }
  #about-page .reports .report-year {
    margin-bottom: 36px;
  }
  #about-page .contacts {
    padding: 50px 0 66px;
  }
  #about-page .contacts .btn {
    box-shadow: 0px 4px 4px 0px rgba(131, 52, 146, 0.1882352941);
  }
}
#info-page {
  background-image: url("/images/info-bg-pc.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1050px;
}
#info-page .custom-breadcrumbs {
  margin-bottom: 24px;
}
#info-page .description {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#info-page .description h1 {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 30px;
}
#info-page .description p {
  font-weight: 500;
  font-size: 18px;
}
#info-page .description .btn-primary {
  margin-top: 30px;
  --bs-btn-bg: #AB38D3;
  --bs-btn-border-color: #AB38D3;
}

@media (min-width: 1900px) {
  #info-page {
    background-position: center -50%;
  }
}
@media (min-width: 1650px) and (max-width: 1900px) {
  #info-page {
    background-position: center -35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #info-page .description h1 {
    font-size: 34px;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
  }
  #info-page .description p {
    font-size: 15px;
  }
  #info-page .description .btn-primary {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  #info-page {
    background-image: url("/images/info-bg-mobile.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 560px;
  }
  #info-page .custom-breadcrumbs {
    margin-bottom: 24px;
  }
  #info-page .description {
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  #info-page .description h1 {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  #info-page .description p {
    font-weight: 400;
    font-size: 16px;
  }
  #info-page .description .btn-primary {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #info-page {
    background-position: bottom;
    min-height: 800px;
  }
}
@media (max-width: 390px) {
  #info-page {
    min-height: 560px;
  }
  #info-page .custom-breadcrumbs {
    margin-bottom: 20px;
  }
  #info-page .description h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #info-page .description p {
    font-size: 14px;
  }
  #info-page .description .btn-primary {
    font-size: 14px;
    padding: 15px 20px;
  }
}
#news-view-page {
  padding-bottom: 70px;
  border-bottom: 4px solid #F8F7F8;
}
#news-view-page .main-image {
  max-height: 450px;
  max-width: 300px;
  border-radius: 21px;
}
#news-view-page .news-content {
  text-align: justify;
}
#news-view-page .gallery-news .preview {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

@media (max-width: 768px) {
  #news-view-page .title-subpage {
    margin-bottom: 20px;
  }
  #news-view-page .main-image {
    float: none !important;
    max-height: none;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
  }
  #news-view-page .gallery-news .preview {
    height: 320px;
  }
}
#admin-page {
  font-size: 15px;
}
#admin-page .title-subpage {
  font-size: 40px;
  letter-spacing: -1px;
}
#admin-page .btn {
  padding: 10px 20px;
  font-size: 13px;
}
#admin-page .btn.btn-sm {
  padding: 7px 10px;
  font-size: 11px;
}
#admin-page .tab-pane {
  outline: none;
}
#admin-page .nav-tabs .nav-link {
  border: none;
  color: #6D6B6B;
  font-size: 16px;
  padding: 10px 20px;
}
#admin-page .nav-tabs .nav-link.active {
  color: #A866BF;
  font-weight: 700;
  border-bottom: 3px solid #A866BF;
  margin-bottom: -2px;
}
#admin-page .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #A866BF;
  margin-bottom: -2px;
}

.admin-news .back {
  background: #e3e3e3;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin: 0 0 30px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.admin-news .back img {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-right: 10px;
}

.pagination-container .pagination .page-item {
  margin-right: 11px;
}
.pagination-container .pagination .page-item .page-link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #A866BF;
  color: #A866BF;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  outline: none;
  box-shadow: none !important;
}
.pagination-container .pagination .page-item .page-link:hover {
  background: #f7e0ff;
}
.pagination-container .pagination .page-item.active .page-link {
  background: #A866BF;
  color: #fff;
}
.pagination-container .pagination .page-item.next .page-link, .pagination-container .pagination .page-item.prev .page-link {
  border-color: #F8F7F8;
}

@media (max-width: 576px) {
  .pagination-container .pagination .page-item {
    margin-right: 8px;
  }
  .pagination-container .pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}