:root {
  --container-width: 1440px;
  --container-padding: 30px;
  --font-main: "Montserrat", sans-serif;
  --font-eUkHead: "e-UkrainerHead", sans-serif;
  --font-eUk: "e-Ukraine", sans-serif;
  --t200: all 200ms ease-out;
}

.dark {
  --page-bg: #252526;
  --text-color: #fff;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #181818;
  background: #fff;
  font-family: var(--font-main);
  overflow-x: hidden;
}
body.admin-bar .header {
  top: 32px;
}
body.single-project .support {
  margin-bottom: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  body.single-project .support {
    margin-bottom: 60px;
  }
}
body.page-template-requisites .support {
  padding: 60px 0 120px;
}
body.page-template-projects .project {
  padding: 40px 0;
}
body.page-template-faq .faq {
  padding: 60px 0 0;
}
body.page-template-about .support {
  padding-bottom: 120px;
}
body.page-template-play-for-ukraine .support {
  padding-bottom: 120px;
}

.page-wrap {
  padding-top: 100px;
  overflow-x: hidden;
}

.text-wrap {
  padding: 40px 0 80px;
}
.text-wrap--title h1 {
  margin: 0 0 20px;
  color: #181818;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.04em;
}
.text-wrap--content h2 {
  margin: 0 0 20px;
  color: #181818;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.04em;
}
.text-wrap--content h3 {
  margin: 0 0 20px;
  color: #181818;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.04em;
}
.text-wrap--content h4 {
  margin: 0 0 20px;
  color: #181818;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.text-wrap--content p {
  margin: 0 0 20px;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.text-wrap--content ul {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  list-style-type: disc;
}
.text-wrap--content ul li {
  margin: 0 0 10px;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  list-style-type: disc;
}
.text-wrap--content ul li:last-child {
  margin-bottom: 0;
}
.text-wrap--content ol {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
}
.text-wrap--content ol li {
  margin: 0 0 10px;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.text-wrap--content ol li:last-child {
  margin-bottom: 0;
}
.text-wrap--content a {
  color: inherit;
  text-decoration: underline !important;
  transition: var(--t200);
}
.text-wrap--content a:hover {
  color: #1F6FCF;
}

.section-title h2 {
  color: #181818;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.04em;
}
.section-title h2 span {
  color: #1F6FCF;
}

.section-text h4 {
  margin: 0 0 20px;
  color: #181818;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.section-text p {
  margin: 0 0 25px;
  color: #6A6D77;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.section-text p:last-child {
  margin-bottom: 0;
}
.section-text ul {
  margin-top: -25px;
  margin-bottom: 25px;
  padding-left: 20px;
  list-style-type: disc;
}
.section-text ul li {
  margin: 0 0 2px;
  color: #6A6D77;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  list-style-type: disc;
}
.section-text ul li:last-child {
  margin-bottom: 0;
}
.section-text a {
  color: inherit;
  text-decoration: underline !important;
}
.section-text a:hover {
  text-decoration: none !important;
}

.grey-link-btn {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #E5E8EA;
  color: #101114;
  padding: 16.5px 30px;
  gap: 8px;
  transition: var(--t200);
}
.grey-link-btn:hover {
  background: #dadada;
}
.grey-link-btn span:last-child {
  width: 26px;
  height: 26px;
}
.grey-link-btn.about-link {
  font-weight: 500;
  width: 100%;
  max-width: 352px;
  padding: 18.5px;
  transition: 0.2s linear;
}
@media screen and (max-width: 1000px) {
  .grey-link-btn.about-link {
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {
  .grey-link-btn.about-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .grey-link-btn.about-link.hidden {
    display: flex;
  }
}
.grey-link-btn.about-link:hover {
  background: #D2D9E6;
}
.grey-link-btn.project-link {
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  padding: 18.5px;
}
@media screen and (max-width: 768px) {
  .grey-link-btn.project-link {
    padding: 12px;
  }
}

.black-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #101114;
  color: #fff;
  padding: 16.5px 30px;
  gap: 8px;
}
.black-link-btn span:last-child {
  width: 26px;
  height: 26px;
}
.black-link-btn.more-link {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  font-weight: 500;
  transition: var(--t200);
}
.black-link-btn.more-link:hover {
  background: #1F6FCF;
}
@media screen and (max-width: 768px) {
  .black-link-btn.more-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .black-link-btn.more-link.hidden {
    display: flex;
  }
}
.black-link-btn.photoreports-link {
  width: 100%;
  font-weight: 500;
  max-width: 430px;
  transition: var(--t200);
}
.black-link-btn.photoreports-link:hover {
  background: #1F6FCF;
}

.blue-link-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #1F6FCF;
  color: #fff;
  padding: 16.5px 5px;
  gap: 8px;
  height: auto !important;
  transition: var(--t200);
}
.blue-link-btn:hover {
  background: #298aff;
}
.blue-link-btn span:last-child {
  width: 26px;
  height: 26px;
}
.blue-link-btn.footer-link {
  font-weight: 500;
  width: 100%;
  max-width: 247px;
}

.container {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .container {
    padding: 0 15px;
  }
}

.container-right {
  /* overflow-x: hidden; */
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

.footer {
  border-radius: 12px 12px 0 0;
  margin-top: auto;
  padding: 35px 0 30px 0;
  background-color: #101114;
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 30px 0;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(224, 232, 245, 0.0784313725);
  margin-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .footer__logo {
    padding-bottom: 20px;
    margin-bottom: 36px;
  }
}
.footer__logo .footer__logo-pic {
  max-width: 175px;
}
@media (max-width: 767px) {
  .footer__logo .footer__logo-pic {
    max-width: 80px;
  }
}
.footer__logo .footer__logo-pic img,
.footer__logo .footer__logo-pic picture {
  width: 100%;
  height: auto;
  display: block;
}

.footer__logo-lang {
  display: flex;
  align-items: center;
}
.footer__logo-lang a {
  color: #fff;
  text-decoration: none;
}
.footer__logo-lang a:hover {
  text-decoration: underline;
}

.footer__contact {
  padding-bottom: 85px;
  border-bottom: 1px solid rgba(224, 232, 245, 0.0784313725);
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer__contact-address p {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: rgba(224, 232, 245, 0.3019607843);
  margin-bottom: 24px;
}
.footer__contact-address .footer__contact-address__phone,
.footer__contact-address .footer__contact-address__mail,
.footer__contact-address .footer__contact-address__clock,
.footer__contact-address .footer__contact-address__loc {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__contact-address .footer__contact-address__phone a,
.footer__contact-address .footer__contact-address__mail a,
.footer__contact-address .footer__contact-address__clock a,
.footer__contact-address .footer__contact-address__loc a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer__contact-address .footer__contact-address__phone a:hover span,
.footer__contact-address .footer__contact-address__phone a:hover svg,
.footer__contact-address .footer__contact-address__mail a:hover span,
.footer__contact-address .footer__contact-address__mail a:hover svg,
.footer__contact-address .footer__contact-address__clock a:hover span,
.footer__contact-address .footer__contact-address__clock a:hover svg,
.footer__contact-address .footer__contact-address__loc a:hover span,
.footer__contact-address .footer__contact-address__loc a:hover svg {
  filter: brightness(0.8);
}
.footer__contact-address .footer__contact-address__phone span:first-child,
.footer__contact-address .footer__contact-address__mail span:first-child,
.footer__contact-address .footer__contact-address__clock span:first-child,
.footer__contact-address .footer__contact-address__loc span:first-child {
  width: 20px;
  height: 20px;
}
.footer__contact-address .footer__contact-address__phone span:first-child svg,
.footer__contact-address .footer__contact-address__mail span:first-child svg,
.footer__contact-address .footer__contact-address__clock span:first-child svg,
.footer__contact-address .footer__contact-address__loc span:first-child svg {
  width: 100%;
  height: 100%;
  transition: var(--t200);
}
.footer__contact-address .footer__contact-address__phone span:last-child,
.footer__contact-address .footer__contact-address__mail span:last-child,
.footer__contact-address .footer__contact-address__clock span:last-child,
.footer__contact-address .footer__contact-address__loc span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #FFFFFF;
}
.footer__contact-address .footer__contact-address__phone,
.footer__contact-address .footer__contact-address__mail,
.footer__contact-address .footer__contact-address__clock,
.footer__contact-address .footer__contact-address__loc {
  margin-bottom: 32px;
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.footer__copyright-item p {
  font-size: 14px;
  font-weight: 200;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.3019607843);
}
.footer__copyright-credits {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__copyright-credits p {
  font-size: 14px;
  font-weight: 200;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.3019607843);
}
.footer__copyright-credits a {
  display: block;
}
.footer__copyright-author {
  display: flex;
  align-items: center;
}
.footer__copyright-author img {
  display: flex;
  width: auto;
  height: 30px;
  margin-left: 12px;
}
.footer__copyright-author .recoded {
  position: relative;
  top: -5px;
  height: 32px;
}

.footer__contact-address__info span {
  font-size: 14px;
  font-weight: 200;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.footer__contact-nav {
  max-width: 733px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.footer__contact-nav p {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: rgba(224, 232, 245, 0.3019607843);
  margin-bottom: 24px;
}
.footer__contact-nav ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__contact-nav ul li.current-menu-item a {
  color: #1F6FCF;
  border-bottom: 2px solid #1F6FCF;
}
.footer__contact-nav ul li a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  transition: var(--t200);
}
.footer__contact-nav ul li a:hover {
  filter: brightness(0.8);
}

.footer__contact-nav__menu,
.footer__contact-nav__inform,
.footer__contact-nav__social {
  width: -moz-max-content;
  width: max-content;
}

.footer__contact-nav__inform {
  margin-left: 100px;
}

.footer__contact-nav__social {
  margin-left: 80px;
}
.footer__contact-nav__social .social-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.footer__contact-nav__social a {
  display: block;
  width: 50px;
  height: 50px;
}
.footer__contact-nav__social a img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__contact-nav__social {
  display: flex;
  flex-direction: column;
}
.footer__contact-nav__social .social-icon-link {
  margin-top: auto;
}
@media screen and (max-width: 980px) {
  .footer__contact-nav__social .social-icon-link.descktop {
    display: none;
  }
}

.social-icon-link.mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .social-icon-link.mobile {
    justify-content: center;
    margin-bottom: 70px;
    display: flex;
  }
  .social-icon-link.mobile a {
    padding: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .footer-hide {
    display: none;
  }
}

.footer-mobile__nav {
  display: none;
  border-bottom: 1px solid rgba(224, 232, 245, 0.0784313725);
  padding-bottom: 60px;
  margin-bottom: 38px;
}
@media screen and (max-width: 980px) {
  .footer-mobile__nav {
    display: flex;
  }
}
.footer-mobile__nav .footer__contact-nav {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  text-align: center;
  gap: 70px;
}
.footer-mobile__nav .footer__contact-nav .footer__contact-nav__inform,
.footer-mobile__nav .footer__contact-nav .footer__contact-nav__social {
  margin-left: 0;
}
.footer-mobile__nav .footer__contact-nav .footer__contact-address div {
  justify-content: center;
}
.footer-mobile__nav ul {
  align-items: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: none;
  margin: 0 auto;
}
.header .header__left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 50%;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .header .header__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .header__left .logo {
  flex-shrink: 0;
  max-width: 138px;
}
.header .header__left .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .header .header__left nav {
    display: none;
  }
}
.header .header__left nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .header__left nav ul li.current-menu-item a {
  color: #1F6FCF;
  border-bottom: 2px solid #1F6FCF;
}
.header .header__left nav ul li a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #1E242D;
  transition: 0.2s linear;
}
.header .header__left nav ul li a:hover {
  color: #1F6FCF;
}
.header .header__right {
  display: flex;
  align-items: center;
}
.header .header__right-lang {
  margin-right: 8px;
}
.header .header__right-lang a {
  height: 52px;
  padding: 16px 17px;
  color: #101114;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--t200);
}
.header .header__right-lang a:hover {
  background: #D2D9E6;
}
.header .header__right-btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1180px) {
  .header .header__right-btns {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .header .header__right-btns {
    flex-direction: row;
    gap: 5px;
  }
}
.header .header__right-btns .header-btn {
  display: inline-flex;
  align-items: center;
  height: 52px;
  border-radius: 5px;
}
.header .header__right-btns .header-btn.get-support {
  background: #E5E8EA;
  color: #101114;
  padding: 0 30px;
  gap: 8px;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .header .header__right-btns .header-btn.get-support {
    display: none;
  }
}
.header .header__right-btns .header-btn.get-support span:last-child {
  width: 26px;
  height: 26px;
}
.header .header__right-btns .header-btn.give-support {
  font-weight: 500;
  padding: 0 43px;
  background: #101114;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .header .header__right-btns .header-btn.give-support {
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .header .header__right-btns .header-btn.give-support {
    padding: 12px 31px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.01em;
  }
}
.header .header__right-btns button {
  width: 52px;
  height: 52px;
  cursor: pointer;
  background: #E5E8EA;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}
@media screen and (max-width: 860px) {
  .header .header__right-btns button {
    display: flex;
  }
}

.header-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.header-show {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.logo {
  font-size: 32px;
}

.mobile-nav {
  z-index: 1000000;
  position: fixed;
  overflow-y: auto;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s linear;
}
.mobile-nav.open-menu {
  top: 0;
  transition: all 0.3s linear;
}
.mobile-nav .container {
  padding: 0 15px;
}
.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 12px;
}
.mobile-nav__head-logo a {
  display: block;
  max-width: 55px;
}
.mobile-nav__head-logo a img {
  width: 100%;
  display: block;
  height: auto;
}
.mobile-nav__head .header__right-lang a {
  display: flex;
  height: 52px;
  padding: 16px 17px;
  color: #101114;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--t200);
}
.mobile-nav__head-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mobile-nav__head-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 12px 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background: #101114;
  border-radius: 5px;
}
.mobile-nav__head-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #E5E8EA;
  border-radius: 5px;
  cursor: pointer;
}
.mobile-nav__content {
  margin-top: 40px;
  background: #EFF1F2;
  border-radius: 12px;
  padding: 46px 20px 26px 20px;
}
.mobile-nav__content .menu-header-nav-ua-container ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 75px;
}
.mobile-nav__content .menu-header-nav-ua-container ul li {
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D6DEEB;
}
.mobile-nav__content .menu-header-nav-ua-container ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.mobile-nav__content .menu-header-nav-ua-container ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #1E242D;
}
.mobile-nav__content-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.mobile-nav__content-links a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav__content-links .get-support {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding: 12px;
  background: #E5E8EA;
  color: #101114;
}
.mobile-nav__content-links .give-support {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding: 16px;
  border-radius: 5px;
  background: #101114;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header__right-btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1180px) {
  .header__right-btns {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .header__right-btns {
    flex-direction: row;
    gap: 5px;
  }
}
.header__right-btns .header-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}
.header__right-btns .header-btn.get-support {
  background: #E5E8EA;
  color: #101114;
  padding: 16.5px 30px;
  gap: 8px;
  transition: var(--t200);
}
.header__right-btns .header-btn.get-support:hover {
  background: #D2D9E6;
}
@media screen and (max-width: 860px) {
  .header__right-btns .header-btn.get-support {
    display: none;
  }
}
.header__right-btns .header-btn.get-support span:last-child {
  width: 26px;
  height: 26px;
}
.header__right-btns .header-btn.give-support {
  padding: 16.5px 43px;
  background: #101114;
  color: #fff;
  transition: var(--t200);
}
.header__right-btns .header-btn.give-support:hover {
  background: #1F6FCF;
}
@media screen and (max-width: 1180px) {
  .header__right-btns .header-btn.give-support {
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .header__right-btns .header-btn.give-support {
    padding: 12px 31px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.01em;
  }
}
.header__right-btns button {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: #E5E8EA;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}
@media screen and (max-width: 860px) {
  .header__right-btns button {
    display: flex;
  }
}

/* Nav Icon */
.mobile-nav-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 4px;
  --spacing: 6px;
  --color: #000;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 3 + var(--spacing) * 2);
  width: var(--width);
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.nav-icon.nav-icon--active {
  background-color: transparent;
}

.nav-icon.nav-icon--active::before,
.nav-icon.nav-icon--active::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon--active::before {
  transform: rotate(45deg);
}

.nav-icon.nav-icon--active::after {
  transform: rotate(-45deg);
}

/* Layout */
.mobile-nav-btn {
  z-index: 999;
}

@media screen and (max-width: 830px) {
  .about {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 60px;
  }
}
.about .container {
  padding: 0 0 0 30px;
  max-width: 100%;
}
.about__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6DEEB;
  margin-bottom: 24px;
  max-width: 1440px;
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .about__title {
    padding-bottom: 12px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 860px) {
  .about__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}
.about__title h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #181818;
}
@media screen and (max-width: 1000px) {
  .about__title h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .about__title h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
.about .about__content {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .about .about__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .about .about__content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__content {
    gap: 25px;
    margin-bottom: 0;
  }
}
.about .about__content-descr {
  max-width: 510px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .about .about__content-descr {
    max-width: 100%;
  }
}
.about .about__content-descr p {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: rgba(16, 17, 20, 0.8);
}
@media screen and (max-width: 768px) {
  .about .about__content-descr p {
    font-size: 14px;
    line-height: 25px;
  }
}
.about .about__content-descr p span {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: rgba(16, 17, 20, 0.8);
}
.about .about__content-gallery {
  max-width: 720px;
}
@media screen and (max-width: 1000px) {
  .about .about__content-gallery {
    max-width: 100%;
  }
}
.about .about__content-gallery .slider__about-slide {
  max-width: 650px;
}
@media screen and (max-width: 1000px) {
  .about .about__content-gallery .slider__about-slide {
    max-width: 100%;
  }
}
.about .about__content-gallery .slider__about-slide.swiper-slide {
  transition: opacity 0.2s linear;
  opacity: 0.2;
}
@media screen and (max-width: 479px) {
  .about .about__content-gallery .slider__about-slide.swiper-slide {
    opacity: 0.2;
  }
}
.about .about__content-gallery .slider__about-slide.swiper-slide-active {
  transition: opacity 0.2s linear;
  opacity: 1;
}
.about .about__content-gallery .slider__about-slide .about-slide-img {
  width: 100%;
  height: 406px;
}
.about .about__content-gallery .slider__about-slide img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-mob-links {
  padding-right: 15px;
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about-mob-links {
    display: flex;
  }
}
.about-mob-links a {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px !important;
}

.buggy {
  display: none;
  position: relative;
  margin-bottom: 120px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .buggy {
    margin-bottom: 80px;
  }
}
.buggy .buggy-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.buggy .buggy-bg img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: block;
}
.buggy .buggy__content {
  z-index: 1;
  background: #F2F4F5;
  border-radius: 12px;
  position: relative;
  padding: 52px 100px 45px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .buggy .buggy__content {
    flex-direction: column;
    gap: 80px;
    padding: 40px 20px;
    align-items: flex-start;
  }
}
.buggy .buggy__content .buggy__content-pixel-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 679px;
}
.buggy .buggy__content .buggy__content-pixel-bg img {
  width: 100%;
  height: auto;
  display: block;
}
.buggy .buggy__content .buggy__content-pixel-b,
.buggy .buggy__content .buggy__content-pixel-t {
  z-index: -2;
  position: absolute;
}
@media screen and (max-width: 420px) {
  .buggy .buggy__content .buggy__content-pixel-b,
  .buggy .buggy__content .buggy__content-pixel-t {
    max-width: 166px;
  }
}
.buggy .buggy__content .buggy__content-pixel-b {
  left: 5%;
  bottom: 0;
  transform: translateY(90%);
}
.buggy .buggy__content .buggy__content-pixel-t {
  right: 5%;
  top: 0;
  transform: translateY(-90%);
}
.buggy .buggy__content .buggy__content-photo {
  max-width: 470px;
  position: relative;
}
.buggy .buggy__content .buggy__content-photo img:not(:first-child) {
  position: absolute;
  max-width: 180px;
}
.buggy .buggy__content .buggy__content-photo img:nth-child(2) {
  top: 0;
  left: 0;
}
.buggy .buggy__content .buggy__content-photo img:last-child {
  bottom: 0;
  right: 0;
}
.buggy .buggy__content .buggy__content-photo video {
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .buggy .buggy__content .buggy__content-photo {
    max-width: 332px;
    margin: 0 auto;
  }
}
.buggy .buggy__content .buggy__content-photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
}
.buggy .buggy__content .buggy__content-descr {
  max-width: 565px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .buggy .buggy__content .buggy__content-descr {
    max-width: 100%;
  }
}
.buggy .buggy__content .buggy__content-descr h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #181818;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6DEEB;
}
@media screen and (max-width: 768px) {
  .buggy .buggy__content .buggy__content-descr h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}
