/*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {*/
/*  all: unset;*/
/*  display: revert*/
/*}*/

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}

a, button {
  cursor: revert
}

menu, ol, summary, ul {
  list-style: none
}

ol {
  counter-reset: revert
}

img {
  max-block-size: 100%;
  max-inline-size: 100%
}

@media (max-width: 768px) {
  img {
    object-fit: cover;
  }
}

table {
  border-collapse: collapse
}

input, textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

:where(pre) {
  all: revert;
  box-sizing: border-box
}

::-moz-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box
}

::-webkit-details-marker {
  display: none
}

:root {
  font-size: 2.3364485981vw;
}

@media (min-width: 768px) {
  :root {
    font-size: .6944444444vw
  }
}

@media (min-width: 1600px) {
  :root {
    font-size: .5208333333vw
  }
}

.h1 {
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.1rem;
  line-height: 5.06rem
}

.h2, h2, .h2-big {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem
}

.h2, h2, .h2-big, .h3 {
  font-style: normal
}

.h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 133%
}

.h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145%
}

.h4, p {
  font-style: normal
}

p, ul {
  color: #081d56b3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem
}

.db-layout-wrapper {
  padding-bottom: 8rem;
  padding-top: 14rem;
  position: relative;
}

@media (min-width: 768px) {
  .db-layout-wrapper {
    padding-bottom: 15rem;
    padding-top: 22rem;
  }
}

.db-layout-wrapper--without-pt {
  padding-top: 0;
}

.db-title {
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem
}

.db-section:not(:last-child) {
  margin-bottom: 100px !important;
}

.reset-styles {
  font-size: medium;

}

.reset-styles p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline: 0;
}

.reset-styles ul,
ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px; /* стандартный отступ слева */
  padding: 0;
  list-style: unset;
}

.reset-styles li {
  margin-block: 0.25em;
}

/*.reset-styles * {*/
/*  all: revert;*/
/*  box-sizing: border-box;*/
/*}*/


@media (min-width: 768px) {
  .h1 {
    font-size: 8rem;
    letter-spacing: -.2rem;
    line-height: 9.2rem
  }

  .db-title {
    width: 62rem;
    font-size: 5.4rem;
    line-height: 6.4rem;
  }

  .h2-big {
    font-size: 5.4rem;
    line-height: 6.4rem
  }

  .h2, h2 {
    font-size: 4.8rem;
    line-height: 5.8rem
  }

  .h3 {
    font-size: 3rem
  }

  .h4 {
    font-size: 2.4rem;
    line-height: 140%
  }

  p, ul {
    font-size: 1.8rem;
    line-height: 2.8rem
  }
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 2.6rem;
  padding: 1.1rem 2.6rem;
  transition: background-color .5s ease, color .5s ease, border .5s ease;
  width: -moz-max-content;
  width: max-content
}

.button--pink {
  background: #d6b5ed;
  border: 1px solid #d6b5ed;
  color: #081d56
}

@media (hover: hover) {
  .button--pink:hover {
    background: #081d56;
    color: #fff
  }
}

.button--pink.disable {
  opacity: .5;
  pointer-events: none
}

.button--black {
  background: #000;
  color: #fff
}

@media (hover: hover) {
  .button--black:hover {
    background: transparent;
    border: 1px solid rgba(8, 29, 86, .2);
    color: #081d56
  }
}

.button--outline {
  border: 1px solid rgba(8, 29, 86, .2)
}

@media (hover: hover) {
  .button--outline:hover {
    background: #081d56;
    color: #fff
  }
}

.button--white {
  background: #fff;
  color: #040404
}

@media (hover: hover) {
  .button--white:hover {
    background: #081d56;
    border: 1px solid #d6b5ed;
    color: #fff
  }
}

.button--green {
  background: #bdd3c7;
  color: #081d56
}

@media (hover: hover) {
  .button--green:hover {
    background: #d6b5ed
  }
}

.button-circle {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 6rem;
  justify-content: center;
  transition: background-color .5s ease;
  width: 6rem
}

.button-circle img, .button-circle svg {
  height: 2.8rem;
  width: 2.8rem
}

.button-circle--green {
  background: #8ba390;
  box-shadow: 0 4px 40.4px #0000001a;
  color: #fff
}

@media (hover: hover) {
  .button-circle--green:hover {
    background: #d6b5ed
  }
}

