html,
button,
input,
select,
textarea {
    color: #222;
}

html {
}

body {
    line-height: 1.4;
    font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
    font-size: 16px;
    background-color: #EDEEF0;
    color: #222;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    letter-spacing: 0.01rem;
    min-width: 350px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul, li {
    padding: 0;
    margin: 0;
}

.clearfix {
    display: block;
    width: 100%;
    clear: both;
}

.clearfix10 {
    display: block;
    width: 100%;
    height: 10px;
    clear: both;
}

.clearfix20 {
    display: block;
    width: 100%;
    height: 20px;
    clear: both;
}

pre {
    margin: 10px 0 10px;
    width: 95%;
    max-width: 860px;
    font-size: 16px;
    line-height: 1.3em;
}

/* --------------------------- */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    min-width: 350px;
    font-size: 17px;
    height: 50px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}

    .header_color_red {
        background-color: rgb(234, 11, 41);
    }

.menu {
    position: relative;
    display: block;
    width: 100%;
    min-width: 350px;
    max-width: 1400px;
    height: 50px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1002;
}

    .menu-item {
        margin: 0;
        position: relative;
        list-style-type: none;
        height: 50px;
        margin-left: 2%;
        line-height: 43px;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        font-style: normal;
    }

        .menu-item__right {
            float: right;
        }

        .menu-item__search {
            margin-top: 1px;
        }

        .menu-item__subscribe {
            float: right;
            background-color: #000;
        }

        .menu-link:hover,
        .menu-item_active_yes {
            opacity: 0.5;
            -webkit-transition: opacity 0.2s ease-in;
            -moz-transition: opacity 0.2s ease-in;
            -o-transition: opacity 0.2s ease-in;
            -ms-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
        }

        .menu-link {
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            color: #FFF;
            text-decoration: none;
            padding: 0 10px;
            outline-offset: -0.22222em;
            -webkit-tap-highlight-color: transparent;
            -webkit-transition: opacity .2s cubic-bezier(0.645,0.045,0.355,1);
            -moz-transition: opacity .2s cubic-bezier(0.645,0.045,0.355,1);
            transition: opacity .2s cubic-bezier(0.645,0.045,0.355,1);
        }

        .menu-item__round .menu-link {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.1);
            width: 23px;
            height: 23px;
            padding: 5px;
            border-radius: 50%;
            text-align: center;
            line-height: 23px;
        }

            .menu-item__round img {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-top: -4px;
            }

        .menu-img {
            padding: 0 5px;
            width: 32px;
            height: 32px;
        }

    .menu-logo {
        font-size: 18px;
    }

        .menu-logo:hover {
            opacity: 1 !important;
        }

    .menu-search {
        display: none;
        position: absolute;
        float: right;
        width: 50%;
        margin-top: 9px;
        z-index: 2000;
        margin-left: 170px;
    }

        .menu-search__input {
            box-sizing: border-box;
            width: 100%;
            outline: none;
            border: none;
            border-radius: 4px;
            font-size: 18px;
            padding: 5px;
            padding-left: 25px;
        }

        .menu-search__icon {
            position: absolute;
            top: 6px;
            left: 5px;
            color: #999;
        }

.contacts {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 999;
    font-size: 18px;
    margin: 100px auto 100px;
    padding: 10px 15px 0;
    box-sizing: border-box;
    text-align: center;
}

    .contacts a {
        color: #000;
    }

    .contacts i {
        font-size: 16px;
    }

.show-on-mobile {
    display: none;
}

.h-tag {
    position: relative;
    top: -3px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.3em;
    background-color: rgba(219, 112, 147, 0.7);
    border-radius: 3px;
}