.buggy .buggy__content .buggy__content-descr p {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #181818;
  margin-bottom: 117px;
}
@media screen and (max-width: 768px) {
  .buggy .buggy__content .buggy__content-descr p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .buggy__content-descr a {
    display: flex !important;
    padding: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.donats {
  margin-bottom: 90px;
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  .donats {
    margin-bottom: 60px;
  }
}
.donats .donats__title {
  max-width: 835px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1000px) {
  .donats .donats__title {
    margin-bottom: 40px;
  }
}
.donats .donats__title img {
  width: 38px;
  height: 31.09px;
}
.donats .donats__title h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;
  color: #101114;
}
@media screen and (max-width: 768px) {
  .donats .donats__title h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.donats .donats__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .donats .donats__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.donats .donats__cards-item {
  position: relative;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #DFE6EB;
  background: #EFF1F2;
}
@media screen and (max-width: 325px) {
  .donats .donats__cards-item {
    padding: 20px 0 20px 20px;
  }
}
.donats .donats__cards-item .donats__cards-item__bg {
  position: absolute;
  top: 21px;
  right: 25px;
  max-width: 178px;
}
.donats .donats__cards-item .donats__cards-item__bg img {
  width: 100%;
}
.donats .donats__cards-item .donats__cards-item__icon {
  margin-bottom: 38px;
  padding: 38px 0 0 36px;
}
.donats .donats__cards-item .donats__cards-item__decsr {
  margin-bottom: 15px;
  padding-bottom: 23px;
  border-bottom: 1px solid #DFE6EB;
}
.donats .donats__cards-item .donats__cards-item__decsr p {
  padding-left: 38px;
  padding-right: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1E242D;
}
.donats .donats__cards-item .donats__cards-item__sum span {
  display: block;
  font-family: var(--font-eUkHead);
  padding: 0 0 32px 38px;
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #101114;
}

@media screen and (max-width: 768px) {
  .faq {
    padding-top: 60px;
  }
}
.faq .sm-container {
  position: relative;
}
.faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.faq__content {
  padding: 50px 47px 110px 47px;
  background: #F2F4F5;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__content {
    padding: 40px 20px 19px 20px;
    margin-bottom: 35px;
    border-radius: 12px;
  }
}
.faq__content .faq__content-pixel-t {
  position: absolute;
  left: 5%;
  top: 0;
  transform: translateY(-90%);
}
@media screen and (max-width: 768px) {
  .faq__content .faq__content-pixel-t {
    max-width: 166px;
  }
}
.faq__content-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D6DEEB;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq__content-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.faq__content-title h3 {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #101114;
}
@media screen and (max-width: 768px) {
  .faq__content-title h3 {
    font-size: 36px;
    line-height: 43px;
  }
}

.faq__content-accordion {
  max-width: 830px;
  margin: 0 auto;
}

.item-at {
  cursor: pointer;
  border: 1px solid #E0E8F5;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 27px 75px 27px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item-at {
    margin-bottom: 10px;
    padding: 24px 75px 24px 22px;
  }
}
.item-at::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  width: 52px;
  height: 52px;
  background: url("../img/plus-icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .item-at::before {
    top: 10px;
    width: 46px;
    height: 46px;
  }
}
.item-at h3 {
  max-width: 666px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #120029;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  .item-at h3 {
    font-size: 15px;
    line-height: 19px;
  }
}