@media (min-width: 768px) {
  .button {
    font-size: 1.8rem;
    font-style: normal;
    line-height: 2.8rem;
    padding: 1.5rem 3.1rem
  }
}

.header {
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 65px #00000014;
  display: flex;
  left: 1rem;
  padding: 2rem 1rem 2rem 2rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
  transition: inset .3s;
  z-index: 999
}

.header.full {
  left: 0;
  right: 0;
  top: 0
}

.header__logo {
  display: block;
  flex-shrink: 0;
  height: 4.2859rem;
  width: 4.5891rem
}

.header__logo img {
  height: 100%;
  width: 100%
}

.header__menu-open {
  flex-shrink: 0;
  height: 4.2rem;
  margin-left: 1rem;
  position: relative;
  width: 4.2rem
}

.header__menu-open img, .header__menu-open svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity .5s
}

.header__menu-open img:last-of-type, .header__menu-open svg:last-of-type, .header__menu-open.active img:first-of-type, .header__menu-open.active svg:first-of-type {
  opacity: 0
}

.header__menu-open.active img:last-of-type, .header__menu-open.active svg:last-of-type {
  opacity: 1
}

@media (max-width: 767px) {
  .header__nav {
    display: none
  }

  .header__lang {
    margin-left: auto
  }
}

@media (min-width: 768px) {
  .header {
    justify-content: space-between;
    left: 2rem;
    padding: 2rem 6rem;
    right: 2rem;
    top: 2rem
  }

  .header__logo {
    height: 5.4271rem;
    width: 5.811rem
  }

  .header__nav ul {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    gap: 3.3rem;
    line-height: 2.8rem
  }

  .header__menu-open {
    display: none
  }
}

.menu {
  -webkit-backdrop-filter: blur(5.9499998093px);
  backdrop-filter: blur(5.9499998093px);
  background: #ffffff03;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 8.3rem;
  pointer-events: none;
  position: fixed;
  transition: opacity .5s;
  z-index: 900
}

.menu.visible {
  opacity: 1;
  pointer-events: auto
}

.menu__list {
  align-items: flex-start;
  background: #081d56;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  gap: 1.5rem;
  justify-content: center;
  line-height: 2.8rem;
  margin-left: auto;
  padding: 3rem 5rem 8rem 3rem;
  width: -moz-max-content;
  width: max-content
}

.socials {
  gap: 2rem
}

.socials, .socials li > a {
  align-items: center;
  display: flex
}

.socials li > a {
  border: 1px solid hsla(0, 0%, 100%, .2);
  color: #fff;
  height: 3.5rem;
  justify-content: center;
  transition: background-color .5s ease, color .5s ease;
  width: 3.5rem
}

@media (hover: hover) {
  .socials li > a:hover {
    background: #fff;
    color: #081d56
  }
}

.socials li > a svg {
  flex-shrink: 0;
  height: 100%;
  width: 100%
}

@media (min-width: 768px) {
  .socials {
    gap: 1rem
  }
}

.footer {
  background: #081d56;
  padding-top: 6rem
}

.footer__inner {
  gap: 1.5rem;
  width: 100%
}

.footer__group, .footer__inner {
  color: #fff;
  display: flex;
  flex-direction: column
}

.footer__group {
  gap: 2rem
}

.footer__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem
}

.footer__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem
}

.footer__text p {
  color: #fff;
  max-width: 32rem
}

.footer__text a {
  color: #fff
}

.footer__block {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  text-align: center
}

.footer__block-title {
  color: #081d56;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0 auto;
  width: 26.9rem
}

.footer__block-button {
  width: 100%
}

.footer__policy {
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  display: flex;
  padding: 2rem 0
}

.footer__policy a, .footer__policy p {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  text-align: center
}

