@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Semibold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 1200px){
    .container{
        width: 1000px;
    }
}
.news-meta{
    background: #f9f9f9;
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 6px 15px;
    font-size: 15px;
}

.news-meta a{
    color:#000;
}

/* CAROUSEL PART OF BOOTSTRAP */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.headline .carousel-indicators li:after{
    content: ""
}
.carousel-indicators li {
    margin: 0 5px;
    transition: all .3s ease 0s
}

.carousel-inner>.item {
    height: 370px;
    overflow: hidden
}

.carousel-inner>.item>img {
    width: 100%!important
}

.carousel-indicators li.active {
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.carousel-caption {
    text-shadow: none
}

.headline {
    padding-bottom: 34px
}

.headline .carousel-indicators {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0
}

.headline .carousel-indicators li {
    text-indent: 0;
    border-radius: 0;
    padding: 6px;
    width: 10%;/*8.3333333%;*/
    height: auto;
    margin: 0;
    float: left;
    background: #f0f0f0;
    border: none;
    font-size: 16px;
    color: #66757f;
    position: relative
}

.headline .carousel-indicators li.active {
    background: #990d66;
    color: #fff
}

.headline .carousel-indicators li:after {
    position: absolute;
    top: -8px;
    left: 36%;
    border-bottom: 9px dashed #990d66;
    border-top: 4px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    opacity: 0;
    transition: all .3s ease 0s
}

.headline .carousel-indicators li.active:after {
    opacity: 1
}

.headline .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 0 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .47) 32%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .47) 32%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .47) 32%, rgba(0, 0, 0, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.carousel_txt1 {
    padding: 8px 10px;
    background: #fc3;
    display: inline-block;
    color: #333;
    font-size: 24px;
    line-height: 24px
}

.carousel_txt2 {
    font-size: 28px;
    line-height: 30px;
}

@media (min-width:240px) and (max-width:480px) {
    .headline .carousel-inner>.item>a>img {
        height: 217px
    }
    .headline .carousel-indicators li:after {
        left: 21%
    }
}

@media (max-width:767px) and (min-width:240px) {
    .carousel_txt1,
    .carousel_txt2 {
        font-size: 16px;
        line-height: 20px
    }
    .carousel_txt1 {
        margin-bottom: 10px
    }
    .carousel_txt1 {
        padding: 4px 6px
    }
    .headline .carousel-indicators li {
        padding: 6px 0
    }
    .carousel-inner>.item {
        height: 217px
    }
}

@media (max-width:767px) and (min-width:600px) {
    .headline .carousel-inner>.item>a>img {
        height: 300px
    }
    .headline .carousel-indicators li:after {
        left: 31%
    }
}

@media (min-width:1200px) {
    .headline .carousel-indicators li:hover {
        background: #990d66;
        color: #fff
    }
    .headline .carousel-indicators li:hover:after {
        opacity: 1
    }
}
/* END CAROUSEL */

/* CONTENT SLIDER - TOP RIGHT */
.contentSlider .content a .txt strong:hover {
    text-decoration: underline;
}

.pad10 {
    padding: 0 10px;
}

.contentSlider .alignleft {
    float: left;
    margin: 0;
}

.contentSlider .alignright {
    float: right;
    margin: 0;
}

.contentSlider .title {
    font: bold 14px/30px "SourceSansPro", Arial, Helvetica, sans-serif;
    color: #B8987A;
    height: 30px;
    position: relative;
}

.contentSlider .title span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    z-index: 0;
}

.contentSlider .title .controls {
    position: absolute;
    top: 3px;
    right: 10px;
    height: 24px;
    display: block;
    width: 51px;
    z-index: 1;
}

.contentSlider .title .controls li {
    list-style: none;
    float: right;
}

.posV .title .controls li {
    float: right;
}

.contentSlider .title .controls a {
    text-indent: -9999em;
    width: 26px;
    height: 24px;
    display: block;
    overflow: hidden;
    position: relative;
}

.contentSlider .title .controls a img {
    position: absolute;
}

.contentSlider .title .controls a.next {
    width: 25px;
}

.posV .title .controls a.prev img {
    left: -26px;
}

.posV .title .controls a.next img {
    left: 0;
}