.item-at.active {
  transition: all 0.4s linear;
  margin-bottom: 15px;
}
.item-at.active h3 {
  color: #1F6FCF;
}
.item-at.active::before {
  content: "";
  position: absolute;
  transform: translateY(0);
  top: 14px;
  right: 13px;
  width: 52px;
  height: 52px;
  background: url("../img/minus-icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .item-at.active::before {
    top: 10px;
    width: 46px;
    height: 46px;
  }
}

.tab-at {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s linear;
}
.tab-at p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #626972;
}
.tab-at p a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1F6FCF;
  text-decoration: underline;
}

.tab-at.active {
  max-height: auto;
}

.title-at {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s linear;
}

.title-at.active {
  transition: all 0.4s linear;
  margin-bottom: 15px;
}

.faq-link {
  padding-top: 16px;
}

.intro {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  .intro {
    padding-top: 70px;
  }
}
@media screen and (max-width: 860px) {
  .intro {
    padding-top: 0;
  }
}
.intro .intro-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .intro .intro-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.intro h1 {
  max-width: 785px;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: -0.04em;
  margin-bottom: 32px;
  color: #fff;
}
@media screen and (max-width: 1185px) {
  .intro h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .intro h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.intro h1 span {
  color: #FDD631;
}
.intro .intro-col.intro-content {
  width: 100%;
  padding: 181px 53px;
  position: relative;
  border-radius: 12px;
  background: #1F6FCF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-content {
    padding: 181px 20px;
  }
}
.intro .intro-col.intro-content .pixel-ico {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(50%, 100%);
}
.intro .intro-col.intro-content .link-container.mob-hidden a {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 100%;
  max-width: 240px;
  padding: 8px;
  color: #fff;
  background: #101114;
  border-radius: 6px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: var(--t200);
}
.intro .intro-col.intro-content .link-container.mob-hidden a:hover {
  color: #101114;
  background: #fff;
}
.intro .intro-col.intro-content .link-container.mob-hidden a span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 13px;
  background: #FDD631;
}
.intro .intro-col.intro-content .link-container.mob-hidden a span:first-child svg {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-content .link-container.mob-hidden {
    display: none;
  }
}
.intro .intro-col.intro-content .link-container.mob-vissible {
  display: none;
  max-width: 305px;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-content .link-container.mob-vissible {
    display: flex;
  }
}
.intro .intro-col.intro-content .link-container.mob-vissible a {
  font-family: var(--font-eUkHead);
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 10px;
}
.intro .intro-col.intro-content .link-container.mob-vissible a span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .intro-col.intro-content .link-container.mob-vissible a:first-child {
  background: #E5E8EA;
  color: #101114;
}
.intro .intro-col.intro-content .link-container.mob-vissible a:first-child svg {
  width: 10px;
  height: 10px;
}
.intro .intro-col.intro-content .link-container.mob-vissible a:last-child {
  background: #101114;
  color: #FFFFFF;
}
.intro .intro-col.intro-content .link-container.mob-vissible a:last-child svg {
  width: 15px;
  height: 15px;
}
.intro .intro-col.intro-content .link-container.mob-vissible a:last-child svg path {
  width: 100%;
  height: 100%;
}
.intro .intro-col.intro-slider {
  max-width: 476px;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-slider {
    max-width: 100%;
  }
}
.intro .intro-col.intro-slider .intro-slider__items {
  height: 100%;
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper {
  height: 100%;
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide {
  max-width: 100%;
  height: 100%;
  position: relative;
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr {
  border-radius: 5px;
  padding: 27px 23px 20px 23px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.1294117647);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr p {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr p {
    font-size: 12px;
    line-height: 15px;
  }
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr h3 {
  font-family: "Montserrat";
  font-size: 34px;
  font-weight: 600;
  line-height: 44.2px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr h3 {
    font-size: 26px;
    line-height: 33px;
  }
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr a {
  padding: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #101114;
  border-radius: 5px;
  transition: var(--t200);
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr a:hover {
  background: #1F6FCF;
}
.intro .intro-col.intro-slider .intro-slider__items .intro-slider__wrapper .intro-slider__slide .intro-slider__slide-descr a span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .intro-col.intro-slider .intro-slider__items .pagination-inner {
  position: absolute;
  top: 19px;
  width: 100%;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0 auto;
}
.intro .intro-col.intro-slider .intro-slider__items .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  gap: 6px;
  justify-content: center;
}
.intro .intro-col.intro-slider .intro-slider__items .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0;
  height: 2px;
  width: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3019607843);
}
.intro .intro-col.intro-slider .intro-slider__items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.3019607843) !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.swiper-pagination-bullet-active::before {
  background-color: #fff;
  animation: slide-progress 10s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.map {
  margin-top: 140px;
  padding: 430px 0;
  margin-bottom: 100px;
  position: relative;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 830px) {
  .map {
    padding: 100px 0;
  }
}
.map .map-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map .map-bg picture {
  display: flex;
}
.map .map-bg picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.map .map-item__first,
.map .map-item__second,
.map .map-item__third,
.map .map-item__fourth,
.map .map-item__fifth,
.map .map-item__sixth,
.map .map-item__seventh {
  position: absolute;
}
.map .map-item__first img,
.map .map-item__second img,
.map .map-item__third img,
.map .map-item__fourth img,
.map .map-item__fifth img,
.map .map-item__sixth img,
.map .map-item__seventh img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.map .map-item__first {
  max-width: 86px;
  top: 8%;
  left: 22%;
}
@media screen and (max-width: 830px) {
  .map .map-item__first {
    max-width: 66px;
    bottom: 0;
    top: auto;
    right: 5%;
    left: auto;
  }
}
.map .map-item__second {
  max-width: 72px;
  top: 34%;
  right: 25%;
}
@media screen and (max-width: 830px) {
  .map .map-item__second {
    display: none;
  }
}
.map .map-item__third {
  max-width: 147px;
  right: 9%;
  top: 20%;
}
@media screen and (max-width: 830px) {
  .map .map-item__third {
    max-width: 80px;
    top: 0%;
  }
}
.map .map-item__fourth {
  max-width: 147px;
  left: 8%;
  top: 45%;
}
@media screen and (max-width: 1310px) {
  .map .map-item__fourth {
    top: 25%;
  }
}
@media screen and (max-width: 830px) {
  .map .map-item__fourth {
    max-width: 90px;
    top: -5%;
  }
}
.map .map-item__fifth {
  max-width: 114px;
  bottom: 21%;
  left: 26%;
}
@media screen and (max-width: 830px) {
  .map .map-item__fifth {
    max-width: 113px;
    bottom: -4%;
    left: 7%;
  }
}
.map .map-item__sixth {
  max-width: 64px;
  bottom: 25%;
  right: 27%;
}
@media screen and (max-width: 830px) {
  .map .map-item__sixth {
    display: none;
  }
}
.map .map-item__seventh {
  max-width: 132px;
  right: 12%;
  bottom: 33%;
}
@media screen and (max-width: 1140px) {
  .map .map-item__seventh {
    right: 43%;
    top: 17%;
  }
}
@media screen and (max-width: 830px) {
  .map .map-item__seventh {
    max-width: 76px;
    top: auto;
    bottom: 30%;
    right: -12%;
  }
}
.map__content {
  position: relative;
  z-index: 5;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map__content-icon {
  width: 52px;
  height: 50px;
  margin: 0 auto 15px auto;
}
.map__content-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.map__content-descr {
  margin-bottom: 48px;
}
.map__content-descr h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  color: #101114;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .map__content-descr h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
.map__content-descr p {
  max-width: 528px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin: 0 auto;
  color: rgba(16, 17, 20, 0.6980392157);
}
@media screen and (max-width: 768px) {
  .map__content-descr p {
    font-size: 13px;
    line-height: 23px;
  }
}
.map__content-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .map__content-links {
    flex-direction: column;
  }
}
.map__content-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #101114;
  border-radius: 5px;
  max-width: 270px;
  width: 100%;
  padding: 20px;
  transition: var(--t200);
}
.map__content-links a:hover {
  background: #1F6FCF;
}
@media screen and (max-width: 768px) {
  .map__content-links a {
    padding: 18px;
  }
}
.map__content-links a .icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
}
.map__content-links a .icon svg {
  display: flex;
}
.map__content-links a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

.support h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.04em;
  color: #101114;
  margin-bottom: 20px;
}