@media (max-width: 767px) {
  .footer__inner {
    align-items: center
  }

  .footer__group, .footer__inner {
    margin-bottom: 4rem;
    text-align: center
  }

  .footer__group {
    width: 100% !important;
  }

  .footer__nav {
    /*display: grid;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    gap: 1.5rem;
    /*grid-template-columns:1fr 1fr;*/
    line-height: 2.6rem
  }

  .footer__block {
    margin-bottom: 2rem
  }

  .footer__policy {
    align-items: center;
    flex-direction: column;
    gap: .5rem
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 10rem
  }

  .footer .container {
    display: grid;
    grid-template-columns:38rem 1fr 39rem;
    row-gap: 10rem
  }

  .footer__inner {
    gap: 2rem
  }

  .footer__group {
    gap: 3rem;
    margin: 0 auto
  }

  .footer__title {
    font-size: 2.4rem;
    line-height: 3.4rem
  }

  .footer__text p {
    max-width: unset
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
  }

  /*.footer__nav a {*/
  /*  font-size: 1.8rem;*/
  /*  font-style: normal;*/
  /*  font-weight: 400;*/
  /*  line-height: 2.8rem;*/
  /*  color: #FFFFFF;*/
  /*}*/
  .footer__block {
    gap: 1.5rem;
    justify-content: space-between;
    padding: 3.5rem 6rem
  }

  .footer__block-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    width: 100%
  }

  .footer__policy {
    grid-column: 1/-1;
    justify-content: space-between
  }

  .footer__submenu {
    display: flex;
    gap: 1.5rem
  }

  .footer__submenu li:not(:last-child):after {
    color: #fff;
    content: "/";
    display: inline-block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    margin-left: 1.5rem;
    text-align: center
  }
}

.breadcrumbs {
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 2.6rem;
  margin: 1.6rem auto 4rem;
  text-align: center
}

.breadcrumbs, .breadcrumbs li:first-of-type a {
  align-items: center;
  display: flex;
  gap: .7rem
}

.breadcrumbs li:first-of-type a:before {
  background: url(src/assets/images/svg/house_icon.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem
}

.breadcrumbs li:not(:last-child) {
  align-items: center;
  display: flex;
  gap: .7rem
}

.breadcrumbs li:not(:last-child):after {
  background: url(/img/breadcrumbs_icon.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem
}

.breadcrumbs li:last-of-type span {
  display: block;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 1rem auto 5rem
  }

  .breadcrumbs li:last-of-type span {
    max-width: 25rem
  }
}

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

body {
  background: #fbf9ff;
  color: #081d56;
  font-family: Exo\ 2, sans-serif;
  min-height: 100vh;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column
}

#loader {
  background-color: #fbf9ff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 100
}

#loader.loading-ended {
  opacity: 0;
  pointer-events: none
}

a {
  text-decoration: none
}

a, button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.line {
  overflow: hidden
}

html.lenis, html.lenis body {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain
}

.lenis.lenis-stopped {
  overflow: hidden
}

.lenis.lenis-smooth iframe {
  pointer-events: none
}

.container {
  padding: 0 1rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    padding: 0 6rem;
  }
}

@media (min-width: 1600px) {
  .container {
    margin: 0 auto;
    max-width: 132rem;
    padding: 0;
    box-sizing: content-box;
  }
}

.line-wrap, .wrapper {
  overflow: hidden;
}

.pt {
  padding-top: 16rem;
}

.pb {
  padding-bottom: 16rem;
}

@media (min-width: 768px) {
  .pt {
    padding-top: 25rem
  }

  .pb {
    padding-bottom: 25rem
  }
}

.scroll {
  bottom: 1.5rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  transition: opacity .5s;
  z-index: 100
}

.scroll.visible {
  opacity: 1;
  pointer-events: auto
}

@media (min-width: 768px) {
  .scroll {
    bottom: 4.5rem
  }
}

.donate-card {
  background: #fbf9ff;
  border: 1px solid rgba(8, 29, 86, .15);
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.6rem 2.6rem
}

.donate-card__top {
  margin-bottom: 2.5rem;
  position: relative
}

.donate-card__top-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.donate-card__top-label {
  align-items: center;
  background: #3961ee;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  left: 1.2rem;
  line-height: 2.6rem;
  padding: .5rem .8rem;
  position: absolute;
  top: 1.2rem;
  width: -moz-max-content;
  width: max-content;
  z-index: 5
}

.donate-card__title {
  color: #081d56;
  margin-bottom: 3rem
}

.donate-card__percentage {
  color: #081d56;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  margin-left: auto;
  margin-top: auto;
  text-align: right
}

.donate-card__track {
  background: #081d5626;
  height: .2rem;
  margin-bottom: 2.5rem;
  width: 100%
}

.donate-card__fill {
  background: #3961ee;
  display: block;
  height: 100%;
  width: 65%
}

.donate-card__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem
}

