body{
    /*font-family: 'Rubik',Arial,sans-serif;*/
	/*font-family: 'Gilroy-Medium';*/
	font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 15px;
    color: #17183b;
}

a {
    /*color: #007bff;*/
	color: #4d6cd0;
    text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy-Medium'
}

.small_title{
	font-family: 'Gilroy-SemiBold';
}
.dropdown-item {
	padding: .5rem 1.25rem;
}
#mainNav{
	font-family: 'Gilroy-SemiBold';
	font-weight: 400;
}
.dropdown-item{
	font-family: 'Gilroy-Medium';
}
#mainNav .navbar-nav .nav-item .nav-link:hover{
	color: #4d6cd0;
}
a.dark {
    color: rgba(26, 26, 26, 1);
    text-decoration: none;
    border-bottom: 1px solid #aeaeae;
}
.page_content a.imageItem {
    border-bottom: none;
}
a.dark:hover {
    /*color: rgba(0, 142, 252, 1);
    border-color: rgba(0, 142, 252, 1);*/
	color: #4d6cd0;
	border-color:#4d6cd0;
}
    .show .nav-link{
        background: #fff;
    }
a:hover {
    text-decoration: none;
}

nav a {
    text-decoration: none;
}

p:last-child{margin-bottom:0}

/*page content image align*/

.page_content img{
	max-width:100%;
	cursor: pointer;
	border-radius: 8px;

}
.imageItem img{
	border: 1px solid rgba(0, 0, 0, .1);
}
.page_content a{
	border-bottom: 1px solid;
    text-decoration: none;
}
 a.link{
	border-bottom: 1px solid;
    text-decoration: none;
}
a.ya-share2__link{
	border-bottom: none;
}
/*.page_content img.aligncenter{
	margin:0 auto;
	display: block;
}*/

.page_content .aligncenter,.page_content .alignleft,.page_content .alignright {
    padding: 0;
}
.page_content img.aligncenter{
display: block;
}
.page_content .aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.page_content .alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.page_content .alignleft {
    /*float: left;*/
    margin: .5em 1em 1em 0;
	display: inline-block;
}

.page_content .wp-caption {
    /*padding: 5px 0;
    border: 1px solid #555;
    background: #444;*/
    text-align: center;
}

.page_content .wp-caption img {
    display: inline;
}

.page_content .wp-caption.alignleft img {
    display: flex;
}

.page_content .wp-caption.alignleft {
    margin-bottom: 0;
}

/**/
.page_content .caption {
    /*padding: 5px 0;
    border: 1px solid #555;
    background: #444;*/
    display:inline-block;
    width: fit-content;
    text-align: center;
}

.page_content .caption img {
    display: inline;
}

.page_content .caption.alignleft img {
    display: flex;
}

.page_content .caption.alignleft {
    margin-bottom: 0;
}
.page_content .caption.alignnone {
    text-align: left;
}
/**/

.page_content .wp-caption p.wp-caption-text {
    margin: 5px 0 5px;
    padding: 0;
    text-align: center;
    font-size: 85%;
    font-weight: 400;
    font-style: italic;
    color: #000;
}
.page_content .caption-text {
    margin: 5px 0 5px;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-weight: 400;
    /*font-style: italic;*/
    color: #000;
}
.page_content img {
    margin: .5em 1em 1em 0;
    margin-bottom:0;
}
.page_content .gallery img {
    margin: .5em 0 0 0;
}
/*.page_content a.imageItem img {
    margin: 0;
}*/

.page_content p img {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
/**/

.navbar-brand{
padding:0;
}

.navbar-brand .brand_name{
    font-weight:600;
}

.navbar-brand .brand_desc{
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 3px;
	font-family: 'Gilroy-Regular';
}

header.masthead h1, header.masthead .h1 {
    font-size: 2.5rem;
}
/*background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url(/cms/img/index.jpg);*/

/*background: linear-gradient(to bottom, rgba(155, 204, 191, 0.8) 0%, rgba(68, 98, 53, 0.7) 100%), url("./assets/main-fon-image.png");*/
/*background: linear-gradient(to bottom, rgb(95 95 95 / 80%) 0%, rgb(0 0 0 / 70%) 100%), url(/cms/img/index.jpg);*/
/*background: linear-gradient(to bottom, rgb(33 37 41 / 50%) 0%, rgb(33 37 41 / 50%) 100%), url(/cms/img/index.jpg);*/
header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgb(33 37 41 / 50%) 0%, rgb(33 37 41 / 50%) 100%), url(/cms/img/index_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	font-size:20px;
}
header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .5;
}