.support-heading {
  padding-bottom: 11px;
  border-bottom: 1px solid #D6DEEB;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .support-heading {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
.support-heading h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #101114;
}

.support .text-upper {
  text-transform: uppercase;
}

.support .text-light {
  transition: 0.2s ease-in-out;
  color: #818181;
}

.support a,
.support button {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.support .support-container {
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
}

.support .support-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.support .pay-card {
  flex: 0 0 500px;
  max-width: 100%;
  border: 1px solid #E0E8F5;
  border-radius: 8px;
  padding: 2.5rem;
  height: -moz-max-content;
  height: max-content;
  background: #fff;
}

.support .payment-details {
  flex: 1;
}

.support .details-switcher {
  padding: 23px;
  border: 1px solid #E0E8F5;
  border-radius: 8px;
  margin-bottom: 21px;
  background: #fff;
}

.support .details-card {
  padding: 20px 30px;
  overflow: hidden;
  border: 1px solid #E0E8F5;
  border-radius: 8px;
  background: #fff;
}

.support .content-block {
  margin-bottom: 1.5rem;
}
.support .content-block a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.support .content-block p {
  line-height: 2;
  margin: 0;
}

.support .copy-box {
  padding: 1rem 1.5rem;
  border: 1px solid #F2F4F5;
  background: #F2F4F5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  flex-wrap: wrap;
  gap: 15px;
  word-break: break-word;
}

.support .copy-box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.support .copy-box .label {
  color: #818181;
  font-weight: 700;
  margin: 0;
}

.support .btn-copy {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0d59b5;
  font-weight: 700;
  border: none;
  background: transparent;
  position: relative;
  padding: 0 25px 0 0;
}

.support .btn-copy.copied {
  padding: 0 35px 0 0;
  transition: 0.2s linear;
}

.support .btn-copy:after {
  content: "";
  background: url("../img/icon-copy.svg");
  width: 18px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.support .btn-copy:hover span {
  color: #1F6FCF !important;
}

.support .btn-copy:hover:after {
  background: url("../img/icon-copy-hover.svg");
}

.support .btn-copy.copied:after {
  background: url("../img/icon-copy-done.svg");
  width: 28px;
  height: 16px;
}

.support .btn-primary {
  display: flex;
  padding: 18.5px 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #101114;
  color: #1d1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  border-radius: 5px;
  transition: var(--t200);
}
.support .btn-primary:hover {
  background: #1F6FCF;
}

.support .donate-form .field-wrapp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: 2px solid #F2F4F5;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .support .donate-form .field-wrapp {
    margin-bottom: 8px;
    gap: 0;
  }
}

.support .donate-form input {
  padding-left: 16px;
  border: none;
  max-width: 314px;
  height: 55px;
  caret-color: #101114;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .support .donate-form input {
    font-size: 24px;
    line-height: 24px;
  }
}

.support .donate-form input:focus {
  outline: none;
  border: none;
}

.support .donate-form .select-custom {
  flex: 1;
  padding: 26px 32px;
  background: #F2F4F5;
}
@media screen and (max-width: 768px) {
  .support .donate-form .select-custom {
    padding: 20px 8px 20px 20px;
  }
}

.support .donate-form input::-webkit-outer-spin-button,
.support .donate-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.support .donate-form input {
  -moz-appearance: textfield;
}

.support .donate-form .buttons-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .support .donate-form .buttons-set {
    gap: 4px;
    margin-bottom: 40px;
  }
}

.support .donate-form .buttons-set .btn {
  cursor: pointer;
  padding: 1rem 10px;
  background: transparent;
  border: 2px solid #EFF1F2;
  border-radius: 8px;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #101114;
}
.support .donate-form .buttons-set .btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #B1B6B9;
}
@media screen and (max-width: 560px) {
  .support .donate-form .buttons-set .btn span {
    font-size: 13px;
    line-height: 20px;
  }
}

.support .donate-form .buttons-set .btn:hover,
.support .donate-form .buttons-set .btn:focus {
  border: 2px solid #1F6FCF;
  border-radius: 4px;
  background: transparent;
  color: #1F6FCF;
}
.support .donate-form .buttons-set .btn:hover span,
.support .donate-form .buttons-set .btn:focus span {
  color: #1F6FCF;
}

.support .donate-form .buttons-set .btn:active {
  border: 2px solid #1F6FCF;
  border-radius: 4px;
  background: transparent;
  color: #1F6FCF;
}
.support .donate-form .buttons-set .btn:active span {
  color: #1F6FCF;
}

.support .donate-form .btn-submit {
  width: 100%;
}

/***--- Switcher ---***/
.support .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.support .switcher {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.support .switcher .text-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #101114;
}
@media screen and (max-width: 768px) {
  .support .switcher .text-heading {
    font-size: 14px;
    line-height: 21px;
  }
}

.support .switcher label {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  background-color: #EFF1F2;
  border-radius: 100vw;
  cursor: pointer;
  transition: background-color 200ms ease-out;
}

.support .switcher input:checked + label {
  background-color: #1F6FCF;
}

.support .switcher label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transition: 200ms ease-out;
  transition-property: background-color, transform;
}

.support .switcher input:checked + label::before {
  background-color: #fff;
  transform: translateX(20px);
}

/***--- Tabs ---***/
.support .tabs {
  width: 100%;
}

#tab-swift {
  padding-top: 40px;
}
#tab-swift h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.support .tabs-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid #E0E8F5;
  width: 100%;
}

.support .tabs-nav-wrapp {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .support .tabs-nav-wrapp {
    margin-bottom: 30px;
  }
}

.support .tabs-nav li {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .support .tabs-nav li {
    max-width: 100%;
    width: 50%;
  }
}
.support .tabs-nav li a {
  width: 100%;
  text-align: center;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .support .tabs-nav li a {
    padding: 0;
    padding-bottom: 10px;
  }
}

.support .tabs-nav a {
  padding: 0 1rem 0.5rem;
  border-bottom: 4px solid transparent;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  color: #1d1c1c;
  margin-bottom: -1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .support .tabs-nav a {
    font-size: 12px;
    line-height: 18px;
  }
}