.donate-card__group {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.donate-card__group:first-of-type .donate-card__group-title {
  color: #3961ee
}

.donate-card__group-title {
  color: #081d56;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem
}

.donate-card--full .donate-card__top {
  aspect-ratio: 37.6/26.6
}

.donate-card--full .donate-card__top img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.donate-card--full .donate-card__title {
  margin-bottom: 1rem
}

.donate-card--full .donate-card__text {
  margin-bottom: 3rem
}

@media (max-width: 767px) {
  .donate-card__group {
    display: flex;
    flex-direction: column;
    gap: .5rem
  }

  .donate-card__group:last-of-type {
    align-items: flex-end;
    text-align: right
  }
}

@media (min-width: 768px) {
  .donate-card {
    padding: 1.6rem
  }

  .donate-card__top {
    aspect-ratio: 31.2/16.8;
    margin-bottom: 3.2rem;
    position: relative
  }

  .donate-card__top-label {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: .7rem .8rem
  }

  .donate-card__title {
    margin-bottom: 1.6rem
  }

  .donate-card__track {
    margin-bottom: 2.4rem;
    position: relative
  }

  .donate-card__fill {
    height: .5rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }

  .donate-card__flex {
    margin-bottom: 3.2rem
  }

  .donate-card__group-title {
    font-size: 2.4rem
  }

  .donate-card--full {
    height: 100%
  }

  .donate-card--full .donate-card__group:last-of-type {
    align-items: flex-end;
    text-align: right
  }
}

.hero-main {
  overflow: hidden;
  padding-top: 15rem;
  width: 100%
}

.hero-main__title {
  margin: 0 auto 1.6rem;
  width: 39.2rem;
  text-align: left;
}

.hero-main__text {
  margin-bottom: 4rem
}

.hero-main__mid {
  aspect-ratio: 40.8/60;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  z-index: 2
}

.hero-main__img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1
}

.hero-main__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.hero-main__bottom {
  display: flex;
  flex-direction: column;
  gap: 3.2rem
}

.hero-main__bottom-title {
  color: #081d56;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.4rem
}

.hero-main__bottom-list {
  display: flex;
  gap: 12px;
}

.hero-main__bottom-list li {
  background-color: #f0f0f0;
  padding: 10px 16px;
  border-radius: 25px;
}

.hero-main__bottom-list li img {
  object-fit: contain;
  max-width: 50px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-main__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    text-align: center
  }

  .hero-main__button-circle {
    display: none
  }

  .hero-main__mid {
  }

  .hero-main__bottom {
    margin-top: 4rem;
    align-items: center
  }

  .hero-main__bottom-list {
    justify-content: center
  }

  .hero-main__bottom-list li {
    display: block
  }
}

@media (min-width: 768px) {
  .hero-main {
    /*height: calc(var(--inner-vh, 100vh) + 14rem);*/
    padding-top: 5.5rem
  }

  .hero-main .container {
    align-items: flex-end;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    display: grid;
    grid-template-columns:1fr 63.8rem;
    height: 100%
  }

  .hero-main__top {
    padding-top: 8rem
  }

  .hero-main__title {
    width: 100%;
  }

  .hero-main__text {
    margin-bottom: 3rem;
    width: 56.4rem
  }

  .hero-main__mid {
    align-items: flex-end;
    aspect-ratio: auto;
    grid-row: span 2;
    height: 100%;
    padding: 2.4rem 2rem;
    width: 100%
  }

  .hero-main__mid .donate-card {
    width: 34.5rem
  }

  .hero-main__button-circle {
    bottom: 0;
    position: absolute;
    right: 0;
    transform: translate(50%, 50%);
    z-index: 5
  }

  .hero-main__bottom {
    display: flex;
    flex-direction: column;
    gap: 2.0rem;
    margin-top: 2rem;
    /*margin-bottom: 4.8rem*/
  }

  .hero-main__bottom-title {
    font-size: 2rem
  }

  .hero-main__bottom-list {
    display: flex;
    gap: 12px;
  }

  .hero-main__bottom-list li {
    opacity: .8;
  }
}

.about-fund {
  /*margin-bottom: 12rem;*/
  width: 100%
}

.about-fund__inner {
  background: #081d56;
  color: #fff
}

.about-fund__group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 6rem 1.5rem 4rem
}

.about-fund__text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.about-fund__text p {
  color: #fff
}

.about-fund__img {
  aspect-ratio: 40.8/27.3;
  display: block;
  overflow: hidden;
  width: 100%
}

