@font-face {
	font-family: "Optima Cyr";
	src: url("../fonts/optima-cyr.eot"); /* IE9 Compat Modes */
	src: url("../fonts/optima-cyr.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/optima-cyr.otf") format("opentype"), /* Open Type Font */
		url("../fonts/optima-cyr.svg") format("svg"), /* Legacy iOS */
		url("../fonts/optima-cyr.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/optima-cyr.woff") format("woff"), /* Modern Browsers */
		url("../fonts/optima-cyr.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

.slick-slider:not(.slick-dotted) .slick-list {
	width: 100% !important;
}

.top_banner {
	width: 100%;
}

.posobie_cont h2, .ruko_cont h2 {
	font-family: 'Optima Cyr';
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #BA3866;
}

.top_banner_holder{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ea5297;
    position: relative;
    width: 100%;
    display: flex;
    color: #fff;
    font-weight: 700;
    padding: 214px 0 280px;
}


.top_banner_holder  h2 {
	font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    line-height: 72px;
    max-width: 921px;
    color: #fff;
}

.top_banner_holder .banner_img {
	position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 650px;
}

@media (max-width: 1540px) {
	.top_banner_holder  h2 {
		max-width: 650px;
	}
	.top_banner_holder {
		padding: 214px 0 220px;
	}
}

@media (max-width: 1200px) {
	.top_banner_holder  h2 {
		max-width: 530px;
	}
	.top_banner_holder {
		padding: 214px 0 220px;
	}
}

@media (max-width: 1100px) {
	.top_banner_holder {
	    padding: 154px 0 160px;
	}
	.top_banner_holder .banner_img {
		width: 50%;
	}
}

@media (max-width: 964px) {
	.top_banner_holder  h2 {
		    max-width: 50%;
    	font-size: 3rem;
	}
	.top_banner_holder {
	    padding: 100px 0 100px;
	}
}

@media (max-width: 775px) {
	.top_banner_holder .banner_img {
		width: 40%;
	}
	.top_banner_holder  h2 {
		font-size: 28px;
		line-height: 32px;
	    font-weight: 700;
	    max-width: 60%;
	}
}

@media (max-width: 620px) {
	.top_banner_holder .banner_img {
		width: 50%;
	}
	.top_banner_holder  h2 {
	    max-width: 50%;
	}

}

@media (max-width: 540px) {
	.top_banner_holder {
 		padding: 60px 0 70px;
 	}
	.top_banner_holder  h2 {
		font-size: 24px;
    	line-height: 34px;
	}
}

@media (max-width: 420px) {
	.top_banner_holder {
 		padding: 60px 0 70px;
 	}
	.top_banner_holder  h2 {
		font-size: 18px;
    	line-height: 21px;
	}
	.top_banner_holder .banner_img {
		width: 53%;
	}
}

@media (max-width: 320px) {
	.top_banner_holder {
 		padding: 40px 0 50px;
 	}
}

.posobie_cont, .posobie_form, .ruko_cont, .donation_form {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.posobie_cont h2, .ruko_cont h2 {
	margin: 80px 0 34px;
	text-align: center;
	max-width: 1025px;
	font-size: 44px;
	line-height: 45px;
	align-self: center;

}

.posobie_cont .block_hr_top, .ruko_cont  .block_hr_top, .articles__title .block_hr_top{
	align-self: center;
	margin-top: 36px;
	width: 53px;
	display: none;
}

.posobie_cont .block_hr_bot, .ruko_cont .block_hr_bot{
	align-self: center;
	margin: 34px 0;
}

.posobie_cont .cont_block, .ruko_cont .cont_block{
	margin-top: 30px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.posobie_cont .cont_block .book{
	width: 40%;
}

.posobie_cont .cont_block .book img{
    width: 80%;
    max-width: 329px;
}

.posobie_cont .cont_block .text{
	width: 60%;
	font-weight: 300;
}

.posobie_cont .cont_block .text p{
	margin: 30px 0;
	font-size: 22px;
	font-family: "Ubuntu";
}

@media (max-width: 1000px) {
	.posobie_cont .cont_block {
 		flex-direction: column-reverse;
 	}
	.posobie_cont .cont_block .text {
		width: 100%;
		text-align: center;
	}
	.posobie_cont .cont_block .book{
		width: 100%;
    	text-align: center;
    	margin-top: 70px;
    }
    .posobie_cont .block_hr_bot, .ruko_cont .block_hr_bot {
		    margin: 15px 0 0 0;
	}
}

@media (max-width: 575px) {
	.posobie_cont .cont_block .book{
		display: none;
	}
	.posobie_cont .block_hr_top, .ruko_cont .block_hr_top, .articles__title .block_hr_top {
		display: block;
	}
	.posobie_cont h2, .ruko_cont h2 {
		margin: 26px 0 29px;
		font-size: 18px;
		line-height: 18px;
	}
	.posobie_cont .cont_block .text p, .ruko_cont .cont_block .text p{
		font-size: 14px;	
		font-weight: 300;
	}
	.posobie_cont .cont_block, .ruko_cont .cont_block {
		margin-top: 0;
	}
	.posobie_cont .cont_block .text p, .ruko_cont .cont_block .text p {
	    margin: 0 0 30px 0;
	}
}

.posobie_form, .donation_form {
	width: 100%;
	position: relative;
	margin-bottom: 150px;
}

.donation_form .info_holder img {
	float: left;
	margin-right: 20px;
}

.donation_form .info_holder a {
	display: block;
	margin-left: 60px;
}

.posobie_form .form_holder, .donation_form .form_holder {
	width: 100%;
	max-width: 834px;
	background: #F8F8F8;
	border-radius: 40px;
	padding: 57px 15px 0;
	align-self: center;
	text-align: center;
	display: flex;
    flex-direction: column;
    position: relative;
}

.posobie_form .form_holder h3 {
	font-size: 55px;
	line-height: 56px;
	color: #BA3866;
}

.posobie_form .form_hr {
	margin: 29px auto 92px;
    background: #F4AACC;
    width: 148px;
}

.posobie_form span{
	font-size: 24px;
	line-height: 28px;
	color: #402F3A;
	font-weight: 300;
}

.posobie_form form, .donation_form form {
	margin: 40px auto 0 auto;
	display: flex;
    flex-direction: column;
	width: 100%;
    max-width: 537px;
    align-self: center;
    position: relative;
	z-index: 1;
}

input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.posobie_form input[type='text'] {
	width: 100%;
    background: #F8F8F8;
    border: 1px solid #C7C3C6;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #7E757B;
    padding: 19px 25px 16px;
    box-shadow: none;
}


.input_div {
	position: relative;
}

.input_div span{
	font-size: 16px;
    height: 20px;
    background: #F8F8F8;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 15px;
    text-align: left;
    padding: 0 10px;
    color: #7E757B;
    /*opacity: 0;*/
    transition: all 0.15s ease-in-out;
    font-family: Ubuntu;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
    z-index: -1;
}

.input_div input:focus +  span {
	top:-10px;
	font-size: 14px;
	line-height: 16px;
	    z-index: 1;
}

.input_div input:focus::-webkit-input-placeholder, .input_div input:focus:-moz-placeholder, .input_div input:focus::-moz-placeholder, .input_div input:focus:-ms-input-placeholder {
	color:transparent;
}

.posobie_form input[type='checkbox'] {
	margin-right:  30px;
}

.posobie_form .must_be{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #A79FA4;
	font-family: 'Ubuntu';
	align-self: flex-start;
	margin-top: 6px;
    margin-bottom: 36px;
}

.posobie_form .agree {
	position: relative;
    font-size: 18px;
    line-height: 21px;
    color: #402F3A;
	display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}

.posobie_form .agree span{
	font-size: 18px;
	text-align: left;
}

.posobie_form .agree a{
	color: #BA3866;
	font-weight: 700;
}

.posobie_form .agree .checkbox__real{
	width: 21px;
	height: 21px;
	opacity: 0;
	appearance: none;
	    margin-top: -10px;
}

.posobie_form .agree .checkbox__fake {
	content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #C7C3C6;
    background: #F0F0F0;
    position: absolute;
    top: 0px;
    cursor: pointer;
}


.checkbox__real:checked + .checkbox__fake::before {
    content: "";
    width: 15px;
    height: 14px;
    background: #C7C3C6;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 1;
}


.posobie_content_screen_button {
	margin: 0 auto 80px;
    width: 299.62px;
    height: 80px;
    background: #ea5297;
    border-radius: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2;
    position: relative;
}

.posobie_content_screen_button button {
    font-family: "Optima Cyr";
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 34px;
    color: #fff;
	background: none;
    border: none;
}

.posobie_content_screen_button:hover {
	opacity: 0.85;
}

.posobie_form  img {
	position: absolute;
	right: -70px;
    bottom: -80px;
    transform: rotate(1deg);
	z-index: 0;
	width: auto;
}

@media (max-width: 900px) {
	.posobie_form  img {
		right: -46px;
	    bottom: -49px;
	    width: 218px;
	}
}

@media (max-width: 900px) {
	.posobie_form  img {
		right: -46px;
	    bottom: -49px;
	    width: 218px;
	}
}

@media (max-width: 575px) {
	.col-sm-6 {
		flex:0 0 auto;
		width:50%
	}

	.offset-sm-3 {
		margin-left:25%
	}

	.posobie_form .form_holder h3 {
		font-size: 20px;
		line-height: 20px;
	}

	.donation_form .form_holder {
		padding: 0;
		border-radius: 5px;
	}

	.donation_form .donate_left_holder {
		padding: 21px;
	}

	.donation_form .donate_form .must_be {
		margin-bottom: 16px;
	}

	.donation_form .form_holder .select_own_sum {
		margin-bottom: 0px;
	}

	.donation_form .donate_form .agree {
		margin-bottom: 30px;
	}

	.donation_form .donate_form .donate_form_button {
		margin-bottom: 0;
	}

	.donation_form .info_holder {
		margin-top: 30px !important;
	}

	.donation_form .info_item {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.posobie_form  img {
		right: -46px;
	    bottom: -49px;
	    width: 218px;

	}
	.posobie_content_screen_button {
	    margin: 0 auto 37px;
	    max-width: 190px;
	    height: 34px;
	    padding: 22px 0;
	    width: 100%;
    }
    .posobie_content_screen_button button {
    	font-size: 15px;
    }
    .posobie_form .agree span, .posobie_form .must_be {
	    font-size: 12px;
	    line-height: 14px;
	}
	.posobie_form .form_hr {
		width: 53px;
		margin: 20px auto 40px;
	}
	.posobie_form span {
		font-size: 15px;
	}
	.posobie_form form {
	    margin-top: 25px;
	}
} 

.posobie_form input::placeholder {
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #7E757B;
}




/* Ruko */



.top_banner_holder .ruko_banner_img {
	position: absolute;
    bottom: 0px;
    right: 3%;
    max-width: 600px;
}

@media (max-width: 964px) {
	.top_banner_holder .ruko_banner_img {
		position: absolute;
	    bottom: 0px;
	    right: 0;
	    max-width: 430px;
	}
}

@media (max-width: 775px) {
	.top_banner_holder .ruko_banner_img {
		width: 36%;
	}
}

@media (max-width: 620px) {
	.top_banner_holder .ruko_banner_img {
		width: 47%;
	}
}

.ruko_cont .cont_block {
	flex-direction: column;
}

.ruko_cont .cont_block .text {
	text-align: center;
	font-size: 22px;
	font-weight: 300;
}

.ruko_form select, .ruko_form option {
	width: 100%;
    background: #F8F8F8;
    border: 1px solid #C7C3C6;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #7E757B;
    padding: 19px 25px 16px;
    margin-bottom: 30px;
}

#faq-questions{    
	position: relative;
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
     background-color: #fff; 
    /*padding: 40px 500px 40px 20px;*/
    font-family: 'Roboto',sans-serif;
    border-right: solid 3px #e9ebf1;
    border-left: solid 3px #e9ebf1;
    border-top: solid 3px #e9ebf1;
    border-bottom: solid 1px #e9ebf1;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTWZgRPvtxPhkB_GYREW6eQTHcviRWqiXnotyskuVkBICrWRWMX&s);
    background-size:5%;
    background-repeat: no-repeat;
    background-position: 93%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
  }
  
  .hidden{
    display:none;
  }
  .selectize-dropdown-content{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	background: #F8F8F8;
	color: #7E757B;
	font-family: "Ubuntu";
	text-align: left;
	cursor: pointer;
	padding-left: 25px;
} 

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	background: #F8F8F8;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
	font-family: "Ubuntu";
	font-weight: 400;
	padding-top: 13px;
	padding-bottom: 13px;
}
.selectize-control.single .selectize-input input {
	/*padding: 19px 10px 16px 25px!important;*/

}

.selectize-control.single .selectize-input {
	box-shadow: none;
	padding: 19px 10px 16px 25px!important;
}

.selectize-input > input {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
	font-family: "Ubuntu";
	text-align: left;
}

.option_box {
	margin-bottom: 30px;
	position: relative;
}

.option_box .title_form{
	content: '';
    height: 20px;
    position: absolute;
    z-index: 20;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #7E757B;
    left: 18px;
    top: -9px;
    text-align: left;
    background: #F8F8F8;
    padding: 0 8px;
}

.dnone {
	display: none;
}

.ruko_radio_holder {
	display: flex;
	margin-bottom: 60px;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #402F3A;
}

span.ruko_radio_title{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 21px;
	color: #402F3A;
	margin-bottom: 35px;
	text-align: left;
}

.ruko_yes, .ruko_no {
	position: relative;
}

.ruko_yes + .ruko_no {
	margin-left: 38px;
}

.ruko_form input[type='radio'], .ruko_yes label, .ruko_no label  {
	cursor: pointer;
}

.ruko_radio_holder input.checkbox__real{
	width: 20px;
	height: 20px;
	opacity: 0;
	appearance: none;
}

.ruko_radio_holder span.checkbox__fake {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0px;
    cursor: pointer;
    border-radius: 50%;
    background: #E7E5E5;
    border: 1px solid #DADADA;
}


.checkbox__real:checked + .checkbox__fake::before {
	content: "";
    width: 12px;
    height: 12px;
        background: #EA5297;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 1;
    border-radius: 50%;
}


.agree .checkbox__real:checked + .checkbox__fake::before {
content: "";
    width: 15px;
    height: 14px;
    background: #EA5297;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 1;
}

@media (max-width: 375px) {
	.posobie_form input[type='text'] {
		font-size: 12px;
		line-height: 14px;
		color: #7E757B;
		padding: 11px 12px 11px;
	}

	.posobie_form input::placeholder {
		font-family: Ubuntu;
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
		color: #7E757B;
	}
	.selectize-control.single .selectize-input {
	    padding: 11px 12px 11px 12px!important;
	}
	.span.ruko_radio_title {
		font-size: 13px;
		line-height: 15px;
	}
	.ruko_radio_holder {
		font-size: 13px;
		line-height: 15px;
	}
}




.ruko_cont p {
	font-family: Ubuntu;
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 140%;
text-align: center;

color: #402F3A;
}


/* Articles */

.articles_block{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}



.articles h1 {
	font-size: 64px;
	line-height: 65px;
	color: #BA3866;
	font-weight: 400;
	margin: 30px 0;
	text-align: center;
}
.articles__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 15px;
}

.article_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 26px);
        margin: 0 13px 65px;
}

