html, body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	position: relative;
	min-height: 100vh;
	font-family: merriweather, sans-serif;
	line-height: 1.6 ;
}

*,
*:before,
*:after {

	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.header{
	border-bottom: 1px solid;
}

.nav__adress{
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #1f2126;
}

.nav__phone{
	display: flex;
	justify-content: center;
}

.nav__adress__link{
	text-decoration: none;
	color: #ffca00;
	font-weight: bold;
}

.nav__phone__link{
	text-decoration: none;
	color: #ffca00;
	margin-left: 15px;
	font-weight: bold;
}

.nav__phone__link:first-child{
	margin-left: 0;
}

.nav__social__link{
	text-decoration: none;
	color: #ffca00;
	font-weight: bold;
	font-size: 20px;
}

.nav{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	font-family: merriweather, sans-serif;
}

.nav__link{
	color: #1f2126;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}

.nav__link1{
	color: #1f2126;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	opacity: 0.6;
}



.nav__link:hover{
	opacity: 0.6;
}

.logo__inner{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
.logo{
	width: 70%;
	
	display: flex;
	align-items: center;
}

.logo__img{
	width: 150px;
	height: 150px;
}

.logo__title{
	text-decoration: none;
	color: #1f2126;
}

h1.zen__main__title{
	margin-left: 15px;
	font-family: merriweather, sans-serif;
	font-size: 45px;
	line-height: 1;
}

.partners{
	width: 30%;

}

.partners__logo{
	text-decoration: none;
}



.partners__logo__inner{
	float: right;
	height: 90px;
	width: 90px;
}

.main{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.main__first{
	padding: 10px;
	
}


.main__inner{

	width: 200px;
	
	
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}



/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.calendar__name{
	margin-bottom: 10px;
}

.main__title{

	text-decoration: none;
	font-weight: bold;
	color: #ffca00;
	font-size: 20px;
}

i.fas{
	font-size: 18px;

}

.calendar__second{
	margin-top: 5px;
}

.calendar__events{
	font-size: 15px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #1f2126;
	display: block;
}

.news{
	margin-top: 30px;
}

.news__inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.news__inner:last-child{
	margin-bottom: 0;
}

.news__topic{
	width: 250px;
	height: 200px;
	
	text-align: center;
	padding: 10px 0 10px 0;
}

.news__contant{
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.news__name{
	color: #1f2126;
	text-decoration: none;
}

footer{
	background-color: black;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin-bottom: -40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;

}

.footer__name{
	font-size: 17px;
	color: #ffca00;
	font-weight: bold;
}




/*РЕГИОНЫ*/

.regions{
	margin-top: 30px;
	padding-bottom: 30px;
}

.regions__inner{
	display: flex;
	justify-content: space-between;
}

.regions__contant{
	width: 200px;
	height: 180px;
	padding: 10px 0 10px 0;
	text-align: center;
}

.regions__logo{
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.regions__img{
	width: 90px;
	height: 90px;
}

.regions__name{
	color: #1f2126;
	text-decoration: none;
}












.documents{
	margin-top: 30px;
}

.documents__main{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;

}

.documents__pics{
	width: 500px;
}

.documents__files{
	width: 500px;
}

.documents__pics__inner{
	display: block;
	text-decoration: none;
	margin-top: 10px;
	line-height: 1;
}

.documents__pics__inner:first-child{
	margin-top: 0;
}



.calendar{
	margin-top: 30px;
}

.warning__main{
	margin-top: 30px;
}




.structure{
	margin-top: 30px;
}


.events{
	margin-top: 30px;
}







@media (max-width: 1240px){
	.nav__adress__link{
		font-size: 15px;
	}

	.nav__phone__link{
		font-size: 15px;
	}

	.nav__social__link{
		font-size: 15px;
	}

	.nav__link{
		font-size: 25px;
	}

	.nav__link1{
		font-size: 25px;
	}

	.logo__img{
		width: 100px;
		height: 100px;
	}

	h1.zen__main__title{
		font-size: 40px;
	}

	.partners__logo__inner{
		width: 80px;
		height: 80px;
	}

	.slideshow-container{
		max-width: 930px;
	}

	.main__title{
		font-size: 16px;
	}

	a.main__title i.fas{
		font-size: 15px;
	}

	.calendar__events{
		font-size: 13px;
	}

	.news__inner{
		margin-top: 10px;
		padding-bottom: 30px;
	}

	.news__topic{
		
		width: 250px;
		height: 150px;
	}

	.news__name{
		font-size: 15px;
		line-height: 0.5;
	}

	.regions__contant{
		width: 180px;
		height: 130px;
		
	}

	.regions__img{
		width: 75px;
		height: 75px;
	}

	.regions__name{
		font-size: 12px;
		color: #1f2126;
		text-decoration: none;
	}
}

@media (max-width: 1025px){

	.slideshow-container{
		max-width: 780px;
	}

	.main__title{
		font-size: 14px;
	}

	.calendar__events{
		font-size: 10px;
	}

	a.main__title i.fas{
		font-size: 13px;
	}

	.news__topic{
		width: 200px;
		height: 120px;
	}

	.regions__contant{
		width: 175px;
		height: 125px;
		
	}

	.regions__img{
		width: 70px;
		height: 70px;
	}

	.regions__name{
		font-size: 11px;
		color: #1f2126;
		text-decoration: none;
	}
}

@media (max-width: 961px){
	.nav__link{
		font-size: 20px;
	}

	.nav__link1{
		font-size: 20px;
	}

	h1.zen__main__title{
		font-size: 35px;
	}

	.regions__contant{
		width: 160px;
		height: 110px;
		line-height: 0.5;
		
	}

	.regions__img{
		width: 60px;
		height: 60px;
	}

	.regions__name{
		font-size: 9px;
		color: #1f2126;
		text-decoration: none;
	}
}

@media (max-width: 824px){
	.nav__adress{
		height: 25px;
	}

	.nav__adress__link{
		font-size: 12px;
	}

	.nav__phone__link{
		font-size: 12px;
	}

	.nav__social__link{
		font-size: 17px;
	}

	.nav__phone__link i.fas{
		font-size: 12px;
	}

	.logo__img{
		width: 90px;
		height: 90px;
	}

	h1.zen__main__title{
		font-size: 30px;
	}

	.partners__logo__inner{
		width: 60px;
		height: 60px;
	}

	.dot{
		width: 12px;
		height: 12px;
	}

	.news__topic{
		width: 180px;
		height: 110px;
	}

	footer{
		height: 25px;
		margin-bottom: -25px;
	}

	p.footer__name{
		font-size: 12px;
	}
}

@media (max-width: 813px){
	.news__topic{
		width: 170px;
		height: 100px;
	}
}

@media (max-width: 769px){
	.nav__link{
		font-size: 17px;
	}

	.nav__link1{
		font-size: 17px;
	}

	.regions__contant{
		width: 145px;
		height: 100px;
		
	}

	.regions__img{
		width: 50px;
		height: 50px;
	}

	.regions__name{
		font-size: 8px;
		color: #1f2126;
		text-decoration: none;
	}

}

@media (max-width: 741px){}

@media (max-width: 689px){

	.nav__adress{
		height: 25px;
	}

	.nav__adress__link{
		font-size: 10px;
	}

	.nav__phone__link{
		font-size: 10px;
	}

	.nav__phone__link i.fas{
		font-size: 10px;
	}

	.nav__social__link{
		font-size: 15px;
	}

	.news__topic{
		width: 140px;
		height: 80px;
	}

	.news__name{
		font-size: 8px;
	}

	.regions__contant{
		width: 140px;
		height: 95px;
		
	}

	.regions__img{
		width: 45px;
		height: 45px;
	}

	.regions__name{
		font-size: 8px;
		color: #1f2126;
		text-decoration: none;
	}
}

@media (max-width: 668px){
	.logo__img{
		width: 80px;
		height: 80px;
	}

	.partners__logo__inner{
		width: 50px;
		height: 50px;
	}

	h1.zen__main__title{
		font-size: 27px;
	}

	.regions{
		margin-top: 17px;
	}

	.structure{
		margin-top: 17px;
	}

	.events{
		margin-top: 17px;
	}

	.documents{
		margin-top: 17px;
	}

	.calendar{
		margin-top: 17px;
	}

	.warning__main{
		margin-top: 17px;
	}

	.regions__contant{
		width: 135px;
		height: 90px;
		
	}

	.regions__img{
		width: 40px;
		height: 40px;
	}

	.regions__name{
		font-size: 8px;
		color: #1f2126;
		text-decoration: none;
	}

}

@media (max-width: 641px){
	.regions__contant{
		width: 130px;
		height: 80px;
	}

	.regions__img{
		width: 35px;
		height: 35px;
	}

	.regions__name{
		font-size: 6px;
		color: #1f2126;
		text-decoration: none;
	}
}

@media (max-width: 626px){
	.nav__link{
		font-size: 16px;
	}

	.nav__link1{
		font-size: 16px;
	}

	h1.zen__main__title{
		font-size: 25px;
	}

	.dots{
		height: 8px;
		width: 8px;
	}
}

@media (max-width: 569px){

	.nav__link{
		font-size: 15px;
	}

	.nav__link1{
		font-size: 15px;
	}

	.logo__img{
		width: 70px;
		height: 70px;
	}

	.partners__logo__inner{
		width: 40px;
		height: 40px;
	}

	h1.zen__main__title{
		font-size: 22px;
	}

	.main__title{
		font-size: 11px;
	}

	.calendar__events{
		font-size: 7px;
	}

	a.main__title i.fas{
		font-size: 10px;
	}
}

@media (max-width: 541px){
	.nav__adress{
		height: 20px;
	}

	.nav__adress__link{
		font-size: 10px;
	}

	.nav__phone__link{
		font-size: 10px;
	}

	.nav__social__link{
		font-size: 15px;
	}

	.nav__phone__link i.fas{
		font-size: 10px;
	}

	.nav__link{
		font-size: 13px;
	}

	.nav__link1{
		font-size: 13px;
	}

	.logo__img{
		width: 60px;
		height: 60px;
	}

	.partners__logo__inner{
		width: 30px;
		height: 30px;
	}

	h1.zen__main__title{
		font-size: 20px;
	}

	.regions__contant{
		width: 125px;
		height: 70px;
	}

	.regions__img{
		width: 30px;
		height: 30px;
	}

	.regions__name{
		font-size: 6px;
		color: #1f2126;
		text-decoration: none;
	}

	footer{
		height: 20px;
		margin-bottom: -05px;
	}

	p.footer__name{
		font-size: 10px;
	}

}

@media (max-width: 515px){
	.main__title{
		font-size: 7px;
	}

	.calendar__events{
		font-size: 6px;
	}

	a.main__title i.fas {
		font-size: 6px;
	}
}

@media (max-width: 490px){}

@media (max-width: 474px){
	.nav__adress{
		height: 18px;
	}

	.nav__adress__link{
		font-size: 8px;
	}

	.nav__phone__link{
		font-size: 8px;
	}

	.nav__social__link{
		font-size: 10px;
	}

	.nav__link{
		font-size: 11px;
	}

	.nav__link1{
		font-size: 11px;
	}

	.logo__img{
		width: 55px;
		height: 55px;
	}

	.partners__logo__inner{
		width: 25px;
		height: 25px;
	}

	h1.zen__main__title{
		font-size: 17px;
	}

	.news__name{
		font-size: 7px;
	}

	footer{
		height: 18px;
		margin-bottom: -18px;
	}

	p.footer__name{
		font-size: 8px;
	}
}

@media (max-width: 470px){
	.main__title{
		font-size: 6px;
	}

	.calendar__events{
		font-size: 5px;
	}

	a.main__title i.fas {
		font-size: 5px;
	}
}

@media (max-width: 400px){
	.logo__img{
		width: 50px;
		height: 50px;
	}

	.partners__logo__inner{
		width: 20px;
		height: 20px;
	}

	h1.zen__main__title{
		font-size: 15px;
	}
}

@media (max-width: 387px){

	.nav__link{
		font-size: 9px;
	}

	.nav__link1{
		font-size: 9px;
	}

	.main__title{
		font-size: 5px;
	}

	.calendar__events{
		font-size: 4px;
	}

	a.main__title i.fas {
		font-size: 4px;
	}
}

@media (max-width: 361px){
	h1.zen__main__title{
		font-size: 14px;
	}
}

@media (max-width: 321px){
	.nav__link{
		font-size: 8px;
	}

	.nav__link1{
		font-size: 8px;
	}

	.main__title{
		font-size: 4px;
	}

	.calendar__events{
		font-size: 3px;
	}

	a.main__title i.fas {
		font-size: 3px;
}



