/* Partials */

/* Настройки адаптива */

/* Изменение настроек сетки */

/* Точки адаптива */

/* Сокращения
Пример использования: @media (--mobile) {}
*/

/* Переменные */

/* colors */

/* colors */

/* sizes */

/* /sizes */

/* fonts */

/* $font-circle: 'circle', Arial, sans-serif; */

/* svg icons */

/* Миксины */

/* Стиль и размер кнопок */

/* Стиль и размер элементов форм */

/* Очистка потока для блоков с плавающими элементами */

/* Стилизация placeholder'ов */

.posts-header {
    padding: 143px 0;
    height: 370px;
}

.posts-header .container {
    position: relative;
}

.posts-header__title h1 {
    margin: 0;
    text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__title {
        padding: 0 32px;
    }
}

@media (max-width: 479px) {

    .posts-header__title {
        padding: 0 5px;
    }
}

.posts-header__search {
    position: absolute;
    top: 14px;
    left: 32px;
    width: 328px;
    height: 56px;
}

.posts-header__search .form-search {
    position: relative;
}

.posts-header__search .form-search__input {
    padding: 18px 55px 14px 30px;
    border-radius: 28px;
    border: 0;
    background-color: #f2f2f2;
    color: #999;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0.45px;
    letter-spacing: 0.45px;
    letter-spacing: 0.02813rem;
}

.posts-header__search .form-search__input:hover, .posts-header__search .form-search__input:focus {
    background-color: #f2f2f2;
}

.posts-header__search .form-search__submit {
    position: absolute;
    right: 24px;
    top: 18px;
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: transparent;
    background-image: url('/local/templates/assets/img/svg/search-btn.svg');
    background-repeat: no-repeat;
    border: none;
}

.posts-header__search .form-search__submit:hover {
    background-color: transparent;
}

