/* .body1{ */
  /* margin-top: 200px; */
/* } */

section {
  max-width: 2560px;
}

.row {
  margin: 50px -16px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  color: black;
}


.row,
.row > .column {
  padding: 0 8px 0 8px;
 
}

.column {
  float: left;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}


.row1 {
  margin: 8px -16px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  color: black;
}


.row1,
.row1 > .column {
  padding: 0 8px 0 8px;
}

.row1::after {
  content: "";
  display: table;
  clear: both;
}


.new{
  display: flex;
  background-color: white;
  padding: 10px;
  margin: 1rem auto;
  box-shadow:1em 1em 1em #212121;
 
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  /* font-family: sans-serif; */
  /* border-radius: 5px; */
  overflow: hidden;
  z-index: 0; 
}

img {
width: 100%;
max-width: 1000px;
}
.img__new {
  width: 70%;
  max-width: 1000px;
  }



.content__news {
  background-color: #f9f7f1;
  min-height: 660px;
  height: 100%;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  transition: transform 1s;  
  transform: translateY(-.0em);
  
}
.content__news  a {
  color: inherit; 
}
.content__news  a:hover {
  color: #5ad67d; 
}
.content__news__new{
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  transition: transform 1s;  
  transform: translateY(-.0em);
}
.content__news__new  a {
  color: inherit;
}
.content__news__new  a:hover{
  color: #5ad67d; 
}
.text__new{
  margin-left: -166px;
}
/* .photo{
  transform: scale(1.3) rotate(0);
  transition: all .35s;
}
.photo__new{
  transform: scale(1.1) rotate(0);
  transition: all .35s;
}

 .photo:hover{
  transform: scale(1) rotate(0deg);
  transition: all .35s;
}
.photo__new:hover{
  transform: scale(1) rotate(0deg);
  transition: all .35s;
} */

.content__news  .details,.content__news .details ul {
  margin: auto;
  padding: 0;
  list-style: none; 
}
/* .content__news .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: .9rem; 
} */


.content__news  .details a {
  text-decoration: dotted underline; 
}
.content__news  .details ul li {
  display: inline-block; 
}
.content__news  .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f007"; 
}
.content__news  .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f133"; 
}
.content__news  .details .tags ul:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px; 
}
.content__news  .details .tags li {
  margin-right: 2px; 
}
.content__news  .details .tags li:first-child {
  margin-left: -4px; 
}
.content__news  .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1; 
}
.content__news  .description h2,
.content__news  .description h3 {
  font-family: Poppins, sans-serif; 
}
.content__news .description h2 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem; 
}
.content__news  .description h3 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #267a6b;
  margin-top: 5px; 
}
.content__news  .description .read-more {
  text-align: right; 
}
.content__news  .description .read-more a {
  color: #267a6b;
  display: inline-block;
  position: relative; 
}
.content__news  .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s; 
}
.content__news  .description .read-more a:hover:after {
  margin-left: 50px;
  opacity: 1; 
}
/* .content__news p {
  position: relative;
  margin: 1rem 0 0; 
} */
.content__news p:first-of-type {
  margin-top: 1.25rem; 
}
.content__news p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px; 
}
/* ------------------------------------------  Движение блока   -------------------- */
.content__news__new:hover {
  transition: transform 1s;  
  transform: translateY(-.5em);
}

.content__news:hover {
  transition: transform 1s;  
  transform: translateY(-.5em);
}
/* ------------------------------------------  Движение блока    -- */

.content__news__new  .description .read-more {
  text-align: right; 
}
.content__news__new  .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative; 
}
.content__news__new  .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s; 
}
.content__news__new  .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1; 
}
/* .content__news__new p {
  position: relative;
  margin: 1rem 0 0; 
} */
.content__news__new p:first-of-type {
  margin-top: 2.25rem; 
}
.content__news__new p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -1rem;
  border-radius: 3px; 
}
.content__news:hover .details {
  left: 0%; 
}


#load-more{padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-radius: 10px;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    width: -moz-available;
    /* margin: 0 30% 0 30%; */
    width: 40%;
    
}

#load-more:hover {
    background-color: #fff;
    color: #33739E;
}
.load-more{
    display: flex;
    justify-content: center;
}




@media (max-width: 1000px){
  .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .row1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content__news {
    min-height: 100%;
  }
}