.subscribe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 220px;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    color: #FFF;
    text-align: center;
}

    .subscribe:hover {
        display: block !important;
    }

    .subscribe-block {
        display: inline-block;
        float: right;
        vertical-align: top;
        max-width: 220px;
        color: #FFF;
        margin: 30px 50px 0 0;
        text-align: left;
    }

        .subscribe-block a {
            color: #FFF;
        }

        .subscribe-block a:hover {
            opacity: 0.5;
            -webkit-transition: opacity 0.2s ease-in;
            -moz-transition: opacity 0.2s ease-in;
            -o-transition: opacity 0.2s ease-in;
            -ms-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
        }

        .subscribe-block i {
            margin-right: 3px;
            margin-top: -2px;
        }

        .subscribe-block strong {
            font-size: 24px;
            font-weight: 400;
        }

        .subscribe-block ul {
            list-style: none;
            margin-top: 15px;
        }

        .subscribe-block li {
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .subscribe-block small {
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            clear: both;
            margin-left: 32px;
            margin-top: 3px;
        }

        .subscribe-block p {
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            clear: both;
        }

.index-subheader {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    min-height: 15px;
    box-sizing: border-box;
}

    .index-subheader a {
        display: inline-block;
        color: #333;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .index-subheader a:hover {
        color: #999;
    }

    .index-subheader-top {
        font-size: 20px;
        padding: 20px 0 10px;
    }

        .index-subheader-top img {
            width: 32px;
            height: 32px;
        }

        .index-subheader-top a {
            text-decoration: none;
            margin-left: 15px;
            margin-right: 25px;
        }

.index-story-main {
    margin: 0;
    padding: 0 15px;
}

    .index-story-main .story {
        height: auto;
    }

        .index-story-main .story img {
            visibility: hidden;
            width: 100%;
            min-height: 270px;
        }

.index-stories-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

    .index-stories-block .story {
        width: calc(33.3333% - 10px);
        margin: 15px 0 0 0;
        font-size: 12px;
        height: 250px;

    }

    .index-stories-block__4x .story {
        width: calc(25% - 10px);
    }

        @media only screen and (max-width : 1024px)  {
            .index-stories-block .story {
                width: calc(50% - 10px);
            }
        }

        @media only screen and (max-width : 700px)  {
            .index-stories-block .story {
                width: 100%;
            }
        }

        .index-stories-block .story .hide-on-iphone {
            display: none;
        }

    .index-stories-header {
        width: 100%;
        clear: both;
        margin: 90px 0 15px;
        font-size: 20px;
    }

    .index-inside-form {
        width: 40%;
        box-sizing: border-box;
    }

        .index-inside-form .email-form {
            max-width: none;
        }

    .index-inside-archive {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between;
        width: 55%;
        box-sizing: border-box;
        font-size: 18px;
    }

        @media only screen and (max-width : 1024px)  {
            .index-inside-form {
                width: 100%;
                margin-top: 50px;
            }

            .index-inside-archive {
                width: 100%;
            }
        }

        .index-inside-archive__item {
            width: calc(50% - 30px);
            margin: 0 15px 25px 0;
        }

        .index-inside-archive a {
            padding: 5px 10px;
            box-sizing: border-box;
            color: #333;
        }

            .index-inside-archive a:hover {
                opacity: 0.6;
                -webkit-transition: opacity 0.1s;
                transition: opacity 0.1s;
            }

    .index-stories-smaller {
        width: 33%;
        float: left;
    }

    .index-stories-bigger {
        width: 66%;
        float: left;
    }

        .index-stories-bigger .story,
        .index-stories-smaller .story {
            width: 100%;
        }

        .index-stories-bigger .story {
            height: 515px;
        }

        .index-stories-bigger .story__info {
            font-size: 200%;
        }

        @media only screen and (max-width : 900px) {
            .index-stories-bigger, .index-stories-smaller {
                width: 100%;
            }

            .index-stories-bigger .story {
                height: 250px;
            }

            .index-stories-bigger .story__info {
                font-size: 100%;
            }
        }

.index-projects {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 80px auto 0;
    width: 100%;
    font-size: 16px;
}

    .projects-block {
        display: block;
        overflow: hidden;
        position: relative;
        width: 90%;
        max-width: 425px;
        min-width: 300px;
        min-height: 200px;
        margin: 15px;
        padding-left: 140px;
        font-size: 16px;
        text-decoration: none;
        box-sizing: border-box;
    }

        .projects-block img {
            position: absolute;
            top: 0;
            left: 0;
            width: 120px;
            box-shadow: #999 5px 5px 10px;
        }

        .projects-block strong {
            display: inline-block;
            font-size: 140%;
            font-weight: 400;
            margin-top: 20px;
        }

        .projects-block p {
            opacity: 0.8;
            margin: 10px 0 0;
        }

        @media only screen and (max-width : 500px)  {
            .projects-block strong {
                margin-top: 0;
            }
        }


/* Zoom.js */

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 200ms;
       -o-transition: all 200ms;
          transition: all 200ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}


/* 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;
}