
/* Donates */

.donate {
    font-size: 18px;
    margin-bottom: 200px;
}

.donate-title {
    display: block;
    width: 95%;
    clear: both;
    text-align: center;
    font-size: 240%;
    font-weight: 500;
    margin: 0 auto;
    padding: 70px 0 30px;
    box-sizing: border-box;
}

.donate-description {
    font-size: 18px;
    width: 95%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 70px;
    box-sizing: border-box;
}

.donate-selector {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    max-width: 800px;
    overflow: hidden;
    font-size: 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

    .donate-selector__service {
        font-size: 18px;
    }

    .donate-selector__item {
        box-sizing: border-box;
        padding: 10px 20px;
        line-height: 1em;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        min-width: 80px;
    }

        .donate-selector__item_6 {
            min-width: 80px;
        }

        .donate-selector__item_active {
            background-color: #666;
            color: #FFF;
        }

.donate-amount {
    position: relative;
    display: none;
    width: 95%;
    max-width: 600px;
    margin: 40px auto 120px;
    font-size: 18px;
    background-color: #FFF;
    padding: 40px;
    box-sizing: border-box;
    min-height: 230px;
}

        .donate-amount strong {
            font-size: 140%;
            clear: both;
            margin-bottom: 10px;
            display: inline-block;
        }

        .donate-amount img {
            float: left;
            margin-right: 30px;
            width: 150px;
        }


.donate-service {
    width: 95%;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    margin: 120px auto;
    font-size: 18px;
    box-sizing: border-box;
}

    .donate-service__description {
        float: left;
        min-width: 400px;
        max-width: 500px;
        box-sizing: border-box;
        padding-right: 20px;
    }

        .donate-service__description strong {
            display: inline-block;
            font-size: 140%;
            clear: both;
            margin-bottom: 15px;
        }

    .donate-service__button {
        float: left;
        width: 200px;
        text-align: right;
    }

        .donate-service__button img {
            width: 140px;
            margin-top: 20px;
        }

        .donate-service__button a {
            display: inline-block;
            padding: 10px 25px;
            border-radius: 5px;
            background-color: #333;
            color: #FFF;
            text-decoration: none;
            margin-top: 20px;
        }


@media only screen and (max-width : 570px) {
    .donate {
        font-size: 14px;
    }

    .donate-amount img {
        float: none;
        margin: 0 auto 40px;
        display: block;
    }
}

.post-donate {
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto 50px;
    padding-bottom: 10px;
}

    .post-donate__header {
        font-size: 22px;
        color: #FFF;
        text-align: center;
        padding: 40px 0 50px;
    }

        .post-donate__header big {
            font-size: 140%;
        }

    .post-donate .donate-selector {
        color: #FFF;
    }

    .post-donate .donate-selector__item_active {
        background-color: #999;
        color: #FFF;
    }

    .post-donate .donate-service__button {
        position: absolute;
        bottom: -50px;
        left: 50%;
        width: 260px;
        margin-left: -130px;
        height: 30px;
    }

        .post-donate .donate-service__button a {
            background-color: #019cde;
            font-weight: bold;
        }

.email-form {
    display: block !important;
    margin: 60px auto;
    float: none !important;
}

.post-share {
    display: block;
    margin: 50px auto 20px;
    text-align: center;
}

.contacts {
    text-align: center;
    margin: 40px;
}

.content_type_blog {
    max-width: 1400px;
}

    .story_type_blog {
        width: 90%;
        max-width: 1100px;
        margin: 40px auto;
    }

.notes .inline-comments-wrapper {
    display: none;
}

.notes h1 strong, .notes h2 strong, .notes h3 strong {
    font-size: 200%;
}