
a {text-decoration: none;}
table{
    width:100%;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:inline-block !important;}
.w100 {width:100% !important;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
a.hover:hover {text-decoration: underline;}
.border_none {border: 0 !important;}
.mb20 { margin-bottom: 20px;}
input, button, textarea, select, button:focus{
outline: none;
}
ul,li{
    padding: 0;
    margin: 0;
}
.DTable{

  display: table;
}
div, span, a , p, ul, li, h1, h2, h3, h4, h5, h6{
    box-sizing: border-box;
}
.wrapper{
    width:100%;
    margin:0 auto;
}
.hidden{
    overflow:hidden;
}
.none {
    display: none;
}
.w50{
    width:50%;
}
.w1140{
    width: 1140px;
    margin: auto;
}
.clearfix, .container {
   zoom:1;}
.clearfix:after, .container:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
   background-attachment: ;
   }

h1,h2,h3 {margin:0;}

/* #Helper classes
================================================== */
a, a::before, a::after, span::before, span::after, div::before, div::after {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover{
    text-decoration: none;
}
input, select, button{
    outline: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
input{
   font-family: 'Scada', sans-serif;
}
.ml25 {margin-left:25px;}
.mr70 {margin-right:70px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt10 {margin-top:10px;}
.container{
    width: 94%;
    margin: auto;
    max-width: 1200px;
}
strong,b{
    font-weight: bold;
}
img{
    max-width: 100%;
}

/* #Site styles
================================================== */
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    color: #000;
}
header{
    position: relative;
}
header.border{
    border-bottom: 5px solid  #363636;
}
header .logo{
    float: left;
    width: 175px;
    margin-top: 15px;
    margin-right: 50px;
    margin-bottom: 10px;
    position: relative;
}
/*header .logo::after {
    position: absolute;
    top: 29px;
    right: -12px;
    width: 28px;
    height: 41px;
    content: "";
    background: url(../img/christmas_hat.png) no-repeat;
    background-size: 28px;
}*/

header .logo.grieve::after {
    position: absolute;
    top: 30px;
    right: -35px;
    width: 30px;
    height: 44px;
    content: "";
    background: url(../img/black-ribbon.png) no-repeat center;
    background-size: 41px;
}

header .logo .img{
    widows: 100%;
}
nav, nav ul, nav li{
    float: left;
}
nav li{
    list-style-type: none;
}
.nav-link{
    float: left;
    color: #252525;
    text-transform: uppercase;
    line-height: 70px;
    padding: 15px 12px;
    position: relative;
}
.nav-link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url("../img/lupa-background.svg") no-repeat center;
    background-size: 50px;
}
.nav-link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 20px;
    border-color: transparent transparent #363636 transparent;
    opacity: 0;
}
.nav-link:hover::before, .nav-link.active::before{
    opacity: 0.2;
}
.nav-link.active::after{
    opacity: 1
}
.nav-link:hover{
    color: #252525;
}
.mega-menu{
    position: absolute;
    right: 15px;
    top: 100px;
    width: 60%;
    background: #252525;
    padding: 40px;
    z-index: 10;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.mega-menu.opened{
    visibility: visible;
    opacity: 1;
}
.mega-menu ul{
    width: 100%;
        -webkit-column-count: 3;
    column-count: 3;
}
.mega-menu li{
    float: left;
    width: 100%;
}
.mega-menu .mega-link{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    float: left;
    padding: 5px 10px;
}
.mega-menu .mega-link:hover{
    text-decoration:underline;
}
.search-holder{
    float: left;
    margin-right: 20px;
    outline: none;
}
header .search-holder{
     margin-top: 10px;
}
.search-with-btn{
    width:100%;
    float:left;
    position: absolute;
   background: #363636;
   padding:30px;
   box-sizing:border-box;
    visibility: hidden;
    opacity:0;
    padding:10px;
    left:0;
}
.search-with-btn.open{
    visibility: visible;
    opacity:1;
    z-index: 99;
    top:88px;
}
.search-with-btn input{
    float:left;
    width:calc(100% - 135px);
    height: 40px;
    line-height: 40px;
    padding-left:10px;
    border:none;
    background: #fafafa;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size:16px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #999;
   font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
   font-size:16px;
}
.btn-search{
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
}
.btn-search span{
    float: left;
    width: 100%;
    height: 40px;
     background: url("../img/search.svg") no-repeat center;
    background-size: 32px;
    transition: all 0.4s;
    transform: rotate(0);
}
.btn-search:hover span{
    transform: rotate(72deg);
}
.search-inp{
    display: none;
}
.menu-btn {
    width: 50px;
    height: 70px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 15px;
    /*border:1px solid red;*/
    position: relative;
    float: right;
}
.menu-btn.opened{
    background: #252525;
}
/*.menu-btn:hover .middle {
    width:20px;
    height:20px;
    top:24%;
    left:25%;
    border-radius: 50%;
    background-color:#000;
    opacity:0.2;
}*/
.menu-btn.opened .middle{
    opacity: 0;
}
.menu-btn:hover .top{
    top: 7px;
}
.menu-btn:hover .bottom{
    top: 33px;
}
.menu-btn.opened .top {
    -webkit-transform:rotate(45deg);
    top:20px;
    border-radius:10px;
    background: #fff;
}
.menu-btn.opened .bottom{
    -webkit-transform:rotate(-45deg);
    top:20px;
    border-radius:10px;
    background: #fff;
}
.menu-btn .bar {
    width:30px;
    height:3px;
    background: #000;
    position: absolute;
}
.menu-btn .top {
    left:20%;
    top:10px;
    -webkit-transition:all 0.5s;

}
.menu-btn .middle {
    left:20%;
    top:20px;
    -webkit-transition:all 0.5s;
}
.menu-btn .bottom {
    left:20%;
    top:30px;
    -webkit-transition:all 0.5s;
}
section{
    margin-top: 30px;
    float: left;
    width: 100%;
}
section.no-margin{
    margin-top: 0;
}

.hero-section .google-auto-placed, .removeGoogleAds .google-auto-placed {display: none !important;}

/* current slider */
.current-holder{
    background: url("../img/current-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 18px 0;
    color: #fff;
    line-height: 24px;
}
.current-holder1{
    background: url("../img/current-bg.jpg") no-repeat center;
    background-size: cover;
    color:#fff;
}
.current-holder2{
    background: #fff;
    color:#000;
    margin-top:30px;
}
.current-txt{
    float: left;
    width: 160px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;

}
.current-slider .swiper-container{
    width: calc(100% - 160px);
}
.current-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    height: 24px;
    float: left;
}
.current-title:hover{
   text-decoration:underline;
   color:#000;
}
.top-news-box{
    width:25%;
    float:left;
}
.top-news-box img{
    max-height:95px;
    max-width:inherit !important;
   /* margin-left: -30px; */
}
.top-new-holder-img {
    display: inline-block;
    width:95px;
    height: 95px;
    overflow: hidden;
}
.top-news-box .txt-content{
    width:calc(100% - 100px);
    float:right;
    padding: 15px 15px 10px 15px;
    box-sizing:border-box;
    font-weight: 300;
    height: 77px;
    overflow: hidden;
    color:#fff;

}
.top-news-box .txt-content:hover{
    text-decoration: underline;
}

/* hero */

.hero-title-hld{
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0) 100%);
    width: 40%;
    height: 100%;
    padding: 20px;
    padding-right: 10%;
}
.hero-title{
    font-weight: normal;
    font-size: 33px;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}
