#multi_pictures img {
	height: 140px;
	margin: 10px;
}

/* Новости */
#h1_news {
	font-size: 26px;
}

.post-card {
	
}

@media (min-width: 320px) {
  .news-section:not(:last-child) {
    margin-bottom: 32px;
  }
  .news-section__title {
    font-size: 36px;
    font-weight: bold;
    padding-left: 12px;
    position: relative;
    margin-bottom: 24px;
  }
  .news-section__title::after {
    content: '';
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to left, #dcf0bd, #b6dd89);
    display: block;
    left: 0;
    bottom: 5px;
    position: absolute;
    z-index: -1;
  }
  .news-section__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .news-section__grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  
	div.page-layout__main-content img {
		max-width: 100% !important;
		height: auto !important;
	} 
}

@media (max-width: 767px) {
  .news-section__grid-item:not(:last-child),   .front-section__grid-item:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .news-section:not(:last-child) {
    margin-bottom: 100px;
  }
  .news-section__grid-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 15px;
	margin-bottom: 50px;
  }
  .front-section__grid-item {
	  margin-bottom: 50px;
  }
  .news-section__title {
    font-size: 36px;
  }
  .news-section__title::after {
    width: 450px;
  }
}



ul.news {
    list-style-type: none !important;
	width: 100%;
}

ul.news > li {
    border: 1px solid #4B9DA8;
    margin-top: 20px;
	list-style-type: none !important;
}

p.news_title {
    background: none repeat scroll 0 0 #4B9DA8 !important;
    color: white;
    padding: 3px;
	margin: 0px;
}

div.news_text {
    padding: 10px;
}

div.a_more {
    margin-right: 20px;
	margin-bottom: 15px;
    text-align: right;
}

div.news_date_text { 
	margin: 20px 10px;
}

div.news_date_text .left {
	float: left;
	color: #0286d6;
	font-weight: bold;
}

div.news_date_text .right {
	 margin-right: 20px;
	 float: right;
}

div.aftercat {
	height: 20px;
}

.year_pages {
	text-align: right;
	width: 100%;
	margin-bottom: 50px;
}

.year_pages span {
    font-weight: bold;
}
.year_pages a, .year_pages span {
    margin: 10px;
    font-size: 26px;
}

/* Страница поиска */
#squery_div {
	margin-bottom: 30px;
}

.search_list {
	margin-bottom: 30px;
}

/* Партнёры */
.projects a {
	margin-left: 30px;
}

/* Login form */
@media (min-width: 320px) {
  .login-form input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #CFCFCF;
  }
  .login-form input[type="text"].error,
  .login-form input[type="password"].error {
    border: 1px solid #FF4A4A;
  }
  .login-form input[type="submit"] {
    background: #0286d6;
    width: 100%;
    border: 0;
    color: #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
    height: 35px;
    font-size: 14px;
  }
  .login-form input[type="submit"]:hover {
    background: #F02525;
  }
  .login-form__input {
    width: 100%;
    margin-bottom: 7px;
  }
  .login-form__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .login-form__controls a {
    font-size: 14px;
    color: #6D76FF;
  }
  .login-form__controls-col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .login-form input {
    outline: none;
  }
}

#lk_module {
	text-align: right;
}

#lk_auth {
	margin-top: 10px;
}

#logout_link {
	margin-left: 30px;
}

a.btn {
	color: white !important;
}

#go_back {
	width: 100%;
	text-align: right;
	margin: 30px 0;
}

.shows {
	text-align: right;
	font-size: 12px;
}

.form-headliner {
	font-weight: bold;
	margin-top: 30px;
}

#breadcrumbs {
	margin: 20px 0 20px 0;
}

/* ------------------------- КЭШБЭК ------------------------- */
#cashback {
	padding: 12px 35px;
	margin-top: 20px;
}

.page__payment {
	margin-top: 30px;
}

#cashback_form .titleItem {
	font-size: 24px;
	font-weight: bold;
}