.support .tabs-nav .active a {
  border-bottom: 4px solid #1F6FCF;
  color: #1F6FCF;
}

.support .tabs-content > div {
  display: none;
}

.support .tabs-content > div:first-child {
  display: block;
}

/***--- Styled Select ---***/
.support .select-custom {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #fff;
}

.support .select-custom select {
  visibility: hidden;
  opacity: 0;
}

.support .select-styled {
  position: absolute;
  transition: all 0.2s ease-in;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: #101114;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support .select-styled {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 380px) {
  .support .select-styled {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .support .select-styled {
    transform: translate(-58%, -50%);
  }
}

.support .select-styled:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93bi1zaGFycC1zb2xpZCAxIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTcuOTk5OTggMTMuOTE1N0w4LjcwNjIzIDEzLjIwOTVMMTQuNzA2MiA3LjIwOTQ3TDE1LjQxNTYgNi41MDAxTDE0IDUuMDg0NDdMMTMuMjkzNyA1Ljc5MDcyTDcuOTk5OTggMTEuMDg0NUwyLjcwNjIzIDUuNzkzODVMMS45OTk5OCA1LjA4NDQ3TDAuNTg0MzUxIDYuNTAwMUwxLjI5MDYgNy4yMDYzNUw3LjI5MDYgMTMuMjA2M0w3Ljk5OTk4IDEzLjkxNTdaIiBmaWxsPSIjMUQxQzFDIi8+CjwvZz4KPC9zdmc+Cg==);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  .support .select-styled:before {
    right: 8px;
  }
}

.support .select-styled.active:before {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
}

.support .select-options {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  color: #000;
}

.support .select-options li {
  margin: 0;
  padding: 12px 0;
  transition: all 0.15s ease-in;
  text-align: center;
}

.support .select-options li:hover,
.support .select-options li.is-selected {
  color: #1F6FCF;
}

.support .select-options li[rel=hide] {
  display: none;
}

@media (max-width: 768px) {
  .support h2 {
    font-size: 36px;
    line-height: 43px;
    text-align: center;
  }
  .support h3 {
    font-size: 25px;
  }
  .support .pay-card {
    flex: 0 0 100%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support .pay-card {
    padding: 18px 13px 13px 13px;
  }
}
@media (max-width: 768px) {
  .support .donate-form input {
    max-width: 70%;
  }
  .support .payment-details {
    width: 100%;
  }
  .support .details-switcher {
    padding: 19px 12px;
  }
  .support .details-card {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support .details-card {
    padding: 18px 12px;
  }
}
@media (max-width: 560px) {
  .support .support-heading {
    margin-bottom: 40px;
  }
  .support .donate-form .buttons-set .btn {
    line-height: 20px;
    padding: 18px 5px;
  }
  .support .donate-form input {
    font-size: 30px;
  }
}
.support-content {
  background: #F2F4F5;
  padding: 50px 25px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .support-content {
    padding: 41px 20px 20px 20px;
  }
}
.support-content .support-content-pixel-t,
.support-content .support-content-pixel-b {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .support-content .support-content-pixel-t,
  .support-content .support-content-pixel-b {
    max-width: 166px;
  }
}
.support-content .support-content-pixel-t {
  top: 0;
  left: 5%;
  transform: translateY(-90%);
}
.support-content .support-content-pixel-b {
  transform: translateY(90%);
  bottom: 0;
  right: 5%;
}

.payment-details .details-card .tabs .tabs-nav-wrapp.swift {
  margin-bottom: 0;
  width: 100%;
}
.payment-details .details-card .tabs .tabs-nav-wrapp ul li {
  max-width: 100%;
  width: 100%;
}
.payment-details .details-card .tabs .tabs-content .tab .content-block p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #101114;
}
.payment-details .details-card .tabs .tabs-content .tab .content-block p span {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #101114;
}
@media screen and (max-width: 560px) {
  .payment-details .details-card .tabs .tabs-content .tab .content-block p span {
    font-size: 14px;
    line-height: 19px;
  }
}
.payment-details .details-card .tabs .tabs-content .tab .copy-box span {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  color: #101114;
}
.payment-details .details-card .tabs .tabs-content .tab .copy-box span a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.payment-details .details-card .tabs .tabs-content .tab .copy-box .btn-copy span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #6F787C;
  transition: 0.2s linear;
}
.payment-details .details-card .tabs .tabs-content .tab .copy-box .btn-copy.copied span {
  color: #1F6FCF;
}

