/* Start:/local/components/timelabs/live.detail/templates/.default/style.css?16469071925247*/
.entry {
    padding: 50px 0 0;
}

.entry__video {
    text-align: center;
}

.entry__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.entry__video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.entry__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0;
}

.header-entry__image {
    position: relative;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
}

.header-entry__image-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    text-align: left;
    background: #e7e7e7;
    padding-bottom: 75%;
}

.header-entry__image-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}

.header-entry__age {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    margin: 15px;
    border-radius: 5px;
    color: #fff;
    background: red;
    display: inline-block;

}

.header-entry__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header-entry__title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.header-entry__date {
    font-size: .85rem;

}

.header-entry__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
}

.header-entry__list-title {
    margin-right: 15px;
    padding-bottom: 5px;
}

.header-entry__item {
    color: rgb(208, 63, 48);
    padding: 0 15px 5px 0;

}

.content-entry {
    padding-top: 35px;
}

.photos-entry {
    padding-top: 55px;
}

.photos-entry__item {
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.photos-entry__item-container {
    position: relative;
    height: 0;
    overflow: hidden;
    text-align: left;
    background: #e7e7e7;
    padding-bottom: 72.5%;
}

.photos-entry__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.photos-entry .slick-prev,
.photos-entry .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgb(208, 63, 48);
    z-index: 9;
}

.photos-entry .slick-arrow:before {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 1.25rem;
}

.photos-entry .slick-prev {
    left: -25px;
}
.photos-entry .slick-prev:before {
    content: "\f104";
}

.photos-entry .slick-next {
    right: -25px;
}

.photos-entry .slick-next:before {
    content: "\f105";
}


.entry__comments {
    padding-top: 60px;
}

.comments__item {
    padding: 25px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 20px #d0d7db;
    box-shadow: 0 0 20px #d0d7db;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    border-radius: 20px 20px 60px 20px;
}

.comments__item + .comments__item {
    margin-top: 25px;
}

.comments__header {
    padding-bottom: 15px;
}

.comments__message {
    color: #212529;
    line-height: 1.6;
}

.comments__form {
    padding-top: 25px;
}

.btn-comments {
    border-radius: 0;
    text-transform: uppercase;
    background: #d03f30;
    color: #fff;
    border: 1px solid #d03f30;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 17px;
    line-height: 50px;
    height: 50px;
    transition: .3s;
    will-change: color, background;
}

.btn-comments:hover {
    color: #d03f30;
    background: #fff;
}

.form-control,
.form-control:focus {
    outline: 0;
}

.social-list__link {
    height: 30px;
    width: 30px;
    font-size: 1rem;
    border-radius: .25rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    will-change: opacity;
}
.social-list__link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}
.social-list__link_vk {
    background-color: #5181b8;
}

.social-list__link_fb {
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
}

.social-list__link_ok {
    background-color: #e47d08;
}

@media (min-width: 768px) {
    .entry__header {
        flex-direction: row;
    }
    .header-entry__content {

        padding: 0 0 0 30px;
    }
    .header-entry__title {
        font-size: 2rem;
    }
    .header-entry__image {
        position: relative;
        -ms-flex: 0 0 400px;
        -webkit-flex: 0 0 400px;
        flex: 0 0 400px;
        width: 100%;
        max-width: 400px;
        margin-bottom: 0;
    }

}

/* End */
/* /local/components/timelabs/live.detail/templates/.default/style.css?16469071925247 */