
main {
	position: relative;
}

.cover {
	position: relative;
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}


.cover .toggle-slick {
    position: absolute;
    top: 125px;
    left: 1.5rem;
    background: none;
    border: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
}


.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}


.central{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 0.5rem;
	padding-inline-start: 14%;
	height: inherit;
	margin-top: 108px;
	background-color: rgba(0,0,0,0.4);
}
.central h2{
	color:#fff;
	position: relative;
	padding-right: 1rem;
	padding-block: 0px;
	border-right:3px solid;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.52);
	font-size:2.9rem;
	line-height: 1.3;
	transition:all 0.25s ease-in;
}
.central h2:hover{
	padding-block:10px;
	border-color:var(--site-main);
	border-width: 8px;
}
.central h2 span{
	display: block;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.wrapper{
	width: 100%;
	max-width: 1510px;
	margin-inline:auto;
	padding-left: 15px;
    padding-right: 15px;
}

.blocks .col-lg-4{
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.blocks .all a{
	width: fit-content;
	padding:0.3rem;
	text-align: center;
	color:#fff;
	border-radius: 5px;
	margin-top:1rem;
	font-size: 1rem;
}
.blocks .all a:hover{
	background-color: var(--green);
	text-decoration: none;
}
.blocks h2{
	font-size: 1.2rem;
	font-weight: 600;
	width: 100%;
}
.blocks .wrap{
	width: 100%;
	max-width: 400px;
	padding-top: 0.5rem;
}
.event, .article{
	position: relative;
	width: inherit;
	min-height: 215px;
	display: flex;
	border-radius:9px;
	overflow: hidden;
}
.events .overlay, .article .overlay{
	position: absolute;
	inset:0;
	margin:auto;
	background: linear-gradient(180deg, rgba(0,0,0,0.09) 40%, rgba(0,0,0,1) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
	transition:all 0.4s ease-in;
}
.event:hover .overlay, .article:hover .overlay{
	background: linear-gradient(-180deg, rgba(0,0,0,0.09) 0%, rgba(0,0,0,1) 100%);
}
.event .pic, .article .pic{
	position: absolute;
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%;
	inset: 0;
}
.event .pic img{
	
}
.event .info, .article .info{
	color: #fff;
	position: relative;
	z-index: 3;
	width: inherit;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom:0;
	padding-inline: 1rem;
	padding-bottom: 1rem;
	font-weight: 600;
	transition:all 0.2s ease-out;
}
.event:hover .info, .article:hover .info{
	margin-bottom: 0.5rem;
}
.event .title, .article .title{
	width: 90%;
	font-weight: normal;
	padding-right: 0.5rem;
	border-right: 2px solid white;
}
.event .title{
	margin-bottom: 1rem;
}

.news .all a{
	background-color: var(--news);
}
.blocks .news .wrap{
	border-top:3px solid var(--news);
}
.blocks .events .wrap{
	border-top:3px solid var(--events);
}
.blocks .wrap.na{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: silver;
	min-height: 260px;
}
.blocks .articles .wrap{
	border-top:3px solid var(--news);
}
.articles .all a{
	background-color: var(--site-main);
}

.blocks a .fa-chevron-left{
	font-size: 10px;
}
.events .all a{
	background-color: #6895b6;
}

.blocks .all{
	line-height: 1;
	display: flex;
	justify-content: flex-end;
	color:#fff;
}


/**/
.services{
	padding-block: 1.4rem;
}
.services .container{
	width: 100%;
	max-width: 1710px;
	min-width: auto;
}


.services-slick {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-inline: auto;

}
.services-slick .slick-slide{
	display: flex;
	justify-content: center;
}
.slick-initialized .slick-slide{
	/* display: flex;
	justify-content: center; */
}
.service {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	margin: 0;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	position: relative;
}

.service figcaption{
	color:#fff;
	font-weight: 500;
	line-height: 1;
	padding-inline: 6px;
	padding-inline: 21px;
}
.service figure{
	margin-top: 0;
	transition: all 0.2s ease-in;
}
.service:hover figure{
	margin-top: -15px;
}
.service .icon img {
	display: block;
	margin: 0 auto;
}


/* news */
.news .feature{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 9px;
	padding: 1.8rem 0;
}
.news .item a{
	display: flex;
	background-color: #ececec;
}
.news a:hover{
	text-decoration: none;
}
.news .item:hover .date{
	background-color: var(--green);
	transition: all 0.4s ease;
}

.news .item{
	width: 100%;
	max-width:90%;
	margin: auto;
	border-radius: 15px;
	overflow: hidden;
}

.news .item:first-child{
	margin-bottom: 30px;
}

.news .date{
	padding: 8px 5px;
	color: #fff;
	min-width:70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.72rem;
	line-height: 1;
}

.news .item:first-of-type time{
	background-color:#afaf39;
}
.news .item:last-of-type time{
	background-color:#8a8e44;
}
.news .m{
	font-size: 1rem;
}
.news .name{
	display: flex;
	align-items: center;
	padding-inline: 10px;
	color:#000;
	font-weight: 600;
	line-height: 1.2;
	font-size: 0.9rem;
	border-right: 2px solid var(--events);
}
/* news end*/

.settlements{
	background-color: #ececec;
	font-family: 'Fredoka';
	font-weight: 600;
	display: flex;
	justify-content: center;
	padding-block:0.5rem;
	margin-top: 1.25rem;
	flex-wrap: wrap;
}

.settlements a{
	color: #292929;
	margin-inline: 1rem;
	position: relative;
	font-size: 1rem;
}
.settlements a::after{
	content: "";
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	background-color:#333;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	left: -1.1rem;
}
.settlements a:last-of-type::after{
	content:none;
}

	


@media (min-width: 992px) {
	
	.footer{
		padding: 0.5rem;
    position: absolute;
    /* bottom: 0; */
	background-color: var(--orange);
	width: 100%;
	}
	.footer p, .footer a{
		color:#fff;
	}
	.cover {
		height: 358px; /* 250 + 105*/
		display: flex;
		flex-direction: column;
	}
	.services {
		position: relative;
		bottom: 0rem;
		right: 0;
		width: 100%;
		margin-top: auto;
		padding-bottom: 1rem;
		margin-bottom: 1.25rem;
	}
	
	
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		float: right;
		align-items: center;
	}
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
	}
}


@media (max-height: 800px) {
	.cover{
		height: 275px;
	}
	.central h2 {
		font-size: 2.2rem;
	}
	.service{
		width: 132px;
		height: 132px;
	}
	.service figcaption{
		padding-inline: 15px;
	}
	.service .icon img{
		max-height: 50px;
	}
	.event, .article {
		min-height: 160px;
	}
	.news .item:first-child{
		margin-bottom: 15px;
	}
	.news .feature {
		padding: 1rem 0;
	}
	.settlements {
		margin-top: 0rem;
		padding-block: 0.25rem;
	}
	.footer{
		padding:0.3rem;
	}
}

@media (max-width:1570px){
	.searching{
		height: 50px;
		width: 50px;
		left: -50px;
	}
}
.central .logo{
	margin-right: 1rem;
}

@media (max-width:1500px){
	.central .logo{
		display: flex;
		align-items: center;
	}
	.logo img {
		width: 200px;
	}
	.fast-navigation{
		margin-right: 1rem;
	}
	.fast-navigation select{
		flex-basis: 230px;
		min-width: 230px;
	}
}

@media (max-width:1150px){
	.logo img {
		width: 180px;
	}
	.fast-navigation{
		margin-right: 1rem;
	}
	.fast-navigation select{
		flex-basis: 180px;
		min-width: 180px;
	}
	.central .moked{
		width: 90px;
		font-size: 0.82rem;
		text-align: center;
    line-height: 1;
	padding-inline: 12px;
	}
}

@media (max-width: 991px) {
	.blocks .wrap.na {
		min-height: 100px;
	}
	.cover{
		height: 300px;
	}
	.central{
		padding-inline-start: 9%;
	}
	.central h2{
		font-size: 2.54rem;
		line-height: 1.1;
		padding-inline: 5%;
	}
	
	.blocks .col-lg-4{
		align-items: center;
	}
	.central{
		margin-top: 0;
	}
	.blocks h2{
		width: auto;
	}
	.cover-slick div{
		border-radius: 0;
	  }
	main{
		padding-inline:0;
		margin-top: 0;
		min-height: auto;
	}
	.events ul{
		padding:0;
		margin-inline: auto;
	}
	.articles{
		padding-top: 0;
		position: relative;
		right:auto;
		max-width: none;
	}
	.settlements a{
		margin:0.25rem;
		padding:0.25rem 0.8rem;
		border:2px solid;
		border-radius: 9px;
	}
	.settlements a::after{
		content: none;
	}
	
}

@media (max-width: 767px) {
	.services-slick{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}
	.services-slick > div{
		margin:0.5rem;
	}
}

@media (max-width:600px){
	.cover{
		height: 220px;
	}
	.central{
		padding-inline-start: 8%;
	}
	.central h2{
		font-size: 1.8rem;
		padding-inline: 4%;
	}
	.services .container{
		padding-left: 0;
    padding-right: 0;
	}
	.service{
		width: 115px;
		height: 115px;
	}
	
	.service figcaption {
		padding-inline: 7px;
		min-height: 32px;
	}
	.service .icon img {
		max-height: 35px;
	}
	.central h2 span{
		display: inline;
	}
	.settlements{
		display: block;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
	padding: 1rem;
	}
	.settlements a{
		display: inline;
	}
}
@media (max-width:400px){
	.events .det span{
		display: block;
	}
}