.photoreports {
  margin-bottom: 130px;
  position: relative;
}
.photoreports::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: calc((100% - var(--container-width)) / 2 + var(--container-padding));
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .photoreports::before {
    width: 30px;
  }
}
@media screen and (max-width: 860px) {
  .photoreports::before {
    width: 15px;
  }
}
.photoreports__title {
  padding-bottom: 11px;
  border-bottom: 1px solid #E0E8F5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .photoreports__title {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}
.photoreports__title h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #101114;
}
@media screen and (max-width: 768px) {
  .photoreports__title h3 {
    font-size: 36px;
    line-height: 50px;
  }
}
.photoreports__content-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .photoreports__content-share {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
    align-items: flex-start;
  }
}
.photoreports__content-share p {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: rgba(16, 17, 20, 0.8);
}
@media screen and (max-width: 768px) {
  .photoreports__content-share p {
    font-size: 14px;
    line-height: 25px;
  }
}
.photoreports__content-share .insta-share {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  background: rgba(229, 232, 234, 0.6);
  border-radius: 45px;
  transition: var(--t200);
}
.photoreports__content-share .insta-share:hover {
  background: #D2D9E6;
}
@media screen and (max-width: 768px) {
  .photoreports__content-share .insta-share {
    width: 100%;
    padding: 13px;
    max-width: 100%;
    justify-content: center;
  }
}
.photoreports__content-share .insta-share span:first-child {
  width: 17px;
  height: 17px;
}
.photoreports__content-share .insta-share span:first-child img {
  width: 100%;
  height: 100%;
}
.photoreports__content-share .insta-share span:last-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #1F6FCF;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide {
  max-width: 560px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more {
  max-height: 350px;
  background: #EFF1F2;
  border: 1px solid #DBDEE0;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more {
    max-height: 255px;
  }
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr {
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    align-items: center;
  }
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-ico {
  width: 44px;
  height: 40px;
  margin: 0 auto;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-ico img {
  width: 100%;
  height: 100%;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-text {
  max-width: 295px;
  text-align: center;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #1E242D;
}
@media screen and (max-width: 480px) {
  .photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-text p {
    font-size: 19px;
    line-height: 24px;
  }
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link {
    max-width: 100%;
  }
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 5px;
  background: #0D59B5;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link a span:first-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #fff;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link a span:last-child {
  width: 32px;
  height: 32px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .photoreports__content-slide__descr-link a span:last-child svg {
  width: 100%;
  height: 100%;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide.slide-more .slide-more-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__img {
  max-width: 560px;
  height: 350px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr {
  padding-top: 14px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #101114;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location .photoreports-map {
  display: flex;
  align-items: center;
  gap: 6px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location .photoreports-map span:first-child {
  width: 12px;
  height: 17px;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location .photoreports-map span:first-child img {
  width: 100%;
  height: 100%;
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr-location .photoreports-map span:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(16, 17, 20, 0.6980392157);
}
.photoreports .photoreports__content-slider .photoreports__content-wrapper .photoreports__content-slide .photoreports__content-slide__descr .photoreports__content-slide__descr-date span {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(16, 17, 20, 0.6980392157);
}
.photoreports .photoreports__content-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #E0E8F5;
}
@media screen and (max-width: 768px) {
  .photoreports .photoreports__content-navigation {
    border: none;
    padding-top: 40px;
    margin-top: 0;
  }
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .photoreports .photoreports__content-navigation .photoreports__content-navigation__btns {
    display: none;
  }
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .swiper-button-next,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .swiper-button-prev {
  margin-top: 0;
  position: inherit;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .swiper-button-next::after,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .swiper-button-prev::after {
  display: none;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev {
  transition: all 0.2s linear;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next svg,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev svg {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  fill: transparent;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next svg path,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev svg path {
  transition: all 0.2s linear;
  stroke: #101114;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next svg rect,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev svg rect {
  transition: all 0.2s linear;
  stroke: #101114;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next:hover,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev:hover {
  transition: all 0.2s linear;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next:hover svg,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev:hover svg {
  width: 100%;
  height: 100%;
  fill: #101114;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next:hover svg path,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev:hover svg path {
  stroke: #fff;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-next:hover svg rect,
.photoreports .photoreports__content-navigation .photoreports__content-navigation__btns .photoreports__content-navigation-prev:hover svg rect {
  stroke: #101114;
}
.photoreports .photoreports__content-navigation .photoreports__content-navigation__link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .photoreports .photoreports__content-navigation .photoreports__content-navigation__link {
    max-width: 100%;
    justify-content: flex-start;
  }
  .photoreports .photoreports__content-navigation .photoreports__content-navigation__link a {
    max-width: 100%;
    padding: 12px;
  }
}

.popup-slider__content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s linear;
}
.popup-slider__content.active {
  background: #000;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s linear;
}
.popup-slider__content .slider__content-close {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popup-slider__content .slider__content-close {
    top: 20px;
    right: 20px;
  }
}
.popup-slider__content .slider__content-close svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .popup-slider__content .slider__content-close svg {
    width: 20px;
    height: 20px;
  }
}
.popup-slider__content .slider__content-container {
  padding: 0 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-slider__content .slider__content-container {
    padding: 0 20px;
  }
}
.popup-slider__content .popup-navigation-prev,
.popup-slider__content .popup-navigation-next {
  width: 56px;
  height: 56px;
  top: 50%;
  transition: 0.2s linear;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .popup-slider__content .popup-navigation-prev,
  .popup-slider__content .popup-navigation-next {
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
}
.popup-slider__content .popup-navigation-prev svg,
.popup-slider__content .popup-navigation-next svg {
  width: 100%;
}
.popup-slider__content .popup-navigation-prev {
  left: 14%;
}
.popup-slider__content .popup-navigation-next {
  right: 14%;
}
.popup-slider__content .swiper-button-next::after,
.popup-slider__content .swiper-button-prev::after {
  display: none;
}
.popup-slider__content .popup-slider {
  max-width: 1000px;
}
.popup-slider__content .photoreports__content-slide__img {
  max-width: 1000px;
}
.popup-slider__content .photoreports__content-slide__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.popup-slider__content .photoreports__content-slide__descr {
  padding-top: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .popup-slider__content .photoreports__content-slide__descr {
    flex-direction: column-reverse;
    padding-top: 14px;
    gap: 12px;
  }
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location p {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location p {
    font-size: 18px;
    line-height: 24px;
  }
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location .photoreports-map {
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location .photoreports-map span:first-child {
  width: 12px;
  height: 17px;
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location .photoreports-map span:first-child svg {
  width: 100%;
  height: 100%;
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-location .photoreports-map span:last-child {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6980392157);
}
.popup-slider__content .photoreports__content-slide__descr .photoreports__content-slide__descr-date span {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media screen and (max-width: 768px) {
  .popup-slider__content .nav-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 25px;
  }
}

.project {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .project {
    margin-bottom: 60px;
  }
}
.project .project__content-item__content {
  z-index: 2;
}
.project__title {
  padding-bottom: 11px;
  border-bottom: 1px solid #E0E8F5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 786px) {
  .project__title {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.project__title h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.04em;
  color: #101114;
}
@media screen and (max-width: 1000px) {
  .project__title h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .project__title h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
.project__title-bread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .project__title-bread {
    max-width: 100%;
  }
}
.project__title-bread__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.project__title-bread__item:hover span {
  color: #1F6FCF;
  transition: 0.2s linear;
}
.project__title-bread__item:hover span svg path {
  transition: 0.2s linear;
  fill: #1F6FCF;
}
@media screen and (max-width: 768px) {
  .project__title-bread__item {
    max-width: 100%;
    width: 50%;
  }
}
.project__title-bread__item.active span {
  color: #1F6FCF;
  transition: 0.2s linear;
}
.project__title-bread__item.active span svg path {
  transition: 0.2s linear;
  fill: #1F6FCF;
}
.project__title-bread__item.active::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear;
  transform: scaleX(1);
}
.project__title-bread__item::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1F6FCF;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.project__title-bread__item span {
  transition: 0.2s linear;
  display: block;
}
.project__title-bread__item span svg path {
  transition: 0.2s linear;
  fill: #101114;
}
.project__title-bread__item .category-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #101114;
}
.project__title-bread__item .actual-icon {
  width: 11.46px;
  height: 16px;
}
.project__title-bread__item .actual-icon svg {
  width: 100%;
  height: 100%;
}
.project__title-bread__item .done-project {
  width: 18px;
  height: 18px;
}
.project__title-bread__item .done-project svg {
  width: 100%;
  height: 100%;
}
.project__content .project__content-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #EFF1F2;
  border: 1px solid #DBDEE0;
  border-radius: 12px;
  padding: 14px 25px 14px 15px;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item {
    flex-direction: column;
    gap: 16px;
    padding: 9px 9px 20px 9px;
  }
}
.project__content .project__content-item .pixel-bg {
  position: absolute;
  top: 25px;
  right: 18px;
  max-width: 180px;
}
.project__content .project__content-item .pixel-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.project__content .project__content-item__gallery {
  max-width: 372px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__gallery {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__gallery .gallery-banner__photo-slide {
    max-height: 325px;
  }
}
.project__content .project__content-item__gallery .gallery-banner {
  z-index: 5;
  position: absolute;
  top: 14px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__gallery .gallery-banner {
    top: 9px;
    left: 9px;
  }
}
.project__content .project__content-item__gallery .gallery-banner .date-banner {
  width: -moz-max-content;
  width: max-content;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDD631;
}
.project__content .project__content-item__gallery .gallery-banner .date-banner span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #181818;
}
.project__content .project__content-item__gallery .gallery-banner .done-banner {
  width: -moz-max-content;
  width: max-content;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101114;
}
.project__content .project__content-item__gallery .gallery-banner .done-banner span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
}
.project__content .project__content-item__gallery .gallery-banner .message-banner {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 4px;
  background: #fff;
}
.project__content .project__content-item__gallery .gallery-banner .message-banner span:first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.project__content .project__content-item__gallery .gallery-banner .message-banner span:first-child svg {
  width: 100px;
  height: 100%;
}
.project__content .project__content-item__gallery .gallery-banner .message-banner span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #1F6FCF;
}
.project__content .project__content-item__gallery img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}
.project__content .project__content-item__gallery .gallery-banner__photo .swiper-button-prev::after,
.project__content .project__content-item__gallery .gallery-banner__photo .swiper-button-next::after {
  display: none;
}
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next {
  width: 29px;
  height: 29px;
  transition: 0.2s linear;
}
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev:hover svg circle,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next:hover svg circle {
  fill: #101114;
}
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev:hover svg path,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev,
  .project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next {
    display: none;
  }
}
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev svg,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next svg {
  transition: 0.2s linear;
  width: 100%;
  height: 100%;
}
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev svg circle,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-prev svg path,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next svg circle,
.project__content .project__content-item__gallery .gallery-banner__photo .project-gallery-btn-next svg path {
  transition: 0.2s linear;
}
.project__content .project__content-item__gallery .gallery-banner__photo .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4196078431);
  transition: 0.2s linear;
}
.project__content .project__content-item__gallery .gallery-banner__photo .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.9);
}
.project__content .project__content-item__gallery .gallery-banner__photo .swiper-pagination-bullet-active {
  background: #fff;
}
.project__content .project__content-item__content {
  width: 100%;
}
.project__content .project__content-item__content h3 {
  max-width: 640px;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #101114;
  margin-bottom: 15px;
}
.project__content .project__content-item__content h3 a {
  color: #101114;
  text-decoration: none;
  transition: var(--t200);
}
.project__content .project__content-item__content h3 a:hover {
  color: #1F6FCF;
}
@media screen and (max-width: 1000px) {
  .project__content .project__content-item__content h3 br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .project__content .project__content-item__content h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content h3 {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
  }
}
.project__content .project__content-item__content p {
  max-width: 520px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #101114;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content p {
    font-size: 12px;
    line-height: 21px;
    max-width: 100%;
  }
}
.project__content .project__content-item__content-sum {
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content-sum {
    padding-top: 25px;
    margin-bottom: 14px;
  }
}
.project__content .project__content-item__content-sum .icon {
  width: 16.7px;
  height: 22px;
}
.project__content .project__content-item__content-sum .icon svg {
  width: 100%;
  height: 100%;
}
.project__content .project__content-item__content-sum .goal p {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 0;
}
.project__content .project__content-item__content-sum .goal p a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.project__content .project__content-item__content-sum .goal p span {
  font-size: 26px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content-sum .goal p span {
    font-size: 20px;
    line-height: 36px;
  }
}
.project__content .project__content-item__content-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .project__content .project__content-item__content-btns {
    flex-direction: column;
  }
}
.project__content .project__content-item__content-btns a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  max-width: 448px;
  width: 100%;
  background: #1F6FCF;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content-btns a {
    height: 50px;
    padding: 0 17px;
    max-width: 100%;
  }
}
.project__content .project__content-item__content-btns a:hover::before {
  opacity: 1;
  visibility: visible;
}
.project__content .project__content-item__content-btns a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105.17deg, #FFE600 -20.74%, #0066FF 54.94%);
  opacity: 0;
  visibility: hidden;
  outline: none;
  transition: all 0.2s linear;
  z-index: -1;
}
.project__content .project__content-item__content-btns a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #E5E8EA;
  color: #101114;
  padding: 19px;
  gap: 8px;
  font-weight: 500;
  transition: var(--t200);
}
.project__content .project__content-item__content-btns a:last-child:before {
  display: none;
}
.project__content .project__content-item__content-btns a:last-child:hover {
  background: #dadada;
}
.project__content .project__content-item__content-btns a:last-child span:last-child {
  width: 20px;
  height: 20px;
}
.project__content .project__content-item__content-btns a:last-child span:last-child svg {
  width: 100%;
  height: 100%;
}
.project__content .project__content-item__content-btns a:last-child span:last-child svg path {
  stroke: #101114;
}
.project__content .project__content-item__content-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  padding: 19px;
  max-width: 380px;
  width: 100%;
  background: #DBDEE0;
}
@media screen and (max-width: 768px) {
  .project__content .project__content-item__content-btns button {
    padding: 17px;
    max-width: 100%;
  }
}
.project__content .project__content-item__content-btns button span:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #101114;
}
.project__content .project__content-item__content-btns button span:last-child {
  display: block;
  width: 12px;
  height: 15px;
}
.project__content .project__content-item__content-btns button span:last-child svg {
  width: 100%;
  height: 100%;
}

