/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.content-news-template-second .list-page___h1 {
    margin-bottom: 0;
}
.content-news-template-second__more-details {
    background: #EFEEEE;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Roboto";
    color: #070707;
    padding: 7px 26px 7px 24px;
    transition: background 0.2s ease-out;
    display: inline-block;
    vertical-align: top;
}
.content-news-template-second__more-details:hover {
    background: #ddd;
}
.content-news-template-second__tag {
    background: #EFEEEE;
    text-decoration: none;
    transition: background 0.2s ease-out;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Roboto";
    color: #070707;
    padding: 3px 6px 2px 5px;
}
.content-news-template-second__tag:hover {
    background: #ddd;
}
.content-news-template-second__top {
    position: relative;
    margin-bottom: 67px;
}
.content-news-template-second__top .slider {
    height: 333px;
    overflow: hidden;
    position: relative;
}
.content-news-template-second__top .slider.slick-initialized {
    height: auto;
}
.content-news-template-second__top__buttons {
    position: absolute;
    right: 0;
    bottom: 17px;
    width: 50%;
    text-align: center;
    font-size: 0;
}
.content-news-template-second__top__buttons .slick-arrow {
    background: url("../images/icons/strelka.svg") center center no-repeat rgba(238, 238, 238, 0.5);
    cursor: pointer;
    transition: background 0.2s ease-out;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 180px;
    margin: 0 9px;
}
.content-news-template-second__top__buttons .slick-arrow.slick-prev {
    transform: rotate(180deg);
}
.content-news-template-second__top__buttons .slick-arrow:hover {
    background-color: rgba(238, 238, 238, 1);
}
.content-news-template-second__top__item {
    padding-top: 31px;
}
.content-news-template-second__top__item .a {
    display: block;
    position: relative;
    min-height: 333px;
}
.content-news-template-second__top__item-left {
    width: calc(60% - 4px);
    padding: 13px 2px;
    display: block;
    min-height: calc(100% - 26px);
}
.content-news-template-second__top__item-text {
    background: #fff;
    padding: 70px 15% 26px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    position: relative;
    height: 100%;
    min-height: 307px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7.6px rgba(0, 0, 0, 0.07);
}
.content-news-template-second__top__item__icon {
    background: #fff;
    position: absolute;
    left: calc(50% - 50px);
    top: -37px;
    width: 100px;
    height: 100px;
    display:flex;
    align-items:center;
    justify-content: center;
    box-shadow: 0px 0px 8.7px rgba(0, 0, 0, 0.05);
    border-radius: 51px;
}
.content-news-template-second__top__item__icon img {
    max-width: 72px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.content-news-template-second__top__item-text-title,
.content-news-template-second__top__item-text-anons {
    display: block;
    text-align: center;
    color: #282828;
}
.content-news-template-second__top__item-text-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    font-family: "Roboto";
    padding-bottom: 11px;
}
.content-news-template-second__top__item-text-anons {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Roboto";
    padding-bottom: 26px;
}
.content-news-template-second__top__item-right {
    position: absolute;
    width: 41%;
    height: 100%;
    right: 0;
    top: 0;
}
.content-news-template-second__top__item-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content-news-template-second__top__item-right__tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.content-news-template-second__list {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0 0 0 -54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-items: stretch;
    align-content: start;
}
.content-news-template-second__list-li {
    padding-bottom: 49px;
    margin-left: 54px;
    position: relative;
}
.content-news-template-second__list-li .a {
    display: block;
    position: relative;
    height: 242px;
}
.content-news-template-second__list-li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-news-template-second__list-li__tag {
    position: absolute;
    left: 0;
    top: 0;
}
.content-news-template-second__list-li .a:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.37%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
}
.content-news-template-second__list-li__title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 26px 15px 14px;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s ease-out;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    font-family: "Roboto";
    color: #FFFFFF;
}
.content-news-template-second__list-li .a:hover .content-news-template-second__list-li__title {
    color: rgba(255, 255, 255, 0.8);
}
.content-news-template-second__list-li .icon-media {
    display: inline-block;
    vertical-align: bottom;
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 10px;
}
.content-news-template-second__list-li .icon-media.icon-media__video {
    background: url("../images/icons/video.svg") center center no-repeat;
}
.icon-media__photo {
    background: url("../images/icons/photo.svg") center center no-repeat;
}
.content-news-template-second__popular {
    font-size: 0;
    padding-bottom: 45px;
}
.content-news-template-second__popular__left,
.content-news-template-second__popular__right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.content-news-template-second__popular__left {
    position: relative;
}
.content-news-template-second__popular__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-news-template-second__popular__right {
    padding: 0 40px 0 54px;
    box-sizing: border-box;
    font-family: "Roboto";
}
.content-news-template-second__popular__left-info {
    background: #A4240D;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 4px 11px 1px 9px;
}
.content-news-template-second__popular__right__title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}
.content-news-template-second__popular__right__date {
    display: block;
    font-size: 14px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 6px;
}
.content-news-template-second__popular__right__anons {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 19px;
}
.content-news-template-second__popular__right__tag {
    display: block;
    margin-bottom: 8px;
}
@media(max-width:700px) {
    .content-news-template-second__list,
    .content-news-template-second__list-li {
        display: block;
    }
    .content-news-template-second__top {
        margin-bottom: 30px;
    }
    .content-news-template-second__top__item-text {
        box-shadow: inherit;
    }
    .content-news-template-second__top__item__icon {
        display: none;
    }
    .content-news-template-second__top__item .a {
        min-height: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .content-news-template-second__top__item-left {
        order: 1;
        width: auto;
        min-height: 0;
        padding: 0;
    }
    .content-news-template-second__top__item-right {
        order: 0;
        position: relative;
        width: auto;
    }
    .content-news-template-second__top__item-text {
        padding: 20px 0 40px;
        min-height: 0;
    }
    .content-news-template-second__top__buttons {
        width: 100%;
        bottom: 0;
    }
    .content-news-template-second__popular__left {
        display: block;
        width: auto;
    }
    .content-news-template-second__popular__right {
        display: block;
        width: auto;
        padding: 20px 0 0;
    }
}
