@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: swap;
}


button, input, optgroup, select, textarea {
    font-family: system-ui, -apple-system !important;
}


.section-headline {
   
}

.headline-carousel {
    border-radius: 5px;
    overflow: hidden;
}
.headline-card {
    border-radius: 5px;
}
.news-card {
    border-radius: 5px;
}

.header-extra {
    margin-top: 25px;
    margin-bottom: 25px;
}
/**/
.yg-footer {
    position: relative;
    background: linear-gradient(180deg, #f7fbff 0%, #eef7fc 100%);
    color: #073f52;
    padding: 58px 0 0;
    border-top: 1px solid #d8eaf4;
    overflow: hidden;
}

.yg-footer:before {
    content: "";
    position: absolute;
    right: -80px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 122, 184, .10);
}

.yg-footer:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(237, 28, 36, .06);
}

.yg-footer-bg {
    position: absolute;
    inset: 0;
    opacity: .035;
    pointer-events: none;
}

.yg-footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yg-footer .container {
    position: relative;
    z-index: 2;
}

.yg-footer-top {
    display: grid;
    grid-template-columns: 1.35fr .75fr 1.45fr;
    gap: 42px;
    padding-bottom: 42px;
}

.yg-footer-logo img {
    max-width: 280px;
    max-height: 95px;
    object-fit: contain;
}

.yg-footer-text {
    color: #405b6d;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    margin: 22px 0;
}

.yg-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.yg-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #ffffff;
    border: 1px solid #d8eaf4;
    color: #005a8d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 90, 141, .08);
    transition: .25s ease;
}

.yg-footer-social a:hover {
    background: #005a8d;
    color: #fff;
    transform: translateY(-3px);
}

.yg-footer-column h3 {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 900;
    color: #073f52;
}

.yg-footer-column h3:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background: #ed1c24;
    border-radius: 20px;
    margin-top: 11px;
}

.yg-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yg-footer-column li {
    margin-bottom: 11px;
}

.yg-footer-column a {
    color: #234456;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: .25s ease;
}

.yg-footer-column a:before {
    content: "›";
    color: #ed1c24;
    font-size: 17px;
    font-weight: 900;
    margin-right: 8px;
}

.yg-footer-column a:hover {
    color: #005a8d;
    padding-left: 4px;
}

.yg-footer-link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 22px;
}

.yg-footer-bottom {
    background: #ffffff;
    border-top: 1px solid #d8eaf4;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.yg-footer-copy,
.yg-footer-design {
    color: #405b6d;
    font-size: 14px;
    font-weight: 800;
}

.yg-footer-design a {
    color: #005a8d;
    text-decoration: none;
    font-weight: 900;
}

.yg-footer-design a:hover {
    color: #ed1c24;
}




.yg-regulation-section {
    margin: 35px 0 45px;
}

.yg-regulation-head {
    background: linear-gradient(135deg, #005a8d, #003f66);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.yg-regulation-head:after {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
}

.yg-regulation-head span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #d8efff;
    text-transform: uppercase;
}

.yg-regulation-head h2 {
    margin: 4px 0 0;
    font-size: 26px;
    font-weight: 900;
}

.yg-regulation-head a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #005a8d;
    padding: 11px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.yg-regulation-grid {
    background: #fff;
    border: 1px solid #dce8f0;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    box-shadow: 0 16px 38px rgba(0,41,71,.10);
}

.yg-regulation-card {
    background: #f6fbfe;
    border: 1px solid #e0edf5;
    border-radius: 5px;
    padding: 22px;
    min-height: 185px;
    text-decoration: none;
    transition: .25s;
}

.yg-regulation-card:hover {
    background: #005a8d;
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,90,141,.22);
}

.yg-regulation-icon {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: #e5f3fb;
    color: #005a8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 16px;
}

.yg-regulation-card h3 {
    margin: 0 0 9px;
    color: #073f52;
    font-size: 17px;
    font-weight: 900;
}

.yg-regulation-card p {
    margin: 0;
    color: #526577;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
}

.yg-regulation-card:hover h3,
.yg-regulation-card:hover p,
.yg-regulation-card:hover .yg-regulation-icon {
    color: #fff;
}

.yg-regulation-card:hover .yg-regulation-icon {
    background: rgba(255,255,255,.16);
}

@media(max-width: 991px) {
    .yg-regulation-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .yg-regulation-head {
        display: block;
    }

    .yg-regulation-head a {
        display: inline-block;
        margin-top: 14px;
    }

    .yg-regulation-grid {
        grid-template-columns: 1fr;
    }
}


