
.main-item_content {
    border-top: 2px solid #fff
}

.main-item_content-title {
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 72px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    /*letter-spacing: -0.02em;*/
    color: #fff;
    transition: 0.2s ease-in-out
}

.main-item_content-title:hover {
    color: #fff;
    text-decoration: underline
}

.main-item_content-title:focus {
    outline: 3px solid #0073e6 !important;
    outline-offset: 2px
}

@media (max-width: 991px) {
    .main-item_content-title {
        margin:10px 0 35px;
        font-size: 14px;
        line-height: 18px
    }
}

.main-item_content-date {
    font-size: .9rem;
    font-weight: 100;
    line-height: 16px;
    /*letter-spacing: -0.02em;*/
    color: #A0A0A0;
    margin-top: 15px;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .main-item_content-date {
        margin:10px 0;
        font-size: 10px;
        line-height: 14px
    }
}

.main-item_news-top {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden
}

.main-item_news-section {
    background-color: #000;
    padding: 60px 0
}
/* 
.main-item_news-section--inner-page {
    background-color: aquamarine;
}
*/

@media (max-width: 991px) {
    .main-item_news-section {
        padding:25px 0 10px
    }
}

@media (max-width: 575px) {
    .main-item_news-section .wrap-all-link a {
        height:25px
    }

    .main-item_news-section .wrap-all-link a:focus {
        outline: 3px solid #0073e6 !important;
        outline-offset: 2px
    }

    .main-item_news-section .wrap-all-link span {
        display: none
    }
}

.main-item_news-preview {
    width: calc(100% - 12.5%);
    height: 280px;
    display: block;
    position: relative;
    margin-bottom: 15px
}

.main-item_news-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1279px) {
    .main-item_news-preview {
        width:100%
    }
}

@media (max-width: 991px) {
    .main-item_news-preview {
        height:170px
    }
}

.main-item_news-preview-video {
    position: relative
}

.main-item_news-preview-video:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,43,66,0.4);
    z-index: 1;
    content: '';
    display: block
}

.main-item_news-preview-video:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 76px;
    z-index: 10;
    opacity: .7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3Cmask%20id%3D%22a%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%229%22%20y%3D%228%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aalpha%22%3E%3Cpath%20fill%3D%22%23D9D9D9%22%20d%3D%22M9%208h24v24H9z%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M17%2027V13l11%207z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.main-item_news-content-title {
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    /* margin-left: 5px; */
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    /* letter-spacing: -0.02em; */
    color: #fff;
    width: calc(100% - 12.5%);
    transition: 0.2s
    ease-in-out;
}

@media (max-width: 991px) {
    .main-item_news-content-title {
        margin:10px 5px 45px;
        font-size: 16px;
        line-height: 20px;
        width: calc(100% - 15px)
    }
}

.main-item_news-content-title:hover {
    color: #fff;
    text-decoration: underline
}

.main-item_news-content-title:focus {
    outline: 3px solid #0073e6 !important;
    outline-offset: 2px
}

.main-item_news-content-date {
    margin: 15px 0 10px;
    font-size: .9rem;
    font-weight: 100;
    line-height: 16px;
    /*letter-spacing: -0.02em;*/
    color: #A0A0A0
}

@media (max-width: 991px) {
    .main-item_news-content-date {
        margin:10px 0;
        font-size: 10px;
        line-height: 14px
    }
}

.main-item_news-card-link {
    max-height: 100%;
    margin-bottom: 5px;
    font-size: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

@media (min-width: 1280px) {
    .main-item_aside-inner {
        padding-left:20px
    }
}

@media (min-width: 768px) {
    .main-item_aside-inner {
        padding-bottom:10px
    }
}