.about-fund__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (min-width: 768px) {
  .about-fund {
    /*margin-bottom: 14rem*/
  }

  .about-fund__inner {
    align-items: center;
    display: grid;
    grid-template-columns:1fr 53.66rem
  }

  .about-fund__group {
    gap: 3rem;
    justify-content: center;
    padding: 2rem 11.5rem
  }

  .about-fund__text {
    gap: 1.6rem
  }

  .about-fund__button {
    padding: 1.4rem 4.5rem
  }

  .about-fund__img {
    aspect-ratio: 1/1
  }
}

.current-collection {
  overflow: hidden;
  padding-bottom: 6rem
}

.current-collection__title {
  margin-bottom: 4rem;
  text-align: center
}

.current-collection__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem
}

.current-collection__button {
  margin: 0 auto
}

.current-collection--hero {
  padding-bottom: 8rem;
  padding-top: 14rem
}

.current-collection--hero .current-collection__title {
  margin-bottom: 1.6rem
}

@media (min-width: 768px) {
  .current-collection {
    padding-bottom: 14rem
  }

  .current-collection__title {
    margin: 0 auto 5rem;
    width: 76.3rem
  }

  .current-collection__list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    margin-bottom: 3rem
  }

  .current-collection--hero {
    padding-bottom: 14rem;
    padding-top: 22rem
  }

  .current-collection--hero .current-collection__title {
    margin-bottom: 1rem
  }
}

.history-card {
  align-items: flex-start;
  align-self: stretch;
  background: #bcd3c6;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 4rem 1.5rem 10rem;
  position: relative;
  width: 100%
}

.history-card__text p {
  font-size: 1.8rem;
  line-height: 2.8rem
}

.history-card img {
  bottom: 0;
  height: 10rem;
  position: absolute;
  right: 0;
  width: 10rem
}

@media (min-width: 768px) {
  .history-card {
    min-height: 44rem;
    padding: 4.5rem 3.5rem 16rem
  }

  .history-card__text p {
    font-size: 2rem;
    line-height: 3rem
  }

  .history-card img {
    height: 16rem;
    width: 16.1rem
  }
}

.history-section {
  background: #081d56;
  margin-bottom: 6rem;
  overflow: hidden;
  padding: 6rem 0;
  position: relative
}

.history-section__img {
  bottom: -10rem;
  left: -5rem;
  position: absolute;
  width: 22rem
}

.history-section__logo {
  display: block;
  height: 6.1641rem;
  margin: 0 auto 2rem;
  width: 6.6rem
}

.history-section__title {
  color: #fff;
  margin-bottom: 4rem;
  text-align: center
}

.history-section__list {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.history-section__list li:last-of-type .history-card {
  background: #d6b5ed
}

@media (max-width: 767px) {
  .history-section__img {
    transform: rotate(-13deg)
  }
}

@media (min-width: 768px) {
  .history-section {
    margin-bottom: 14rem;
    padding: 6rem 0 14rem
  }

  .history-section__img {
    bottom: -8.5rem;
    left: -12rem;
    position: absolute;
    width: 34rem
  }

  .history-section__logo {
    height: 7.6686rem;
    margin: 0 0 -.2rem auto;
    width: 8.2109rem
  }

  .history-section__title {
    margin-bottom: 5rem
  }

  .history-section__list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns:1fr 1fr 1fr
  }
}

.radio {
  align-items: center;
  border: 1px solid rgba(8, 29, 86, .2);
  color: #081d57b3;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  height: 5rem;
  justify-content: center;
  line-height: 2.6rem;
  position: relative;
  text-align: center;
  transition: background-color .5s ease, color .5s ease;
  width: 100%
}

@media (hover: hover) {
  .radio:hover {
    background: #081d56;
    color: #fff
  }
}

.radio input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute
}

.radio:has(input:checked) {
  background: #081d56;
  color: #fff
}

.radio--blue {
  border: 1px solid hsla(0, 0%, 100%, .2);
  color: #fff
}

@media (hover: hover) {
  .radio--blue:hover {
    background: #fff;
    color: #081d56
  }
}

.radio--blue:has(input:checked) {
  background: #fff;
  color: #081d56
}

@media (min-width: 768px) {
  .radio {
    font-size: 1.8rem;
    height: 5.8rem;
    line-height: 2.8rem
  }
}

.select {
  cursor: pointer;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  padding: .4rem .8rem;
  position: relative
}

