

/* Start:/bitrix/templates/mixcar/css/news_on_main.css?17778767872095*/
.td--blocks_on_main {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 20px;
    margin-bottom: 40px;
}

.td--news_blocks {
    width: 49%;
}
.td--news_blocks-title {
    font-size: 17px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.td--news_blocks-title a{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 16px;
    font-family: 'Open Sans';
}

.td--news_block {
    width: 100%;
    border: 1px solid #dcdfe2;
    background: #fff;
    padding: 40px 16px;
    margin-bottom: 13px;
}
.td--news_block-title {}
.td--news_block-anons {}

.td--news_block-date {}

.td--video_block {
    padding: 16px;
}

.td--video_wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.td--video_wrap object,
.td--video_wrap embed,
.td--video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Lazy-load placeholder for embedded videos (Rutube, etc.) */
.td--video_lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.td--video_lazy-play {
    width: 68px;
    height: 48px;
    background: rgba(0,0,0,.7) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="%23f00"/><path d="M45 24L27 14v20" fill="%23fff"/></svg>') center no-repeat;
    background-size: cover;
    border-radius: 4px;
}

@media screen and (max-width: 660px) {
    .td--blocks_on_main {
        display: block;
        margin: 0;
    }
    .td--news_blocks {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/mixcar/css/news_on_main.css?17778767872095 */
