.rt { font-family: Verdana; font-size: 13pt; color: #FFF;}

.poisk-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #021118;
  justify-content: center;
  padding-bottom: 15px;	
 }
.poisk-illustrator-container_2 {
	width: 100%;
	min-height: 500px;
}


/* левый блок с текстом */
.poisk-40-proz {
  background-color: #021118;
  color: #fff;
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
   padding: 0 5%; 
   min-height: 500px;
}

/* Левый блок с текстом 60 proz */
.poisk-60-proz {
  background-color: #021118;
  color: #fff;
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  text-align: left;
  box-sizing: border-box;
  padding: 0 5%; 
  min-height: 500px;
}


/* Левый блок с текстом 90 proz */
.poisk-90-proz {
  background-color: #021118;
  color: #fff;
  flex: 0 0 90%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  text-align: left;
  box-sizing: border-box;
  padding: 0 5%; 
}








/* Правый блок с фото */
.poisk-illustrator-photo {
  flex: 0 0 60%;
  max-width: 60%;
}

/* Правый блок с фото 40 proz */
.poisk-photo_40-proz {
  flex: 0 0 40%;
  align-self: center;

}

/* Правый блок с фото 25 proz */
.poisk-photo-25_proz {
  flex: 0 0 25%;
  align-self: center;
  padding-right:20px;
  padding-left:10px;
}



.poisk-illustrator-photo img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  display: block;
}


/* Адаптивность */
@media (max-width: 768px) {
  .poisk-container {
    flex-direction: column;
  }

  .poisk-60-proz,  {
    flex: 0 0 100%;
    width: 100%;
  }
  .poisk-photo-25_proz, .poisk-photo_40-proz {
    flex: 0 0 75%;
    width: 75%;
  }
  .about-text {
    padding: 10% 8%;
    text-align: center;
  }
}