@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
button {
  font-size: 16px;
  transition: 0.2s;
}
a {
  text-decoration: none;
  color: #2c2c2c;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif;
}
a:hover {
  transition: 0.2s;
  color: #0047ab;
}
.logo-desk {
  font-size: 16px;
}
body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #151515;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET FINISH------------------------------------ */

.container {
  max-width: 1170px;
  margin: 0 auto;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Forum";
  font-size: 21px;
  line-height: 23px;
  color: #757575;
}
.footerlogo-wrapp {
  font-family: "Forum";
  color: #fff;
  text-align: center;
}
.footerlogo-title {
  padding: 20px 0;
  font-size: 47px;
}
.footerlogo-desk {
  font-size: 28px;
}
.header-logo p span {
  color: #232323;
}
.btn {
  background-color: #ffd700;
  border: 1px solid #ffd700;
  border-radius: 5px;
  padding: 16px 58px;
  font-weight: 500;
  transition: 0.2s;
}
.second-btn {
  background-color: transparent;
  border: 1px solid #ffd700;
  color: #ffd700;
  border-radius: 5px;
  padding: 16px 28px;
  font-weight: 500;
  transition: 0.2s;
}
.second-btn:hover {
  background-color: #ffd700;
  border: 1px solid #ffd700;
  color: #2c2c2c;
}
.btn:hover {
  background-color: #0047ab;
  border: 1px solid #0047ab;
  color: #fff;
}
.header-top_wrapper,
.header-info,
.header_info-item {
  display: flex;
}
.header-top_wrapper {
  padding: 28px 0;
  justify-content: space-between;
  align-items: center;
}
.header-top {
  border-bottom: 0.5px solid #2c2c2c;
}
.header_info-item {
  gap: 10px;
  align-items: center;
}
.help_info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-info {
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.info-text p {
  font-weight: 500;
  line-height: 16px;
}
.header-bottom {
  padding: 12px 0 10px 0;
}
#menu-header-menu-1 {
  display: flex;
  gap: 40px;
  font-weight: 500;
}
.header-menu,
.header-lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu {
  display: none;
}
.current-menu-item a {
  color: #0047ab;
}
.full-width {
  width: 100%;
}
.first-section {
  width: 100%;
  height: 760px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-content {
  display: flex;
  flex-direction: column;
  height: 760px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.first-content h1 {
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
}
.first-content h2 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 25px 0 50px 0;
}
.btn-wrapper {
  display: flex;
  gap: 25px;
}
.section-title {
  font-size: 45px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
}
.section-subtitle {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.section-margin {
  margin-top: 100px;
}
.divider {
  content: "";
  width: 101px;
  height: 2px;
  background-color: #0047ab;
  margin: 30px 0;
}
.card-divider {
  content: "";
  width: 41px;
  height: 2px;
  background-color: #0047ab;
}
.center-wrapper {
  display: flex;
  justify-content: center;
}
.progress-bar {
  width: 100%;
  height: 30px;
  background-color: rgba(0, 71, 171, 0.33);
  position: relative;
  border: 2px solid #fff;
  border-radius: 30px;
}

.progress {
  height: 100%;
  background-color: rgba(0, 71, 171, 1);
  border-radius: 30px;
}

.progress-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
}
.blog-carousel,
.team-carousel {
  margin-top: 30px;
}
.post-content {
  text-align: center;
  padding: 20px 16px;
  background-color: rgba(253, 253, 253, 1);
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.21);
  max-width: 370px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 6px;
}
.news-content {
  padding: 20px 16px;
  background-color: rgba(253, 253, 253, 1);
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.21);
  max-width: 370px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 6px;
}
.post-content h3 {
  font-size: 19px;
  line-height: 31px;
  font-weight: 700;
}
.slick-slide a img {
  max-width: 370px;
  border-radius: 5px 5px 0 0;
  max-height: 220px;
  min-height: 220px;
}
.postinfo-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.news-link img {
  max-height: 26px !important;
  min-height: 26px !important;
}
header {
  background-color: #fff;
  z-index: 999;
}
.al-title {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #0047ab;
}

.left,
.text-left {
  text-align: left;
}
.text-justify,
.project-infowrapper {
  text-align: justify;
}
.project-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem;
}
.project-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.project-right {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  max-width: 570px;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(10, 10, 10, 0.39);
}
.absolut-btn {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#help-info,
#join-us {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding: 30px 0;
  min-height: 705px;
}
#contact_us {
  background-image: url(../img/contact-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding: 50px 0;
  min-height: 900px;
}
#need_help {
  background-image: url(../img/need-helpbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 1200px;
  display: flex;
  align-items: center;
}

