.row31{
	display:flex;
	 justify-content:space-between;
	 width:100%
}

.row31>div{
  width:32%;	
}

#content{
	padding:5px 15px;
}


.row{
	display:flex;
	align-items:center;
}

main ol, main ul{
	padding-left:25px;
}

.row41{ 
	display:flex;
	 justify-content:space-between;
	width:100%;
}


.row41>div{
  width:24%;	
}

.row20,
.row2,
.row4,
.row5,
.row51,
.growth{
	width:100%;
	align-items: stretch; 
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between
} 

 
.row20>div{
	
	width:45%;
}

 .row20>div:last-child{ 
	padding-left:10px;
	width:50%;
}

.growth{ 
	align-items: center; 	
}

.growth>img:first-child,.growth>img:last-child{
width:46%
}
.growth>img:nth-child(2){
  width:5%;	
}
 .growth>img:nth-child(3){
display:none;
}

.row5,.row4{
justify-content:center
} 
.row3>div,
.row4>div,
.row5>div,
.row51>div{
	margin:5px;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between
}

.row2{
	align-items:center;	
	justify-content:space-between
}
 
.chegodaev0{
	display:none;
}

.row2>img{
  width:60%;	
}

.row2>ul{
  width:37%;	
}



.row3
{	width:100%;
	display:flex;
	justify-content:space-between
} 



.row3>div{
  width:48%;	
}

 

.row4>div{
 width:23%;	
}

.row5>div,
.row51>div{
width:19%;	
}

.row4>div>img,
.row5>div img,
.row51>div>img{
	width:100%;	 
} 


.iso{
display:flex;	
}

.iso>div:first-child{
display:width:40%;	
}

.iso>div:first-child>img{
	width:100%;
}



.chegodaev{
width:100%;
margin-top:40px;
display:flex;	
}

.chegodaev>div:first-child{
 width:40%;	
}

.chegodaev>div:last-child{
 width:60%;	
padding-left:20px;
}

 
ul.department{
moz-column-count: 2;
webkit-column-count: 2;
column-count: 2;
}
 .row2 ul li{// list-style-type: none;
}

@media (max-width:700px){
	
.row31>div, .row41>div{
  width:100%;	
  padding:15px
}
	
	
.row31,.row41{
flex-direction:column
}
	
.row20,
.row51,
.row3, 
.row4, 
.iso, 
.chegodaev{
WIDTH:100%;
align-items: center; 
flex-direction:column;
}

  .row2 ul li{  list-style-type: disc;
}


.growth>img,.row20>img,.row20>div{
	width:100%;
}

.row20>div:last-child{
	padding-left:0px;
	width:100%;
}



.growth>img:nth-child(2){
display:none;
}

 
.growth>img:first-child,.growth>img:last-child{
width:100%
}
.growth>img:nth-child(2){
display:none;
}
 .growth>img:nth-child(3){
display:block;
width:100%
}
.growth>img:last-child{
padding-top:-20px;
}
 


.row2{
flex-direction: column-reverse;
}
.row3>div,
.row3>div:nth-child(2), 
.row4>div>img,
.row4>div,
.chegodaev>div:first-child,
.chegodaev>div:last-child{
 width:99%;
}

.row5>div{
 width:46%;
}	

.row51>div{
 width:90%;
 	justify-content:scenter;
 padding:10px 0 10px 0;
}	
	
.row2>img,.row2>ul {
  width:100%;	
}
.row2>ul{
  margin-top:20px;
}

.chegodaev>div:last-child{
	margin-top:0px;
padding-left:0px;
}	
	
	
ul.department{
moz-column-count: 1;
webkit-column-count: 1;
column-count: 1;
}
ul.department >li{
	font-size:14pt;
}
	
.chegodaev0{
	margin-top:40px;
	display:block;
}

.chegodaev1{
	display:none;
}
	
}



.sertificat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  margin-top: 30px;
}
.sertificat > div {

  text-align: center;
}
.sertificat img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border:3px solid #eeeeee;
 
}
 

@media (max-width: 900px) {
  .sertificat {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sertificat {
    grid-template-columns: 1fr;
  }
}