@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
    font-family: "Montserrat";
    font-weight: 500;
}
a,
a:hover{
    text-decoration: none;
    transition: .4s all;
}

.navbar{
    height: 100px;
    padding: 0;
    background: #fff;
}
.navbar .navbar-brand img{
    height: 100%;
    max-height: 70px;
}
.navbar .nav-link{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.011em;
    color: #293D71;
    padding: 25px !important;
}

.navbar .lang{
    background: url('../img/lang.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 29px;
    height: 29px;
    overflow: hidden;
}
.navbar .lang li,
.navbar .lang a{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.navbar .navbar-toggler{
    background: url('../img/menu.svg') center center no-repeat;
    box-shadow: none;
    outline: none;
    transition: 0.2s;
}
.navbar .navbar-toggler[aria-expanded="true"]{
    background: url('../img/menu_active.svg') center center no-repeat;
}
.navbar .icons{
    display: none;
}


.title_h2{
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 44px;
}
.btn_support{
    display: inline-block;
    padding: 17px 10px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.81) 100%);
    border-radius: 12px;
    text-decoration: none;
    font-size: 24px;
    line-height: 100%;
    color: #293D71;
    width: 195px;
    text-align: center;
    font-weight: 700;
}



.s_general{
    background: url('../img/s_general_bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    height: calc(100vh - 100px);
    position: relative;
}
.s_general:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: url('../img/s_general_before.png') center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
}

.s_general .text{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 113%;
    color: #fff;
    z-index: 2;
    position: relative;
}

.s_general .btn_support{
    margin-top: 52px;
    z-index: 2;
    position: relative;
}

