

/* Start:/local/templates/canada/components/bitrix/news/content/bitrix/news.list/news_root/style.css?177796955811740*/
.actual-now__block__text{font-weight: 300;font-size: 1.2rem;line-height: 1.6;margin-top: 10px;}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.h-object-fit picture {
    height: auto;
    width: 100%;
    position: absolute;
    inset: 0;
}
.h-object-fit picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actual-now {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background-color: #111a28;
    border: 1px solid #283346;
    padding: 1.5rem 0 2rem;
}
@media (max-width: 991px) {
    .actual-now {
        padding: 1rem 0;
    }
}
@media (max-width: 767px) {
    .actual-now {
        padding: 0;
        border-radius: 0;
        border: none;
        margin-bottom: 3rem;
    }
}
.actual-now .top-line {
    padding: 0 2rem;
    margin-bottom: 1rem;
}
@media (max-width: 1439px) {
    .actual-now .top-line {
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .actual-now .top-line {
        padding: 0 1rem;
    }
}
@media (max-width: 767px) {
    .actual-now .top-line {
        padding: 1.9rem 0 1rem 1rem;
        background-color: #1d2738;
        border-radius: 1rem;
        width: calc(100% + 2rem);
        margin-bottom: 0;
    }
}
.actual-now .top-line__inner {
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1439px) {
    .actual-now .top-line__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.actual-now .top-line__title {
    margin-top: 7px;
}
@media (max-width: 1439px) {
    .actual-now .top-line__title {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 991px) {
    .actual-now .top-line__title {
        margin-bottom: 1.8rem;
    }
}
.actual-now--simple {
    border: none;
    border-radius: 0;
    padding: 0;
}
.actual-now--simple .top-line {
    padding: 0;
}
@media (max-width: 1439px) {
    .actual-now--simple .top-line {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .actual-now--simple .top-line {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .actual-now--simple .top-line {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        width: 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .actual-now__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.actual-now__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block {
        padding: 1.5rem;
    }
}
@media (max-width: 991px) {
    .actual-now__block {
        padding: 1rem;
    }
}
@media (max-width: 767px) {
    .actual-now__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin-top: 1.9rem;
    }
}
.actual-now__block + .actual-now__block {
    border-top: 1px solid #283346;
}
@media (max-width: 767px) {
    .actual-now__block + .actual-now__block {
        padding-top: 2rem;
    }
}
.actual-now--simple .actual-now__block {
    padding: 2rem 0;
}
@media (max-width: 767px) {
    .actual-now--simple .actual-now__block {
        padding: 1rem;
        border: 1px solid #283346;
        border-radius: 1rem;
    }
}
.actual-now__block__thumb {
    width: 28rem;
    height: 15.6rem;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-right: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.actual-now__block__thumb img {
    width: 100%;
    height: 100%;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__thumb {
        width: 23rem;
        height: 12rem;
        margin-right: 1.5rem;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__thumb {
        margin-right: 2rem;
    }
}
@media (max-width: 767px) {
    .actual-now__block__thumb {
        margin: 0 auto 1.3rem;
        width: 100%;
        height: 0;
        padding-bottom: 55.5%;
    }
}

@media (min-width: 992px) {
    .actual-now__block__thumb:hover img {
        transform: scale(1.05) translateZ(0);
    }
}
.actual-now__block__thumb img {
    transition: transform 0.3s ease;
}
@media (min-width: 992px) {
    .actual-now__block__thumb img {
        transform: scale(1) translateZ(0);
    }
}
.actual-now__block__thumb .video-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__thumb .video-label {
        top: 5px;
        left: 5px;
    }
}
@media (max-width: 767px) {
    .actual-now__block__info {
        width: 100%;
    }
}
.actual-now__block__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
}
@media (max-width: 1189px) {
    .actual-now__block__top {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .actual-now__block__top {
        margin-bottom: 8px;
    }
}
.actual-now__block__cat,
.actual-now__block__time {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-right: 2.5rem;
    position: relative;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__cat,
    .actual-now__block__time {
        line-height: 1.5em;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__cat,
    .actual-now__block__time {
        line-height: 2em;
    }
}
.actual-now__block__cat:after,
.actual-now__block__time:after {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
}
.actual-now__block__time {
    color: hsla(0, 0%, 100%, 0.5);
}
.actual-now__block__cat {
    color: #fff;
    font-weight: 600;
    transform: translateZ(0);
}
@media (max-width: 767px) {
    .actual-now__block__cat {
        display: none;
    }
}
.actual-now__block__cat:before {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    background-color: #d81a41;
    position: absolute;
    left: 0;
    bottom: 0;
}
.actual-now__block__cat:hover:before {
    width: 100%;
}
.actual-now__block__comments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.5em;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__comments {
        line-height: 1.5em;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__comments {
        line-height: 2em;
    }
}
.actual-now__block__comments .icon-comments {
    font-size: 1.6rem;
    margin-right: 6px;
}
.actual-now__block__link a {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.5em;
    text-transform: capitalize;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__link a {
        font-size: 1.5rem;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__link a {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .actual-now__block__link a {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .actual-now--simple .actual-now__block__comment {
        width: calc(100% + 2rem);
        border-top: 1px solid #283346;
        padding: 1.7rem 1rem 0;
        margin: 1rem 0 0 -1rem;
    }
}
.actual-now__block__comment__title {
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 2.15em;
    color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 767px) {
    .actual-now--simple .actual-now__block__comment__title {
        display: none;
    }
}
.actual-now__block__comment__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.actual-now__block__comment__logo {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    overflow: hidden;
}
@media (max-width: 1189px) {
    .actual-now__block__comment__logo {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 8px;
        border-radius: 8px;
    }
}
.actual-now__block__comment__text {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.actual-now__block__comment__text p {
    margin-bottom: 0;
    font-weight: 200;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__comment__text p {
        line-height: 1.5em;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__comment__text p {
        font-size: 1.2rem;
        line-height: 2em;
    }
}
.actual-now__block__comment__text a {
    margin-right: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.1em;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .actual-now__block__comment__text a {
        line-height: 1.5em;
    }
}
@media (max-width: 1189px) {
    .actual-now__block__comment__text a {
        font-size: 1.2rem;
        line-height: 2em;
    }
}
.actual-now__block__comment__text b,
.actual-now__block__comment__text strong {
    font-weight: 600;
}
.actual-now__block__comment__reply {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1.1rem;
}
.actual-now__block__comment__reply a {
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 2.15em;
    color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 767px) {
    .actual-now__block__comment__reply a {
        line-height: 1.7em;
    }
}
@media (min-width: 768px) {
    .actual-now__block__comment__reply a:hover {
        color: #fff;
    }
}
.actual-now__button,
.actual-now__spin-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0 1.1rem;
}
@media (max-width: 991px) {
    .actual-now__button,
    .actual-now__spin-button {
        margin: 1rem 0;
    }
}
@media (max-width: 767px) {
    .actual-now__button,
    .actual-now__spin-button {
        margin: 1rem 0 0;
    }
}
.actual-now__spin-button a {
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.875em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: color 0.3s ease;
}
.actual-now__spin-button a .icon-reload {
    font-size: 1.6rem;
    color: #fff;
}
@media (min-width: 768px) {
    .actual-now__spin-button a:hover {
        color: #fff;
    }
}
.actual-now__spin-button__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    background-color: #333c4c;
}
.actual-now__button a:not(.btn) {
    text-decoration: underline;
    color: #d81a41;
    font-size: 1.6rem;
    line-height: 1.375em;
}
@media (max-width: 767px) {
    .actual-now__button a:not(.btn) {
        display: none;
    }
}
@media (min-width: 768px) {
    .actual-now__button a:not(.btn):hover {
        color: #e83d60;
    }
}
.actual-now__button .btn .icon-chevron {
    margin-right: 0;
    margin-left: 1.1rem;
}
/* End */
/* /local/templates/canada/components/bitrix/news/content/bitrix/news.list/news_root/style.css?177796955811740 */