.select.visible .select__header img, .select.visible .select__header svg {
  transform: rotate(180deg)
}

.select.visible .select__list {
  opacity: 1;
  pointer-events: auto
}

.select__header {
  align-items: center;
  display: flex;
  gap: .6rem
}

.select__header img, .select__header svg {
  flex-shrink: 0;
  transition: transform .5s;
  width: 1.2rem
}

.select__list {
  background: #fbf9ff;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  left: 0;
  margin-top: .5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity .5s;
  width: 100%
}

.select__list li {
  padding: .6rem 1rem;
  transition: background-color .5s ease, color .5s
}

@media (hover: hover) {
  .select__list li:hover {
    background: #081d56;
    color: #fff
  }
}

.select--white .select__current {
  color: #fff
}

.select--white .select__list li {
  color: #081d56
}

@media (hover: hover) {
  .select--white .select__list li:hover {
    background: #081d56;
    color: #fff
  }
}

@media (min-width: 768px) {
  .select {
    font-size: 2rem
  }
}

.input {
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.input span {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem
}

.input input, .input textarea {
  border: 1px solid rgba(8, 29, 86, .2);
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.6rem;
  width: 100%
}

.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  opacity: .4
}

.input input::placeholder, .input textarea::placeholder {
  opacity: .4
}

.input textarea {
  height: 10.5rem
}

.input--white input, .input--white textarea {
  border: var(--stroke-weight-1, 1px) solid hsla(0, 0%, 100%, .2);
  color: #fff
}

.input--white input[type=number]::-webkit-inner-spin-button, .input--white input[type=number]::-webkit-outer-spin-button, .input--white textarea[type=number]::-webkit-inner-spin-button, .input--white textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.input--white input[type=number], .input--white textarea[type=number] {
  -moz-appearance: textfield
}

@media (min-width: 768px) {
  .input {
    gap: .8rem
  }

  .input span {
    font-size: 2rem
  }

  .input input, .input textarea {
    font-size: 1.6rem;
    padding: 1.7rem 2.1rem
  }

  .input textarea {
    height: 12.9rem
  }
}

.form-donat {
  width: 100%
}

.form-donat__top {
  display: grid;
  grid-template-columns:1fr 1fr
}

.form-donat__inner {
  border-bottom: 1px solid rgba(8, 29, 86, .2);
  border-left: 1px solid rgba(8, 29, 86, .2);
  border-right: 1px solid rgba(8, 29, 86, .2);
  margin-bottom: 2rem;
  padding: 2rem 1.5rem
}

.form-donat__title {
  color: #081d56;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem
}

.form-donat__mid {
  display: flex;
  gap: .7rem;
  margin-bottom: 2rem;
  margin-top: 1.2rem
}

.form-donat__mid .radio {
  height: 4.8rem;
  padding: 1rem 2rem;
  width: -moz-max-content;
  width: max-content
}

.form-donat__text {
  margin-bottom: 2rem;
  opacity: .4
}

.form-donat__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem
}

.form-donat__button-wrapper {
  display: flex;
  flex-direction: column;
  gap: .8rem
}

.form-donat__button {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: center;
  width: 100%
}

.form-donat__button img, .form-donat__button svg {
  width: 1.6rem
}

.form-donat__title-top {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem
}

.form-donat__block {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem
}

.form-donat__block-number {
  color: #fff;
  display: block;
  margin-left: auto
}

.form-donat__block-track {
  background: #fff3;
  height: .2rem;
  margin-bottom: 2.5rem;
  width: 100%
}

.form-donat__block-fill {
  background: #d6b5ed;
  display: block;
  height: 100%;
  width: 37%
}

.form-donat__block-flex {
  display: flex;
  justify-content: space-between
}

.form-donat__block-group {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.form-donat__block-group:last-of-type {
  align-items: flex-end
}

.form-donat__block-group:last-of-type .form-donat__block-count {
  color: #fff
}

.form-donat__block-label {
  color: #ffffffb3
}

.form-donat__block-count {
  color: #d6b5ed;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem
}

.form-donat--case {
  background: #081d56;
  box-shadow: 0 2px 44.8px #081d561f;
  color: #fff;
  padding: 2.4rem 1.5rem
}

.form-donat--case .form-donat__title-top {
  color: #fff;
  margin-bottom: 4rem
}

.form-donat--case .form-donat__title {
  color: #fff
}

.form-donat--case .form-donat__inner {
  margin-bottom: 4rem;
  padding: 0 3rem 0 0
}

.form-donat--case .form-donat__text {
  color: #fff
}

.btn-subscribe, .btn-support {
  display: none
}

#type-1:checked ~ .btn-subscribe, #type-2:checked ~ .btn-support {
  display: inline-block
}