.bg_sections{
    height: 100%;
    position: relative;
    background: linear-gradient(255.49deg, #2C3A74 31.1%, #3A4A81 78.4%);
}
.bg_sections:before{
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    right: 0;
    width: 73%;
    background: url("../img/bg_sections_before.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.bg_sections > section{
    position: relative;
}
section.page{
    color: #fff;
}

.s_about{
    position: relative;
    padding-top: 100px;
}
.s_about .about_card{
    margin-top: 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.s_about .text{
    padding: 40px 10px 80px 48px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 167%;
    position: relative;
    z-index: 2;
    font-size: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.s_about .text:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/s_about_card_bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.85;
}

.s_about .text:after{
    position: absolute;
    content: '';
    width: 69.5px;
    height:41.75px;
    bottom: 31px;
    right: 38px;
    background: url('../img/s_about_quote.png') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 2;
}

.s_about .img-wrap{
    position: relative;
    height: 100%;
    width: 100%;
}
.s_about .img{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.s_help{
    position: relative;
    padding-top: 100px;

}

.s_help .title_h2{
    margin-bottom: 85px;
}

.s_help .block{
    margin-bottom: 102px;
    text-align: center;
}

.s_help .block img{
    margin-bottom: 14px;
    height: 90px;
}
.s_help .block h3{
    font-weight: 600;
    font-size: 23px;
    line-height: 104%;
    color: #fff;
}
.s_help .block p{
    font-weight: 300;
    font-size: 20px;
    line-height: 104%;
    color: #fff;
}

.s_donate{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(105.54deg, rgba(192, 198, 217, 0.2) 8.19%, rgba(6, 56, 233, 0) 97.88%);
    border-radius: 12px;
    overflow: hidden;
}
.s_donate .block{
    padding: 0 0 0 120px;
    height: 100%;
    position: relative;
    margin-bottom: 90px;
}
.s_donate .title_h2{
    text-align: left;
}
.s_donate .subtitle{
    font-weight: 600;
    font-size: 23px;
    line-height: 104%;
    color: #fff;
    margin-bottom: 55px;
}
.s_donate .support{
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_donate .number-wrap{
    position: relative;
}
.s_donate .dropdown{
    position: absolute;
    top: 0;
}
.s_donate .dropdown .btn{
    position: relative;
    outline: none;
    box-shadow: none;
    background: none;
    border: 0;
    padding: 0;
    height: 55px;
    width: 85px;
    border-radius: 42.5px;
    font-size: 24px;
    text-align: left;
    padding-left: 21.5px;
    padding-top: 2px;
}
.s_donate .dropdown .btn span{
    display: inline-block;
    width: 25px;
}
.s_donate .dropdown .btn:after{
    background: url('../img/dropdawn_arrow.png') center center no-repeat;
    display: block;
    content: '';
    position: absolute;
    right: 14px;
    top: 21px;
    border: 0;
    width: 14px;
    height: 14px;
    transition: .2s;
}
.s_donate .dropdown .btn.show:after{
    transform: rotate(180deg);
}
.s_donate .dropdown .dropdown-menu{
    width: 35px;
    min-width: 35px;
    border-radius: 17.5px;
    border: 2px solid #fff;
    top: 0;
    left: 11.5px !important;
    margin-top: -56px !important;
    overflow: hidden;
    background: linear-gradient(182.47deg, #293D71 2.07%, #C4C4C4 175.94%);
    padding: 6px 2px;
}
.s_donate .dropdown .dropdown-item{
    text-align: center;
    padding: 2px;
    font-size: 24px;
    background: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}


.s_donate .input{
    display: block;
    max-width: 474px;
    width: 90%;
    background: linear-gradient(182.47deg, rgba(196, 196, 196, 0.5) 2.07%, rgba(196, 196, 196, 0) 175.94%);
    border-radius: 50px;
    padding: 2px 16px 1px 90px;
    border: 2px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}
.s_donate .btn_support{
    margin-top: 70px;
    border: 0;
}
.s_donate .btn_support[disabled]{
    /*cursor: not-allowed! important;*/
}


.s_donate .img-wrap{
    width: 100%;
    position: relative;
}
.s_donate .img-wrap img{
    width: 100%;
    margin-left: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.s_donate .img-wrap:before{
    position: absolute;
    content: '';
    bottom: 23px;
    right: calc(100% - 7px);
    width: 344px;
    height: 137px;
    background: url('../img/s_donate_circle.png') center center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.s_statistics{
    position: relative;
    padding-bottom: 100px;
}
.s_statistics .number{
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.s_statistics .text{
    font-size: 20px;
    font-weight: 300;
    line-height: 171%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
}

.s_destruction{
    position: relative;
    padding: 90px 0 95px;
    overflow: hidden;
}

.s_destruction .title_h2{
    margin-bottom: 77px;
}

.s_destruction .splide .block{
    padding: 0 15px;
}
.s_destruction .splide .text{
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.s_destruction img{
    width: 100%;
}



.s_destruction .splide__arrow--prev{
    width: 43px;
    height: 43px;
    background: url('../img/arrow_left.png') center center no-repeat;
    background-size: contain;
    left: -43px;
}
.s_destruction .splide__arrow--prev svg{
    display: none;
}

.s_destruction .splide__arrow--next{
    width: 43px;
    height: 43px;
    background: url('../img/arrow_right.png') center center no-repeat;
    background-size: contain;
    right: -43px;
}

.s_destruction .splide__arrow--next svg{
    display: none;
}

.footer{
    position: relative;
    background: #222E59;
    padding: 20px 0 40px;
}

.footer .icons{
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.footer .foot-icons{
    display: block;
    margin-left: 30px;
}

.footer .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.011em;
    text-decoration-line: underline;
    color: #FFFFFF;
    padding-left: 40px;
}

.footer p{
    padding-left: 40px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}
.footer p a{
    color: #FFFFFF;
}
.footer p.tel{
    background: url('../img/foot_tel.svg') left 3px no-repeat;
}
.footer p.adr{
    background: url('../img/foot_adr.svg') left 3px no-repeat;
}
.footer .img-wrap img{
    height: 100%;
    max-height: 70px;
}

.footer .policy{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
}









