div.postcards {
  padding: 15px;
}

p.teni {
  color: #161da6;
  font-size: 30pt;
  text-shadow: 5px 2px 4px grey;
}

img.even {
  width: 600px;
  height: auto;
  float: right;
  background: #EDF2FF;
  margin-top: 12px;
}

p.preim {
  font: 120% serif; 
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}

p.srochost {
  font-family: sans-serif;
  font-size: 20px;  /* В пикселях, не pt */
  font-weight: normal;
  line-height: 1.5;  /* Фиксируем межстрочный интервал */
  color: #a68f0f;
  text-indent: 20px;
  margin: 0 !important;
  padding: 0 1% 15px 1%;
  /* Важно: ограничиваем максимальную высоту */
  max-height: 120px;  /* 4 строки * 30px (line-height * font-size примерн */
}

p.glav {
  margin: 0;
  margin-bottom: 0px;
  font-size: 2px;
  line-height: 1.2;
  font: 15pt sans-serif;
}

p.razborke {
  margin-top: 50px;
  margin-bottom: -19px;
  font-size: 12px;
  line-height: 1.2;
  font: 18pt sans-serif;
  color: #0059ff;
}

p.ishete {
  margin-top: 200px;
  font: 15pt sans-serif;
  font-style: italic;
  color: #ff0000;
  margin-top: 50px;
}
 
p.oremon {
  font-style: italic;
  font-size: 20px;
  margin-right: 20px;
  margin-left: 25px;
}

.closei:hover {
  background: #e6e6ff;
}
	  
#podeli {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 15px;
  border: 1px solid #0000cc;
  border-radius: 10px;
  color: #0000cc;
  position: absolute;
  top: 0;
  right: -98%;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  position: fixed;
}
			
.nashmi {
  text-align: right;
  font-size: 18px;
  margin-bottom: auto;
  font-style: italic;
}
		
.nof {
  border-radius: 100px; 
  border: 3px solid #dee6ff; 
  box-shadow: 0 0 7px #d1d1d1; 
  width: 200px;
  height: 200px;
}
   
.fdfs {
  font-size: 15px;
  text-decoration: none;
  color: black;
  font-style: italic;
}

.remmk {
  font-style: italic;
  font-family: Bradley Hand;
  font-size: 20px;
  color: #404040;
}
  
.remmke {
  font-style: italic;
  font-family: Comic Sans MS, Comic Sans, cursive;
  font-size: 20px;
  color: #28242e;
}
 
.vle {
  width: 100%;

  margin: 0 auto;
  background-color: #dedede;

}
	 
.soc {
  margin-top: 50px;
  margin-left: 2%;
}

/* Медиазапросы */
@media(max-width:620px) {
  .nof {
    width: 140px;
    height: 140px;
  }
  
  p.teni {
    font-size: 30px;
  }
		 
  .fdfs {
    font-size: 12px;
  }
}

@media(max-width:720px) {
  img.even {
    width: 480px;
  }
}

@media(max-width:550px) {
  img.even {
    width: 350px;
  }
}

@media(max-width:400px) {
  img.even {
    width: 300px;
  }
}