.contentSlider .bg1 {
    background: #49780e url(../images/content_slider_title_bg1.png) repeat-x 0 0;
}

.contentSlider .bg1 span {
    background: url(../images/content_slider_title_bg1_span.jpg) no-repeat 0 0;
    width: 110px;
}

.contentSlider .bg1 .controls a img {
    top: 0;
}

.contentSlider .bg1 .controls a.disabled img {
    top: -24px;
}

.contentSlider .bg2 {
    background: #ac1b1f url(../images/content_slider_title_bg2.png) repeat-x 0 0;
}

.contentSlider .bg2 span {
    background: url(../images/content_slider_title_bg2_span.jpg) no-repeat 0 0;
    width: 400px;
}

.contentSlider .bg2 .controls a img {
    top: -48px;
}

.contentSlider .bg2 .controls a.disabled img {
    top: -62px;
}

.contentSlider .bg3 {
    background: #F7F6F2 url(../images/content_slider_title_bg3.png) repeat-x 0 0;
    height: 30px;
    color: #004EA8;
    border-bottom: 2px solid #458DEA;
}

/*.contentSlider .bg3 span {
    background: url(../images/content_slider_title_bg3_span.jpg) no-repeat 0 0;
    width: 145px;
    height: 30px;
}*/

.contentSlider .bg3 span {
    background: url(../images/content_slider_title_bg33.png) no-repeat 0 0;
    width: 218px;
    height: 30px;
}


.contentSlider .bg3 .controls a img {
    top: -48px;
}

.contentSlider .bg3 .controls a.disabled img {
    top: -72px;
}

.contentSlider .bg4 {
    background: #49780e url(../images/content_slider_title_bg1.png) repeat-x 0 0;
}

.contentSlider .bg4 span {
    /*background: url(../images/content_slider_title_bg4_span.jpg) no-repeat 0 0;*/
    width: 130px;
}

.contentSlider .bg4 .controls a img {
    top: 0;
}

.contentSlider .bg4 .controls a.disabled img {
    top: -24px;
}

.contentSlider .bg5 {
    color: #4a4b4b;
    background: #e7ebf1 url(../images/content_slider_title_bg5.png) repeat-x 0 0;
}

.contentSlider .bg5 span {
}

.contentSlider .bg5 .controls a img {
    top: -96px;
}

.contentSlider .bg5 .controls a.disabled img {
    top: -120px;
}

.contentSlider .content {
    overflow: hidden;
    position: relative;
}

.contentSlider .content .scroller, .contentSlider .content .hlp {
    float: left;
}

.posV .content {
    padding-top: 10px;
}

.posV .content article {
    padding-bottom: 18px;
}

.contentSlider .content a {
    font: 12px/17px "SourceSansPro", Arial, Helvetica, sans-serif;
    color: #232426;
    width: 100%;
    float: left;
}

.contentSlider .content a .img {
    display: block;
    margin-top: 5px;
}

.contentSlider .content a .txt {
    display: block;
    overflow: hidden;
}

.contentSlider .content a .txt strong {
    color: #174F82;
    display: block;
    margin-bottom: 6px;
}

.contentSlider .content a .txt strong:hover {
    color: #af0000;
}

.contentSlider .content a.hover:hover .txt {
    color: #639a0d;
    text-decoration: underline;
}

article {
    float: left;
    width: 100%;
}

article .title {
    color: #174F82;
    text-decoration: none;
    font: 12px/17px "SourceSansPro", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
}
.contentSlider h3 {
    font: 14px/17px "SourceSansPro", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0;
}
/* END CONTENT SLIDER */

/* HOME BLOCK BY JAVA OXU */
.news-inner div {
    line-height: 1.6;
    font-size: 18px;
    color: #333;
}
.news-i {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*width: 300px;*/
    /*margin: 0 6.666px 35px;*/
    margin: 0 0 35px;
    background-color: #fff;
    line-height: 0;
}
@media (max-width: 647px) {
    .news-i {
        display: block;
        margin: 0 auto 20px;
        box-shadow: 0 3px 9px 1px #B9B9B9;
    }
}