.article_item_img {
	width: 100%;
}

.article_item_title {
	font-size: 27px;
	line-height: 28px;
	margin: 27px 0 15px 0;
	color: #BA3866;	
	display: block;
}

.article_item_desc {
	font-weight: 300;
	font-size: 19px;
	line-height: 22px;

	color: #402F3A;	
}

@media (max-width: 1200px) {
	.container_100 {
		width: 100%!important;
	}
}

@media (max-width: 964px) {
	.article_item {
	    width: calc(50% - 26px);
	}
}

@media (max-width: 700px) {
	.article_item {
	    width: calc(100% - 26px);
	}
}


@media (max-width: 500px) {
	.articles h1 {
		font-size: 27px;
		line-height: 28px;
		text-align: center;
		color: #BA3866;
		font-weight: 700;
	}
	.articles__title {
		padding-bottom: 30px;
	}
}

/*  Report */

.report_banner {
	padding: 0;
	    margin-bottom: 127px;
}

.report_banner_holder {
	position: relative;
	padding: 146px 0 162px 0;
}


.report_banner h2{
	font-size: 55px;
	line-height: 63px;
	color: #FFFFFF;
	font-weight: 700;
}

.report_banner img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

@media (max-width: 964px) {
	.report_banner img {
		right: -100px;
	}
}