@media (min-width: 1024px) and (max-width: 1269px) {

    .posts-header__search {
        top: 95px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .posts-header__search {
        top: 95px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__search {
        position: static;
        position: initial;
        width: 100%;
        height: auto;
        padding: 32px 32px 15px 32px;
    }
}

@media (max-width: 479px) {

    .posts-header__search {
        position: static;
        position: initial;
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }
}

.posts-header__subscribe {
    position: absolute;
    top: 14px;
    right: 32px;
    width: 328px;
    height: 56px;
    display: none;
    position: relative;
    width: 250px;/* @media (--tablet-lg-min) and (--desktop-nm) {
            top: 95px;
        }

        @media (--tablet-min) and (--tablet-lg) {
            top: 95px;
        } */
}

/* margin-left: 31px; */

.posts-header__subscribe .subscribe {
    position: absolute;
    padding-right: 50px;
    cursor: pointer;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.posts-header__subscribe .subscribe:after {
    content: ' ';
    background: url('/local/templates/assets/img/svg/mail.svg') no-repeat;
    width: 35px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}

.posts-header__subscribe .form-subscribe {
    position: relative;
    display: none;
}

.posts-header__subscribe .form-subscribe__input {
    padding: 18px 55px 14px 30px;
    border-radius: 28px;
    border: 0;
    background-color: #f2f2f2;
    color: #999;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0.45px;
    letter-spacing: 0.45px;
    letter-spacing: 0.02813rem;
}

.posts-header__subscribe .form-subscribe__input:hover, .posts-header__subscribe .form-subscribe__input:focus {
    background-color: #f2f2f2;
}

.posts-header__subscribe .form-subscribe__submit {
    position: absolute;
    right: 24px;
    top: 15px;
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: transparent;
    background-image: url('/local/templates/assets/img/svg/arrow-nextto.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.posts-header__subscribe .form-subscribe__submit:hover {
    background-color: transparent;
}

.posts-header__subscribe_encyclopedia {
    position: absolute;
    display: block;
}

.posts-header__subscribe_encyclopedia .subscribe {
    display: none;
}

.posts-header__subscribe_encyclopedia .form-subscribe {
    display: block;
}

@media (min-width: 1024px) and (max-width: 1269px) {

    .posts-header__subscribe_encyclopedia {
        top: 95px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .posts-header__subscribe_encyclopedia {
        top: 95px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__subscribe_encyclopedia {
        position: static !important;
        position: initial !important;
        width: 100% !important;
        height: auto !important;
        padding: 32px 32px 15px 32px !important;
    }
}

@media (max-width: 479px) {

    .posts-header__subscribe_encyclopedia {
        position: static;
        position: initial;
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__subscribe .subscribe {
        top: 80%;
        left: 32px;
        right: auto;
        right: initial;
    }
}

@media (max-width: 479px) {

    .posts-header__subscribe .subscribe {
        top: 80%;
        left: 5px;
        right: auto;
        right: initial;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__subscribe {
        position: relative;/* width: 100%; */
        width: 232px;
        min-height: 24px;
        height: auto;
        padding: 0 32px 10px 32px;
        left: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 479px) {

    .posts-header__subscribe {
        position: relative;
        width: 100%;
        padding: 5px;
        right: 0;
        margin-left: 0;
    }
}

.posts-header__search-result {
    margin-top: 60px;
}

.posts-header__search-result .result {
}

.posts-header__search-result .result__query {
    font-weight: bold;
}

.posts-header__search-result .result__query:after {
    content: "\00bb";
}

.posts-header__search-result .result__query:before {
    content: "\00ab";
}

.posts-header__search-result .result__text {
    margin: 0;
}

@media (min-width: 1024px) and (max-width: 1269px) {

    .posts-header__search-result {
        margin-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .posts-header__search-result {
        margin-top: 90px;
        padding: 0 32px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-header__search-result {
        margin-top: 40px;
        padding: 0 32px;
    }
}

@media (max-width: 479px) {

    .posts-header__search-result {
        margin-top: 40px;
        padding: 0 5px;
    }
}

@media (min-width: 1024px) and (max-width: 1269px) {

    .posts-header {
        height: 320px;
        padding: 70px 0;
    }
    }

@media (min-width: 768px) and (max-width: 1023px) {

    .posts-header {
        height: 330px;
        padding: 100px 0 65px 0;
    }
    }

@media (max-width: 767px) {

    .posts-header {
        height: auto;
        padding: 70px 0 55px 0;
    }
    }

.posts-highlights {
    padding-bottom: 100px;
}

.posts-highlights .grid {
    position: relative;
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0 -16px
}

.posts-highlights .grid__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 32px;
    padding: 0 16px;
}

.posts-highlights__inner {
    width: 1168px;
    margin: 0 auto;
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-highlights__inner {
        width: 929px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-highlights__inner {
        width: 704px;
    }
}

@media (max-width: 767px) {

    .posts-highlights__inner {
        width: 100%;
    }
}

.posts-highlights__post .post {
    background-color: #f2f2f2;
    cursor: pointer;
    display: block;
    height: 100%;/*  p {
                margin-bottom: 16px;
                max-height: 58px;
                overflow: hidden;
                min-height: 68px;
            }
 */
}

.posts-highlights__post .post__image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.posts-highlights__post .post__content {
    padding: 28px 30px;
    min-height: 215px;
}

.posts-highlights__post .post__news-section {
    color: #999;
    font-size: 16px;
}

.posts-highlights__post .post__title {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;/* max-height: 48px; */
    height: 74px;
    overflow: hidden;
}

.posts-highlights__post .post__text {
    font-size: 16px;
    color: black;
    max-height: 45px;
    overflow: hidden;
}

.posts-highlights__post .post:hover .post__text {
    color: black;
}

@media (max-width: 767px) {

    .posts-highlights__post .post__text {
        max-height: 145px;
    }
}

@media (min-width: 1366px) {

    .posts-highlights__post .post {
        width: 368px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-highlights__post .post {
        width: 288px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-highlights__post .post {
        width: 336px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-highlights__post .post {
        width: 100%;
        margin: 0 auto;
    }
}

.posts-highlights__fact .fact {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    padding: 70px 100px;
}

.posts-highlights__fact .fact__content {
}

.posts-highlights__fact .fact__image {
    display: block;
    margin: 0 auto 25px auto;
    background-size: cover;
    background-position: center;
}

.posts-highlights__fact .fact__title {
    text-align: center;
}

.posts-highlights__fact .fact__text {
    font-size: 16px;
    margin: 0;
    text-align: center;
}

@media (min-width: 1366px) {

    .posts-highlights__fact .fact__content {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-highlights__fact .fact__content {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}

@media (min-width: 1366px) {

    .posts-highlights__fact .fact {
        width: 768px;
        height: 487px;
        padding: 20px 100px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-highlights__fact .fact {
        width: 608px;
        height: 490px;
        padding: 70px 20px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-highlights__fact .fact {
        width: 704px;
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {

    .posts-highlights__fact .fact {
        width: 100%;
        padding: 50px 25px;
    }
}

@media screen and (max-width: 479px) {

    .posts-highlights .grid {
        margin: 0px;
    }
        }

@media screen and (max-width: 479px) {

    .posts-highlights .grid__item {
        padding: 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-highlights .grid__item {
        padding: 0 16px;
    }

    .posts-highlights .grid__item--width2 {
        height: auto;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-highlights .grid__item {
        display: block;
        padding: 0 56px;
        margin: 0 auto 32px auto;
    }

    .posts-highlights .grid__item--width2 {
        padding: 0;
        height: auto;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-highlights .grid {
        margin: 0 -16px;
    }

    .posts-highlights .grid .grid__item--width2 + .grid__item {
        position: absolute;
        top: 0;
        right: 0;
    }
        }

@media (min-width: 480px) and (max-width: 767px){

    .posts-highlights .grid {
        margin: 0;
    }
        }

.popular {
    padding-bottom: 130px
}

.popular__title {
    text-align: center;
}

.popular__post {
    padding-top: 70px;
    font-size: 0;
}

.popular__post-item {
    width: 352px;
    padding: 0 16px;
    cursor: pointer;
}

.popular__post-item .post {
    display: block;
}

.popular__post-item .post p {
    margin-bottom: 16px;
}

.popular__post-item .post__content {
    text-align: center;
}

.popular__post-item .post__image {
    width: 232px;
    height: 232px;
    border-radius: 116px;
    display: block;
    margin: 0 auto 25px auto;
}

.popular__post-item .post__news-section {
    color: #999;
    font-size: 16px;
}

.popular__post-item .post__title {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
}

.popular__post-item .post__text {
    font-size: 16px;
    color: black;
}

.popular__post-item .post:hover .post__text {
    color: black;
}

@media (min-width: 1366px) {

    .popular__post-item {
        width: 336px;
        padding: 0;
        display: inline-block;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .popular__post-item {
        display: inline-block;
        margin-bottom: 60px;
        padding: 0 40px;
        width: 416px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .popular__post-item {
        display: inline-block;
        width: 352px;
        padding: 0 16px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {

    .popular__post-item {
        width: 100%;
        padding: 0;
        display: block;
        margin: 0 auto 60px auto;
    }
}

@media (min-width: 1366px) {

    .popular__post {
}
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .popular__post {
        width: 832px;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .popular__post {
        width: 704px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .popular__post {
}
}

.posts-list {
    padding-bottom: 110px;
}

.posts-list .grid {
    list-style: none;
    font-size: 0
}

.posts-list .grid__item {
    margin-bottom: 30px;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 1023px) {

    .posts-list {
        padding-bottom: 32px;
    }
    }

.posts-list__inner {
    width: 1168px;
    margin: 0 auto;
}

.posts-list__fact {
    display: inline-block;
}

.posts-list__fact .fact {
    display: block;
    background-color: #f2f2f2;
}

.posts-list__fact .fact__image {
    display: block;
    margin: 0 auto 25px auto;
}

.posts-list__fact .fact__title {
    text-align: center;
}

.posts-list__fact .fact__text {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

@media (min-width: 1366px) {

    .posts-list__fact .fact {
        width: 768px;
        padding: 70px 100px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list__fact .fact {
        width: 608px;
        padding: 70px 40px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list__fact .fact {
        width: 704px;
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {

    .posts-list__fact .fact {
        width: 100%;
        padding: 50px 25px;
    }
}

.posts-list__video {
    display: inline-block;
    vertical-align: top;
}

.posts-list__video-item {
    cursor: pointer;
    margin-bottom: 55px;
}

.posts-list__video-item .video {
}

.posts-list__video-item .video__image {
    display: inline-block;
    width: 112px;
    height: 112px;
    border-radius: 56px;
    position: relative;
}

.posts-list__video-item .video__image:after {
    content: ' ';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 46px;
    left: 46px;
    background: url('/local/templates/assets/img/svg/play.svg') no-repeat;
    background-size: cover;
}

.posts-list__video-item .video__content {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    box-sizing: border-box;
    width: 252px;
}

.posts-list__video-item .video__type {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
}

.posts-list__video-item .video__title {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.posts-list__video-item .video__duration {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.posts-list__video-item .video__duration:before {
    content: ' ';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    background: url('/local/templates/assets/img/svg/time.svg') no-repeat;
    background-size: cover;
}

@media (max-width: 479px) {

    .posts-list__video-item .video__image:after {
        top: 45px;
        left: 70px;
    }
}

@media (max-width: 479px) {

    .posts-list__video-item .video__image {
        width: 132px;
        padding-left: 25px;
    }
}

@media (min-width: 1366px) {

    .posts-list__video-item .video__content {
        width: 252px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list__video-item .video__content {
        width: 176px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list__video-item .video__content {
        width: 224px;
    }
}

@media (max-width: 767px) {

    .posts-list__video-item .video__content {
}
}

@media (max-width: 479px) {

    .posts-list__video-item .video__type {
        padding-left: 16px;
    }
}

@media (min-width: 1366px) {

    .posts-list__video-item {
        width: 368px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list__video-item {
        width: 288px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list__video-item {
        width: 336px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-list__video-item {
        width: 100%;
        min-width: 368px;
        padding: 0 56px;
    }
}

@media (max-width: 479px) {

    .posts-list__video-item {
        width: 100%;
        padding: 0 5px;
    }
}

.posts-list__news {
    padding-top: 30px;
}

.posts-list__news-banner .banner {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}

.posts-list__news-banner .banner__logo {
    fill: white;
    width: 130px;
    height: 80px;
}

.posts-list__news-banner .banner__content {
    position: absolute;
    top: 255px;
    width: 100%;
    text-align: center;
    color: white;
}

.posts-list__news-banner .banner__type {
    font-size: 19px;
}

.posts-list__news-banner .banner__title {
    color: white;
}

@media (min-width: 1366px) {

    .posts-list__news-banner .banner {
        width: 368px;
        height: 496px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list__news-banner .banner {
        width: 288px;
        height: 496px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list__news-banner .banner {
        width: 336px;
        height: 456px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-list__news-banner .banner {
        width: 100%;
        min-width: 368px;
        height: 496px;
    }
}

@media (max-width: 767px) {

    .posts-list__news-banner .banner {
        width: 100%;
        height: 496px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-list__news-banner {
        padding: 0 56px;
    }
}

.posts-list__news-item .post {
    display: block;
}

.posts-list__news-item .post p {
    margin-bottom: 16px;
}

.posts-list__news-item .post__content {
    padding: 15px 0 25px 0;
}

.posts-list__news-item .post__image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.posts-list__news-item .post__news-section {
    color: #999;
    font-size: 16px;
}

.posts-list__news-item .post__news-section_center {
    text-align: center;
}

.posts-list__news-item .post__title {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
}

.posts-list__news-item .post__title_big {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.posts-list__news-item .post__text {
    font-size: 16px;
    color: black;
}

.posts-list__news-item .post__text_center {
    text-align: center;
}

.posts-list__news-item .post:hover .post__text {
    color: black;
}

@media (max-width: 767px) {

    .posts-list__news-item .post__content {
        padding: 15px 5px 25px 5px;
    }
}

@media (max-width: 479px) {

    .posts-list__news-item .post__content {
        padding: 15px 15px 25px 15px;
    }
}

@media (min-width: 1366px) {

    .posts-list__news-item .post {
        width: 368px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list__news-item .post {
        width: 288px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list__news-item .post {
        width: 336px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .posts-list__news-item .post {
        width: 100%;
        padding: 0 56px;
        min-width: 368px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .posts-list__news-item .post {
        width: 100%;
    }
}

.posts-list__more {
    text-align: center;
}

.posts-list__pagination {
    padding-top: 65px;
}

.posts-list__pagination .pagination {
}

@media (max-width: 1023px) {

    .posts-list__pagination .pagination {
        padding-top: 16px;
    }
}

@media (max-width: 1023px) {

    .posts-list__pagination {
        padding-top: 16px;
    }
}

@media (min-width: 1366px) {

    .posts-list .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 767px) {

    .posts-list .grid__item {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1366px) {

    .posts-list .grid {
        margin: 0 -16px;
    }
        }

@media (max-width: 1365px) and (min-width: 1024px) {

    .posts-list .grid {
        margin: 0 -16px;
    }
        }

@media (max-width: 1023px) and (min-width: 768px) {

    .posts-list .grid {
        margin: 0 -16px;
    }
        }

@media (max-width: 767px) {

    .posts-list .grid {
}

        }

.best-materials {
}

.best-materials__inner {
    width: 1168px;
    margin: 0 auto;
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .best-materials__inner {
        width: 929px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .best-materials__inner {
        width: 704px;
    }
}

@media (max-width: 767px) {

    .best-materials__inner {
        width: 100%;
    }
}

.best-materials__title {
    text-align: center;
}

.best-materials__news {
    padding-top: 100px;
}

.best-materials__news .grid {
    list-style: none;
    font-size: 0;
}

.best-materials__news .grid__item {
    margin-bottom: 32px;
    display: inline-block;
}

@media (max-width: 1023px) {

    .best-materials__news {
        padding-top: 32px;
    }
}

.best-materials__news-item {
    cursor: pointer;
}

.best-materials__news-item .post {
    display: block;
}

.best-materials__news-item .post p {
    margin-bottom: 16px;
}

.best-materials__news-item .post__image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.best-materials__news-item .post__content {
    padding: 25px 0;
}

.best-materials__news-item .post__news-section {
    font-size: 16px;
    color: #999;
}

.best-materials__news-item .post__title {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
}

@media (max-width: 767px) {

    .best-materials__news-item .post__content {
        padding: 15px 5px 25px 5px;
    }
}

@media (max-width: 479px) {

    .best-materials__news-item .post__content {
        padding: 15px 15px 25px 15px;
    }
}

@media (min-width: 1366px) {

    .best-materials__news-item .post {
        width: 368px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .best-materials__news-item .post {
        width: 288px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .best-materials__news-item .post {
        width: 336px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .best-materials__news-item .post {
        width: 100%;
        padding: 0 56px;
        min-width: 368px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

    .best-materials__news-item .post {
        width: 100%;
    }
}

@media (min-width: 1366px) {

    .best-materials__news .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .best-materials__news .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .best-materials__news .grid__item {
        padding: 0 16px;
    }
}

@media (max-width: 767px) {

    .best-materials__news .grid__item {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1366px) {

    .best-materials__news .grid {
        margin: 0 -16px;
    }
}

@media (max-width: 1365px) and (min-width: 1024px) {

    .best-materials__news .grid {
        margin: 0 -16px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .best-materials__news .grid {
        margin: 0 -16px;
    }
}

.add-materials {
}

.add-materials__title {
    text-align: center;
    padding-bottom: 55px;
    margin: 0;
}

.add-materials__block {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 320px;
    background: #f2f2f2;
    text-align: center;
    border-bottom: solid 1px #dadada;
    position: relative;
}

.add-materials__block .block {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.add-materials__block .block__background-image {
    height: 220px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.add-materials__block .block__content {
    position: absolute;
    text-align: center;
    width: 200px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.add-materials__block .block__text {
    font-size: 120%;
    color: #666;
}

.add-materials__block .block:hover .block__title {
    color: #17c4c9;
}

@media (max-width: 479px) {

    .add-materials__block {
        width: 100%;
        display: block;
    }
}

.add-materials__block-1 {
    border-right: solid 1px #dadada;
}

@media (max-width: 479px) {

    .add-materials__block-1 {
        border-right: none;
    }
}

.add-materials__block-2 {
}

.search-result {
}

.search-result__posts {
    margin-bottom: 75px;
    position: relative;
}

.search-result__posts .posts {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.search-result__posts .posts__item {
    list-style: none;
    margin-bottom: 40px;
}

.search-result__posts .posts__item .post {
    position: relative;
    min-height: 90px;
}

.search-result__posts .posts__item .post p {
    margin-bottom: 16px;
}

.search-result__posts .posts__item .post__image {
    width: 136px;
    height: 88px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.search-result__posts .posts__item .post__content {
    max-width: 635px;
    display: inline-block;
    vertical-align: top;
    padding-left: 165px;
}

.search-result__posts .posts__item .post__title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.search-result__posts .posts__item .post__text {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 1023px) {

    .search-result__posts {
        margin-bottom: 24px;
    }
}

@media (max-width: 479px) {

    .search-result__posts .posts__item .post__image {
        width: 110px;
    }
}

@media (max-width: 479px) {

    .search-result__posts .posts__item .post__content {
        padding-left: 130px;
    }
}

@media (max-width: 479px) {

    .search-result__posts .posts__item .post__title {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.03px;
    }
}

@media (max-width: 479px) {

    .search-result__posts .posts__item .post__text {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .search-result__posts .posts {
        padding: 0 32px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .search-result__posts .posts {
        padding: 0 32px;
    }
}

@media (max-width: 479px) {

    .search-result__posts .posts {
        padding: 0 16px;
    }
}

.search-result__layer-mobile {
    display: none;
}

@media (max-width: 479px) {

    .search-result__layer-mobile {
        background-image: url('/local/templates/assets/img/posts_catalog/layer.png');
        position: absolute;
        bottom: -75px;
        left: 0;
        background-repeat: repeat-x;
        width: 100%;
        height: 180px;
        display: block;
    }
}

.search-result__more {
    text-align: center;
    margin-bottom: 70px;
}
