.btn,
img {
    height: auto
}

.btn:hover,
a {
    text-decoration: none
}

.breadcrumbs_end,
.related-news__label {
    text-overflow: ellipsis;
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-font-feature-settings: normal
}

a,
article,
aside,
body,
footer,
form,
header,
html,
i,
img,
li,
nav,
section,
time,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.breadcrumbs-control__label,
.breadcrumbs-control__label-sep {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #595959
}

.news-comment__pull-tab,
body {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    touch-action: manipulation
}

body {
    font-family: sans-serif, Arial;
    font-weight: 400;
    background: no-repeat padding-box #f3f3f3;
    overflow-x: hidden
}

a {
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 24px
}

ul {
    margin-left: 1.5rem
}

a:focus,
button:focus,
input:focus {
    outline: 0
}

img {
    max-width: 100%
}

.breadcrumbs-control {
    margin-bottom: 20px
}

.breadcrumbs-control--small {
    margin-bottom: 15px
}

.breadcrumbs-control__label {
    text-wrap: nowrap;
    position: relative;
    text-transform: capitalize
}

.breadcrumbs-control__label-sep {
    margin-right: 5px;
    margin-left: 5px
}

.ad-placement-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.ad-placement-area:after {
    content: "Reklam";
    color: #ddd;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -9999999
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
    .flex-sm-row {
        flex-direction: row !important
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-lg-1 {
        order: 1
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-lg-4,
.col-lg-6,
.col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-2 {
    order: 2
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #54585d;
    box-shadow: 1px 1px 2px #e3e3e3;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    background-color: #fdfdfd;
    border: 2px solid #dfdfdf;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.news-comment,
.news-comment__input {
    border: 1px solid #e9e9e9;
    box-sizing: border-box
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #54585d
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 72.2%, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #54585d;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 230, 231, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ef1717;
    border-color: #e91010
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 99, 99, .5)
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
    .d-xl-block {
        display: block !important
    }
}

.flex-column {
    flex-direction: column !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media(min-width:576px) {
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
}

.w-100 {
    width: 100% !important
}

.overflow-hidden {
    overflow: hidden
}

@media(min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media(max-width:1023px) {
    .container {
        max-width: 100%
    }
}

.social-sharing__link--facebook {
    background: #4364a2
}

.social-sharing__link--telegram {
    background: #24a0ea
}

.social-sharing__link--linkedin {
    background: #0669aa;
    font-size: 14px
}

.social-sharing__link--envelope {
    background: #ff606e
}

.social-sharing__link--whatsapp {
    background: #4ba243;
    font-size: 15px
}

.social-sharing__link--comment {
    background: #60d6f0
}

.page-setting__buttons-key {
    display: flex;
    align-items: center;
    justify-content: center
}

.image-wrapper {
    position: relative;
    margin-bottom: 20px
}

.image-wrapper--detail {
    margin-bottom: 5px
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.infinity-loading {
    width: 100%;
    background: #ddd;
    padding: 10px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    display: none
}

.infinity-loading>svg {
    margin-right: 10px
}

figcaption {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #7b7b7b;
    margin-bottom: 20px;
    margin-top: -10px
}

.news-detail__title {
    color: #000 !important;
    font-size: 32px;
    margin-bottom: 10px
}

.news-detail__title--main {
    font-weight: 700;
    font-size: 30px;
    color: #3f3b3b;
    font-style: normal;
    line-height: 130%
}

.news-detail__status,
.news-detail__status a {
    font-size: 14px;
    line-height: normal;
    color: #252525;
    font-weight: 400
}

.news-detail__text-description {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #3f3f3f;
    margin-bottom: 10px;
    line-height: 130%
}

.news-detail__content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3f3f3f;
    margin-bottom: 2rem
}

.news-detail__content p {
    margin-bottom: 10px
}

.news-detail__content img {
    height: auto !important;
    max-width: 100% !important
}

.news-detail__content a {
    line-height: 30px;
    color: #000;
    text-decoration: underline;
    font-weight: 700
}

.news-detail__content h3 {
    margin: 20px 0 10px 0
}

.comments-container {
    margin-bottom: 40px
}

.news-comment {
    background: #fcfcfc;
    border-radius: 4px;
    padding: 10px 10px 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

.news-comment__text {
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__icon {
    color: #b8b8b8;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px
}

.news-comment__control {
    position: relative;
    margin-bottom: 5px
}

.news-comment__pull-tab {
    position: absolute;
    pointer-events: none;
    border-radius: 25%;
    width: 10px;
    bottom: 7px;
    right: 2px;
    font-family: icomoon !important;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px
}

.news-comment__button,
.news-comment__input {
    font-style: normal;
    font-size: 16px;
    line-height: 20px
}

.news-comment__pull-tab:before {
    content: "î¥°";
    color: #c4c4c4
}

.news-comment__input {
    background: #fff;
    border-radius: 4px;
    width: 204px;
    height: 40px;
    font-weight: 400;
    color: #000;
    padding-left: 34px
}

.news-comment__input::-moz-placeholder {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__text {
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    width: 100%
}

.news-comment__button {
    background: #eb0015;
    min-width: 137px;
    max-height: 40px;
    border-radius: 4px;
    padding: 10px 12px;
    font-weight: 500;
    color: #fff;
    border: 0
}

.news-comment__warning {
    font-size: 14px;
    color: #606060
}

.related-news__head,
.related-news__label {
    font-weight: 500;
    color: #3f3b3b;
    font-style: normal
}

.related-news {
    margin-top: 25px;
    margin-bottom: 30px
}

.related-news__head {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.related-news__content {
    padding: 0 10px
}

.related-news__item {
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden
}

.related-news__image {
    width: 152px;
    height: 94px;
    -o-object-fit: cover;
    object-fit: cover
}

.related-news__label {
    font-size: 1rem;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.page-setting__buttons-key,
.social-sharing__link {
    width: 30px;
    height: 30px;
    display: flex;
    position: relative
}

.body-ads-safe-area {
    margin-top: 0
}

.dropbtn,
nav,
nav a {
    padding: 10px
}

.page-setting__buttons-key {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    min-width: 30px;
    color: #000;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.social-sharing__link {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 16px;
    color: #fff;
    margin-right: 10px
}

.social-sharing__link--x {
    background: #11161b
}

.news-detail__status-tags {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 8px;
    color: #3f3b3b;
    text-wrap: nowrap
}

.news-detail__status-min,
news-detail__status-min a {
    font-size: 13px;
    font-weight: 400
}

.related-video__description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    padding: 10px 20px
}

.related-video__label {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #000;
    margin: 110px 20px 0;
    -webkit-line-clamp: 3
}

.related-video {
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.related-video__player {
    height: 300px
}

@media screen and (min-width:992px) {
    .column-left {
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px)
    }
    .column-right {
        flex: 0 0 33.3333333333%;
        max-width: 320px
    }
    .news-comment {
        padding: 10px 10px 5px
    }
    .related-video__label {
        font-size: 31px;
        margin: 15px 20px 0;
        color: #000;
        line-height: 34px;
        -webkit-line-clamp: 2
    }
    .related-video__player {
        height: 459px
    }
}

.sidebar-news {
    margin-bottom: 30px
}

.sidebar-news__card {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.sidebar-news__nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #505050
}

.sidebar-news__nav-link [class*=" icon-"],
.sidebar-news__nav-link [class^=icon-] {
    position: relative;
    top: 5px;
    font-size: 13px;
    margin-left: 14px
}

.sidebar-news__heading {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    background-color: #eb0015;
    padding: 5px 10px;
    margin-bottom: 10px
}

.sidebar-news__head {
    margin-bottom: 10px
}

.sidebar-news__label {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sidebar-news__label--single {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.sidebar-news__label--large {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.sidebar-news__label--primary {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3d
}

.sidebar-news__date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #c4c4c4
}

.sidebar-news__image {
    width: 100%;
    display: block
}

.sidebar-news__image--left {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    overflow: hidden
}

.sidebar-news__image--video {
    width: 101px;
    min-width: 101px;
    max-width: 101px;
    height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px
}

.sidebar-news__image--video-primary {
    margin-bottom: 15px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar-news__item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar-news__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar-news__item--primary {
    border-bottom: 0
}

.sidebar-news__item--separator {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar-news__item--separator:last-child {
    margin-bottom: 0
}

.sidebar-news__image-wrapper {
    position: relative
}

.sidebar-news__image-wrapper--primary {
    margin-bottom: 8px
}

.sidebar-news__play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    font-size: 52px;
    opacity: .4
}

.sidebar-news__play--small {
    margin-left: -15px;
    margin-top: -15px;
    font-size: 30px
}

.sidebar-news__play--small .icon-play-o .path1:before {
    color: #000
}

.sidebar-news__item--dark {
    background-color: #000
}

.sidebar-news__item--dark .sidebar-news__label {
    color: #fff
}

.sidebar-news--primary .sidebar-news__content {
    background: #fbfbfb;
    border: 1px solid #ededed;
    border-radius: 2px;
    padding: 30px
}

.sidebar-news--thirdry .sidebar-news__image--left {
    height: 60px
}

.news-source,
.news-source a {
    line-height: 160%;
    font-size: .85rem;
    margin-bottom: 1rem;
    color: #000
}

.bik-ilan {
    background-color: #fff;
    padding: 5px 20px;
    margin-top: 20px
}

.rl_fw {
    font-weight: 600
}

@media screen and (max-width:992px) {
    .bik-ilan {
        margin-top: 65px
    }
}

.news-detail__content.bik-table table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    font-size: 13px
}

.news-detail__content.bik-table table td,
.news-detail__content.bik-table table th {
    padding: 5px;
    border: 1px solid #dee2e6;
    width: auto !important
}

.news-detail__content.bik-table table th {
    border-bottom-width: 2px;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

em {
    font-style: italic;
}

hr {
    margin: 30px 0px;
    border: #db0718 5px double;
}

.live-bar {
    color: #ffffff;
    background-color: #db0718;
    border-radius: 3px;
    padding: 4px 10px 4px 6px;
    margin-bottom: 10px;
    display: inline-block;
}

.live-bar::before {
    content: '\2022';
    font-size: 20px;
    margin-right: 5px;
}

strong {
    font-weight: bold;
}

.derecesi,
.dogrulama h3 {
    white-space: nowrap
}

.dogrulama h3,
body {
    margin: 0;
    font-weight: 400
}

.dogrulukderecesi,
.iddiaci {
    display: flex;
    overflow: hidden
}

body {
    padding: 0;
    font-family: sans-serif, arial;
    background-color: #f3f3f3;
    overflow-x: hidden
}

.dogrulama {
    position: relative;
    width: 100%;
    min-width: 250px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    gap: 16px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    height: 64px;
    border-radius: 4px;
    margin-top: 50px
}

.dogrulama h3 {
    position: absolute;
    top: -30px;
    color: #272727;
    padding: 6px 16px 0;
    border-radius: 4px 4px 0 0;
    left: 20px;
    font-size: 17px;
    line-height: 1.4;
    border-bottom: 0 !important
}

.dogrulukderecesi {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.durum {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: gray;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.iddiaci {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%
}

.dogrulama.dogru .line-y {
    height: 100%;
    background: #ffffffb8;
    width: 1px
}

.dogrulama.dogru .dogrulukderecesi,
.dogrulama.yanlis .dogrulukderecesi,
.iddiasahibi:hover,
.orjinalURL:hover {
    color: #000
}

.dogrulama.dogru {
    background-color: #f5fcf5;
    border: 1px solid #00b303;
    color: #000;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2)
}

.dogrulama.dogru h3 {
    border: 1px solid #00b303;
    background: #f5fcf5
}

.dogrulama.yanlis {
    background-color: #fcf5f5;
    border: 1px solid #b30000;
    color: #000;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .2)
}

.dogrulama.yanlis h3 {
    border: 1px solid #b30000;
    background: #fcf5f5
}

.iddiasahibi,
.orjinalURL {
    line-height: 140%;
    font-size: 14px;
    color: #000;
    white-space: nowrap
}

.line-y {
    height: 100%;
    background: #80808024;
    width: 1px
}

@media only screen and (max-width:599px) {
    .dogrulama {
        display: grid;
        grid-template-columns: 100%;
        height: auto;
        gap: 8px;
        padding: 16px
    }
    .dogrulama h3 {
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .dogrulukderecesi {
        height: auto;
        display: flex;
        justify-content: center
    }
    .iddiaci {
        align-items: center
    }
    .line-y {
        width: 100%;
        background: #80808024;
        height: 1px
    }
}

.dogrulama.dogru .durum {
    background-color: #00b303;
}

.dogrulama.yanlis .durum {
    background-color: #b30000;
}

.confirm-bar {
    color: #ffffff;
    background-color: #0254a6;
    border-radius: 3px;
    padding: 4px 6px;
    margin-bottom: 10px;
    display: inline-block;
}

.swiper-button {
    color: #fff;
    position: fixed;
    background-color: #b5b5b5;
    opacity: 0.5;
}

.sidebar-content-desktop {
    position: relative;
    width: 1000px;
}

.sidebar-content-desktop__left {
    justify-content: flex-end;
    left: -180px
}

.sidebar-content-desktop__left,
.sidebar-content-desktop__right {
    display: flex;
    position: absolute;
    width: 160px;
    transition: margin-top .3s
}

.sidebar-content-desktop__right {
    justify-content: flex-start;
    right: -180px
}

.page-skin-container {
    display: block !important;
    @media (max-width: 1449px) {
        display: none !important;
    }
}

.video_container {
    position: relative
}

.video_ad {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: -1
}

.embed-responsive,
.video_inner_container {
    height: 380px !important;
    width: 100%;
    max-width: 674px;
    background-color: #000
}

@media screen and(max-width:992px) {
    .embed-responsive,
    .video_inner_container {
        max-width: 100%
    }
}

@media screen and(max-width:680px) {
    .embed-responsive,
    .video_inner_container {
        height: calc(100vw / 1.7) !important;
        width: 100%
    }
}

.spinner_5nOS {
    transform-origin: center;
    animation: spinner_sEAn .75s infinite linear
}

@keyframes spinner_sEAn {
    100% {
        transform: rotate(360deg)
    }
}

/*header-menu.css - start*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    white-space: wrap
}

.header-menu a,
h1,
i {
    font-style: normal
}

.dropbtn,
.i-m-search,
.i-profil,
.search-open img {
    cursor: pointer
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #db071830;
    background-color: #f5f5f5;
    cursor: pointer
}

::-webkit-scrollbar {
    border-radius: 10px;
    cursor: pointer;
    width: 6px;
    background-color: #db0718
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    cursor: pointer;
    background-color: #db0718
}

.header,
.search,
[bg-white] {
    background: #fff
}

::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

input:-moz-placeholder {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

input::-moz-placeholder {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

input:-ms-input-placeholder {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #bfbfbf;
    text-indent: 5px
}

textarea:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.logo,
.logo img {
    line-height: 0
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.scrolltop {
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 45px;
    height: 47px;
    z-index: 98
}

.arrow,
.rotate {
    position: relative
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

p {
    cursor: default
}

h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 130%
}

[s*=pxa],
[s^=pxa] {
    padding: 0 auto
}

[s*=mxa],
[s^=mxa] {
    margin: 0 auto
}

[s*=mc],
[s^=mc] {
    margin: 0
}

[s*=ma],
[s^=ma] {
    margin: var(--s)
}

[s*=mx],
[s^=mx] {
    margin: 0 var(--s)
}

[s*=my],
[s^=my] {
    margin: var(--s) 0
}

[s*=mt],
[s^=mt] {
    margin-top: var(--s)
}

[s*=mr],
[s^=mr] {
    margin-right: var(--s)
}

[s*=mb],
[s^=mb] {
    margin-bottom: var(--s)
}

[s*=ml],
[s^=ml] {
    margin-left: var(--s)
}

[s*=pc],
[s2*=pc],
[s2^=pc],
[s3*=pc],
[s3^=pc],
[s^=pc] {
    padding: 0
}

[s*=pa],
[s^=pa] {
    padding: var(--s)
}

[s*=px],
[s^=px] {
    padding: 0 var(--s)
}

[s*=py],
[s^=py] {
    padding: var(--s) 0
}

[s*=pt],
[s^=pt] {
    padding-top: var(--s)
}

[s*=pr],
[s^=pr] {
    padding-right: var(--s)
}

[s*=pb],
[s^=pb] {
    padding-bottom: var(--s)
}

[s*=pl],
[s^=pl] {
    padding-left: var(--s)
}

[s2*=pa],
[s2^=pa] {
    padding: var(--s2)
}

[s2*=px],
[s2^=px] {
    padding: 0 var(--s2)
}

[s2*=py],
[s2^=py] {
    padding: var(--s2) 0
}

[s2*=pt],
[s2^=pt] {
    padding-top: var(--s2)
}

[s2*=pr],
[s2^=pr] {
    padding-right: var(--s2)
}

[s2*=pb],
[s2^=pb] {
    padding-bottom: var(--s2)
}

[s2*=pl],
[s2^=pl] {
    padding-left: var(--s2)
}

[s3*=pa],
[s3^=pa] {
    padding: var(--s3)
}

[s3*=px],
[s3^=px] {
    padding: 0 var(--s3)
}

[s3*=py],
[s3^=py] {
    padding: var(--s3) 0
}

[s3*=pt],
[s3^=pt] {
    padding-top: var(--s3)
}

[s3*=pr],
[s3^=pr] {
    padding-right: var(--s3)
}

[s3*=pb],
[s3^=pb] {
    padding-bottom: var(--s3)
}

[s3*=pl],
[s3^=pl] {
    padding-left: var(--s3)
}

[f] {
    display: flex
}

[f*=gsb],
[f^=gsb],
[fgsb] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0
}

[f*="x"],
[f^="x"] {
    flex-direction: row
}

[f*="y"],
[f^="y"] {
    flex-direction: column
}

[f*=rr],
[f^=rr] {
    flex-direction: row-reverse
}

[f*=ry],
[f^=ry] {
    flex-direction: column-reverse
}

[f*=cc],
[f^=cc] {
    align-items: center;
    justify-content: center
}

[f*="w"],
[f^="w"] {
    flex-wrap: wrap
}

[f*=nw],
[f^=nw] {
    flex-wrap: nowrap
}

[f*=rw],
[f^=rw] {
    flex-wrap: wrap-reverse
}

[f*=js],
[f^=js] {
    justify-content: flex-start
}

[f*=jn],
[f^=jn] {
    justify-content: flex-end
}

[f*=jc],
[f^=jc] {
    justify-content: center
}

[f*=jb],
[f^=jb] {
    justify-content: space-between
}

[f*=ja],
[f^=ja] {
    justify-content: space-around
}

[f*=jv],
[f^=jv] {
    justify-content: space-evenly
}

[f*=is],
[f^=is] {
    align-items: flex-start
}

[f*=ie],
[f^=ie] {
    align-items: flex-end
}

[f*=ic],
[f^=ic] {
    align-items: center
}

[f*=ih],
[f^=ih] {
    align-items: stretch
}

[f*=ib],
[f^=ib] {
    align-items: baseline
}

[f*=cs],
[f^=cs] {
    align-content: flex-start
}

[f*=ce],
[f^=ce] {
    align-content: flex-end
}

[f*=co],
[f^=co] {
    align-content: center
}

[f*=cb],
[f^=cb] {
    align-content: space-between
}

[f*=ca],
[f^=ca] {
    align-content: space-around
}

[f*=cv],
[f^=cv] {
    align-content: space-evenly
}

[f*=ch],
[f^=ch] {
    align-content: stretch
}

[f*=ao],
[f^=ao] {
    align-self: auto
}

[f*=as],
[f^=as] {
    align-self: flex-start
}

[f*=ae],
[f^=ae] {
    align-self: flex-end
}

[f*=ac],
[f^=ac] {
    align-self: center
}

[f*=ab],
[f^=ab] {
    align-self: baseline
}

[f*=ah],
[f^=ah] {
    align-self: stretch
}

[g1] {
    flex-grow: 1
}

[g2] {
    flex-grow: 2
}

[g3] {
    flex-grow: 3
}

[g4] {
    flex-grow: 4
}

[g5] {
    flex-grow: 5
}

[g6] {
    flex-grow: 6
}

[g7] {
    flex-grow: 7
}

[g8] {
    flex-grow: 8
}

[g9] {
    flex-grow: 9
}

[g0] {
    flex-grow: 0
}

[k1] {
    flex-shrink: 1
}

[k2] {
    flex-shrink: 2
}

[k3] {
    flex-shrink: 3
}

[k4] {
    flex-shrink: 4
}

[k5] {
    flex-shrink: 5
}

[k6] {
    flex-shrink: 6
}

[k7] {
    flex-shrink: 7
}

[k8] {
    flex-shrink: 8
}

[k9] {
    flex-shrink: 9
}

[k0] {
    flex-shrink: 0
}

[o1] {
    order: 1
}

[o2] {
    order: 2
}

[o3] {
    order: 3
}

[o4] {
    order: 4
}

[o5] {
    order: 5
}

[o6] {
    order: 6
}

[o7] {
    order: 7
}

[o8] {
    order: 8
}

[o9] {
    order: 9
}

[o0] {
    order: 0
}

[w100] {
    width: 100%
}

.header-menu,
[h100] {
    height: 100%
}

[max-100] {
    max-width: var(--w100)
}

[max-200] {
    max-width: var(--w200)
}

[min-150] {
    min-width: var(--w150)
}

[gap60] {
    gap: 60px
}

[gap48] {
    gap: 48px
}

[gap36] {
    gap: 36px
}

[gap24] {
    gap: 24px
}

[gap20] {
    gap: 20px
}

[gap16] {
    gap: 16px
}

[gap12] {
    gap: 12px
}

[gap10] {
    gap: 10px
}

[gap8] {
    gap: 8px
}

[gap7] {
    gap: 7px
}

[gap6] {
    gap: 6px
}

[gap4] {
    gap: 4px
}

[gap3] {
    gap: 3px;
    gap: 2px
}

.fix-header .dnone,
.header-menu .line-x,
.header-menu a:before,
.i-navMenu,
.search-open.snone,
[dnone] {
    display: none
}

[dblock] {
    display: block
}

@media only screen and (max-width:980px) {
    [mgap24] {
        gap: 24px
    }
    [tw100],
    [wt100] {
        max-width: 100%
    }
    [ft] {
        display: flex
    }
    [ft*="x"],
    [ft^="x"] {
        flex-direction: row
    }
    [ft*="y"],
    [ft^="y"] {
        flex-direction: column
    }
    [ft*=rr],
    [ft^=rr] {
        flex-direction: row-reverse
    }
    [ft*=ry],
    [ft^=ry] {
        flex-direction: column-reverse
    }
    [ft*=cc],
    [ft^=cc] {
        align-items: center;
        justify-content: center
    }
    [ft*="w"],
    [ft^="w"] {
        flex-wrap: wrap
    }
    [ft*=nw],
    [ft^=nw] {
        flex-wrap: nowrap
    }
    [ft*=rw],
    [ft^=rw] {
        flex-wrap: wrap-reverse
    }
    [ft*=js],
    [ft^=js] {
        justify-content: flex-start
    }
    [ft*=jn],
    [ft^=jn] {
        justify-content: flex-end
    }
    [ft*=jc],
    [ft^=jc] {
        justify-content: center
    }
    [ft*=jb],
    [ft^=jb] {
        justify-content: space-between
    }
    [ft*=ja],
    [ft^=ja] {
        justify-content: space-around
    }
    [ft*=jv],
    [ft^=jv] {
        justify-content: space-evenly
    }
    [ft*=is],
    [ft^=is] {
        align-items: flex-start
    }
    [ft*=ie],
    [ft^=ie] {
        align-items: flex-end
    }
    [ft*=ic],
    [ft^=ic] {
        align-items: center
    }
    [ft*=ih],
    [ft^=ih] {
        align-items: stretch
    }
    [ft*=ib],
    [ft^=ib] {
        align-items: baseline
    }
    [ft*=cs],
    [ft^=cs] {
        align-content: flex-start
    }
    [ft*=ce],
    [ft^=ce] {
        align-content: flex-end
    }
    [ft*=co],
    [ft^=co] {
        align-content: center
    }
    [ft*=cb],
    [ft^=cb] {
        align-content: space-between
    }
    [ft*=ca],
    [ft^=ca] {
        align-content: space-around
    }
    [ft*=cv],
    [ft^=cv] {
        align-content: space-evenly
    }
    [ft*=ch],
    [ft^=ch] {
        align-content: stretch
    }
    [ft*=ao],
    [ft^=ao] {
        align-self: auto
    }
    [ft*=as],
    [ft^=as] {
        align-self: flex-start
    }
    [ft*=ae],
    [ft^=ae] {
        align-self: flex-end
    }
    [ft*=ac],
    [ft^=ac] {
        align-self: center
    }
    [ft*=ab],
    [ft^=ab] {
        align-self: baseline
    }
    [ft*=ah],
    [ft^=ah] {
        align-self: stretch
    }
}

@media only screen and (max-width:599px) {
    [mw100],
    [wm100] {
        max-width: 100%
    }
    [fm] {
        display: flex
    }
    [fm*="x"],
    [fm^="x"] {
        flex-direction: row
    }
    [fm*="y"],
    [fm^="y"] {
        flex-direction: column
    }
    [fm*=rr],
    [fm^=rr] {
        flex-direction: row-reverse
    }
    [fm*=ry],
    [fm^=ry] {
        flex-direction: column-reverse
    }
    [fm*=cc],
    [fm^=cc] {
        align-items: center;
        justify-content: center
    }
    [fm*="w"],
    [fm^="w"] {
        flex-wrap: wrap
    }
    [fm*=nw],
    [fm^=nw] {
        flex-wrap: nowrap
    }
    [fm*=rw],
    [fm^=rw] {
        flex-wrap: wrap-reverse
    }
    [fm*=js],
    [fm^=js] {
        justify-content: flex-start
    }
    [fm*=jn],
    [fm^=jn] {
        justify-content: flex-end
    }
    [fm*=jc],
    [fm^=jc] {
        justify-content: center
    }
    [fm*=jb],
    [fm^=jb] {
        justify-content: space-between
    }
    [fm*=ja],
    [fm^=ja] {
        justify-content: space-around
    }
    [fm*=jv],
    [fm^=jv] {
        justify-content: space-evenly
    }
    [fm*=is],
    [fm^=is] {
        align-items: flex-start
    }
    [fm*=ie],
    [fm^=ie] {
        align-items: flex-end
    }
    [fm*=ic],
    [fm^=ic] {
        align-items: center
    }
    [fm*=ih],
    [fm^=ih] {
        align-items: stretch
    }
    [fm*=ib],
    [fm^=ib] {
        align-items: baseline
    }
    [fm*=cs],
    [fm^=cs] {
        align-content: flex-start
    }
    [fm*=ce],
    [fm^=ce] {
        align-content: flex-end
    }
    [fm*=co],
    [fm^=co] {
        align-content: center
    }
    [fm*=cb],
    [fm^=cb] {
        align-content: space-between
    }
    [fm*=ca],
    [fm^=ca] {
        align-content: space-around
    }
    [fm*=cv],
    [fm^=cv] {
        align-content: space-evenly
    }
    [fm*=ch],
    [fm^=ch] {
        align-content: stretch
    }
    [fm*=ao],
    [fm^=ao] {
        align-self: auto
    }
    [fm*=as],
    [fm^=as] {
        align-self: flex-start
    }
    [fm*=ae],
    [fm^=ae] {
        align-self: flex-end
    }
    [fm*=ac],
    [fm^=ac] {
        align-self: center
    }
    [fm*=ab],
    [fm^=ab] {
        align-self: baseline
    }
    [fm*=ah],
    [fm^=ah] {
        align-self: stretch
    }
}

.search::after {
    content: "";
    background: url("https://i.turkiyegazetesi.com.tr/assets/images/icons/header-img/i-search.svg");
    width: 14px;
    height: 14px
}

.i-navMenu {
    content: url("../images/i-navMenu.svg")
}

.i-navMenu,
.i-navMenuClose {
    height: 20px;
    width: 25px;
    cursor: pointer;
    flex-shrink: 0
}

.i-navMenuClose {
    content: url("../images/i-navMenuClose.svg")
}

.i-m-search {
    content: url("../images/i-m-search_1.svg");
    flex-shrink: 0
}

.i-profil {
    content: url("../images/i-profil.png");
    width: 20px;
    flex-shrink: 0
}

.i-soc-googleNews {
    content: url("../images/i-soc-googleNews.svg")
}

.i-soc-facebook {
    content: url("../images/i-soc-facebook.svg")
}

.i-soc-twitter {
    content: url("../images/i-soc-twitter.svg")
}

.i-soc-instagram {
    content: url("../images/i-soc-instagram.svg")
}

.i-soc-linkedin {
    content: url("../images/i-soc-linkedin.svg")
}

.i-soc-youtube {
    content: url("../images/i-soc-youtube.svg")
}

.i-soc-tiktok {
    content: url("../images/i-soc-tiktok.svg")
}

.arrow {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    top: 2px;
    left: 5px
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.rotate {
    transform: rotate(45deg);
    top: -4px
}

.fix-header {
    height: 100%;
    color: #fff;
    max-width: 1200px;
    width: 100%;
    white-space: nowrap;
    padding: 0 16px
}

.header-top {
    height: 72px
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 72px;
    height: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    font-weight: 400
}

.dropbtn,
.header-menu a {
    font-size: 16px;
    font-weight: 700
}

.logo img {
    width: 140px;
    height: auto
}

.search {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 120px;
    height: 24px;
    padding: 4px 12px;
    border-radius: 32px
}

.header-menu a {
    color: #000;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-menu a:hover,
.speciallink a:hover {
    color: #a7000d
}

.header-menu a.i-m-haber {
    order: -1
}

.i-m-search {
    display: block;
    filter: invert(1)
}

.search-open {
    position: absolute;
    top: 72px;
    background: #db0718;
    width: 100%;
    max-width: 1010px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 24px
}

.search-open~div .i-m-search {
    opacity: .1
}

.search-open.snone~div .i-m-search {
    opacity: 1
}

.search-open input {
    background: #fff;
    color: #000;
    height: 30px
}

.speciallink {
    border-left: 1px solid #db0718
}

.speciallink a {
    color: #db0718;
    padding: 0 0 0 6px
}

.dropdown {
    position: relative;
    display: inline-block;
    min-width: 68px
}

.dropbtn {
    background-color: #fff;
    border: none;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.dropdown-contents {
    display: none;
    background-color: #fff;
    min-width: 160px;
    z-index: 21;
    right: 0;
    position: absolute;
    top: 46px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    gap: 24px;
    padding: 24px 0
}

.dropdown-contents a {
    color: #000;
    padding: 0 16px;
    text-decoration: none;
    display: block
}

.show {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.i-m-search,
.profillogin {
    width: 20px;
    height: 20px
}

@media screen and (min-width:1400px) {
    .fix-header {
        max-width: 1200px
    }
    .search-open {
        max-width: 1170px
    }
}

@media screen and (max-width:1399px) {
    .fix-header {
        max-width: 1024px;
        gap: 10px !important
    }
    .header-menu {
        gap: 4px;
    }
    .search-open {
        max-width: 1010px
    }
}

@media screen and (max-width:980px) {
    .show {
        display: flex;
        flex-direction: column
    }
    .search-open {
        top: 48px;
        left: 0
    }
    .speciallink {
        width: 100%;
        border: 0
    }
    .speciallink a,
    .speciallink a:hover {
        border-left: 0;
        color: #000
    }
    .header-top {
        height: 48px;
        width: 100%
    }
    .fix-header {
        height: 100%;
        padding: 0 16px;
        justify-content: space-between
    }
    .header {
        background: #fff;
        height: 100%;
        max-height: 48px
    }
    .header .i-m-search {
        width: 20px;
        height: 20px
    }
    .logo {
        display: block
    }
    .logo img {
        width: 102px
    }
    .i-profil,
    .search,
    .search-open.snone {
        display: none
    }
    .i-m-search,
    .i-navMenu {
        display: block;
        filter: invert(1)
    }
    .profillogin {
        position: absolute;
        top: -1500px;
        display: none;
        width: 0;
        height: 0
    }
    .icon {
        fill: black
    }
    .header-menu,
    .header-menu.open {
        left: 0;
        display: flex;
        position: fixed;
        width: 90.135%;
        top: 48px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background: #fff;
        flex-wrap: nowrap;
        overflow: overlay;
        transition: left .4s linear;
        padding-top: 12px;
        padding-bottom: 49px
    }
    .header-menu {
        left: -100%
    }
    .line-x {
        display: block !important;
        height: 1px;
        border-bottom: 1px solid #80808026;
        width: 100%
    }
    .dropbtn,
    .fix-header .dnone,
    .header-social {
        display: flex
    }
    .line-y {
        height: 100%;
        border-right: 1px solid #80808026;
        width: 1px
    }
    .header-menu:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 48px;
        opacity: .17;
        background: #fff;
        z-index: -1
    }
    .header-menu a,
    .header-menu a:hover {
        justify-content: flex-start;
        text-transform: capitalize;
        width: 100%;
        padding: 0 16px;
        font-size: 18px
    }
    .header-menu a:hover {
        background-color: #fff;
        color: #000
    }
    .header-menu a.i-m-haber {
        order: 0
    }
    .header-menu a:before {
        height: 20px;
        display: flex;
        margin-right: 12px
    }
    .header-social {
        padding: 0 16px 24px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #f5f5f5 100%);
        flex-grow: 1
    }
    .header-social a,
    .header-social a:hover {
        border: 0;
        padding: 0;
        width: auto;
        background-color: transparent
    }
    .header-social a:last-child {
        margin-bottom: 0
    }
    .header-social .app-baslik {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }
    .dropbtn {
        background-color: #fff;
        padding: 0 16px 12px;
        font-size: 18px;
        border: none;
        cursor: pointer;
        border-bottom: 1px solid #80808026;
        width: 100%;
        text-align: left;
        color: #000;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between
    }
    .dropdown {
        width: 100%
    }
    .dropdown-contents {
        left: 0;
        gap: 12px;
        position: relative;
        box-shadow: none;
        top: 0;
        padding: 12px 0 0
    }
}

@media screen and (max-width:980px) {
    .header-menu,
    .header-menu.open {
        gap: 12px
    }
}

/*header-menu.css - end*/

/*comment widget css start*/

.news-comment,
.news-comment__input {
    border: 1px solid #e9e9e9;
    box-sizing: border-box
}

.news-comment {
    background: #fcfcfc;
    border-radius: 4px;
    padding: 10px 10px 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .news-comment {
        padding: 10px 10px 5px
    }
}

.news-comment__text {
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__icon {
    color: #b8b8b8;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px
}

.news-comment__control {
    position: relative;
    margin-bottom: 5px
}

.news-comment__control--sb {
    display: flex;
    justify-content: space-between
}

.news-comment__commenter_name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px
}

.news-comment__date {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-top: 5px
}

.news-comment__comment {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000
}

.news-comment__pull-tab {
    position: absolute;
    pointer-events: none;
    border-radius: 25%;
    width: 10px;
    bottom: 7px;
    right: 2px;
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px
}

.news-comment__button,
.news-comment__input {
    font-style: normal;
    font-size: 16px;
    line-height: 20px
}

.news-comment__pull-tab:before {
    content: "\e970";
    color: #c4c4c4
}

.news-comment__input {
    background: #fff;
    border-radius: 4px;
    width: 204px;
    height: 40px;
    font-weight: 400;
    color: #000;
    padding-left: 34px
}

.news-comment__input::-webkit-input-placeholder {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__input:-ms-input-placeholder {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__input::placeholder {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.news-comment__text {
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    width: 100%
}

.news-comment__button {
    background: #eb0015;
    min-width: 137px;
    max-height: 40px;
    border-radius: 4px;
    padding: 10px 12px;
    font-weight: 500;
    color: #fff;
    border: 0
}

.news-comment__warning {
    font-size: 14px;
    color: #606060
}

/*comment widget css end*/

/*news card widget css start*/

.news-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media(min-width:450px) {
    .news-card {
        flex-direction: row !important
    }
}

.news-card__card {
    width: 277px;
    background-color: #fff;
    margin: 10px;
    flex-shrink: 0
}

.news-card__card-vertical {
    padding: 0 10px;
    width: 100%
}

@media(max-width:500px) {
    .news-card__card,
    .news-card__card-vertical {
        width: 95%
    }
}

.news-div-secim {
    background-color: #f3f3f3;
    border: 1px solid #3d3d3d
}

.news-card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
    padding: 10px;
    display: -webkit-box
}

@media screen and(max-width:640px) {
    .news-card__title {
        font-size: 16px
    }
}

.news-card__card-horizontal {
    box-sizing: border-box;
    margin: 0;
    padding: 8px
}

@media screen and (max-width:576px) {
    .news-card__card-horizontal {
        width: 100%
    }
}

@media screen and (min-width:577px) and (max-width:991px) {
    .news-card__card-horizontal {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .news-card__card-horizontal {
        width: 25%
    }
}

.content-control__label-secim,
.content-control__nav,
.secim-logo-text {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.secim-header {
    background-color: #e6172c;
    margin-top: 30px;
    height: 60px
}

.secim-img {
    margin-top: -15px
}

.news-card_color {
    background-color: #fff
}

.news-card__card- .news-card__title,
.news-card__card-vertical .news-card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #3d3d3d;
    padding: 5px 0 20px;
    display: -webkit-box
}

/*news card widget css end*/

/*footer widget css start*/

@media screen and (min-width: 640px) {
    .footer-sticky-ad {
        display: none !important;
    }
}

.footer-social,
.footer-social p {
    text-align: center
}

.footer {
    background: #000;
    padding-top: 20px
}

.footer-logo img {
    max-width: none;
    height: fit-content;
    margin-right: 30px
}

@media screen and (max-width:992px) {
    .footer-links {
        border-top: 1px solid #3f3b3b;
        border-bottom: 1px solid #3f3b3b;
        padding-bottom: 20px
    }
}

.footer-links__title {
    color: #fff;
    font-size: 18px
}

.footer-links__item {
    min-width: 160px
}

.footer-social div span i {
    font-size: 25px
}

.footer-social p {
    color: #aeacac
}

@media screen and (min-width:992px) {
    .footer-social,
    .footer-social p {
        text-align: right
    }
}

.footer-copyright {
    border-top: 1px solid #3f3b3b;
    font-size: 14px;
    line-height: 24px;
    color: #aeacac
}

/*footer widget css end*/