/* @font-face {
    font-family: "Poppins";
    src: url(./fonts/Poppins-SemiBold.ttf);
    font-weight: bold;
} */

@font-face {
    font-family: "Futura PT";
    src: url("../fonts/FuturaPT-Medium.eot") format('embedded-opentype'), url("../fonts/FuturaPT-Medium.ttf") format("truetype"), url("../fonts/FuturaPT-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura PT Light";
    src: url("../fonts/FuturaPT-Light.eot") format('embedded-opentype'), url("../fonts/FuturaPT-Light.ttf") format("truetype"), url("../fonts/FuturaPT-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --gray: #434343;
    --gray-2: #3D3D3C;
    --yellow: #F6FB08;
}

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

a {
    text-decoration: none;
}

body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}


/* body,
html {
    height: 100%;
} */

body {
    font-family: "Futura PT";
    width: 100%;
}


/* .button {
    cursor: pointer;
    border: none;
    outline: none;
} */


/* .img {
    width: 100%;
} */


/* HEADER */

header {
    /* width: 100%; */
    font-family: "Futura PT";
    height: 122px;
    background: var(--gray);
}

.header__content {
    /* width: 90%; */
    height: 100%;
    margin: 0 auto;
    /* position: absolute;
    
    width: 1440px;
    height: 122px;
    left: 0px;
    top: -1px; */
}

.header__icons {
    float: left;
    /* height: 100%; */
    align-items: center;
    /* vertical-align: middle; */
    /* position: absolute;
    width: 94px;
    height: 25px;
    left: 87px;
    top: 61px; */
}

.header__icons .header__icon {
    margin-top: 50px;
}

.header__nav {
    position: -webkit-sticky;
    z-index: 999;
    /* Safari */
    position: sticky;
    top: 0;
    font-family: "Futura PT";
    width: 100%;
    /* padding: 0 auto; */
    height: 122px;
    background: var(--gray);
    /* position: absolute;
    justify-content: space-between; */
}

.header__nav .header__container {
    margin: 0 auto;
}

.header__nav .invest {
    font-size: 22px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: right;
    background-color: var(--yellow);
    color: var(--gray);
    margin: 30px auto;
    /* line-height: 122px; */
    /* 
    display: flex; */
}

.header__nav .invest:hover {
    color: var(--gray);
    background-color: white;
}

.header__nav ul {
    float: right;
    /* width: 100%; */
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    text-align: center;
    list-style: none;
    display: flex;
}

.header__nav ul li {
    min-width: 130px;
    /* height: 100%; */
}

.header__nav ul li a {
    line-height: 122px;
    color: white;
    font-size: 18px;
    transition: 0.5s;
}

.header__nav ul li a.active {
    color: var(--yellow);
}

.header__nav ul li a.lang {
    color: var(--yellow);
}

.header__nav ul li a:hover {
    color: var(--yellow);
}


/* .nav__link__first {
    position: absolute;
    width: 98px;
    height: 28px;
    left: 819px;
    top: 47px;
    color: rgb(238, 215, 13);
} */


/* HERO */

.hero {
    width: 100%;
    height: 530px;
    margin: 0 auto;
}

.hero .hero__content {
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
    background: url("../images/quote-bg.png") no-repeat;
    background-size: cover;
}

.hero .hero__content .hero__text {
    width: 90%;
    max-width: 560px;
    float: right;
    margin-top: 180px;
    /* position: absolute;
    top: 309px;
    right: 100px; */
    font-size: 28px;
    line-height: 36px;
    color: var(--gray);
}

.hero .hero__content .hero__text h3 {
    font-family: "Futura PT Light";
    font-weight: 600;
    font-style: italic;
}

.invest {
    font-size: 20px;
    width: 210px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
    background-color: white;
    color: var(--gray-2);
    margin: 30px auto;
}

@media (min-width: 768px) {
    .hero {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .hero {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .hero {
        width: 1170px;
    }
}


/* ОТЧЕТ  */

.report {
    width: 100%;
    height: 230px;
    /* text-align: center; */
    background-color: var(--yellow);
}

.report .btn-block {
    width: 100%;
    padding-top: 70px;
}

.report .btn-block a {
    display: block;
    width: 90%;
    max-width: 450px;
    height: 80px;
    text-align: center;
    line-height: 72px;
    font-size: 36px;
    color: var(--gray);
    border: 2px solid var(--gray);
    margin: 0 auto;
}


/* ВОЛОНТЕРЫ */

.volunteers {
    width: 100%;
    height: 427px;
    margin: 0 auto;
}

.volunteers__content {
    height: 100%;
    margin: 0 auto;
    background: url("../images/volunteers.png") no-repeat;
    background-size: cover;
    background-position: 15% 50%;
}

.volunteers__text {
    font-size: 28px;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 65px;
    color: white;
}

.volunteers__content .volunteers__text .btn-container {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.volunteers__content .volunteers__text .btn-container .invest {
    padding: 15px 34px;
    float: none;
}

.volunteers__text .volunteers-link {
    color: white;
}

.volunteers__text h3 {
    text-align: center;
}

.volunteers__text p,
.volunteers__text h3 {
    /* text-shadow: 3px 4px 5px 4px rgba(0, 0, 0, 0.3); */
    text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.7), 0 0 1em rgba(0, 0, 0, 0.3);
}

.volunteers__text p {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .volunteers {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .volunteers {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .volunteers {
        width: 1170px;
    }
}


/* FOOTER */

.footer {
    width: 100%;
    height: 200px;
    background-color: var(--gray);
}


.footer .footer__content {
    position: relative;
    margin: 120 auto;
}

.footer .footer__content .row {
    margin: 0 auto;
    width: 90%;
}

.footer .footer__content .row.about {
    padding-top: 50px;
    width: 100%;
}

.footer .footer__content .row.about div {
    display: inline-block;
}

.footer .footer__content .row .email,
.footer .footer__content .row .contacts {
    font-size: 18px;
    color: white;
    width: 49%;
}

.footer .footer__content .row .address {
    text-align: left;
}

.footer .footer__content .row .email {
    text-align: center;
}

.footer .footer__content .row .contacts {
    text-align: center;
}

.footer .footer__content .row.icons {
    padding-top: 40px;
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.icon {
    width: 41px;
    height: 41px;
    padding: 0px;
    background-repeat: no-repeat;
    display: inline-block;
}

.twitter {
    background-image: url("../images/icons/twitter.svg");
}

.whatsapp {
    background-image: url("../images/icons/whatsapp.svg");
}

.tiktok {
    background-image: url("../images/icons/tiktok.svg");
}

.instagram {
    background-image: url("../images/icons/instagram.svg");
}

.facebook {
    background-image: url("../images/icons/facebook.svg");
}

.telegram {
    background-image: url("../images/icons/telegram.svg");
}

.footer__icon {
    position: absolute;
    top: 50px;
    left: 60px;
}

@media (min-width: 768px) {
    .footer__content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .footer__content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .footer__content {
        width: 1170px;
    }
}


/* invest */

.donate-info {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    height: auto;
}

.donate-info .title {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.donate-info .container {
    /* width: 55%; */
    /* height: 90%; */
    margin: 0 auto;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 3px 4px 5px 4px rgba(0, 0, 0, 0.3);
}

.donate-info .container .letter-container {
    /* font-family: "Futura PT Light"; */
    font-weight: 400;
    width: 90%;
    padding: 120px 100px;
    margin: 60px auto 50px;
    /* height: 500px; */
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 3px 4px 5px 4px rgba(0, 0, 0, 0.3);
}

.donate-info .container .letter-container p {
    padding: 10px 0;
}

.donate-info .container .donate-container {
    width: 90%;
    /* height: 270px; */
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 3px 4px 5px 4px rgba(0, 0, 0, 0.3);
}

.donate-info .container .donate-container .patreon-title {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

.donate-info .container .donate-container .patreon-title a {
    color: black;
}

.donate-info .container .donate-container .donate-account {
    width: 50%;
    height: 100%;
    display: inline-block;
    /* border: 1px solid #000000; */
    /* border-radius: 0 10px 10px 0; */
    text-align: center;
    padding: 70px 0px;
}

.donate-info .container .donate-container .donate-account.bordered {
    border-left: 2px solid #000000;
}

.donate-info .container .donate-container .donate-account span {
    display: inline-block;
}


/* .donate-info .container .donate-container .donate-account.w40-60 {
    padding: 40px 0px;
} */

.donate-info .container .donate-container .donate-account .img-container-40 {
    width: 35%;
}

.donate-info .container .donate-container .donate-account .title-60 {
    width: 55%;
}

.donate-info .container .donate-container .donate-account.balance {
    width: 50%;
    height: 100%;
    display: block;
    /* border: 1px solid #000000; */
    /* text-align: center; */
    padding: 20px 40px;
}

.donate-info .container .donate-container .donate-account.balance div {
    width: 100%;
    /* vertical-align: middle; */
    display: inline-block;
    text-align: left;
}

.donate-info .container .donate-container .donate-account div {
    width: 45%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.donate-info .container .donate-container .donate-account div img {
    max-width: 180px;
    width: 100%;
}


/* about */

.report-info,
.about-container {
    width: 70%;
    padding: 40px 0;
    margin: 0 auto;
    color: #434343;
}


.about-container h1 {
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
}

.about-container p {
    font-family: "Futura PT Light";
    font-weight: 800;
    font-size: 16px;
    padding: 10px 0;
}

.about-container p.captition {
    font-family: "Futura PT";
    font-style: bold;
}

.about-container .quote {
    background-color: #F6FA36;
    margin: 20px 0;
    padding: 30px 70px;
    position: relative;
}

.about-container .quote::after {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 60px;
    font-style: italic;
}

.about-container ul {
    font-family: "Futura PT Light";
    font-weight: 800;
    list-style: none;
}

.about-container ul li {
    padding-bottom: 10px;
}

.about-container ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.gallery-carousel {
    height: 300px;
}

.gallery-carousel div {
    margin: 0 5px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    /* border-radius: 15px; */
    z-index: 999;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before {
    content: url("../images/arrow-left.png");
    /* content: "<";
    color: red;
    font-size: 30px; */
}

.slick-next:before {
    content: url("../images/arrow-right.png");
}


/* volunteers */

.volunteers-container {
    width: 100%;
    background-color: #F6FA36;
}

.volunteers-container .volunteers-info {
    width: 70%;
    padding: 40px 0;
    margin: 0 auto;
    color: #434343;
}

.volunteers-container h1 {
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
}

.volunteers-container p {
    font-family: "Futura PT Light";
    font-weight: 800;
    font-size: 16px;
    padding: 10px 0;
}

.volunteers-container p.captition {
    font-family: "Futura PT";
    font-style: bold;
}

.volunteers-container ul {
    /* font-family: "Futura PT Light"; */
    /* font-weight: 800; */
    list-style: none;
}

.volunteers-container ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.contact-us-container {
    width: 100%;
    /* height: 200px; */
    background-color: #3D3D3C;
}


/* .contact-us-container a {
    color: #3D3D3C;
    background-color: white;
    padding: 5px 40px;
    margin: 60px auto;
    vertical-align: middle;
} */

.contact-us-container .btn-block {
    width: 100%;
    padding: 70px 0;
}

.contact-us-container .btn-block a {
    font-size: 26px;
    line-height: 40px;
    color: #3D3D3C;
    background-color: white;
    text-decoration: underline;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 600px;
    width: 90%;
    /* height: 80px; */
    color: var(--gray);
    border: 2px solid var(--gray);
    margin: 0 auto;
}

.photos-container {
    width: 70%;
    display: flex;
    margin: 50px auto;
}

.photos-container .photo {
    width: 30%;
    margin: 20px;
    height: 100%;
    display: inline-block;
}

.photos-container .photo img {
    width: 100%;
}

.report-info {
    text-align: center;
    min-height: 600px;
    margin-bottom: 50px;
}

.report-info .sum-left {
    padding-top: 30px;
    font-size: 32px;
    color: red;
}

.report-info .collect-total-block {
    width: 100%;
    max-width: 900px;
    font-size: 24px;
    padding: 120px 60px;
    margin: 20px auto;
    background-color: #F6FA36;
    box-shadow: 3px 4px 5px 4px rgb(0 0 0 / 30%);
}

.report-info .collect-total-block .sum {
    font-size: 44px;
}

.merch-img-container {
    width: 100%;
    height: 473px;
    margin: 0 auto;
}

.merch-img-container .merch-img {
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
    background: url("../images/merch-main-img.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.merch {
    height: auto;
    margin: 0 auto;
    color: #434343;
    margin-bottom: 30px;
}

.merch h2 {
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
}

.merch .merch-item {
    display: inline-block;
    padding: 10px;
    min-height: 270px;
    width: 33%;
}

.merch .merch-item .image-container {
    padding: 10px;
    max-height: 230px;
    max-width: 250px;
    margin: 0 auto;
}

.merch .merch-item .image-container img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.merch .merch-item .title {
    text-align: center;
    font-size: 23px;
    /* display: inline-block; */
    margin-top: 15px;
}

@media (max-width: 600px) {
    .donate-info .container .letter-container {
        padding: 30px 20px;
    }
    .gallery-carousel div {
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .donate-info .container .donate-container {
        height: auto;
        flex-direction: column;
    }
    .donate-info .container .donate-container .donate-account.bordered {
        border-left: none;
        border-top: 2px solid #000000;
    }
    .donate-info .container .donate-container .patreon-title a {
        font-size: 18px;
    }
    .donate-info .container .donate-container .donate-account {
        width: 100% !important;
    }
    .merch,
    .report-info,
    .volunteers-container .volunteers-info,
    .about-container {
        width: 90%;
    }
    .about-container .quote {
        padding: 30px 40px;
    }
    .about-container .quote::after {
        top: 15px;
        left: 10px;
        font-size: 40px;
    }
    .merch .merch-item {
        width: 100% !important;
    }
}

@media(max-width: 800px) {
    .footer .footer__content .row.icons {
        width: 90%;
    }
    .footer .footer__content .row.icons div {
        margin: 0 3px;
    }
    .volunteers {
        height: 227px;
    }
    .volunteers .volunteers__content .volunteers__text {
        padding-top: 25px;
        font-size: 18px;
    }
    .volunteers .volunteers__content .volunteers__text .btn-container {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: right;
    }
    .volunteers .volunteers__content .volunteers__text .btn-container .invest {
        font-size: 18px;
        padding: 7px 17px;
        margin-right: 20px;
    }
    .volunteers__text p {
        margin-top: 0;
    }
    .volunteers__text h3 {
        margin-right: 30px;
        float: right;
    }
}

@media (max-width: 900px) {
    .donate-info .container .letter-container {
        padding: 60px 40px;
    }
    .merch .merch-item {
        width: 45%;
    }
}

@media (min-width: 768px) {
    .merch,
    .merch-img-container,
    .donate-info .container,
    .header__nav .header__container,
    .header__content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .merch,
    .merch-img-container,
    .donate-info .container,
    .header__nav .header__container,
    .header__content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .merch,
    .merch-img-container,
    .donate-info .container,
    .header__nav .header__container,
    .header__content {
        width: 1170px;
    }
}