.yg-popular-company-section {
    margin: 45px 0;
}

.yg-section-title {
    text-align: center;
    margin-bottom: 28px;
}

.yg-section-title i {
    font-size: 28px;
    color: #003f66;
    margin-right: 8px;
}

.yg-section-title h2 {
    display: inline-block;
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
}

.yg-section-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #ec4e10;
    margin: 14px auto 0;
}

.yg-popular-company-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    background: #fff;
    border: 1px solid #dce8f0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 41, 71, .10);
}

.yg-company-tabs::-webkit-scrollbar {
    width: 5px;
}

.yg-company-tabs::-webkit-scrollbar-thumb {
    background: #005a8d;
    border-radius: 20px;
}
.yg-company-tab-content {
    max-height: 500px;
    overflow-y: auto;
}
.yg-company-tabs {
    background: #f5f9fc;
    border-right: 1px solid #dce8f0;
    max-height: 500px;
    overflow-y: auto;
}

.yg-company-tab {
    width: 100%;
    min-height: 72px;
    padding: 15px 18px;
    border: none;
    border-bottom: 1px solid #dce8f0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: .25s;
}

.yg-company-tab strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #073f52;
    text-transform: uppercase;
}

.yg-company-tab span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #1384ae;
    font-weight: 700;
}

.yg-company-tab.active,
.yg-company-tab:hover {
    background: linear-gradient(135deg, #005a8d, #003f66);
}

.yg-company-tab.active strong,
.yg-company-tab:hover strong,
.yg-company-tab.active span,
.yg-company-tab:hover span {
    color: #fff;
}

.yg-company-tab-content {
    padding: 28px 35px;
}

.yg-company-pane {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px 35px;
}

.yg-company-pane.active {
    display: grid;
}

.yg-company-card {
    text-align: center;
    text-decoration: none;
    color: #111;
    padding: 15px 10px;
    border-radius: 14px;
    transition: .25s;
}

.yg-company-card:hover {
    background: #f5f9fc;
    transform: translateY(-4px);
}

.yg-company-logo {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.yg-company-logo img {
    max-width: 115px;
    max-height: 55px;
    object-fit: contain;
}

.yg-company-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
}

.yg-company-stars {
    color: #ec4e10;
    font-size: 14px;
    margin-bottom: 5px;
}

.yg-company-card span {
    font-size: 12px;
    color: #64748b;
}

@media(max-width: 991px) {
    .yg-popular-company-box {
        grid-template-columns: 1fr;
    }

    .yg-company-tabs {
        display: flex;
        overflow-x: auto;
        border-right: none;
    }

    .yg-company-tab {
        min-width: 220px;
    }

    .yg-company-pane {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .yg-company-pane {
        grid-template-columns: 1fr;
    }
}





.yg-search-card{
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #d9e7f1;
    box-shadow:0 15px 35px rgba(0,41,71,.12);
}

.yg-search-card-head{
    position:relative;
    background:linear-gradient(135deg,#004f7b,#00395d);
    padding:18px 25px;
    color:#fff;
    overflow:hidden;
}

.yg-search-card-body:before{
    content:"";
    position:absolute;
    right:-35px;
    top:-35px;
    width:100px;
    height:100px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.yg-search-card-body:after{
    content:"";
    position:absolute;
    right:30px;
    top:-20px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.yg-search-card-head h3{
    margin:0;
    font-size:22px;
    font-weight:800;
}

.yg-search-card-head span{
    font-size:13px;
    color:#cde5f4;
}

.yg-search-card-body{
    position:relative;
    padding:18px;
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr 170px;
    gap:12px;
    background:linear-gradient(135deg,#004f7b,#00395d);
}

.yg-input,
.yg-select{
    height:54px;
    border-radius:12px;
    border:1px solid #dce8f0;
    background:#f8fbfd;
    overflow:hidden;
}

.yg-input{
    display:flex;
    align-items:center;
}

.yg-input i{
    width:55px;
    color:#005a8d;
    text-align:center;
    font-size:18px;
}

.yg-input input,
.yg-select select{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    background:transparent;
    padding:0 15px;
    font-size:14px;
    font-weight:600;
}

.yg-search-btn{
    border:none;
    border-radius:12px;
    background:linear-gradient(135deg, #ec4e10, #f47f0c);
    color:#fff;
    font-size:15px;
    font-weight:800;
    transition:.25s;
}

.yg-search-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(255,0,0,.25);
}


.yg-company-sector-box {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5edf5;
    box-shadow: 0 14px 35px rgba(0, 38, 76, 0.10);
}

.yg-sector-head {
    background: linear-gradient(135deg, #005a8d, #003f66);
    padding: 18px 20px;
    color: #fff;
    position: relative;
}

.yg-sector-head:after {
    content: "";
    position: absolute;
    right: -35px;
    top: -35px;
    width: 95px;
    height: 95px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
}

.yg-sector-head span {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.yg-sector-head small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #d7ecfb;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.yg-sector-list {
    padding: 10px;
    max-height: 420px;
    overflow-y: auto;
}

.yg-sector-list::-webkit-scrollbar {
    width: 5px;
}

.yg-sector-list::-webkit-scrollbar-thumb {
    background: #005a8d;
    border-radius: 20px;
}

.yg-sector-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 11px 13px;
    margin-bottom: 7px;
    border-radius: 5px;
    background: #f5f9fc;
    color: #102a43;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .25s ease;
    border: 1px solid transparent;
}

.yg-sector-item:hover {
    background: #005a8d;
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(0, 90, 141, .22);
}

.yg-sector-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: #e5f3fb;
    color: #005a8d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.yg-sector-item:hover .yg-sector-icon {
    background: rgba(255,255,255,.18);
    color: #fff;
}

.yg-sector-text {
    flex: 1;
}

.yg-sector-arrow {
    opacity: .55;
    transition: all .25s ease;
}

.yg-sector-item:hover .yg-sector-arrow {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .yg-company-sector-box {
        margin-bottom: 20px;
    }

    .yg-sector-list {
        max-height: none;
    }
}
/**/

















.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-animation 10s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}
@keyframes marquee-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}



.mobile-nav__footer.type_v2 a .text {

}
.mobile-nav__footer.type_v2 a .icon {
    margin-right: 10px;
}
.mobile-nav__footer.type_v2 a {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    flex: none;
    padding: 0 15px;
}
.mobile-nav__footer.type_v2 {
    bottom:65px;
    background-color: #01548c;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.sidebar-news .news-photo img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    background-color: #f6f6f6;
}


.section-multimedya.ui-multimedia .ads .cover {

}
.spor-ads .section-reklam .container {
    padding:0px;
}
.spor-ads .section-reklam .ads .cover {
    height:100%
}
.spor-ads a * {
    height:100%;
}
.spor-ads .section-reklam {
    padding:0;
}
.editor-ads {
    overflow: hidden;
}
.editor-ads * {

}
.editor-ads .section-reklam {
    padding:0;
}

.editor-ads .ads .cover img {
    width: 100%;
}
.editor-ads .ads .cover {

}
.editor-ads .ads {

}

.spor-ads .ads .cover img {
    width: 100%;
}
.spor-ads .ads .cover {

}
.spor-ads .ads {

}

.ads a .cover img,
.ads a .cover,
.ads a {
    width:100%;
    height:100%;
    object-fit: fill;
}
.ads {

}

.page-content__header .title {
    font-size: 35px;
    font-weight: bold;
}

.section-multimedya.ui-multimedia .ads .section-reklam {
    padding:0;
}
.section-multimedya.ui-multimedia .reklam-content .container {
    padding:0;
}
.section-multimedya.ui-multimedia .ads a * {
    height:100%;
}
.section-multimedya.ui-multimedia .ads .cover img {
    width: 100%;
}
.section-multimedya.ui-multimedia .ads .cover {

}
.section-multimedya.ui-multimedia .ads {

}


.header-top .container-header .heading .scrolling-text {
    max-width: 100%;
}
.header-top .container-header .heading .title,
.header-top .container-header .heading .scrolling-text a {
    color:#fff;
}
.header-top::before,
.header-top .container-header .heading .title::after {
    display: none !important;
}
.header-top {
    background: linear-gradient(90deg, #01548c 0%, #01548c 100%);
    background-color: transparent;
}
.header-bottom.js-fixed {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background: #fff;
    border-bottom: 1px solid rgba(30, 29, 28, 0.1);
    -webkit-box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1);
    box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1);
}

.header-bottom.js-fixed.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }


.detail-page-photo {
    height: auto !important;
    max-height: none !important;
}
.detail-page-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.detail-page-frame iframe {
    width: 100%;
    height: 450px;
    object-fit: cover;
    -o-object-fit: cover;
}
.detail-page-frame {
    margin-top:15px;
    position: relative;
}

.detal-page-writer {
    margin:25px 0;
}
.writer-desc .title {
    display:block;
    overflow: visible;
}
.footer-bg img {
    opacity: 0.2;
}
.footer-bg {
    z-index: 0;
}
.footer-bottom {
    position: relative;
}
.header-logo img {
    width:250px;
}
.footer-logo img {
    width:300px;
}

.page-content__tags {
    margin:20px 0;
}


.inner-page__wrapper {
    margin-top:25px;
}
@media (min-width: 1200px) { .inner-page__row > div {padding-left: 10px;padding-right: 10px;} }

@media (max-width: 1199px) { .inner-page__row > div { padding-left: 10px; padding-right: 10px; } }

@media only screen and (min-width: 768px){
    .news.ui-style ul li:nth-last-child(-n+4) {
        margin-bottom:0px;
    }
    .spor ul li:nth-last-child(-n+3) {
        margin-bottom:0px;
    }
}
.footer {
    margin-top:25px;
}

.section-news,
.section-reklam,
/*.section-headline,*/
.section-news,
.section-editor,
.section-multimedya,
.section-spor{
    padding-top:25px;
}


.page-content__header .write-heading,
.page-content__header .write-heading .head {
    width: 100%;
}


.breadcrumb ul li a {
    font-size:12px;
}
.inner-page__heading .button-border.ui-small {
    height: 35px;
    font-size: 12px;
}
.inner-page__heading.ui-relative {
    height: 50px;
}

.page-content__header .social .icon.bg-audio {
    background: #d92027;
}
.page-content__header .social .icon.bg-instagram {
    background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.page-content__header .social .icon.bg-linkedin {
    background: #0077b5;
}
.page-content__header .social .icon.bg-whatsapp {
    background: #25d366;
}
.page-content__header .social .icon.bg-twitter {
    background: #55acee;
}
.page-content__header .social .icon.bg-x-twitter {
    background: #000;
}
.page-content__header .social .icon.bg-facebook {
    background: #3b5998;
}


.page-content__description strong {
    font-size: unset;
    font-weight: 700;
}
.detail-page-public-texts {
    color:#000;
}
.detail-page-public-texts {
    line-height: 1.6;
    font-size: 1.25rem;
}
.detail-page-public-texts p {
    margin-bottom: 2rem;

}
.section-reklam .ads .cover {
    height: auto;
}

.header .currency-rate__bottom .value {
    font-weight: 600;
}


.sidebar-news .news-photo img,
.page-content__photo img,
.spor-photo img,
.multimedya-photo img,
.headline-photo img,
.news-photo img,
.editor-cover img,
.editor-popular ul li .popular-cover img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.editor-popular ul li .popular-cover img {
    object-fit: fill !important;
    -o-object-fit: fill !important;
    background: linear-gradient(90deg, #01548c 0%, #f1f1f1 100%);
    overflow: hidden;
    border-radius: 50%;
    padding: 3px;
}

.page-content__photo.ui-large {
    height: auto;
}

.news.ui-style .news-photo {
    height: 200px;
}
.news-photo, .spor-photo {
    height: 200px;
}


.writer-page-header .detail-page-news-info-left > * {
    text-align:left !important;
}

.writer-page-header {
    background: #fff;
    margin: 20px 0 0 0;
    padding: 30px 20px;
    border-radius: 0px;
    flex-flow: column;
}

@media only screen and (max-width:768px) {
    .writer-page-header .detail-page-news-info-left {
        max-height: 250px;
        overflow-y: scroll;
    }
}

.news-card {
    background-color: #fff;
}

.news-writer ul li:not(:last-child) {
    /*margin-bottom:30px !important;*/
}

.page-content__header .social .icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.detail-page-news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-detail-article .page-content__header.default_page_header {
    margin-bottom: 0px;
}
.page-content__spot {
    margin-bottom: 10px;
    padding:5px 20px 10px 20px;
}
.fa-nsosyal:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../../../../img/nsosyal.png")
    no-repeat center;
    background-size: contain;
}
.footer-social .icon .fa-nsosyal:before {
    filter: brightness(0) invert(1);
}
.fa-x-twitter:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-twitter-x' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
.page-content__header .social .fa-x-twitter:before {
    filter: brightness(0) invert(1);
}
.footer-social .icon .fa-x-twitter:before {
    filter: brightness(0) invert(1);
}
.editor-social ul li .item .icon .fa-x-twitter:before {
    width: 30px;
    height: 25px;
}
/*
body .main .ads-vertical {
    left: 150px;
    right: 150px;
    top: 195px;
    z-index: -1;
}
body .main .ads-vertical .ads .cover {
    width: 240px;
    height: 600px;
}*/

.inner-page__article, .page-detail-article {
    position:relative;
}


.page-detail-sidebar .section-reklam {
    padding:0;
}
.page-detail-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.reklam-content {
    position:relative;
}

.page-content__header[type="burc_head"] .title {
    margin-bottom: 10px;
}
.page-content__header[type="burc_head"] .write-heading .user-photo img {
    object-fit: contain;
    -o-object-fit: contain;
    width: 75px;
    height: 75px;
}
.page-content__header[type="burc_head"] .write-heading .user-photo {
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /*border: 1px solid #cbcbcb;*/
}

.writer-cover img, .page-content__header .write-heading .user-photo img {
    padding:0px;
    object-fit:cover;
    -o-object-fit:cover;
}
.page-content__write-other ul li a .date {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #999;
    font-weight: 600;
}
.page-content__write-other ul li a:hover .date {
    color: #fff;
}
.editor-social ul li .item .icon {
    font-size: 35px;
    margin-bottom:0;
}
.editor-social ul li .item {
    height: 91px;
    border-radius: 5px;
    background: #fafafa;
}


.news-tags > a:hover {
    opacity: .7;
    text-decoration: none;
}
.news-tags > a {
    background-color: #eef2f5;
    border-radius: 18px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -.56px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 15px;
    text-decoration: none;
    cursor: pointer;
}
.news-tags {

}










/*sss*/
.detail-video__header {
    background-color: #001c30;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .detail-video__header > .container > .row > div:not(:last-child) {
        margin-bottom: 20px;
    }
}
.detail-video__header > div {
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .detail-video__header > div {
        max-width: 1450px;
    }
}
@media (min-width: 1200px) {
    .detail-video__header > div {
        padding-top: 50px;
    }
}
@media (max-width: 479px) {
    .detail-video__header > div {
        padding-top: 50px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .detail-video__header > div {
        padding-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .detail-video__header > div {
        padding-top: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .detail-video__header > div {
        padding-top: 50px;
    }
}
.detail-video__heading {
    background-color: #022f39;
    padding: 10px 20px;
    border-radius: 11px;
    align-items: center;
    justify-content: space-between;
}
.detail-video__heading .title {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.detail-video__heading .link {
    font-size: 11px;
    font-weight: 700;
    color: #1c6e7f;
    text-transform: uppercase;
}
.detail-video__heading .link:hover {
    color: #4f8e9c;
}
.detail-video__play {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #022f39;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}
.detail-video__play iframe,
.detail-video__play video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-video__description {
    padding: 20px 30px 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(28, 110, 127, 0.2);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.detail-video__description .tags a {
    display: inline-block;
    color: #357e8d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
}
.detail-video__description .tags a:hover {
    color: #689eaa;
}
.detail-video__description .tags a:not(:last-child) {
    margin-right: 5px;
}
.detail-video__description .title {
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .detail-video__description .title {
        padding-right: 100px;
    }
}
@media (min-width: 480px) {
    .detail-video__description .title {
        font-size: 24px;
        letter-spacing: -1px;
    }
}
@media (max-width: 479px) {
    .detail-video__description .title {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
}
.detail-video__information ul li:not(:last-child) {
    margin-right: 20px;
}
.detail-video__information ul li a {
    display: inline-flex;
    align-items: center;
    color: #81afb8;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
}
.detail-video__information ul li a[href]:hover {
    color: #fff;
}
.detail-video__information ul li a .icon {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
}
/*sss*/


/*sss*/

.list-common.ui-gap-1 ul li,
.list-common.ui-gap-1 ul.list li {
    margin-bottom: 30px;
}
.list-common.ui-gap-2 ul li,
.list-common.ui-gap-2 ul.list li {
    margin-bottom: 20px;
}
.list-common:not(.ui-list) ul li:not(:last-child) {
    border-bottom: 1px solid rgba(94, 120, 143, 0.1);
}
.list-common:not(.ui-list):not([class*="ui-style-"]) .list-common__item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-common:not(.ui-list):not([class*="ui-style-"])
.list-common__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    border-radius: 11px;
    background-color: rgba(219, 226, 231, 0.2);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.97);
    transition: 0.3s;
}
.list-common:not(.ui-list):not([class*="ui-style-"])
.list-common__item:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.list-common.ui-list.ui-list-bordered .list-common__item {
    border: 1px solid rgba(94, 120, 143, 0.08);
}
.list-common.ui-list
ul:not(.table-header):not(.table-pagination):not(.ui-no-justify-center) {
    justify-content: center;
}
.list-common.ui-list .list-common__item {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}
.list-common.ui-list .list-common__item:hover .list-common__icon {
    background-color: #035566;
}
.list-common.ui-list .list-common__item:hover .list-common__icon > .icon {
    color: #fff;
}
.list-common:not([class*="ui-style-"]) .list-common__photo {
    background-color: #fff;
    padding: 5px;
}
.list-common:not([class*="ui-style-"]) .list-common__photo:not(.ui-no-shadow) {
    box-shadow: 2px 2px 20px rgba(94, 120, 143, 0.15);
}
.list-common:not([class*="ui-style-"]) .list-common__description .title {
    color: #fe7e00;
}
.list-common:not([class*="ui-style-"]) .list-common__description > .text {
    color: #7a93a9;
}
.list-common:not([class*="ui-style-"]) .list-common__description .tag {
    color: #7a93a9;
}
@media (min-width: 992px) {
    .list-common.ui-list-videos ul {
        overflow-y: auto;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
        scrollbar-width: thin;
    }
    .list-common.ui-list-videos ul::-webkit-scrollbar-track {
        background-color: rgba(254, 126, 0, 0.1);
    }
    .list-common.ui-list-videos ul::-webkit-scrollbar {
        width: 5px;
    }
    .list-common.ui-list-videos ul::-webkit-scrollbar-thumb {
        background-color: #fe7e00;
    }
}
@media (min-width: 1200px) {
    .list-common.ui-list-videos ul {
        max-height: 670px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .list-common.ui-list-videos ul {
        max-height: 420px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .list-common.ui-list-videos ul {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .list-common.ui-list-videos ul li {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.list-common.ui-list-videos .list-common__description .tag {
    margin-top: 5px;
}
.list-common.ui-style-light .list-common__item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-common.ui-style-light .list-common__description .title {
    color: #fff;
}
.list-common.ui-style-light .list-common__description > .text {
    color: #357e8d;
}
.list-common.ui-style-light .list-common__description .tag {
    color: #357e8d;
}
.list-common__left {
    position: relative;
}
@media (min-width: 768px) {
    .list-common__left {
        flex: 0 0 120px;
        max-width: 120px;
        height: 90px;
    }
}
@media (max-width: 767px) {
    .list-common__left {
        flex: 0 0 100px;
        max-width: 100px;
        height: 75px;
    }
}
.list-common__left > div {
    width: 100%;
    height: 100%;
}
.list-common__left > .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: linear-gradient(#d92027, rgb(218 36 42 / 50%));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding-left: 2px;
    pointer-events: none;
}
.list-common__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.list-common__photo {
    overflow: hidden;
    border-radius: 11px;
}
.list-common__photo.ui-fit-contain {
    padding: 10px;
}
.list-common__photo.ui-fit-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}
.list-common__photo.ui-transform-scale img {
    transform: scale(1.2);
}
.list-common__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 11px;
}
.list-common__icon,
.list-common__letter {
    background-color: rgba(3, 85, 102, 0.1);
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.list-common__icon > span,
.list-common__letter > span {
    font-size: 42px;
    color: #035566;
}
.list-common__letter .letter {
    font-weight: 900;
    line-height: 0;
    text-transform: uppercase;
}
.list-common__description {
    padding-left: 13px;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .list-common__description {
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px);
    }
}
@media (max-width: 767px) {
    .list-common__description {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
}
.list-common__description strong {
    font-weight: 900;
}
.list-common__description .title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 700;
    letter-spacing: -0.3px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
}
.list-common__description > .text {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
    margin-top: 3px;
}
.list-common__description .tag {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    margin-top: 8px;
}
.list-common__description .tag .icon {
    font-size: 11px;
    opacity: 0.5;
    margin-right: 7px;
}
.list-common__description .tag .text {
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.list-common__description .date {
    color: #1c6e7f;
    font-size: 10px;
    display: inline-flex;
    margin-top: 10px;
}
/*sss*/












.article_full_width {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}



#karart {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    opacity: 0.5;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #2e3133;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
