
/* Модификаторы */

.correct-kurin {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

/* Добавлены стили*/

.section--mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-radius: 30px; 
	background: #B7CFC1; 
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}

.mission-block {
	width: 100%;
	min-width: 100%;
	margin-left: 0;
	padding:  50px 50px 50px 50px;
}

.mission-block__bgimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 30px;
	display: block;
	position: relative;
	width: 100%;
	height: 300px;

}

.section--history-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-radius: 30px; 
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}

.history-right-block {
	width: 100%;
	min-width: 100%;
	margin-left: 0;
	padding:  50px 50px 50px 50px;
}

.history-right-block__bgimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 30px;
	display: block;
	position: relative;
	width: 100%;
	height: 300px;

}
.history-right-block__bgimg.history-block{
	max-width: 500px;
}

.button--round.button--round--support--vsviti::after {
	width: 312px;
	height: 312px;
	top: 10px;
	background-size: 280px 280px;
}

.line--link {
	position: relative;
}

.line--link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 11px;
  background: #c40d42;
  -webkit-transition: .3s;
  transition: .3s;	
}

.line--link:hover::before  {
	width: 100%;
}

.useful-links-wrapper {
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 300px);
	
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, 344px);*/
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.useful-links {
	width: 100%;
	position: relative;
}

.useful-links-image {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}

.useful-links-title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	color: #FFF;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}

.h-400i {
  height: 400px !important;
}

.h-500i {
  height: 500px !important;
}

.text-wrapper-news iframe {
	width: 100% !important;
}
.issuuembed {
	width: 100% !important;
}

/*
@font-face {
    font-family: Silici;
    src: url(../fonts/Silici_Bold.woff2) format("woff2"), url(../fonts/Silici_Bold.woff) format("woff"), url(../fonts/Silici_Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

.silici-font-bold {
	font-family: Silici, sans-serif;
	font-weight: 700;
}

.silici-font {
	font-family: Silici, sans-serif;
	font-weight: 400;
}
*/

/* Изменения элементов */

.correct-kurin .kurin__logo {
	width: 132px;
	height: auto;
}
.main__volunteers{
	font-family: Montserrat, sans-serif;
}

/* Копии элементы */

/* Адаптивы */
@media (min-width: 575px) {

}
@media (min-width: 768px) {
	.history-right-block{
		padding: 0
	}
}
@media screen and (min-width: 768px) {

}

@media (min-width: 992px) {
	.position-absolute-md {
		position: absolute;
	}
}

@media screen and (min-width: 1024px) {
	.section--history-right {
		-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		padding-top: 0;
		border-radius: 30px; 
		position: relative;
		margin-right: 20px;
		margin-left: 20px;
    } 
}
@media (min-width: 992px) and (max-height: 700px) {

}
@media (min-width: 1200px) {
	
	.correct-kurin .kurin__title {
		padding-left: 170px;
		padding-top: 20px;
	}
	
	.correct-kurin .kurin__description p:first-child {
	  padding-top: 40px;
	}
	
	.section--mission {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		padding-top: 0;
		border-radius: 30px; 
		background: #B7CFC1; 
		position: relative;
    } 
	
    .mission-block {
		width: 50%;
		min-width: 50%;
		margin-left: 50%;
		padding:  50px 50px 50px 50px;
    }
	.mission-block__bgimg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border-radius: 30px;
		display: block;
		position: absolute; 
		left: 0;
		right: 50%;
		top: 0;
		bottom: 0;
		width: auto;
		height: auto;
    }	
	

	
    .history-right-block {
		width: unset;
		min-width: unset;
		margin-left: auto;
		padding:  50px 650px 50px 0px;
    }
	.history-right-block__bgimg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border-radius: 30px;
		display: block;
		position: absolute; 
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		height: auto;
    }	
	
	.useful-links-wrapper img:hover {
		filter: brightness(0.8);
		transition: all 0.5s;
	}
	
	.useful-links-wrapper a:hover .useful-links-title {
		background-color: #007932;
	}
	

}
	
@media screen and (min-width: 1200px) {

}
@media (min-width: 1280px) {

}
@media (min-width: 1290px) {

}
@media screen and (min-width: 1368px) {

}
@media (min-width: 1368px) {
 
}
@media (min-width: 1400px) {

}
@media (min-width: 1440px) {

}
@media (min-width: 1500px) {
 
}
@media screen and (min-width: 1500px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 1290px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 1024px) {
	.mt-xl-50{
		margin-top: 50px;
	}
	.d-xl-max-none{
		display: none;
	}
	.swiper-slide-index-events--text{
		position: relative;
		color: #000;
	}
	.swiper-container-index-events:after{
		display: none;
	}
	.swiper-slide-index-events--text{
		color: #000;
	}
	.swiper-button.swiper-button-next-index-events, .swiper-button.swiper-button-prev-index-events{
		display: block;
		top: 105%;
	}
	.pt-xl-100{
		padding-top: 100px;
	}
	.d-flex-xl--column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

}
@media (max-width: 992px) {

}
@media (max-width: 991px) {

}
@media screen and (max-width: 991px) {

}
@media (max-width: 768px) {

}

@media (min-width: 768px) {
	.section--mobile{
		display: none;
	}
}
@media (max-width: 767px) {
	.history-right-block{
		padding: 0;
	}
	.banner-text{
		width: auto;
	}
	.zvit-dopomoga-banner .text-banner{
		padding: 0 16px;
	}
	.zvit-dopomoga-banner a{
		margin-top: 70px;
	}
	.card-news-big{
		width: 320px !important;
		height: 370px;

	}
	.mb-mobile-40{
		margin-bottom: 40px;
	}

	.allReport__cards.zvit-vyhovni-gen{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 60px;
		width: auto;
	}
	.section--desktop{
		display: none;
	}
}
@media screen and (max-width: 767px) {
 
}
@media (max-width: 680px) {

}
@media (max-width: 574px) {

}
@media screen and (max-width: 574px) {
	.allReport__cards.zvit-vyhovni-gen{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 60px;
		width: auto;
	}

}
@media (max-width: 480px) {

}
@media (max-width: 370px) {

}
@media (max-width: 350px) {

}
@media (max-height: 700px) {

}
