: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%
}

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-big {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem
}

.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 {
  color: #081d56b3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem
}

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

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

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

  .h3 {
    font-size: 3rem
  }

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

  p {
    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__lang {
  cursor: pointer;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .128rem;
  line-height: 2.6rem;
  position: relative;
  text-transform: uppercase
}

@media (hover: hover) {
  .header__lang:hover > li:first-of-type img:last-of-type {
    transform: rotate(180deg)
  }

  .header__lang:hover > li:last-child {
    opacity: 1;
    pointer-events: auto
  }
}

.header__lang.visible > li:first-of-type img:last-of-type {
  transform: rotate(180deg)
}

.header__lang.visible > li:last-child {
  opacity: 1;
  pointer-events: auto
}

.header__lang > li:first-child {
  align-items: center;
  display: flex;
  gap: 1rem
}

.header__lang > li:first-child img:first-of-type {
  height: 1.5rem;
  width: 2.2rem
}

.header__lang > li:first-child img:last-of-type {
  flex-shrink: 0;
  transition: transform .5s;
  width: 1rem
}

.header__lang > li:last-child {
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s
}

.header__lang > li:last-child ul {
  background: #fff;
  box-shadow: 0 4px 25.3px #081d561f;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 50%;
  margin-top: 1rem;
  min-width: 10rem;
  padding: 1.6rem;
  position: absolute;
  top: 100%;
  transform: translate(-50%)
}

.header__lang > li:last-child ul .current-menu-item {
  opacity: .5
}

.header__lang > li:last-child ul:after {
  content: "";
  height: 1.3rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -1.2rem
}

.header__lang > li:last-child ul a {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-start
}

.header__lang > li:last-child ul a img {
  flex-shrink: 0;
  height: 1.7rem;
  width: 2.4rem
}

.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__lang {
    flex-shrink: 0;
    position: relative
  }

  .header__lang > li:first-child {
    font-size: 1.8rem;
    gap: .4rem;
    line-height: 2.8rem
  }

  .header__lang > li:first-child img:first-of-type {
    height: 1.7rem;
    width: 2.4rem
  }

  .header__lang > li:first-child img:last-of-type {
    width: 1.2rem
  }

  .header__lang > li:last-child ul a img {
    flex-shrink: 0;
    height: 1.7rem;
    width: 2.4rem
  }

  .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;
  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__nav {
    display: grid;
    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
  }

  .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%
}

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

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

.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
  }
}

.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
  }
}

.work-hero {
  overflow: hidden;
  /*padding-bottom: 6rem;*/
  /*padding-top: 14rem*/
}

.work-hero__title {
  margin: 0 auto;
  text-align: center;
  width: 39rem
}

.work-hero__button {
  opacity: .7;
  width: 100%
}

.work-hero__button.active {
  background: #081d56;
  color: #fff;
  opacity: 1
}

@media (hover: hover) {
  .work-hero__button:hover {
    opacity: 1
  }
}

.work-hero__content {
  display: none
}

.work-hero__content.active {
  display: block
}

@media (max-width: 767px) {
  .work-hero__title {
    font-size: 3.6rem;
    line-height: 4.6rem
  }
}

@media (min-width: 768px) {
  .work-hero {
    overflow: hidden;
    /*padding-bottom: 10rem;*/
    /*padding-top: 22rem*/
  }

  .work-hero__title {
    width: 62rem
  }

  .work-hero__button-wrapper {
    display: grid;
    grid-template-columns:1fr 1fr
  }

  .work-hero__button {
    height: 8rem
  }
}

.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
  }
}