

/*.blog-record-list-small a {*/
/*font-size: 14px;*/
/*line-height: 18px;*/
/*}*/

/*.blog-record-list-small {*/
/*font-size: 13px;*/
/*line-height: 16px;*/
/*}*/
p {
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}
iframe {
    width: 700px;
    height: 385px;
}
#content {
    padding-bottom: 35px;
}
.blog_sidebar {
    width: 235px;
    border: 1px solid #d8d8d8;
    padding: 0 18px 20px;
    background: #ffffff;
    position: absolute;
}

.blog_sidebar .title {
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}
.blog_sidebar ul li {
    padding: 7px 0;
}
.blog_sidebar ul li a {
    display: block;
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;

}

.news_heading {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 18px;
}
.news_heading + .limit {
    margin-top: 30px;
    margin-left: 0;
}

.blog-record-list > div{
    float: left;
    width: 490px;
    height: 195px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    margin-top: 20px;
    overflow: hidden;
}
.content_right .blog-record-list > div{
    float: left;
    width: 365px;
    height: 150px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    margin-top: 20px;
    overflow: hidden;
}

.blog-record-list > div:nth-child(even) {
    margin-left: 20px;
}
.content_right .blog-record-list > div:nth-child(even) {
    margin-left: 15px;
}
.blog-record-list > div:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.blog-record-list > div .blog-image {
    height: 195px;
    width: 240px;
    overflow: hidden;
    position: relative;
}
.content_right .blog-record-list > div .blog-image {
    height: 148px;
    width: 170px;
    overflow: hidden;
    position: relative;
}
.blog-record-list > div .blog-image a {
    display: block;
}
.blog-record-list > div .blog-image img {
    max-width: 240px;
    max-height: 191px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-record-list .descr_container {
    float: left;
    width: 240px;
    padding-left: 10px;
    padding-top: 20px;
}
.content_right .blog-record-list .descr_container {
    float: left;
    width: 190px;
    padding-left: 10px;
    padding-top: 10px;
}
.blog-record-list .descr_container .date {
    font-weight: 400;
    font-size: 16px;
    color: #7f7f7f;
    font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
}
.content_right .blog-record-list .descr_container .date {
    display: none;
}
.blog-record-list h3 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}
.blog-record-list .descr_container p {
    font-size: 14px;
    font-weight: 400;
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
    max-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {

/*    .blog-record-list > div:nth-child(even) {
        margin-left: 0;
    }
    .blog-record-list > div{
        float: none;
        width: 100%;
        height: 125px;
    }
    .blog-record-list > div .blog-image {
        height: 123px;
        width: 155px;
    }
    .blog-record-list .descr_container {
        width: 80%;
        padding-left: 30px;
    }
    .content_right .blog-record-list > div:nth-child(even) {
        margin-left: 0;
    }
    .content_right .blog-record-list > div{
        float: none;
        width: 100%;
        height: 125px;
    }
    .content_right .blog-record-list > div .blog-image {
        height: 123px;
        width: 155px;
    }
    .content_right .blog-record-list .descr_container {
        width: 80%;
        padding-left: 30px;
    }*/




}
@media only screen and (min-width: 767px) and (max-width: 860px) {

    .blog-record-list .descr_container {
        width: 75%;
    }
}
@media (max-width: 1024px) {

.content_right .blog-record-list > div:nth-child(even) {
    margin-left: 0;
}

.content_right .blog-record-list .descr_container {
    width: 100px;
}
.content_right .blog-record-list .descr_container {
    width: inherit;
}
.content_right .blog-record-list > div {
    display: flex;
    width: 100%;
}
}
@media (max-width: 767px) {
        .content_right {
    padding-left: 0;
}
.blog-record-list h3 {
    font-size: 12px;
    line-height: 15px;
}
.blog-record-list .descr_container p {
    line-height: 15px;
}
.content_right .blog-record-list .descr_container {
    padding-left: 0;
}
}