@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #2A2C2D;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  padding: 10px 35px;
  display: inline-block;
  outline: none;
  text-align: center;
}
.btn.btn-orange {
  background-color: #8C9459;
  border-radius: 0px;
  color: #fff;
}
.btn.btn-orange:hover {
  color: #2A2C2D;
  text-decoration: none;
}
.btn.btn-border {
  border: 1px solid #FFD700;
  color: #2A2C2D;
  border-radius: 10px;
}
.btn.btn-border:hover {
  color: #2A2C2D;
  text-decoration: none;
}

.section-title {
  font-weight: 500;
  font-size: 50px;
  text-align: center;
}

.page-title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

header {
  padding: 15px 0;
  border-bottom: 1px solid rgba(42, 44, 45, 0.2);
}
header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-row .header-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
header .header-row .header-col.header-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-row .header-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-row .header-menu ul li {
  display: inline-block;
  margin-right: 95px;
  position: relative;
}
header .header-row .header-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #2A2C2D;
  text-decoration: none;
}
header .header-row .header-menu ul li:last-child {
  margin-right: 0;
}
header .header-row .header-menu ul li.parent a {
  position: relative;
  padding-right: 20px;
}
header .header-row .header-menu ul li.parent a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background-image: url("../img/down.svg");
}
header .header-row .header-logo {
  text-align: center;
}
header .header-row .header-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
header .header-row .header-social ul li {
  display: inline-block;
  margin-right: 25px;
  line-height: 1;
}
header .header-row .header-social ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
header .header-row .header-social ul li a.instagram {
  background-image: url("../img/instagram.svg");
}
header .header-row .header-social ul li a.facebook {
  background-image: url("../img/facebook.svg");
}
header .header-row .header-social ul li a.linkedin {
  background-image: url("../img/linkedin.svg");
}
header .header-row .header-social ul li a.twitter {
  background-image: url("../img/twitter.svg");
}
header .header-row .header-language .language {
  padding-right: 20px;
  position: relative;
  width: 50px;
  height: 27px;
}
header .header-row .header-language .language:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background-image: url("../img/down.svg");
}
header .header-row .header-language .language:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-image: url("../img/language.svg");
}
header .header-row .header-menu-toggle {
  display: none;
}

.slide .slide-list .slide-item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slide .slide-list .slide-item .slide-title {
  text-align: center;
}
.slide .slide-list .slide-item .slide-title img {
  display: inline-block;
}
.slide .slide-list .slide-item .slide-btn {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
.slide .slide-list .slide-item .slide-btn .btn {
  padding: 15px 30px;
  width: 100%;
  max-width: 220px;
  text-transform: uppercase;
}
.slide .slide-list .slick-dots {
  bottom: auto;
  top: 0;
  right: 30px;
  height: 100%;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide .slide-list .slick-dots li {
  width: 35px;
  height: 35px;
  display: block;
  margin: 10px 0;
}
.slide .slide-list .slick-dots li button {
  padding: 0;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide .slide-list .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  content: "";
  background-color: #D9D9D9;
  opacity: 1;
  position: relative;
}
.slide .slide-list .slick-dots li.slick-active button {
  border: 1px solid #D9D9D9;
}
.slide .slide-list .slick-dots li.slick-active button:before {
  background-color: #FFD700;
}

.about {
  padding-top: 100px;
}
.about .about-subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about .about-subtitle .blue {
  font-weight: 600;
  color: #8C9459;
}
.about .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.about .about-row .about-text {
  font-size: 18px;
}
.about .about-row .about-text .blue {
  color: #8C9459;
  font-weight: 600;
}
.about .about-row .about-text p {
  margin-bottom: 30px;
}
.about .about-row.about-row-1 .about-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.5%;
          flex: 0 1 48.5%;
  padding-right: 65px;
}
.about .about-row.about-row-1 .about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.5%;
          flex: 0 1 51.5%;
}
.about .about-row.about-row-2 .about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.5%;
          flex: 0 1 48.5%;
}
.about .about-row.about-row-2 .about-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.5%;
          flex: 0 1 51.5%;
  padding-left: 65px;
  padding-right: 30px;
}
.about .about-row.about-row-3 .about-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.5%;
          flex: 0 1 48.5%;
  padding-right: 65px;
}
.about .about-row.about-row-3 .about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.5%;
          flex: 0 1 51.5%;
}

