:root {
	--bg-color: #f5f5f5;
	--text-color: #6c757d;
	--accent-color: #ffd333;
	--contrast-color: #3d464d;
}
html, body {
	height: 100%;
}

body {
	background-color: white;
	font-family: 'Calibri', sans-serif;
	font-size: 14px;
	color: var(--text-color);
	min-width: 320px;
}

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
main.main {
	flex: 1 1 auto;

}
/* =============================header============================== */
.top-row {
	background-color: #42AC59;
	height:40px
}
.contacts-middle {
	border: solid 0px blue;
}
.logo-column {
	padding-top: 5px;
	border: solid 0px black;
}
.contacts-social {
	border: 0px blue solid;
}
.logo {
	position: absolute;
}
.logosmall {
	margin-top: 10px;
}
.mobile-version {
	border: 0px black solid;
	padding-bottom: 12px;
}
.navbar-nav {
	border: 0px red solid;
}
ul.top-contacts {
	list-style: none;
	border: 0px yellow solid;
	padding-left: 15px;
}
li.text-instagram {
	background-color: #2AC827;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
}
li.text-phone {
	margin-left: 0px;
	margin-right: 10px;
}
ul.top-contacts li a{
	color: white;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
}
.block{
	width: 495px;
    height: 40px;
    background-color: #42AC59;
    position: relative;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 15px;
	float: right;
	/*box-shadow: 0 6px 2px -2px gray; более четкая тень*/
	box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}
.block:before{
	content: '';
    position: absolute;
    right:100%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(20deg);
    transform-origin:0 0;     
}
.block:after{
	content: '';
    position: absolute;
    left:100%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(-20deg);
    transform-origin:0 0;     
}
.social-kaspi {
	
}
.menu-contain {
	padding-bottom: 0px;
}

ul.social-icons{
	list-style: none;
	padding-top: 10px;
	border: 0px black solid;
	margin-bottom: 0px;
}

ul.social-icons li{
	margin-right: 10px;
}
ul.social-icons li a{
	text-decoration: none;
	font-size: 14px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: blue;
	border-radius: 50%;
	float: left;
	text-align: center;
	opacity: 0.3;
	transition: all .3s; 
}
ul.social-icons li a:hover{
	opacity: 1;
}
ul.social-icons li.instagram a{
	background-color: white;
}
ul.social-icons li.instagram-green a{
	background-color: #42AC59;
}
ul.social-icons li.youtube a{
	background-color: red;
}
ul.social-icons li.whatsapp a{
	background-color: #42AC59;
}
.menu-row{
	border: 0px red solid;
}
.void{
	border: 0px orange solid;
}
.main-menu {
	margin-top: 30px;
}

nav.navbar {
	padding-bottom: 0px;
}
.navbar-toggler {
	border: none;
	box-shadow: none;
	padding-left: 27px;
	padding-right: 5px;
}
.navbar-toggler:focus{
	border: none;
	box-shadow: none;
}
.navbar-nav a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
}
.navbar-nav a:hover{
	text-decoration: underline;
	color: #2AC827;
}
.perevod {
	border: 0px red solid;
	padding-left: 30px;
}
.kaspi {
	border: solid 2px #42AC59;
	color: #2AC827;
	font-size: 18px;
	font-weight: bold;
	width: 160px;
	border-radius: 15px;
}
a.kaspi:hover {
	border: solid 2px #42AC59;
	color: #2AC827;
}