.helpinfo-wrapper {
  max-width: 680px;
  padding: 50px;
  background-color: rgba(49, 49, 49, 0.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin: 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  float: right;
}
.post-row {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.face-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.joinus-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  gap: 30px;
  align-items: center;
}
#join-us {
  display: flex;
  align-items: center;
}

.collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0066ff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background-color: #fff;
}
.qusetionitem-wrapper {
  margin-top: 30px;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 20px;
}
.content {
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.content p {
  margin-top: 30px;
}
.collapsible__symbol {
  display: inline-block;
  transition: transform 0.2s ease-out;
}
.collapsible.active2 .collapsible__symbol {
  transform: rotate(180deg);
}
.news-date {
  display: flex;
  gap: 10px;
  color: #0047ab;
}
.news-content h3 {
  font-size: 18px;
  font-weight: 700;
}
.news-link {
  display: flex;
  gap: 15px;
  font-weight: 500;
  align-items: center;
  color: #0047ab;
  padding-top: 15px;
  border-top: 2px solid #0047ab;
}
.contact-left {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 50px 80px;
}
.form-title {
  margin-bottom: -20px;
  margin-top: 30px;
}
.form-field {
  margin-top: 30px;
  font-family: "Manrope";
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 14px;
}
.form-field::placeholder {
  color: #bbb;
  font-family: "Manrope";
  font-size: 16px;
}
textarea {
  max-height: 165px;
}
.wpcf7-pum {
  display: none;
}
.contactbtn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.contactbtn-wrapper p {
  width: 100%;
}
.wpcf7-submit {
  width: 100%;
  font-size: inherit;
}
.contactus-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer {
  background-color: #2c2c2c;
  padding: 35px 0 15px 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-menu {
  display: flex;
  justify-content: space-evenly;
}
.footer-menu a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.footer-social {
  display: flex;
  gap: 15px;
}
.footer-left p {
  margin-top: 10px;
  max-width: 305px;
}
.footer-right h3 {
  font-weight: 700;
  font-size: 20px;
}
.footer-bottom {
  margin-top: 30px;
  text-align: center;
  padding: 15px 0 0 0;
  border-top: 1px solid #fff;
}
.footer-bottom p {
  color: #fff;
  font-size: 20px;
}
.footer-bottom a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}
.post-text {
  /*text-align:left;*/
  text-align: justify;
  min-height: 170px;
}
.counter_title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.counter_desk {
  color: #fff;
  font-size: 20px;
}
.counter-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.counter-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#counter {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  height: 500px;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cards-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.card-item {
  padding: 25px;
  background-color: #fdfdfd;
  box-shadow: -7px -6px 13px rgba(183, 183, 183, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-icon {
  max-width: 43px;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
}
.card-listitem {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.team-img {
  width: 270px;
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: end;
  padding-bottom: 15px;
}
.team-content {
  padding-top: 20px;
  width: 270px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 135px;
  background-color: #fdfdfd;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.25);
  margin-bottom: 7px;
}
.projectposts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.filter-buttonswrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.filter-buttonswrapper button {
  background-color: #fdfdfd;
  font-size: 16px;
  width: 200px;
  height: 50px;
  border: 1px solid #fdfdfd;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.25);
}
.filter-buttonswrapper button:hover {
  border: 1px solid #0047ab;
  color: #0047ab;
}
.requisites-wrapper {
  margin-top: 50px;
}

.form-container {
  width: 415px;
  margin-bottom: 15px;
  padding: 35px 15px 20px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: rgba(253, 253, 253, 1);
  box-shadow: 0 2px 4px rgba(183, 183, 183, 0.21);
}
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #757575;
}
.form-header button {
  font-family: "Manrope", sans-serif;
  border: none;
  background: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  padding: 0 0 10px 10px;
  cursor: pointer;
}
.form-header button.active {
  border-bottom: 4px solid #0047ab;
  color: #0047ab;
}
.form-content {
  margin-top: 20px;
}
.amount-buttons {
  display: flex;
  justify-content: space-between;
}
.amount-buttons button {
  border: 1px solid #fdfdfd;
  background: #fdfdfd;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.21);
}
.amount-buttons button.active {
  border: 1px solid #0047ab;
  color: #0047ab;
}
#custom-amount-input {
  width: 100%;
  height: 53px;
  text-align: center;
  margin-top: 15px;
  border: 1px solid #757575;
  border-radius: 5px;
}
#custom-amount-input::placeholder {
  color: #757575;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.continue-button {
  width: 100%;
  height: 53px;
  background: #0047ab;
  border: 1px solid #0047ab;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
}
.continue-button:hover {
  background: transparent;
  color: #0047ab;
}
.qk-kod {
  max-width: 396px;
  height: auto;
  text-align: center;
}
.requisites-left {
  font-size: 20px;
  color: #2c2c2c;
  text-align: center;
}
.requisites-left {
  max-width: 420px;
}
.requisites-wrapper {
  display: flex;
  gap: 50px;
}
.copy-container {
  background-color: #fdfdfd;
  padding: 23px;
  position: relative;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.21);
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.copy-button {
  position: absolute;
  top: 0;
  right: -30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.copy-message {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #0047ab;
  opacity: 0;
  color: #fff;
  transition: opacity 0.5s;
}

.copy-message.show {
  opacity: 1;
}
.bankcards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
.copyimg:hover {
  cursor: pointer;
}
.bankblock {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.21);
  width: 100%;
  padding: 25px 25px 15px 25px;
  border: 1px solid #ccc;
}
.requisites-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bankrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bank-top p {
  font-weight: 500;
  margin-top: 5px;
}
.cf7-row {
  display: flex;
  gap: 25px;
}
.project-right img {
  max-width: 570px;
  height: 100%;
  border-radius: 10px;
}
.reports-link {
  color: #012f6e;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.rep-titlewrapp {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rep-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.rep-wrapper a button {
  background-color: #fdfdfd;
  font-size: 16px;
  width: 200px;
  height: 50px;
  border: 1px solid #fdfdfd;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.25);
}
.rep-wrapper a button:hover {
  color: #012f6e;
  border: 1px solid #012f6e;
}
.projectnews-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.post-item .wp-post-image {
  max-width: 370px;
  height: 220px;
}
.partners-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-logo {
  width: 270px;
  height: 220px;
}
.documentimg {
  width: 293px !important;
  height: 375px !important;
  padding: 10px;
}