.content-item__content-description {
  max-height: 50px;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.content-item__content-description p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item__content-description.expanded p:first-child {
  display: block;
}

.content-item__content-description.expanded {
  max-height: none;
}

.toggle-button .icon {
  transition: transform 0.4s ease-out;
}

.toggle-button .icon.rotate {
  transform: rotate(-180deg);
}

.project__content-item-wrap {
  display: none;
}
.project__content-item-wrap.active {
  display: block;
}

.complete-goal .project__content-item {
  display: grid;
  grid-template-columns: 372px 1fr;
}
@media screen and (max-width: 768px) {
  .complete-goal .project__content-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.complete-goal .project__content-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.complete-goal .project__content-item__content-sum {
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .complete-goal .project__content-item__content-sum {
    padding-top: 16px;
    gap: 14px;
  }
}
.complete-goal .project__content-item__content-btns {
  margin-left: auto;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .complete-goal .project__content-item__content-btns {
    max-width: 100%;
  }
}
.complete-goal .complete-goal-link {
  padding: 14px !important;
}

.hide-text {
  display: none;
}

.reports {
  padding: 40px 0 80px;
}
.reports--title {
  margin-bottom: 20px;
}
.reports--table iframe {
  width: 100%;
  height: 580px;
  border: 1px solid #DBDEE0;
  border-radius: 12px;
}

.about-hero {
  padding: 60px 0 150px;
}
@media (max-width: 767px) {
  .about-hero {
    padding: 20px 0 40px;
  }
}
.about-hero .container {
  position: relative;
}
.about-hero--title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-hero--title h2 {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-hero--title h2 {
    font-size: 28px;
  }
}
.about-hero--text {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .about-hero--text {
    margin-top: 60px;
  }
}
.about-hero--text p {
  max-width: 900px;
  margin: 0 auto;
  color: #1D212D;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 767px) {
  .about-hero--text p {
    font-size: 18px;
  }
}

.about-history {
  padding: 40px 0 150px;
}
@media (max-width: 767px) {
  .about-history {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .about-history.pfu {
    margin-bottom: 60px;
  }
}
.about-history.pfu .about-history--right {
  width: 100%;
  margin: 0 0 40px !important;
  padding: 0;
}
.about-history.pfu .about-history--right img {
  max-width: none;
}
.about-history.pfu .about-history--left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.about-history.pfu .about-history--title {
  width: 100%;
}
.about-history.pfu .about-history--text p {
  max-width: none;
}
.about-history.pfu .about-history--text {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .about-history.pfu .about-history--text {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-history.pfu .about-history--text:last-child {
    margin-bottom: 0;
  }
}
.about-history .container {
  display: flex;
  flex-wrap: wrap;
}
.about-history--left {
  width: 50%;
}
@media (max-width: 767px) {
  .about-history--left {
    width: 100%;
  }
}
.about-history--title {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DEDFE1;
}
@media (max-width: 767px) {
  .about-history--title h2 {
    font-size: 36px;
  }
}
.about-history--text p {
  max-width: 510px;
  margin: 0 0 22px;
  color: #6A6D77;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.about-history--text p:last-child {
  margin-bottom: 0;
}
.about-history--right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .about-history--right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.about-history--right img {
  width: 100%;
  max-width: 503px;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .single-hero {
    padding: 40px 0;
  }
}
.single-hero .container {
  display: flex;
  flex-wrap: wrap;
}
.single-hero--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 767px) {
  .single-hero--left {
    width: 100%;
  }
}
.single-hero--right {
  width: 50%;
}
@media (max-width: 767px) {
  .single-hero--right {
    width: 100%;
    margin-top: 20px;
  }
}
.single-hero--right img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .single-hero--right img {
    height: 300px;
  }
}
.single-hero--cat {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .single-hero--cat {
    margin-bottom: 16px;
  }
}
.single-hero--cat .cat-icon {
  display: flex;
  align-items: center;
  height: 20px;
  width: auto;
  margin-right: 8px;
}
.single-hero--cat span {
  color: #101114;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .single-hero--cat span {
    font-size: 14px;
  }
}
.single-hero--dates {
  display: flex;
  margin-left: 8px;
  padding: 7.5px 16px;
  color: #101114;
  background: rgba(229, 232, 234, 0.6);
  border-radius: 45px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.single-hero--name {
  margin: 0 0 24px;
}
.single-hero--name h1 {
  margin: 0;
  color: #181818;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .single-hero--name h1 {
    font-size: 36px;
  }
}
.single-hero--goal {
  display: flex;
}
.single-hero--goal-inner {
  display: flex;
  align-items: center;
  border: 2px solid #EFF1F2;
  border-radius: 4px;
}
.single-hero--goal-inner.finished {
  border-color: #1F6FCF;
}
.single-hero--goal-label {
  display: flex;
  align-items: center;
  padding: 23px 18px;
  color: #101114;
  background: #EFF1F2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .single-hero--goal-label {
    padding: 16px 18px;
  }
}
.single-hero--goal-label.finished {
  color: #fff;
  background: #1F6FCF;
}
.single-hero--goal-label.finished svg {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .single-hero--goal-label.finished svg {
    width: 16px;
  }
}
.single-hero--goal-value {
  padding: 0 28px;
  color: #1F6FCF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.single-hero--goal-value a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.single-hero--goal-value .smaller {
  color: #6A6D77;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .single-hero--goal-value .smaller {
    display: none;
  }
}
.single-hero--btns {
  display: flex;
  margin-top: 24px;
}
.single-hero--btns a {
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: var(--t200);
}
.single-hero--btns a span {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}
.single-hero--btn-donate {
  min-width: 289px;
  background: #1F6FCF;
}
.single-hero--btn-donate span {
  letter-spacing: 0.01em;
}
.single-hero--btn-donate:hover {
  background: #2488ff;
}
.single-hero--btn-report {
  display: flex;
  align-items: center;
  background: #101114;
}
.single-hero--btn-report svg {
  display: flex;
  margin-right: 10px;
}
.single-hero--btn-report span {
  letter-spacing: -0.04em;
}
.single-hero--btn-report:hover {
  background: #1F6FCF;
}
.single-hero--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .single-hero--bottom {
    padding: 60px 0 30px;
  }
}
.single-hero--bottom-inner {
  max-width: 720px;
  margin: 0 auto;
}
.single-hero--bottom-inner p {
  color: #1D212D;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .single-hero--bottom-inner p {
    font-size: 20px;
  }
}
.single-hero--bottom-inner a {
  color: #1F6FCF;
  text-decoration: underline;
}
.single-hero--bottom-inner a:hover {
  text-decoration: none;
}

.project-steps {
  margin-bottom: 80px;
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .project-steps {
    margin-bottom: 40px;
    padding: 40px 15px;
  }
}
.project-steps .pixel {
  display: flex;
}
@media (max-width: 767px) {
  .project-steps--title h2 {
    font-size: 36px;
  }
}
.project-steps--top-pixel {
  position: absolute;
  top: -43px;
  left: 45px;
}
.project-steps--bottom-pixel {
  position: absolute;
  bottom: -48px;
  right: 45px;
}
.project-steps--inner {
  position: relative;
  padding: 36px 0;
  background: #EFF1F2;
  border-radius: 12px;
}
.project-steps--items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  padding-top: 40px;
  border-top: 1px solid rgba(106, 109, 119, 0.12);
}
@media (max-width: 767px) {
  .project-steps--items {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
  }
}
.project-steps--item {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background: #fff;
  border: 1px solid rgba(106, 109, 119, 0.3);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .project-steps--item {
    width: 100%;
    padding: 16px 20px;
  }
}
.project-steps--item.active {
  background: #1F6FCF;
  border-color: #1F6FCF;
}
.project-steps--item.active span {
  color: #fff;
}
.project-steps--item.active svg path {
  fill: #fff;
}
.project-steps--item.link {
  background: #101114;
  border-color: #101114;
  text-decoration: none;
  transition: var(--t200);
}
.project-steps--item.link:hover {
  background: #1F6FCF;
  border-color: #1F6FCF;
}
.project-steps--item.link span {
  color: #fff;
}
.project-steps--item svg {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .project-steps--item svg {
    margin-right: 18px;
  }
}
.project-steps--item span {
  color: #1F6FCF;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .project-steps--item span {
    font-size: 15px;
  }
}
.project-steps--line {
  width: 40px;
  height: 2px;
  background: #1F6FCF;
}
@media (max-width: 767px) {
  .project-steps--line {
    display: none;
  }
}
.project-steps--text {
  margin-top: 85px;
  color: rgba(136, 138, 146, 0.9);
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .project-steps--text {
    margin-top: 50px;
    font-size: 14px;
  }
}

.problem {
  padding: 40px 0 65px;
}
@media (max-width: 767px) {
  .problem {
    padding: 40px 0;
  }
}
.problem .pixel {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .problem .pixel {
    display: none;
  }
}
.problem--title {
  margin-bottom: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DEDFE1;
}
@media (max-width: 767px) {
  .problem--title h2 {
    font-size: 36px;
  }
}
.problem--row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767px) {
  .problem--row {
    gap: 0;
  }
}
.problem--text {
  position: relative;
  width: 100%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .problem--text {
    max-width: none;
  }
  .problem--text p:last-child {
    margin-bottom: 0;
  }
}
.problem--text iframe {
  width: 100%;
}

.solution {
  padding: 65px 0 60px;
}
@media (max-width: 767px) {
  .solution {
    padding: 40px 0;
  }
}
.solution--title {
  margin-bottom: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DEDFE1;
}
@media (max-width: 767px) {
  .solution--title h2 {
    font-size: 36px;
  }
}
.solution--row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767px) {
  .solution--row {
    gap: 0;
  }
}
.solution--text {
  position: relative;
  width: 100%;
  max-width: 40%;
  margin-bottom: 20px;
}
.solution--text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .solution--text {
    max-width: none;
  }
}
.solution--text iframe {
  width: 100%;
}