.categories {
  padding-top: 100px;
  overflow: hidden;
}
.categories .section-title {
  margin-bottom: 40px;
}
.categories .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
.categories .categories-list .categories-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 18px;
  margin-bottom: 30px;
}
.categories .categories-list .categories-item .category-item {
  max-width: 680px;
  position: relative;
  border-radius: 10px;
  line-height: 1.2;
  min-height: 391px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.categories .categories-list .categories-item .category-item .category-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
}
.categories .categories-list .categories-item .category-item .category-content {
  padding: 25px 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 10px;
  width: 370px;
  height: 342px;
}
.categories .categories-list .categories-item .category-item .category-content .category-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.categories .categories-list .categories-item .category-item .category-content .category-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.categories .categories-list .categories-item .category-item .category-content .category-number {
  font-size: 20px;
  font-weight: 600;
  color: #FFD700;
  margin-bottom: 20px;
}
.categories .categories-list .categories-item .category-item .category-content .category-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 25px;
}
.categories .categories-list .categories-item .category-item .category-content .category-values .category-value {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 15px;
}
.categories .categories-list .categories-item .category-item .category-content .btn-border {
  color: #fff;
}
.categories .categories-list .categories-item .category-item .category-content .btn {
  margin-right: 25px;
}
.categories .categories-list .categories-item .category-item .category-content .btn:last-child {
  margin-right: 0;
}

.projects {
  padding-top: 100px;
  overflow: hidden;
}
.projects .section-title {
  margin-bottom: 40px;
}
.projects .projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -23px;
}
.projects .projects-list .projects-item {
  margin-bottom: 46px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 23px;
}
.projects .projects-list .projects-item .project-item {
  border: 1px solid rgba(42, 44, 45, 0.3);
  border-radius: 0px;
  max-width: 435px;
  padding: 20px 25px;
  height: 100%;
  padding-bottom: 0;
}
.projects .projects-list .projects-item .project-item .project-thumb {
  text-align: center;
  margin-bottom: 20px;
}
.projects .projects-list .projects-item .project-item .project-thumb img {
  border-radius: 0px;
}
.projects .projects-list .projects-item .project-item .project-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.projects .projects-list .projects-item .project-item .project-desc {
  text-align: center;
  margin-bottom: 30px;
}
.projects .projects-list .projects-item .project-item .project-buttons {
  text-align: center;
}
.projects .projects-list .projects-item .project-item .project-buttons .btn {
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 140px;
  width: 100%;
  margin-bottom: 20px;
}
.projects .projects-list .projects-item .project-item .project-buttons .btn:last-child {
  margin-right: 0;
}