.w180 {
    width: 180px;
}
.w300{
    width:300px;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.head_border {
    border-bottom: 1px solid #302f2d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.text-white .head_border{
    border-bottom: 1px solid #fff;
}

.help_button{
    color: #ffffff;
    /*background-color: #ff7c3b;*/
    background-color: #ff510d;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-color: #ff510d;
/*    padding-left: 60px;
    padding-right: 60px;*/
}
.help_button:hover{
/*    background-color: #ff7c3b;
    border-color: #ff7c3b;*/

    background-color: #d13924;
    border-color: #d13924;
}
.about_button{
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
/*    padding-left: 60px;
    padding-right: 60px;*/
}

.about_button:hover{
    background-color: #fff;
    color:#333;
    border-color: #fff;
}

.menu_donate_btn {
    color: #ffffff;
    background-color: #e65639;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .8px;
    transition: background-color  .1s ease-in;;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 36px;
    padding: 12px 16px;
    height: 60px;
}

a.big_link{
    border-bottom: 1px solid;
    text-decoration: none;
}

a.big_link:hover{
    color: #ff0000;
    border-color: #f0b2b2;
}

.menu_donate_btn:hover {
    color: #ffffff;
    background-color: #d13924;
}

.border_block{
    border: 10px solid #ffffff;
    background-image: repeating-linear-gradient(135deg,#e65639 0,#e65639 20px,#ffffff 20px,#ffffff 40px);
    padding: 10px;
}
.back_link a {
    color: #000;
    font-size:16px;
    text-decoration: none;
}
.back_link a span {
    border-bottom: 1px solid #aeaeae;
}

.fixed-top{
    position: sticky;
}

.main_title{
    margin-bottom: 30px;
    font-weight:400;
}


.bg_white {
    background-color: #ffffff;
    padding: 15px;
}

.page-section {
    padding: 4rem 0;
}

.first-page-section{
    padding-top: 50px;
    padding-bottom: 40px;
}

.default-page-section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-light_green{
    background-color: #9bccbf;
}

.bg-grey{
    background-color: #efefef;
}

.text-white-75{
    color: rgba(255, 255, 255, 0.75) !important;
}

.index_pay_wrapper{
    border-width: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    border: 3px solid #ff7c3b;
    /*border: 3px solid #fafafa;*/
    padding: 30px 25px 35px;
}

.dropdown-item:active {
    color: #212529;
}

.dropdown-menu > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 300px;
}
.dropdown-item {
    white-space: normal;
}

.not-border{
	border-radius: 0 !important
}

.rounded-image{
	    border-radius: 8px;
}

.border-just-left{
	    border-top-left-radius: calc(20px - 1px) !important;
		border-bottom-left-radius: calc(20px - 1px) !important;
}

input#sum{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.fs-16{
    font-size:16px;
}

.fs-17{
    font-size:17px;
}

.fs-18{
    font-size:18px;
}

.fs-20{
    font-size:20px;
}

#mainNav.is-scrolled {
    top: -110px;
}

.dropdown-item:active{
    background-color: #e9ecef;
}
.footer .address{
	max-width: unset;
}