.no-boxshadow .news-i:hover {
    background-color: #e6ffff;
}
.boxshadow .news-i:hover {
    box-shadow: 0 3px 9px 1px #B9B9B9;
}
@media only screen and (min-width: 768px) {
    .news-i:hover {
        z-index: 3;
    }
}
.news-i .title {
    margin-bottom: 5px;
    color: #000;/*#13317F;*/
    line-height: 1.25;
    font-family: "SourceSansPro","pf_din_text_cond_promedium", Arial, sans-serif;
    font-size: 19px;/*22*/
    font-weight: 500;
}
.news-i .description {
    color: #333333;
    line-height: 1.4;
    font-size: 15px;
}
.news-i-inner {
    display: block;
    text-decoration: none;
}
.news-i-img-container {
    position: relative;
    z-index: 1;
    display: block;
}
.news-i-img-container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 0;
    box-sizing: border-box;
}
.news-i-img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
}
@media (max-width: 768px) {
    .news-i-img {
        height: 220px;
    }
}
.news-i-content {
    height: 130px;
    padding: 10px 15px 15px 15px;
    /*padding: 15px 20px 25px 20px;*/
    overflow: hidden;
    border: 1px solid #dddddd;
    border-width: 0 1px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .news-i-content {
        height: auto;
    }
}
.list-bnrs-container {
    display: none;
}
.boxshadow .news-i_bnrs:hover {
    box-shadow: 0 0 0 transparent;
}
.no-boxshadow .news-i_bnrs:hover {
    background-color: #fff;
}
@media (min-width: 768px) {
    .news-i_bnrs iframe:first-child {
        margin-bottom: 13px;
    }
    .news-i_bnrs iframe:only-child {
        margin-bottom: 0;
    }
}
@media (max-width: 647px) {
    .news-i_bnrs_1col {
        display: block !important;
        width: 100% !important;
    }
}
.news-i .stats_dislikes .stats-i:before {
    background-position: 77.47252747252747% 70.8955223880597%;
}
.no-touch .news-i .stats-like-active.stats_dislikes:hover .stats-i:before {
    background-position: 85.71428571428571% 70.8955223880597%;
}
.stats_likes .stats-i:before, .news-i .stats-like-selected.stats_likes .stats-i:before {
    background-position: 93.95604395604396% 70.8955223880597%;
}
.news-i .stats_likes .stats-i:before {
    background-position: 35.16483516483517% 90.29850746268657%;
}
.no-touch .news-i .stats-like-active.stats_likes:hover .stats-i:before {
    background-position: 60.989010989010985% 70.8955223880597%;
}
.stats_views .stats-i:before {
    background-position: 80.11363636363636% 51.773049645390074%;
}
.stats {
    overflow: hidden;
    border-top: 1px solid #aaa;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 16px;
    cursor: default;
}
.stats-i-container {
    box-sizing: border-box;
    float: left;
    width: 50%;/*33.3%;*/
    line-height: 38px;
    border: 0 solid #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    background-color: #f2f2f2;
    text-align: center;
}
.stats-i-container:first-child {
    border-left-width: 1px;
}
.stats-i-container:last-child {
    float: none;
    width: auto;
}
.news .stats-i-container {
    color: #757575;
}
.stats-i:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.stats_likes, .stats_dislikes {
    background-image: linear-gradient(180deg, #fff, #f3f3f3);
}
.stats_views .stats-i:before {
    width: 21px;
    height: 12px;
    vertical-align: 0;
}
.stats-like-active {
    cursor: pointer;
}
.no-touch .stats-like-active.stats_likes:hover, .no-touch .stats-like-active.stats_dislikes:hover {
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.no-touch .stats-like-active.stats_likes:active, .no-touch .stats-like-active.stats_dislikes:active {
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.stats-like-selected.stats_likes, .stats-like-selected.stats_dislikes {
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.news-i .stats_likes, .news-i .stats_dislikes {
    background-image: none;
    box-shadow: none !important;
}
.no-touch .news-i .stats-like-active.stats_likes:hover {
    border-color: #006700;
    background-color: #008d1b;
    color: #fff;
}
.no-touch .news-i .stats-like-active.stats_dislikes:hover {
    border-color: #bf0000;
    background-color: #dc0000;
    color: #fff;
}
.news-i .stats-like-selected.stats_likes {
    color: #008e0f;
}
.news-i .stats-like-selected.stats_dislikes {
    color: #dc0000;
}

/* END HOME BLOCK BY JAVA OXU */

/* REPORTERS */
.reporter_img {
    float: left;
}

.reporters {
    margin: 25px 0
}

.reporter_slide {
    /*padding: 0 30px*/
}

.reporter_slide:before {
    height: 25px;
    width: 100%;
    background: rgba(3, 179, 193, 1);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.reporter_box:before,
.reporter_slide:after {
    height: 78%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background: #f0f0f0;
}

.reporter_slide:after {
    z-index: -10;
    background: #fff
}

.reporter_box:before {
    z-index: -1
}

.reporter_img {
    text-align: center;
    padding: 9px 0 0;
    margin-top: 28px;
}

.reporter_img img,
.reporter_name {
    padding-left: 10px;
}

.reporter_img img{
    max-width: 131px;
}

.reporter_name {
    font-size: 16px;
    outline: 0;
    display: block;
    max-height: 25px;
    line-height: 25px;
    background: #990d66;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    border-right: 1px solid #440606;
    border-left: 1px solid #e02726;
    z-index: 3;
    padding-left: 12px;
}

.reporter_name:hover {
    color: rgba(255, 255, 255, .8)
}

.reporter_text {
    display: block;
    position: relative;
    font-size: 15px;
    outline: 0;
    padding: 32px 0 0;
    height: 155px;
    z-index: 2;
    color:#000;
    font-weight: 500;
}

.reporter_text .reporter_text_right {
    display: block;
    padding: 15px 20px 0 0;
    /*height: 85px;*/
    position: absolute;
    margin-left: 140px;
    overflow: hidden;
    line-height: 1.3;
    word-wrap: break-word;
}

.project_ttl {
    line-height: 18px;
}

.reporter_slide .owl-controls .owl-buttons {
    height: 0px;
}

.reporter_slide .owl-controls .owl-buttons div {
    background: 0 0;
    color: #9a9a9a;
    font-size: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
    text-align: center;
    opacity: 1;
}

.project_info {
    padding: 10px 0;
    background: #fff;
    display: block
}

.reporter_slide .owl-controls .owl-buttons div:hover {
    color: #990d66
}

.reporter_slide .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0
}

.reporter_slide .owl-controls {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 10;
}

@media (max-width: 768px) {
    .reporter_text {
        font-size: 16px;
    }
    .reporter_text .reporter_text_right {
        padding: 20px 10px 0 0;
        margin-left: 130px;
    }
}
/* END REPORTERS */

/* PROJECTS */
.project_img {
    width: 100px;
    height: 70px;
    margin-right: 10px;
    float: left;
    object-fit: cover;
}

.project_cover img {
    width: 100%;
}

.projects_text {
    font-size: 13px;
    margin-left: 77px;
    height: 54px;
}

.projects_text span {
    color:#212121;
}

.project_ttl {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

.project_news .owl-controls {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: left;
    z-index: 9
}

.project_news .owl-prev {
    position: absolute;
    left: 0
}

.project_news .owl-next {
    position: absolute;
    right: 0
}

.project_news .owl-controls .owl-buttons div {
    border-radius: 0;
    transition: all .3s ease 0s
}

/* END PROJECTS */


/* NAMAZ */

.wh_box {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
}
@media (max-width: 767px) and (min-width: 240px){
    .wh_box {
        padding: 8px;
    }
}
.namaz-block{
    background: url("../images/namaz-bg.jpg");
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 15px;
    height: 216px;
    padding: 0 10px;
}

.namaz-mobile-block{
    border-radius: 5px;
    margin-top: 15px;
    background-color: #dedede;
}

.namaz-city{
    font-size:  44px;
    color: #990d66;
    margin-top: 10px;
    padding-top: 5px;
}

.namaz-mobile-city{
    font-size:  24px!important;
    color: #990d66!important;;
    margin-top: 66px!important;;
    text-align: center!important;;
}

.namaz-select{
    width: 160px;
    display: inline-block;
    margin-right: 15px;
}

.namaz-today{
    font-size: 18px;
    font-weight: bold;
    color: #858585
}

.namaz-select-block{
    margin-top:5px;
}

.namaz-daily-block{
    background-color: #FFF;
    margin-top: 20px;
}

.namaz-daily-table{
    text-align: center;
}

.namaz-daily-table th,.namaz-daily-table td{
    text-align: center;
    font-size: 14px;
}

.namaz-table{
    text-align: center;
    margin-top: 17px;
}

.namaz-table th{
    text-align: center;
    background-color: #f9f9f9;
    font-size: 14px;
    border: 1px solid #FFF;
    font-weight: bold;
}

.namaz-table td{
    text-align: center;
    background-color: #f1f1f1;
    font-size: 14px;
    border: 1px solid #FFF;
}

.namaz-active td{
    background-color: #ffff99 ;
}

.namaz-active-td{
    background-color: #cdcf00 !important;
}

.namaz-mob-block{
    background-color: #f5f5f5;
    margin-top: 10px;
}

.namaz-block-header{
    background-color: #dedede;
    height: 30px;
    padding-left: 12px;
    color: #333333;
    font-size: 16px;
    padding-top: 5px;
}

.namaz-mobile-table{
    margin-top: 0px;
    margin-bottom: 0px;
}

.namaz-mobile-table td:nth-child(even){
    text-align: right;
}


.namaz-mobile-table td{
    padding: 5px !important;
}


.namaz-mobile-today{
    color: #333333!important;
    font-size: 16px!important;;
    margin-top: 5px!important;;
    text-align: center!important;;
}

.namaz-mob-right{
    background-color: #efefef;
}

.cities-weather-block {
    background-color: #990d66;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

/* END NAMAZ */

.jeg_topbar .socials_widget>a>i.fa:before,
.jeg_header .socials_widget>a>i.fa:before {
    color: #fff;
}


/* LENTBLOCK */
.lentblock {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(32,33,36,.1);
    margin-bottom: 0
}

.lentblock .lentblock-body {
    max-height: 364px;
    overflow-y: scroll;
    scrollbar-color: #9ca299 #fafafa;
    scrollbar-width: thin
}

.lentblock .lentblock-body::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px
}

.lentblock .lentblock-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f9f9f9;
    border-radius: 10px
}

.lentblock .lentblock-body::-webkit-scrollbar-thumb {
    background-color: #9ca299;
    outline: 1px solid #eef3f6;
    border-radius: 10px
}
.lentblock .lentblock-body a {
    display: block;
    position: relative;
    border-bottom: 1px solid #e3e3e3
}

.lentblock .lentblock-body a:before {
    content: "";
    border-left: 2px solid transparent;
    position: absolute;
    height: 100%;
    left: 0;
    transition: all .2s ease-in-out
}

.lentblock .lentblock-body a:hover {
    background: #f5f5f5;
}

.lentblock .lentblock-body a:hover:before {
    border-left: 2px solid #990d66
}

.lentblock .lentblock-body .row {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #e3e3e3*/
}

.lentblock .lentblock-body .lentblock-left {
    /*position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 20%;
    padding: 0;
    background-color: #f8f8f8;
    border-left: 1px solid #d4d5da*/
}

.lentblock .lentblock-body span {
    font-size: 12px;
    color: #464855
}

.lentblock .block-heading {
    margin-bottom: 0;
    box-shadow: 0 8px 11px -6px rgba(32,33,36,.2);
    padding: 4px 0 4px 15px;
    position: relative;
    background: #990d66;
}

.lentblock .block-heading h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 4px 0;
}

.lentblock .block-heading h4:after {
    width: 48%
}

.lentblock .lentblock-right {
    margin: 10px 0;
}

.lentblock .lentblock-right p {
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

.lentblock .lentblock-right .play-camera span {
    color: #990d66;
    margin-right: 8px
}

.lentblock .lentblock-right .play-camera span img {
    vertical-align: unset
}

.lentblock .all-news .btn-effect {
    border-radius: 4px;
    background-color: #3f8dcd;
    width: 215px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.lentblock .all-news {
    padding: 30px 0
}
/* END LENTBLOCK*/