@media (min-width: 768px) {
  .form-donat__inner {
    margin-bottom: 1.6rem;
    padding: 3.2rem 2.4rem
  }

  .form-donat__title {
    font-size: 2rem;
    line-height: 2.8rem
  }

  .form-donat__mid {
    gap: 1rem;
    margin-bottom: 2.4rem;
    margin-top: .6rem
  }

  .form-donat__mid .radio {
    font-size: 1.6rem;
    height: 4.3rem;
    line-height: normal;
    padding: 1.2rem 2rem
  }

  .form-donat__text {
    margin-bottom: 2.4rem
  }

  .form-donat__title-top {
    font-size: 3.4rem;
    line-height: 5.8rem
  }

  .form-donat__block {
    margin-bottom: 2.8rem
  }

  .form-donat__block-number {
    opacity: .6
  }

  .form-donat__block-track {
    margin-bottom: 2.4rem
  }

  .form-donat__block-label {
    color: #fff
  }

  .form-donat__block-count {
    font-size: 2.4rem
  }

  .form-donat--case {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2rem
  }

  .form-donat--case .form-donat__title-top {
    margin-bottom: 2.8rem
  }

  .form-donat--case .form-donat__inner {
    margin-bottom: 2.8rem;
    padding: 0
  }
}

.form-contact {
  width: 100%
}

.form-contact__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem
}

.form-contact__button {
  width: 100%
}

@media (min-width: 768px) {
  .form-contact__list {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-bottom: 2rem;
    row-gap: 2.2rem
  }

  .form-contact__list li:last-child {
    grid-column: span 2
  }

  .form-contact__button {
    width: 100%
  }

  .form-contact--partner .form-contact__list li:nth-of-type(3) {
    grid-column: span 2
  }
}

.donat-section {
  /*padding-bottom: 12rem*/
}

.donat-section__img {
  aspect-ratio: 40.8/24.1;
  display: block;
  width: 100%
}

.donat-section__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.donat-section__inner {
  background: #fbf9ff;
  box-shadow: 0 2px 44.8px #081d561f;
  padding: 2.4rem 1.5rem
}

.donat-section__title {
  margin-bottom: 1.2rem
}

.donat-section__text {
  margin-bottom: 2rem
}

@media (max-width: 767px) {
  .donat-section__title {
    font-size: 2.6rem;
    line-height: 3.6rem
  }
}

@media (min-width: 768px) {
  .donat-section {
    /*padding-bottom: 14rem*/
  }

  .donat-section .container {
    display: grid;
    grid-template-columns:1fr 64.8rem
  }

  .donat-section__img {
    aspect-ratio: auto;
    grid-column: 2/3
  }

  .donat-section__inner {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 4rem
  }

  .donat-section__title {
    margin-bottom: 1.6rem
  }

  .donat-section__text {
    margin-bottom: 3.6rem
  }
}

.costs-card {
  align-items: flex-start;
  align-self: stretch;
  background: #081d56;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem 3rem;
  width: 100%
}

.costs-card__icon {
  display: block;
  height: 6.4rem;
  width: 6.4rem
}

.costs-card__icon img {
  height: 100%;
  width: 100%
}

.costs-card__title {
  margin-bottom: 1rem
}

.costs-card__text {
  color: #fff
}

@media (max-width: 767px) {
  .costs-card__icon {
    margin-bottom: 2rem
  }
}

@media (min-width: 768px) {
  .costs-card {
    min-height: 14rem;
    padding: 2.4rem 2.4rem 2.4rem 13.8rem;
    position: relative
  }

  .costs-card__icon {
    height: 9.6rem;
    left: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9.6rem
  }

  .costs-card__title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: .8rem
  }

  .costs-card__text {
    font-size: 2rem;
    line-height: 3rem
  }
}

.costs-section {
  overflow: hidden;
}

.costs-section__top {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 4rem
}

