@font-face {
    font-family: "Aura-Regular";
    src: url("../fonts/Aura-W00.eot");
    src: url("../fonts/Aura-W00.eot") format("embedded-opentype"), url("../fonts/Aura-W00.woff2") format("woff2"), url("../fonts/Aura-W00.woff") format("woff"), url("../fonts/Aura-W00.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica-Light";
    src: url("../fonts/HelveticaNeueCyr-Light.eot");
    src: url("../fonts/HelveticaNeueCyr-Light.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica-Bold";
    src: url("../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("../fonts/HelveticaNeueCyr-Bold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atomic-Marker";
    src: url("../fonts/atomic-marker-regular.otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

header {
    position: absolute;
    margin-top: 10px;
    width: 100%
}

.header__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.header__logo {
    padding: 10px 20px 10px 0;
    z-index: 10
}

.header__logo a {
    display: flex;
    align-items: center
}

.header__logo img {
    width: 224px;
    height: auto
}

@media(max-width: 992px) {
    .header__logo {
        max-width: calc(100% - 160px)
    }
    .header__logo img {
        margin: 0 auto;
        width: 150px;
        max-width: 100%
    }
}

.header__buttons {
    z-index: 10;
    display: flex;
    margin-top: 10px
}

.header__buttons>div:not(:last-child) {
    margin-right: 10px
}

@media(max-width: 480px) {
    .header__buttons a {
        max-width: -moz-max-content;
        max-width: max-content;
        font-size: 13px;
        padding: 10px 18px !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important
    }
}

@media(max-width: 992px) {
    .header__buttons {
        width: 80px;
        justify-content: flex-end
    }
}

@media(max-width: 992px) {
    .header__menu .main-menu {
        margin-top: 100px;
        width: 100%;
        padding-top: 20px;
        padding-left: 15px
    }
}

.header__menu-mobile {
    width: 24px;
    margin-right: 56px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 10
}

@media(min-width: 992px) {
    .header__menu-mobile {
        display: none !important
    }
}

.header__menu-mobile span {
    width: 24px;
    height: 2px;
    margin: 2px 0;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    transition: .2s
}

.header__menu-mobile span:first-child {
    top: 2px;
    transform: rotate(0deg)
}

.header__menu-mobile span:nth-child(2) {
    top: 10px
}

.header__menu-mobile span:last-child {
    top: 18px;
    transform: rotate(0deg)
}

.header__menu-mobile.active span:first-child {
    transform: rotate(45deg);
    top: 10px
}

.header__menu-mobile.active span:nth-child(2) {
    display: none
}

.header__menu-mobile.active span:last-child {
    transform: rotate(-45deg);
    top: 10px
}

.header__menu ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.header__menu ul li {
    list-style: none
}

.header__menu ul li a {
    font-family: "Aura-Regular", sans-serif;
    color: #f2f0ef;
    padding: 10px 25px;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px
}

.header__menu ul li a:hover {
    background: url(../images/menu-hover.svg) no-repeat center;
    color: #24a1db;
    background-size: contain;
    width: -moz-max-content;
    width: max-content
}

.header__menu ul li.active a {
    background: url(../images/menu-hover.svg) no-repeat center;
    color: #24a1db;
    background-size: contain;
    width: -moz-max-content;
    width: max-content
}

@media(max-width: 992px) {
    .header__menu {
        display: none
    }
    .header__menu.active {
        display: flex;
        position: absolute;
        background: #000;
        height: 100vh;
        z-index: 2;
        width: 100%;
        left: 0;
        top: 0;
        padding: 15px 15px 20px 15px
    }
    .header__menu.active ul {
        flex-direction: column
    }
    .header__menu.active ul li:not(:last-child) {
        margin-bottom: 10px
    }
    .header__menu.active ul li a {
        font-size: 20px
    }
}

footer {
    background: #070707
}

.footer {
    padding-top: 50px
}

.footer__logo {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.footer__logo img {
    max-width: 150px
}

.footer__social-links {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 30px
}

.footer__social-links a {
    background: #f2f0ef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.footer__social-links a img {
    width: 24px;
    height: auto
}

.footer__social-links a:hover {
    background: #fff
}

.footer__bottom {
    padding: 20px 0
}

.footer__copyright {
    color: #f2f0ef;
    text-align: center;
    font-size: 14px
}

.footer__menu {
    margin: 30px 0 20px
}

.footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0
}

.footer__menu ul li {
    list-style: none
}

.footer__menu ul li a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Aura-Regular", sans-serif;
    color: #fff;
    text-decoration: none;
    transition: .2s
}

.footer__menu ul li a:hover {
    color: #24a1db
}

html {
    margin: 0
}

html.overflow-hidden {
    overflow: hidden
}

body {
    background: #f2f0ef;
    color: #18162e;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

p,
.text {
    font-size: 18px;
    color: #18162e;
    line-height: 1.6
}

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

h1 {
    font-family: "Aura-Regular", sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase
}

@media(min-width: 992px) {
    h1 {
        font-size: 80px
    }
}

h2 {
    font-family: "Aura-Regular", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400
}

@media(min-width: 992px) {
    h2 {
        font-size: 56px
    }
}

h2 span {
    color: #24a1db
}

h3 {
    font-family: "Aura-Regular", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400
}

@media(min-width: 992px) {
    h3 {
        font-size: 20px
    }
}

.button-bordered,
.button-filled,
.button-white,
.button-video {
    display: flex
}

.button-bordered a,
.button-filled a,
.button-white a,
.button-video a {
    text-decoration: none;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
    border-radius: 30px;
    padding: 13px 20px 11px;
    min-width: 105px;
    opacity: 1;
    transition: .3s;
    text-align: center
}

.button-bordered a:hover,
.button-filled a:hover,
.button-white a:hover,
.button-video a:hover {
    border-color: #ca1a25
}

.button-bordered a {
    color: #18162e;
    border: 1px solid #18162e
}

.button-bordered a:hover {
    border-color: #18162e;
    background: #18162e;
    color: #f2f0ef
}

.button-filled a {
    color: #fff;
    background: #ca1a25;
    border: 1px solid #fff
}

.button-white a {
    color: #ca1a25;
    background: #f2f0ef
}

.button-white a:hover {
    color: #f2f0ef;
    background: #ca1a25
}

.button-video a {
    display: flex;
    align-items: center;
    color: #18162e;
    border: 1px solid #18162e;
    padding: 13px 25px 11px
}

.button-video a span {
    background: url(../images/watch.svg) no-repeat center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 5px;
    position: relative;
    top: -1px
}

@media(max-width: 992px) {
    .hide-on-mobile {
        display: none !important
    }
}

@media(min-width: 992px) {
    .hide-on-desktop {
        display: none !important
    }
}

.cta__section {
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative
}

@media(max-width: 992px) {
    .cta__section {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.cta__section-wrapper .container {
    background: url(../images/cta-bg1.svg) no-repeat left bottom, url(../images/cta-bg2.svg) no-repeat right top, linear-gradient(#E2272E, #29ADEB);
    padding: 50px 50px 100px
}

.cta__section-wrapper .container h2 {
    color: #f2f0ef
}

.cta__section-wrapper .container .text {
    color: #f2f0ef;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto
}

.cta__section-wrapper .container .button-white {
    margin: 30px auto 0;
    display: flex;
    justify-content: center
}

.cta__section:before,
.cta__section:after {
    content: "";
    position: absolute
}

@media(max-width: 992px) {
    .cta__section:before,
    .cta__section:after {
        display: none !important
    }
}

.cta__section:before {
    background: url(../images/cta-before.svg) no-repeat center;
    width: 185px;
    height: 268px;
    background-size: contain;
    top: -87px;
    left: 93px
}

.cta__section:after {
    background: url(../images/cta-after.svg) no-repeat center;
    width: 218px;
    height: 157px;
    background-size: contain;
    bottom: -78px;
    right: 123px;
    display: flex;
    position: absolute
}

.cta__section.cta__section-reverse .container {
    background: linear-gradient(#E2272E, #29ADEB);
    position: relative;
    padding: 0
}

.cta__section.cta__section-reverse .container>div {
    padding: 80px 50px;
    z-index: 2;
    position: relative
}

.cta__section.cta__section-reverse .container:before {
    content: "";
    position: absolute;
    background: url(../images/cta-bg1.svg) no-repeat 0 101%;
    width: 100%;
    height: 100%;
    transform: scale(1, -1)
}

.cta__section.cta__section-reverse .container:after {
    content: "";
    position: absolute;
    background: url(../images/cta-bg2.svg) no-repeat top right;
    width: 100%;
    height: 100%;
    transform: scale(1, -1);
    top: 0
}

.cta__section.cta__section-reverse:before {
    top: -106px;
    left: initial;
    right: 114px;
    transform: rotate(-85deg);
    z-index: 2
}

.cta__section.cta__section-reverse:after {
    bottom: -70px;
    right: initial;
    display: flex;
    position: absolute;
    left: 127px;
    transform: rotate(56deg)
}

.page__vision-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start
}

@media(max-width: 992px) {
    .page__vision-items {
        flex-direction: column
    }
}

.page__vision-item {
    width: calc(50% - 40px)
}

@media(max-width: 992px) {
    .page__vision-item {
        width: 100%
    }
}

.page__vision-item:first-child {
    background: url(../images/vision1.svg) no-repeat calc(100% - 50px) 100%;
    padding-bottom: 90px;
    background-size: 90px
}

@media(max-width: 992px) {
    .page__vision-item:first-child {
        padding-bottom: 0px;
        background-size: 70px;
        background-position: bottom right
    }
}

.page__vision-item:last-child {
    background: url(../images/vision2.svg) no-repeat calc(100% - 50px) 30px
}

@media(max-width: 992px) {
    .page__vision-item:last-child {
        background-position: calc(100% - 10px) 20px;
        background-size: 55px
    }
}

.page__vision-item h3 {
    font-size: 40px;
    text-align: left
}

@media(max-width: 992px) {
    .page__vision-item h3 {
        font-size: 28px
    }
}

.page__vision-item ul {
    padding-left: 15px
}

.page__vision-item ul li {
    padding-left: 5px
}

.page__vision-item ul li:not(:last-child) {
    margin-bottom: 15px
}

.page__numbers {
    position: relative;
    overflow: hidden
}

.page__numbers-wrapper {
    position: relative;
    margin: 150px 0
}

@media(max-width: 992px) {
    .page__numbers-wrapper {
        margin: 100px 0 150px
    }
}

.page__numbers .section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.page__numbers .section-bg:before,
.page__numbers .section-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 32px 40px 0 rgba(0, 0, 0, .25)
}

.page__numbers .section-bg:before {
    background: #302c5c;
    transform: rotate(-6deg);
    right: 7%;
    box-shadow: 0 32px 40px 0 rgba(0, 0, 0, .25);
    width: 90%
}

@media(max-width: 992px) {
    .page__numbers .section-bg:before {
        right: 5%
    }
}

.page__numbers .section-bg:after {
    background: linear-gradient(#19144E, #18162E);
    transform: rotate(-3deg);
    right: 4%
}

.page__numbers .section-bg span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f1c3c;
    transform: rotate(3deg);
    box-shadow: 0 32px 40px 0 rgba(0, 0, 0, .25);
    left: 3%
}

.page__numbers .numbers-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media(max-width: 992px) {
    .page__numbers .numbers-items {
        flex-direction: column;
        padding: 50px 0 !important
    }
}

.page__numbers .numbers-item {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 992px) {
    .page__numbers .numbers-item {
        width: 100%
    }
    .page__numbers .numbers-item:not(:last-child) {
        margin-bottom: 40px
    }
}

.page__numbers .numbers-item .title {
    font-family: "Atomic-Marker";
    font-size: 120px;
    line-height: 1;
    color: #24a1db
}

@media(max-width: 992px) {
    .page__numbers .numbers-item .title {
        font-size: 100px
    }
}

.page__numbers .numbers-item .text {
    color: #f2f0ef
}

.page__numbers+div {
    margin-top: 50px
}

@media(max-width: 992px) {
    .page__numbers+div {
        margin-top: -50px
    }
}

.page__banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page__banner-wrapper {
    background-image: url(../images/homepage-banner-cover.svg);
    padding-top: 320px;
    padding-bottom: 120px;
    background-position: center calc(100% + 16px);
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width: 992px) {
    .page__banner-wrapper {
        padding: 150px 0 70px;
        background-position: -2px calc(100% + 1vw)
    }
}

.page__banner-wrapper h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto
}

.page__banner-wrapper .text {
    text-align: center;
    max-width: 1100px;
    padding: 30px 0;
    margin: 0 auto;
    color: #f2f0ef
}

.page__banner-wrapper .button-filled {
    justify-content: center
}

.page__social-links {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 140px
}

@media(max-width: 992px) {
    .page__social-links {
        margin-top: 50px
    }
}

.page__social-links a {
    background: #f2f0ef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.page__social-links a img {
    width: 24px;
    height: auto
}

.page__social-links a:hover {
    background: #fff
}

.page__about {
    background: url(../images/about.svg) no-repeat bottom right #f2f0ef;
    padding-top: 75px;
    padding-bottom: 100px;
    background-size: contain;
    margin-bottom: -50px
}

@media(max-width: 992px) {
    .page__about {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: -90px;
        background-size: 70vw;
        background-position: 80% bottom
    }
}

.page__about.page__about-faq {
    background: url(../images/about-about.svg) no-repeat 105% top #f2f0ef;
    padding-bottom: 0;
    margin-bottom: -70px
}

.page__about.page__about-faq .page__about-content {
    background: none
}

.page__about .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media(max-width: 992px) {
    .page__about .container {
        flex-direction: column
    }
}

.page__about .container.align-start {
    align-items: flex-start
}

.page__about .container.align-start .page__about-content {
    padding-top: 0
}

.page__about .container.align-start .page__about-content h2 {
    margin-top: 0
}

.page__about.page__about-ministry {
    background: url(../images/peace.svg) no-repeat calc(50% - 80px) top;
    background-size: auto
}

@media(max-width: 992px) {
    .page__about.page__about-ministry {
        background-position: right top;
        background-size: 27vw;
        padding-top: 55px
    }
}

.page__about.page__about-ministry .container {
    flex-direction: row-reverse
}

.page__about.page__about-ministry .page__about-content {
    padding-left: 0;
    padding-right: 60px;
    background: url(../images/KE.svg) no-repeat left 80px;
    background-size: 42px
}

@media(max-width: 992px) {
    .page__about.page__about-ministry .page__about-content {
        background: url(../images/KE.svg) no-repeat left 25px;
        padding-right: 0
    }
}

.page__about.page__about-ministry .video {
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    background-position: center
}

.page__about.page__about-ministry .video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/play.svg) no-repeat center, rgba(0, 0, 0, .2)
}

.page__about.page__about-ministry .video iframe {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.page__about-image {
    width: 50%
}

@media(max-width: 992px) {
    .page__about-image {
        width: 100%;
        margin-bottom: 20px
    }
}

.page__about-image>div {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    height: 475px
}

@media(max-width: 992px) {
    .page__about-image>div {
        flex-direction: column;
        height: 80vw;
        max-height: 475px;
        border-radius: 20px
    }
}

.page__about-content {
    width: 50%;
    padding-left: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../images/about2.svg) no-repeat 20px 0px;
    background-size: 80px
}

@media(max-width: 992px) {
    .page__about-content {
        width: 100%;
        padding-top: 30px;
        background-position: calc(100% - 15px) top;
        background-size: 70px;
        padding-left: 0;
        padding-right: 0
    }
}

.page__about-content h2 {
    text-align: left
}

.page__about-content .button-bordered {
    margin-top: 30px
}

.page__about-item .question {
    font-size: 24px;
    font-family: "Aura-Regular", sans-serif;
    display: flex;
    justify-content: space-between;
    color: #18162e;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #18162e;
    opacity: .2;
    transition: .2s;
    padding: 5px 0;
    margin: 20px 0 5px
}

.page__about-item .question.active {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0)
}

.page__about-item .answer {
    display: none;
    font-size: 16px;
    border-bottom: 1px solid #ca1a25;
    padding-bottom: 5px
}

@media(max-width: 992px) {
    .page__testimonials {
        margin-top: -30px
    }
}

.page__testimonials .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media(max-width: 992px) {
    .page__testimonials .container {
        flex-direction: column
    }
}

.page__testimonials-content {
    width: 50%;
    margin-right: 5%;
    padding-right: 60px;
    text-align: left;
    background: url(../images/testimonials.svg) no-repeat 60% top;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-bottom: 10px
}

@media(max-width: 992px) {
    .page__testimonials-content {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        background-position: 58vw 0;
        background-size: 33vw;
        padding-top: 50px
    }
}

.page__testimonials-content h2,
.page__testimonials-content .text {
    text-align: left
}

.page__testimonials-items {
    width: 45%;
    position: relative;
    margin-top: 50px
}

@media(max-width: 992px) {
    .page__testimonials-items {
        width: calc(100% - 50px);
        margin-left: -40px;
        margin-bottom: 100px
    }
}

.page__testimonials-items:before,
.page__testimonials-items:after {
    content: "";
    position: absolute;
    background: #c3c1c1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #18162e
}

.page__testimonials-items:before {
    transform: rotate(1deg);
    top: 15px;
    left: 13px;
    z-index: 2
}

.page__testimonials-items:after {
    transform: rotate(4deg);
    top: 25px;
    left: 29px;
    z-index: 1
}

.page__testimonials-items .slick-list {
    z-index: 3;
    background: #fff;
    border: 1px solid #18162e;
    border-radius: 30px;
    width: 100%;
    height: 100%
}

.page__testimonials-item {
    padding: 40px;
    position: relative;
    padding-top: 80px
}

.page__testimonials-item:before {
    position: absolute;
    content: "";
    background: url(../images/marks.svg) no-repeat center;
    background-size: 64px;
    width: 64px;
    height: 64px;
    top: 35px
}

.page__testimonials-item .text {
    font-size: 24px;
    font-family: "Aura-Regular", sans-serif;
    text-transform: uppercase;
    padding-top: 15px
}

.page__testimonials-item .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page__testimonials-item .meta .img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px
}

.page__testimonials-item .meta .names {
    width: calc(100% - 74px);
    line-height: 1.4
}

.page__testimonials-item .name {
    font-family: "Helvetica-Bold", Helvetica, Arial, sans-serif;
    font-size: 18px
}

.page__testimonials-item .description {
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
    font-size: 18px
}

.page__testimonials .slick-arrow {
    position: absolute;
    left: -122%;
    bottom: -50px;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: 24px;
    width: 80px;
    height: 40px;
    background-position: center;
    border: 1px solid #18162e;
    border-radius: 30px;
    font-size: 0px;
    cursor: pointer
}

@media(max-width: 992px) {
    .page__testimonials .slick-arrow {
        left: 0;
        bottom: initial;
        top: -65px
    }
}

.page__testimonials .slick-prev {
    transform: rotate(180deg)
}

.page__testimonials .slick-next {
    left: calc(-122% + 100px)
}

@media(max-width: 992px) {
    .page__testimonials .slick-next {
        left: 90px
    }
}

.page__testimonials .slick-disabled {
    opacity: .3
}

.page__features {
    position: relative
}

.page__features.features-homepage {
    overflow: hidden
}

.page__features.features-homepage .page__features-wrapper {
    z-index: 2;
    position: relative;
    margin: 70px 0;
    padding: 0
}

.page__features.features-homepage .page__features-wrapper .container {
    z-index: 2;
    position: relative;
    padding: 70px 15px
}

@media(max-width: 992px) {
    .page__features.features-homepage .page__features-wrapper .container {
        padding: 35px 15px
    }
}

.page__features.features-homepage .page__features-wrapper .section-bg {
    width: 120%;
    margin-left: -10%
}

.page__features.page__features-about .section-bg {
    display: none
}

.page__features h2 {
    margin-bottom: 40px
}

.page__features-wrapper {
    position: relative;
    z-index: 2;
    padding: 70px 0
}

.page__features-wrapper .container>.text {
    text-align: center;
    margin: -20px auto 50px;
    max-width: 1100px
}

.page__features .section-bg {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: rotate(-3deg)
}

.page__features .features-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px
}

@media(max-width: 992px) {
    .page__features .features-items {
        flex-direction: column
    }
}

.page__features .features-item {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 992px) {
    .page__features .features-item {
        width: 100%
    }
    .page__features .features-item:not(:last-child) {
        margin-bottom: 40px
    }
}

.page__features .features-item .icon {
    background: url(../images/features-bg.svg) no-repeat center;
    width: 122px;
    height: 68px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.page__features .features-item .icon img {
    width: 40px;
    height: auto
}

.page__features .features-item:nth-child(odd) .icon {
    transform: rotate(180deg)
}

.page__features .features-item:nth-child(odd) .icon img {
    transform: rotate(180deg)
}

.page__features .features-item .text {
    font-size: 14px;
    text-align: center
}

.page__contacts {
    background: linear-gradient(transparent, transparent, #000), url(../images/contact-bg.webp) no-repeat center;
    background-size: cover
}

.page__contacts-wrapper:before {
    content: "";
    background-image: url(../images/contact-cover.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: contain
}

@media(max-width: 992px) {
    .page__contacts-wrapper:before {
        background-position: -2px -2vw
    }
}

.page__contacts .container {
    display: flex;
    padding-top: 150px
}

@media(max-width: 992px) {
    .page__contacts .container {
        flex-direction: column;
        padding-top: 50px
    }
}

.page__contacts-content {
    width: 55%
}

@media(max-width: 992px) {
    .page__contacts-content {
        width: 100%
    }
}

.page__contacts-content h2,
.page__contacts-content .text,
.page__contacts-content .text p {
    color: #fff;
    text-align: left
}

.page__contacts-form {
    width: calc(45% - 100px);
    margin-left: 100px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px 10px
}

@media(max-width: 992px) {
    .page__contacts-form {
        margin-left: 0;
        width: 100%
    }
}

.page__contacts-form .wpcf7 {
    width: 100%
}

.page__contacts-form .wpcf7-spinner {
    display: none
}

.page__contacts-form input,
.page__contacts-form textarea {
    border: none;
    border-bottom: 1px solid #7b7b7b;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
    width: 100%;
    font-size: 18px;
    outline: none !important;
    margin-bottom: 20px
}

.page__contacts-form textarea {
    height: 100px;
    margin-bottom: 0
}

.page__contacts-form input[type=submit] {
    background: #ca1a25;
    border-radius: 30px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px;
    z-index: 2;
    position: relative;
    margin-top: -10px;
    cursor: pointer
}

.page__contacts-form form {
    position: relative
}

.page__contacts-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 2px;
    font-size: 14px;
    top: -20px
}

.page__contacts-form .wpcf7 form.invalid .wpcf7-response-output,
.page__contacts-form .wpcf7 form.unaccepted .wpcf7-response-output,
.page__contacts-form .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
    bottom: -42px;
    font-size: 15px;
    height: 43px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.page__video {
    margin-top: 70px
}

@media(max-width: 992px) {
    .page__video {
        margin-bottom: 70px
    }
}

.page__video .text {
    text-align: center
}

.page__video .video {
    margin-top: 30px;
    background-position: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer
}

.page__video .video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/play.svg) no-repeat center, rgba(0, 0, 0, .2)
}

.page__video .video iframe {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.page__comparison {
    position: relative;
    overflow: hidden;
    margin: 50px 0
}

@media(max-width: 992px) {
    .page__comparison {
        margin: -50px 0
    }
}

.page__comparison-wrapper {
    margin: 50px 0;
    position: relative
}

.page__comparison .section-bg {
    background: #fff;
    position: absolute;
    width: 120%;
    height: 100%;
    margin-left: -10%;
    z-index: 1;
    transform: rotate(3deg)
}

.page__comparison .container {
    background: url(../images/comparison.svg) no-repeat calc(100% - 100px) 50px;
    z-index: 2;
    position: relative;
    padding: 60px 15px 120px
}

@media(max-width: 992px) {
    .page__comparison .container {
        background-position: -26px 0px;
        background-size: 22vw
    }
}

.comparison__items {
    display: flex;
    flex-wrap: wrap
}

.comparison__items>div {
    width: 50%;
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 20px 0
}

.comparison__item-right span,
.comparison__item-left span {
    background-size: cover;
    width: 42px;
    height: 30px;
    margin-right: 10px
}

.comparison__item-right h3,
.comparison__item-left h3 {
    font-size: 24px;
    margin: 0
}

@media(max-width: 992px) {
    .page__part-of {
        margin-top: 60px;
        overflow: hidden
    }
}

.page__part-of .button-filled {
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
    background: url(../images/part-arrow.svg) no-repeat;
    background-position: calc(50% + 105px) top;
    background-size: 150px
}

.part-of__items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 80px
}

@media(max-width: 992px) {
    .part-of__items {
        flex-direction: column;
        margin-top: 50px
    }
}

.part-of__item {
    width: calc(33.33% - 60px);
    padding: 50px 35px 20px;
    position: relative
}

@media(max-width: 992px) {
    .part-of__item {
        width: calc(100% - 100px);
        margin-left: 40px
    }
}

.part-of__item .title {
    font-size: 32px;
    margin: 15px 0 5px;
    text-align: left;
    z-index: 4;
    position: relative
}

.part-of__item .text {
    line-height: 1.2;
    position: relative;
    z-index: 4;
    font-size: 16px
}

.part-of__item .img {
    background-size: cover;
    width: 100%;
    background-position: center;
    padding-bottom: 65%;
    height: 0;
    position: relative;
    z-index: 4
}

.part-of__item:first-child {
    transform: rotate(4deg)
}

@media(max-width: 992px) {
    .part-of__item:first-child {
        margin-bottom: 50px
    }
}

.part-of__item:first-child .part-of__item-bg {
    background: #d1f5f7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.part-of__item:first-child:before {
    content: "";
    background: url(../images/part1.svg) no-repeat center;
    position: absolute;
    top: -22px;
    left: calc(50% - 62px);
    width: 163px;
    height: 49px;
    background-size: contain;
    transform: rotate(0deg);
    background-position: top center;
    z-index: 3
}

.part-of__item:first-child:after {
    content: "";
    position: absolute;
    background: url(../images/part1-bg.svg) no-repeat center;
    top: 20px;
    width: calc(100% + 20px);
    height: 100%;
    left: -10px;
    z-index: 1;
    background-size: 100%;
    transform: rotate(-4deg);
    background-position: bottom
}

.part-of__item:nth-child(2) {
    transform: rotate(-8deg)
}

@media(max-width: 992px) {
    .part-of__item:nth-child(2) {
        margin-bottom: 20px
    }
}

.part-of__item:nth-child(2) .part-of__item-bg {
    background: #e9f7c9;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0
}

.part-of__item:nth-child(2):before {
    content: "";
    background: url(../images/part2.svg) no-repeat center;
    position: absolute;
    top: -40px;
    left: calc(50% - 72px);
    width: 144px;
    height: 84px;
    background-size: contain;
    transform: rotate(12deg);
    background-position: top center;
    z-index: 3
}

.part-of__item:nth-child(3) {
    transform: rotate(3deg)
}

.part-of__item:nth-child(3) .text {
    max-width: 75%
}

.part-of__item:nth-child(3) .part-of__item-bg {
    background: url(../images/part3-color.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 1;
    background-size: cover;
    transform: rotate(-5deg)
}

.part-of__item:nth-child(3):before {
    content: "";
    background: url(../images/part3.svg) no-repeat center;
    position: absolute;
    top: -81px;
    right: -66px;
    width: 172px;
    height: 187px;
    background-size: contain;
    transform: rotate(0deg);
    background-position: top center;
    z-index: 3
}

.part-of__item:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(../images/part3-bg.svg) no-repeat center;
    top: initial;
    width: calc(100% + 20px);
    height: 100%;
    right: 11px;
    z-index: 1;
    background-size: 120px;
    transform: rotate(-3deg);
    background-position: bottom right;
    bottom: 4px
}

.page-template-contact .page__contacts-wrapper:before,
.page-template-donate .page__contacts-wrapper:before {
    display: none
}

.page-template-contact .page__contacts-wrapper .container,
.page-template-donate .page__contacts-wrapper .container {
    padding-top: 350px
}

@media(max-width: 992px) {
    .page-template-contact .page__contacts-wrapper .container,
    .page-template-donate .page__contacts-wrapper .container {
        padding-top: 175px
    }
}


/*# sourceMappingURL=common.min.css.map */