.hero-title strong,.hero-title b {
    font-size: 46px;
}
.hero-title strong:first-of-type, .hero-title b:first-of-type{
    color: #ffcc00;
}
.aside-news-holder2 .text-holder {
    padding: 14px 15px 12.7px 15px;
}
main .aside-news-holder2 .news-title-hld {
    height: 43px;
}
.text-holder {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 14px 15px 10px 15px;


}

.news-column .text-holder:hover{
    background:#e8e8e8;
}
.news-column .text-holder:hover .soc-btns.see-btns{
    background: #e8e8e8;
}
.news-column .text-holder{
    padding: 15px 20px 10px 20px
}
.text-box{
    border-top: 1px solid rgba(219,219,219, 0.6);
}
.text-box:hover .news-title-hld, .text-box:hover .news-title{
    text-decoration:undeline;
}
.aside-news-holder .text-holder{
    border-top: 1px solid rgba(219,219,219, 0.6);
}
.dark-news.news-box, .dark-news .text-holder{
	background: #363636 !important;
}

.dark-news.news-box:hover .text-holder, .dark-news.news-box:hover{
    background:#434343 !important;
}
.dark-news .news-title-hld:hover{
    color:#fff;
}
.dark-news .news-title-hld, .dark-news .news-title{
    color: #fff;
}
.news-title-hld, .news-title{
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    float: left;
    width: 100%;

}
.smaller-news-holder .news-title-hld, .smaller-news-holder .news-title, .news-title-hld.smaller, .smaller .news-title{
    font-size: 18px;
}
.news-title-hld.smallest, .smallest .news-title{
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.aside-news-hld{
    background: #f2f2f2;
}
.aside-news-holder .news-title-hld, .aside-news-holder .news-title{
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.aside-news-holder .news-title-hld:hover, .aside-news-holder .news-title:hover{
    text-decoration: underline;
}
.news-list .aside-news-holder .news-title-hld, .news-list .aside-news-holder .news-title{
    height: auto
}
.tab-btn{
    float: left;
    background: #a8a8a8;
    color: #fff;
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.tab-btn:hover{
	background:  #363636;
    color: #fff;
}
.aside-news-holder .tab-btn{
    width: 50%;
}
.most-read-news {
    height: 42px;
    background: url(../img/current-bg.jpg) no-repeat right;
    background-size: cover;
}
.most-read-news .top-title {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.most-read-news .news-number {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 9px;
    height: 27px;
    margin-top: -4px;
}
.tab-btn.active{
    background: #ed1c24;
}
.tab-btn.active:hover{
    color: #fff;
}
.tab-btn.last{
    background-image: url("../img/most-read-fire.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px;
        padding-left: 10px;
}
.tab {
    display: none;
    float: left;
    width: 100%;
    max-height: 414px;
    overflow-y: scroll;
}

.tab::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.tab::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.tab.active{
    display: block;
}
.date-holder{
    float: left;
    width: 100%;
    background: url("../img/calendar-date.svg") no-repeat 15px center;
    background-size: 28px;
    padding: 9px 0 7px 55px;
    color: #636363;
    font-size: 15px;
}
.section-title{
    float: left;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-left: 15px;
    margin-top: 20px;
}
.section-title.gossip{
    width: auto;
    z-index: 5;
}
.news-column .section-title{
    padding-left: 0
}
.section-title:hover{
    color: #000
}
.section-title.comment{
    margin-top: 30px;
}
/*.section-title.related, .section-title.health{
    margin: 0;
}*/

.section-title span.icn{
    font-size: 30px;
    padding: 25px 0;
    float: left;
}
.section-title.interview span.icn{
    padding-right: 30px;
    background: url("../img/interview-pen.svg") no-repeat right center;
    background-size: 50px;
}
.section-title.comment span.icn{
    padding-right: 35px;
    background: url("../img/comment.svg") no-repeat right center;
    background-size: 50px;
}
.section-title.thema span.icn{
    padding-right: 70px;
    background: url("../img/theme-speaker-gray.svg") no-repeat right center;
    background-size: 90px;

}
.section-title.thema strong{
    line-height: 56px;
    margin-left: 15px;
    text-transform: initial;
}
.section-title.reading span.icn{
    padding-right: 90px;
    background: url("../img/sth-to-read-glasses.svg") no-repeat right center;
    background-size: 110px;
}
.section-title.health span.icn{
    padding-right: 35px;
    background: url("../img/health.svg") no-repeat right center;
    background-size: 44px;
    color: #006109;
}
.section-title.sport span.icn{
    padding-right: 28px;
    background: url("../img/sport.svg") no-repeat right center;
    background-size: 40px;
    color: #b30000;
}
.section-title.culture span.icn{
    padding-right: 45px;
    background: url("../img/culture.svg") no-repeat right center;
    background-size: 60px;
    color: #bd37c9;
}
.section-title.style span.icn{
    padding-right: 25px;
    background: url("../img/style.svg") no-repeat right center;
    background-size: 40px;
    color: #5f5f5f;
}
.section-title.gossip span.icn{
     padding-right: 25px;
    background: url("../img/gossip-red.svg") no-repeat right center;
    background-size: 40px;
    color: #fff;
}
.section-title.astro span.icn{
    padding-right: 45px;
    background: url("../img/astro.svg") no-repeat right center;
    background-size: 60px;
    color: #1f4eb6;
}
.section-title.mystiq span.icn{
    padding-right: 25px;
    background: url("../img/mystiq.svg") no-repeat right center;
    background-size: 40px;
    color: #007c7c;
}
.section-title.zona-zdrach span.icn{
     padding-right: 25px;
    background: url("../img/zona-zdrach.svg") no-repeat right center;
    background-size: 40px;
    color: #640b74;
}
.section-title.quote span.icn{
    padding-right: 30px;
    background: url("../img/quote-small.svg") no-repeat right center;
    background-size: 50px;
}
.section-title.thema{
    color: #ed1c24;
    margin-top: 40px;
    margin-bottom:40px;
}
.section-title.thema .icn{

}
.today-news{
    display: flex;
    flex-wrap: wrap;
}
.news-stat{
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 0 15px;
    font-size: 13px;
    height: 30px;
    overflow: hidden;
}
.news-statics{
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.category{
    color: #ed4047;
    font-weight: 600;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.category:hover{
	color: #000
}
.dark-news .category:hover{
    color: #fff
}
.news-time{
    float: left;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 10px;
}
.news-time.hour{
    background: url("../img/clock.svg") no-repeat left center;
    background-size: 16px;
    padding-left: 18px;
}
.health-box .news-time{
	color: #fff;
}
.thema-box .news-time{
    color: #b5b5b5;
}
.thema-box:hover  ..box-thema-txt{
    color: #fff;
}
.thema-box .news-time{
    padding:0 7px;
    box-sizing:border-box;
}
.thema-box .news-stat{
   bottom:12px;
}

.white .news-time{
    color: #fff;
}
.views{
    float: left;
    margin-right: 10px;
    background: url("../img/eye-read.svg") no-repeat left center;
    background-size: 19px;
    padding-left: 21px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}
.voted{
   float: left;
    margin-right: 10px;
    background: url("../img/poll-votes.svg") no-repeat left center;
    background-size: 19px;
    padding-left: 21px;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    margin-left:40px;
}
.white.views, .white .views,  .dark-news .views, .news-row-hld.important-news .views{
    background: url("../img/eye-read-white.svg") no-repeat left center;
    background-size: 19px;
    color: #fff;
}
.news-view-static-hld .views{
    line-height: 30px;
    margin-left: 10px;
}
.share-btn{
    float: right;
    width: 22px;
    height: 30px;
    background: url("../img/sharing.svg") no-repeat center;
    background-size: 19px;
    opacity: 0.3;
    cursor:pointer;
}
.share-btn:hover{
    opacity: 0.8;
}
.quote-section .share-btn{
    float: left;
}
.white .share-btn, .health-box .share-btn, .dark-news .share-btn:hover, .thema-box .share-btn:hover{
    background: url("../img/sharing-white.svg") no-repeat center;
    background-size: 18px;
    opacity: 1;
}
.dark-news .share-btn, .thema-box .share-btn{
    background: url("../img/sharing-999.svg") no-repeat center;
    background-size: 18px;
    opacity: 1;
}
.news-img-hld{
	float: left;
	width: 100%;
	padding-top: 57%;
	position: relative;
	overflow: hidden;
}
.news-img{
    float: left;
    width: 100%;
    transition: all 0.4s;
    overflow: hidden;
    height: 100%;
}
.news-img-hld .news-img img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-img img, .list-img img{
    width: 100%;
    transition: all 0.5s;
    transform: scale(1.05);
}

.news-img:hover img, .list-img:hover img{
    transform: scale(1);
}

.important-news .news-img::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ed1c24;
    transition: all 0.4s;
    z-index: 2;
}
/*.important-news .news-img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #252525;
    transition: all 0.4s;
    z-index: 3
}
.important-news .news-img:hover::after{
        width: 100%;
}*/
.smaller-news-holder{
    display: flex;
    flex-wrap: wrap;
}
.news-box-hld{
    float: left;
    margin-top: 30px;
}
.news-container{
    float: left;
        padding-right: 5px;
}
.news-box{
    float: left;
    width: 100%;
    background: #f2f2f2;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
}
.news-box:hover, .news-box:hover .text-holder{
    background:#e8e8e8 !important;
}
.col-fixed .news-box{
    height: auto;
}
.col-fixed .section-title{
    padding-left:0px;
}
.news-container .news-box{
    padding: 20px;
    padding-bottom: 50px;
}
.news-container .news-title-hld{
    margin-bottom: 20px;
}
.news-container .news-stat{
    padding: 0 20px;
}
.news-container .news-img{
    width: 120px;
    height: 120px;
}
.news-container .news-img img{
	height: 100%;
	object-fit: cover;
}

.text-container{
    float: right;
    width: calc(100% - 140px)
}
.anotation{
    float: left;
    width: 100%;
    line-height: 19px;
    height: 116px;
    overflow: hidden;
    color: #555;
    font-weight: 300
}
.interview-box .anotation{
    margin-top: 15px;
}
.section-title.thema{
    font-size: 48px;
    line-height: 5px;
}
.section-title.thema .icn{
    font-size: 60px;
}
.thema-holder{
    position: relative;
    height: 473px;
    overflow: hidden;
}
.thema-img{
    position: relative;
    cursor: pointer;
}
.thema-img a{
    display: block;
    width: 100%;
}
.thema-img img{
    width: 100%;
}
.thema-img::before{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.6);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 70%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 70%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 70%);
    background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 70%); */
}
.thema-title-hld{
    position: absolute;
    left: 0;
    bottom: 20px;
    text-decoration: none;
}
.thema-title{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 10px 40px;
}
.box{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    padding-bottom:30px;
}
.box:last-of-type{
    margin-bottom: 0;
}
.thema-box{
    background: #ea4646 url("../img/theme-speaker-red.svg") no-repeat right 15px top 15px;
    background-size: 55px;
    color: #fff;
}
.thema-box:hover{
    background-color:#e43a3a;
}
.news-view{
    float:left;
    margin-top:20px;
}
.news-view .thema-box{
    background: #ea4646;
    padding-bottom: 60px;
}
.news-view .thema-box .cat-title-hld {
    color:#fff;
}
.news-view .thema-box:hover{
    background: #e43a3a;
}
.news-title-holder .thema-box{
    padding-bottom: 20px;
}
.news-view .thema-box.box-thema-img{
    background: #ea4646 url(../img/theme-speaker-red.svg) no-repeat right 15px top 15px;
    background-size: 55px;
    padding-bottom: 20px;
}
.news-view .thema-box.box-thema-img .cat-title-hld{
    line-height: 28px;
}
.health-box{
    background: #b6e0b8;
    margin-bottom:9px;
    padding-top:15px;
    padding-left:15px;
    margin-bottom:24px;

}
.health-box:hover, .health-box:hover .soc-btns.see-btns{
    background:#aad3ac;
}

.health-box.box .news-title-hld, .health-box.box .news-title{
    color: #000
}
.box .news-title-hld, .box .news-title {
    color: #fff;
    height: 83px;
    overflow: hidden;
    margin-bottom: 9px;
}
.cat-title-hld{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    float: left;

}
.cat-title-hld:hover{
    color: #fff;
}
.cat-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    height: 50px;
    overflow: hidden;

}
.news-view .cat-title{
    height: auto;
    margin-bottom: 0;
}
.col-fixed-big{
    width: calc(100% - 315px);
    padding-right: 30px;
    padding-left: 15px;
    float: left;
}
.col-fixed-big.padd0{
    padding-left: 0;
}
.col-fixed{
    width: 315px;
    padding-right: 15px;
    float: right;
}
.col-fixed-big .news-box-hld {
    padding-right: 5px;
}
.banner{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.col-fixed .banner{
    margin-top:30px;
}

.smaller-box{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.quote-section{
    background: #f2f2f2;
    padding-bottom: 30px;
    margin-top:60px;

}
.quote-box{
    float: left;
    width: 100%;
    padding: 0 15px;
    background: url("../img/quote-big.svg") no-repeat right bottom;
    background-size: 110px;
}
.quote-img{
    float: left;
    width: 270px;
    overflow: hidden;
}
.quote-txt-hld{
    float: right;
    width: calc(100% - 300px);
}
.quote-txt{
    font-size: 38px;
    font-style: italic;
}
.quote-author{
    float: left;
    width: 100%;
    margin: 16px 0;
}
.full-banner{
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 10px 0;
}
.description-hld .full-banner{
    margin: 25px 0;
}
.news-list .full-banner{
    margin: 0 0 30px 0;
}
.description-hld p{
    margin: 10px 0;
}
.news-column{
    float: left;

}
.article-box{
    float: left;
    width: 100%;
    position: relative;
}
.article-img{
    float: left;
    width: 100%;
    transition: all 0.4s;
    overflow: hidden;
    height: 100%;
}
.article-img img{
    transform: scale(1.05);
    transition: all 0.4s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.article-img:hover img{
    transform: scale(1);
}

.article-box-title-hld{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    width: 100%;
     position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(37,37,37,0.7);
    padding: 15px 20px;
}
.article-box-title{
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    width: 100%;

    transition: all 0.4s;
}
.article-box:hover .article-box-title-hld{
    background: rgba(37,37,37,1);
}
.slider-title-hld, .slider-title{
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
}
.slider-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 40px;
}
.gossips-section{
    background-color: #f9e5e4;
    background-image: url("../img/gossip-big-backgr.svg"), url("../img/gossip-big-backgr.svg");
    background-repeat: no-repeat;
    background-position: -60px center, right -80px center;
    background-size: 300px;
}
.gossip-title-hld{
    background: #ea4645;
    height: 80px;
}
.gossip-title-hld .section-title{
    margin: 0;
}
.gossips-slider{
    margin-top: -60px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.gossips-slider .swiper-pagination-bullet:first-child{
    border-left:none !important;
}
.gossips-slider .news-box{
    height: auto
}
.gossips-slider .text-holder, .gossips-slider .news-box{
    background: #fff;
}
.gossips-slider .news-box:hover .text-holder, .gossips-slider .news-box:hover{
    background: #f6f6f6 !important;
}
.gossips-slider .swiper-pagination{
    background: transparent;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    height: 45px;
}
.gossips-slider .swiper-pagination-bullet{
    width: 30px;
    height: 45px;
    border: none;
    background: url("../img/gossip-small-gray.svg") no-repeat center;
    background-size: 80%;
}
.gossips-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: none;
    background: url("../img/gossip-small-white.svg") no-repeat center;
    background-size: 80%;
}
.zodiac-txt-hld{
    float: right;
    width: calc(100% - 70px);
    font-size: 15px;
}
.zodiac-txt{
    color: #999;
    font-size: 15px;
    font-weight: 300;
    float: left;
    width: 100%;
    line-height: 18px;
    height: 38px;
    overflow: hidden;
}
.zodiac{
    float: left;
    width: 16.666%;
    padding: 7px 4px;
    transition: all 0.4s;

}
.zodiac-hld .zodiac{
    opacity: 0.3;
}
.zodiac:hover{
    opacity: 1;
}
.zodiac-title{
    color: #000;
}
.zodiac-title:hover {
    color: #7390ce;
}


.breadcrumbs{
    color: #636363;
    font-size: 15px;
    width: 100%;
    padding: 0 15px;

}
.breadcrumbs li{
    float: left;
    list-style-type: none;
}
.breadcrumbs li::before{
    content: "|";
    margin: 0 4px;
    float: left;
}
.breadcrumbs li:first-of-type::before{
    content: none;
}
.breadcrumbs a{
    float: left;
    color: #636363;
}
.breadcrumbs a:hover{
    color: #000;
}
.news-view-static-hld{
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 0 20px;
    margin: 30px 0;
}
.news-view-static{
    float: left;
    line-height: 20px;
    padding: 16px 0 14px 0;
}
.news-view-static .category, .news-view-static .news-time{
    font-size: 15px;
}
.news-view-static-hld .col-fixed-big{
    padding: 0;
}
.article-title{
    float: left;
    width: 100%;
    font-size: 34px;
    color: #000;
    margin-top: 30px;
}
.sub-title{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    margin-top: 17px;
}
.news-socials {
    float: right;
}
.news-socials.left {
    float: left;
}
.news-socials .social:last-of-type{
    margin-right: 0;
}
.news-options-holder{
    float: right;
    width: 300px;
}
.news-option  {
    float: left;
    width: 50px;
    height: 60px;
    opacity:0.3;
    -webkit-transition:0.7s;
    transition:0.7s;
    cursor:pointer;
}

.news-option:hover{
    opacity:0.8;
}
.f-size-minus {
    background: url(../img/font-size-minus.svg) no-repeat center;
    background-size: 37px;
}
.f-size-plus {
    background: url(../img/font-size-plus.svg) no-repeat center;
    background-size: 37px;
}
.print{
    background: url(../img/print.svg) no-repeat center;
    background-size: 30px;
}
.news-view-static-hld .news-socials{
    padding-right: 15px;
}
.soc-btns{
    background: #f2f2f2;
    visibility: hidden;
    position: absolute;
    top:0;
    right:0px;
    opacity:0;
    width:100%;
}
.news-stat .soc-btns{
    padding: 0 15px;
}
.article-info{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.author-img{
    float: left;
}
.article-view img{
    max-width: 100%;
}

.article-author-hld{
    color: #999;
    font-size: 15px;
}
.author-txt{
    float: left;
    margin-left: 15px;
}
.author-name{
	float: left;
    margin-bottom: 10px;
}
.author-name .name{
    font-weight: bold;
}
.author-socials{
    float: left;
    clear: left;
}
.author-socials a{
    padding-left: 25px;
    line-height: 22px;
    float: left;
    color: #999;
    margin-right: 20px;
}
.author-face{
    background: url("../img/facebook-gray.svg") no-repeat left center;
    background-size: 20px;
}
.author-twitter{
    background: url("../img/twitter-gray.svg") no-repeat left center;
    background-size: 20px;
}
.aside-banner{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.aside-banner.mt0{
    margin-top: 0;
}
.aside-banner.mb0{
    margin-bottom: 0;
}
.description a{
    color: #fff;
}
.description blockquote{
	font-weight: bold;
	font-size: 20px;
    font-style: italic;
	border-left: 6px solid #ed1c24;
	color: #000;
	padding-left: 20px;
	float: left;
	width: 100%;
	margin: 25px 0 15px 0;
}
.description p {
    line-height: 24px !important;
}
.description-hld{
    float: left;
    width: 100%;
}
.description{
	margin-top: 15px;
	float: left;
	width: 100%;
    font-size: 18px;
    line-height: 24px;
}
.thema-box-hld{
    float:  left;
}
.box-thema-txt{
    font-size: 12px;
    text-transform: uppercase;
}
.holder{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.themes-hld{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.news-row-hld{
	float: left;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.list-img{
    float: left;
	width: 370px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    max-height: 210px;
}
.list-img img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-row-txt{
	position: relative;
	background: #f2f2f2;
    float: left;
    width: calc(100% - 370px);
    padding: 20px;
    padding-bottom: 40px;
}
.news-row-hld .anotation{
    height: 44px;
    line-height: 22px;
    margin-top: 15px;
}
.news-row-hld.important-news .news-row-txt{
    background: #ea4646;
}
.news-row-hld.important-news .news-title-hld, .news-row-hld.important-news .news-title{
    color: #fff;
}
.news-row-hld.important-news .anotation, .news-row-hld.important-news .category{
    color: #fff;
}
.news-row-hld.important-news .news-time.hour{
    color: #b5b5b5;
    background: url(../img/clock-light.svg) no-repeat left center;
    background-size: 16px;
}
.news-row-hld.important-news .share-btn{
    background: url(../img/sharing-light.svg) no-repeat center;
    background-size: 18px;
    opacity: 1;
}
.news-row-hld.important-news .soc-btns{
    background: #ea4646;
}
.section-banner{
    float: left;
    width: 100%;
    background: #f2f2f2;
    margin: 25px 0 30px 0;
    padding: 30px 0;
    text-align: center;
}
.pagination-wrap{
    margin: 25px 0;
}
.page-item{
    float: left;
    list-style-type: none;
    color: #000;
    min-width: 35px;
    padding: 0 2px;
    line-height: 30px;
    text-align: center;

}
.page-item.active{
    background: #f2f2f2;
}
.page-link{
    color: #000;
    float: left;
    width: 100%;
}
.page-item.active .page-link{
    color: #ed1c24;
}
.page-item:first-child .page-link{
    background:url("../img/arrow-left-red.svg") no-repeat left;
    background-size:20px;
    min-width:30px;
    min-height: 30px;
}
.page-item:last-child .page-link{
    background:url("../img/arrow-right-red.svg") no-repeat right;
    background-size:20px;
    min-width:20px;
    min-height: 30px;
}

.category-holder{
    float: left;
    width: 100%;
    background: #363636;

}
.categories-links-hld{
    float: left;
    width: 100%;
}
.categories-links{
    position: relative;
    padding: 0 15px;
}
.categories-links ul{
    display: flex;
}
.categories-links li{
    float: left;
    list-style-type: none;
   /* flex-grow: 1;*/
    padding:0 15px;
    box-sizing:border-box;
}
.categories-links li:first-child{
    padding-left:0;
}
.category-link{
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 64px;
    white-space: nowrap;
    height: 60px;
}
.categories-links li:first-of-type .category-link{
    padding-left: 0;
}
.category-link:hover, .category-link.active{
    text-decoration: underline;
    color:#fff;
}
.category-info-hld{
    float: left;
    width: 100%;
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid #555555;
}
.theme-bg .category-info-hld{
    border-color: #ea4645;
}
.category-name-hld{
    float: left;
}
.category-name{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
}
.categoty-time{
    float: left;
    clear: left;
    background: url(../img/clock-white.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    color: #b5b5b5;
}
.categoty-time span{
    font-weight: bold;
    color: #fff;
}
.category-number-hld{
    float: right;
    font-size: 24px;
    color: #b5b5b5;
    font-weight: 300;
}
.category-number-hld .numb{
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-align: right;
}

.categories-links:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.categories-links .--hidden {
  display: none;
}



.tabs .-primary .-more > button span {
  display: inline-block;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tabs.--show-secondary .-primary .-more > button span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #363636;
  padding-bottom: 10px;
  -webkit-animation: nav-secondary 0.2s;
          animation: nav-secondary 0.2s;
}
.tabs .-secondary .category-link{
    height: auto;
    line-height: 30px;
}


.tabs.--show-secondary .-secondary {
  display: block;
}

@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}








/*** footer ***/
footer{
    float: left;
    width: 100%;
    background: #252525;

    margin-top: 30px;
     background-image: url("../img/lupa-background-footer.svg"), url("../img/lupa-background-footer.svg");
    background-repeat: no-repeat;
    background-position: -400px top, right bottom;
    background-size: 450px;
}
.footer-middle .container{


}
.footer-top{
    float: left;
    width: 100%;
    background: #3c3c3c;
    text-align: center;
    padding: 15px 0;
}
.footer-middle{
    float: left;
    width: 100%;
    padding: 30px 0;
}
footer ul, footer li{
    float: left;
    width: 100%;
    list-style: none;
}
.footer-link{
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0;
    transition:none;

}
/*.footer-link:hover{
    color:#fff;
    opacity:0.7;
}*/
.footer-link:hover{
    text-decoration:underline;
    color:#fff;
}
.footer-column{
    float: left;
    width: 200px;
}
.footer-right-column{
    float: right;
    width: 212px;
}
.footer-title{
    float: left;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;

    /*background: url("../img/e-mail.svg") no-repeat right center;
    background-size: 95px;*/
}
.footer-socials{
    float: left;
    clear: left;
    margin-top: 30px;
}
.social{
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 15px;
    opacity: 0.12;
}
.social:last-child{
    margin-right:0px;
}
.social:hover{
    opacity: 0.5;
}
.social.facebook, .thema-box .soc-btns .social.facebook, .health-box .soc-btns .social.facebook, .news-row-hld.important-news .soc-btns .social.facebook{
    background: url("../img/facebook.svg") no-repeat center;
    background-size: 100%;
}
.social.facebook:hover, .thema-box .soc-btns .social.facebook:hover, .health-box .soc-btns .social.facebook:hover, .news-row-hld.important-news .soc-btns .social.facebook:hover{
    opacity:0.7;
}
.social.pinterest, .thema-box .soc-btns .social.pinterest, .health-box .soc-btns .social.pinterest, .news-row-hld.important-news .soc-btns .social.pinterest{
    background: url("../img/pinterest.svg") no-repeat center;
    background-size: 100%;
}
.social.pinterest:hover, .thema-box .soc-btns .social.pinterest:hover, .health-box .soc-btns .social.pinterest:hover, .news-row-hld.important-news .soc-btns .social.pinterest:hover{
    opacity:0.7;
}
.social.twitter, .thema-box .soc-btns .social.twitter, .health-box .soc-btns .social.twitter, .news-row-hld.important-news .soc-btns .social.twitter{
    background: url("../img/twitter.svg") no-repeat center;
    background-size: 100%;
}
.social.twitter:hover, .thema-box .soc-btns .social.twitter:hover, .health-box .soc-btns .social.twitter:hover, .news-row-hld.important-news .soc-btns .social.twitter:hover{
    opacity:0.7;
}
.write_us {
    float: left;
    color: #fff !important;
    font-size: 14px;
}
.write_us img {
    opacity: 0.7;
}
.write_us span {
    margin-left: 10px;
    margin-top: 9px;
}
.write_us:hover img {
    opacity: 1;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.write_us:hover span {
    text-decoration: underline;
}

.news-socials .social{
    opacity: 1;
    width: 35px;
    height: 60px;
}
.news-socials .social.facebook, .soc-btns .social.facebook{
    background: url("../img/facebook-blue.svg") no-repeat center;
    background-size: 100%;
}
.news-socials .social.pinterest, .soc-btns .social.pinterest{
    background: url("../img/pinterest-red.svg") no-repeat center;
    background-size: 100%;
}
.news-socials  .social.twitter, .soc-btns .social.twitter{
    background: url("../img/twitter-blue.svg") no-repeat center;
    background-size: 100%;
}
.copyright-txt{
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.2;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding: 15px 0;
    text-transform: uppercase;
}
.more-btn{
    background: transparent;
    float: left;
    line-height: 60px;
    color: #fff;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    background: url("../img/arrow-down-white.svg") no-repeat right center;
    background-size: 16px;
    padding-right: 22px;
    outline: none
}
.more-btn:focus{outline:none}














.current-holder label.search{
    width:100%;
    float:left;
    text-transform:uppercase;
    font-size:18px;
    color:#fff;
    font-weight: 300;
}
.container-fluid .inp-hld{
    width:calc(100% - 135px);
    line-height: 40px;
    height: 40px;
    padding-left:15px;
    box-sizing:border-box;
    border:none;
    float: left;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.results .container-fluid{
    padding-top:25px;
    padding-bottom:35px;
    box-sizing:border-box;
}
.search-btn{
    background: #ed1c24 url(../img/search-white.svg) no-repeat bottom 9px right 20px;
    background-size:28px;
    height: 40px;
    line-height: 40px;
    width:130px;
    color:#fff;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
    text-align: left;
    padding-left:30px;
    margin-left: 3px;
    float: left;
}
.images-hld{
    float:left;
    width: 100%;
}
.related-section{
    margin-top: 50px;
}
.related-section .related-title-hld{
    background:#f2f2f2;
    padding: 7px 0;
}
.related-title-hld .section-title{
    margin-top:0;
    margin-bottom:0;
}
.related-slider, .person-slider{
    margin-top: -60px;
    padding-top: 76px;
    padding-bottom: 50px;
    width:100%;
}
.related-slider .swiper-pagination, .person-slider .swiper-pagination {
    background: transparent;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    height: 40px;
}
.related-slider .swiper-pagination-bullet, .person-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:#d9d9d9;
    margin-right:10px;
}
.related-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .person-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #a8a8a8;
}
.related-slider .news-title-hld, .related-slider .news-title, .person-slider .news-title-hld, .person-slider .news-title{
    font-size:22px;
}
.health-slider .category{
    margin-right: 40px;
}
.section-title.focus{
    padding-left: 0px;
    box-sizing:border-box;
    margin-top:30px;
    margin-bottom:0px;
}
.section-title.focus span.icn{
    background: url(../img/focus.svg) no-repeat right center;
    background-size: 50px;
    padding-right:37px;
}
.section-title.related span.icn{
    padding-right: 33px;
    background: url(../img/more_politics.svg) no-repeat right 2px center;
    background-size: 42px;
    color: #000;
}
.news-socials.left{
    float:left;
}
.box-thema-txt-big{
    float:left;
    line-height: 28px;
    font-size:20px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 100;
}


.thema-box .soc-btns{
	background: #ea4646;
    padding: 0 15px;
}
.health-box .soc-btns{
    background: #aad3ac;

}
.soc-btns.see-btns{
    visibility: visible;
    opacity:1;
}
.soc-btns .social{
    opacity:1;
     background-size: 80%;
    height: 30px;
    width: 27px;
    margin-right: 5px;

}

.close{
    background: url(../img/close.svg) no-repeat right;
    background-size: 16px;
    width: 30px;
    height: 30px;
    float: right;
    opacity: 0.3;
}
.close:hover{
    opacity: 0.8;
}
.thema-box .close, .news-row-hld.important-news .close{
    background: url(../img/close-white.svg) no-repeat right;
    background-size: 16px;
}

.theme-nav .nav-link::after {
    border-color: transparent transparent #ea4646 transparent;
    opacity: 0;
}
.theme-nav .nav-link.active::after {
    opacity: 1;
}

.theme-bg{
    background:url("../img/theme.jpg");
    background-size:cover;
}
.theme-section .section-title{
    width:190px;
}
.theme-bg .categories-links-hld{
    border-bottom:1px solid #ea4646;
}
.theme-bg .section-title.thema{
    color:#fff;
    margin-top:0px;
}
.theme-bg .category-number-hld{
    text-align: right;
}
.theme-bg .category-number-hld .numb{
    float:right;
    text-align: right;
    width:100%;
}
.theme-bg .section-title.thema span.icn{
    padding-right: 45px;
    background: url(../img/theme-speaker-red.svg) no-repeat right center;
    background-size: 70px;
}
.theme-bg .section-title.thema .icn{
    font-size:40px;
}
.inquiry-box{
    background: #a8a8a8;
    float:left;
    width:100%;
}
.box.inquiry-box{
    padding-bottom:20px;
}
/*.cat-title, .inquiry .cat-title{
    font-size:30px;
    font-weight: 100;
    text-transform: uppercase;
    height: 30px;
    margin-bottom:0;
    overflow: hidden;
}*/
.inquiry .category{
    margin-right: 35px;
}
.inquiry-hld{
    float:left;
    width:100%;
    margin-top:50px;

}
.inquiry-hld .news-title{
    color:#ed4047;
    font-size:30px;
    font-weight: bold;
    float:left;
    width:100%;
    margin-bottom:40px;
    line-height: 35px;
}
.var-hld{
    float:left;
    width:100%;
    margin:10px 0px;
}
.buttons-holder{
    float:left;
    width:100%;
    margin-top:45px;
    padding-bottom:30px;
    border-bottom:1px solid #a8a8a8;
}
.btn{
    font-size:20px;
    color:#fff;
    font-weight: 100;
    text-transform:uppercase;
    padding:12px 20px;
    box-sizing:border-box;
    border:none;
    cursor:pointer;

}
.btn-head{
   width:85px;
    height: 85px;
}
.btn-red{
    background:#ea4646;
}
.btn-grey{
    background:#a8a8a8;
}
.inquiry-hld input{
    display: none;
}
.inquiry-hld .radio-label{
    float:left;
    color:#000;
    font-size:20px;
    font-weight: bold;
    position: relative;
}
.radio-span {
    float: left;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin-right: 10px;
    position: relative;
    margin-top:4px;
}
.radio-span::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    border-radius: 100%;
    background: #000;
    border:1px solid #000;
}
.radio:checked + label .radio-span::before{
    opacity: 1;
}
.raiting-hld{
    float:left;
    width:100%;
    position: relative;
    background: #e1e1e1;
    height: 20px;
    left:0;
}
.raiting{
    position: absolute;
    left:0;
    background: #464646;
    height: 20px;
}
.raiting1{
    width:20%;
}
.raiting2{
    width:34%;
}
.raiting3{
    width:16%;
}
.raiting4{
    width:56%;
}
.result .txt{
    float:left;
    width:100%;
    font-size:18px;
    color:#000;
    font-weight: bold;
    margin-top:30px;
    margin-bottom:10px;
}
.procent{
    float:left;
    color:#ed4047;
    font-size:24px;
    font-weight: bold;
}
.num{
    color:#555555;
    font-size:16px;
    float:left;
    line-height: 32px;
    margin-left:5px;
}
.sum{
    float:left;
    width:100%;
    margin-top:40px;
    margin-bottom:20px;
}
.answer-hld{
    float:left;
    width:100%;
    background: url("../img/poll-user-voted.svg") no-repeat left center;
    background-size:20px;
    padding-left:27px;
}
.inquiry-box-hld{
    float:left;
    width:100%;
}
.inquiry-box-hld .buttons-holder{
    margin-top:15px;
    padding-bottom:15px;
}
.inquiry-box-hld .btn{
    font-size:17px;
    padding:5px 10px;
    box-sizing:border-box;
}
.inquiry-boxes{
    float:left;
    width:100%;
}
.d-none{
    display: none;
}
.d-block{
    display:block;
}
.people-box-hld{
    float:left;
    margin-bottom:20px;
}

.person{
    float:left;
    width:100%;
}
.people-list .col-fixed-big{
    padding-right: 15px;
    box-sizing:border-box;
}
.people-list .category{
    font-size:13px;
}
.people-list .full-banner{
   margin: 20px 0 20px 0;
}
.people-list .news-title{
    font-size:18px;
}
.related-slider .swiper-pagination{

}
.bg-back{
    background: url("../img/bg-back.svg") no-repeat center;
    background-size:20px;
    width: 20px;
    height: 20px;
}
.all-people{
     display: flex;
    flex-wrap: wrap;
}
.results-hld{
    float:left;
}
.results-hld .buttons-holder{
    margin-top:20px;
    margin-bottom:20px;
}
.flex{
    display: flex;
    flex-wrap: wrap
}
.inlineImage {
    margin-right:10px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet:first-child{
    border-left:1px solid #636363;
}
#error404{
    background: url("../img/lupa-background-404.svg") no-repeat;
    background-size: 180px;
    padding-left: 220px;
    margin-top:50px;
}

.main-hero-holder{
	height: 490px;
	overflow: hidden;
}
.hero .swiper-container{
	height: 100%;
}
.hero .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 0;
}

.hero-holder{
    /*height: 455px;*/
	height: 495px;
	overflow: hidden;
}
.health-section .thema-holder{
	height: 459px;
}
.hero img {

    height: 100%;
    object-fit: cover;
}

.banner-holder-new {
    margin-top: 30px;
}

.thema-img, .thema-img a{
	height: 100%;
}
.thema-img img{
	height: 100%;
	object-fit: cover;
}
.news-box.top-content, .news-box.centered-content{
    padding-bottom: 0;
}
.news-box.top-content .text-holder .news-stat, .news-box.centered-content .text-holder .news-stat{
    position: relative;
    bottom: 0;
    padding: 0;
    margin-top: 5px;
}
.news-box.top-content.important-news .news-img::before{
    bottom: auto;
    top: 0;
}
.news-box.centered-content{
    display: table;

}
.news-box.centered-content .text-holder{
    float: none;
    vertical-align: middle;
    display: table-cell;
}
.news-box.centered-content.important-news{
        border-bottom: 5px solid #ed1c24;
}
.weather-section{
    min-height: 100px;
}
.video-in-text iframe{
    padding:5px;
    border:1px solid #eee;
    margin:10px 0;
    max-width: 100%;
}
.video-in-text a {
    color: #ed1c24;
}
.news-desc{
    float: left;
    width: 100%;
    margin: 5px 0;
}
.scroll-top {
    background: #ed1c24 url(../img/top.svg) no-repeat center;
    right: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    z-index: 900;
    display: none;
}
.scroll-top.visible {
    right: 10px;
}
