/*Діяльність*/ 
 div.cards {
	 margin: 10px auto 50px;
	 max-width: 1200px;
	 text-align: center;
	 /*background-image: url("../images/2020/Background Header(M).png");*/
}
 div.card {
	 background: #ffffff;
	 display: inline-block;
	 margin: 3px;
   padding: 3px;
	 max-width: 300px;
	 perspective: 1000;
	 position: relative;
   border: 1px solid #e2e2e2;
   border-radius: 5px;
   box-shadow: 0px 20px 15px #e2e2e2;
   top: 0px;
	 transition: all 0.3s 0s ease-in;
	 z-index: 1;
}
 div.card img {
	 max-width: 300px;
	 padding: 50px;
}
 div.card div.card-title {
	 background: #ffffff;
	 text-align:center;
	 position: relative;
	 z-index: 0;
}
 div.card div.card-title a.toggle-info {
 	font-size: 22px;
    padding: 0;
    text-align: center;
    width: 32px;
}
 div.card div.card-title a.toggle-info span {
	 background: #ed164e;
	 display: block;
	 height: 2px;
	 position: absolute;
	 top: 16px;
	 transition: all 0.15s 0s ease-out;
	 width: 12px;
}

 div.card div.card-title{
 	 color: #333333;
	 font-size: 14px;
     font-weight: 700;
	 margin: 0;
	 padding: 10px;
}

.mont_bold{
	font: 16px 'Montserrat-Bold', sans-serif;
}

.mont_bold_small{
	font: 12px 'Montserrat-Bold', sans-serif;
}

.mont_semi-bold{
	font: 14px 'Montserrat-SemiBold', sans-serif;
}

.mont_bold span.font-red {
	color: #ed164e;
}

div.card:hover{
	box-shadow: 0px 10px 5px #6d6e70;
	top: -10px;
    transition: all 0.8s;
}



.allPosts{
  width: 240px;
    height: 40px;
    text-decoration: none;
    border-radius: 20px;
    background-color: #ed164e;
    color: #ffffff;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font: 14px 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 100px;
}


.allPosts:hover{
  border-radius: 10px;
    background-color: #6d6e70;
    color: #ed164e;
    border: 3px solid #6d6e70;
    transition: all 0.6s ease-in-out;
}

.post-date{
	float: left;
	margin-top: 30px;
}




.scroll-downs-pc {
    right: 0;
    padding-bottom: 150px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.scroll-downs-laptop {
    right: 0;
    padding-bottom: 150px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #333;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #333;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


@media screen and (max-width: 800px){
  div.card{
    padding: 0;
    margin: 3px;
  }
  .scroll-downs-pc{
    display: none;
  }
  .scroll-downs-laptop{
    display: none;
  }
}

@media screen and (max-width: 1400px){
  .scroll-downs-pc {
    display: none;
  }
}

@media screen and (min-width: 1800px){
  .scroll-downs-laptop {
    display: none;
  }
}