.instagram {
	display: inline-block;
	margin-right: 20px;
	width: 44px;
	height: 44px;
}
/*========================content=========================*/
section.main-news {
	padding: 20px 0px 40px 0px;
	background-image: url("../img/green-bubbles.jpeg");
	background-size: 100% 100%;
	background-color: white;
}
.news-item {
	position: relative;
	background-color: white;
	height: 100%;
}
.news-outer {
	position: relative;
}
.news-date {
	background-color: #D37E2E;
	color: white;
	padding: 3px 20px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 5;
}
h2.section-title {
	color: #1C4525;
	font-weight: bold;
	font-size: 45px;
}
h2.page-title {
	color: #1C4525;
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase;
}
.news-text {
	padding: 10px 20px;
}
.news-item p {
	color: #1C4525;
}
.more-news-button{
	padding-top: 15px;
}
.more-news-button a {
	color: white;
	font-size: 20px;
}
.more-news-button a:hover {
	color: #2AC827;
	text-decoration: underline;
}
section.top-projects {
	padding: 20px 0px 0px 0px;
	background-image: url("../img/hands-forest.jpeg");
	background-size: 100%;
	background-color: white;
	background-repeat: no-repeat;
}
a.need-help {
	background-color: #2AC827;
	font-size: 35px;
	font-weight: bold;
	border: none;
	padding: 5px 25px;
	margin-bottom: 30px;
	transition: all .5s;
}
a.need-help:hover {
	background-color: #F2F70F;
	color: #1C4525;
}
.top-projects-three {
	padding-top: 180px;
	text-align: center;
}
a.top-projects-link {
	font-size: 45px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 2px black;
	margin-bottom: 5px;
}
a.top-projects-link:hover {
	color: #F2F70F;
	text-decoration: underline;
}
.about-foundation {
	background-color: white;
}
.about-foundation .container-fluid {
	padding-left: 0px;
}
.about-foundation img{
	width: 100%;
	height: auto;
}
.about-foundation-text {
	padding: 100px 12px;
}
.about-foundation p, .reestr-dogovorov p {
	color: #1C4525;
	font-size: 20px;
}
.about-foundation a {
	color: #D37E2E;
	font-size: 20px;
}
.about-foundation a:hover {
	color: #2AC827;
	text-decoration: underline;
}
.we-help img {
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
.we-help {
	padding: 30px 0px 10px 0px;
}
.we-help p{
	margin-top: 10px;
	color: #433B3B;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.our-projects {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
.more-projects-button {
	text-align: left;
	margin-top: 15px;
}
.more-projects-button a {
	color: #2AC827;
	font-size: 20px;
}
.more-projects-button a:hover {
	text-decoration: underline;
}
a.project-button {
	width: 100%;
	border-radius: 0px;
	color: #1C4525;
	background-color: white;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.project-button:hover {
	color: white;
	background-color: #2AC827;
}
.project {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
section.we-thank {
	padding: 40px 0px 60px 0px;
	background-image: url("../img/grass-chamomile.jpeg");
	background-size: 100% 100%;
	background-color: white;
	background-repeat: no-repeat;
}
.we-thank-row {
	padding: 30px 0px 10px 0px;
}

.we-thank h2 {
	color: white;
} 
.we-thank img {
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
img.thank-9 {
	border-radius: 20px;
}
/*========================otchety=========================*/
.otchety, .reestr-dogovorov {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: left;
}
.otchet {
	padding: 18px 10px 0px 10px;
	border: solid 1px #2AC827;
	border-radius: 15px;
	height: 70px;
	margin-bottom: 15px;
}
.otchety a{
	color: #1C4525;
}
.otchety a:hover{
	text-decoration: underline;
	color: #2AC827;
}
.report-link {
	color: gray;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
	margin-right: 0px;
}
.report-link:hover {
	color: #2AC827;
}
.pdf {
	float: right;
	border: solid 0px red;
	margin-top: -10px;
}
.see-report {
	padding-right: 10px;
}
.fin-otchet {
	color: #1C4525;
	font-size: 20px;
}
nav.breadcrumbs a {
	color: #433B3B;
	font-size: 16px;
	
}
nav.breadcrumbs a:after {
	content: "/";
	padding-left: 5px;
}
.breadcrumbs ul {
	list-style: none;
	display: flex;
}
.breadcrumbs li:nth-child(n+2) {
	padding-left: 5px;
}
.breadcrumbs span {
	font-size: 16px;
	color: #2AC827;
}
.reestr {
	padding-left: 40px;
}
.reestr p {
	line-height: 100%;
}
.dogovor span {
	font-weight: normal;
	padding-left: 20px;
}
.dogovor .btn{
	background-color: #D9D9D9;
	border-radius: 15px;
	padding: 10px 20px;	
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	margin-bottom: 15px;
	color: #1C4525;
	font-size: 20px;
}
.dogovor .btn:hover{
	background-color: #2AC827;
	border-radius: 15px;
	padding: 10px 20px;	
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	margin-bottom: 15px;
	color: white;
}
.memorandum {
	padding-bottom: 10px;
}
.memorandum a {
	color: #1C4525;
}
.memorandum a:hover {
	border-bottom: solid 1px #A0D5AB;
	color: #2AC827;
}
.smi {
	padding: 10px 10px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}
.smi:hover {
	background-color: #D9D9D9;
}
.smi a {
	color: #1C4525;
	font-size: 20px;
	word-wrap: break-word;
}
p.light-green {
	color: #2AC827;
	font-weight: bold;
}
a.more-details {
	color: #2AC827;
	font-size: 22px;
	font-weight: bold;
}
a.more-details:hover {
	color: #42AC59;
}
span.light-green {
	color: #2AC827;
}
span.orange {
	color: #D37E2E;
}
ol.kak-podat {
	padding-left: 1.5rem;
}
ol.kak-podat li {
	color: #1C4525;
	font-size: 18px;
	line-height: 100%;
}
p.zayavlenie {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}
.zayavlenie-image {
	position: absolute;
	top: 100px;
	right: 0;
}
.zayavlenie-image-small {
	display: none;
}
.programmy {
	background-image: url("../img/square-bg.png");
	background-size: 100% 100%;
}
.programma {
	border-radius: 20px;
	position: relative;
	background-color: white;
	text-align: center;
}
.programma img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
}
p.program-title {
	font-size: 40px;
	font-weight: bold;
	/*line-height: 120%;*/
	text-transform: uppercase;
	color: #42AC59;
	margin-top: 10px;
}
.nuzhna-pomosh {
	padding: 0px 40px;
}
.nuzhna-pomosh .we-help img {
	opacity: 0.4;
	display: block;
	margin: auto;
}
.nuzhna-pomosh .we-help img:hover {
	opacity: 1;
}
.nuzhna-pomosh .we-help p {
	font-size: 24px;
	font-weight: bold;
	color: #1C4525;
}
.nuzhna-pomosh .we-help p:hover {
	color: #2AC827;
	text-decoration: underline;
}
.nuzhna-pomosh-break {
	display: inline;
}
.pozhertvovanie h2.page-title {
	text-decoration: none;
}
.pozhertvovanie img {
	display: block;
	margin: auto;
}
#komanda-fonda {
	position: absolute; 
	top: 900px;
}
#documenty-fonda {
	position: absolute; 
	top: 1850px;
	border: solid 0px red;
}
.owlcarousel-1 {
	padding: 40px 0px;
}
.owlcarousel-1 img {
	border-radius: 20px;
}
.owl-prev span, .owl-next span {
	font-size: 40px;
}
.owlcarousel-2 {
	padding-top: 30px;
}
.owlcarousel-3 {
	padding-bottom: 30px;
}
img.sostav {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
a.prepodavateli {
	color: #2AC827;
	font-size: 22px;
}
a.prepodavateli:hover {
	color: #D37E2E;
}
a.prepodavateli span {
	text-decoration: underline;
	font-size: 24px;
}
.pobeditel-green {
	padding: 20px 0px;
	margin: 50px 0px;
	background-color: #2AC827;
}
.ya-pobeditel {
	background-image: url("../img/rainbow-bg.jpeg");
	background-size: 100% 100%;
}
.pobeditel-green p {
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.pobeditel-green span {
	color: #F2F70F;
}
.istorii-pobeditelei h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #1C4525;
}
.istorii-pobeditelei h3 span {
	font-size: 35px;
	color: #2AC827;
}
.story {
	padding: 40px;
	background-color: white;
	border-radius: 40px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
p.story-hero {
	font-size: 20px;
	font-weight: bold;
	color: #2AC827;
}
p.story-description {
	font-size: 18px;
}
/* ya-pobeditel project */
h2.page-title span {
	color: #2AC827;
}
span.winner {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
span.vangelov {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
p.teacher-name {
	font-size: 20px;
	font-weight: bold;
	color: #42AC59; 
	margin-bottom: 5px;
}
ul.about-teacher {
	margin-bottom: 5px;
}
ul.about-teacher li {
	font-size: 18px;
	line-height: 110%;
}
p.teacher-message {
	line-height: 100%;
}
ul.bez-granic-pomosh li {
	font-size: 20px;
}



/*========================about foundation=========================*/
.o-fonde {
	background-image: url("../img/green-bg.png");
	background-size: 100%;
}
.o-fonde p {
	font-size: 20px;
	word-wrap: break-word;
}
p.poluchateli {
	font-size: 20px;
	font-weight: bold;
	/*line-height: 120%;*/
	color: #1C4525;
}
ul.poluchateli-pomoshi {
	list-style: none;
	padding-left: 1rem;
}
ul.poluchateli-pomoshi li { /* used in smart-school.html*/
	font-size: 20px;
	line-height: 120%;
	color: #1C4525;
}
.zadachi-fonda h3, .komanda-fonda h3, .documenty-fonda h3 {
	text-decoration: underline;
	font-size: 35px;
	font-weight: bold;
	color: #1C4525;
	padding-top: 20px;
	padding-left: 40px;
}
.zadachi-fonda, .komanda-fonda, .documenty-fonda {
	
}
.zadachi-fonda .we-help img {
	opacity: 0.4;
}
.zadachi-fonda .we-help img:hover {
	opacity: 1;
}
.zadachi-fonda .we-help p {
	color: #1C4525;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.komanda-fonda h3 {
	color: white;
}
.komanda-fonda {
	background-color: #42AC59;
	background-image: url("../img/square-green.png");
	background-size: 100% 100%;
}
.komanda-fonda .news-item {
	position: relative;
	background-color: transparent;
	height: 100%;
}
.komanda-fonda img {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
p.team-member {
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding-top: 5px;
}
a.pointer {
	color: white;
	font-size: 60px;
}
a.green {
	color: #1C4525;
}
.pointer-block {
	position: absolute; 
	left: 84%; 
	top: 70%; 
	width: 16%; 
	height: 18%; 
	/*background-color: rgba(0, 0, 0, .4);*/
}
.komanda-fonda .modal-body {
	padding: 20px;
}
.komanda-fonda .modal-body p {
	font-size: 35px;
	font-weight: bold;
	line-height: 100%;
	color: #42AC59;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
.komanda-fonda .modal-body span {
	font-size: 20px;
	color: #1C4525;
}
.documenty-fonda {
	background-color: white;
	background-image: url("../img/documenty-bg.jpeg");
	background-size: 100% 100%;
}
.documenty-spisok {
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 10px;
}
.documenty-fonda .kontakt-block {
	line-height: 100%;
}
.documenty-break1 {
	display: none;
}
.documenty-break2 {
	display: inline;
}

/*========================contacts=========================*/
.kontakty {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #42AC59;
	color: white;
}
.kontakty h2 {
	color: white;
}
.kontakty li a {
	color: white;
}
.kontakty li span {
	color: white;
	color: #433B3B;
}
.kontakty .fa-paper-plane, .kontakty .fa-envelope, .kontakty .fa-phone {
	font-size: 35px;
}
.kontakt {
	margin-bottom: 20px;
	white-space: nowrap;
}
.kak-podat-zayavku .kontakt-block, .documenty-fonda .kontakt-block {
	padding-right: 5px;
}
.kak-podat-zayavku .kontakt-block span, .documenty-fonda .kontakt-block span {
	color: #1C4525;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bold;
}
.kontakt-block {
	display: inline-block;
	padding-right: 20px;
}
.kontakt-block p {
	font-size: 25px;
}
.kontakt span {
	font-size: 25px;
	padding-left: 20px;
}
.kontakt-block span {
	color: #1C4525;
	padding-left: 0px;
}
.kontakt ul {
	padding: 0px;
}
.rekvizity {
	width: 450px;
	height: 150px;
	padding: 15px 0px 15px 60px;
	margin-top: 30px;
	background-color: white;
	display: inline-block;
	background: linear-gradient(225deg, transparent 120px, #fff 0);
	position: absolute;
	top: 550px;
	left: 0;
}
.rekvizity .kontakt-block {
	padding-right: 5px;
}
.rekvizity h2 {
	color: #1C4525;
}
.kontakt-image {
	position: absolute;
	top: -50px;
	right: 0;
}
.kontakt-image-small {
	display: none;
}

.kontakty-contain {
	padding-bottom: 200px;
}


/*========================footer=========================*/
footer.footer {
	background-color: #42AC59;
}
footer p {
	color: #433B3B;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 1.1;
}
.green-bottom-row {
	background-color: white;
}
.green-bottom-row .col-2, .green-bottom-row .col-3, .green-bottom-row .col-4, .green-bottom-row .col-5, .green-bottom-row .col-6 {
	background-color: #42AC59;
}
.bottom-container {
	padding-left: 0px;
}
.green-bottom-row .col-2 {
	padding: 30px 0px 0px 10px;	
}
.bottom-help-button {
	padding: 30px 0px 0px 10px;
}
.bottom-row {
	background-color: white;
	height:40px;
}
.block-round{
    width: 300px;
    height: 360px;
    background-color:white;
    position: absolute;
	border-radius: 50% 50% / 0px 300px 200px 0px;
	padding: 40px 0px 0px 50px;
}
.block-round-alternative{
    width: 200px;
    height: 250px;
    background-color:white;
	border-radius: 0% 50% 50% 0%;
	padding: 60px 0px 0px 30px;
}
.block-round-row {
	border: 0px red solid;
}
.block-bottom-row {
	margin-top: 40px;
	border: 0px red solid;
}
.block-white {
	 background-color:white;
}
.green-bottom-row a {
	color: white;
}
.green-bottom-row a:hover {
	color: #433B3B;
	text-decoration: underline;
}
a.link-big {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.center-text {
	text-align: center;
}
.link-list {
	list-style: none;
	padding-left: 0px;
	border: solid 0px red;
	font-size: 18px;
}
a.bottom-kaspi {
	border: solid 2px white;
	color: white;
	font-size: 26px;
	font-weight: bold;
	width: 250px;
	margin-top: 80px;
	text-transform: uppercase;
}
a.bottom-kaspi:hover {
	border: solid 2px #F2F70F;
	color: #F2F70F;
	text-decoration: none;
}
.block-bottom{
	width: 500px;
    height: 40px;
    background-color: #2AC827;
    position: relative;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 15px;
	float: right;
	border: solid 0px yellow;
}
.block-bottom:before{
	content: '';
    position: absolute;
    right:97%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(-20deg);
    transform-origin:0 0;     
}
.block-bottom:after{
	content: '';
    position: absolute;
    left:97%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(20deg);
    transform-origin:0 0;     
}
.block-bottom-alternative{
	width: 360px;
    height: 40px;
	margin-top: 17px;
	margin-right: 12px;
    background-color: #2AC827;
    position: relative;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
}
.block-bottom-alternative:before{
	content: '';
    position: absolute;
    right:96%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(-20deg);
    transform-origin:0 0;     
}
.block-bottom-alternative:after{
	content: '';
    position: absolute;
    left:96%;
    top:0;
    height:100%;
    width:15px;
    background-color:inherit;
    transform:skew(20deg);
    transform-origin:0 0;     
}
li.text-instagram-bottom {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	border-left: solid 2px #42AC59;
	border-right: solid 2px #42AC59;	
}
li.block-mail {
	padding-right: 0px;
}
li.text-phone-lg {
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 10px;
	border-right: solid 2px #42AC59;	
}
.bottom-menu {
	padding-top: 20px;
}
.right-column {
	border: solid 0px red;
	text-align: right;
}
.right-column .social-icons {
	margin-top: 60px;
	margin-left: 130px;
}





/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
	.pointer-block {
		left: 82%;
		top: 66%;
		width: 18%; 
		height: 20%; 
	}
	.pobeditel-green p {
		font-size: 25px;
	}
}
@media only screen and (max-width : 1200px) {
	a.top-projects-link {
		font-size: 35px;
	}
	
}
@media only screen and (max-width : 1199px) {
	a.bottom-kaspi {
		border: solid 2px #F2F70F;
		color: #1C4525;
		font-size: 26px;
		font-weight: bold;
		width: 250px;
		margin-top: 24px;
		text-transform: uppercase;
		background-color: #F2F70F;
		float: right;
	}
	a.bottom-kaspi:hover {
		border: solid 2px #F2F70F;
		color: #1C4525;
		text-decoration: none;
		background-color: white;
	}
	.block-bottom-row {
		margin-top: 0px;
	}
	.kaspi {
		font-size: 14px;
		width: 140px;
	}
	.navbar-nav a.nav-link {
		font-size: 10px;
	}
	.perevod {
		padding-left: 12px;
	}
	ul.social-icons{
		padding-left: 0px
	}
	ul.social-icons {
		float: right;
	}
	.kontakt ul.social-icons {
		float: none;
	}
	
	ul.social-icons li.youtube {
		margin-right: 0px;
	}
	.right-column .social-icons {
		margin-top: 60px;
		margin-left: 0px;
	}
	.block-round-alternative {
		padding-top: 50px;
		max-width: 100%;
		max-height: 100%;
	}
	.pointer-block {
		left: 84%;
		top: 66%;		
		width: 16%; 
		height: 18%; 
	}
	a.pointer {
		font-size: 45px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.top-projects-three {
		padding-top: 150px;
	}
	a.top-projects-link {
		font-size: 25px;
	}
	a.need-help {
		font-size: 25px;
	}
	.whom-we-help p {
		font-size: 15px;
	}
	
}
@media only screen and (max-width : 991px) {

	/*#navbarNavAltMarkup{
		position: absolute;
		top: 50px;
		border: 0px red solid;
		background-color: #F8F8F8;
	}*/

	.mobile-version {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.menu-contain {
		padding-left: 0px;
		padding-right: 12px;
		padding-bottom: 0px;
		padding-top: 8px;
	}
	.contacts-social {
		margin-bottom: 0px;
	}	
	.navbar-nav {
		margin-top: 20px;
	}
	.social-kaspi {
		
	}
	.kaspi {
		border: solid 1px #42AC59;
		background-color: #F8F8F8;
		color: #2AC827;
		font-size: 18px;
		font-weight: bold;
		width: 80%;
		border-radius: 5px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	a.kaspi:hover {
		border: solid 1px #42AC59;
		background-color: #F8F8F8;
	}
	.menu-top {
		border: solid 0px red;
	}
	.navbar-nav a.nav-link {
		padding-left: 45px;
		text-transform: none;
		font-weight: normal;
		font-size: 18px;
		font-family: Arial, sans-serif;
		color: #42AC59;
		border: solid 0px black;
	}
	.navbar-nav a.nav-link:hover{
		text-decoration: none;
		color: white;
		background-color: #2AC827;
	}
	a.bottom-kaspi {
		width: 230px;
	}
	.kontakty-contain {
		padding-bottom: 180px;
	}
	.rekvizity {
		top: 500px;
	}
	p.program-title {
		font-size: 30px;
		text-transform: none;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.pointer-block {
		left: 80%; 
		top: 61%; 
		width: 20%; 
		height: 20%; 
	}
	a.pointer {
		font-size: 40px;
	}
	p.team-member {
		font-size: 20px;
	}
	.pobeditel-green p {
		font-size: 20px;
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top-projects-three {
		padding-top: 80px;
	}
	a.top-projects-link {
		font-size: 20px;
	}
	a.need-help {
		font-size: 20px;
	}
	
	.about-foundation-text {
		padding: 20px 12px 20px 0px;
	}
	.about-foundation-text p {
		font-size: 15px;
	}
	section.we-thank {
		padding: 15px 0px 20px 0px;
	}
	.we-thank-row {
		padding: 15px 0px 0px 0px;
	}
}
@media only screen and (max-width : 767px) {
	.menu-top {
		padding-left: 12px;
    }
	.social-icons {
		
	}
	a.project-button {
		text-transform: none;
		color: #2AC827;
		background-color: #F8F8F8;
		font-size: 14px;
	}
	.news-text {
		padding: 5px 5px;
	}
	.news-text p {
		font-size: 12px;
	}
	a.link-big {
		font-size: 14px;
		text-transform: none;
		font-weight: normal;
	}

	.block-round-alternative {
		background-color: white;
		padding-top: 50px;
		max-width: 100%;
		height: 100%;
	}
	.block-round-alternative img {
		
	}
	.block-bottom-alternative{
		width: 210px;
		height: 22px;
		margin-top: 8px;
		margin-right: 8px;
		background-color: #2AC827;
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
		
	}
	.block-bottom-alternative:before{
		content: '';
		position: absolute;
		right:96%;
		top:0;
		height:98%;
		width:10px;
		background-color:inherit;
		transform:skew(-20deg);
		transform-origin:0 0;     
	}
	.block-bottom-alternative:after{
		content: '';
		position: absolute;
		left:96%;
		top:0;
		height:98%;
		width:10px;
		background-color:inherit;
		transform:skew(20deg);
		transform-origin:0 0;     
	}
	ul.top-contacts {
		padding-left: 0px;
		margin-bottom: 0px;
	}
	ul.top-contacts li a{
		color: white;
		text-decoration: none;
		font-size: 10px;
		line-height: 15px;
	}
	ul.top-contacts li.block-mail {
		padding-right: 0px;
		padding-left: 5px;
	}
	ul.top-contacts li.text-phone-lg {
		padding-right: 2px;
		padding-left: 7px;
		margin-right: 0px;
		border-right: solid 2px #42AC59;	
	}
	.right-column .social-icons {
		margin-top: 90px;
		margin-left: 0px;
	}
	.bottom-row {
		background-color: white;
		height: 20px;
		border: solid 0px red;
	}
	a.bottom-kaspi {
		width: 170px;
	}
	
	/*ul.top-contacts li a{
		color: white;
		text-decoration: none;
		font-size: 16px;
		line-height: 20px;
	}*/
	.kontakt-block p {
		font-size: 20px;
	}
	.kontakt span {
		font-size: 20px;
		/*padding-left: 20px;*/
	}
	.rekvizity {
		top: 470px;
	}
	.pointer-block {
		left: 78%; 
		top: 46%; 
		width: 22%; 
		height: 20%; 
	}
	a.pointer {
		font-size: 35px;
	}
	p.team-member {
		font-size: 20px;
	}
	.documenty-fonda .kontakt-block span {
		font-size: 14px;
		font-weight: bold;
	}
	.nuzhna-pomosh-break {
		display: none;
	}
	.nuzhna-pomosh .we-help img {
		border-radius: 0px;
		box-shadow: none;
	}
	.nuzhna-pomosh .we-help p {
		font-size: 18px;
		font-weight: bold;
		border: 0px black solid;
	}
	
}
@media only screen and (min-width : 767px) {
	


}
@media only screen and (max-width : 575px) {
	.navbar-nav a.nav-link {
		font-size: 14px;
	}
	.top-projects-three {
		padding-top: 50px;
	}
	a.top-projects-link {
		margin-left: 40%;
		font-size: 15px;
	}
	a.need-help {
		font-size: 15px;
		margin-bottom: 15px;
		border-radius: 10px;
		max-width: 150px;
	}
	.about-foundation h2.section-title, .whom-we-help h2.section-title, .main-news h2.section-title, .our-projects h2.section-title, .we-thank h2.section-title {
		font-size: 30px;
	}
	.whom-we-help p {
		font-size: 12px;
		font-weight: normal;
	}
	.block-round-alternative {
		padding-left: 10px;
		padding-top: 50px;
		max-width: 100%;
		height: 100%;
	}
	.bottom-menu {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	a.bottom-kaspi {
		margin-top: 8px; 
		text-transform: none;
		width: 140px;
	}
	ul.social-icons li a{
		opacity: .7; 
	}
	ul.social-icons li a:hover{
		opacity: .7; 
	}
	h2.page-title {
		text-transform: none;
	}
	.breadcrumbs ul {
		padding-left: 0px;
	}
	nav.breadcrumbs a {
		font-size: 14px;
	}
	nav.breadcrumbs a:after {
		content: "/";
		padding-left: 3px;
	}
	.breadcrumbs span {
		font-size: 14px;
	}
	.breadcrumbs li:nth-child(n+2) {
		padding-left: 3px;
	}
	.reestr {
		padding-left: 12px;
	}
	.kontakt i.fa-envelope, .kontakt i.fa-phone, .kontakt i.fa-paper-plane {
		font-size: 20px;
	}
	.kontakt-block p {
		font-size: 15px;
	}
	.kontakt span {
		font-size: 15px;
	}
	.rekvizity {
		padding: 5px 0px 0px 12px;
		width: 350px;
		height: 120px;
		top: 430px;
	}
	.kontakt-image-small {
		display: inline-block;
		position: absolute;
		top: 300px;
		right: 0px;
	}
	.zayavlenie-image-small {
		display: inline-block;
		position: absolute;
		top: 90px;
		right: 0px;
	}
	p.program-title {
		font-size: 20px;
	}
	.programmy .reestr h2.page-title {
		color: #1C4525;
	}
	.programmy {
		background-image: url("../img/balloons.jpeg");
		background-size: 100%;
	}
	.programma {
		border: solid 1px white;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	}
	.zadachi-fonda h3, .komanda-fonda h3, .documenty-fonda h3 {
		font-size: 30px;
		padding-left: 12px;
	}
	.documenty-spisok {
		padding-top: 0px;
		padding-left: 12px;
	}
	.zadachi-fonda .we-help p {
		font-size: 12px;
	}
	.pointer-block {
		left: 78%; 
		top: 50%; 
		width: 22%; 
		height: 20%; 
	}
	a.pointer {
		font-size: 26px;
	}
	p.team-member {
		font-size: 16px;
	}
	.komanda-fonda .modal-dialog {
		margin: 20%;
	}
	.komanda-fonda .modal-body p {
		font-size: 15px;
	}
	.komanda-fonda .modal-body span {
		font-size: 12px;
	}
	/*Уменьшаем картинку pdf*/
	.documenty-spisok img {
		width: 22px;
	}
	.documenty-fonda .kontakt-block {
		line-height: 90%;
		padding-right: 0px;
	}
	.documenty-fonda .kontakt-block span {
		font-size: 12px;
		font-weight: normal;
	}
	.documenty-fonda .kontakt-block p {
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 0px;
	}
	.documenty-spisok .report-link {
		font-size: 10px;
	}
	.pobeditel-green {
		padding: 20px 20px;
		margin: 20px 0px;
	}

}
@media only screen and (min-width : 576px) {
	a.need-help {
		border-radius: 0px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	a.project-button .winner {
		font-size: 12px;
	}
	.btn-group-lg > .btn, .btn-lg  { /* Паддинг кнопок Наши проекты */
		padding-right: 0px;
		padding-left: 0px;
	}
	.social-icons {
		text-align: left;
		margin-top: 0px;
		margin-left: 0px;
	}
	.news-date {
		font-size: 12px;
		padding: 3px 10px;
	}
	.top-projects-three {
		padding-top: 20px;
	}
	.block-round-alternative {
		padding-left: 0px;
	}
	a.link-big {
		font-size: 12px;
		text-transform: none;
		font-weight: normal;
	}
	.right-column .social-icons {
		margin-top: 60px;
		margin-left: 0px;
	}
	.bottom-menu {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	a.bottom-kaspi {
		margin-top: 8px; 
		text-transform: none;
		width: 130px;
	}
	.kontakt-block {
		padding-right: 5px;
	}

	.kontakt-block p {
		font-size: 12px;
	}
	.kontakt span {
		font-size: 12px;
		padding-left: 5px;
	}
	.kontakt p span {
		padding-left: 0px;
	}
	.rekvizity {
		padding: 5px 0px 0px 12px;
		width: 340px;
		height: 120px;
		top: 430px;
	}
	h2.page-title {
		font-size: 30px;
	}
	.pointer-block {
		left: 78%; 
		top: 44%; 
		width: 22%; 
		height: 20%; 
	}
	a.pointer {
		font-size: 20px;
	}
	p.team-member {
		font-size: 16px;
		text-transform: none;
		font-weight: normal;
	}
	.nuzhna-pomosh .we-help p {
		font-size: 16px;
		font-weight: normal;
		margin-top: 0px;
		padding: 5px 0px;
		background-color: #D9D9D9;
	}
	.see-report {
		display: none;
	}
}
@media only screen and (max-width : 380px) {
	a.link-big {
		font-size: 9px;
		text-transform: none;
		font-weight: normal;
	}
	a.bottom-kaspi {
		font-size: 14px;
		width: 120px;
	}
	.kaspi {
		width: 70%;
	}
	.pointer-block {
		left: 78%; 
		top: 42%; 
		width: 22%; 
		height: 18%; 
	}
	a.pointer {
		font-size: 16px;
	}
	.documenty-break1 {
		display: inline;
	}
	.documenty-break2 {
		display: none;
	}
}
@media only screen and (min-width : 1200px) {
	.news-item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width : 1305px) {
	.navbar-nav a {
		font-size: 13px;
	}
}

@media only screen and (min-width : 1400px) {
	.green-bottom-row ul.social-icons {
		padding-left: 0px;
		align-items: center;
		justify-content: center;
	}
}

