* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Geologica;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    height: 100%;
    background-color: #f8f9fc;
    min-height: 100vh;
}
button,
input,
textarea {
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    position: relative;
}
a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin-bottom: 0;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
input {
    outline: 0;
}
input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0;
}
input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}
:root {
    --scrollbar-width: 0px;
}
h1 {
    font-family: Geologica;
    font-weight: 600;
    font-size: 68px;
    line-height: 1.1;
    color: #242a34;
}
.page {
    position: relative;
    min-height: 100vh;
}
.page section {
    position: relative;
    padding-top: 88px;
}
[data-button-tooltip] {
    position: relative;
    transition: 0.4s ease-out;
    z-index: 20;
}
[data-button-tooltip]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(/img/help.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
[data-button-tooltip] span {
    display: none;
}
[data-button-tooltip]:hover span {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #525861;
    min-width: 297px;
    top: -65px;
    left: -130px;
}
[data-button-tooltip]:hover span::before {
    content: "";
    background-color: #f5f5f7;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 20;
    border-radius: 0 0 60% 60%;
}
[data-button-tooltip]:hover span::after {
    content: "";
    background-color: #f5f5f7;
    min-width: 297px;
    min-height: 60px;
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}
.btn-orange-primary {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #f66b34;
    border: 2px solid #f66b34;
    background-color: transparent;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.btn-orange-primary:hover {
    background-color: #f66b34;
    color: #fff;
}
.btn-orange-primary:hover svg path {
    stroke: #fff;
}
.btn-orange-primary.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.btn-orange-primary.active {
    background-color: rgba(246, 107, 52, 0.1);
}
.btn-orange-flat {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #f66b34;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.btn-orange-flat:hover {
    background: linear-gradient(90deg, #ff5a19 0, #e64707 100%);
    box-shadow: 0 0 10.1px rgba(246, 107, 52, 0.7);
}
.btn-orange-flat.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
}
.btn-orange-flat.active {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}
.btn-orange-flat [disabled="true"],
.btn-orange-flat [disabled],
.btn-orange-flat.disabled {
    color: #fff;
    background-color: #90959e;
    border-color: #90959e;
}
.link-with-arrow {
    position: relative;
    transition: 0.4s ease-in-out;
}
.link-with-arrow::after {
    content: "";
    background-image: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -25px;
    bottom: -1px;
    transform: scale(0.8);
}
.link-with-arrow:hover::after {
    transform: rotate(180deg) scale(0.8);
}
.footer .footer__bg-content-links,
.footer .intro__bg-content-links,
.intro .footer__bg-content-links,
.intro .intro__bg-content-links {
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    gap: 16px;
    align-items: center;
    bottom: 16px;
    right: 16px;
    box-shadow: 0 0 11.8px rgba(255, 187, 58, 0.2);
    padding: 8px 24px;
}
.about,
.footer,
.intro,
.media,
.project,
.stats,
.volonteer {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 360px;
    padding-right: 360px;
}
.page b {
    font-weight: 600;
}
.page .intro {
    display: flex;
    padding-top: 140px;
}
.page .intro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/intro_bg.png);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    min-height: 1800px;
}
.page .intro__main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 486px;
}
.page .intro__main-header {
    font-weight: 600;
    font-size: 68px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
}
.page .intro__main-header-colored {
    background: linear-gradient(to right, #007aff 0, #1a1a1a 50%, #ff6a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page .intro__main-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}
.page .intro__main-container {
    display: flex;
    gap: 12px;
}
.page .intro__main-button.btn-orange-primary {
    min-width: 182px;
}
.page .intro__main-button.btn-orange-flat {
    min-width: 176px;
}
.page .intro__bg {
    width: calc(100% - 486px + 24px);
    position: relative;
}
.page .intro__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 48px;
}
.page .intro__bg-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 16px solid #fff;
}
.page .intro__bg-content-hero {
    position: absolute;
    bottom: -135px;
    left: -86px;
}
.page .intro__bg-content-hero-caption {
    position: absolute;
    top: 16px;
    left: 270px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #525861;
}
.page .intro__bg-content-hero-caption b {
    color: #242a34;
}
.page .intro__bg-content-hero-img {
    z-index: -1;
}
.page .about__main {
    background: linear-gradient(to bottom right, #404b73 0, #0d111f 100%);
    border-radius: 48px;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    gap: 72px;
    align-items: flex-start;
    padding: 99.5px 56px;
}
.page .about__main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/img/noise-bg.png);
    background-position: 0 0;
    background-size: contain;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.page .about__main::before {
    content: "";
    position: absolute;
    top: -18%;
    left: -10%;
    background-image: url(/img/about_bg-1.png);
    width: 210px;
    height: 210px;
    display: block;
}
.page .about__main-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
.page .about__main-inner::after {
    content: "";
    width: 78px;
    height: 90px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/about_bg-2.png);
    background-repeat: no-repeat;
}
.page .about__main-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -55px;
}
.page .about__main-heading {
    font-weight: 550;
    font-size: 50px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    z-index: 10;
}
.page .about__main-heading--colored {
    color: #f66b34;
}
.page .about__main-content {
    max-width: 532px;
    display: inline-flex;
    flex-direction: column;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    gap: 18px;
}
.page .about__main-content-button {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #f5f5f7;
    border: 2px solid #f5f5f7;
    background-color: transparent;
    border-radius: 8px;
    padding: 8px 24px;
}
.page .about__main-content-button:hover {
    color: #f66b34;
}
.page .about__main-content-button.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.page .about__main-content-button.active {
    border-color: #d7dbe0;
    color: #d7dbe0;
}
.page .about__main-content-button [disabled="true"],
.page .about__main-content-button [disabled],
.page .about__main-content-button.disabled {
    color: #90959e;
    border-color: #90959e;
}
.page .about__additional {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    gap: 16px;
}
.page .about__additional-item {
    max-width: 384px;
    border-radius: 24px;
    background-color: #fff;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0 11.8px rgba(255, 187, 58, 0.2);
    padding: 16px 24px;
}
.page .about__additional-item img {
    width: 28px;
    height: 28px;
}
.page .about__additional-item p {
    width: calc(100% - 36px);
    font-size: 16px;
    font-weight: 600;
    color: #4766d2;
}
.page .about__additional-item--1,
.page .about__additional-item--3 {
    margin-left: 50px;
    margin-right: 50px;
}
.page .about__additional-item--3 {
    box-shadow: 0 0 11.8px rgba(255, 187, 58, 0.35);
}
.page .about__additional-item--2 {
    margin-top: 39px;
    margin-bottom: 39px;
    position: relative;
    max-width: 320px;
}
.page .about__additional-item--2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -35%;
    background-image: url(/img/about_bg-4.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95.5px;
    height: 113.69px;
    display: block;
    z-index: 10;
}
.page .about__additional-item-caption {
    width: calc(100% - 36px);
    font-size: 16px;
    font-weight: 600;
    color: #4766d2;
}
.page .about__additional-item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
}
.page .project {
    border-radius: 128px;
    background-color: #fff;
    margin-top: 128px;
}
.page .project__header {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 227px;
    margin-bottom: 2px;
}
.page .project__header-title {
    font-size: 50px;
    line-height: 1.1;
    color: #383838;
    font-weight: 500;
    font-family: Geologica;
    position: relative;
}
.page .project__header-content {
    position: absolute;
    width: calc(100% - 588px);
    height: auto;
}
.page .project__header-content::after {
    content: "";
    display: block;
    width: 588px;
    height: 227px;
    background-image: url(/img/deer/project-header-2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.page .project__header-content-bg {
    position: absolute;
    top: 0;
    right: 0;
}
.page .project__header-content-text {
    display: block;
    width: 242px;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.page .project__header-content-text span {
    color: #525861;
}
.page .project__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding-bottom: 64px;
}
.page .project__body-item {
    padding: 48px;
    border-radius: 48px;
    background-color: #fff;
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 0 15.3px rgba(127, 86, 217, 0.17);
    overflow: hidden;
}
.page .project__body-item--2 img.project__body-item-hero-img {
    position: absolute;
    left: -130px;
}
.page .project__body-item--2 .project__body-item-hero-caption {
    left: 2px;
}
.page .project__body-item--3 .project__body-item-text {
    position: relative;
}
.page .project__body-item--4 .project__body-item-hero-img {
    position: absolute;
    left: -139px;
}
.page .project__body-item--4 .project__body-item-hero-caption {
    left: -1px;
}
.page .project__body-item.right-bg {
    flex-direction: row;
}
.page .project__body-item.left-bg {
    flex-direction: row-reverse;
}
.page .project__body-item-text {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.page .project__body-item-text-count {
    font-size: 88px;
    color: transparent;
    -webkit-text-stroke: 2px #90959e;
    text-stroke: 2px #90959e;
}
.page .project__body-item-text-caption {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    color: #242a34;
    z-index: 10;
}
.page .project__body-item-bg {
    width: 100%;
    max-width: 737px;
    max-height: 428px;
}
.page .project__body-item-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}
.page .project__body-item-hero {
    position: relative;
    bottom: -2px;
}
.page .project__body-item-hero-caption {
    position: absolute;
    max-width: 319px;
    min-width: 319px;
    top: 18px;
    left: 27px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    z-index: 10;
}
.page .project__body-item-hero-img {
    position: absolute;
}
.page .project__body-mail {
    min-width: 184px;
    padding: 12px 40px;
}
.page .volonteer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.page .volonteer__grid-item img {
    width: 100%;
    height: 100%;
}
.page .volonteer__grid-item-header {
    padding-top: 23px;
    padding-bottom: 23px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
}
.page .volonteer__grid-item-header-heading {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.page .volonteer__grid-item-header-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #242a34;
    max-width: 578px;
}
.page .volonteer__grid-item--1 {
    grid-area: 1/1/2/4;
    display: flex;
}
.page .volonteer__grid-item--2 {
    grid-area: 1/4/3/5;
}
.page .volonteer__grid-item--3 {
    grid-area: 2/1/4/4;
    position: relative;
}
.page .volonteer__grid-item--4 {
    grid-area: 3/4/4/5;
}
.page .volonteer__grid-item--5 {
    grid-area: 4/1/5/3;
}
.page .volonteer__grid-item--6 {
    grid-area: 4/3/5/5;
}
.page .volonteer__grid-item--7 {
    grid-area: 5/1/6/2;
}
.page .volonteer__grid-item--9 {
    grid-area: 5/2/6/4;
}
.page .partners {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    border-radius: 128px;
    position: relative;
    max-width: 1920px;
    margin: 128px auto;
}
.page .partners::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(/img/intro_bg.png);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    min-height: 1920px;
    z-index: -1;
    top: 79%;
    transform: rotate(0);
}
.page .partners__header {
    display: flex;
    max-width: 1920px;
    margin: 0 auto 32px;
    padding-left: 360px;
    padding-right: 360px;
}
.page .partners__header-title {
    font-size: 50px;
    line-height: 1.1;
    color: #242a34;
    font-weight: 500;
    min-width: 690px;
}
.page .partners__header-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #242a34;
}
.page .partners__logo {
    position: relative;
}
.page .partners__logo-item {
    margin-left: 24px;
    margin-right: 24px;
}
.page .partners__cta {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 10px;
}


