@charset "utf-8";

#organizer {
  color: #454545;
  font-size: 90%;
  margin: 15px -1.5%;
  padding: 10px;
  overflow: hidden;
  border-top: 3px solid rgb(228, 234, 202);
    border-bottom: 3px solid rgb(228, 234, 202);
    background-color: rgb(243, 248, 223);
}

#organizer h3 {
  margin: 10px 0 7px 10px;
}

#organizer img {
  margin: 7px 0 0 0;
}

#organizer .row {
  float: left;
  clear: left;
  margin: 5px 0 5px 0;
  overflow: hidden;
  width: 100%;
}

#organizer .task {
  float: left;
  width: 35%;
  margin: 5px;
}

#organizer .process {
  float: left;
  width: 55%;
  overflow: hidden;
  margin: 0 0 0 7px;
}

#organizer .scale {
  float: left;
  margin: 5px 0 5px 0;
  height: 28px;
  border-bottom: dotted 1px #939084;
  text-indent: 10px;
  font-size: 75%;
  color: #474747;
}

#organizer .note {
  font-family: Arial, Helvetica, sans-serif;
  width: 90%;
  margin: 5px auto 5px auto;
  font-size: 85%;
  color: #454545;
  line-height: 1.5;
}
/* Last news */

#lastNews {
  overflow: hidden;
  margin: 0 1.5% 1% 1.5%;
  font-size: 14px;
}

#lastNews .col {
  width: 49%;
  float: left;
}

#lastNews .date, #lastNews li a {
  padding: 1px 5px;
  display: block;
}

#lastNews .date {
  margin-right: 2%;
  color: #595959;
  float: left;
  clear: left;
  color: #6B6B6B;
  border-radius: 5px;
}

#lastNews h4 a {
  color: #718154;
  padding: 0;
}

#lastNews h4 a:hover {
  color: #8D533C;
  padding: 0;
}

#lastNews li {
  list-style: none;
  margin: 0 3% 1.5% 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#lastNews li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;/* Ширина градиента*/
  height: 100%;/* Высота родителя */
  background: linear-gradient(to right, rgba(251, 251, 251, 0.2), #FBFBFB 100%);
}

#lastPosts{
  overflow: hidden;
  padding: 0 0 10px 0;
}

#lastPosts h2{
  margin-left: 1%;
}

#lastPosts h3{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 2px 0;
}

#lastPosts h3 a{
  color: rgb(50, 50, 50);
}

.lastPosts__post{
  float: left;
  width: 24%;
  overflow: hidden;
  margin: 0 0.5% 0 0.5%;
  border-radius: 7px;
  background-color: #fff;
}

.lastPosts__post:hover{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.lastPosts__pic{
  padding-top: 60%;
  background-size: cover;
}

.lastPosts__text{
  font-size: 13px;
  line-height: normal;
  padding: 5px 10px;
 height: 200px;
overflow: hidden;
}



.lastPosts__nextLink{
  padding: 5px 10px;
  margin-top: 7px;
  font-size: 14px;
}

.lastPosts__date{
  color: rgb(114, 114, 114);
  margin: 2px 0 7px 0;
}