/*стили для категорий*/
.content_categories
{
    background: #F6F7F9; /*#f5f9fd;*/
    border: none;
    margin: 0 0 10px;
    padding: 25px 20px;
    color: #1a1a1a;
    font-family: Arial;
}
.content_categories ul
{
    overflow: hidden;
}
.content_categories li
{
    display: block;
    height: auto;
    line-height: normal;
    font-size: 20px;
    padding: 5px 0px 5px 0px;
    background: none;
    margin-right: 0;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.content_categories li a
{
    color: #1a1a1a;
    font-weight: normal;
    display: block;
    padding: 0px 15px;
}
.content_categories li a:hover, .content_categories li a:focus
{
    color: #1a1a1a;
    text-decoration: none;
    background: #e4eef8;
}
.content_categories li a:before
{
    /*content: '-';*/
    display: inline-block;
    margin-right: 5px;
}

/*стили для фильтра*/
.content_categories + .filter-panel
{
    margin-top: 0;
}
.filter-panel
{
    background: none;
    border: none;
    margin: 0 0 30px;
    padding: 0;
    color: #003399;
    font-family: Arial;
    font-size: 12px;
}
.filter-panel .filter-link a
{
    padding: 0 0 0 25px;
    color: #003399;
    background: url("../images/custom/loupe.png") left center no-repeat;
}
.filter-panel .filter-link a:hover, .filter-panel .filter-link a:focus
{
    background-color: transparent;
    text-decoration: underline;
}
.filter-panel .filter-link a span
{
    padding-left: 0;
    background: none;
}

/*общий стиль списков*/
.lt-list-items
{
    font-family: Arial;
}
.lt-l-rm a
{
    display: inline-block;
    padding: 0 17px;
    line-height: 23px;
    color: #fff !important;
    background: #5a5a67; /*#0078D7;*/
    border-radius: 5px;
    font-size: 12px;
}
.lt-l-rm a:hover
{
    background: #000;
    text-decoration: none;
}
.content_list_item .nophoto a img
{
    min-height: auto !important;
    min-width: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
}

/*стили списка 1*/
.content_list_new1 .content_list_item
{
    margin-bottom: 20px;
    border: 2px solid #e6e6e6;
    padding: 10px;
    color: #000;
}
.content_list_new1 .content_list_item .photo
{
    margin-right: 0;
    width: 33%;
}
.lt-l1-cont
{
    margin-left: 33%;
    padding-left: 20px;
}
.lt-l1-ti
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.lt-l1-ti
{
    margin-bottom: 0;
}
.lt-l-dp
{
    font-size: 12px;
}
.content_list_new1 .f_title
{
    margin: 0 0 8px;
}
.lt-l-title
{
    font-size: 21px !important;
    line-height: 31px;
    font-weight: normal;
}
.lt-l-title a
{
    display: block;
}
.lt-l-title a:hover, .lt-l-title a:focus
{
    color: #003399;
    text-decoration: none !important;
}
.content_list_new1 .f_teaser
{
    margin-bottom: 15px;
}
.lt-l-teaser
{
    font-size: 12px;
    line-height: 28px;
    color: #666;
}
.lt-lt-ibar
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    color: #000;
}
.lt-lt-ibar > div
{
    margin-right: 20px;
}
.lt-lt-ibar > div:last-child
{
    margin-right: 0;
}
.lt-lt-ibar a
{
    color: #003399;
    display: block;
}
.lt-lt-ibar .bi_comments a
{
    color: #000;
}
.lt-lt-ibar .bi_comments a span, .lt-l-hits span
{
    color: #003399;
}

