/* Extra large devices */
@media only screen and (max-width: 1399.98px) {


}

/* Large devices */
@media only screen and (max-width: 1199.98px) {
    .navbar .nav-link{
        padding: 20px !important;
        font-size: 16px;
    }
    .s_donate .block:before{
        width: 172px;
        height: 68.5px;
    }


    .s_donate .block{
        padding: 0px 30px;
        margin-bottom: 30px;
    }
    .s_donate .img-wrap:before{
        width: 293px;
        height: 108px;
    }


    .s_destruction .splide__arrow--prev{
        left: 30px;
    }
    .s_destruction .splide__arrow--next{
        right: 30px;
    }

}

/* Medium devices */
@media only screen and (max-width: 991.98px) {

    .btn_support{
        width: 130px;
        padding: 12px;
        font-size: 16px;
    }
    .title_h2{
        font-size: 23px;
    }

    .navbar{
        height: 70px;
    }
    .navbar-brand{
        height: 70px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
    .navbar .nav-link{
        padding: 5px!important;
        margin: 10px;
        font-size: 20px;
    }
    .navbar .lang{
        margin-left: auto;
        margin-right: 20px;
    }
    .navbar-collapse{
        background: #fff;
        z-index: 5;
        position: relative;
    }
    .navbar .icons{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar .nav-icons {
        margin: 25px 5px 30px;
    }
    .s_general{
        height: calc(100vh - 70px);
    }
    .s_general .text{
        font-size: 25px;
    }
    .s_general .btn_support{
        margin-top: 20px;
    }

    .s_about{
        padding-top: 0px;
    }
    .s_about .about_card{
        margin-top: 10px;
    }
    .s_about .title_h2{
        margin-bottom: 20px;
    }
    .s_about .text{
        font-size: 14px;
        padding: 15px 40px 20px 20px;
    }
    .s_about .text:after{
        width: 21px;
        height: 21px;
        bottom: 14px;
        right: 20px;
    }
    .s_about .img-wrap{
        position: absolute;
        top: 0;
        right: 0;
    }
    .s_help{
        padding-top: 40px;
    }
    .s_help .title_h2{
        margin-bottom: 35px;
    }
    .s_help .block{
        margin-bottom: 10px;
    }
    .s_help .block img{
        height: 46px;
    }
    .s_help .block h3{
        font-size: 20px;
    }
    .s_help .block p{
        font-size: 14px;
        line-height: 171%;
    }
    .s_donate{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .s_donate .subtitle{
        font-size: 16px;
        margin-bottom: 35px;
    }
    .s_donate .support{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .s_donate .input{
        max-width: 204px;
        width: 100%;
        font-size: 16px;
        padding: 5px 5px 5px 60px;
    }
    .s_donate .btn-wrap{
        max-width: 204px;
        width: 100%;
        text-align: center;
    }
    .s_donate .btn_support{
        margin-top: 18px;
    }
    .s_donate .img-wrap:before{
        width: 144px;
        height: 58px;
        bottom: 5px;
        right: calc(100% - 7px);
    }

    .s_donate .dropdown{
        position: absolute;
        top: 0;
    }
    .s_donate .dropdown .btn{
        height: 33px;
        width: 52px;
        font-size: 22px;
        text-align: left;
        padding: 0;
    }

    .s_donate .dropdown .btn span{
        display: inline-block;
        width: 25px;
        margin-left: 4px;
        margin-right: -5px;
        padding-left: 6px;
    }
    .s_donate .dropdown .btn:after{
        top: 10px;
        right: 3px;
    }
    .s_donate .dropdown .dropdown-menu{
        width: 33px;
        min-width: 33px;
        border-radius: 17.5px;
        left: 0 !important;
        margin-top: -35px !important;
        padding: 0;
    }
    .s_donate .dropdown .dropdown-item{
        font-size: 22px;
        padding: 0;
    }
    .s_donate .dropdown .dropdown-item:first-of-type{
        margin-top: -2px;
    }

    .s_statistics{
        padding-bottom: 20px;
    }
    .s_statistics .number{
        margin-top: 20px;
        font-size: 40px;
    }
    .s_statistics .text{
        font-size: 14px;
        max-width: 160px;
    }
    .s_destruction{
        padding: 40px 0;
    }
    .s_destruction .splide{
        margin-left: -12px;
        margin-right: -12px;

    }
    .s_destruction .splide .text{
        font-size: 20px;
    }
    .s_destruction .title_h2{
        margin-bottom: 35px;
    }

    .footer .icons{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0;
    }
    .footer .foot-icons{
        margin-left: 10px;
    }
    .footer .img-wrap{
        display: flex;
        justify-content: flex-end;
    }
    .footer .img-wrap img{
        max-height: 50px;
    }
    .footer .img-wrap2{
        display: flex;
        justify-content: flex-end;
    }
    .footer .img-wrap2 img{
        max-height: 50px;
    }
    .footer .policy{
        display: flex;
        justify-content: flex-end;
        font-size: 12px;
    }
    .footer .title{
        font-size: 16px;
        padding-left: 0;
        background: none;
        margin-bottom: 16px;
    }
    .footer p{
        padding-left: 0;
        font-size: 12px;
    }
    .footer p.tel{
        background: none;
    }
    .footer p.adr{
        background: none;
    }



}

/* Small devices */
@media only screen and (max-width: 767.98px) {
    .navbar-collapse{
        margin-left: -12px;
        margin-right: -12px;
    }
    .navbar-nav{
        height: calc(100vh - 70px);
        margin-bottom: 0;
        justify-content: center;
    }

}

/* Extra small devices */
@media only screen and (max-width: 575.98px) {
    .s_about .about_card{
        margin-top: 0;
        margin-left: -12px;
        margin-right: -12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .s_about .title_h2{
        margin-top: 20px;
    }
    .s_about .text{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .s_donate .my_col{
        max-width: 139px;
    }
    .s_donate .block{
        padding: 26px 0px;
    }
    .s_donate .img-wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: cover;
        height: 359px;
        width: 100%;
        right: 0;
    }
    .s_donate .img-wrap:before{
        right: calc(100% + 18px);
    }
    .s_donate .img-wrap img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        width: auto;
    }
    .s_destruction .splide .block{
        padding: 0 75px;
    }
    .s_destruction .splide__arrow--prev{
        left: 12px;
    }
    .s_destruction .splide__arrow--next{
        right: 12px;
    }
    .s_destruction .splide .text{
        width: 200px;
        left: calc(50% - 100px);
    }
    .footer{
        padding: 20px 20px 40px;
    }
    .footer .icons{

    }
    .footer .icons img{
        height: 20px;
    }
    .footer p{
        font-size: 10px;
    }
    .footer .policy{
        font-size: 10px;
        text-align: right;
    }

}


/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {


}

/* Small devices */
@media only screen and (min-width: 768px) {


}

/* Medium devices */
@media only screen and (min-width: 992px) {


}

/* Large devices */
@media only screen and (min-width: 1200px) {


}


/* Extra large devices  */
@media (min-width: 1400px) {


}







