

/* Start:/local/templates/main/components/bitrix/news.detail/.default/style.css?17338914982478*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news-date-time {
    color: #486DAA;
}


div.news-detail .purchase-form [type=submit] {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(187, 23, 54, .85);
    color: white;
    border: 1px solid #767f8c;
    padding: .25rem 1rem;
}

div.news-detail .purchase-form [type=submit]:hover {
    background: rgba(187, 23, 54, .95);
}

div.news-detail .sng-country .purchase-form [type=submit] {
    background: rgba(23, 58, 187, .85);
}

div.news-detail .sng-country .purchase-form [type=submit]:hover {
    background: rgba(23, 58, 187, .95);
}

div.news-detail .youtube {
    width: 100%;
    min-height: 180px;
}

@media (min-width: 576px) {
    div.news-detail .youtube {
        min-height: 324px;
    }
}

@media (min-width: 768px) {
    div.news-detail .youtube {
        min-height: 432px;
    }
}

@media (min-width: 992px) {
    div.news-detail .youtube {
        min-height: 558px;
    }
}

@media (min-width: 1200px) {
    div.news-detail .youtube {
        min-height: 675px;
    }
}

.purchase-content-price {
    text-align: right;
    color: #767f8c;
}

.purchase-content-price span {
    text-decoration: underline;
}

.is-purchased-off,
.is-purchased-on {
    text-align: center;
    margin: 0 auto 1rem;
}

.is-purchased-off a,
.is-purchased-on a {
    text-decoration: none;
    border: 1px solid #767f8c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    padding: .25rem 1rem;
}

.is-purchased-off a {
    background: darkred;
}

.is-purchased-off a:hover {
    background: #e00000;
}

.is-purchased-on a {
    background: darkgreen
}

.is-purchased-on a:hover {
    background: #00c600
}

.quiz-block {
    text-align: center;
    margin: 45px auto;
}

.quiz-block a {
    padding: 15px;
    color: #fff;
    background: #608C58;
    font-weight: bold;
    border: 2px solid #44be2f;
    border-bottom: 5px double #44be2f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 1.2em;
}

.quiz-block a:hover {
    color: #eee;
    background: #44be2f;
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/.default/style.css?17338914982478 */
