/* ====== Common styles for page-news and page-news-video news ====== */

.page-news .sidebar-popular-box {
    margin-top: 50px;
    margin-bottom: 15px;
    color: #252525;
}

.page-news .sidebar-popular-box ol {
    list-style: none;
    counter-reset: item;
    background-color: #F7F7F9;
    padding: 0 12px 30px 19px;
    margin-bottom: 0;
}

.page-news .sidebar-popular-box ol li {
    padding-bottom: 20px;
    counter-increment: item;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1em;
}

.page-news .sidebar-popular-box ol li span {
    font-family: "roboto_condensedregular";
    color: #252525;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.page-news .sidebar-popular-box ol li span:hover {
    color: #0d329a;
}

.page-news .sidebar-popular-box ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0.1em; 
    font-family: "roboto_condensedregular";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
  }

.page-news .sidebar-popular-box h3 {
    text-transform: uppercase;
    background-color: #F7F7F9;
    padding: 40px 19px 30px;
    margin-bottom: 0;
    font-family: "pt_sans_narrowbold";
    font-size: 28px;
}

/* ===== News homepage styles START ===== */
.page-news a > .section-title,
.page-news a > .section-title-line  {color: #252525;}
.page-news a:hover .section-title,
.page-news a:hover .section-title-line    {color: #556eb8;}

@media (min-width:320px){
    .page-news .news-main-accents-wrapper .col-sm-6:nth-child(2n+1) {clear: both;}
}

/* Top accents block START */
@media (min-width:320px){
    .news-homepage-accents-wrapper {margin-bottom: 16px;}
    .news-homepage-accents-wrapper .col-sm-6:nth-child(2n+1) {clear: both;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent {padding-left: 0px; padding-right: 0px;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .media-cont {height: auto;}
    /* .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .thumb-desc {padding: 0.7em 0 0 16px;} */
    .news-homepage-accents-wrapper .main-accent-wrapper .thumb-title .title {font-size: 20px; line-height: 1.1em; max-height: none;}
    .news-homepage-accents-wrapper .main-accent-wrapper.sub-accent-wrapper .thumb-title .title {font-size: 18px; line-height: 1.1em;}
}
@media (min-width:480px){
    .news-homepage-accents-wrapper .main-accent-wrapper.sub-accent-wrapper .thumb-title .title {font-size: 19px; line-height: 1.2em;}
}
@media (min-width: 768px) {
    .news-homepage-accents-wrapper {margin-bottom: 22px;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .media-cont {height: 270px;}
    .news-homepage-accents-wrapper .main-accent-wrapper .thumb-title .title {font-size: 24px; line-height: 1.1em; max-height: none;}
}
@media (min-width: 992px) {
    .news-homepage-accents-wrapper {margin-bottom: 0px;}
    .news-homepage-accents-wrapper .main-accent-wrapper .thumb-box {margin-bottom: 33px;}
    .news-homepage-accents-wrapper .col-sm-6:nth-child(2n+1) {clear: none;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent {padding-left: 16px; padding-right: 16px;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .media-cont {height: auto;}
    .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .thumb-desc {padding: 0.7em 0 0 0;}
    .news-homepage-accents-wrapper .main-accent-wrapper .thumb-title .title {font-size: 28px; line-height: 1.1em; max-height: none;}
    .news-homepage-accents-wrapper .main-accent-wrapper.sub-accent-wrapper .thumb-title .title {font-size: 28px; line-height: 1.1em;}
}
@media (min-width: 1150px) {
    .news-homepage-accents-wrapper .news-homepage-custom-accent {padding-left: 23px; padding-right: 23px;}
}
@media (min-width:1200px){
    .news-homepage-accents-wrapper .thumb-additional-info .media-date-on {padding-bottom: 0.2em; padding-right: 20px;}
}
/* Top accents block END */

/* News from today block, Mynews block START  */
.page-news .news-grey-boxes-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.page-news .news-from-today-block,
.page-news .my-news-block   {background-color: #F7F7F9; display: block;}
.page-news .my-news-block-image {width: 100%;height: 100%;object-fit: cover;object-position: center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.page-news .news-from-today-block .section-title-line {border-bottom: 1px solid #fff; color: #fff; background: #0d329a;}
.page-news .my-news-block-small .thumb-title {float: left; display: block; width: 50%; clear: none;}
.page-news .news-from-today-block .thumb-box,
.page-news .my-news-block .thumb-box    {float: none;}
.page-news .my-news-block-small .btns-container-left {margin-left: 25px;}
.page-news .my-news-block .left-col-btn-wrapper {float: left; width: 100%;}
.page-news .my-news-block .btns-container-left  {margin: 15px 0 20px 0; clear: both; display: block; float: left;}
.page-news .my-news-block .btns-container-left .btn-default {float: left;}
.my-news-block-small .thumb-box {margin-bottom: 10px;}
.page-news .my-news-block-small > div {background: #ebebeb; padding: 0; margin-top: 50px;}
.my-news-block-small .media-date-on { margin-bottom: 5px;}
.page-news .news-from-today-block .thumb-box {margin-bottom: 0;}
.page-news .news-from-today-block .thumb-title {padding-bottom: 30px;}
.page-news .news-from-today-block .border-thumb-box .thumb-title {border-bottom: 1px solid #fff;}
.page-news .news-from-today-block .thumb-box .thumb-desc  {
    padding: 20px 0 0 10px; 
}
.category-my-news .thumb-block-name {
    font-family: pt_sansbold;
    color: #0d329a;
    margin-right: 34px;
    line-height: 1.4em;
}
.page-news .my-news-block-large {display: none;}
@media (min-width:320px){
    .page-news .news-grey-boxes-wrapper {margin-bottom: 53px;}
    .page-news .news-from-today-block,
    .page-news .my-news-block   {margin-left: -16px;margin-bottom: 0px; float: left; width: calc(100% + 32px); height: auto;}
    .page-news .my-news-block   {margin-top: 22px;}
    .page-news .my-news-block-small .section-title-line {
        font-size: 20px; margin: 0 0 0 0; padding: 5px 16px 5px 27px;
    }
    .page-news .news-from-today-block .section-title-line {font-size: 20px; margin: 0 0 0 0; padding: 5px 16px 5px 27px;}
    .page-news .my-news-block .section-title-line {position: relative;margin: 0 0 0 0; padding: 22px 16px 20px 16px;font-size: 28px; line-height: 22px;border-bottom-width: 0;}
    .page-news .my-news-block .section-title-line::after {content: '';display: block;position: absolute;right: 7px;top: 20px;width: 26px;height: 26px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg id='chevron-down 2'%3E%3Cpath id='Vector' d='M9.75 19.5L16.25 13L9.75 6.5' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;background-size: 100%;}
    .page-news .news-from-today-block .thumb-box,
    .page-news .my-news-block .thumb-box    {padding: 0 16px 0 16px;}
    .page-news .my-news-block .thumb-box    {margin-bottom: 0px;}
    .page-news .my-news-block .thumb-box .thumb-title h4 {font-weight: 700;}
    .page-news .my-news-block .thumb-box .thumb-desc {padding: 0;}
    .page-news .my-news-block .thumb-box .thumb-desc .thumb-additional-info .thumb-category-title {margin-top: 10px;font-family: "roboto_condensedregular";text-transform: unset;font-weight:600 !important}
    .page-news .my-news-block .thumb-box .thumb-additional-info {position: relative;padding-top: 56.25%;float: none;}
    .page-news .my-news-block .btns-container-left  {padding-left: 16px;}
    .page-news .my-news-block .btn-blue, .page-news .my-news-block a.btn-blue {width: 159px;padding: 0;font-size: 16px;font-weight: 700;background-color: #24b3d9;border-width: 0;height: 36px;line-height: 36px;}
    .page-news .my-news-block .btn-blue:hover, .page-news .my-news-block a.btn-blue:hover {background-color: #1ea2c6;}
}
@media (min-width:768px){
    .my-news-block-small br {display: none;}
    .my-news-block-small .media-date-on { margin-bottom: 0px;}
    .page-news .my-news-block-small > div {margin-top: 0px;}
    .page-news .my-news-block-small .thumb-title {float: none; width: 100%; clear: both;}
    .page-news .my-news-block-image {width: 100%; float: none; padding: 0;}
    .page-news .my-news-block-small .thumb-desc {padding: 20px 32px 6px 27px}
    .page-news .my-news-block-small .btns-container-left {margin-left: 25px;}
    .page-news .my-news-block-small .btns-container-left a {margin-bottom: 20px;}
    .page-news .news-grey-boxes-wrapper {margin-bottom: 53px;}
    .page-news .news-from-today-block,
    .page-news .my-news-block   {height: 100%;}
    .page-news .my-news-block   {margin-top: 0px;}
    .page-news .my-news-block .section-title-line   {font-size: 24px; margin: 6px 0 0 0;}
    .page-news .news-from-today-block .section-title-line {font-size: 24px;}
    .page-news .my-news-block-small .section-title-line {font-size: 24px;}
    .page-news .news-from-today-block .thumb-box,
    .page-news .my-news-block .thumb-box    {padding: 0 16px 0 16px;}
    .page-news .my-news-block .thumb-box .thumb-desc    {padding: 0.7em 0 0 0;}
}
@media (min-width:992px){
    .page-news .my-news-block-large {display: block;}
    .page-news .news-from-today-block .thumb-box .thumb-desc  {
        padding: 10px 0 0 10px; 
    }
    .page-news .news-from-today-block  {margin-bottom: 50px;}
    .page-news .news-from-today-block .section-title-line ,
    .page-news .my-news-block .section-title-line {font-size: 28px;padding-right: 19px;padding-left: 19px;}
    .page-news .news-from-today-block .thumb-box,
    .page-news .my-news-block .thumb-box    {padding: 0 19px 0 19px;}
    .page-news .news-from-today-block .thumb-box .thumb-desc,
    .page-news .my-news-block .thumb-box .thumb-desc    {padding: 0 0 0 0;}
    .page-news .my-news-block .btns-container-left  {padding-left: 20px;}
}
/* News from today block, Mynews block END */

/* News block Dont miss block START */

@media (min-width: 320px) {
   .common-news-block.news-dont-miss-block {margin-top: 0px;}
   .common-news-block.news-dont-miss-block ul.thumbs-list, .common-news-block ul.thumbs-list {margin: 0 0 0 0;}
   .common-news-block.news-dont-miss-block .thumb-desc {padding: 0 0 0 14px;}
}
@media (min-width: 768px) {
    .common-news-block.news-dont-miss-block {margin-top: 0px;}
    .common-news-block.news-dont-miss-block ul.thumbs-list {margin: 22px 0 0 0;} 
    .common-news-block.news-dont-miss-block .thumb-desc {padding: 0.7em 0 0 0;}
}
@media (min-width: 992px) {
    .page-news .my-news-block {width: 100%;max-width: 398px; margin-right: auto; margin-left: auto}
}
/* News block Dont miss block END */

@media (min-width: 320px) {
    .page-news .news-block {margin-top: 22px;}
}
@media (min-width: 992px) {
    .page-news .news-block {margin-top: 35px;}
}

/* More news from category block START */
.page-news .common-news-block.border-top-on {
    border-top: 5px solid #f2f2f2;
}
.common-news-block.news-more-from-category .section-title-line {border-bottom-width: 0;color: #3049A2;}
@media (min-width:320px){
.common-news-block.news-random-from-category ul.thumbs-list {margin: 40px 0 40px 0;}
}
@media (min-width:992px){
.common-news-block.news-random-from-category ul.thumbs-list {margin: 40px 0 40px 0;}
}

.common-news-block.news-more-from-category .news-list-wrapper {padding-bottom: 32px; padding-top: 32px}
.common-news-block.news-more-from-category .news-list-wrapper:last-child {border-bottom: 0px;}
.common-news-block.news-more-from-category .main-accent-wrapper {padding-right: 0px; padding-left: 0px;}
.common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .media-cont {float: left;}
.common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc {float: left;}
.common-news-block.news-more-from-category .news-list-wrapper .thumb-title .title {float: left;}
.common-news-block.news-more-from-category .news-list-wrapper .thumb-title .custom-arrow-bullet {float: left; color: #0d329a; padding: 0 10px 0px 0px; vertical-align: top;
}

@media (min-width:320px){
    .common-news-block.news-more-from-category .section-title-line {margin: 20px 0 0px 0;}
    .common-news-block.news-more-from-category .news-list-wrapper {padding-top: 26px; padding-bottom: 0px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper {padding-right: 0px; padding-left: 0px; padding-bottom: 15px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper .thumb-box {width: 100%;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc {width: 59%; padding: 0 0 0 14px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper .thumb-desc {width: 100%; padding: 0 0 0 0;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .media-cont {width: 41%;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-title .title {font-size: 20px; line-height: 1.1em;}
    .common-news-block.news-more-from-category .thumb-title .title {font-size: 19px; line-height: 1.1em;}
    .common-news-block.news-more-from-category .thumb-desc {padding: 0 0 0 0;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .thumb-additional-info {margin-top: 10px}
    .common-news-block.news-more-from-category .news-list-wrapper .thumb-title .custom-arrow-bullet {font-size: 22px;line-height: 18px;}
    .common-news-block.news-more-from-category .news-list-wrapper .btn-blue, .common-news-block.news-more-from-category .news-list-wrapper a.btn-blue {margin-top: -15px;width: 226px;font-size: 20px;background-color: #24b3d9;border-width: 0;line-height: 40px;height: 40px;}
    .common-news-block.news-more-from-category .news-list-wrapper .btn-blue:hover, .common-news-block.news-more-from-category .news-list-wrapper a.btn-blue:hover {background-color: #1ea2c6;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .media-cont {width: 100% !important; padding-right: 0;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-desc {width: 100% !important; margin-top: 19px;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-title {padding-bottom: 29px;border-bottom: 1px solid #e5e5e5;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-additional-info {display: none !important;}
}
@media (min-width:768px){
    .common-news-block.news-more-from-category .news-list-wrapper {padding-top: 40px; padding-bottom: 0px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper .thumb-box {width: 100%; margin-bottom: 15px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .media-cont {width: 31%;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc {width: 59%; padding: 0 0 0 14px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-title .title {font-size: 24px; line-height: 1.1em;}
    .common-news-block.news-more-from-category .news-list-wrapper .thumb-title .custom-arrow-bullet {font-size: 23px;line-height: 18px;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .media-cont {width: 31% !important;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-desc {width: 59% !important; margin-top: 0;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-title {border-bottom-width: 0;}
}
@media (min-width:992px){
    .common-news-block.news-more-from-category .news-list-wrapper {padding-top: 32px; padding-bottom: 0px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper {padding-right: 0px; padding-left: 0; padding-bottom: 10px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box {margin-bottom: 30px;}
    .common-news-block.news-more-from-category .sub-accents-wrapper .thumb-box {width: 100%;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc{width: 68%; padding: 0 0 0 20px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc p {margin-top: 7px;color: #4F4F4F;font-family: "pt_sansregular";font-size: 16px;font-style: normal;font-weight: 400;line-height: 22px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .media-cont {width: 32%;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-additional-info {margin-top: 0px !important;margin-bottom: 20px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-title .title {font-size: 28px; line-height: 1.1em;}
    .common-news-block.news-more-from-category .thumb-title .title {font-size: 20px; line-height: 1.2em;}
    .common-news-block.news-more-from-category .thumb-desc {padding: 0 0 16px 0;}
    .common-news-block.news-more-from-category .news-list-wrapper .thumb-title .custom-arrow-bullet {font-size: 28px;line-height: 22px;}
    .common-news-block.news-more-from-category .news-list-wrapper .btn-blue, .common-news-block.news-more-from-category .news-list-wrapper a.btn-blue {width: 270px;height: 46px; line-height: 46px;}
    .common-news-block.news-more-from-category .news-list-wrapper .btns-container-centered {margin-left: -23px;}
    .common-news-block.news-more-from-category {margin-bottom: 30px;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-title {padding-bottom: 0; border-bottom: 0;}

    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-desc{width: 68%; padding: 0 0 0 20px;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .thumb-desc {width: 68% !important;padding-left: 20px;}
    .common-news-block.news-more-from-category .main-accent-wrapper .thumb-box .media-cont{width: 32%;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-box .media-cont {width: 32% !important;}
    .common-news-block.news-more-from-category .main-accent-wrapper.latest-svg .thumb-additional-info {display: inherit !important;}
}
/* More news from category block END */

@media (min-width: 320px) {
    .common-news-block.news-random-from-category .row-custom {margin-left: -32px; margin-right: -32px;}
}
@media (min-width: 1150px) {
    .common-news-block.news-random-from-category .row-custom {margin-left: -46px; margin-right: -46px;}
}

.common-news-block.news-more-from-category.category-my-news .news-list-wrapper {background-color: #f5f5f5; border-bottom: 0px;}
.common-news-block.news-more-from-category.category-my-news .btn-wrapper .btn-default {float: right;}
.common-news-block.news-more-from-category.category-mission-education .btn-wrapper .btn-default {float: none; margin: 0 auto; width: 190px;}
@media (min-width:768px){
    .common-news-block.news-more-from-category.category-mission-education .btn-wrapper .btn-default {float: right; width: auto;}
}
.common-news-block.news-more-from-category.no-section-title {margin: 20px 0 0 0;}
.common-news-block.news-more-from-category.no-section-title .news-list-wrapper {border-top: 1px solid #f2f2f2;}

.page-news .widget-wrapper {text-align: center; margin: 50px 0 0 0;}
.page-news .widget-sinoptik-wrapper {margin-top: 16px;}
.page-news .widget-wrapper .section-title {width: 100%; text-align: left; color: #0d329a;}
.page-news .widget-wrapper a > .section-title,
.page-news .widget-wrapper a > .section-title  {color: #0d329a;}
.page-news .widget-wrapper a:hover .section-title,
.page-news .widget-wrapper a:hover .section-title {color: #556eb8;}
.page-news .widget-wrapper .widget-placeholder {background-color: #ebebeb; padding: 10px 0 10px 0px;}

.page-news .link-to-radio,
.page-news .fb-widget-wrapper {
   display: block;
   margin: 0 auto;
}
.page-news .widget-wrapper .fb-widget-wrapper {
    position: relative;
}

.page-news .widget-wrapper .fb-widget-wrapper span {
    position: absolute;
    top: 58%;
    left: 56%;
    font-size: 14px;
    color: #ffffff;
}

/* News in progress block START */
.page-news .news-in-progress-block {display: flex;flex-wrap: nowrap;overflow-x: auto;gap: 13px;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;}
.page-news .news-in-progress-block > .thumb-box-wrapper {flex: 0 0 auto;scroll-snap-align: start;padding: 0;width: 225px;}
.page-news .news-in-progress-title h2 {text-transform: uppercase;font-family: "roboto_condensedregular";background: #f7f7f9;color: #ffffff;font-size: 15px;line-height: 22px;margin: 0;}
.page-news .news-in-progress-title a {display: block;width: calc(100% + 16px);}
.page-news .news-in-progress-title.blue h2 span {background: #3049A2;}
.page-news .news-in-progress-title.blue a:hover h2 span, .page-news .news-in-progress-title.blue a:focus h2 span {background-color: #3354CA;}
.page-news .news-in-progress-title.red h2 span {background: #B80000;}
.page-news .news-in-progress-title.red a:hover h2 span, .page-news .news-in-progress-title.red a:focus h2 span {background-color: #D80F0F;}
.page-news .news-in-progress-title .arrow-wrapper {display: inline-block;position: relative;padding: 3px 30px 3px 13px;clip-path: polygon(0 0, 100% 0%, 95% 100%, 0 100%);}
.page-news .news-in-progress-block .thumb-box .thumb-desc {padding: 0 0 0 0;}
.page-news .news-in-progress-block .line-decoration::before {display: block;content: "";position: absolute;left: 0;top: -3px;height: 20px;width: 20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='22' viewBox='0 0 11 22' fill='none'%3E%3Cpath d='M9.5 1L1 21' stroke='%23DEDEDE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-color: transparent;transform: unset;}
.page-news .news-in-progress-block .title-text {overflow: hidden; }
.page-news .news-in-progress-block .title-arrow {padding-left: 8px; font-size: 22px;}

@media (min-width: 320px) {
    .page-news .news-in-progress-block {margin-bottom: 25px;scrollbar-width: none;-ms-overflow-style: none;}
    .page-news .news-in-progress-block .arrow-wrapper {min-height: 32px; width: 100%;}
    .page-news .news-in-progress-block .arrow-wrapper:after {display: none;}
    .page-news .news-in-progress-block .title-text {display: block; width: 100%; max-width: 100%; max-height: 40px;}
    .page-news .news-in-progress-title h2 {margin-top: 10px;margin-bottom: 8px;}
    .page-news .news-in-progress-block .thumb-box {margin-top: 12px; margin-bottom: 12px;} 
    .page-news .news-in-progress-block .thumb-box .title {font-size: 16px !important; padding-left: 0;text-indent: 20px;}
}
@media (min-width: 480px) {
    .page-news .news-in-progress-block .arrow-wrapper {height: 32px;max-height: none;width: auto;}
    .page-news .news-in-progress-block .arrow-wrapper:after {display: block;}
    .page-news .news-in-progress-block .title-text {display: inline-block; white-space: nowrap; max-width: 440px;} 
}
@media (min-width: 768px) {
    .page-news .news-in-progress-block .title-text {max-width: 578px;}
    .page-news .news-in-progress-title h2 {margin-bottom: 0px;}
    .page-news .news-in-progress-block .thumb-box {margin-top: 27px; margin-bottom: 27px;} 
    .page-news .news-in-progress-block .thumb-box .title {font-size: 18px; padding-left: 0px;}
}
@media (min-width: 992px) {
    .page-news .news-in-progress-block {gap: 18px;margin-top: 30px;}
    .page-news .news-in-progress-block {margin-top: 30px; margin-bottom: 42px;}
    .page-news .news-in-progress-block {overflow-x: visible;} 
    .page-news .news-in-progress-block > .thumb-box-wrapper {flex:1}
    .page-news .news-in-progress-block .thumb-box {margin-top: 0;margin-bottom: 0;}
    .page-news .news-in-progress-title h2 {margin-top: 20px;}
}
@media (min-width: 1024px) {
    .page-news .news-in-progress-block .line-decoration {margin-left: -5px;}
    .page-news .news-in-progress-block .title-text {max-width: 630px;}
}
/* News in progress block END */

/* Horoscope widget START */

/* Horoscope widget END */

/* Poll block START */
.page-news .user-poll-section {
    border: 1px solid #e8e8e8;
    padding-top: 20px;
}
.page-news .panel-heading {
    font-family: 'roboto_condensedregular';
    font-size: 20px;
    line-height: 1.2em;
}
.page-news .panel {
     border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    padding: 0px 20px 0px 20px;}
.page-news .panel-body {margin-top: 24px;margin-bottom: 8px;}
.page-news .panel-footer {padding: 0px 20px 10px 20px;}

.page-news .panel-footer a.btn-default {
    height: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    padding: 0px 20px;
    line-height: 34px;
}
.poll-results {
    width: 100%;
    padding: 14px 28px 14px 28px;
    background:#f5f5f5;
}
.page-news .user-poll-section .progress {height: 5px;}

.user-poll-section .poll-btn {
	float:none;
}
/* Poll block END */





/* ===== This is not rewritten yet ===== */

/* ===== Video news page styles START ===== */

.page-news-video {
    margin-top: 50px;
    margin-bottom: 80px;
    border: 0px;
}
@media screen and (max-width: 1024px) {
    .page-news-video {
        margin-top: 15px;
    }
}

.page-news-video .video-title {
    padding: 0;
    margin-bottom: 30px;
}

.page-news-video .more-videos-title-wrapper {
   padding-right: 0;
   padding-left: 0;
}

.page-news-video .more-videos-title-wrapper h2 {
   margin-bottom: 19px;
}

.page-news-video .padding-right-0,
.page-news .padding-right-0 {
    padding-right: 0;
}

.page-news-video .section-title-line {
    color: #222222;
}

.page-news-video .content-section-title {
    color: #0d329a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 5px solid #f2f2f2;
}

.page-news-video .thumb-desc h4 a {
    font-family: 'roboto_condensedregular';
    font-size: 20px;
}

.page-news-video .thumb-desc h4 a:hover {
    color: #0d329a;
}
    @media screen and (max-width: 1024px) {
        .page-news-video .thumb-desc h4 a {
            font-size: 19px;
        }
    }

    @media screen and (max-width: 480px) {
        .page-news-video .thumb-desc h4 a {
            font-size: 18px;
        }
    }

.page-news-video .thumb-desc h4 a {
    color: #252525;
}

.page-news-video .line-decoration h2 {
    font-size: 28px;
}

    @media screen and (max-width: 991px) {
        .page-news-video .line-decoration h2 {
            font-size: 24px;
        }
    }

.page-news-video .line-decoration h3 {
    font-size: 25px;
}

    @media screen and (max-width: 991px) {
        .page-news-video .line-decoration h3 {font-size: 22px;}
    }

.page-news-video .morning-block-section .thumb-desc {padding: 0.2em 0 0 0;}

.page-news-video .thumb-desc.responsive-desc-text {padding-top: 0.2em;}

@media screen and (max-width: 500px) {
    .page-news-video .thumb-desc.responsive-desc-text {
        padding-top: 0;
        margin-top: -10px;
    }

    .page-news-video .responsive-desc-text h4 {line-height: 0.8;}
}

.page-news-video .button-wrapper {text-align: center;}

.page-news-video .play-icon {
    background: url("../images/play-icon.png");
    width: 89px;
    height: 89px;
    position: absolute;
    top: 35%;
    left: 42%;
}
    @media screen and (min-width: 768px) and (max-width: 950px) {
        .page-news-video .play-icon {
            top: 30%;
            left: 38%;
        }
    }

    @media screen and (max-width: 660px) {
        .page-news-video .play-icon {
            left: 42%;
            transform: scale(0.8, 0.8);
        }
    }

    @media screen and (max-width: 460px) {
        .page-news-video .play-icon {
            top: 31%;
            left: 39%;
            transform: scale(0.6, 0.6);
        }
    }
    @media screen and (max-width: 380px) {
        .page-news-video .play-icon {
            left: 36%;
            top: 24%;
        }
    }

@media screen and (min-width: 320px) {
    .page-news-video .line-decoration .thumb-additional-info .time-label-offset {
        padding-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .page-news-video .line-decoration .thumb-additional-info .time-label-offset {
        padding-left: 1.2em;
    }
}

/* News video Archive block START */
.page-news-video .archive-block li {
   padding-left: 0;
   padding-right: 0;
}
.page-news-video .archive-block .media-cont {
   width: 40%; float: left;
}
.page-news-video .archive-block .thumb-desc {
   width: 60%; float: left;
}
@media (min-width: 320px) {
   .page-news-video .archive-block {
      margin-top: 30px;
   }
   .page-news-video .archive-block .section-title-line {
      margin: 0 0 0 0;
      padding: 0 0 15px 0;
   }
   .page-news-video .archive-block .thumb-box {
      margin-bottom: 22px;
   }
   .page-news-video .archive-block .thumb-desc {
      padding: 0 16px;
   }
}
@media (min-width: 768px) {
    .page-news-video .archive-block {
      margin-top: 0px;
   }
    .page-news-video .archive-block {
      margin: 0 0 10px 0;
      padding: 0 0 15px 0;
   }
}
@media (min-width: 992px) {
    .page-news-video .archive-block .section-title-line {
      margin: 20px 0 10px 0;
      padding: 0 0 15px 0;
   }
    .page-news-video .archive-block .thumb-box {
      margin-bottom: 33px;
   }
}
/* News video Archive block END */

 /* ====== Expanded video overlay START ====== */

#video-overlay-inAbox {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-expanded-wrapper {
    width: 1200px;
    margin: 0 auto;
}
    @media screen and (max-width: 1248px) {
        .video-expanded-wrapper {
            width: 100%;
            padding: 0 24px;
        }
    }

    @media screen and (max-width: 680px) {
        .video-expanded-wrapper {
            padding: 0 16px;
        }
    }

.video-overlay,
#video-overlay-shade {
    display: none;
}

#video-overlay-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #222222;
}

.video-overlay {
    position: absolute;
    top: -300px;
    left: 0;
    height: 100%;
    z-index: 10000;
    background-color: #222222;
    color: #fff;
}

.video-expanded-top-bar {
    margin: 15px auto;
    color: #b7b7b7;
}

.video-expanded-top-bar .counter {
    text-align: center;
    margin-left: 50%;
}
    @media screen and (max-width: 880px) {
        .video-expanded-top-bar .counter {
            text-align: center;
            margin-left: 48%;
        }
    }
    @media screen and (max-width: 450px) {
        .video-expanded-top-bar .counter {
            text-align: center;
            margin-left: 46%;
        }
    }

.video-expanded-top-bar .close {
    background: url("../images/x-button.jpg");
    position: absolute;
    width: 53px;
    height: 53px;
    z-index: 50;
    display: inline;
    top: 5px;
    right: 5px;
}

    @media screen and (max-width: 1100px) {
        .video-expanded-top-bar .close {
            transform: scale(0.8, 0.8);
            top: 2px;
            right: 2px;
        }
    }

    @media screen and (max-width: 460px) {
        .video-expanded-top-bar .close {
            transform: scale(0.6, 0.6);
        }
    }

.video-expanded {
    margin-top: 65px;
}

.video-expanded .img-text {
    display: block;
    margin: 8px 0;
    height: 80px;
    overflow: hidden;
}

.video-expanded .social-buttons {
    padding: 10px 0;
}

.video-expanded .facebook-btn { /* used just for visual presentation*/
    -moz-user-select: none;
    background: #2A49A5;
    border: 1px solid #082783;
    box-shadow: 0 1px #4C6BC7 inset;
    color: white;
    padding: 3px 5px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #082783;
    font: 12px Verdana, sans-serif;
}

.video-expanded .btn-blue {
    border: none;
    padding: 7px 55px;
}

.weather-right-col-block .media-cont {
    width: 40%;
    float: left;
}
.weather-right-col-block .thumb-desc {
    width: 60%;
    float: left;
}
.news-from-today-block.weather-right-col-block .thumb-box .media-cont {
    margin: 10px 0 10px 0;
}
/* ====== Expanded video overlay END ====== */

.horoscope-wrapper {display: none;}

/* === Custom Elections news block in page-news START === */
.page-news .elections-news-block  {background-color: #ebebeb; display: block;}
.page-news .elections-news-block .section-title-line    {border-bottom: 1px solid #fff;}
.page-news .elections-news-block .thumb-box {float: none;}
.page-news .elections-news-block .left-col-btn-wrapper {float: left; width: 100%; padding-top: 4px; padding-bottom: 4px; background-color: #ffffff;}
.page-news .elections-news-block .right-col-btn-wrapper {padding-top: 4px;background-color: #ffffff;}

@media (min-width:320px){
    .page-news .elections-news-block {margin-bottom: 0px; float: left; width: 100%; height: auto;}
    .page-news .elections-news-block {margin-top: 22px;}
    .page-news .elections-news-block .section-title-line    {margin: 0 0 0 0; padding: 0px 16px 0 16px; font-size: 20px;}
    .page-news .elections-news-block .thumb-box  {padding: 0 16px 0 16px; margin-bottom: 0px;}
    .page-news .elections-news-block .thumb-box .thumb-desc {padding: 0.7em 0 1.4em 0;}
    .page-news .elections-news-block .left-col-btn-wrapper {border-bottom: 5px solid #f2f2f2; border-left: 5px solid #f2f2f2; border-right: 5px solid #f2f2f2;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .thumb-desc  {padding: 10px 0 10px 10px;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .media-cont {margin: 10px 0 10px 0;}
    .page-news .news-from-today-block.weather-right-col-block {margin-top: 10px;}
}
@media (min-width:768px){
    .page-news .elections-news-block  {height: 100%;}
    .page-news .elections-news-block   {margin-top: 0px;}
    .page-news .elections-news-block .section-title-line   {margin: 6px 0 0 0; padding: 0px 16px 6px 16px; font-size: 24px;}
    .page-news .elections-news-block .thumb-box    {padding: 0 16px 0 16px;}
    .page-news .elections-news-block .thumb-box .thumb-desc    {padding: 0.7em 0 1.4em 0;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .thumb-desc {padding: 10px 0 10px 14px;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .media-cont {margin: 10px 0 10px 0;}  
    .page-news .news-from-today-block.weather-right-col-block {margin-top: 0;}
}
@media (min-width:992px){
    .page-news .elections-news-block    {margin-bottom: 25px;}
    .page-news .elections-news-block .section-title-line   {font-size: 28px; margin: 10px 0 0 0; padding: 0px 20px 10px 20px;}
    .page-news .elections-news-block .thumb-box    {padding: 20px 20px 0 20px;}
    .page-news .elections-news-block .thumb-box .thumb-desc    {padding: 0 0 1.4em 0;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .thumb-desc {padding: 0 0 20px 14px;}
    .page-news .news-from-today-block.weather-right-col-block .thumb-box .media-cont {margin: 0 0 20px 0;}
    /* .page-news .elections-news-block .btns-container-left  {padding-left: 20px;} */
}

/* category-my-news in news bottom Begin*/
.category-my-news .thumb-additional-info > span {
    float: none;
    margin-bottom: 10px;
}
.category-my-news .thumb-additional-info > .thumb-autor-title {
    margin-bottom: 0;
}
.common-news-block.news-more-from-category.category-my-news .btn-wrapper .btn-default {
    float: none;
    width: 190px;
}
@media (min-width:768px){
    .common-news-block.news-more-from-category.category-my-news .btn-wrapper .btn-default {
        float: right;
        width: auto;
    }
    .category-my-news .thumb-additional-info > span {
        float: left;
    }
}
/* category-my-news in news bottom End*/
.navbar-default .menu-border-btn {
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 6px 15px;
    margin-top: 7px;
}

/* === Custom Elections news block in page-news END === */
@media screen and (min-width:1332px){
    .sticky-sidebar {float:right;right:0;right:calc(50% - 666px);right:-moz-calc(50% - 666px);}

    .stickey-fixed {margin-right: 0px;}

}

@media screen and (max-width: 1331px) and (min-width: 1200px){
    .sticky-sidebar { float:right;right:0;right:calc(50% - 560px);right:-moz-calc(50% - 560px); }
    .stickey-fixed { margin-right: -50px; }
}

@media screen and (min-width:992px) and (max-width:1331px){
    .sticky-sidebar {float:right;right:0;}
    /* .stickey-fixed {margin-right: -55px;}*/
}

@media screen and (max-width: 1331px) and (min-width: 1200px){
    .stickey-fixed {margin-right: 0;}
}

@media screen and (max-width: 1331px) and (min-width: 1280px){
    .stickey-fixed {padding:0px !important;  margin-right:16px !important; }
}



.media-cont .label-box {
    position: absolute;
    top: 6px;
    display: inline-block;
    padding: 0 3px 0 7px;
    background-color: #2a53c1;
    color: #fff;
    left: 0;
    height: 16px;
    font: 12px/16px "roboto_condensedregular";
    text-transform: uppercase;
    z-index: 300;
}
.media-cont .label-box:after {
    width: 0;
    height: 0;
    content: '.';
    font-size: 0;
    color: transparent;
    border-bottom: 16px solid transparent;
    border-left: 7px solid #2a53c1;
    position: absolute;
    right: -7px;
}

@media (min-width: 640px) {
    .media-cont .label-box {
        top: 11px;
        height: 20px;
        font: 14px/20px "roboto_condensedregular";
    }
    
    .media-cont .label-box:after {
        border-bottom: 20px solid transparent;
    }
}

.label-box.red {
    background-color: #ff0808;
}

.label-box.red:after {
    background-color: #ff0808;
}

/* fixes #26122 */
.hide-if-empty > div:empty {display:none;}

/* xs  */
@media (max-width: 767px) {  
    
.common-news-block .thumb-box {margin-bottom: 30px;}    
.news-grey-boxes-wrapper {margin-top:12px;}
.news-plus {margin-top: 44px;}   
.adv-box-top-aside { padding: 44px 0px;}
.page-news .widget-wrapper {margin: 0 0 0 0;}
.page-news .fb-widget-wrapper  {margin-top: 44px;}   
.widget-sinoptik-wrapper .section-title { margin: 44px 0 15px 0;}
.page-news .my-news-block-small .section-title-line {padding: 14px 16px 14px 27px;}
.page-news .my-news-block-small .thumb-desc {padding: 14px 0px 0px 0px;}
.page-news .my-news-block-small .thumb-box {margin-bottom: 0px;}
.page-news .my-news-block-small  a.btn-default { margin: 14px auto; }

.title {font-size: 19px !important; line-height: 22px !important;}
.thumb-category-title {font-size: 12px !important; font-weight: bold !important;}
.thumb-additional-info span.renewed  {font-size: 12px !important; font-weight: regular !important;}
.news-plus .thumbs-block-title { margin-bottom: 16px;}

}
/* sm  */
@media (min-width: 768px) and (max-width: 991px) {  

.common-news-block .thumb-box {margin-bottom: 32px;}    
.news-grey-boxes-wrapper {margin-top:12px;}
.news-plus {margin-top: 44px;}   
.adv-box-top-aside { padding: 44px 0px;}
.page-news .widget-wrapper {margin: 0 0 0 0;}
.page-news .fb-widget-wrapper  {margin-top: 44px;}   
.widget-sinoptik-wrapper .section-title { margin: 44px 0 15px 0;}
.page-news .my-news-block-small .section-title-line {padding: 14px 16px 14px 27px;}
.page-news .my-news-block-small .thumb-desc {padding: 14px 0px 0px 0px;}
.page-news .my-news-block-small .thumb-box {margin-bottom: 0px;}
.page-news .my-news-block-small  a.btn-default { margin: 14px auto; }

.title {font-size: 19px !important; line-height: 22px !important;}
.thumb-category-title {font-size: 12px !important; font-weight: bold !important;}
.thumb-additional-info span.renewed  {font-size: 12px !important; font-weight: regular !important;}
.news-plus .thumbs-block-title { margin-bottom: 16px;}

}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {

.common-news-block .thumb-box {margin-bottom: 32px;}
.common-news-block .section-title-line {margin: 28px 0 7px 0  !important;}
.daily-image-title .section-title-line {margin: 28px 0 0 0  !important;}
.news-plus {margin-top: 60px;}    

}
/* lg */
@media (min-width: 1200px) { 

.common-news-block .thumb-box {margin-bottom: 32px;}    
.common-news-block .section-title-line {margin: 28px 0 7px 0  !important;}
.daily-image-title .section-title-line {margin: 28px 0 0 0  !important;}
.news-plus {margin-top: 60px;}    

}

/* ====== NOVA PLAY START ====== */
.slider {
    margin: 30px 0 0 0;
    width: 100%;
    padding-left: 13px;
}

.slider-outer-wrapper {
    position: relative;
}

.slider-outer-wrapper:after,
.slider-outer-wrapper:before {
    position: absolute;
    top: 0;
    width: 175px;
    height: 100%;
    background-size: cover;
}

.slider-outer-wrapper:after:hover,
.slider-outer-wrapper:before:hover {
    cursor: pointer;
}

.slider-outer-wrapper.left:before {
    content: "";
}

.slider-outer-wrapper .arrows {
    display: none;
}

.slider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: auto;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    scrollbar-width: none;
}


.slider-wrapper:first-child {
    margin-left: 14px;
}

@media only screen and (min-width: 768px) {

    .nova-play-wrapper.slider-outer-wrapper:hover .arrows.right-arrow,
    .nova-play-wrapper.slider-outer-wrapper:hover .arrows.left-arrow {
        top: 42%;
    }

    .nova-play-wrapper.slider-outer-wrapper::after,
    .nova-play-wrapper.slider-outer-wrapper::before {
        top: unset;
        bottom: 78px;
        width: 144px;
        background: url("../images/background-section-novaplay.png") no-repeat;
        height: calc(100% - 189px);
    }

    .slider-outer-wrapper:after {
        content: "";
        right: 0;
    }

    .slider-outer-wrapper::before {
        left: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slider-outer-wrapper:after:hover,
    .slider-outer-wrapper:before:hover {
        cursor: pointer;
    }

    .slider-outer-wrapper:hover .arrows {
        display: block;
    }

    .slider-outer-wrapper:hover .arrows.right-arrow,
    .slider-outer-wrapper:hover .arrows.left-arrow {
        position: absolute;
        content: "";
        top: 46%;
        display: block;
        width: 70px;
        height: 70px;
    }

    .slider-outer-wrapper:hover .arrows.right-arrow.arrow-inactive,
    .slider-outer-wrapper:hover .arrows.left-arrow.arrow-inactive {
        display: none;
    }

    .slider-outer-wrapper:hover .arrows.right-arrow {
        right: 25px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg id='Group_31720' data-name='Group 31720' transform='translate(-1154 -3274)'%3E%3Cg id='Group_31712' data-name='Group 31712' transform='translate(-666 409)'%3E%3Cg id='Group_31119' data-name='Group 31119' transform='translate(1820 2865)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='35' cy='35' r='35' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_30912' data-name='Path 30912' d='M7156.042,2369.882c.67.871,10.83,11.143,10.83,11.143l-10.83,10.9' transform='translate(-5972.542 927.618)' fill='none' stroke='%23141824' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.8'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
        background-position: center center;
    }

    .slider-outer-wrapper:hover .arrows.left-arrow {
        left: 25px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg id='Group_31721' data-name='Group 31721' transform='translate(-60 -3274)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='35' cy='35' r='35' transform='translate(60 3274)' fill='%23fff'/%3E%3Cpath id='Path_30915' data-name='Path 30915' d='M7166.872,2369.882c-.67.871-10.83,11.143-10.83,11.143l10.83,10.9' transform='translate(-7066.372 927.618)' fill='none' stroke='%23141824' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.8'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
        background-position: center center;
    }

    .slider-outer-wrapper.left:before {
        content: "";
    }

    .slider-outer-wrapper.end::after {
        content: none;
    }

    .slider-outer-wrapper .arrows {
        position: absolute;
        z-index: 1;
        top: 0;
        border: none;
        width: 100px;
        height: 100%;
        padding: 0;
        background-color: transparent;
    }

    .slider-outer-wrapper .arrows.arrow-inactive {
        display: none;
    }

    .slider-outer-wrapper .arrows:hover {
        cursor: pointer;
    }
}

@media only screen and (min-width: 1024px) {
    .slider-outer-wrapper {
        margin-top: 51px;
        margin-bottom: 51px;
    }
}

.nova-play-wrapper {
    padding-left: 22px;
    margin-left: -16px;
    width: calc(100% + 32px);
    background: #232533 url("../images/homeplaynova-background.png") no-repeat;
    background-size: 230%;
}

.nova-play-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 13px 20px 0;
}

.nova-play-header a {
    font-family: "roboto_condensedregular";
    font-size: 14px;
    line-height: 26px;
    color: #24b3d9;
}

.nova-play-header a:hover {
    color: #52c8e9;
}

.nova-play-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-left: -13px;
    background-color: #1c1e2a;
}

.nova-play-footer h3 {
    display: none;
}

.nova-play-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-left: 13px;
    list-style: none;
}

.nova-play-footer ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nova-play-footer ul li::before {
    display: block;
    content: "";
    position: absolute;
    left: -11px;
    top: -3px;
    max-height: 45px;
    min-height: 45px;
    height: 100%;
    width: 2px;
    background: #2c2e3b;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
}

.nova-play-footer ul li:first-of-type::before {
    display: none;
}

.nova-play-wrapper .slider {
    padding-left: 16px;
}

.nova-play-wrapper .slider-wrapper>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
}

.nova-play-wrapper .thumb-desc a {
    color: #fff;
}

.nova-play-wrapper .thumb-box {
    margin-bottom: 40px;
}

.nova-play-wrapper .thumb-box .thumb-desc {
    padding-top: 1em;
}

.nova-play-wrapper .thumb-box .title {
    font-family: "pt_sansregular";
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.nova-play-wrapper .thumb-box:last-of-type {
    margin-right: 16px;
}

.nova-play-wrapper .thumb-box:hover svg {
    stroke: #00b3de;
}

.nova-play-wrapper .thumb-box:hover svg #Icon_material-play-arrow {
    fill: #00b3de;
}

.nova-play-wrapper .wrap-play-btn-inner {
    width: 42px;
}

.nova-play-wrapper .wrap-play-btn-inner .play-btn-icon {
    width: 10px;
    height: 14px;
    top: 10px;
    left: 18px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 14px;
}

.nova-play-wrapper .wrap-play-btn-inner .small-play-btn {
    width: 42px;
    height: 42px;
}

.nova-play-wrapper .wrap-play-btn-inner .small-play-btn::after {
    width: 38px;
    height: 38px;
}

.nova-play-wrapper .wrap-play-btn-outer {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: unset;
    height: unset;
}

.nova-play-wrapper .wrap-play-btn-outer svg {
    stroke: #fff;
}

.nova-play-wrapper .wrap-play-btn-outer svg #Icon_material-play-arrow {
    fill: #fff;
}

@media only screen and (min-width: 768px) {
    .nova-play-wrapper {
        background-size: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .nova-play-wrapper {
        background-size: 110%;
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .nova-play-wrapper {
        background-size: 100%;
        margin-top: 0;
    }
}
/* ====== NOVA PLAY END ====== */