.modal {
  display: none; /* Ск по умоланию */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* ернй с порчостью */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Аимия ри ткрытии */
.modal-content,
.modal {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Стили я закрвающей кнк */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.contacts-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.contacts-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
iframe {
  width: 100% !important;
  height: 545px;
}
/**** OTHER STYLES ****/
.projectposts-wrapper .post-item img {
  max-width: 370px;
  min-height: 222px;
  border-radius: 10px 10px 0 0;
}
.load-more {
  display: block;
  width: 160px;
  text-align: center;
  margin: 40px auto;
  cursor: pointer;
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
}
/**** MODALS ****/
.simple-modal-box.modal-box {
  display: none;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}
.simple-modal-box .modal {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  padding: 50px 0 25px;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.simple-modal-box .modal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.close {
  position: absolute;
  right: 10px;
  top: 0;
  color: #2c2c2c;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}
.close:hover,
.close:focus {
  opacity: 1;
}
/**** WPML ****/
.language-menu .menu-item.wpml-ls-item > a {
  display: flex;
  align-items: center;
}

.language-menu .menu-item.wpml-ls-item > a::after {
  content: "";
  display: flex;
  margin-left: 5px;
  background-image: url(../img/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 5px;
  flex: 0 0 13px;
}
.language-menu.active .menu-item.wpml-ls-item > a::after {
  transform: rotate(180deg);
}

.language-menu .menu-item.wpml-ls-item .menu-item a::after {
  display: none;
}

.header-secondary .language-menu {
  z-index: 12;
  margin: 0 30px 0 0;
  display: block;
  user-select: none;
}
.language-menu li {
  list-style-type: none;
  position: relative;
}
.language-menu li .sub-menu {
  display: none;
  margin: 0;
  position: absolute;
  top: 105%;
  left: 0;
}
.language-menu.active li .sub-menu {
  display: block;
}
.language-menu li .sub-menu li {
  padding-top: 5px;
}
.team-social {
  width: 45px !important;
  height: 45px !important;
  min-height: auto !important;
}
