.image {overflow:hidden; width: 100%; height:100%;}
.image img {-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;}
.image img:hover{-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);}



p.dline {line-height: 1.6;}
P {line-height: 0.9em;}
P {text-indent: 80px;}

a.button8 {
  display: inline-block;
  color: white;
  font-weight: 10;
  text-decoration: none;
  user-select: none;
  padding: .1em 1em;
  outline: none;
  border: 2px solid;
  border-radius: 10px;
  transition: 0.2s;
} 
a.button8:hover { background: rgba(255,255,255,.2); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1); }
a.button8:active { background: white; }

a.button9 {
  display: inline-block;
  color: white;
  font-weight: 10;
  text-decoration: none;
  user-select: none;
  padding: 1em 1em 1em;
  outline: none;
  border: 2px solid;
  border-radius: 10px;
  transition: 0.2s;
} 
a.button9:hover { background: rgba(255,255,255,.2); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1); }
a.button9:active { background: white; }

a.button {
  display: inline-block;
  color: black;
  font-weight: 10;
  text-decoration: none;
  user-select: none;
  padding: .0em 0em;
  outline: none;
  border: 2px solid;
  border-radius: 10px;
  transition: 0.2s; 
  margin: 9px 8px;
} 
a.button:hover { background: rgba(0, 0, 205, .6); color: white; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1); }
a.button:active { background: rgba(0, 0, 205, 1); }
 
.flex{
	display: flex;
	flex-wrap: wrap;
	max-width: 100%; /* макс ширина */
	margin: 0 auto; /* выровняем по центру */
}

.item{
	flex:1 1 calc(33.33% - 300px); /* отнимем margin и скажем растягиваться */
	margin:5px;
	box-sizing:border-box; /* чтобы внутренний отступ не влиял когда там будет текст... */
	min-width:170px; /* мин. ширина блока, чтобы переносились на другой ряд */
	padding:0px 0px; font-size:100%; text-align:center; background:#F0F8FF; /* для красоты */
}



hr {
    border: none; 
    background-color: #0000CD;
    color: #0000CD; 
    height: 2px; 
   }