.partners {
  padding-top: 84px;
  overflow: hidden;
}
.partners .section-title {
  margin-bottom: 40px;
}
.partners .partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px;
}
.partners .partners-list .partners-item {
  padding: 0 8px;
}
.partners .partners-list .partners-item:nth-child(2n) {
  margin-top: 18px;
}
.partners .partners-list .partners-item .partner-item {
  max-width: 219px;
  height: 100%;
}
.partners .partners-list .partners-item .partner-item .partner-content {
  padding: 25px;
}
.partners .partners-list .partners-item .partner-item .partner-content .partner-object {
  text-align: center;
  margin-bottom: 25px;
}
.partners .partners-list .partners-item .partner-item .partner-content .partner-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.partners .partners-list .partners-item .partner-item .partner-content .partner-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.partners-black .partners-list-black .partners-item-black .partner-item-black .partner-content-black .partner-title-black {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.partners-black .partners-list-black .partners-item-black .partner-item-black .partner-content-black .partner-desc-black {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.partners .partners-list .partners-item.partners-item-1 .partner-item {
  background-color: #1E2E23;
}
.partners .partners-list .partners-item.partners-item-2 .partner-item {
  background-color: #8B9459;
}
.partners .partners-list .partners-item.partners-item-3 .partner-item {
  background-color: #1E2E23;
}
.partners .partners-list .partners-item.partners-item-4 .partner-item {
  background-color: #8B9459;
}
.partners .partners-list .partners-item.partners-item-5 .partner-item {
  background-color: #1E2E23;
}
.partners .partners-list .partners-item.partners-item-6 .partner-item {
  background-color: #8B9459;
}

.reports {
  padding-top: 130px;
  overflow: hidden;
}
.reports .section-title {
  margin-bottom: 40px;
}
.reports .reports-list {
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 70px;
  margin-bottom: 80px;
}
.reports .reports-list .reports-item {
  padding: 0 8px;
}
.reports .reports-list .reports-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.reports .reports-list .slick-dots {
  bottom: 0;
}
.reports .reports-list .slick-dots li {
  margin: 0 10px;
}
.reports .reports-list .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 94, 184, 0.2);
}
.reports .reports-list .slick-dots li button:before {
  display: none;
}
.reports .reports-list .slick-dots li.slick-active button {
  background: #FFD700;
}
.reports .reports-subtitle {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
}
.reports .reports-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reports .reports-content .reports-table {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
}
.reports .reports-content .reports-table .style-table {
  border: 1px solid rgba(42, 44, 45, 0.3);
  border-radius: 10px;
}
.reports .reports-content .reports-table .style-table .style-table-row {
  border-bottom: 1px solid rgba(42, 44, 45, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reports .reports-content .reports-table .style-table .style-table-row .style-table-td {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.reports .reports-content .reports-table .style-table .style-table-row .style-table-td:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}
.reports .reports-content .reports-table .style-table .style-table-row .style-table-td:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
  border-left: 1px solid rgba(42, 44, 45, 0.3);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reports .reports-content .reports-table .style-table .style-table-row:last-child {
  border-bottom: none;
}
.reports .reports-content .reports-table.reports-table-2 .style-table .style-table-row .style-table-td {
  padding: 15px 20px;
}
.reports .reports-content .reports-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
  padding-top: 30px;
}
.reports .reports-content .reports-number .reports-number-object {
  width: 315px;
  height: 315px;
  border: 30px solid #005EB8;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reports .reports-text {
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.reports .reports-text .blue {
  font-weight: 600;
  color: #005EB8;
}

.contacts {
  padding-top: 100px;
}
.contacts .contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts .contacts-row .contacts-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}
.contacts .contacts-row .contacts-content .section-title {
  text-align: left;
  margin-bottom: 50px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.contacts .contacts-row .contacts-content .contacts-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 15px;
}
.contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col .contacts-content-title {
  font-size: 20px;
  font-weight: 600;
  color: #005EB8;
  text-transform: uppercase;
}
.contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col .contacts-content-label {
  padding-top: 25px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col .contacts-content-phone, .contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col .contacts-content-mail, .contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col .contacts-content-address {
  font-size: 18px;
}
.contacts .contacts-row .contacts-content .contacts-content-row .contacts-content-col a {
  color: #2A2C2D;
  text-decoration: none;
}
.contacts .contacts-row .contacts-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
}

footer {
  background: #1E2E23;
  padding-top: 60px;
  margin-top: 130px;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-menu {
  padding: 50px 0;
  text-align: center;
}
footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-menu ul li {
  display: inline-block;
  margin: 0 40px;
}
footer .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
footer .footer-contacts .footer-address {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  margin: 0 50px;
}
footer .footer-contacts .footer-address:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-image: url("../img/address.svg");
}
footer .footer-contacts .footer-mail {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  margin: 0 50px;
}
footer .footer-contacts .footer-mail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 28px;
  height: 20px;
  background-image: url("../img/mail.svg");
}
footer .footer-contacts .footer-mail a {
  text-decoration: none;
  color: #fff;
}
footer .footer-contacts .footer-social {
  margin: 0 50px;
}
footer .footer-contacts .footer-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
footer .footer-contacts .footer-social ul li {
  display: inline-block;
  line-height: 1;
  margin-right: 25px;
}
footer .footer-contacts .footer-social ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
footer .footer-contacts .footer-social ul li a.instagram {
  background-image: url("../img/instagram-white.svg");
}
footer .footer-contacts .footer-social ul li a.facebook {
  background-image: url("../img/facebook-white.svg");
}
footer .footer-contacts .footer-social ul li a.linkedin {
  background-image: url("../img/linkedin-white.svg");
}
footer .footer-contacts .footer-social ul li a.twitter {
  background-image: url("../img/twitter-white.svg");
}
footer .footer-partners {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
footer .footer-partners .footer-partners-item {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-partners .footer-partners-item:last-child {
  margin-right: 0;
}
footer .footer-links {
  text-align: center;
  padding-bottom: 60px;
}
footer .footer-links .footer-links-item {
  display: inline-block;
  color: #fff;
  padding: 5px 30px;
  font-size: 16px;
}
footer .footer-links .footer-links-item a {
  color: #fff;
  text-decoration: none;
}
footer .footer-links .footer-links-item:first-child {
  border-right: 1px solid #fff;
}
footer .footer-links .footer-links-item:last-child {
  border-left: 1px solid #fff;
}
footer .footer-bottom {
  text-align: center;
  padding: 30px 0;
  background: #1C2820;
}

#top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD700;
  background-image: url("../img/up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  right: 30px;
  bottom: 30px;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs .breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs .breadcrumbs-list li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
}
.breadcrumbs .breadcrumbs-list li a {
  color: #2A2C2D;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-list li.current-page {
  font-weight: 400;
}

.project-content {
  padding-top: 30px;
  overflow: hidden;
}
.project-content .project-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-content .project-content-row .project-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  padding-right: 45px;
}
.project-content .project-content-row .project-detail .project-title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 40px;
}
.project-content .project-content-row .project-detail .project-desc p {
  margin-bottom: 20px;
}
.project-content .project-content-row .project-detail .project-desc .style-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.project-content .project-content-row .project-detail .project-desc .style-list li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 20px;
}
.project-content .project-content-row .project-detail .project-desc .style-list li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #005EB8;
  border-radius: 50%;
}
.project-content .project-content-row .project-detail .project-desc .read-more {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  padding: 10px 0;
}
.project-content .project-content-row .project-detail .project-desc .project-buttons {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.project-content .project-content-row .project-detail .project-desc .project-buttons .project-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 20px;
}
.project-content .project-content-row .project-detail .project-desc .project-buttons .project-button .btn {
  width: 100%;
  padding: 15px;
}
.project-content .project-content-row .project-detail .project-desc .project-full-button {
  padding: 10px 0;
}
.project-content .project-content-row .project-detail .project-desc .project-full-button .btn {
  width: 100%;
  padding: 15px;
}
.project-content .project-content-row .project-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}