@media (max-width: 700px) {
	.report_banner h2{
		font-size: 30px;
    	line-height: 33px;
	}
	.report_banner_holder {
	    padding: 66px 0 62px 0;
	}
	.report_banner img {
	    right: 0px;
	}
}

@media (max-width: 500px) {
	.report_banner h2{
		font-size: 24px;
	}	
}

@media (max-width: 350px) {
	.report_banner img {
	    right: -70px;
	}

}

.quadro_holder {
	font-family: Ubuntu;
	display: flex;
	flex-direction: column;
}

.quadro_stats_holder {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quadro_stats {
	display: flex;
    flex-direction: column;
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(23% - 26px);
        margin: 0 0 65px 0;
}

.quadro_title {
	font-family: 'Optima Cyr';
	font-size: 36px;
	line-height: 41px;
	color: #402F3A;
	font-weight: 700;
	margin-bottom: 42px;
}

.quadro_num {
	font-family: 'Optima Cyr';
	font-weight: 700;
	font-size: 50px;
	line-height: 57px;
	color: #BA3866;
	display: flex;
    flex-direction: column;
    margin-bottom: 33px;
}

.quadro_num span{
	font-size: 16px;
	line-height: 18px;
	color: #402F3A;
	font-weight: 400;
}

.quadro_desc {
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	color: #402F3A;
	max-width: 220px;
}

.quadro_bottom {
}

.quadro_about {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #402F3A;
}

.quadro_download a{
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    background: #EA5297;
    border-radius: 124px;
    padding: 19px;
    display: block;
    max-width: 290px;
    font-weight: 700;
    margin: 58px auto 110px;
    text-align: center;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.quadro_download a:hover {
	background: #ba3866;
}

@media (max-width: 1200px) {
	.quadro_holder{
		padding: 0 15px;
	}.quadro_stats {
    	width: calc(25% - 26px);
	}
	.quadro_desc {
		max-width: 350px;
		margin: 0 auto;
	}
}

@media (max-width: 992px) {
	.quadro_stats {
    	width: calc(50% - 26px);
    	text-align: center;
	}

}

@media (max-width: 550px) {
	.quadro_stats {
    	width: calc(100% - 26px);
	}
	.quadro_title {
	    font-family: 'Optima Cyr';
	    font-size: 34px;
	    line-height: 36px;
	    text-align: center;
	}
	.quadro_num {
	    font-family: 'Optima Cyr';
	    font-weight: 700;
	    font-size: 40px;
	    line-height: 42px;
		}
		.quadro_desc {
		    font-size: 18px;
		}
		.quadro_download a {
			font-size: 16px;
			    max-width: 230px;
			    padding: 12px;
		}

	}



.pagination {
	margin-bottom: 100px;
	justify-content: center;
}

.pagination a, .pagination span {
	font-family: 'Optima Cyr';
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #F3A9CB;	
	text-decoration: none;
}

.pagination ul {
	display: flex;
    justify-content: center;
}

.pagination li + li {
	margin-left: 38px;
}

.pagination a:hover, .pagination span:hover,
.pagination a.paginationCurrent, .pagination span.paginationCurrent {
	color: #BA3866;
}

.pagination span.paginationCurrent:before, .pagination a.paginationPage:hover:before {
	background-color: #BA3866;
	width: 100%;
	height: 2px;
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.paginationStart:after, .paginationStart:before, .paginationPrev:after {
	border-width: 6px 9px 6px 0;
	border-color: transparent #BA3866 transparent transparent;
	border-style: solid;
	content: '';
	display: inline-block;
}

.paginationEnd:after, .paginationEnd:before, .paginationNext:after {
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #BA3866;
	border-style: solid;
	content: '';
	display: inline-block;
}

span.paginationStart:after, span.paginationStart:before, span.paginationPrev:after {
	border-color: transparent #F3A9CB transparent transparent;
}

span.paginationEnd:after, span.paginationEnd:before, span.paginationNext:after {
	border-color: transparent transparent transparent #F3A9CB;
}

/* Reports */

.quadros_holder {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quadros_item {
    width: calc(50% - 26px);
    margin-bottom: 75px;
    background: #F8F8F8;
    border-radius: 10px;
    font-size: 55px;
    line-height: 63px;
    color: #BA3866;
    font-weight: 700;
    font-family: 'Optima Cyr';
    padding: 78px 0;
    text-align: center;
    position: relative;
        z-index: 5;
}

.quadros_item, .quadros_item * {
	transition: all 0.5s ease-in-out;
}

.quadros_item.grands_item {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: 39px 78px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.quadros_item.grands_item:hover, .quadros_item.grands_item:hover a {
	color: #fff;
}

.quadros_item.grands_item a:hover {
	text-decoration: underline;
}

.quadros_item.grands_item a {
	font-family: 'Ubuntu';
	font-weight: normal;
}

.quadros_item.grands_item span {
	padding: 20px 0;
	font-family: 'Ubuntu';
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: normal;
	display: inline-block;
}

.download_reports {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    opacity: 0;
    display: none;
}

.quadros_item .download_reports a {
	display: block;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: none;
	z-index: -1;
}

.quadros_item .download_reports a:hover {
    text-decoration: underline;
}

.quadros_item:hover {
    border-radius: 10px;
    background: #EA5297;
}

.quadros_item:hover > .year{
	opacity: 0;
}

.quadros_item:hover > .download_reports {
	display: flex;
	opacity: 1;
}

.quadros_item:hover > .download_reports a {
		display: block;
		    z-index: 6;
	}

@media (max-width: 1200px) {
	.quadro_report {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.quadros_item {
		font-size: 35px;
	}
	.quadros_item .download_reports a {
	    font-size: 16px;
	    line-height: 20px;
	}
	.year {

	}
}

@media (max-width: 700px) {
	.quadros_item {
    	width: calc(100% - 26px);
    }
    .quadros_holder {
    	justify-content: center;
    }
}

















/*  Donate  */

.donate_banner {
    width: 100%;
    background: #EA5297;
    height: 621px;
}
.donate_container {
	position: relative;
    height: 100%!important;
    justify-content: start !important;
    margin: 0 auto;
}
.donate_banner h1{
	font-size: 55px;
	line-height: 63px;
	color: #FFFFFF;
	font-family: 'Optima Cyr';
	font-weight: 700;
	margin-top: 80px;
	    padding-left: 10px;
	    text-align: left;
}
.donate_banner img{
	position: absolute;
    left: -320px;
    top: 0;
    bottom: 0;
	width: auto;
}

.donate_page {
	margin-top: -400px;
}
.donate_left_holder {
	background: #F8F8F8;
	border-radius: 21px;
    padding: 42px 37px;
        z-index: 2;
    position: relative;
}

.donate_left_holder .nav-link{
    width: 50%;
    background: transparent;
    color: #C0BBBE;
    font-size: 24px;
    line-height: 25px;
    border-radius: 15px;
	border: none!important;
	margin-bottom: 68px;
	    font-family: "Ubuntu";
	    font-weight: 300;
	    height: 100%;
}

.donate_left_holder .nav-link.active{
    width: 50%;
    background: #EA5297;
    border-radius: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
	border: none!important;
	    height: 100%;
	   /* margin-left: -2px;
    margin-right: -2px;*/
}

.donate_left_holder .nav-link:hover{
	border: none!important;
}

.top_nav_tabs {
	height: 53px;
    margin-bottom: 68px;
    border: 1px solid #C0BBBE;
    border-radius: 17px;
    border-bottom: 1px solid #C0BBBE!important;
}

.donate_left_holder .nav-link.active, .donate_left_holder .nav-link {
	border-radius: 15px;
}

.donate_left_holder .top_nav_radio {
	border-bottom: none!important;
}


.donate_left_holder .form_title {
	font-size: 28px;
	line-height: 29px;
	color: #402F3A;
	font-family: 'Optima Cyr';
	margin-bottom: 30px;
}

.donate_left_holder .select_sum {
	display: flex;
    justify-content: space-between;
   margin-bottom: 23px;
}

.donate_left_holder .select_sum label, .donate_left_holder .select_own_sum label {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	color: #402F3A;	
	cursor: pointer;
	display: flex;
    align-items: center;
    padding: 0 0 0 3px;
    background: none;
    border: 0;
    appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}

.donate_left_holder .select_sum_holder {
	position: relative;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}

.select_own_sum  input[type='text'], .select_own_sum  input[type='number'] {
	background: #F8F8F8;
	border: 1px solid #C7C3C6;
	box-sizing: border-box;
	border-radius: 7px;
	padding: 15px 15px 17px 15px;
	width: 100%;
}

.select_own_sum input[type="number"]::-webkit-outer-spin-button,
.select_own_sum input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.select_own_sum input[type="number"] {
	-moz-appearance: textfield;
}
.select_own_sum input[type="number"]:hover,
.select_own_sum input[type="number"]:focus {
	-moz-appearance: number-input;
}

.select_own_sum input[type=number]::-webkit-inner-spin-button,
.select_own_sum input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.donate_left_holder .select_own_sum > * {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
}

.donate_left_holder .select_own_sum label.error {
	display: block;
	flex-basis: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #7E757B;
	margin-top: 10px;
}

.select_own_sum {
	    display: flex;
    align-items: center;
    margin-bottom: 90px;
	flex-wrap: wrap;
}

.select_own_sum .select_sum_holder {
	width: 35%;
	flex: 0 0 auto;
}
.select_sum .select_sum_holder label .pink_arrow{
	display: none;
}

.select_sum .select_sum_holder.active label .pink_arrow{
	content: '';
    background-image: url(../images/donate/pink_arrow.png);
    width: 57px;
    height: 25px;
    position: absolute;
    left: 35%;
    top: 30px;
    background-size: 36px;
    background-repeat: no-repeat;
    display: block;
}

.select_sum_block {
	background: #F0F0F0;
    border-radius: 15px;
}

.select_sum_block img{
	width: 100%;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.select_sum_block p{
	padding: 20px;
	    font-weight: 300;
	    font-size: 18px;
}

.donate_left_holder .radio_real{
	width: 21px;
	height: 21px;
	opacity: 0;
	appearance: none;
}

.donate_left_holder .radio_fake {
	content: '';
    width: 19px;
    height: 19px;
    background: #E7E5E5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 1px;
    cursor: pointer;
    border-radius: 50%;
}


.donate_left_holder .radio_fake::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #EA5297;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 1;
    border-radius: 50%;
    display: none;
}


.donate_left_holder .radio_real:checked + .radio_fake::before {
    content: "";
display: block;
}

.pay_type_holder {
}

.pay_type_holder_outer .pay_type_holder {
	border: 1px solid #CDCACC!important;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #402F3A;
}

.pay_type_holder_outer .nav_link_pay_type{
	width: 47%!important;
	margin-left: 3%;
	margin-bottom: 35px;
}

.pay_type_holder_outer .nav-link .pay_card_holder {
	background: none;
	padding: 24px 0 0 20px;
	    text-align: left;
	    position: relative;
	    height: 112px;
}

.pay_type_holder_outer .nav-link .pay_card_holder span{
	margin-bottom: 5px;
}

.pay_type_holder_outer .nav-link.active .pay_card_holder{
	background: #EA5297;
	/*padding: 24px 0 0 20px;*/
	color: #fff;
}

.pay_type_holder_outer .nav-link.active {
	background: none;
}

.pay_type_holder_outer .nav-link .pay_card_holder::before {
	content: '';
    background: #E7E5E5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -28px;
    top: 40px;
    border-radius: 50%;
}

.pay_type_holder_outer .sms_type{
	display: flex;
    align-items: center;
    padding-top: 0!important;
}

.pay_type_holder_outer .sms_type span{
	color: #c7256f;
	font-weight: 700;
}



.pay_type_holder_outer .nav-link .pay_card_holder::after {
	content: '';
    background: #EA5297;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -24px;
    top: 44px;
    border-radius: 50%;
    display: none;
}

.pay_type_holder_outer .nav-link.active .pay_card_holder::after {
	display: block;
}

.pay_type_holder_outer .nav-link.active .sms_type span{
	color: #fff;
}

.pay_card_images {
	display: flex;
    align-items: center;
}

.nav_link_pay_type.active .pay_card_images img{
filter: brightness(0) invert(1);
}

.pay_type_holder_outer  .pay_card_images.sber img{
	max-width: 130px;
    margin-top: 8px;
}

.donate_form span{
	font-size: 24px;
	line-height: 28px;
	color: #402F3A;
	font-weight: 300;
}

.donate_form form {
	margin-top: 40px;
	display: flex;
    flex-direction: column;
	width: 100%;
    max-width: 537px;
    align-self: center;
    position: relative;
}

.donate_form input[type='text'] {
	width: 100%;
    background: #F8F8F8;
    border: 1px solid #C7C3C6;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #7E757B;
    padding: 19px 25px 16px;
}

.donate_form input[type='checkbox'] {
	margin-right:  30px;
}

.donate_form .must_be{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #A79FA4;
	font-family: 'Ubuntu';
	align-self: flex-start;
	margin-top: 6px;
    margin-bottom: 36px;
}

.donate_form .agree {
	position: relative;
    font-size: 18px;
    line-height: 21px;
    color: #402F3A;
	display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}

.donate_form .agree span{
	font-size: 18px;
	text-align: left;
}

.donate_form .agree a{
	color: #BA3866;
	font-weight: 700;
}

.donate_form .agree .checkbox__real{
	width: 21px;
	height: 21px;
	opacity: 0;
	appearance: none;
}

.donate_form .agree .checkbox__fake {
	content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #C7C3C6;
    background: #F0F0F0;
    position: absolute;
    top: 0px;
    cursor: pointer;
}


.donate_form .checkbox__real:checked + .checkbox__fake::before {
    content: "";
    width: 15px;
    height: 14px;
    background: #EA5297;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 1;
}

.donate_form .donate_form_button {
	margin: 0 auto 20px;
    width: 280px;
    height: 65px;
    background: #1B9DAB;
    border-radius: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2;
    position: relative;
}

.donate_form .donate_form_button:hover {
	background: #0F8E9C;
}

.donate_form .donate_form_input_holder {
	position: relative;
}

.donate_form .donate_form_input_holder label.error {
	top: -25px;
	position: relative;
}

.donate_form .donate_form_input_holder span{
	font-size: 14px;
	line-height: 16px;
	color: #7E757B;
	background: #F8F8F8;
	padding: 0 10px;
	position: absolute;
    left: 15px;
    top: -8px;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.donate_form_input_holder input:focus +  span {
	opacity: 1;
}

.donate_form_input_holder input:focus::-webkit-input-placeholder,.donate_form_input_holder input:focus:-moz-placeholder,.donate_form_input_holder input:focus::-moz-placeholder,.donate_form_input_holder input:focus:-ms-input-placeholder {
	color:transparent;
} 



.donate_form .donate_form_button button {
    font-family: "Optima Cyr";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    background: none;
    border: none;

}

.donate_form .donate_form_button button:disabled {
	opacity: 0.5;
}

.donate_form .sms_descr {

}

.donate_form .sms_descr p{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	font-family: "Ubuntu";
	color: #402F3A;
}

.donate_form .sms_descr span{
	color: #BA3866;
    font-weight: 700;
	font-size: 18px;
}

.donate_form .sms_descr img {
	    margin: 20px 0;
}

.donate_form .sms_descr .thnx {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #BA3866;
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.donate_form .sms_descr .thnx img{
    width: 26px;
}

.ann_holder {
	margin-top: -130px;
    margin-left: -110px;
    margin-right: -130px;
    z-index: 0;
    position: relative;
}

.ann_holder2 {
	margin-top: 0 !important;
	position: relative;
	text-align: center;
}

.donate_right_holder {
	padding: 0 0 0 30px;
}

.ann_holder img.ann {
	width: 100%;	
}
.ann_holder .grad {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(358.63deg, #FFFFFF 39.82%, rgba(255, 255, 255, 0) 92%);
}

.donate_right_holder .title {
	font-family: 'Optima Cyr';
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 63px;
    color: #BA3866;
    max-width: 330px;
    margin-bottom: 20px;
    margin-top: -200px;
    z-index: 5;
    position: relative;
}

.donate_right_holder .title-small {
	font-size: 35px;
	line-height: 43px;
	max-width: 100%;
}

.donate_right_holder p {
	margin-bottom: 30px;
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 22px;
	line-height: 25px;
    z-index: 5;
    position: relative;
}

.donate_right_holder .info_holder {
	margin: 70px 0 ;
}

.donate_right_holder .info_item {
	display: flex;
	margin-bottom: 70px;
	align-items: center;
}

.donate_right_holder .info_item a{
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #BA3866;
	padding: 35px 15px 35px 0;
}

.donate_right_holder .info_item img{
	margin-right: 27px;
	max-width: 30px;
}



.info_holder_bottom {
	display: flex;
    flex-wrap: wrap;	
}

.info_holder_bottom .info_item {
	width: 50%;
}

@media (max-width: 1199.99px) {
	.donate_left_holder {
	    padding: 42px 15px;
	}
	.donate_left_holder .select_sum {
	    flex-wrap: wrap;
    }	
    .donate_left_holder .select_sum_holder {
	    width: 50%;
	    margin-bottom: 20px;
	}
	.select_own_sum .select_sum_holder {
	    width: 55%;
	    margin-bottom: 0;
	}
	.donate_left_holder .nav {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.pay_type_holder_outer .nav-link .pay_card_holder::before {
		display: none;
	}
	.pay_type_holder_outer .nav_link_pay_type {
	    width: 50%!important;
	    margin: 0;
	    margin-bottom: 35px;
	    padding: 3px;
	}
	.pay_type_holder_outer .nav-link.active .pay_card_holder {
	    background: #EA5297;
	    /*padding: 24px 0 0 15px;*/
	    color: #fff;
	}

	.pay_type_holder_outer .nav-link.active .pay_card_holder::after {
		display: none;
	}

}

@media (max-width: 991.98px) {
	.mobile_row {
		    flex-direction: column-reverse;
	}
	.donate_banner h1 {
	    text-align: center;
	}
	.ann_holder {
	    margin-top: -50px;
	    margin-left: 0px;
	    margin-right: 0px;
	}

	.ann_holder2 {
		margin-top: 0 !important;
	}

	.pay_type_holder_outer .nav_link_pay_type {
	    width: 50%!important;
	    margin: 0;
	    margin-bottom: 35px;
	    padding: 23px 15px;
	}
	.pay_type_holder_outer .nav-link .pay_card_holder {
	    height: 140px;
	    display: flex;
	    /*align-items: center;*/
	    flex-direction: column;
	    justify-content: center;
	    padding: 0 15px;
	}
	.donate_right_holder {
		padding: 0 0 0 0px;
	}
	.info_item_a {
		width: 50%;
		font-size: 16px;
line-height: 18px;

color: #BA3866;
	}

}

@media (max-width: 767.98px) {
	.ann_holder .grad {
		display: none;
	}
	.ann_holder {
    	margin-top: 0px;
    }
    .donate_right_holder .title {
    	margin-top: 0;
    }
	.donate_banner img {
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	}
}

@media (max-width: 580px) {
	.pay_type_holder_outer .nav_link_pay_type {
	    width: 100%!important;
	    margin: 0;
	    margin-bottom: 0px;
	    padding: 23px 15px;
	}
	.donate_banner h1 {
	    font-size: 37px;
	}


	.info_holder_bottom {
		display: flex;
	    flex-wrap: wrap;	
	}

	.info_holder_bottom .info_item {
		width: 100%;
	}
	.info_holder_bottom a {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.donate_banner {
	    height: 176px;
	}
	.donate_banner h1 {
	    font-size: 28px;
	    line-height: 34px;
	    justify-content: center;
	    display: flex;
        margin-top: 63px;

	}
	.donate_page {
	    margin-top: 0;
	}
	.ann_holder {
    	margin-top: 0px;
    }
    .donate_right_holder {
    	margin-top: -40px;
    }
    .donate_right_holder .title {
	    margin-top: 0;
	}
	.donate_right_holder .title {
	    margin-top: 30px;
	    font-size: 31px;
	        line-height: 34px;
	}
}

.mob_rib {
	display: none;
}



.pay_form_holder {
	margin-top: 0;
}

/*.pay_form_holder .tab-pane:not(.active) {
	display: none;
}*/


.every_month_preview {
    font-family: Ubuntu;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    color: #402F3A;
    border-left: 9px solid #EA5297;
    padding-left: 10px;
    margin-bottom: 70px;
}

.donate_bottom_section {
	background: #EA5297;
    width: 100%;    
    padding: 60px 15px;
}

.donate_bottom_secion_holder {
	display: flex;
    flex-direction: column;
    text-align: center;
}

.donate_bottom_secion_holder span{
	font-family: Optima Cyr;
	font-size: 30px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;	
}

.donate_bottom_secion_holder a .donate_bottom_secion_holder_btn{
    display: block;
    width: 100%;
    max-width: 192px;
    font-family: Ubuntu;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #BA3866;
    padding: 13px 10px;
    background: #FFFFFF;
    border-radius: 124px;
    align-self: center;
        margin: 45px auto;
    opacity: 1;
    transition: all 0.2s ease-in-out;	
}

.donate_bottom_secion_holder a .donate_bottom_secion_holder_btn:hover{
	background: #BA3866;
	color: #fff;
}

@media (max-width: 1200px) {
	.select_sum .select_sum_holder.active label .pink_arrow {
	    left: 33px;
	    top: 25px;
	}
}

@media (max-width: 991.98px) {
	.select_sum .select_sum_holder.active label .pink_arrow {
	    left: 33px;
	    top: 25px;
	}
}

@media (max-width: 767.98px) {
	.donate_bottom_section .wrapper {
		width: 100%;
	}
	.donate_bottom_secion_holder_btn{
		display: none!important;
	}
	.donate_bottom_secion_holder span {
		font-family: Optima Cyr;
	    font-size: 15px;
	    line-height: 15px;
	    text-align: center;
	    color: #FFFFFF;
	    border: 0.5px solid #FFFFFF;
	    box-sizing: border-box;
	    border-radius: 5px;
	    padding: 20px;
		width: 100%;
    	display: block;
	}
	.donate_bottom_secion_holder {
	    padding: 0 15px 30px 15px;
	}
	.donate_bottom_section {
	    padding: 60px 15px 30px 15px;
	}
}

@media (max-width: 320px) {
	.donate_bottom_section {
		padding: 50px 0 30px 0;
	}
	.donate_bottom_secion_holder {
	    padding: 0 0 30px 0;
	}
}


#leave-request-form .input_div label.error {
	left: 25px;
    bottom: 10px;
    position: absolute;
    color: #ED1A3B;
}

#leave-request-form .input_div input.error {
	border: 1px solid #ED1A3B;
}
#leave-request-form .input_div input.error::placeholder {
  color: #ED1A3B;
}


#leave-request-form .donate_form_input_holder label.error {
	left: 25px;
    bottom: 10px;
    position: absolute;
    color: #ED1A3B;
}

#leave-request-form .donate_form_input_holder input.error {
	border: 1px solid #ED1A3B;
}
#leave-request-form .donate_form_input_holder input.error::placeholder {
  color: #ED1A3B;
}


#leave-request-form-month .donate_form_input_holder label.error {
	left: 25px;
    bottom: 10px;
    position: absolute;
    color: #ED1A3B;
}

#leave-request-form-month .donate_form_input_holder input.error {
	border: 1px solid #ED1A3B;
}
#leave-request-form-month .donate_form_input_holder input.error::placeholder {
  color: #ED1A3B;
}

.modal-body h3, .modal-body b  {
	    color: #BA3866;
}

.modal-footer button {
	background: #BA3866;
    border: none;
}

.modal-header .btn {
	color: #BA3866;
    font-size: 30px;
    line-height: 30px;
}

.modal-header {
    justify-content: flex-end;
}



@media (max-width: 991.98px) {
	.donate_form .donate_form_input_holder span {
		display: none;
	}
	.donate_form_input_holder label.error, #leave-request-form-month .donate_form_input_holder label.error {
	    left: 10px!important;
	    bottom: 0px!important;
	}
}


@media (min-width: 319px) and (max-width: 767.98px) {
	.donate_container {
		width: 100%!important;
	}
	.donate_container h1 {
		width: 100%;
		text-align: left;
		    max-width: 200px;
		    line-height: 28px;
		    padding-left: 20px;
	}
	.donate_banner img {
    	display: none;
    }
	.donate_banner img.mob_rib {
    	display: block;
	    position: absolute;
	    left: auto;
	    right: 0;
	    bottom: 0;
	    top: 0;
    }
    .ann_holder .grad {
    	display: block;
    	height: 100px;
    }
    .donate_right_holder {
    	margin-top: 0px;
    	padding-top: 20px;
    }
    .ann_holder {
    	width: 60%;
    	margin-left: -30px;
    }

	.ann_holder2 {
    	margin-left: 0 !important;
    }

    .donate_right_holder .title {
    	margin-top: -200px;
	    width: 37%;
	    margin-left: 50%;
	    font-size: 20px;
	    line-height: 23px;
    }

    .donate_right_holder .first_p {
		width: 47%;
	    margin-left: 50%;
    }
    .donate_right_holder p {
    	font-size: 12px;
		line-height: 14px;
		font-weight: 300;
		color: #402F3A;
		margin-bottom: 15px;
		padding: 0 5px;
    }
    .donate_left_holder {
    	background: transparent;
    }
    .donate_left_holder .nav-link.active, .donate_left_holder .nav-link {
    	font-size: 12px;
		line-height: 12px;
		border-radius: 6px;
		
    }
    .top_nav_tabs {
	    border-radius: 7px;
	}
    .donate_left_holder .form_title {
    	font-size: 18px;
		line-height: 18px;
    }
    .donate_left_holder .select_sum_holder {
    	margin-bottom: 30px;
    }
    .select_own_sum {
    	flex-direction: column;
    	align-items: flex-start;
    }
    .select_sum_block {
    	margin-bottom: 30px;
    	    margin-top: -11px;
    }
    .select_own_sum input {
    	margin-top: -10px;
    }
    .donate_left_holder .select_sum {
    	margin-bottom: 0;
    }
    .select_own_sum input[type='text'] {
    	font-size: 12px;
	    line-height: 14px;
	    color: #7E757B;
	    padding: 10px 10px;
    }
    .pay_type_holder_outer {
    	    margin: 0 -15px;
    }
    .pay_type_holder_outer .nav_link_pay_type {
	    margin: 0;
	    margin-bottom: 0px;
	    padding: 5px;
	    width: 50%!important;
	}

	.pay_type_holder_outer .nav-link .pay_card_holder {
		/*padding: 8px 12px!important;*/
    	height: 120px;
    	font-weight: 300;
    	font-size: 15px;
    	line-height: 16px;
    	color: #402F3A;
    	align-items: flex-start;
    	/*height: 90px;*/
	}
	.pay_card_images.pay_card_images_1 span{

	}
	.pay_card_images.pay_card_images_1 img{
		/*width: 33%;*/
	}
	.pay_card_images.pay_card_images_2 {
		    margin-top: 1px;
	}
	.pay_card_images.pay_card_images_2 img{
		/*width: 50%;*/
	}
	.pay_card_images.sber img{
		/*width: 70%;	*/
	}
	.pay_card_holder .apple_pay_span {

	}
	.donate_form input[type='text'] {
		font-size: 12px;
	    line-height: 14px;
	    color: #7E757B;
	    padding: 10px 10px;
        margin-bottom: 15px;	
	}
	.pay_form_holder {
		margin-top: 30px;
	}
	.donate_form .sms_descr p {
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
		color: #402F3A;
	}
	.donate_form .sms_descr span {
		font-size: 14px;
	}
	.every_month_preview {
		font-size: 14px;
    	line-height: 20px;
	}
	.donate_form .agree span {
		font-size: 12px;
		line-height: 14px;
	}
	.donate_form .agree .checkbox__fake {
		top: 10px;
	}
	.donate_form .donate_form_button {
		max-width: 200px;
	    padding: 14px 0;
	    height: auto;
	}
	.donate_form .donate_form_button button {
		font-size: 15px;
		line-height: 17px;
	}
	.donate_right_holder .info_holder {
	    margin: 0;
	    padding: 0 10px;
	}
	.info_holder_bottom .info_item {
		background: #F8F8F8;
		border-radius: 5px;
	}
	.info_holder_bottom .info_item {
	    background: #F8F8F8;
	    border-radius: 5px;
	    padding:  35px;
	    font-size: 12px;
	    line-height: 14px;
	    margin-bottom: 20px;
	}
}


@media (max-width: 450px) {
	.top_nav_tabs {
		height: 38px;
	    margin-bottom: 35px;
	    border-radius: 6px;
	}
	.donate_left_holder .nav-link.active {
		font-size: 12px;
		line-height: 12px;

	    border-radius: 5px;
	}
	.donate_left_holder .nav-link {
		font-size: 12px;
		line-height: 12px;
		height: 100%;
	    border-radius: 6px;
	}

	.donate_left_holder .select_sum label, .donate_left_holder .select_own_sum label {
		font-size: 12px;
		line-height: 14px;
	}
	.donate_form .must_be {
		font-size: 12px;
line-height: 14px;
	}
	#leave-request-form .donate_form_input_holder label.error, #leave-request-form-month .donate_form_input_holder label.error {
	    left: 10px;
	    bottom: 4px;
	}
	.sum5_label .radio_fake {
		    top: -2px;
	}
	.m_sum5_label .radio_fake {
		    top: -2px;
	}
	.select_sum_block p {
	    font-weight: 300;
	    font-size: 14px;
	}
	.raz_block_cont,  .pink_arrow{
		display: none!important;
	}
}