#mainNav{
    transition: top .1s ease-in;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.nav-item{
    display: inline-flex;
    align-items: center;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pb-20{
    padding-bottom:20px;
}

.pb-15{
    padding-bottom:15px;
}

.pb-30{
    padding-bottom:30px;
}

/*shared*/
.share-bl_st {
    padding: 20px 0 20px;
}
.share-bl, .ya-share2 .li {
    display: -webkit-box;
    display: flex;
	clear: both;
}
.share-bl>span {
    font-size: 16px;
    margin-left: 10px;
    /*margin-top: -5px;*/
}
/*shared*/

/*cardman*/
.cardman{
    /*padding:32px;*/
    border-radius:20px;
    /*border:1px solid rgba(237,237,242,1);*/
    border: 1px solid rgba(0,0,0,.125);

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
}

.cardman img {
    border-top-left-radius: calc(20px - 1px);
    border-top-right-radius: calc(20px - 1px);
}

.cardman-title{
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.cardman-text{
    font-size: 16px;
    line-height: 1.5;
}

.cardman-body{
    min-height: 1px;
    padding: 1.25rem;
}

/*footer*/

footer {
    background-color: #302f2d;
    padding-top: 56px;
    padding-bottom: 56px;
    color: #fff;
    /*margin-bottom: 54px;*/
}

footer a{
    color: #999999;
    transition: color .1s ease-in;
}

footer a:hover {
    color: #ffffff;
}

footer li:not(:last-child) {
    margin-bottom: 4px;
}

/*new footer*/
.footer{
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid rgba(0,0,0,.125);
    font-size:16px;
	font-family: 'Gilroy-Medium';
}

.footer ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer ul li a,
.copyright_footer a
{
color: rgba(26,26,26, 1);
    text-decoration: none;
    border-bottom: 1px solid #aeaeae;
}

.footer ul li a:hover,
.copyright_footer a:hover
{
    /*color: rgba(0,142,252, 1);
    border-color: rgba(0,142,252, 1);*/
	
		color: #4d6cd0;
	border-color:#4d6cd0;
}
.copyright_footer{
	    font-family: 'Gilroy-Medium';
}
.footer .sub_text{
    color: rgba(84,84,84, 1);
}

.footer a.mail_link{
    /*color: rgba(0,142,252, 1);
    font-weight: 600;*/
	color: #4d6cd0;
    font-weight: 600;
    text-decoration: none;
}

.footer a.phone_num{
    font-weight: 600;
    text-decoration: none;
    color: rgba(26,26,26, 1);
}

.footer a.ajaxed{
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px dashed #1a1a1a;
}

/*docs*/
.manual_link {
    cursor: pointer;
}
.manual_file a {
    width: max-content;
    border-bottom: none !important;
	text-decoration: none;
}
.manual_file .file_name {
    border-bottom: 1px solid;
    display: inline;
}
.manual_file a:hover .file_name{
	color: #ff0000;
   border-color: #f0b2b2;
}
/*docs*/


/*a-media*/
.card {
	border: 1px solid #dee2e6;
}
.list-group-item {
    border: 1px solid #dee2e6;
}

#sidebox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.card>#sidebox:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card>#sidebox:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card>#sidebox {
    border-top: inherit;
    border-bottom: inherit;
}
#sidebox li{
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
	/*
	padding-top: 1rem;
	padding-bottom: 1rem;
	*/
    background-color: #fff;
	border: 1px solid #dee2e6;
	border-width: 0 0 1px;
}
#sidebox li:last-child {
    border-bottom-width: 0;
}

#sidebox li a{
    color: rgba(26, 26, 26, 1);
    text-decoration: none;
    border-bottom: 1px solid #aeaeae;
}

#sidebox li a:hover {
    color: rgba(0, 142, 252, 1);
    border-color: rgba(0, 142, 252, 1);
}

#sidebox li.current-menu-item a{
	font-weight: bold;
}

.aside-box {
    display: none;
}
.sticky-block {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    top: 90px;
}

.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    background: #fff;
    padding: 10px 0 10px 0;
	font-family: 'Gilroy-Medium';
}

.page-numbers{
    display: block;
    padding: 6px 14px 6px 14px;
}

a.page-numbers span{
    border-bottom: 1px solid #dee2e6;
    color:#1a1a1a;
}
a.page-numbers{
    color:#1a1a1a;
	text-decoration: none;
}
a.page-numbers:hover{
    background: #dee2e6;
    border-radius: 8px;
}
.page-numbers.current{
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/*404*/
.not_found_wrapper {
    /* width: 100vw; */
    height: 92vh;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.not_found_image {
    margin-bottom: 24px;
}

.not_found_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #81819B;
    margin-bottom: 24px;
}
.not_found_href {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    /* color: #293ACC; */
    color: #212529;
    text-decoration: none;
    padding: 12px 22px;
    border: 1px solid rgba(129, 129, 155, 0.25);
    border-radius: 8px;
    transition: 0.3s all;
}
/*404*/

@media (max-width: 992px) {
	

	
	header.masthead {
    padding-top: 5rem;
	}
    .menu_donate_btn {
        margin: 10px 0;
        padding: 4px 8px;
        height: auto;
    }
    .nav-item {
        display: block;
    }
    .navbar-light .navbar-nav .nav-link{
        color: rgba(26,26,26);
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(26,26,26, 0.1);
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem!important;
    }

    .show .nav-link{
        background: #fff;
    }
}

@media (min-width: 576px){
    .container, .container-md, .container-sm {
        max-width: 94%;
    }



}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 94%;
    }

}