.costs-section__list {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

@media (min-width: 768px) {
  .costs-section {
    overflow: visible;
    position: relative
  }

  .costs-section .container {
    display: grid;
    gap: 9.6rem;
    grid-template-columns:1fr 69.8rem
  }

  .costs-section__top {
    gap: 1.4rem;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 0;
    position: sticky;
    top: 14rem
  }

  .costs-section__list {
    gap: 1.5rem
  }
}

.news-card {
  border: 1px solid rgba(8, 29, 86, .2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.6rem;
  width: 100%
}

.news-card__img {
  aspect-ratio: 37.6/25;
  display: block;
  overflow: hidden
}

.news-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.news-card__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.news-card__date {
  font-weight: 400
}

.news-card__date, .news-card__title {
  font-size: 1.8rem;
  line-height: 2.8rem
}

.news-card__title {
  font-weight: 600
}

.news-card__button {
  align-items: center;
  color: #3961ee;
  display: flex;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  gap: .5rem;
  line-height: 2.8rem;
  padding: .5rem 0;
  position: relative;
  transition: color .5s ease;
  width: -moz-max-content;
  width: max-content
}

.news-card__button:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s;
  width: 100%
}

.news-card__button img, .news-card__button svg {
  display: block;
  flex-shrink: 0;
  height: 2.2rem;
  transition: transform .5s ease;
  width: 1.8rem
}

@media (hover: hover) {
  .news-card__button:hover {
    color: #081d56
  }

  .news-card__button:hover img, .news-card__button:hover svg {
    transform: rotate(-45deg)
  }

  .news-card__button:hover:after {
    transform: scaleX(1)
  }
}

@media (min-width: 768px) {
  .news-card {
    display: grid;
    gap: 4.55rem;
    grid-template-columns:23.5rem 1fr;
    padding: 1.1rem 3.1rem 1.1rem 1.6rem
  }

  .news-card__img {
    aspect-ratio: 23.5/25
  }

  .news-card__inner {
    justify-content: center
  }

  .news-card__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2.5rem
  }

  .news-card__button {
    gap: .8rem
  }
}

.pagination {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  gap: .7rem;
  justify-content: center;
  line-height: 3rem;
  text-align: center;
  text-transform: capitalize
}

.pagination .disabled {
  opacity: .3
}

.pagination .current {
  position: relative
}

.pagination .current:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  align-items: center;
  background: #d6b5ed;
  border-radius: .2rem;
  display: flex;
  height: 4.9rem;
  justify-content: center;
  transition: background-color .5s ease;
  width: 4.9rem
}

.pagination .page-numbers.next svg, .pagination .page-numbers.prev svg {
  flex-shrink: 0;
  height: 1.6rem;
  margin-right: -.3rem;
  width: .9rem
}

@media (hover: hover) {
  .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
    background: #bdd3c7
  }
}

.pagination .page-numbers.prev {
  transform: rotate(-180deg)
}

@media (max-width: 768px) {
  .pagination .prev {
    margin-right: auto
  }

  .pagination .next {
    margin-left: auto
  }
}

@media (min-width: 768px) {
  .pagination {
    gap: .8rem
  }

  .pagination .prev {
    margin-right: 5.2rem
  }

  .pagination .next {
    margin-left: 5.2rem
  }
}

.news-section {
  overflow: hidden;
  width: 100%
}

.news-section__title {
  margin-bottom: 4rem;
  text-align: center
}

.news-section__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem
}

.news-section__button {
  margin: 0 auto
}

.news-section--hero {
  /*padding-top: 14rem*/
}

.news-section--hero .news-section__title {
  font-size: 3.6rem;
  line-height: 4.6rem;
  margin: 0
}

@media (min-width: 768px) {
  .news-section {
    /*padding-bottom: 14rem*/
  }

  .news-section__title {
    margin-bottom: 5rem
  }

  .news-section__list {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-bottom: 3rem
  }

  .news-section--hero {
    /*padding-top: 22rem*/
  }

  .news-section--hero .news-section__title {
    font-size: 5.4rem;
    line-height: 6.4rem;
    margin: 0 auto;
    width: 66rem
  }
}

/* Классический img + Gutenberg figure */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.wp-block-image figure.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}


.alignleft,
.wp-block-image figure.alignleft img {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: .5rem 1rem .5rem 0;
}

.alignrigh,
.wp-block-image figure.alignright img {
  float: right;
  margin: .5rem 0 .5rem 1rem;
}

.wp-block-image img {
  max-width: 100%;

  height: auto;
}

/* Wide / Full для контейнерной темы */
.alignwide {
  max-width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* на всю ширину */
