body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3D3D3D;
    padding-top: 118px;
}

.w-700 {
    font-weight: 700 !important;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-info {
    background-color: #00c0ef !important;
}

.label-success {
    background-color: #00a65a !important;
}

.label-warning {
    background-color: #f39c12 !important;
}

.donate-button {
    display: inline-block;
    text-transform: uppercase;
    background: #FFD801;
    padding: 7px 30px !important;
    border-radius: 40px !important;
    font-weight: 700 !important;
    transition: all 0.3s;
    text-decoration: none;
}

.donate-button:hover {
    text-decoration: none;
    color: #FFD801 !important;
    background: #49A1E1 !important;
}

.page-donate-button {
    margin-top: 25px;
    font-size: 20px !important;
    padding: 15px 45px !important;
}

.donate-button_black-text {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.donate-button_black-text:hover {
    color: #000 !important;
    text-decoration: none;
}

.warning-button {
    color: #fff !important;
    background: #f39c12;
    padding: 7px 20px !important;
    border-radius: 40px !important;
    font-weight: 700 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.help-block {
    font-size: 16px;
}



.blog-title {
    font-weight: 500;
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.blog-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

img, video {
    max-width: 100%;
    height: auto;
}

.mobile-menu-overlay,
.popap-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.popap-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #DC962F;
    border-radius: 9px;
    z-index: 6;
    padding: 50px 60px;
}

.popap-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.section-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}

.section-title a {
    color: inherit ;
    transition: all 0.5s;
}

.section-title.text-blue a:hover {
    color: #DC962F;
    text-decoration: none;
}

.text-blue {
    color: #49A1E1;
} 

.text-white {
    color: #fff;
}

.section {
   padding: 118px 0;
}

/* Header */

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 14px 0;
    border-bottom: 1px solid #E8E8E8;
    background: #fff;
    z-index: 2;
}

.header-logo {

}

.mobile-menu-and-donate {
    display: none;
}

.header-burger__image {
    /* display: none; */
    padding: 0 15px;
    max-width: 70px;
    cursor: pointer;
}

.header-logo__image {
    max-width: 85px;
}

.header-logo-mobile {
    display: none;
} 

.header-logo-mobile .header-logo__image {
    max-width: 50px;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.header-nav__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav__link {
    display: inline-block;
    color:#49A1E1;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
}

.header-nav__link:hover {
    text-decoration: none;
    color: #DC962F;
}

.main-text {
    color: #3D3D3D;
}

.form-input {
    font-size: 16px;
    color: #888783;
    font-weight: 400;
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 8px;
    margin-top: 21px;
}

.form-input:first-child {
    margin-top: 0 !important;
}

.form-input:focus {
    outline: none;
}

.popap-close-button {
    width: auto!important;
    padding: 18px 50px !important;
}

.mobile-menu-overlay {
    display: none;
}

.mobile-menu-content {  
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 90px 40px 30px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.5s;
    overflow-y: auto;
    z-index: 6;
}

.mobile-menu-content_active {
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #49A1E1;
    font-size: 25px;
    transition: color 0.5s;
    cursor: pointer;
}

.mobile-menu-close:hover {
    color: #DC962F;
}

.mobile-menu-lang {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #49A1E1;
    font-size: 25px;
    transition: color 0.5s;
    cursor: pointer; 
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list__item {
    margin-bottom: 10px;
}

.mobile-menu-list__link {
    display: block;
    padding: 10px 10px;
    color: #49A1E1;
    text-transform: uppercase;
    transition: color 0.5s;
    font-size: 16px;
    /* background: #000; */
}

.header-nav__item-lang {
    margin-left: 80px;
}

.mobile-menu-list__link:hover {
    text-decoration: none;
    color: #DC962F;
} 

/* Main */

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 95Vh;
    background: #fff url(../images/main.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.main-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title-block__tittle {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 30px;
    max-width: 1200px;
}

.main-title-block__description {
    color: #FFF;
}

.main-title-block__button-wraper {
    margin-top: 47px;
}

.main-title-block__button {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    border-radius: 8px;
    background-color: #49A1E1;
    padding: 20px 60px;
    transition: all 0.5s ease;
}

.main-title-block__button:hover {
    background-color: #DC962F;
    text-decoration: none;
    color: #fff;
}

.main-title-block__button_small {
    font-size: 16px;
    padding: 10px 30px !important;
}

/* About */

.about-block {
    padding: 70px 0;
}

.request-item {
    margin-left: 10px;
    margin-bottom: 25px;
    /* border: 4px solid #0084FF; */
    padding: 0 !important;
}

.request-item .main-text {
    margin-bottom: 0.5rem;
}

.request-item h2  {
    
    font-size: 1.5rem;
}

.request-item a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    color: #49A1E1 !important;
}

.request-item a:hover {
    text-decoration: none;
    color: #DC962F !important;
}

.section-about .main-text {
    font-size: 15px;
}

.section-about__left-block {
    border-right: 1px solid #E8E8E8;
    padding-right: 30px;
}

.section-about__right-block {
   padding: 70px 15px;
    /* position: relative; */
}

/* .section-about__right-blick::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 60%;
    height: 2px;
    background: #49A1E1;
} */

/* Contact */

.section-contact {
    background: #DC962F;
}

.section-contact-left-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-contact-right-block {
    padding-left: 30px;
}

.contact-title {
    line-height: 0.8;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
}

.social-links__link {
    display: inline-block;
    max-width: 23px;
    margin-right: 13px;
}

.social-links__link:last-child {
    margin-right: 0;
}

.section-contact form label {
    display: none !important;
}

.section-contact-form-button {
    display: block;
    width: 100%;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    padding: 19px 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.section-contact-form-button:hover {
    border: 2px solid #49A1E1;
    background: #49A1E1;
}

.section-contact-form-button_orange {
    background: #DC962F;
}

/* Partners */

.section-partners {
    padding: 70px 0;
    border-bottom: 1px solid  #E8E8E8;
}

.section-partners-item {
    display: inline-flex;
    align-items: center;
}

.section-partners-item img {
    max-width: 160px;
}

.section-partners .section-title {
    margin-bottom: 40px;
}

.section-application {
    padding: 70px 0;
    border-top: 1px solid  #ececec;
    border-bottom: 1px solid #ececec;
}

/* personal-data */

.personal-data-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.personal-data-wrapper .help-block {
    position: absolute;
    top: 100%;
    left: 0;
}

.personal-data-wrapper .form-group {
    margin-bottom: 0;
}

.personal-data-link {
    margin-left: 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #49A1E1
}

.personal-data-link:hover {
    color: #49A1E1;
}

#personal-data-popap .main-text {
    font-size: 15px;
}


/* end personal-data */


.section-reports {
    /* padding: 70px 0; */
    min-height: 80vh;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.section-reports  .section-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.section-reports .main-text {
    font-size: 15px;
}

.report-item {
    padding: 20px 0 20px 20px;
}

.report-item .main-text {
    margin-bottom: 0;
}

.reports-wraper:nth-child(odd) {
    background: rgba(0,0,0, 0.075);
}

.report-item a {
    color: inherit;
}

.report-content {
    margin-top: 35px;
}

.report-content img {
    max-width: 900px;
} 

.report-content li,
.report-content p {
    font-size: 16px;
    color: #3D3D3D;
}

.news-wraper {
    padding: 20px 0;
}

.propaganda-wraper {
    padding: 20px 0;
}

/* Post page */

.post-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.post-content-container {
    /* padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px; */
    padding: 60px 30px;
    /* border-right: 1px solid #ececec; */
}

.post-content {
    margin-top: 30px;
}

.post-content p, 
.post-content li, 
.post-content a {
    font-size: 18px;
}

.aside-block {
    padding: 70px 30px;
}

.aside-block-item {
    margin-bottom: 5px;
}

.aside-block-item__date {
    font-size: 12px;
}

.aside-block-item__title {
    margin-bottom: 0;
    line-height: 1.2;
}

.aside-block-item__title a {
    font-size: 17px;
    color: #49A1E1;
    transition: all 0.5s;
}

.aside-block-item__title a:hover {
    text-decoration: none;
    color: #DC962F;
    /* justify-content: space-between */
}

.section-help {
    min-height: 80vh;
    padding: 60px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.section-help p {
    margin-bottom: 0;
    word-wrap: break-word
}

.online-help {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.online-help .main-title-block__button {
    font-size: 20px;
    padding: 15px 30px;
    font-weight: 500;
}

.online-help__item_middle {
    margin-top: 15px;
    margin-bottom: 4px;
}

.help-item {
    margin-bottom: 1.5rem;
}

.small-title {
    margin-bottom: 10px !important;
}

/* Popap */

h2.popap-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

h2.popap-title_big {
    font-size: 2rem;
} 

.popap-image {
    margin: 20px 0;
}

.popap-text {
    font-size: 15px;
}

/* Footer */

.footer {
    padding: 40px 0;
}

.footer-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}





/* Media */

@media (min-width: 1920px) {
    .container {
        max-width: 1860px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1740px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}


@media (max-width: 1600px) {
    .mobile-menu-and-donate {
        display: flex;
    }
    
    
    .header-nav {
        display: none;
    }
}



@media (max-width: 1400px) {
    .section-about__right-blick {
        padding: 0 15px 40px 30px;
    }
}


@media (max-width: 1200px) {


    /* .mobile-menu-and-donate {
        display: flex;
    } */

    /* .header-burger__image {
        display: block;
    } */

    /* .header-nav {
        display: none;
    } */

    .popap-content {
        width: 550px;
    }

    .main {
        padding: 70px 30px;
    }

    .main-title-block__tittle {
        font-size: 33px;
    }

    .aside-block {
        padding: 70px 0;
    } 
}

@media (max-width: 992px) {

    /* .header-burger__image {
        display: block;
    }

    .header-nav {
        display: none;
    } */

    .main-title-block__tittle {
        font-size: 30px;
    }

    .section-about__right-blick {
        padding: 40px 15px;
    }

    .section-about__right-blick::before {
        left: 15px;
    }

    .section-contact-right-block {
        padding-left: 15px;
    } 

    .post-title {
        font-size: 35px;
    }

    .section-partners-item {
        margin-bottom: 25px;
    }

    .section-partners-item img {
        max-width: 130px;
    }

    .section-about__left-block {
        padding-right: 15px;
        padding-left: 15px;
        border: none;
    }

    .about-block {
        padding: 35px 0 0 0;
    }

    .section-about__right-block {
        padding: 35px 15px;
    }
} 

@media (max-width: 769px) {

    body {
        font-size: 18px;
    }

    .section {
        padding: 70px 0;
    }

    .main-title-block__tittle {
        font-size: 28px;
    }

    .main-title-block__description br {
        display: none;
    }

    .main-title-block__button-wraper {
        margin-top: 20px;
    }

    .main-title-block__button,
    .section-contact-form-button {
        font-size: 20px;
    }

    .contact-title {
        font-size: 60px;
    }

    .online-help {
        margin-bottom: 15px;
    }

    .help-item {
        margin-bottom: 10px;
    }

    .section-help .section-title {
        font-size: 28px;
    }

    .section-help .small-title {
        font-size: 16px;
    }

    .section-help .main-title-block__button {
        font-size: 15px;
    }

    .post-content-container {
        padding: 60px 15px 0;
    }

    .description-text {
        display: none;
    }

    .aside-block {
        padding: 30px 15px 60px;
    }

    .blog-image {
        margin-bottom: 15px;
    }

    .section-partners-item img {
        max-width: 100px;
    }

    .explanation-popap .section-title {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }

    h2.popap-title {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    
    h2.popap-title_big {
        font-size: 1.6rem;
    } 

    .popap-image {
        margin: 10px 0;
    }
    
    .popap-text {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    .section-reports {
        padding: 50px 0 0px !important;
    }
}


@media (max-width: 580px) {

    .popap-content {
        width: 95%;
        padding: 50px 15px;
    }

    .popap-content .section-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .popap-content .popap-close-button {
        font-size: 18px;
    }

    .main {
        padding: 70px 15px;
    }

    .contact-title {
        font-size: 45px;
    }
}

@media (max-width: 569px) {

    .section-partners {
        padding: 40px 0;
    }

    .post-title {
        font-size: 30px;
    }

    .post-content p, .post-content li, .post-content a {
        font-size: 16px;
    }
}

@media (max-width: 510px) {
    .explanation-popap .section-title {
        font-size: 1.5rem;
    }

    h2.popap-title {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    
    h2.popap-title_big {
        font-size: 1.4rem;
    } 
    
    /* .popap-text {
        font-size: 14px;
    } */
}


@media (max-width: 450px) {
    body {
        font-size: 17px;
    }

    .section {
        padding: 45px 0;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .form-input {
        padding: 12px;
    }

    .main-title-block__tittle {
        font-size: 26px;
    }

    .main-title-block__button,
    .section-contact-form-button {
        font-size: 18px;
        padding: 14px 50px;
    }

    .section-about__right-blick {
        padding: 20px 15px;
    }

    

    .section-help .section-title {
        font-size: 24px;
    }

    .section-help .small-title {
        font-size: 14px;
    }

    .section-help .main-title-block__button {
        font-size: 14px;
    }
}



@media (max-width: 400px) {
    
    .popap-content {
        width: 95%;
        padding: 30px 15px;
    }

    .popap-content .section-title {
        font-size: 25px;
        margin-bottom: 0;
    }

    .popap-content .popap-close-button {
        font-size: 18px;
        padding: 10px 40px !important;
    }

    .post-content-container {
        padding: 35px 15px 0;
    }

    .aside-block {
        padding: 15px 15px 30px;
    }

    .explanation-popap .section-title {
        font-size: 1.4rem;
    }

    h2.popap-title {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
    
    h2.popap-title_big {
        font-size: 1.3rem;
    } 
    
    /* .popap-text {
        font-size: 14px;
    } */
}

@media (max-width: 350px) {
    .header-nav__link {
        font-size: 14px;
        padding: 10px 6px;
    }

    .contact-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 30px;
    }
}

.pagination {
    margin-top: 30px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active {
    background-color: #49A1E1;
    border-color: #49A1E1;
    color: #fff;
}



.input__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
  }
   
  .input__file {
    width: 0.01px;
    height: 0.1px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
   
  .input__file-icon-wrapper {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #fff;
  }
   
  .input__file-button-text {
    line-height: 1;
    margin-top: 1px;
  }
   
  .input__file-button {
    width: 100%;
    max-width: 290px;
    height: 60px;
    background: #49A1E1;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
  }