@media (min-width: 992px){
	
	
    .nav-item {
        display: block;
    }
    #mainNav {
        /*box-shadow: none;*/
        /*background-color: transparent;*/
        background-color: #fff;
    }

    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
    header.masthead {
        /*height: 100vh;*/
		height: calc(100vh - 80px);
        min-height: 40rem;
        padding-top: 4.5rem;
        padding-bottom: 0;
		font-family: 'Gilroy-Regular';
        font-size: 30px;
    }



    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
color: rgba(26, 26, 26);
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 80;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #fff;
        border-radius: 0;
        min-width: 100%;
        box-shadow: 0px 10px 20px rgba(0,0,0, .2);
    }

    .dropdown-menu{
       margin:0;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 94%;
    }

}

@media (min-width: 1100px) and (max-width: 1200px) {
.navbar-brand .brand_desc {
    width: 90px;
    max-width: 90px;
    white-space: pre-line;
    line-height: 14px;
}
}

@media (min-width: 1100px){
    #mainNav .navbar-nav .nav-item .nav-link {
             color: #333;
        padding: 0 1rem;
        font-weight: 600;
        font-size:16px;

        display: block;
        line-height: 36px;
        /*padding: 12px 16px;
        height:60px;*/
		 /*padding: 24px 12px;*/
		
		 padding:0px;
		 padding: 0 6px;
        height: 80px;
		display: flex;
    align-items: center;   
 
    }
	    .navbar-expand-site .navbar-toggler {
        display: none;
    }
	    .navbar-expand-site .navbar-nav {
        flex-direction: row;
    }
	.show .nav-link{
    background: #eee;
}

	.navbar-expand-site .navbar-nav {
        display: flex;
        gap: 0;
		height: 80px;
        align-items: center !important;
    }
	.navbar-expand-site .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
	    .navbar-expand-site .navbar-nav .dropdown-menu {
        position: absolute;
        top: 80;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #fff;
        border-radius: 0;
        min-width: 100%;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px;
    }
	
	.footer .address{
	max-width: 400px;
}

}

@media (min-width: 1220px){
		    #mainNav .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 0 1rem;
        font-weight: 600;
        font-size:16px;

        display: block;
        line-height: 36px;
        /*padding: 12px 16px;
        height:60px;*/
		 /*padding: 24px 12px;*/
		
		 padding:0px;
		 padding: 0 8px;
        height: 80px;
		display: flex;
    align-items: center;
    }
	
	    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200;
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}

@media (min-width: 1500px){
    .container-xl, .container {
        max-width: 1440px;
    }
}

/*mobile*/
@media (max-width: 576px){
	.h2, h2 {
    font-size: 1.5rem;
	}
	.h3, h3 {
    font-size: 1.5rem;
}
	
	h1.main_title{
		font-size: 1.5rem;
	}
	
	.first-page-section {
padding-top: 30px;
    padding-bottom: 30px;
}
	
	.main_title {
    margin-bottom: 20px;
    font-weight: 400;
	}
	
	.page-section {
    padding: 2rem 0;
}

.fs-20{
	font-size:16px;
}
.fs-18{
	font-size:15px;
}

.cardman-title{
	font-size: 18px;
}

.footer{
    padding-bottom: 30px;
	padding-top: 30px;
}

.share-bl_st {
    padding: 10 0 10px;
}
.hidde_it_mobile{
	display:none;
}

/*.fixed-top {
     position: fixed;
}

    header.masthead {
        padding-top: 9rem;
    }
	*/

}

img.fondThanksLabel{
    height:70px;
    margin-top: 15px;
}

.masthead .bottomPosition{
    position: absolute;
    bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .aside-box {
        display: block;
    }
}

.first-page-section .leyka-shortcode.campaign-card{
    /*margin-right: 15px !important;*/
    /*margin-left: 15px !important;*/
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    max-width: unset !important;
}

.campaignList{
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    /*display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;*/
}
/*
.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper{
    background-color: #4d6cd0 !important;
    padding: 8px 16px !important;
    width: 100%;
    text-align: center;
    font-size: 16px;
}*/