.info_holder_desctop {
	margin-bottom: 0px !important;
}

.donate-operators {
	margin-bottom: 1.5rem;
}

.donate-operators > div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.donate-operators img {
	max-width: 110px;
	max-height: 50px;
	height: auto;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.donate-operators > div:hover img {

	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}



























/* Jubi */


.jubi_banner, .page_banner {
    padding-bottom: 42%;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
}

.page_banner_cont {
	background-position: top right;
	background-repeat: no-repeat;
}

.jubi_banner {
	background-image: url(../images/jubi/jubi_banner_bg.png);
}

@media (min-width: 1900px) {
	.jubi_banner, .page_banner {
		padding-bottom: inherit;
    	height: 680px;
	}
}

.jubi_banner_cont, .page_banner_cont {
	position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jubi_banner_cont .teen_holder, .page_banner_cont .teen_holder {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 85%;
    display: flex;
}


.jubi_banner h1, .page_banner h1 {
	font-family: 'Optima Cyr';
	font-weight: 700;
	font-size: 94px;
	line-height: 108px;
	color: #BA3866;	
}

.jubi_banner span, .page_banner span {
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #402F3A;
}

.teen_holder img{
	    width: 80%;
	    max-width: 80%;
}



@media (min-width: 1400px) {
	.teen_holder img {
	     width: 100%; 
	     max-width: 100%; 
	}
}


@media (max-width: 1400px) {
	.jubi_banner_cont .teen_holder, .page_banner_cont .teen_holder {
    	right: -80px;
    }
}

@media (max-width: 950px) {
	.jubi_banner h1, .page_banner h1 {
		font-size: 74px;
    	line-height: 88px;
    }
    .jubi_banner span, .page_banner span {
	    font-size: 25px;
	    line-height: 28px;
	}
}

@media (max-width: 720px) {
	.jubi_banner h1, .page_banner h1 {
		font-size: 56px;
	    line-height: 68px;
    }
    .jubi_banner span, .page_banner span {
	    font-size: 21px;
	    line-height: 24px;
	}
}

@media (max-width: 560px) {
	.jubi_banner h1, .page_banner h1 {
		font-size: 44px;
    	line-height: 58px;
    }
    .jubi_banner span, .page_banner span {
		font-size: 17px;
    	line-height: 24px;
	}
}

@media (max-width: 450px) {
	.jubi_banner h1, .page_banner h1 {
		font-size: 24px;
		line-height: 28px;
    }
    .jubi_banner span, .page_banner span {
		font-size: 14px;
		line-height: 16px;
	}

	.page_banner {
		padding-bottom: 100%;
	}

	.page_banner_cont {
		padding-top: 50px;
		justify-content: flex-start;
	}

	.jubi_banner_cont .teen_holder, .page_banner_cont .teen_holder {
	    right: -50px;
	}
}

@media (max-width: 375.95px) {
	.jubi_banner_cont, .page_banner_cont {
		justify-content: flex-start;
	    padding-top: 20px;
	    text-align: center;
	}
	.jubi_banner, .page_banner {
		height: 367px;
	}
	.jubi_banner_cont, .page_banner_cont {
		justify-content: flex-start;
	    padding-top: 50px;
	    text-align: center;
        overflow: hidden;
	}
	.teen_holder {
		display: block!important;
	    position: relative!important;
	    width: 100%!important;
	    right: 0!important;
	    margin-top: 20px!important;
	}
	.teen_holder img{
		width: 100%;
		max-width: 100%;
	}
}



@media (max-width: 319.95px) {
	.jubi_banner, .page_banner {
		height: 327px;
	}
}

.jubi_container {
	align-items: center;
	width: 100%!important;
}

.jubi_hr_top, .jubi_hr_bot {
	height: 1px;
	width: 153px;
	background: #F4AACC;
	display: block;
	padding: 0 15px;
}

.jubi_hr_top {
	margin: 80px 0 42px;
}

.jubi_hr_bot {
	margin: 42px 0 160px;
}

p.jubi_intro {
	text-align: center;
	width: 100%;
	max-width: 1043px;
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 24px;
	line-height: 140%;
	color: #402F3A;
}

@media (max-width: 720px) {
	.jubi_hr_top, .jubi_hr_bot {
		height: 1px;
		width: 53px;
	}

	.jubi_hr_top {
		margin: 50px 0 30px;
	}

	.jubi_hr_bot {
		margin: 30px 0 76px;
	}
	p.jubi_intro {
		font-size: 18px;
	}
}

.gifts_container {
	flex-direction: row!important;
    flex-wrap: wrap;
    /*justify-content: space-around!important;*/
    width: 100%;
}

.gift_container {
	background: #F8F8F8;
	border-radius: 19px;
	max-width: 320px;
	padding: 24px 5px 64px;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 270px;
    width: 33%;
    position: relative;
}

.gift_container + .gift_container  {
	margin-left: 40px;
}

.gift_container .gift_img{
	margin-bottom: 36px;
}

.gift_container h2{
	font-family: 'Optima Cyr';
	font-weight: bold;
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	color: #BA3866;
	margin-bottom: 30px;
}

.gift_container span{
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #402F3A;	
	max-width: 260px;
}

.gift_holder {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin-bottom: 184px;
}

.gift_container a{
	background: #EA5297;
	border-radius: 124px;
	font-family: 'Optima Cyr';
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	max-width: 244px;
    display: block;
    position: absolute;
    bottom: -125px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.gift_container a:hover {
	opacity: 0.8;
}

.margin_jube {
	height: 70px;
}

.gift_container .printer_img,  .gift_container .laptop_img{
	margin-top: 20px;
}

.gift_container .laptop_img{
	margin-bottom:  51px;
}
.gift_container .printer_img{
	margin-bottom:  68px;
}
.gift_container .phone_img {
	margin-bottom: 34px;
}

.gift_container img {
	width: auto !important;
}

@media (max-width: 1199.98px) {
	.gifts_container {
		width: 100%!important;
		max-width: 100%;
	}
	.gift_container {
	    width: 30%;
	    margin-left: 10px;
	    margin-right: 10px;
        margin-bottom: 210px;
	}
	.gift_container .printer_img, .gift_container .laptop_img {
	    margin-top: 30px;
	}
	.gift_container .phone_img {
		    margin-bottom: 44px;
	}
	.gifts {
		width: 100%;
	}
}

@media (max-width: 899.98px) {
	.gift_container {
	    width: 48%;
	    max-width: 40%;
	}
}

@media (max-width: 600.98px) {
	.gift_container {
	    width: 100%;
	    max-width: 320px;
	}
}

@media (max-width: 449.98px) {
	.gift_container a {
		font-size: 18px;
	    line-height: 21px;
	    color: #BA3866;
	    background: none;
	    position: relative;
	    bottom: 0;
	    margin-top: 10px;
	}
	.gift_container a:after {
		content: '>';
		margin-left: 5px;
	}
	.gift_container {
	    width: 100%;
	    padding-bottom: 25px;
	    margin-bottom: 15px;
	}
	.gift_container h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.gift_container span {
		font-size: 13px;
	}
}

.jubi_form {
	margin-bottom: 0!important;
}

.jubi_form_holder {
	max-width: 550px;
    background: none;
    padding: 0;
    width: 100%;
    border-radius: 40px;
    padding: 0;
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.jubi_form_holder h3 {
	font-family: Optima Cyr;
	font-size: 55px;
	line-height: 56px;
	text-align: center;
	color: #BA3866;
}

.jubi_form_holder hr {
	margin: 44px auto 44px!important;
}

.jubi_form_holder input[type='text'] {
	background: none!important;
}

.jubi_form_holder .posobie_content_screen_button {
    margin-top: 30px;
}

@media (max-width: 499.98px) {
	.jubi_form_holder h3 {
		font-size: 24px;
	    line-height: 24px;
	}
}

.results__text ul {padding: 1rem; list-style-type: square;}
.results__text ul li {list-style: square;}