.result {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .result {
    margin: 40px 0 60px;
    padding: 0 15px;
  }
}
.result--inner {
  padding: 36px 0 60px;
  background: #EFF1F2;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .result--inner {
    padding: 30px 0;
  }
}
.result--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(106, 109, 119, 0.12);
}
@media (max-width: 767px) {
  .result--title {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .result--title h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.result--title a {
  display: flex;
  align-items: center;
  padding: 18px 60px;
  background: #101114;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  transition: var(--t200);
}
.result--title a:hover {
  background: #1F6FCF;
}
.result--title a svg {
  display: flex;
  margin-left: 17px;
}
.result--title a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.result--text-extended:first-child {
  margin-bottom: 37px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(106, 109, 119, 0.12);
}
.result--text-extended:first-child p {
  max-width: 720px;
  color: #181818;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.result--text-extended:first-child p span {
  color: #1F6FCF;
  font-weight: bold;
}
.result--text iframe {
  width: 100%;
}
.result--list-title {
  margin-bottom: 16px;
  color: #6A6D77;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.result--list-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 100px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .result--list-items {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.result--list-item {
  display: flex;
  align-items: center;
}
.result--list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.result--list-item-img img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.result--list-item-text {
  color: #6A6D77;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.project-support {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .project-support {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .project-support--title h2 {
    font-size: 36px;
  }
}
.project-support--subtitle {
  margin-top: 32px;
  max-width: 800px;
  color: #181818;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .project-support--subtitle {
    font-size: 18px;
  }
}
.project-support--subtitle span {
  color: #1F6FCF;
  font-weight: bold;
}
.project-support--authors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 30px;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .project-support--authors {
    grid-template-columns: 1fr;
  }
}
.project-support--author {
  padding: 24px 24px 32px;
  background: #EFF1F2;
  border-radius: 12px;
}
.project-support--author-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-support--author-img {
    width: 80px;
    height: 80px;
  }
}
.project-support--author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-support--author-name {
  margin-bottom: 8px;
  color: #1E242D;
  font-size: 22px;
  font-weight: bold;
}
.project-support--author-link {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(106, 109, 119, 0.12);
}
.project-support--author-link a {
  color: #6A6D77;
  font-family: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--t200);
}
.project-support--author-link a:hover {
  color: #1F6FCF;
}
.project-support--author-artname {
  color: #1E242D;
  font-size: 16px;
  font-weight: 400;
}
.project-support--contributors-text {
  margin: 42px 0 32px;
  max-width: 720px;
  color: #6A6D77;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.project-support--contributors-gallery {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 24px 33px;
}
@media (max-width: 767px) {
  .project-support--contributors-gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 20px;
  }
}
.project-support--contributors-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.project-support--contributors-gallery-item img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-partners {
  padding: 80px 0;
}
.project-partners--title {
  margin-bottom: 40px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(106, 109, 119, 0.12);
}
.project-partners--gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
}
.project-partners--gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.project-partners--gallery-item img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-goal {
  margin-bottom: 60px;
  padding: 50px 43px;
}
@media (max-width: 767px) {
  .about-goal {
    margin-bottom: 0;
    padding: 40px 16px;
  }
}
.about-goal--inner {
  padding: 43px 0;
  background: #EFF1F2;
  border: 1px solid #DBDEE0;
  border-radius: 12px;
  overflow: hidden;
}
.about-goal--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-goal--top {
    flex-wrap: wrap;
  }
}
.about-goal--top h2 {
  color: #101114;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.24;
}
.about-goal--top h2 span {
  color: #1F6FCF;
}
@media (max-width: 767px) {
  .about-goal--top h2 {
    font-size: 36px;
  }
}
.about-goal--top a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px;
  color: #fff;
  background: #101114;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: var(--t200);
}
.about-goal--top a:hover {
  background: #1F6FCF;
}
@media (max-width: 767px) {
  .about-goal--top a {
    width: 100%;
    margin-top: 20px;
    padding: 16px 30px;
  }
}
.about-goal--top a svg {
  display: flex;
  margin-left: 17px;
}
.about-goal--bottom {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 200px;
  margin-top: 36px;
  padding-top: 37px;
  border-top: 2px solid rgba(106, 109, 119, 0.12);
}
@media (max-width: 767px) {
  .about-goal--bottom {
    margin-top: 30px;
    padding-top: 25px;
  }
}
.about-goal--bottom .svg-icon {
  position: absolute;
  left: 0;
  top: 46px;
}
@media (max-width: 767px) {
  .about-goal--bottom .svg-icon {
    display: none;
  }
}
.about-goal--bottom-text {
  width: 50%;
  color: #6A6D77;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .about-goal--bottom-text {
    width: 100%;
    font-size: 16px;
  }
}

.team--title {
  margin-bottom: 30px;
  padding-bottom: 25px;
  color: #120029;
  border-bottom: 1px solid #DEDFE1;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about-cards {
    padding: 40px 0 60px;
  }
}
.about-cards--title {
  margin-bottom: 44px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DEDFE1;
}
@media (max-width: 767px) {
  .about-cards--title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.about-cards--title h2 {
  margin: 0;
  padding: 0;
  color: #181818;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .about-cards--title h2 {
    font-size: 36px;
  }
}
.about-cards--bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #E0E8F5;
}
@media (max-width: 767px) {
  .about-cards--bottom {
    flex-direction: column;
    padding-top: 30px;
  }
}
.about-cards--text {
  color: #1D212D;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.about-cards--text span {
  color: #1F6FCF;
}
@media (max-width: 767px) {
  .about-cards--btn {
    margin-top: 20px;
  }
}
.about-cards--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px;
  color: #fff;
  background: #101114;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: var(--t200);
}
.about-cards--btn a:hover {
  background: #1F6FCF;
}
@media (max-width: 767px) {
  .about-cards--btn a {
    width: 100%;
  }
}
.about-cards--btn a svg {
  display: flex;
  margin-left: 17px;
}

.boats-hero {
  position: relative;
  padding: 80px 0;
  background: #E3E3E3;
}
.boats-hero .container {
  display: flex;
  position: relative;
  max-width: 1170px;
  z-index: 5;
}
@media (max-width: 767px) {
  .boats-hero .container {
    flex-wrap: wrap;
  }
}
.boats-hero--left {
  width: 50%;
}
@media (max-width: 767px) {
  .boats-hero--left {
    width: 100%;
  }
}
.boats-hero--right {
  width: 50%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .boats-hero--right {
    width: 100%;
  }
}
.boats-hero--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.boats-hero--bg img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boats-hero--title {
  margin-bottom: 34px;
}
.boats-hero--title h1 {
  margin: 0;
  padding: 0;
  color: #1E242D;
  font-size: 140px;
  font-family: var(--montserrat);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.04em;
}
.boats-hero--title h1 span {
  font-style: italic;
}
@media (max-width: 767px) {
  .boats-hero--title h1 {
    font-size: 60px;
  }
}
.boats-hero--text {
  width: 100%;
  max-width: 460px;
  margin: 0 0 40px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--montserrat);
  letter-spacing: -0.04em;
  line-height: 156%;
}
.boats-hero--text strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .boats-hero--text {
    font-size: 16px;
  }
}
.boats-hero--btn {
  display: flex;
}
.boats-hero--btn a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  background: #101114;
  border-radius: 6px;
  transition: var(--t200);
}
.boats-hero--btn a:hover {
  background: #1F6FCF;
}
.boats-hero--btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FDD631;
  border-radius: 2px;
}
.boats-hero--btn .icon svg {
  display: flex;
}
.boats-hero--btn span {
  margin-left: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--montserrat);
  line-height: 20px;
  letter-spacing: 0.01em;
  transition: var(--tt200);
}
.boats-hero--img {
  display: flex;
  justify-content: flex-end;
}
.boats-hero--img img {
  width: 100%;
  max-width: 461px;
  height: auto;
  transform: scale(1.2);
}

.one-boat {
  padding: 80px 0;
  background: #fff;
}
.one-boat .container {
  max-width: 1270px;
}
.one-boat--title {
  margin: 0;
}
.one-boat--title h2 {
  color: #1E242D;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--montserrat);
  letter-spacing: -1px;
  text-align: center;
}
.one-boat--text {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 64px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--montserrat);
  line-height: 144%;
  text-align: center;
  letter-spacing: -0.04em;
}
.one-boat--text a {
  color: #1F6FCF;
  text-decoration: none;
}
.one-boat--text a:hover {
  text-decoration: underline;
}
.one-boat--steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .one-boat--steps {
    flex-direction: column;
    gap: 60px;
  }
}
.one-boat--step {
  width: 100%;
  max-width: 305px;
}
.one-boat--step-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 229px;
  margin-bottom: 14px;
}
.one-boat--step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.one-boat--step-title {
  color: #1E242D;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: var(--montserrat);
  line-height: 145%;
  text-align: center;
}
.one-boat--btn {
  display: flex;
  justify-content: center;
}

.artists {
  position: relative;
}
.artists--list {
  display: flex;
  flex-wrap: wrap;
}
.artists--item {
  position: relative;
  width: 20%;
  height: 400px;
}
.artists--item:hover .artists--back {
  opacity: 1;
}
.artists--item:last-child {
  width: 0;
  height: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .artists--item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .artists--item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .artists--item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .artists--item {
    width: 100%;
  }
}
.artists--front {
  width: 100%;
  height: 100%;
}
.artists--front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artists--img {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.artists--img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artists--back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 42px 26px;
  background: rgba(255, 255, 255, 0.92);
  transition: var(--tt200);
  opacity: 0;
  z-index: 5;
}
.artists--back:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #000;
}
.artists--name {
  margin: 0 0 16px;
  color: #1E242D;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: var(--montserrat);
}
.artists--work-name {
  margin: 0 0 8px;
  color: #1E242D;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--montserrat);
}/*# sourceMappingURL=all.css.map */