/*стили списка 2*/
.content_list_new2 .content_list_item
{
    margin-bottom: 55px;
}
.content_list_new2 .content_list_item .photo
{
    float: none;
    margin: 0;
    height: 340px;
    overflow: hidden;
}
.content_list_new2 .content_list_item .photo a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.content_list_new2 .content_list_item .photo a img
{
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.lt-l2-at
{
    position: relative;
    background: #000;
    padding: 11px 15px 11px 160px;
}
.lt-l2-at > div:first-child
{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.lt-l2-at > div:first-child a
{
    display: block;
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.lt-l2-at > div:first-child a img
{
    width: 100%;
    height: 100%;
}
.content_list_new2 .lt-l-title
{
    color: #fff;
    line-height: normal;
}
.content_list_new2 .lt-l-title a
{
    color: #fff;
}
.content_list_new2 .lt-l-title a:hover, .content_list_new2 .lt-l-title a:focus
{
    text-decoration: underline !important;
}
.content_list_new2 .ft_caption
{
    margin-bottom: 5px;
}
.content_list_new2 .f_teaser
{
    padding-left: 160px;
    margin-bottom: 10px;
}
.lt-l2-bi
{
    padding-left: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lt-l2-bi .lt-l-dp span
{
    display: none;
}
.content_list_new3
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.content_list_new3 > div
{
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}
.content_list_new3 > div > div
{
    width: 100%;
}
.content_list_new3 .content_list_item
{
    border: 2px solid #e6e6e6;
    padding: 10px 10px 125px;
    position: relative;
}
.content_list_new3 .content_list_item .photo
{
    float: none;
    margin: 0 0 8px;
    height: 200px;
}
.content_list_new3 .content_list_item .photo a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.content_list_new3 .content_list_item .photo a img
{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.content_list_new3 .lt-l-teaser
{
    line-height: 18px;
}
.content_list_new3 .lt-l1-ti
{
    margin-bottom: 10px;
}
.content_list_new3 .lt-lt-ibar
{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.content_list_new3 .lt-lt-ibar > div
{
    margin-right: 0;
}
.content_list_new3 .lt-lt-ibar > div:first-child
{
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.content_list_new3 .lt-lt-ibar > div:first-child> div:first-child
{
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
.content_list_new3 .lt-lt-ibar > div:first-child> div:first-child a
{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.content_list_new3 .lt-lt-ibar > div:first-child> div:first-child a img
{
    width: 100%;
    height: 100%;
}
.content_list_new3 .lt-lt-ibar > div:nth-child(2)
{
    margin-bottom: 15px;
    display: flex;
}
.content_list_new3 .lt-lt-ibar > div:nth-child(2) > div:first-child
{
    margin-right: 20px;
}
.content_list_new3 .lt-l-rm
{
    display: flex;
    justify-content: flex-end;
}

/*адаптивность*/
@media(max-width: 991px)
{
    .content_list_new1 .content_list_item .photo
    {
        width: 45%;
    }
    .lt-l1-cont
    {
        margin-left: 45%;
    }
    .lt-l-title
    {
        font-size: 18px !important;
        line-height: 22px;
    }
    .lt-l1-ti
    {
        margin-bottom: 10px;
    }
    .content_list_new3 > div
    {
        width: 50%;
    }
}
@media(max-width: 750px)
{
    .lt-l2-at > div:first-child a
    {
        width: 60px;
        height: 60px;
    }
    .lt-l2-at
    {
        background: #000;
        padding: 10px 20px 10px 100px;
    }
    .content_list_new2 .ft_caption
    {
        margin-bottom: 15px;
    }
    .content_list_new2 .f_teaser, .lt-l2-bi
    {
        padding-left: 0;
    }
    .lt-l-teaser
    {
        line-height: 18px;
    }
}
@media(max-width: 650px)
{
    .content_list_new1 .content_list_item .photo
    {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .content_list_new1 .lt-lt-ibar
    {
        justify-content: space-between;
    }
    .lt-lt-ibar > div
    {
        margin-right: 0;
    }
    .lt-l1-cont
    {
        padding-left: 0;
    }
    .lt-l1-cont
    {
        margin-left: 0;
    }
    .content_list_new2 .lt-lt-ibar
    {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .lt-l2-bi
    {
        display: block;
    }
    .content_list_new2  .lt-l-rm
    {
        display: flex;
        justify-content: flex-end;
    }
    .content_list_new3 > div
    {
        width: 100%;
    }
    .content_list_new3 .content_list_item .photo, .content_list_new2 .content_list_item .photo
    {
        height: auto;
    }
    .content_list_new3 .content_list_item .photo a img, .content_list_new2 .content_list_item .photo a img
    {
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 100%;
    }
    .content_categories
    {
        padding: 15px;
    }
    .content_categories li
    {
        font-size: 16px;
    }
    .content_categories li a
    {
        padding: 5px 8px;
    }
}
@media(max-width: 450px)
{
    .content_list_new2 .lt-lt-ibar > div
    {
        width: 50%;
        margin: 0 0 5px;
    }
    .content_categories li
    {
        width: 100%;
    }
}