.report-project {
  padding-top: 130px;
}
.report-project .section-title {
  margin-bottom: 40px;
}
.report-project .report-project-numbers {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-project .report-project-numbers .report-project-numbers-item {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.report-project .report-project-numbers .report-project-numbers-item .report-project-number-item {
  border: 2px solid rgba(42, 44, 45, 0.2);
  border-radius: 10px;
  padding: 25px 40px;
}
.report-project .report-project-numbers .report-project-numbers-item .report-project-number-item .report-project-number-item-label {
  color: #828282;
  font-size: 18px;
  font-weight: 600;
}
.report-project .report-project-numbers .report-project-numbers-item .report-project-number-item .report-project-number-item-sum {
  font-size: 35px;
  font-weight: 600;
}
.report-project .report-project-numbers .report-project-numbers-item .report-project-number-item .report-project-number-item-sum span {
  vertical-align: middle;
}
.report-project .report-project-style-table {
  border: 1px solid rgba(42, 44, 45, 0.2);
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.report-project .report-project-style-table .style-table-row-th {
  background: #2A2C2D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-project .report-project-style-table .style-table-row-th .style-table-th {
  color: #fff;
  padding: 15px 45px;
  font-size: 20px;
  font-weight: 600;
}
.report-project .report-project-style-table .style-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(42, 44, 45, 0.2);
}
.report-project .report-project-style-table .style-table-row .style-table-td {
  font-size: 18px;
  font-weight: 500;
  padding: 25px 45px;
}
.report-project .report-project-style-table .style-table-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.report-project .report-project-style-table .style-table-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.report-project .report-project-style-table .style-table-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: right;
}
.report-project .report-project-button {
  text-align: center;
}
.report-project .report-project-button .btn {
  padding: 15px 30px;
  width: 100%;
  max-width: 220px;
}
.report-project .updated-label {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}
.report-project .reports {
  padding-top: 80px;
}

.about-project {
  padding-top: 130px;
}
.about-project .section-title {
  margin-bottom: 40px;
}
.about-project .about-project-text {
  font-size: 18px;
}
.about-project .about-project-text p {
  margin-bottom: 15px;
}
.about-project .about-project-text .about-project-icons {
  margin-bottom: 25px;
  margin-top: 5px;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(42, 44, 45, 0.2);
}
.about-project .about-project-text .about-project-icons .about-project-icons-row:last-child {
  border-bottom: none;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  position: relative;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(42, 44, 45, 0.2);
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col:last-child:after {
  display: none;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col .about-project-icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 45px;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col .about-project-icons-item .about-project-icons-item-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: #2A2C2D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-project .about-project-text .about-project-icons .about-project-icons-row .about-project-icons-col .about-project-icons-item .about-project-icons-item-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
}

.project-forms {
  padding-top: 65px;
  padding-bottom: 10px;
}
.project-forms .project-forms-row {
  border: 1px solid rgba(42, 44, 45, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-forms .project-forms-row .project-forms-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-right: 1px solid rgba(42, 44, 45, 0.2);
}
.project-forms .project-forms-row .project-forms-col:last-child {
  border-right: none;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-title {
  border-bottom: 1px solid rgba(42, 44, 45, 0.2);
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-desc {
  padding: 35px 15px;
  font-size: 16px;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-person {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-person .item-contact-label {
  color: #005EB8;
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-person .item-contact-value {
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-phone .item-contact-label {
  color: #005EB8;
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-phone .item-contact-value {
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-mail .item-contact-label {
  color: #005EB8;
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-contacts .item-contact-mail .item-contact-value {
  font-size: 16px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form {
  padding-top: 50px;
  padding-bottom: 35px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field {
  padding: 0 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field input {
  width: 100%;
  border: 1px solid #DADADA;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  outline: none;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field input::-webkit-input-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field input::-moz-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field input:-ms-input-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-fields .item-form-field input:-moz-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-button {
  padding-top: 40px;
  text-align: center;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-button .btn {
  width: 100%;
  max-width: 280px;
  border: none;
  padding: 15px 35px;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-privacy {
  padding-top: 10px;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: center;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-privacy a {
  text-decoration: underline;
  color: #2A2C2D;
}

.donate-form {
  padding-top: 30px;
}
.donate-form .donate-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donate-form .donate-form-row .donate-form-step-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  border: 1px solid rgba(42, 44, 45, 0.3);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px 40px;
  overflow: hidden;
}
.donate-form .donate-form-row .donate-form-step-1 .donate-form-title {
  margin-bottom: 22px;
}
.donate-form .donate-form-row .donate-form-step-1 .donate-form-title .donate-form-title-step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #2A2C2D;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
}
.donate-form .donate-form-row .donate-form-step-1 .donate-form-title span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-fields .donate-form-fields-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 20px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field {
  margin-bottom: 10px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field input {
  border: 1px solid #DADADA;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 12px 20px;
  font-size: 14px;
  width: 100%;
  outline: none;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field input::-webkit-input-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field input::-moz-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field input:-ms-input-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-field input:-moz-placeholder {
  color: rgba(42, 44, 45, 0.3);
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-button {
  padding-top: 20px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-button .btn {
  width: 100%;
  border: none;
  padding: 15px 35px;
}
.donate-form .donate-form-row .donate-form-step-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
  background: #2A2C2D;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 40px;
  overflow: hidden;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links {
  position: relative;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links.hidden {
  opacity: 0.5;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links.hidden:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-title {
  margin-bottom: 22px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-title .donate-form-title-step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-title span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 12px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-full-item {
  background: #fff;
  border-radius: 5px;
  padding: 45px;
  padding-bottom: 35px;
  text-align: center;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-full-item img {
  margin-bottom: 25px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-full-item .donate-links-full-item-label {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-full-item .donate-links-full-item-values .donate-links-full-item-value {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #2A2C2D;
  text-decoration: none;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-full-item .donate-links-full-item-values .donate-links-full-item-value:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #005EB8;
  border-radius: 50%;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-min-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  padding: 15px;
}
.donate-form .donate-form-row .donate-form-step-2.donate-links .donate-links-row .donate-links-col .donate-links-min-item:last-child {
  margin-bottom: 0;
}

.bank-details {
  padding-top: 30px;
}
.bank-details .section-title {
  margin-bottom: 20px;
}
.bank-details .section-subtitle {
  font-size: 16px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.bank-details .bank-details-tabs {
  overflow: hidden;
}
.bank-details .bank-details-tabs .bank-details-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bank-details .bank-details-tabs .bank-details-tabs-nav .bank-details-tabs-nav-item {
  border: 1px solid #2A2C2D;
  border-radius: 0px;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.bank-details .bank-details-tabs .bank-details-tabs-nav .bank-details-tabs-nav-item a {
  display: inline-block;
  padding: 15px 40px;
  color: #2A2C2D;
  text-decoration: none;
}
.bank-details .bank-details-tabs .bank-details-tabs-nav .bank-details-tabs-nav-item.ui-tabs-active {
  background: #2A2C2D;
}
.bank-details .bank-details-tabs .bank-details-tabs-nav .bank-details-tabs-nav-item.ui-tabs-active a {
  color: #fff;
}
.bank-details .bank-details-tabs-content {
  border: 1px solid rgba(42, 44, 45, 0.5);
  border-radius: 0px;
  margin-top: -25px;
  padding: 45px 40px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container .bank-details-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 40px;
  padding-right: 15px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container .bank-details-col .bank-details-item {
  padding-right: 40px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container .bank-details-col .bank-details-item .bank-details-item-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container .bank-details-col .bank-details-item .bank-details-item-value {
  font-size: 18px;
  line-height: 1.2;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-container .bank-details-col .bank-details-item-copy {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-button {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bank-details .bank-details-tabs-content .bank-details-tabs-content-item .bank-details-button .btn {
  padding: 15px 22px;
}

.text-page {
  padding-top: 30px;
}
.text-page h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 65px;
}
.text-page p {
  margin-bottom: 15px;
}
.text-page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-top: 5px;
}
.text-page ul li {
  position: relative;
  padding-left: 15px;
}
.text-page ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #005EB8;
  border-radius: 50%;
}

.documentation {
  padding-top: 30px;
}
.documentation .doc-list {
  margin: 0 -10px;
  padding-bottom: 70px;
}
.documentation .doc-list .doc-list-item {
  padding: 0 10px;
}
.documentation .doc-list .doc-list-item .doc-item img {
  margin-left: auto;
  margin-right: auto;
}
.documentation .doc-list .slick-dots {
  bottom: 0;
}
.documentation .doc-list .slick-dots li {
  margin: 0 10px;
}
.documentation .doc-list .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 94, 184, 0.2);
}
.documentation .doc-list .slick-dots li button:before {
  display: none;
}
.documentation .doc-list .slick-dots li.slick-active button {
  background: #FFD700;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  background-image: url("../img/404.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error-404 .error-404-content .error-404-title {
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.error-404 .error-404-content .error-404-subtitle {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.error-404 .error-404-content .error-404-button {
  text-align: center;
}
.error-404 .error-404-content .error-404-button .btn {
  text-transform: uppercase;
  width: 100%;
  max-width: 220px;
  padding: 15px 35px;
}

.thank-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  background-image: url("../img/thank.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thank-page .thank-page-content .thank-page-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.thank-page .thank-page-content .thank-page-subtitle {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.thank-page .thank-page-content .thank-page-button {
  text-align: center;
}
.thank-page .thank-page-content .thank-page-button .btn {
  text-transform: uppercase;
  width: 100%;
  max-width: 220px;
  padding: 15px 35px;
}

.notifyjs-wrapper .notifyjs-bootstrap-success {
  background-color: #FFD700;
  border-color: #FFD700;
  color: #2A2C2D;
}