

/* Start:/local/templates/tss/components/bitrix/news.detail/tss_35_detail/style.css?17799549752501*/
.tss35-detail {
    padding: 50px 0 60px;
    background: #fff;
}

.tss35-detail__back {
    display: inline-block;
    margin-bottom: 25px;
    color: #003263;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 3px solid #003263;
    padding-bottom: 3px;
    transition: .2s;
}

.tss35-detail__back:hover {
    color: #e1393e;
    border-color: #e1393e;
}

.tss35-detail__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 36px;
    color: #454545;
    position: relative;
}

.tss35-detail__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    left: 0;
    background: #cccccc;
}

.tss35-detail__title span {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.tss35-detail__date {
    display: inline-flex;
    margin-bottom: 25px;
    font-weight: 600;
    color: #696969;
    background: #ffffff url('/local/templates/tss/img/date.png') no-repeat 8px 50%;
    border-radius: 24px;
    box-shadow: rgba(1, 1, 1, 0.08) 0 0 10px;
    padding: 4px 15px 6px 30px;
    align-items: center;
}

.tss35-detail__image {
    margin-bottom: 35px;
    background: #f3f3f3;
    box-shadow: rgba(1, 1, 1, 0.12) 0 0 12px;
}

.tss35-detail__image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.tss35-detail__text {
    color: #292828;
    font-family: Georgia;
    font-size: 18px;
    line-height: 28px;
}

.tss35-detail__text p {
    margin-bottom: 22px;
}

.tss35-detail__text ul,
.tss35-detail__text ol {
    margin-bottom: 22px;
    padding-left: 25px;
}

.tss35-detail__text ul li {
    list-style: square;
    margin-bottom: 8px;
}

.tss35-detail__text ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

.tss35-detail__text a {
    color: #e1393e;
    text-decoration: underline;
}

.tss35-detail__text a:hover {
    text-decoration-color: transparent;
}

.tss35-detail__text img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .tss35-detail {
        padding: 35px 0 45px;
    }

    .tss35-detail__title {
        font-size: 28px;
    }

    .tss35-detail__text {
        font-size: 16px;
        line-height: 25px;
    }

    .tss35-detail__image img {
        max-height: none;
    }
}

@media (max-width: 575px) {
    .tss35-detail__title {
        font-size: 24px;
    }
}
/* End */
/* /local/templates/tss/components/bitrix/news.detail/tss_35_detail/style.css?17799549752501 */