.swiper-slide-partners-img{
    max-width: 150px;
}

.page .media  {
   padding-top: 128px;
}


.page .media .swiper-button-disabled {
    color: #90959e;
    border-color: #90959e;
    pointer-events: none;
}
.page .media .swiper-button-disabled svg path {
    stroke: #90959e;
}
.page .media__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.page .media__pagination .swiper-pagination-bullet {
    width: 100px;
    border-radius: 0;
    height: 4px;
}
.page .media__pagination .swiper-pagination-bullet-active {
    background-color: #f66b34;
}
.page .media__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.page .media__header-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.1;
    color: #242a34;
}
.page .media__header-navigation {
    display: flex;
    gap: 12px;
}
.page .media__header-navigation button {
    width: 48px;
    height: 48px;
    font-weight: 550;
    font-size: 16px;
    color: #f66b34;
    border: 2px solid #f66b34;
    background-color: transparent;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    line-height: 0;
}
.page .media__header-navigation button:hover {
    background-color: #f66b34;
    color: #fff;
}
.page .media__header-navigation button:hover svg path {
    stroke: #fff;
}
.page .media__header-navigation button.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.page .media__header-navigation button.active {
    background-color: rgba(246, 107, 52, 0.1);
}
.page .media__header-navigation button svg {
    width: 24px;
    height: 18px;
}
.page .media__header-navigation button.media__header-navigation-button--next svg {
    transform: rotate(180deg);
}
.page .media__list {
    display: flex;
    gap: 24px;
}
.page .media__list-item {
    border-radius: 24px;
    background-color: #fff;
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.page .media__list-item img {
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.page .media__list-item-content {
    padding: 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.page .media__list-item-content-source {
    font-size: 14px;
    font-weight: 400;
    color: #4766d2;
    line-height: 1.6;
}
.page .media__list-item-content-headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-flex;
    cursor: pointer;
}
.page .media__list-item-content-text {
    color: #525861;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.page .stats__container {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom right, #404b73 0, #0d111f 100%);
    border-radius: 48px;
    position: relative;
    gap: 32px;
    padding: 72px 56px;
}
.page .stats__container::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -20px;
    background-image: url(/img/about_bg-2.png);
    background-repeat: no-repeat;
    width: 134px;
    height: 154px;
    display: block;
}
.page .stats__container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/img/noise-bg.png);
    background-position: 0 0;
    background-size: contain;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.page .stats__grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.page .stats__grid::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/img/stats-bg-2.png);
    background-repeat: no-repeat;
    width: 134px;
    height: 154px;
    display: block;
}
.page .stats__grid-item {
    background-color: #1c2133;
    border-radius: 32px;
    padding: 40px;
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page .stats__grid-item-number {
    -webkit-text-stroke: 2px #f66b34;
    text-stroke: 2px #f66b34;
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
    color: transparent;
}
.page .stats__grid-item-label {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    color: #f5f5f7;
}
.page .stats__header {
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.page .stats__report-button {
    font-weight: 550;
    font-size: 16px;
    color: #f5f5f7;
    border: 2px solid #f5f5f7;
    background-color: transparent;
    border-radius: 8px;
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
}
.page .stats__report-button:hover {
    color: #f66b34;
}
.page .stats__report-button.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.page .stats__report-button.active {
    border-color: #d7dbe0;
    color: #d7dbe0;
}
.page .stats__report-button [disabled="true"],
.page .stats__report-button [disabled],
.page .stats__report-button.disabled {
    color: #90959e;
    border-color: #90959e;
}
.page .stats__title {
    font-size: 50px;
    font-weight: 550;
    line-height: 1.1;
    color: #fff;
}
.page .accordion {
    position: relative;
    margin-top: 128px;
    padding-top: 64px;
    border-radius: 128px 128px 0 0;
    background: linear-gradient(to bottom right, #404b73 0, #0d111f 100%);
    padding-bottom: 64px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.page .accordion::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/img/noise-bg.png);
    background-position: 0 0;
    background-size: contain;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.page .accordion__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 360px;
    padding-right: 360px;
    max-width: 1920px;
    padding-bottom: 175px;
}
.page .accordion__title {
    font-weight: 550;
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
}
.page .accordion__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}
.page .accordion__item {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 24px 32px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    cursor: pointer;
}
.page .accordion__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    width: calc(100% - 52px);
}
.page .accordion__item.accordion__item--highlighted {
    background-color: #4766d2;
    padding-top: 32px;
    border-radius: 24px;
    padding-bottom: 40px;
}
.page .accordion__item.accordion__item--highlighted-title {
    margin-bottom: 8px;
}
.page .accordion__item.accordion__item--highlighted .accordion__item-text {
    display: inline-block;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 48px;
}
.page .accordion__item.accordion__item--highlighted .accordion__item-icon {
    background-image: url(/img/circle-minus.svg);
}
.page .accordion__item-text {
    display: none;
}
.page .accordion__item-icon {
    width: 24px;
    height: 24px;
    background-image: url(/img/circle-plus.svg);
}
.page .accordion__cta {
    border-radius: 48px;
    background-color: #fff;
    padding: 48px;
    margin-top: 64px;
    position: relative;
    display: flex;
    gap: 24px;
}
.page .accordion__cta-content {
    display: flex;
    gap: 24px;
    flex-direction: column;
    max-width: 436px;
}
.page .accordion__cta-content-container {
    display: flex;
    gap: 12px;
}
.page .accordion__cta-content-container button {
    white-space: nowrap;
}
.page .accordion__cta-content-text {
    font-size: 16px;
    font-weight: 300;
    color: #242a34;
    line-height: 1.6;
}
.page .accordion__cta-content-heading {
    font-size: 50px;
    font-weight: 550;
    color: #242a34;
    line-height: 1.1;
}
.page .accordion__cta-bg {
    display: flex;
    position: relative;
}
.page .accordion__cta-bg-text {
    top: 26px;
    left: 26px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    position: absolute;
    max-width: 269px;
}
.page .accordion__cta-bg-img {
    min-width: 654px;
    min-height: 305px;
}
@media (min-width: 430px) {
    .page .about__additional-item {
        min-width: 320px;
    }
}
@media (min-width: 720px) {
    .page .project__body-item--3 .project__body-item-hero {
        bottom: 37%;
        position: absolute;
    }
    .page .project__body-item-text {
        max-width: 342px;
    }
    .page .accordion__container .accordion__items,
    .page .accordion__container .accordion__title {
        padding-left: 101px;
        padding-right: 75px;
    }
}
@media (min-width: 1000px) {
    .page .about__additional {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .page .volonteer__grid-item--1 {
        gap: 16px;
        justify-content: space-between;
    }
    .page .volonteer__grid-item--3::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/img/vol-1-decor.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        width: 157px;
        height: 157px;
    }
}
@media (min-width: 1180px) {
    .page .about__main-inner {
        position: relative;
    }
}
@media (min-width: 1240px) {
    .page .project__header-title {
        top: 50%;
        transform: translateY(50%);
    }
    .page .project__header-content {
        right: -18px;
        top: -30px;
    }
    .page .project__header-content::after {
        position: absolute;
    }
}
@media (max-width: 1800px) {
    .about,
    .footer,
    .intro,
    .media,
    .page .accordion__container,
    .page .partners__header,
    .project,
    .stats,
    .volonteer {
        padding-left: 300px;
        padding-right: 300px;
    }
}
@media (max-width: 1750px) {
    .about,
    .footer,
    .intro,
    .media,
    .page .accordion__container,
    .page .partners__header,
    .project,
    .stats,
    .volonteer {
        padding-left: 250px;
        padding-right: 250px;
    }
}
@media (max-width: 1700px) {
    .about,
    .footer,
    .intro,
    .media,
    .page .accordion__container,
    .page .partners__header,
    .project,
    .stats,
    .volonteer {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (max-width: 1600px) {
    .about,
    .footer,
    .intro,
    .media,
    .page .accordion__container,
    .page .partners__header,
    .project,
    .stats,
    .volonteer {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media (max-width: 1440px) {
    .about,
    .footer,
    .intro,
    .media,
    .page .accordion__container,
    .page .partners__header,
    .project,
    .stats,
    .volonteer {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (max-width: 1367px) {
    .about,
    .footer,
    .intro,
    .media,
    .project,
    .stats,
    .volonteer {
        padding-left: 48px;
        padding-right: 48px;
    }
    .page .volonteer__grid-item img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 24px;
    }
    .page .accordion__container,
    .page .partners__header {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (max-width: 1300px) {
    .page .project__header-content {
        right: 10px;
    }
}
@media (max-width: 1280px) {
    .page .project__header-content-text {
        top: 40px;
    }
}
@media (max-width: 1270px) {
    .page .project__body-item--4 .project__body-item-hero-img {
        left: -216px;
    }
    .page .project__body-item--4 .project__body-item-hero-caption {
        left: -65px;
    }
}
@media (max-width: 1250px) {
    .page .accordion__cta {
        flex-direction: column;
        align-items: center;
    }
    .page .accordion__cta-content {
        max-width: none;
    }
    .page .accordion__cta-content-text {
        max-width: 436px;
    }
}
@media (max-width: 1240px) {
    .page .project__header {
        display: flex;
        flex-direction: column;
    }
    .page .project__header-title {
        max-width: 275px;
    }
    .page .project__header-content::after {
        background-image: url(/img/deer/project-header-2-mobile.png);
        height: 351px;
        width: 672px;
    }
    .page .project__header-content {
        position: relative;
        margin-top: -9%;
        align-self: center;
    }
    .page .project__header-content-text {
        width: 100%;
        max-width: 304px;
        top: 16px;
        left: 364px;
    }
}
@media (max-width: 1200px) {
    .page .project__body {
        margin-top: 30px;
    }
    .page .project__body-item {
        padding: 24px;
    }
    .page .project__body-item--2 img.project__body-item-hero-img {
        left: -195px;
    }
    .page .project__body-item--2 .project__body-item-hero-caption {
        left: -65px;
    }
    .page .project__body-item-text-caption {
        font-size: 32px;
    }
    .page .media__header-title,
    .page .partners__header-title {
        font-size: 38px;
    }
    .page .stats__grid-item-label {
        font-size: 16px;
    }
}
@media (max-width: 1180px) {
    .page .about__main {
        align-items: center;
        flex-direction: column;
        padding-bottom: 144.5px;
        padding-top: 61.5px;
        padding-left: 68px;
        gap: 13px;
    }
    .page .about__main::before {
        top: -12%;
        left: -13%;
    }
    .page .about__main-inner::after {
        top: 31px;
        right: 50px;
    }
    .page .about__main-content-button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 65px;
        white-space: nowrap;
    }
    .page .project__header-content {
        width: auto;
    }
}
@media (max-width: 1150px) {
    .page .intro {
        flex-direction: column;
        gap: 40px;
    }
    .page .intro::after {
        min-height: 858px;
    }
    .page .intro__main {
        max-width: 591px;
    }
    .page .intro__bg {
        width: auto;
    }
    .page .project__body-item--4 .project__body-item-hero-img {
        left: -139px;
    }
    .page .project__body-item--4 .project__body-item-hero-caption {
        left: -1px;
    }
    .page .project__body-item-bg {
        width: 380px;
        height: 428px;
        min-width: 300px;
    }
}
@media (max-width: 1149px) {
    .page .intro__bg-content-hero {
        left: 16px;
    }
    .page .intro__bg-content-hero-caption {
        left: 265px;
    }
}
@media (max-width: 1100px) {
    .page .partners__header-title {
        width: 324px;
        display: block;
        min-width: 324px;
    }
}
@media (max-width: 1030px) {
    .page .about__main::before {
        top: -12%;
        left: -15%;
    }
}
@media (max-width: 1024px) {
    .page .volonteer__grid {
        padding-top: 150px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(5, 220px);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .page .volonteer__grid-item-header {
        position: absolute;
        top: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .page .volonteer__grid-item--1 {
        grid-area: 1/1/2/3;
    }
    .page .volonteer__grid-item--1 .volonteer__grid-item-body {
        width: 100%;
        position: relative;
    }
    .page .volonteer__grid-item--1 .volonteer__grid-item-body::after {
        content: "";
        position: absolute;
        top: -65px;
        right: -75px;
        background-image: url(../img/vol-1-decor.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        width: 157px;
        height: 157px;
    }
    .page .volonteer__grid-item--2 {
        grid-area: 1/3/3/5;
    }
    .page .volonteer__grid-item--3 {
        grid-area: 2/1/4/3;
    }
    .page .volonteer__grid-item--4 {
        grid-area: 3/3/4/5;
    }
    .page .volonteer__grid-item--5 {
        grid-area: 4/1/5/3;
    }
    .page .volonteer__grid-item--6 {
        grid-area: 4/3/5/5;
    }
    .page .volonteer__grid-item--7 {
        grid-area: 5/1/6/2;
    }
    .page .volonteer__grid-item--9 {
        grid-area: 5/2/6/4;
    }
    .webp .page .volonteer__grid-item--1 .volonteer__grid-item-body::after {
        background-image: url(../img/vol-1-decor.webp);
    }
}
@media (max-width: 1000px) {
/*    .page .intro {
        padding-top: 111px;
    }*/
    .page .intro__main-header {
        font-size: 50px;
    }
    .page .intro__main-button.btn-orange-primary {
        min-width: 149px;
    }
    .page .intro__main-button.btn-orange-flat {
        min-width: 142px;
    }
    .page .intro__bg-img {
        height: 452px;
    }
    .page .about__main::before {
        top: -116px;
        left: -123px;
    }
    .page .about__main-heading {
        min-width: 608px;
    }
    .page .about__main-heading br {
        display: none;
    }
    .page .about__main-content {
        max-width: 608px;
    }
    .page .about__additional-item--2::after {
        transform: scale(1.2);
        top: -7px;
        right: -75%;
    }
    .page .about__additional-item--2 {
        margin-left: -60px;
    }
    .page .project {
        border-radius: 80px;
        margin-top: 60px;
        margin-bottom: 120px;
    }
    .page .project__header-title {
        font-size: 38px;
    }
    .page .project__header-content {
        margin-top: -12%;
    }
    .page .project__body {
        gap: 26px;
    }
    .page .project__body-item--2 img.project__body-item-hero-img {
        left: -112px;
    }
    .page .project__body-item--2 .project__body-item-hero-caption {
        left: 45px;
        max-width: 276px;
        min-width: 276px;
    }
    .page .project__body-item--3 .project__body-item-hero-caption,
    .page .project__body-item--4 .project__body-item-hero-caption {
        left: 20px;
        max-width: 276px;
        min-width: 276px;
    }
    .page .project__body-item-text-caption br {
        display: none;
    }
    .page .project__body-item-bg {
        width: 300px;
    }
    .page .project__body-item-hero {
        bottom: -10px;
    }
    .page .project__body-item-hero-caption {
        top: 21px;
        left: 12px;
        max-width: 276px;
        min-width: 276px;
    }
    .page .volonteer__grid-item-header {
        padding-top: 11px;
    }
    .page .volonteer__grid-item-header-heading {
        font-size: 38px;
    }
    .page .volonteer__grid-item-header-text {
        font-size: 12px;
    }
    .page .partners {
        border-radius: 80px;
        margin-bottom: 0;
    }
    .page .partners__logo-item img {
        width: 80px;
        height: 80px;
    }
    .page .stats__container {
        position: relative;
        gap: 33px;
        padding: 37px 25px 39px;
    }
    .page .stats__container::before {
        top: 72px;
    }
    .page .stats__grid-item {
        padding: 24px;
        gap: 22px;
    }
    .page .stats__title {
        font-size: 32px;
    }
    .page .accordion {
        border-radius: 64px 64px 0 0;
    }
    .page .accordion__title {
        font-size: 38px;
    }
    .page .accordion__cta-bg-text {
        top: 21px;
        left: 13px;
    }
    .page .accordion__cta-bg-img {
        min-width: 0;
        min-width: initial;
        min-height: 0;
        min-height: initial;
        width: 574px;
        height: 255px;
        top: 19px;
        left: 12px;
    }
}
@media (max-width: 960px) {
    .page .about__main-content {
        max-width: none;
    }
}
@media (max-width: 910px) {
    [data-button-tooltip]:hover span {
        left: -250px;
    }
}
@media (max-width: 900px) {
    .page .volonteer__grid-item-header-text {
        max-width: calc(95% - 213px);
    }
}
@media (max-width: 805px) {
    .page .project__body-item--2 img.project__body-item-hero-img {
        left: -170px;
    }
    .page .project__body-item--2 .project__body-item-hero-caption {
        left: -20px;
    }
}
@media (max-width: 768px) {
    .page .volonteer__grid {
        grid-template-rows: repeat(5, 133px);
        padding-top: 38px;
    }
    .page .media__list-item img {
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 760px) {
    .page .about__main-heading {
        min-width: 0;
        min-width: initial;
    }
}
@media (max-width: 725px) {
    .page .intro__bg-content-hero {
        bottom: -80px;
    }
}
@media (max-width: 720px) {
    .about,
    .footer,
    .intro,
    .media,
    .project,
    .stats,
    .volonteer {
        padding-left: 24px;
        padding-right: 24px;
    }
/*    .page .intro {
        padding-top: 191px;
    }*/
    .page .intro__main-header {
        font-size: 38px;
    }
    .page .intro__bg {
        display: flex;
        flex-direction: column;
    }
    .page .intro__bg-img {
        border: 16px solid #fff;
    }
    .page .intro__bg-content {
        position: relative;
        border: none;
        display: flex;
        flex-direction: column;
    }
    .page .intro__bg-content-links {
        position: relative;
        width: auto;
        justify-content: center;
        margin-top: 40px;
        bottom: auto;
        right: auto;
        max-width: -moz-fit-content;
        max-width: fit-content;
        align-self: center;
    }
    .page .intro__bg-content-hero {
        position: relative;
    }
    .page .intro__bg-content-hero-caption {
        left: 50%;
        transform: translateX(-10%) translateY(-70px);
        z-index: 11;
        white-space: nowrap;
    }
    .page .intro__bg-content-hero-img {
        top: 50%;
        position: relative;
        width: 100%;
        height: 272px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: -60px;
        transform: scale(1.21) translateY(17px) translateX(-33px);
    }
    .page .about__main {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 48px;
    }
    .page .about__main-inner::after {
        right: -17px;
    }
    .page .about__main-heading {
        font-size: 32px;
    }
    .page .about__additional {
        position: relative;
        padding-top: 125px;
    }
    .page .about__additional-item--2::after {
        top: 0;
        right: 50%;
        transform: scale(1.2) translateX(50%);
    }
    .page .about__additional-item--2 {
        position: static;
    }
    .page .about__additional-item--1,
    .page .about__additional-item--2,
    .page .about__additional-item--3 {
        max-width: 279px;
        margin: 0;
    }
    .page .project {
        padding-top: 48px;
        margin-top: 128px;
    }
    .page .project__header {
        align-items: center;
        gap: 16px;
    }
    .page .project__header-content {
        right: 0;
        margin-top: 0;
        align-self: center;
    }
    .page .project__header-content::after {
        background-image: url(../img/project-header-2-mobile-1.png);
        width: 327px;
        height: 351px;
    }
    .page .project__header-content-text {
        left: 55%;
        transform: translateX(-50%);
    }
    .page .project__body-item {
        flex-direction: column !important;
        padding: 16px;
    }
    .page .project__body-item--2 img.project__body-item-hero-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .page .project__body-item--2 .project__body-item-hero-caption {
        left: 25px;
        top: 10px;
    }
    .page .project__body-item--4 .project__body-item-hero-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .page .project__body-item--4 .project__body-item-hero-caption {
        left: 18px;
    }
    .page .project__body-item-text {
        gap: 16px;
    }
    .page .project__body-item-text-count {
        font-size: 56px;
    }
    .page .project__body-item-text-caption {
        font-size: 24px;
    }
    .page .project__body-item-bg {
        width: auto;
        height: auto;
        min-height: 279px;
    }
    .page .project__body-item-bg img {
        min-height: 279px;
    }
    .page .project__body-item-hero-caption {
        top: 11px;
        left: 17px;
        line-height: 1.3;
    }
    .page .project__body-item-hero-caption b {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
    }
    .page .project__body-item-hero {
        align-self: center;
    }
    .page .project__body-item-hero-img {
        position: relative;
    }
    .page .project__body-mail {
        min-width: 327px;
    }
    .page .volonteer__grid {
        padding-top: 120px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 155.11px);
    }
    .page .volonteer__grid-item-header-button {
        min-width: 327px;
    }
    .page .volonteer__grid-item-header-text {
        max-width: 100%;
    }
    .page .volonteer__grid-item--1 {
        grid-area: 1/1/2/2;
    }
    .page .volonteer__grid-item--2 {
        grid-area: 1/2/3/3;
    }
    .page .volonteer__grid-item--3 {
        grid-area: 3/1/4/3;
    }
    .page .volonteer__grid-item--4 {
        grid-area: 2/1/3/2;
    }
    .page .volonteer__grid-item--5 {
        grid-area: 4/1/5/3;
    }
    .page .volonteer__grid-item--6 {
        grid-area: 5/1/6/3;
    }
    .page .volonteer__grid-item--7 {
        grid-area: 6/1/7/2;
    }
    .page .volonteer__grid-item--8 {
        grid-area: 6/2/7/3;
    }
    .page .volonteer__grid-item--9 {
        grid-area: 7/1/8/3;
    }
    .page .partners__header {
        padding-left: 24px;
        padding-right: 24px;
        flex-direction: column;
        gap: 16px;
    }
    .page .partners__header-title {
        width: auto;
        font-size: 32px;
    }
    .page .partners__button {
        min-width: 327px;
        text-align: center;
    }
    .page .media__header-title {
        font-size: 32px;
    }
    .page .media__header-navigation {
        display: none !important;
    }
    .page .stats__container {
        padding-bottom: 114px;
    }
    .page .stats__container::before {
        top: 120px;
    }
    .page .stats__grid::before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 90px;
        background-image: url(../img/stats-bg-2.png);
        background-repeat: no-repeat;
        width: 134px;
        height: 154px;
        display: block;
        background-size: contain;
        transform: scale(0.7);
    }
    .page .stats__grid {
        flex-direction: column;
    }
    .page .stats__grid-item {
        width: 100%;
        gap: 8px;
    }
    .page .stats__grid-item-number {
        font-size: 50px;
    }
    .page .stats__report-button {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 287px;
        height: 42px;
    }
    .page .accordion__container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .page .accordion__title {
        font-size: 32px;
    }
    .page .accordion__item-title {
        font-size: 16px;
    }
    .page .accordion__cta {
        padding-bottom: 176px;
    }
    .page .accordion__cta-content-container {
        position: absolute;
        bottom: 48px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .page .accordion__cta-content-heading {
        font-size: 32px;
    }
    .page .accordion__cta-bg-text {
        font-size: 14px;
        max-width: 255px;
    }
    .page .accordion__cta-bg-img {
        width: 279px;
        height: 299px;
    }
}
@media (max-width: 525px) {
    .page .intro__bg-content-hero {
        bottom: -70px;
        left: -10px;
    }
    .page .intro__bg-content-hero-caption {
        transform: translateX(-10%) translateY(-66px);
    }
}
@media (max-width: 500px) {
    .page .intro__bg-img {
        height: 229px;
    }
}
@media (max-width: 465px) {
    .page .intro__bg-content-hero-caption {
        transform: translateX(-2%) translateY(-68px);
    }
    .page .intro__bg-content-hero-img {
        transform: scale(1) translate(25px, -30px);
    }
}
@media (max-width: 445px) {
    .page .intro__bg-content-hero-caption {
        transform: translateX(-7%) translateY(-63px);
    }
}
@media (max-width: 430px) {
    .page .intro__bg-content-hero-caption {
        transform: translateX(-7%) translateY(-59px);
    }
    .page .about__main-inner::after {
        transform: scale(0.9);
    }
}
@media (max-width: 400px) {
    .page .intro__bg-content-hero-caption {
        transform: translateX(-20%) translateY(-30px);
    }
    .page .intro__bg-content-hero-img {
        transform: scale(1.1) translate(2px, -2px);
    }
}
@media (max-width: 390px) {
    .page .project__body-item-bg {
        min-height: 250px;
        max-height: 250px;
        min-width: 0;
        min-width: initial;
    }
    .page .project__body-item-bg img {
        min-height: 250px;
    }
}
@media (min-width: 720px) and (max-width: 1000px) {
    .page .project__body-item--3 .project__body-item-hero {
        bottom: 48%;
    }
}
.webp .page .intro::after {
    background-image: url(/img/intro_bg.webp);
}
.webp .page .about__main::after {
    background-image: url(/img/noise-bg.webp);
}
.webp .page .about__main::before {
    background-image: url(/img/about_bg-1.webp);
}
.webp .page .about__main-inner::after {
    background-image: url(/img/about_bg-2.webp);
}
.webp .page .about__additional-item--2::after {
    background-image: url(/img/about_bg-4.webp);
}
.webp .page .project__header-content::after {
    background-image: url(/img/project-header-2.webp);
}
.webp .page .partners::after {
    background-image: url(/img/intro_bg.webp);
}
.webp .page .stats__container::before {
    background-image: url(/img/about_bg-2.webp);
}
.webp .page .stats__container::after {
    background-image: url(/img/noise-bg.webp);
}
.webp .page .stats__grid::before {
    background-image: url(/img/stats-bg-2.webp);
}
.webp .page .accordion::after {
    background-image: url(/img/noise-bg.webp);
}
@media (min-width: 1024px) {
    .webp .page .volonteer__grid-item--3::after {
        background-image: url(/img/vol-1-decor.webp);
    }
}
@media (max-width: 1240px) {
  .page .project__header-content::after {
        background-image: url(/img/deer/project-header-2-mobile.png);
    }
}
@media (max-width: 720px) {
    .page .project__header-content::after {
        background-image: url(/img/deer/project-header-2-mobile-1.png);
    }
    .webp .page .stats__grid::before {
        background-image: url(/img/stats-bg-2.webp);
    }
}
