body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Mulish, sans-serif;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: transparent;
  border: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

button {
  outline: 0 !important;
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

a,
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.7;
}

.clear {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: Lato-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Regular.eot);
  src: url(../fonts/Lato-Regular.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Regular.woff2) format("woff2"),
    url(../fonts/Lato-Regular.woff) format("woff"),
    url(../fonts/Lato-Regular.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Heavy;
  font-style: normal;
  src: url(../fonts/Lato-Heavy.eot);
  src: url(../fonts/Lato-Heavy.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Heavy.woff2) format("woff2"),
    url(../fonts/Lato-Heavy.woff) format("woff"),
    url(../fonts/Lato-Heavy.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Light;
  font-style: normal;
  src: url(../fonts/Lato-Light.eot);
  src: url(../fonts/Lato-Light.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Light.woff2) format("woff2"),
    url(../fonts/Lato-Light.woff) format("woff"),
    url(../fonts/Lato-Light.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Bold;
  font-style: normal;
  src: url(../fonts/Lato-Bold.eot);
  src: url(../fonts/Lato-Bold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff"),
    url(../fonts/Lato-Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Semibold;
  font-style: normal;
  src: url(../fonts/Lato-Semibold_1.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Lato-ExtraBold;
  font-style: normal;
  src: url(../fonts/Lato-ExtraBold.eot);
  src: url(../fonts/Lato-ExtraBold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-ExtraBold.woff2) format("woff2"),
    url(../fonts/Lato-ExtraBold.woff) format("woff"),
    url(../fonts/Lato-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Medium;
  font-style: normal;
  src: url(../fonts/Lato-Medium.eot);
  src: url(../fonts/Lato-Medium.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Medium.woff2) format("woff2"),
    url(../fonts/Lato-Medium.woff) format("woff"),
    url(../fonts/Lato-Medium.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Black;
  font-style: normal;
  src: url(../fonts/Lato-Black.eot);
  src: url(../fonts/Lato-Black.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Black.woff2) format("woff2"),
    url(../fonts/Lato-Black.woff) format("woff"),
    url(../fonts/Lato-Blackz.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Roboto-Bold;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.eot);
  src: url(../fonts/Roboto-Bold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff"),
    url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes otherSocial {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes otherSocial {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

body.premium {
  overflow: hidden;
}

.adBanner {
  background-color: transparent;
  height: 1px;
  width: 1px;
}

.premium-popup-container {
  background-color: rgba(0, 0, 0, 0.667);
  bottom: 0;
  display: none;
  font-family: Lato-ExtraBold, Arial;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999999999;
}

.premium-popup-container.opened {
  display: block;
}

.premium-popup-container.blurred {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.premium-popup {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  left: 50%;
  max-height: calc(100% - 40px);
  max-width: 90%;
  overflow-y: scroll;
  position: relative;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999999999;
}

.premium-popup a {
  text-decoration: none;
}

.premium-popup-left {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
  min-height: 508px;
  padding: 40px;
  position: relative;
  width: 100%;
}

.premium-popup-left .left-tab-title {
  display: block;
  font: normal 20px Lato-ExtraBold, Arial;
  letter-spacing: -0.6px;
  margin-bottom: 35px;
  padding: 0 40px 0 25px;
  position: relative;
}

.premium-popup-left .left-tab-title:before {
  background-color: #ed1c24;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
}

.premium-popup-left .premium-brands-image {
  background: url(../images/premium-brands.png) 50% / cover no-repeat;
  display: block;
  height: 179px;
  width: 100%;
}

.premium-popup-left .premium-detail-link {
  bottom: 18px;
  color: #ed1c24;
  font-size: 14px;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.premium-popup-right {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
  height: 100%;
  margin: 0;
  min-height: 490px;
  position: relative;
  text-align: center;
  width: 100%;
}

.premium-popup-right .right-tab-content {
  left: 50%;
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.premium-popup-right .right-tab-text {
  display: block;
  font: 400 22px/30px Lato-Semibold, Arial;
  margin: 0 auto 30px;
  width: 303px;
}

.premium-popup-right .right-tab-text-bold {
  display: block;
  font: normal 24px/30px Lato-ExtraBold, Arial;
  margin: 0 auto 22px;
  width: 303px;
}

.premium-popup-right .right-tab-dsmart {
  border: 1px solid #fff;
  font-family: Lato-Semibold, Arial;
  font-size: 16px;
  height: 78px;
  letter-spacing: -0.6px;
  line-height: 32px;
  padding: 11px;
  width: 315px;
}

.premium-popup-right .right-tab-dsmart-logo {
  background: url(../images/dsmartgo.png) 50% no-repeat;
  display: inline-block;
  float: left;
  height: 31px;
  margin: 0 6px;
  width: 143px;
}

.premium-popup-right .right-tab-white-button {
  background-color: #fff;
  color: #ed1c24;
  margin: 20px auto;
}

.premium-popup-right .right-tab-black-button,
.premium-popup-right .right-tab-white-button {
  border-radius: 5px;
  display: block;
  font: normal 15px/45px Lato-ExtraBold, Arial;
  height: 45px;
  width: 283px;
}

.premium-popup-right .right-tab-black-button {
  background-color: #232323;
  color: #fff;
  margin: 0 auto;
}

.premium-popup-right .already-premium-link {
  color: #fff;
  text-decoration: underline;
}

.premium-popup-right .already-premium-link,
.premium-popup-right .hurriyet-ekstra {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.premium-popup-right .hurriyet-ekstra {
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}

.premium-popup-right .hurriyet-ekstra-logo {
  background: url(../images/h-logo.png) 50% no-repeat;
  display: inline-block;
  float: left;
  height: 100%;
  margin-right: 2px;
  width: 15px;
}

@media (max-width: 360px) {
  .premium-popup-left {
    padding: 30px;
  }

  .premium-popup-right .right-tab-dsmart {
    font-size: 17px;
    margin: 0 auto;
    width: 280px;
  }

  .premium-popup-right .right-tab-dsmart-logo {
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .premium-popup {
    max-height: auto;
    max-width: 770px;
    overflow: hidden;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .premium-popup-left {
    display: inline-block;
    float: left;
    width: 385px;
  }

  .premium-popup-right {
    min-height: 508px;
    position: absolute;
    width: 385px;
  }
}

.adbl-popup-container {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
}

.adbl-popup-container .adbl-popup {
  background: url(../images/adbl345.jpg) bottom no-repeat;
  color: #fff;
  height: 700px;
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup {
    height: 100%;
    left: 0;
    margin: auto;
    max-height: 568px;
    max-width: 345px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 30px);
  }
}

.adbl-popup-container .adbl-popup-logo {
  background: url(../images/adblpopuplogo.png);
  height: 38px;
  left: 50px;
  position: absolute;
  top: 50px;
  width: 126px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-logo {
    left: 30px;
    top: 30px;
  }
}

.adbl-popup-container .adbl-popup-content {
  left: 50px;
  position: absolute;
  top: 150px;
  width: 311px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-content {
    left: 30px;
    max-width: 311px;
    top: 110px;
    width: calc(100% - 60px);
  }
}

.adbl-popup-container .adbl-popup-content .read-without-ads-button {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#bcbcbc)
  );
  background-image: linear-gradient(180deg, #fff, #bcbcbc);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  font-family: Lato-Semibold, Arial;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
  padding: 0 28px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-content .read-without-ads-button {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

.adbl-popup-container .adbl-popup-content .enable-ads-button {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#434343),
    to(#171717)
  );
  background-image: linear-gradient(180deg, #434343, #171717);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: Lato-Semibold, Arial;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-content .enable-ads-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
}

.adbl-popup-container .adbl-popup-title {
  display: block;
  font-family: Lato-ExtraBold, Arial;
  font-size: 40px;
  margin-bottom: 10px;
  width: 311px;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-title {
    font-size: 30px;
    max-width: 311px;
    width: 100%;
  }
}

.adbl-popup-container .adbl-popup-desc {
  display: block;
  font-family: Lato-Light, Arial;
  font-size: 16px;
  line-height: 24px;
}

.adbl-popup-container .adbl-popup-footer {
  bottom: 30px;
  font-family: Lato-Light, Arial;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-footer {
    left: 30px;
  }
}

.adbl-popup-container .adbl-popup-footer .premium-detail-link {
  color: #fff;
  font-size: 14px;
  margin-right: 23px;
}

.adbl-popup-container .adbl-popup-footer .already-premium-link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .adbl-popup-container .adbl-popup-footer .already-premium-link {
    display: inline-block;
    margin-top: 15px;
  }
}

.adbl-popup-container .adbl-popup-exit-icon {
  background: url(../images/close.png) 50% no-repeat;
  cursor: pointer;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 11px;
}

.adbl-popup-container .adbl-popup-exit-text {
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-family: Lato-Light, Arial;
  position: absolute;
  right: 20px;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .adbl-popup-container .adbl-popup {
    background: url(../images/adbl770.jpg) 50% no-repeat;
    height: 550px;
    width: 740px;
  }

  .adbl-popup-container .adbl-popup-content {
    width: 425px;
  }

  .adbl-popup-container .adbl-popup-content .read-without-ads-button {
    margin: 25px 20px 0 0;
  }

  .adbl-popup-container .adbl-popup-title {
    font-size: 44px;
    width: 342px;
  }
}

.adblock-container {
  background-color: rgba(0, 0, 0, 0.667);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
}

.adblock-container .adblock {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  left: 50%;
  padding-bottom: 90px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 510px;
}

.adblock-container .adblock-title {
  border-bottom: 3px solid #ed1c24;
  display: block;
  font: 600 22px/32px Lato-ExtraBold, Arial;
  height: 130px;
  padding: 35px 35px 0;
  text-align: center;
  width: 100%;
}

.adblock-container .adblock-tabs {
  border-bottom: 1px solid gray;
  height: 114px;
  padding: 0 36px 0 37px;
}

.adblock-container .adblock-tab {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  text-align: center;
  width: 25%;
}

.adblock-container .adblock-tab-icon {
  height: 85px;
  padding-top: 32px;
}

.adblock-container .adblock-tab-icon-1 {
  background: url(../images/adb-1.png) 50% no-repeat;
  height: 45px;
  margin: 0 auto;
  width: 45px;
}

.adblock-container .adblock-tab-icon-2 {
  background: url(../images/adb-2.png) 50% no-repeat;
  height: 45px;
  margin: 0 auto;
  width: 45px;
}

.adblock-container .adblock-tab-icon-3 {
  background: url(../images/adb-3.png) 50% no-repeat;
  height: 45px;
  margin: 0 auto;
  width: 45px;
}

.adblock-container .adblock-tab-icon-4 {
  background-color: #f1f1f1;
  border-radius: 100%;
  color: #232323;
  font-size: 40px;
  height: 45px;
  letter-spacing: -2px;
  line-height: 23px;
  margin: 0 auto;
  width: 45px;
}

.adblock-container .adblock-tab-title {
  font: 500 14px Lato-ExtraBold, Arial;
}

.adblock-container .adblock-tab.active {
  border-bottom: 3px solid #ed1c24;
}

.adblock-container .adblock-tab.active .adblock-tab-title {
  color: #ed1c24;
}

.adblock-container .adblock-tab-contents {
  padding: 25px 30px 0;
}

.adblock-container .adblock-tab-content {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

.adblock-container .adblock-tab-content.active {
  display: block;
}

.adblock-container .adblock-tab-content .small-adb-icon {
  background: url(../images/adb-1.png) no-repeat 50% / cover;
  display: inline-block;
  height: 22px;
  margin-bottom: -3px;
  margin-top: 5px;
  width: 22px;
}

.adblock-container .adblock-tab-content-list-item {
  margin-bottom: 20px;
}

.adblock-container .adblock-close-icon {
  background: url(../images/close-black.png) 50% no-repeat;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
}

.adblock-container .adblock .refresh-page {
  background-color: #ed1c24;
  border-radius: 5px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 700 16px/45px Lato-ExtraBold, Arial;
  height: 45px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 283px;
}

body {
  color: #000;
  min-width: 320px;
  overflow-x: hidden !important;
}

.page-wrapper {
  background-color: #f3f3f3;
  overflow-x: hidden;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 112px;
  }
}

@media screen and (min-width: 1024px) {
  .page-wrapper,
  .page-wrapper.o-visible {
    overflow-x: visible;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.hidden {
  display: none;
}

code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}

kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}

pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.adv,
.container,
.medyanet-fullwidth-adv .adRenderer > div,
.medyanet-fullwidth-adv .adRendererInfinite > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 576px) {
  .adv,
  .container,
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .adv,
  .container,
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .adv,
  .container,
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    max-width: 1006px;
  }
}

@media (min-width: 1400px) {
  .adv,
  .container,
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    max-width: 1060px;
  }
}

@media (min-width: 1600px) {
  .adv,
  .container,
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    max-width: 1245px;
  }
}

.container-fluid,
.medyanet-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

.col-1 {
  -ms-flex: 0 0 6.25%;
  flex: 0 0 6.25%;
  max-width: 6.25%;
}

.col-2 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  -ms-flex: 0 0 18.75%;
  flex: 0 0 18.75%;
  max-width: 18.75%;
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

.col-5 {
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
  max-width: 31.25%;
}

.col-6 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

.col-7 {
  -ms-flex: 0 0 43.75%;
  flex: 0 0 43.75%;
  max-width: 43.75%;
}

.col-8 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  -ms-flex: 0 0 56.25%;
  flex: 0 0 56.25%;
  max-width: 56.25%;
}

.col-10 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

.col-11 {
  -ms-flex: 0 0 68.75%;
  flex: 0 0 68.75%;
  max-width: 68.75%;
}

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

.col-12,
.col-13 {
  -webkit-box-flex: 0;
}

.col-13 {
  -ms-flex: 0 0 81.25%;
  flex: 0 0 81.25%;
  max-width: 81.25%;
}

.col-14 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-14,
.col-15 {
  -webkit-box-flex: 0;
}

.col-15 {
  -ms-flex: 0 0 93.75%;
  flex: 0 0 93.75%;
  max-width: 93.75%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}

.offset-1 {
  margin-left: 6.25%;
}

.offset-2 {
  margin-left: 12.5%;
}

.offset-3 {
  margin-left: 18.75%;
}

.offset-4 {
  margin-left: 25%;
}

.offset-5 {
  margin-left: 31.25%;
}

.offset-6 {
  margin-left: 37.5%;
}

.offset-7 {
  margin-left: 43.75%;
}

.offset-8 {
  margin-left: 50%;
}

.offset-9 {
  margin-left: 56.25%;
}

.offset-10 {
  margin-left: 62.5%;
}

.offset-11 {
  margin-left: 68.75%;
}

.offset-12 {
  margin-left: 75%;
}

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 6.25%;
  }

  .offset-sm-2 {
    margin-left: 12.5%;
  }

  .offset-sm-3 {
    margin-left: 18.75%;
  }

  .offset-sm-4 {
    margin-left: 25%;
  }

  .offset-sm-5 {
    margin-left: 31.25%;
  }

  .offset-sm-6 {
    margin-left: 37.5%;
  }

  .offset-sm-7 {
    margin-left: 43.75%;
  }

  .offset-sm-8 {
    margin-left: 50%;
  }

  .offset-sm-9 {
    margin-left: 56.25%;
  }

  .offset-sm-10 {
    margin-left: 62.5%;
  }

  .offset-sm-11 {
    margin-left: 68.75%;
  }

  .offset-sm-12 {
    margin-left: 75%;
  }

  .offset-sm-13 {
    margin-left: 81.25%;
  }

  .offset-sm-14 {
    margin-left: 87.5%;
  }

  .offset-sm-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 6.25%;
  }

  .offset-md-2 {
    margin-left: 12.5%;
  }

  .offset-md-3 {
    margin-left: 18.75%;
  }

  .offset-md-4 {
    margin-left: 25%;
  }

  .offset-md-5 {
    margin-left: 31.25%;
  }

  .offset-md-6 {
    margin-left: 37.5%;
  }

  .offset-md-7 {
    margin-left: 43.75%;
  }

  .offset-md-8 {
    margin-left: 50%;
  }

  .offset-md-9 {
    margin-left: 56.25%;
  }

  .offset-md-10 {
    margin-left: 62.5%;
  }

  .offset-md-11 {
    margin-left: 68.75%;
  }

  .offset-md-12 {
    margin-left: 75%;
  }

  .offset-md-13 {
    margin-left: 81.25%;
  }

  .offset-md-14 {
    margin-left: 87.5%;
  }

  .offset-md-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 6.25%;
  }

  .offset-lg-2 {
    margin-left: 12.5%;
  }

  .offset-lg-3 {
    margin-left: 18.75%;
  }

  .offset-lg-4 {
    margin-left: 25%;
  }

  .offset-lg-5 {
    margin-left: 31.25%;
  }

  .offset-lg-6 {
    margin-left: 37.5%;
  }

  .offset-lg-7 {
    margin-left: 43.75%;
  }

  .offset-lg-8 {
    margin-left: 50%;
  }

  .offset-lg-9 {
    margin-left: 56.25%;
  }

  .offset-lg-10 {
    margin-left: 62.5%;
  }

  .offset-lg-11 {
    margin-left: 68.75%;
  }

  .offset-lg-12 {
    margin-left: 75%;
  }

  .offset-lg-13 {
    margin-left: 81.25%;
  }

  .offset-lg-14 {
    margin-left: 87.5%;
  }

  .offset-lg-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 6.25%;
  }

  .offset-xl-2 {
    margin-left: 12.5%;
  }

  .offset-xl-3 {
    margin-left: 18.75%;
  }

  .offset-xl-4 {
    margin-left: 25%;
  }

  .offset-xl-5 {
    margin-left: 31.25%;
  }

  .offset-xl-6 {
    margin-left: 37.5%;
  }

  .offset-xl-7 {
    margin-left: 43.75%;
  }

  .offset-xl-8 {
    margin-left: 50%;
  }

  .offset-xl-9 {
    margin-left: 56.25%;
  }

  .offset-xl-10 {
    margin-left: 62.5%;
  }

  .offset-xl-11 {
    margin-left: 68.75%;
  }

  .offset-xl-12 {
    margin-left: 75%;
  }

  .offset-xl-13 {
    margin-left: 81.25%;
  }

  .offset-xl-14 {
    margin-left: 87.5%;
  }

  .offset-xl-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-xxl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-xxl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xxl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xxl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xxl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 6.25%;
  }

  .offset-xxl-2 {
    margin-left: 12.5%;
  }

  .offset-xxl-3 {
    margin-left: 18.75%;
  }

  .offset-xxl-4 {
    margin-left: 25%;
  }

  .offset-xxl-5 {
    margin-left: 31.25%;
  }

  .offset-xxl-6 {
    margin-left: 37.5%;
  }

  .offset-xxl-7 {
    margin-left: 43.75%;
  }

  .offset-xxl-8 {
    margin-left: 50%;
  }

  .offset-xxl-9 {
    margin-left: 56.25%;
  }

  .offset-xxl-10 {
    margin-left: 62.5%;
  }

  .offset-xxl-11 {
    margin-left: 68.75%;
  }

  .offset-xxl-12 {
    margin-left: 75%;
  }

  .offset-xxl-13 {
    margin-left: 81.25%;
  }

  .offset-xxl-14 {
    margin-left: 87.5%;
  }

  .offset-xxl-15 {
    margin-left: 93.75%;
  }
}

.medyanet-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .medyanet-header {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .medyanet-header {
    height: auto;
    margin: 20px auto;
    padding: 0;
    width: 320px;
  }
}

.medyanet-header.isFixed {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 56px;
  z-index: 11;
}

.mobileMasthead {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 250px;
  width: 320px;
}

.adv {
  position: relative;
}

.adv .medyanet-pageskin-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  left: auto;
  margin-left: -485px;
  position: absolute;
  top: 0;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  width: 465px;
}

.adv .medyanet-pageskin-left.fixed {
  position: fixed;
  top: 56px;
}

@media screen and (max-width: 1023px) {
  .adv .medyanet-pageskin-left {
    display: none;
  }
}

.adv .medyanet-pageskin-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  left: auto;
  margin-left: 1250px;
  position: absolute;
  right: auto;
  top: 0;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  width: 465px;
}

.adv .medyanet-pageskin-right.fixed {
  position: fixed;
  top: 56px;
}

@media screen and (max-width: 1599px) {
  .adv .medyanet-pageskin-right {
    margin-left: 1066px;
  }
}

@media screen and (max-width: 1399px) {
  .adv .medyanet-pageskin-right {
    margin-left: 1012px;
  }
}

@media screen and (max-width: 1023px) {
  .adv .medyanet-pageskin-right {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .adv.adv-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .adv.adv-desktop,
  .adv.adv-desktop.masthead-header {
    display: none;
  }

  .medyanet-fullwidth-adv .adRenderer,
  .medyanet-fullwidth-adv .adRendererInfinite {
    margin: auto;
    min-height: 250px !important;
    width: 320px !important;
  }
}

.medyanet-fullwidth-adv .adRenderer > div,
.medyanet-fullwidth-adv .adRendererInfinite > div {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  align-items: center !important;
  border-bottom: 1px solid #e9e9e9 !important;
  border-top: 1px solid #e9e9e9 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  justify-content: center !important;
  margin: 30px 0 !important;
  padding: 30px 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .medyanet-fullwidth-adv .adRenderer > div,
  .medyanet-fullwidth-adv .adRendererInfinite > div {
    border: 0;
    margin: 20px 0;
    padding: 0;
  }
}

.masthead-header.adv {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e9e9e9;
  height: 300px;
  max-width: none !important;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .masthead-header.adv {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .masthead-header.adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

[data-ad-height="1"],
[data-ad-width="1"] {
  position: absolute;
}

.breadcrumb__icon {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
}

.breadcrumb__icon:after {
  color: #fff;
  content: "";
  left: -2px;
  position: absolute;
  top: 0;
}

.breadcrumb__link {
  color: #181818;
  font-family: Lato-Semibold, Arial;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .breadcrumb__link {
    font-family: Lato-Medium, Arial;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
  }
}

.breadcrumb__link + .breadcrumb__link:before {
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  margin: 0 8px 2px 2px;
  padding: 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1400px) {
  .breadcrumb__text {
    color: #999;
    font-family: Lato-Medium, Arial;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 16px;
  }
}

.social-share {
  margin: 22px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .social-share--desktop {
    display: none;
  }
}

.social-share--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .social-share--mobile {
    display: none;
    margin: 0;
  }
}

.social-share__main {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.social-share__main span {
  border-radius: 31px;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-left: 6px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 31px;
}

.social-share__main span.twitter {
  background: url(../images/x-logo-white.svg) 50% #000 no-repeat;
  background-size: 14px;
}

.social-share__main span.twitter:hover {
  background-color: #000;
}

@media screen and (min-width: 1600px) {
  .social-share__main span.twitter {
    background-size: 16px;
  }
}

.social-share__main span.facebook {
  background: url(../images/ic-facebook-white.svg) 50% #2f619d no-repeat;
  background-size: 15px;
}

.social-share__main span.facebook:hover {
  background-color: #214b7d;
}

@media screen and (min-width: 1600px) {
  .social-share__main span.facebook {
    background-size: 18px;
  }
}

.social-share__main span.mail {
  background: url(../images/ic-email.svg) 50% no-repeat;
  background-size: 13px;
  border: 1px solid #8d9495;
}

.social-share__main span.mail:hover {
  background-color: #ececec;
}

.social-share__main span.whatsapp {
  background: url(../images/ic-whatsapp-white.svg) 50% #06c270 no-repeat;
  background-size: 15px;
}

.social-share__main span.whatsapp:hover {
  background-color: #06c270;
}

@media screen and (min-width: 1600px) {
  .social-share__main span.whatsapp {
    background-size: 19px;
  }
}

.social-share__main span.other-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #8d9495;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}

.social-share__main span.other-btn:hover {
  background-color: #ececec;
}

.social-share__main span.other-btn:before {
  color: #8d9495;
  content: "...";
  display: inline-block;
  font-family: Helvetica Bold, Arial;
  font-size: 17px;
  height: 9px;
  line-height: 0px;
}

.social-share__other {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: flex-start;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: otherSocial;
  animation-name: otherSocial;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 35px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 210px;
  z-index: 9;
}

.social-share__other span {
  background-position: 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  color: #000;
  cursor: pointer;
  font-family: Helvetica, Arial;
  font-size: 18px;
  padding-left: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-share__other span + span {
  margin-top: 20px;
}

.social-share__other span.twitter {
  background-image: url(../images/ic-twitter.svg);
  background-size: 17px;
}

.social-share__other span.linkedin {
  background-image: url(../images/ic-linkedin.svg);
  background-size: 15px;
}

.social-share__other span.flipboard {
  background-image: url(../images/ic-flipboard.svg);
  background-size: 15px;
}

.social-share__other span.copy-link {
  background-image: url(../images/ic-copy-link.svg);
  background-size: 17px;
}

.social-share__other span.mail {
  background-image: url(../images/ic-email-black.svg);
  background-size: 19px;
}

.social-share__other span.enlarge-font {
  background-image: url(../images/ic-enlarge-font.svg);
  background-size: 20px;
}

.social-share__other span:hover {
  opacity: 0.7;
}

.social-share.opened .other-btn {
  background-color: #8d9495;
}

.social-share.opened .other-btn:before {
  color: #fff;
  content: "×";
  font-family: Helvetica, Arial;
  font-size: 21px;
  height: 10px;
  line-height: 5px;
}

.social-share.opened .other-btn:hover {
  background-color: #6b7071;
}

.social-share.opened .social-share__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paging {
  font-family: Lato-ExtraBold, Arial;
}

.paging,
.paging__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.paging__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  outline: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 44px;
}

.paging__btn + .paging__btn {
  margin-left: 25px;
}

.paging__btn:hover {
  text-decoration: none;
}

.paging__btn:not(.paging__btn--disabled):hover {
  background: #ea0e0f;
  color: #fff;
}

.paging__btn:focus {
  outline: 0;
}

.paging__btn--disabled {
  color: #939393;
  cursor: default;
}

.paging__btn--passed {
  color: #ccc;
}

.paging__btn--current {
  color: #ef4358;
}

.category-page .tag-wrapper,
.tag-page .tag-wrapper {
  background-color: #f7f7fa;
  border-radius: 5px;
  max-width: 300px;
  padding: 25px 25px 60px;
  position: relative;
  width: 100%;
}

.category-page .tag-wrapper a:not(.page-link),
.tag-page .tag-wrapper a:not(.page-link) {
  color: #0f1419;
  display: inline-block;
  font-family: Lato-Semibold, Arial;
  font-size: 16px;
  letter-spacing: -0.64px;
  margin-right: 15px;
  margin-top: 15px;
}

.category-page .tag-wrapper h3,
.tag-page .tag-wrapper h3 {
  color: #0f1419;
  font-family: Lato-ExtraBold, Arial;
  font-size: 20px;
  letter-spacing: -0.8px;
}

.category-page .tag-wrapper .page-link,
.tag-page .tag-wrapper .page-link {
  background: url(../images/right-icon.svg) 50% no-repeat #fff;
  border-radius: 38px;
  bottom: 10px;
  height: 38px;
  position: absolute;
  right: 17px;
  width: 38px;
}

.category-page .sticky,
.tag-page .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
}

.category-page .sticky .adv,
.tag-page .sticky .adv {
  padding: 0;
}

.category-page .sticky-wrapper,
.tag-page .sticky-wrapper {
  height: 100%;
  margin-top: 30px;
  position: relative;
}

.category-page .sticky-wrapper + .sticky-wrapper,
.tag-page .sticky-wrapper + .sticky-wrapper {
  margin-top: 15px;
}

.category-page .sticky-wrapper[data-count="3"],
.tag-page .sticky-wrapper[data-count="3"] {
  height: 100%;
}

.adserviceOop {
  height: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1023px) {
  .infinite-loading {
    max-width: 100%;
  }
}

.timeline-item {
  background: #fff;
  border-color: #e6e6e6 #f1f1f1 #a5a6b1;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

.animated-background {
  -webkit-animation: placeHolderShimmer 1s linear infinite forwards;
  animation: placeHolderShimmer 1s linear infinite forwards;
  background: #5d5d5d;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eee),
    color-stop(18%, #d8d8d8),
    color-stop(33%, #eee)
  );
  background: linear-gradient(90deg, #eee 8%, #d8d8d8 18%, #eee 33%);
  background-size: 800px 104px;
  height: 200px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.background-masker.header-bottom,
.background-masker.header-top,
.background-masker.subheader-bottom {
  height: 0;
  left: 0;
  right: 0;
  top: 0;
}

.background-masker.header-left,
.background-masker.header-right,
.background-masker.subheader-left,
.background-masker.subheader-right {
  height: 8px;
  left: 40px;
  top: 10px;
  width: 10px;
}

.background-masker.header-bottom {
  height: 6px;
  top: 18px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  height: 6px;
  top: 24px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  left: 300px;
  right: 0;
  width: auto;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  height: 10px;
  top: 30px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-second-line,
.background-masker.content-third-end,
.background-masker.content-third-line,
.background-masker.content-top {
  height: 6px;
  left: 0;
  right: 0;
  top: 40px;
}

.background-masker.content-top {
  height: 20px;
  top: 30px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  height: 8px;
  left: 380px;
  right: 0;
  top: 60px;
  width: auto;
}

.background-masker.content-first-end {
  height: 30px;
  left: 50%;
  top: 0;
}

.background-masker.content-second-line {
  height: 10px;
  top: 100px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  height: 10px;
  top: 150px;
}

.background-masker.content-third-end {
  bottom: 0;
  height: 50px;
  left: 85%;
  top: inherit;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.row--has-margin {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .row--has-margin {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .row--has-margin {
    margin-bottom: 30px;
  }

  .multi-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

[data-fixed-menu] .multi-sticky-wrapper {
  top: 80px;
}

[data-site-name="cadde"][data-fixed-menu] .multi-sticky-wrapper {
  top: 120px;
}

[data-fixed-menu][data-page-type="has-sub"] .multi-sticky-wrapper {
  top: 126px;
}

[data-fixed-menu][data-page-type="has-sub"].main-menu__scroll-view
  .multi-sticky-wrapper {
  top: 80px;
}

.container--white {
  background-color: #fff;
}

.container--gray {
  background-color: #f4f4f4;
}

.container--black {
  background-color: #000;
}

.container--has-padding {
  padding-bottom: 12px;
  padding-top: 12px;
}

@media (min-width: 768px) {
  .container--has-padding {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .container--has-padding {
    padding-bottom: 42px;
    padding-top: 42px;
  }
}

.column-custom {
  float: left;
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 575px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

.hidden-xs-up,
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.ps_criteo {
  left: calc(-575px + 50%);
  position: fixed;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 1260px) and (max-width: 1470px) {
  .ps_criteo {
    left: calc(-475px + 50%);
  }
}

.fab,
.gf-social__link .ico,
.hm-social__link .ico,
.social-bar-v2-column .ico,
.social-bar-v2-column .ico.pinterest {
  font-family: Font Awesome\5 Free;
}

.rounded-red-back-to-top-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  background-color: #ec1a29;
  border-radius: 6px;
  bottom: 20px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  height: 32px;
  justify-content: center;
  position: fixed;
  right: 11px;
  width: 32px;
}

.rounded-red-back-to-top-button.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .rounded-red-back-to-top-button {
    bottom: 30px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    height: 42px !important;
    right: 30px;
    width: 42px !important;
  }
}

.rounded-red-back-to-top-button:after {
  color: #fff;
  content: "";
  font-family: Font Awesome\5 Free;
  font-size: 18px;
  font-style: normal;
  left: 5px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  top: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .rounded-red-back-to-top-button:after {
    font-size: 24px;
    height: 14px;
    -webkit-transform: rotate(90deg) translateX(3px) translateY(-5px);
    -ms-transform: rotate(90deg) translateX(3px) translateY(-5px);
    transform: rotate(90deg) translateX(3px) translateY(-5px);
    width: 21px;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background: #fff;
  max-width: 100vw;
  overflow-x: hidden;
}

:focus,
a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  outline: none;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: pre;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

iframe {
  max-width: 100% !important;
}

.hidden {
  display: none !important;
}

.below-header {
  margin-top: -20px;
}

.overflow-visible {
  overflow: visible !important;
}

img.lazy,
img.swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

img.b-loaded,
img.lazy.entered.loaded,
img.swiper-lazy-loaded {
  opacity: 1;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.breaking-news__button,
.currency__value[data-currency-value="approved"] .currency__icon,
.currency__value[data-currency-value="down"] .currency__icon,
.currency__value[data-currency-value="up"] .currency__icon,
.fa,
.fab,
.fal,
.far,
.fas,
.gf-group__more-head > .ico,
.gf-links__single .ico,
.gf-social__link .ico,
.hm-brands__sub-btn .ico,
.hm-main-btn:before,
.hm-social__link .ico,
.searchbar__btn .ico,
.searchbar__btn .ico-mobile,
.social-bar-v2-column .ico,
.social-bar-v2-column .ico.font,
.social-bar-v2-column .ico.pinterest,
.social-bar-v2-column .ico.share,
.sub-menu__main-list__home,
.sub-menu__main-text .ico,
.sub-menu__sub-nav-btn .ico,
.weather__arrow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.breaking-news__button,
.currency__value[data-currency-value="approved"] .currency__icon,
.currency__value[data-currency-value="down"] .currency__icon,
.currency__value[data-currency-value="up"] .currency__icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: 2em;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.currency__value[data-currency-value="approved"] .fa-pull-left.currency__icon,
.currency__value[data-currency-value="down"] .fa-pull-left.currency__icon,
.currency__value[data-currency-value="up"] .fa-pull-left.currency__icon,
.fa-pull-left.breaking-news__button,
.fa-pull-left.hm-main-btn:before,
.fa-pull-left.sub-menu__main-list__home,
.fa-pull-left.weather__arrow,
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left,
.gf-group__more-head > .fa-pull-left.ico,
.gf-links__single .fa-pull-left.ico,
.gf-social__link .fa-pull-left.ico,
.hm-brands__sub-btn .fa-pull-left.ico,
.hm-social__link .fa-pull-left.ico,
.searchbar__btn .fa-pull-left.ico,
.searchbar__btn .fa-pull-left.ico-mobile,
.social-bar-v2-column .fa-pull-left.ico,
.sub-menu__main-text .fa-pull-left.ico,
.sub-menu__sub-nav-btn .fa-pull-left.ico {
  margin-right: 0.3em;
}

.currency__value[data-currency-value="approved"] .fa-pull-right.currency__icon,
.currency__value[data-currency-value="down"] .fa-pull-right.currency__icon,
.currency__value[data-currency-value="up"] .fa-pull-right.currency__icon,
.fa-pull-right.breaking-news__button,
.fa-pull-right.hm-main-btn:before,
.fa-pull-right.sub-menu__main-list__home,
.fa-pull-right.weather__arrow,
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right,
.gf-group__more-head > .fa-pull-right.ico,
.gf-links__single .fa-pull-right.ico,
.gf-social__link .fa-pull-right.ico,
.hm-brands__sub-btn .fa-pull-right.ico,
.hm-social__link .fa-pull-right.ico,
.searchbar__btn .fa-pull-right.ico,
.searchbar__btn .fa-pull-right.ico-mobile,
.social-bar-v2-column .fa-pull-right.ico,
.sub-menu__main-text .fa-pull-right.ico,
.sub-menu__sub-nav-btn .fa-pull-right.ico {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before,
.hm-brands__sub-btn .ico[data-arrow-direction="down"]:before,
.sub-menu__main-text .ico[data-arrow-direction="down"]:before,
.sub-menu__sub-nav-btn .ico[data-arrow-direction="down"]:before,
.weather__arrow[data-arrow-direction="down"]:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before,
.gf-links__single .ico:before {
  content: "";
}

.fa-chevron-up:before,
.hm-brands__sub-btn .ico[data-arrow-direction="up"]:before,
.sub-menu__main-text .ico[data-arrow-direction="up"]:before,
.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"]:before,
.weather__arrow[data-arrow-direction="up"]:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before,
.gf-social__link .ico.facebook:before,
.hm-social__link .ico.facebook:before,
.social-bar-v2-column .ico.facebook:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before,
.social-bar-v2-column .ico.font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before,
.hm-social__link .ico.g-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before,
.hm-main-btn:before,
.sub-menu__main-list__home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before,
.gf-social__link .ico.instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before,
.gf-group__more-head > .ico[data-arrow-direction="up"]:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before,
.gf-social__link .ico.pinterest:before,
.social-bar-v2-column .ico.pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before,
.gf-group__more-head > .ico[data-arrow-direction="down"]:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before,
.searchbar__btn .ico:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before,
.social-bar-v2-column .ico.share:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before,
.searchbar__btn .ico-mobile:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before,
.gf-social__link .ico.twitter:before,
.hm-social__link .ico.twitter:before,
.social-bar-v2-column .ico.twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before,
.social-bar-v2-column .ico.whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.far {
  font-family: Font Awesome\5 Free;
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.woff2) format("woff2");
}

.breaking-news__button,
.currency__value[data-currency-value="approved"] .currency__icon,
.currency__value[data-currency-value="down"] .currency__icon,
.currency__value[data-currency-value="up"] .currency__icon,
.fa,
.fas,
.gf-group__more-head > .ico,
.gf-links__single .ico,
.hm-brands__sub-btn .ico,
.hm-main-btn:before,
.searchbar__btn .ico,
.searchbar__btn .ico-mobile,
.social-bar-v2-column .ico.font,
.social-bar-v2-column .ico.share,
.sub-menu__main-list__home,
.sub-menu__main-text .ico,
.sub-menu__sub-nav-btn .ico,
.weather__arrow {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
}

.searchbar__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: 36px;
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 36px;
  flex-shrink: 0;
  height: 54px;
  margin-right: 5px;
  max-width: 36px;
  order: 3;
  padding: 0 10px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .searchbar__btn {
    margin-left: 55px !important;
    margin-right: 0;
  }
}

.searchbar__btn .ico,
.searchbar__btn .ico-mobile {
  font-size: 16px;
}

@media (min-width: 768px) {
  .searchbar__btn .ico,
  .searchbar__btn .ico-mobile {
    font-size: 12px;
  }
}

.searchbar__btn .ico-mobile {
  display: none;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .searchbar__btn[data-status="active"] .ico {
    display: none;
  }

  .searchbar__btn[data-status="active"] .ico-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .searchbar__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.spinner-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: 52px;
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 52px;
  flex-shrink: 0;
  height: 50px;
  margin-left: 5px;
  max-width: 52px;
  order: 1;
  padding: 0 16px;
  width: 100%;
  z-index: 2;
}

@media (min-width: 992px) {
  .spinner-btn {
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
    margin-left: -5px;
    max-width: 52px;
    padding: 0;
  }
}

.spinner-btn__spin {
  height: 14px;
  width: 20px;
}

.spinner-btn__spin-item,
.spinner-btn__spin:after,
.spinner-btn__spin:before {
  float: left;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 0.5, 0.32, 0.5);
  transition: all 0.5s cubic-bezier(0.23, 0.5, 0.32, 0.5);
  width: 100%;
}

.spinner-btn__spin:before {
  content: "";
  margin-top: 0;
}

.spinner-btn__spin-item {
  margin-top: 4px;
}

.spinner-btn__spin:after {
  content: "";
  margin-top: 4px;
}

@media (min-width: 768px) {
  .spinner-btn__text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    display: inline-block;
    font: 400 14px/16px Arial, sans-serif;
    margin-left: 6px;
    order: 4;
  }
}

.mobile-row-1-bg {
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .mobile-row-1-bg {
    display: none;
  }
}

.main-menu {
  position: relative;
  z-index: 2;
}

.main-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .main-menu__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.main-menu__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  margin: 0 auto;
  order: 2;
  width: 100%;
  z-index: 2;
}

.main-menu__logo__img {
  background: 50% / auto 100% no-repeat;
  position: relative;
  width: 100%;
}

.main-menu__logo__img:before {
  content: "";
  display: block;
  width: 100%;
}

.main-menu__nav {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  order: 4;
  overflow: hidden;
  position: relative;
  -webkit-transition: margin-top 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: margin-top 0.3s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
}

@media (min-width: 768px) {
  .main-menu__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 44px;
    margin: 0 10px 0 2px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .main-menu__nav {
    margin-top: 5px;
  }
}

.main-menu__nav:after,
.main-menu__nav:before {
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 99;
}

@media (min-width: 768px) {
  .main-menu__nav:after,
  .main-menu__nav:before {
    height: 50px;
  }
}

.main-menu__nav:before {
  left: 0;
  width: 15px;
}

@media (min-width: 768px) {
  .main-menu__nav:before {
    width: 10px;
  }
}

.main-menu__nav:after {
  right: 0;
  width: 15px;
}

@media (min-width: 768px) {
  .main-menu__nav:after {
    display: none;
  }
}

.main-menu__nav-list-degrade {
  pointer-events: none;
}

@media (max-width: 767px) {
  .main-menu__nav-list-degrade {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-menu__nav-list-degrade {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    right: 0;
    z-index: 2;
  }
}

.main-menu__mobile-scroll {
  -webkit-box-flex: 1;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
}

[data-site-name="pembenar"] .main-menu__mobile-scroll {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .main-menu__mobile-scroll {
    overflow-x: scroll;
  }
}

.main-menu__mobile-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
}

@media (min-width: 992px) {
  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Cadde"],
  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Pembenar"],
  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Skorer"],
  .main-menu__mobile-scroll .main-menu__nav-list li a[title="UzmanPara"] {
    display: inline-block;
    font-size: 0;
    margin-top: 12px;
  }

  .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Cadde"]:hover:after,
  .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Pembenar"]:hover:after,
  .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Skorer"]:hover:after,
  .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="UzmanPara"]:hover:after {
    display: none;
  }

  .main-menu__mobile-scroll .main-menu__nav-list li a[title="UzmanPara"] {
    background: url(../images/uzmanpara-logo-colored.svg) 50% no-repeat;
    height: 20px;
    width: 76px;
  }

  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Skorer"] {
    background: url(../images/skorer-logo.svg) 50% no-repeat;
    background-size: contain;
    height: 20px;
    width: 70px;
  }

  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Cadde"] {
    background: url(../images/cadde-logo.svg) 50% no-repeat;
    background-size: 96%;
    height: 20px;
    width: 40px;
  }

  .main-menu__mobile-scroll .main-menu__nav-list li a[title="Pembenar"] {
    background: url(../images/pembenar-top-logo.svg) 50% no-repeat;
    background-size: 100%;
    height: 20px;
    width: 70px;
  }
}

.main-menu__nav-list {
  -webkit-box-flex: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 5px;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .main-menu__nav-list {
    overflow-scrolling: touch;
    overflow-x: auto;
    padding: 0;
  }
}

.main-menu__nav-list::-webkit-scrollbar {
  display: none;
  width: 0;
}

.main-menu__nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .main-menu__nav-item:before {
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
}

@media screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 0) {
  .main-menu__nav-item:before {
    top: 75%;
  }
}

@media (min-width: 992px) {
  .main-menu__nav-list:hover
    .main-menu__nav-item:not(.active)
    .main-menu__nav-link:hover {
    opacity: 1;
  }
}

.main-menu__nav-item.active .main-menu__nav-link:after {
  opacity: 1;
}

.main-menu__nav-item.without-separator:before {
  display: none;
}

.main-menu__nav-item:before {
  display: none !important;
}

.main-menu__nav-link {
  color: #7d7d80;
  display: block;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 44px !important;
  margin: 0 12px;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .main-menu__nav-link {
    line-height: 44px;
    margin: 0 8px;
  }
}

@media (min-width: 992px) {
  .main-menu__nav-link {
    color: #19181c;
    margin: 0 4px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .main-menu__nav-link {
    margin: 0 7px;
  }
}

@media (min-width: 1600px) {
  .main-menu__nav-link {
    margin: 0 10px;
  }
}

.main-menu__nav-link .active:after,
.main-menu__nav-link:after {
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.main-menu__nav-link.active,
.main-menu__nav-link:hover {
  color: #19181c;
  opacity: 1;
}

.main-menu__nav-link.active:after,
.main-menu__nav-link:hover:after {
  color: #19181c;
  display: block;
  opacity: 1;
}

.main-menu__nav-list--highlighted {
  height: 44px;
  margin-left: -5px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .main-menu__nav-list--highlighted {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
  }
}

.main-menu__nav-list--highlighted .main-menu__nav-item {
  position: relative;
}

@media (min-width: 768px) {
  .main-menu__nav-list--highlighted .main-menu__nav-item:last-of-type {
    padding-right: 0;
  }

  .main-menu__nav-list--highlighted .main-menu__nav-item:before {
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }

  .main-menu__nav-list--highlighted
    .main-menu__nav-item.without-separator:before {
    display: none;
  }

  [data-site-name="milliyet"] .main-menu__nav:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(80%, #fff)
    );
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 80%);
    content: "" !important;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__nav:after {
    display: none;
  }
}

#verticalMenuSwiperContainer {
  margin: 0;
}

@media (max-width: 991px) {
  #verticalMenuSwiperContainer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

#verticalMenuSwiperContainer .main-menu__nav-item {
  display: inline-block;
  width: auto;
}

@media (min-width: 992px) {
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Cadde"],
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Pembenar"],
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Skorer"],
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="UzmanPara"] {
    display: inline-block;
    font-size: 0;
    margin-top: 12px;
  }

  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Cadde"]:hover:after,
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Pembenar"]:hover:after,
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Skorer"]:hover:after,
  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="UzmanPara"]:hover:after {
    display: none;
  }

  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="UzmanPara"] {
    background: url(../images/uzmanpara-logo-colored.svg) 50% no-repeat;
    height: 20px;
    width: 76px;
  }

  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Skorer"] {
    background: url(../images/skorer-logo.svg) 50% no-repeat;
    background-size: contain;
    height: 16px;
    margin-top: 15px;
    width: 62px;
  }

  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Cadde"] {
    background: url(../images/cadde-logo.svg) 50% no-repeat;
    background-size: 96%;
    height: 20px;
    width: 40px;
  }

  #verticalMenuSwiperContainer
    .swiper-wrapper
    .main-menu__nav-item
    a[title="Pembenar"] {
    background: url(../images/pembenar-top-logo.svg) 50% no-repeat;
    background-size: 100%;
    height: 20px;
    width: 70px;
  }
}

.global-header
  .main-menu--with-slider
  .swiper-wrapper
  .swiper-slide:last-child
  a {
  margin-right: 0;
}

.sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

.sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .sub-menu__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.sub-menu__main-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0;
  padding-left: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .sub-menu__main-list {
    padding-left: 0;
  }

  .sub-menu__main-list:after {
    background-color: #d8d8d8;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
}

.sub-menu__main-list > * {
  display: inline-block;
  vertical-align: middle;
}

.sub-menu__main-list__home {
  background-color: #ec1a29;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  margin: 11px 12px 11px 0;
  text-align: center;
  width: 18px;
}

@media (min-width: 768px) {
  .sub-menu__main-list__home {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    width: 24px;
  }
}

.sub-menu__main-text {
  color: #000;
  cursor: pointer;
  font: 700 18px/40px Arial, sans-serif;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .sub-menu__main-text {
    line-height: 45px;
  }
}

.sub-menu__main-text .ico {
  font-size: 11px;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .sub-menu__main-text .ico {
    display: none;
  }
}

.sub-menu__drop-nav {
  height: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  visibility: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-menu__drop-nav {
    display: none;
  }
}

.sub-menu__drop-nav:after {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 100%;
}

.sub-menu__drop-nav[data-status="drop-visible"] {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sub-menu__drop-list {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  max-height: 187px;
  overflow-y: auto;
  padding: 8px 0;
  position: relative;
  scrollbar-width: thin;
  width: 100%;
}

.sub-menu__drop-list::-webkit-scrollbar {
  width: 5px;
}

.sub-menu__drop-list::-webkit-scrollbar-thumb {
  background-color: #939393;
  border-radius: 4px;
}

.sub-menu__drop-list::-webkit-resizer {
  display: none;
}

.sub-menu__drop-item {
  display: inline-block;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 100%;
}

.no-touch .sub-menu__drop-item:hover,
.sub-menu__drop-item.selected {
  background-color: #f4f4f4;
}

.no-touch .sub-menu__drop-item:hover .sub-menu__drop-link,
.sub-menu__drop-item.selected .sub-menu__drop-link {
  color: #000;
}

.sub-menu__drop-link {
  color: #939393;
  display: inline-block;
  font: 700 12px/16px Arial, sans-serif;
  padding: 7px 16px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  width: 100%;
}

.sub-menu__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  padding: 0 0 0 7px;
  position: relative;
}

@media (min-width: 768px) {
  .sub-menu__nav {
    overflow: scroll;
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .sub-menu__nav {
    overflow: visible;
  }
}

.sub-menu__nav:after,
.sub-menu__nav:before {
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
}

.sub-menu__nav:before {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
  left: 6px;
  width: 9px;
}

@media (min-width: 768px) {
  .sub-menu__nav:before {
    left: 4px;
    width: 11px;
  }
}

.sub-menu__nav:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  right: 0;
  width: 63px;
}

.sub-menu__nav-list {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.sub-menu__nav-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .sub-menu__nav-list {
    overflow: visible;
  }
}

.sub-menu__nav-item {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.sub-menu__nav-item:last-of-type {
  padding-right: 40px;
}

@media (min-width: 992px) {
  .sub-menu__nav-item:last-of-type {
    padding-right: 0;
  }
}

.sub-menu__nav-item.selected .sub-menu__nav-link {
  color: #000;
}

.sub-menu__nav-link {
  -webkit-box-flex: 0;
  color: #4a4a4a;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font: 400 14px/40px Arial, sans-serif;
  letter-spacing: 0.52px;
  padding: 0 8px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (min-width: 768px) {
  .sub-menu__nav-link {
    line-height: 45px;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .sub-menu__nav-link {
    padding: 0 9px;
  }
}

.sub-menu__nav-link:hover {
  color: #000;
}

@media (min-width: 992px) {
  .sub-menu__nav-item--has-sub .sub-menu__nav-link {
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
}

.sub-menu__nav-item--has-sub .sub-menu__nav-link[href^="#"] {
  display: none;
}

@media (min-width: 992px) {
  .sub-menu__nav-item--has-sub .sub-menu__nav-link[href^="#"] {
    display: block;
    pointer-events: none;
    z-index: 0;
  }
}

.sub-menu__sub-nav-btn {
  background-color: hsla(0, 0%, 100%, 0);
  cursor: pointer;
  display: none;
  height: 100%;
  padding-right: 9px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .sub-menu__sub-nav-btn {
    display: block;
  }
}

.sub-menu__sub-nav-btn .ico {
  float: right;
  font-size: 11px;
  line-height: 45px;
  margin-left: 11px;
  pointer-events: none;
  position: relative;
}

.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"] .caret {
  bottom: -1px;
  height: 5px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  width: 10px;
  z-index: 1;
}

.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"] .caret:after,
.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"] .caret:before {
  border-style: solid;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"] .caret:before {
  border-color: transparent transparent #f4f4f4;
  border-width: 0 5px 5px;
  left: 0;
}

.sub-menu__sub-nav-btn .ico[data-arrow-direction="up"] .caret:after {
  border-color: transparent transparent #fff;
  border-width: 0 5px 4px;
  bottom: -1px;
  left: 0;
}

.sub-menu__sub-nav-btn .ico[data-arrow-direction="down"] .caret {
  opacity: 0;
}

.sub-menu__sub-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .sub-menu__sub-nav {
    height: 0;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 45px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    visibility: hidden;
    width: 140px;
  }

  .sub-menu__sub-nav[data-status="drop-visible"] {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.sub-menu__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .sub-menu__sub-list {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
    max-height: 166px;
    overflow-y: auto;
    padding: 10px 0;
    position: relative;
    scrollbar-width: thin;
    width: 100%;
  }

  .sub-menu__sub-list::-webkit-scrollbar {
    width: 5px;
  }

  .sub-menu__sub-list::-webkit-scrollbar-thumb {
    background-color: #939393;
    border-radius: 4px;
  }

  .sub-menu__sub-list::-webkit-resizer {
    display: none;
  }
}

.sub-menu__sub-item {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .sub-menu__sub-item {
    display: inline-block;
    -webkit-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    width: 100%;
  }
}

.no-touch .sub-menu__sub-item:hover,
.sub-menu__sub-item.selected {
  background-color: #f4f4f4;
}

.no-touch .sub-menu__sub-item:hover .sub-menu__sub-link,
.sub-menu__sub-item.selected .sub-menu__sub-link {
  color: #000;
}

.sub-menu__sub-link {
  color: #4a4a4a;
  font: 400 14px/40px Arial, sans-serif;
  letter-spacing: 0.52px;
  padding: 0 8px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (min-width: 768px) {
  .sub-menu__sub-link {
    line-height: 45px;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .sub-menu__sub-link {
    display: inline-block;
    font: 400 12px/16px Arial, sans-serif;
    padding: 5px 10px;
    width: 100%;
  }
}

.sub-menu__sub-link:hover {
  color: #000;
}

.adrenderer-oop {
  height: 0 !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 0 !important;
}

@-webkit-keyframes shinemenu {
  0% {
    left: 0;
    -webkit-transition-property: left;
    transition-property: left;
  }

  11.5044247788%,
  to {
    left: 110px;
    -webkit-transition-property: left;
    transition-property: left;
  }
}

@keyframes shinemenu {
  0% {
    left: 0;
    -webkit-transition-property: left;
    transition-property: left;
  }

  11.5044247788%,
  to {
    left: 110px;
    -webkit-transition-property: left;
    transition-property: left;
  }
}

.hamburger-menu {
  height: 100vh;
  left: -100%;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  width: 345px;
  z-index: 901;
}

@media (min-width: 768px) {
  .hamburger-menu {
    left: auto;
    left: -345px;
    max-width: 345px;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    z-index: 899;
  }
}

@media (max-width: 320px) {
  .hamburger-menu {
    left: -100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}

.hamburger-menu__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0, 1, 0.5, 1);
  visibility: hidden;
  width: 100%;
  z-index: 898;
}

.hamburger-menu__inner {
  background-color: #3c4852;
  border-radius: 0 0 2px 2px;
  height: 100%;
  overflow: auto;
  position: relative;
  width: 100%;
}

.hamburger-menu__inner::-webkit-scrollbar {
  display: none;
}

.hamburger-menu__inner .adv,
.hamburger-menu__inner .container,
.hamburger-menu__inner .medyanet-fullwidth-adv .adRenderer > div,
.hamburger-menu__inner .medyanet-fullwidth-adv .adRendererInfinite > div,
.medyanet-fullwidth-adv .hamburger-menu__inner .adRenderer > div,
.medyanet-fullwidth-adv .hamburger-menu__inner .adRendererInfinite > div {
  min-width: 345px;
  width: 345px;
}

@media (max-width: 320px) {
  .hamburger-menu__inner .adv,
  .hamburger-menu__inner .container,
  .hamburger-menu__inner .medyanet-fullwidth-adv .adRenderer > div,
  .hamburger-menu__inner .medyanet-fullwidth-adv .adRendererInfinite > div,
  .medyanet-fullwidth-adv .hamburger-menu__inner .adRenderer > div,
  .medyanet-fullwidth-adv .hamburger-menu__inner .adRendererInfinite > div {
    min-width: 100%;
    width: 100%;
  }
}

.hamburger-menu__inner .adv .col-12,
.hamburger-menu__inner .container .col-12,
.hamburger-menu__inner .medyanet-fullwidth-adv .adRenderer > div .col-12,
.hamburger-menu__inner
  .medyanet-fullwidth-adv
  .adRendererInfinite
  > div
  .col-12,
.medyanet-fullwidth-adv .hamburger-menu__inner .adRenderer > div .col-12,
.medyanet-fullwidth-adv
  .hamburger-menu__inner
  .adRendererInfinite
  > div
  .col-12 {
  padding: 0;
}

.hamburger-menu .adv,
.hamburger-menu .container,
.hamburger-menu .medyanet-fullwidth-adv .adRenderer > div,
.hamburger-menu .medyanet-fullwidth-adv .adRendererInfinite > div,
.medyanet-fullwidth-adv .hamburger-menu .adRenderer > div,
.medyanet-fullwidth-adv .hamburger-menu .adRendererInfinite > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hamburger-menu .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
}

.hamburger-menu .row > .col-12 {
  height: 100%;
}

.hamburger-menu__row-1 {
  height: auto;
}

.hamburger-menu__row-1::-webkit-scrollbar {
  display: none;
}

.hamburger-menu__row-2 {
  height: 110px;
  margin-top: 20px;
  position: static;
  width: 100%;
}

.hm-main-btn {
  color: #fff;
  display: inline-block;
  font: 700 12px/18px Arial, sans-serif;
  margin: 9px 0 -3px;
  padding: 6px 0 6px 15px;
  width: 100%;
}

.hm-main-btn:before {
  background-color: #ec1a29;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.hm-main {
  display: none;
  padding-top: 9px;
  width: 100%;
}

.hm-main__list {
  display: block;
}

.hm-main__item,
.hm-main__link {
  display: inline-block;
  width: 100%;
}

.hm-main__link {
  color: #4a4a4a;
  font: 700 14px/18px Arial, sans-serif;
  padding: 6px 0;
}

.hm-main__item.selected .hm-main__link {
  color: #000;
}

.hm-brands {
  display: none;
  padding-top: 12px;
  width: 100%;
}

.hm-brands__head {
  color: #939393;
  display: inline-block;
  font: 700 14px/18px Arial, sans-serif;
  padding-bottom: 8px;
  width: 100%;
}

.hm-brands__list {
  border-top: 1px solid #d8d8d8;
  display: block;
}

.hm-brands__item {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  width: 100%;
}

.hm-brands__item,
.hm-brands__item > * {
  display: inline-block;
  vertical-align: top;
}

.hm-brands__item.has-list {
  font-size: 0;
}

.hm-brands__link {
  width: 100%;
}

.hm-brands__item.has-list .hm-brands__link {
  width: 75%;
}

.hm-brands__figure {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 0;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 80px;
}

.hm-brands__figure:before {
  content: "";
  display: block;
  padding-top: 40%;
  width: 100%;
}

.hm-brands__img {
  background-image: url(../images/milliyet-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 40%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hm-brands__img {
    background-size: 128%;
  }
}

.hm-brands__img.cadde-brand {
  background-position: 0 -119px;
}

.hm-brands__img.pembenar-brand {
  background-position: 0 -369.5px;
}

.hm-brands__img.uzmanpara-brand {
  background-position: 0 -519px;
}

.hm-brands__img.skorer-brand {
  background-position: 0 -469px;
}

.hm-brands__img.molatik-brand {
  background-position: 0 -269px;
}

.hm-brands__img.milliyet-tv-brand {
  background-position: 0 -221px;
}

.hm-brands__img.skorer-tv-brand {
  background-position: 0 -419px;
}

.hm-brands__img.pembenar-tv-brand {
  background-position: 0 -319px;
}

.hm-brands__img.milliyet-emlak-brand {
  background-position: 0 -171px;
}

.hm-brands__img.cumartesi-brand {
  background-position: 0 -721px;
}

.hm-brands__img.pazar-brand {
  background-position: 0 -671px;
}

.hm-brands__img.milliyet-cocuk-brand {
  background-position: 0 -766px;
}

@media screen and (max-width: 991px) {
  .hm-brands__img.cadde-brand {
    background-position: 0 -93px;
  }

  .hm-brands__img.pembenar-brand {
    background-position: 0 -288px;
  }

  .hm-brands__img.uzmanpara-brand {
    background-position: 0 -405px;
  }

  .hm-brands__img.skorer-brand {
    background-position: 0 -366px;
  }

  .hm-brands__img.molatik-brand {
    background-position: 0 -210px;
  }

  .hm-brands__img.milliyet-tv-brand {
    background-position: 0 -172px;
  }

  .hm-brands__img.skorer-tv-brand {
    background-position: 0 -327px;
  }

  .hm-brands__img.pembenar-tv-brand {
    background-position: 0 -249px;
  }

  .hm-brands__img.milliyet-emlak-brand {
    background-position: 0 -133px;
  }

  .hm-brands__img.cumartesi-brand {
    background-position: 0 -563px;
  }

  .hm-brands__img.pazar-brand {
    background-position: 0 -524px;
  }

  .hm-brands__img.milliyet-cocuk-brand {
    background-position: 0 -598px;
  }
}

.hm-brands__sub-btn {
  line-height: 32px;
  text-align: right;
  width: 25%;
}

.hm-brands__sub-btn .ico {
  border: 1px solid #979797;
  border-radius: 50%;
  color: #939393;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.hm-brands__sub-nav {
  display: none;
  padding: 9px 0 4px 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .hm-brands__sub-nav {
    padding-left: 0;
  }
}

.hm-brands__sub-nav[data-status="drop-visible"] {
  display: block;
}

.hm-brands__sub-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 105px;
  -moz-column-width: 105px;
  columns: 105px 2;
  display: inline-block;
}

.hm-brands__sub-link {
  color: #939393;
  display: inline-block;
  font: 400 12px/14px Arial, sans-serif;
  padding: 6px 0;
  width: 100%;
}

.hm-brands__sub-item.selected .hm-brands__sub-link {
  color: #000;
}

.hm-whole {
  width: 100%;
}

.hm-whole__nav {
  padding: 0;
}

.hm-whole__list {
  display: block;
}

.hm-whole__item,
.hm-whole__link {
  display: inline-block;
  width: 100%;
}

.hm-whole__link {
  color: #fff;
  font: 400 14px/30px Arial, sans-serif;
  padding: 0;
}

.hm-whole__item.selected .hm-whole__link,
.hm-whole__link:hover {
  color: #fff;
}

.hm-whole .category-links-colon {
  float: left;
  width: 100%;
}

.hm-whole
  .category-links-colon:nth-child(2)
  .category-links:first-child
  .category-links__list {
  display: block;
  max-height: 880px;
}

.hm-whole
  .category-links-colon:nth-child(2)
  .category-links:first-child
  .category-links__list-item {
  font-family: Lato-Semibold, Arial;
  font-size: 24px;
  margin: 0 0 32px;
  padding: 0 16px;
  width: 100%;
}

.hm-whole
  .category-links-colon:nth-child(2)
  .category-links:first-child
  .category-links-radio-label {
  display: none;
}

.hm-whole
  .category-links-colon:nth-child(2)
  .category-links:first-child
  .category-links__header {
  color: #fff;
  margin-bottom: 32px;
}

.hm-whole
  .category-links-colon:nth-child(2)
  .category-links:first-child
  .category-links__header
  i {
  display: none;
}

.hm-whole .category-links-colon:last-child:after {
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.175);
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding-top: 20px;
  position: static;
  width: calc(100% - 32px);
}

.hm-whole
  .category-links-colon
  .category-links:last-child
  .category-links__list {
  margin-bottom: 0;
}

.hm-whole .category-links {
  float: left;
  position: relative;
  width: 100%;
}

.hm-whole .category-links__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hm-whole .category-links__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Lato-Semibold, Arial;
  font-size: 24px;
  margin-bottom: 32px;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.hm-whole .category-links__header a {
  color: #fff;
  font-family: mulish-semi-bold, Arial, sans-serif;
  left: 0;
  padding: 0 7px 0 0;
  position: relative;
  top: 0;
  width: auto;
  z-index: 99999;
}

.hm-whole .category-links__header :hover {
  cursor: pointer;
}

.hm-whole .category-links__header i {
  color: #fff;
  display: inline-block;
  font-family: Font Awesome\5 Free;
  font-size: 21px;
  font-size: 15px;
  font-style: normal;
  height: 28px;
  overflow: hidden;
  position: absolute;
  right: 16px;
  top: -2px;
  width: 28px;
  z-index: 1301;
}

.hm-whole .category-links__header i:before {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 14px;
  position: absolute;
  right: 7px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 14px;
}

.hm-whole .category-links__list-item {
  color: #fff;
  display: block;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
  margin-left: 38px;
  width: calc(100% - 32px);
}

.hm-whole .category-links-radio {
  display: none;
}

.hm-whole .category-links-radio:checked ~ .category-links__list {
  display: block;
  max-height: 880px;
  position: relative;
}

.hm-whole .category-links-radio:checked ~ .category-links__list:after,
.hm-whole .category-links-radio:checked ~ .category-links__list:before {
  display: block;
}

.hm-whole .category-links-radio:checked ~ .category-links__header i:before {
  top: 11px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.hm-whole
  .category-links-radio[id="radio_skorer"]
  + label
  + div
  > .live-score-overlay {
  background: none;
  height: 100%;
  left: 115px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 104px !important;
  z-index: 9999999999;
}

.hm-whole
  .category-links-radio[id="radio_skorer"]
  + label
  + div
  > .live-score-overlay:before {
  -webkit-animation: shinemenu 5s ease-in-out infinite;
  animation: shinemenu 5s ease-in-out infinite;
  background: linear-gradient(
    120deg,
    transparent,
    hsla(0, 0%, 100%, 0.2),
    transparent
  );
  content: "";
  height: 18px;
  left: 80px;
  position: absolute;
  top: 5px;
  width: 104px;
  z-index: 100;
}

.hm-whole
  .category-links-radio[id="radio_skorer"]
  + label
  + div
  > .live-score-overlay:after {
  background: url(../images/livescore-logo.png) no-repeat;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 104px;
  z-index: 1;
}

.hm-whole .category-links-radio-label {
  font-family: mulish-semi-bold, Arial, sans-serif;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1782178712;
}

.hm-whole .category-links[haschildcategory="true"] .category-links__header a {
  color: #fff !important;
  width: 100%;
}

.hm-whole .category-links[haschildcategory="true"] .category-links-radio-label,
.hm-whole .category-links[haschildcategory="true"] .category-links__header i {
  display: none;
}

.hm-social {
  display: inline-block;
  font-size: 0;
  padding: 0 16px;
  width: 100%;
}

.hm-social > * {
  display: inline-block;
  vertical-align: middle;
}

.hm-social__head {
  color: #939393;
  font-size: 12px;
}

.hm-social__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 48px;
}

.hm-social__item {
  display: inline-block;
}

.hm-social__item + .hm-social__item {
  padding-left: 12px;
}

.hm-social__link {
  display: inline-block;
}

.hm-social__link .ico {
  background: hsla(0, 0%, 100%, 0.08);
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  vertical-align: middle;
  width: 40px;
}

.hm-social__link .ico.facebook {
  color: #fff;
}

.hm-social__link .ico.facebook:before {
  color: #fff !important;
  font-size: 20px;
}

.hm-social__link .ico.g-plus {
  border-color: #e15b4d;
  color: #e15b4d;
}

.hm-social__link .ico--twitter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}

.hm-social__link .ico--twitter img {
  border: none;
  width: 20px;
}

.hm-social__link .ico--instagram,
.hm-social__link .ico--pinterest,
.hm-social__link .ico--tiktok,
.hm-social__link .ico--youtube {
  background: none;
  border: none;
}

.hm-social__link .hm-social__text {
  display: none;
  font-family: Gilroy, Arial;
}

@media (min-width: 375px) and (max-width: 992px) {
  .hm-social__link .hm-social__text {
    color: #fff;
    display: inline-block;
    font-family: Gilroy, Arial;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
  }
}

.hm-social__link:hover .ico {
  color: #fff;
}

.hm-apps {
  display: inline-block;
  padding: 0 16px;
  width: 100%;
}

bo .hm-apps__head {
  display: none;
  vertical-align: middle;
}

.hm-apps__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 32px 0;
  vertical-align: middle;
  width: 100%;
}

.hm-apps__item {
  text-align: center;
}

.hm-apps__item,
.hm-apps__link {
  display: inline-block;
  vertical-align: middle;
}

.hm-apps__link {
  background: #000 url(../images/milliyet-sprite.png) 50%/100% auto no-repeat;
  background-color: #000;
  border-radius: 3px;
}

.hm-apps__link.appstore {
  background: #000 url(../images/mobile-app-store-badge.svg) 50%/100% auto
    no-repeat;
  height: 42px;
  width: 146.5px;
}

.hm-apps__link.playstore {
  background: #000 url(../images/play-store-badge.svg) 50%/100% auto no-repeat;
  height: 42px;
  width: 146.5px;
}

.hm-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 50px 16px 27px;
  position: relative;
}

.hm-top,
.hm-top__search a {
  color: #fff;
}

.hm-top__search span.search-ico:before {
  content: "";
  font-family: Font Awesome\5 Free;
  font-size: 24px;
}

.hm-top__logo {
  background-image: url(../images/siyah_beyaz_milliyet_dijital_logo.svg);
  background-size: 151px 28px;
  height: 28px;
  position: relative;
  width: 151px;
}

.hm-top__logo a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hm-top__close {
  cursor: pointer;
  font-size: 24px;
}

.hm-top__close .fa.fa-times:before,
.hm-top__close .searchbar__btn .fa.ico-mobile:before,
.searchbar__btn .hm-top__close .fa.ico-mobile:before {
  display: none;
}

.hm-top__close .fa.fa-times:after,
.hm-top__close .searchbar__btn .fa.ico-mobile:after,
.searchbar__btn .hm-top__close .fa.ico-mobile:after {
  background: url(../images/close-icon.svg) no-repeat;
  content: "";
  display: block;
  height: 36px;
  right: 0;
  top: 0;
  width: 36px;
}

.hm-main-btn {
  display: none !important;
}

.copy-right-text {
  color: hsla(0, 0%, 100%, 0.44);
  display: inline-block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 0 16px 50px;
}

.container--currency-weather {
  margin: 0 -15px 20px;
}

@media (min-width: 768px) {
  .container--currency-weather {
    background-color: #f4f4f4;
    margin: 0;
  }
}

.container--currency-weather--mobile {
  margin-left: -15px;
  margin-right: -15px;
}

.col--currency-weather,
.header__scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__scrollable {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .header__scrollable {
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 50px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header__scrollable {
    overflow: visible;
    padding-right: 0;
    width: auto;
  }
}

.header__scrollable::-webkit-scrollbar {
  width: 0;
}

.currency {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .currency {
    width: 434px;
  }
}

@media (min-width: 992px) {
  .currency {
    width: auto;
  }
}

.currency:after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f4f4f4),
    to(hsla(0, 0%, 96%, 0))
  );
  background: linear-gradient(270deg, #f4f4f4, hsla(0, 0%, 96%, 0));
  content: "";
  display: none;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  z-index: 100;
}

@media (min-width: 768px) {
  .currency:after {
    display: block;
    width: 72px;
  }
}

@media (min-width: 992px) {
  .currency:after {
    display: none;
  }
}

.currency__text {
  margin-right: 13px;
}

.currency__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  white-space: nowrap;
}

.currency__value[data-currency-value="up"] {
  color: #5d9b0d;
}

.currency__value[data-currency-value="up"] .currency__icon:before {
  content: "";
}

.currency__value[data-currency-value="down"] {
  color: #ec1a29;
}

.currency__value[data-currency-value="down"] .currency__icon:before {
  content: "";
}

.currency__value[data-currency-value="approved"] {
  color: #dbf1f6;
}

.currency__value[data-currency-value="approved"] .currency__icon:before {
  content: "";
}

.currency__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 11px;
  justify-content: center;
  line-height: 11px;
  margin-right: 7px;
  text-align: center;
  width: 11px;
}

@media (min-width: 768px) {
  .currency__icon {
    background: none;
    height: auto;
    line-height: normal;
    width: auto;
  }
}

.currency__diff {
  font-weight: 400;
  white-space: nowrap;
}

.currency__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: #f4f4f4;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 700 11px/25px Arial;
  height: 25px;
  justify-content: space-between;
  margin-bottom: 2px;
  padding: 0 5px;
  position: relative;
  width: 49.5%;
}

@media (min-width: 768px) {
  .currency__item {
    font: 700 12px/30px Arial;
    height: 30px;
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }

  .currency__item + .currency__item {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 768px) and (min-width: 0\0) and (min-resolution: 72dpi) {
  .currency__item + .currency__item {
    margin-left: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .currency__item:not(:first-child):after {
    background: #d8d8d8;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 1px;
  }

  .currency__item:last-child {
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .currency__item:last-child {
    padding-right: 0;
  }
}

.currency__cta {
  background: hsla(0, 0%, 80%, 0.25);
  color: #4a4a4a;
  display: none;
  font: 700 12px/30px Arial;
  margin-left: 6px;
  padding: 0 12px 0 10px;
  white-space: nowrap;
  width: 121px;
}

@media (min-width: 768px) {
  .currency__cta {
    display: block;
  }
}

.currency__cta__icon {
  color: #f58519;
}

.currency--category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .currency--category:after {
    display: none;
  }

  .currency--category {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    background-color: #f4f4f4;
    border: 1px solid hsla(0, 0%, 85%, 0.5);
    height: 58px;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 30px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .currency--category {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: none;
    border: 0;
    height: 190px;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .currency--category {
    margin-top: 30px;
  }
}

.currency--category .currency__item {
  border: 1px solid hsla(0, 0%, 85%, 0.5);
}

@media (min-width: 768px) {
  .currency--category .currency__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 11px;
    width: 115px;
  }
}

@media (min-width: 992px) {
  .currency--category .currency__item {
    border: 1px solid hsla(0, 0%, 85%, 0.5);
    height: 50px;
    margin: 0 0 2px;
    padding: 0 0 0 20px;
    width: 144px;
  }
}

@media (min-width: 1200px) {
  .currency--category .currency__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 60px;
    padding-bottom: 11px;
    padding-top: 8px;
    width: 144px;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  .currency--category .currency__item {
    width: 144px;
  }
}

@media (min-width: 768px) {
  .currency--category .currency__item:not(:first-child) {
    margin-left: 0;
    padding-left: 25px;
    width: 128px;
  }
}

@media (min-width: 992px) {
  .currency--category .currency__item:not(:first-child) {
    padding-left: 20px;
    width: 144px;
  }
}

@media (min-width: 1200px) {
  .currency--category .currency__item:not(:first-child) {
    width: 144px;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  .currency--category .currency__item:not(:first-child) {
    width: 144px;
  }
}

@media (min-width: 768px) {
  .currency--category .currency__item:not(:first-child):after {
    height: 36px;
    top: 0;
  }
}

@media (min-width: 992px) {
  .currency--category .currency__item:not(:first-child):after {
    display: none;
  }
}

.currency--category .currency__text {
  margin-right: auto;
}

@media (min-width: 768px) {
  .currency--category .currency__text {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .currency--category .currency__text {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .currency--category .currency__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}

.currency--category .currency__cta {
  line-height: 56px;
}

@media (min-width: 768px) {
  .currency--category .currency__cta {
    background: #fff;
    font-size: 14px;
    margin-left: auto;
    padding: 0;
    text-align: center;
    width: 157px;
  }
}

@media (min-width: 992px) {
  .currency--category .currency__cta {
    border: 1px solid hsla(0, 0%, 85%, 0.5);
    line-height: 32px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .currency--category .currency__cta {
    line-height: 52px;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  .currency--category .currency__cta {
    line-height: 52px;
  }
}

@media (min-width: 1200px) {
  .currency--category .currency__diff {
    line-height: 14px;
  }

  .currency--category .currency__value__text {
    font-size: 14px;
    font-weight: 700;
  }
}

.water-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  position: relative;
  width: 130px;
}

.water-index a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9000000;
}

@media (min-width: 1471px) {
  .currency--category .currency__item,
  .currency--category .currency__item:not(:first-child) {
    width: 174px;
  }
}

.weather {
  display: none;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .weather {
    display: block;
  }
}

.weather__selector {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.weather__icon {
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.weather__icon[data-weather-status="wi-day-sunny"] {
  background: url(../images/wi-day-sunny.svg);
}

.weather__icon[data-weather-status="wi-day-cloudy"] {
  background: url(../images/wi-day-cloudy.svg);
}

.weather__icon[data-weather-status="wi-day-sprinkle"] {
  background: url(../images/wi-day-sprinkle.svg);
}

.weather__icon[data-weather-status="wi-sleet"] {
  background: url(../images/wi-sleet.svg);
}

.weather__icon[data-weather-status="wi-day-snow"] {
  background: url(../images/wi-day-snow.svg);
}

.weather__icon[data-weather-status="wi-storm-showers"] {
  background: url(../images/wi-storm-showers.svg);
}

.weather__icon[data-weather-status="wi-snow"] {
  background: url(../images/wi-snow.svg);
}

.weather__icon[data-weather-status="wi-rain-mix"] {
  background: url(../images/wi-rain-mix.svg);
}

.weather__icon[data-weather-status="wi-thunderstorm"] {
  background: url(../images/wi-thunderstorm.svg);
}

.weather__icon[data-weather-status="wi-cloudy"] {
  background: url(../images/wi-cloudy.svg);
}

.weather__icon[data-weather-status="wi-sprinkle"] {
  background: url(../images/wi-sprinkle.svg);
}

.weather__icon[data-weather-status="wi-showers"] {
  background: url(../images/wi-showers.svg);
}

.weather__icon[data-weather-status="wi-cloud"] {
  background: url(../images/wi-cloud.svg);
}

.weather__icon[data-weather-status="wi-snowflake-cold"] {
  background: url(../images/wi-snowflake-cold.svg);
}

.weather__icon[data-weather-status="wi-rain"] {
  background: url(../images/wi-rain.svg);
}

.weather__city {
  color: #4a4a4a;
  cursor: pointer;
  font-size: 12px;
  margin-right: 6px;
}

.weather__arrow {
  font-size: 12px;
  margin-right: 10px;
}

.weather__value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cities-popup {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  height: 211px;
  padding: 10px 0;
  width: 190px;
}

.cities-popup:after {
  color: #fff;
  content: "▲";
  height: 6px;
  position: absolute;
  right: 35px;
  top: -6px;
  width: 12px;
  z-index: 1030;
}

.cities-popup[data-visible="false"] {
  display: none;
}

.weather .cities-popup {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1000000;
}

.cities-popup__title {
  color: #939393;
  font-size: 11px;
  line-height: 13px;
  margin: 0 10px 5px;
}

.cities-popup__search {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 30px;
  margin: 0 10px 15px;
  position: relative;
  width: calc(100% - 20px);
}

.cities-popup__input {
  border: 0;
  color: #4a4a4a;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 9px;
  width: 100%;
}

.cities-popup__input::-ms-clear {
  display: none;
}

.cities-popup__input:focus + .cities-popup__icon {
  display: none;
}

.cities-popup__icon {
  color: #939393;
  font-size: 12px;
  left: 9px;
  position: absolute;
  top: 9px;
}

.cities-popup__list {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 125px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.cities-popup__list::-webkit-scrollbar {
  width: 5px;
}

.cities-popup__list::-webkit-scrollbar-thumb {
  background-color: #939393;
  border-radius: 4px;
}

.cities-popup__list::-webkit-resizer {
  display: none;
}

.cities-popup__city {
  color: #4a4a4a;
  cursor: pointer;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
}

.cities-popup__city:hover {
  background-color: #f4f4f4;
  color: #000;
}

.breaking-news {
  background-color: #ef3737;
  display: none;
  position: relative;
}

.breaking-news .home-container {
  max-width: 100% !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  .breaking-news {
    display: block;
  }
}

.breaking-news__all {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.breaking-news__all-link {
  display: block;
  height: 100%;
  width: 100%;
}

.breaking-news__wrapper:after {
  background: #ef3737;
  border-left: 1px solid #d93232;
  -webkit-box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.18);
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  right: -6px;
  top: 0;
  width: 61px;
}

.breaking-news__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  overflow: hidden;
  position: relative;
}

.breaking-news__title {
  -webkit-box-flex: 0;
  color: #fff;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .breaking-news__title {
    margin-right: 15px;
  }
}

.breaking-news__title-link {
  color: #fff;
  font-family: mulish-bold, Arial, sans-serif;
}

.breaking-news__nav {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 10;
}

@media (min-width: 768px) {
  .breaking-news__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1px;
  }
}

.breaking-news__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

@media (min-width: 1200px) {
  .breaking-news__button:hover {
    background-color: #fff;
    color: #f70000;
  }
}

.breaking-news__button + .breaking-news__button {
  margin-left: 7px;
}

.breaking-news__button--prev:before {
  color: #fff;
  content: "";
}

.breaking-news__button--prev:hover:before {
  color: #f70000;
}

.breaking-news__button--next:before {
  color: #fff;
  content: "";
}

.breaking-news__button--next:hover:before {
  color: #f70000;
}

.breaking-news__link {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  color: #fff;
  display: block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.breaking-news__link--tag {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 14px;
  margin-right: 10px;
  text-overflow: clip;
  text-transform: uppercase;
}

.breaking-news__list {
  border-left: 1px solid #d93232;
  max-width: 71.27%;
  padding-left: 20px;
}

.breaking-news__item,
.breaking-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breaking-news__item {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.breaking-news__item--visible {
  height: 100%;
  opacity: 1;
  width: 100%;
}

.breaking-news__item:after {
  background: url(../images/white-torch.svg) 50% no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 7px 20px 0;
  width: 11px;
}

.breaking-news__redirect {
  color: #fff;
  display: none;
  font-size: 12px;
  margin-left: auto;
}

.breaking-news__redirect strong {
  color: #fff;
}

.breaking-news__redirect .breaking-news__button,
.breaking-news__redirect
  .currency__value[data-currency-value="approved"]
  .currency__icon,
.breaking-news__redirect
  .currency__value[data-currency-value="down"]
  .currency__icon,
.breaking-news__redirect
  .currency__value[data-currency-value="up"]
  .currency__icon,
.breaking-news__redirect .fas,
.breaking-news__redirect .gf-group__more-head > .ico,
.breaking-news__redirect .gf-links__single .ico,
.breaking-news__redirect .hm-brands__sub-btn .ico,
.breaking-news__redirect .hm-main-btn:before,
.breaking-news__redirect .searchbar__btn .ico,
.breaking-news__redirect .searchbar__btn .ico-mobile,
.breaking-news__redirect .social-bar-v2-column .ico.font,
.breaking-news__redirect .social-bar-v2-column .ico.share,
.breaking-news__redirect .sub-menu__main-list__home,
.breaking-news__redirect .sub-menu__main-text .ico,
.breaking-news__redirect .sub-menu__sub-nav-btn .ico,
.breaking-news__redirect .weather__arrow,
.currency__value[data-currency-value="approved"]
  .breaking-news__redirect
  .currency__icon,
.currency__value[data-currency-value="down"]
  .breaking-news__redirect
  .currency__icon,
.currency__value[data-currency-value="up"]
  .breaking-news__redirect
  .currency__icon,
.gf-links__single .breaking-news__redirect .ico,
.hm-brands__sub-btn .breaking-news__redirect .ico,
.searchbar__btn .breaking-news__redirect .ico,
.searchbar__btn .breaking-news__redirect .ico-mobile,
.social-bar-v2-column .breaking-news__redirect .ico.font,
.social-bar-v2-column .breaking-news__redirect .ico.share,
.sub-menu__main-text .breaking-news__redirect .ico,
.sub-menu__sub-nav-btn .breaking-news__redirect .ico {
  color: #fff;
  font-size: 10px;
  padding-left: 9px;
}

.breaking-news--skorer {
  background: #fff;
  margin-bottom: 30px;
}

.breaking-news--skorer:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(50%, #fff),
    to(#fff)
  );
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, #fff);
  bottom: 0;
  content: "";
  height: 104px;
  left: 0;
  position: absolute;
  right: 0;
  top: inherit;
  width: 100%;
  z-index: 500;
}

@media (min-width: 768px) {
  .breaking-news--skorer:after {
    height: 97px;
  }
}

@media (min-width: 992px) {
  .breaking-news--skorer:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(25%, #fff),
      to(#fff)
    );
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 25%, #fff);
    height: 104px;
  }
}

@media (min-width: 1200px) {
  .breaking-news--skorer:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(50%, #fff),
      to(#fff)
    );
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, #fff);
  }
}

.breaking-news--skorer .breaking-news__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a2a2a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  letter-spacing: 0.45px;
  margin-right: 0;
  padding-left: 15px;
}

.breaking-news--skorer .breaking-news__title__link {
  color: inherit;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.breaking-news--skorer .breaking-news__list {
  counter-reset: skorer-counter;
  list-style: none;
  max-width: 100%;
  padding: 0 8px 104px 26px;
  position: relative;
}

.breaking-news--skorer .breaking-news__list__wrapper {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 335px;
  margin-right: 10px;
  margin-top: 9px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.breaking-news--skorer .breaking-news__list__wrapper::-webkit-scrollbar {
  width: 8px;
}

.breaking-news--skorer .breaking-news__list__wrapper::-webkit-scrollbar-thumb {
  background-color: #939393;
  border-radius: 4px;
}

.breaking-news--skorer .breaking-news__list__wrapper::-webkit-resizer {
  display: none;
}

@media (min-width: 768px) {
  .breaking-news--skorer .breaking-news__list__wrapper {
    height: 319px;
  }
}

@media (min-width: 992px) {
  .breaking-news--skorer .breaking-news__list__wrapper {
    height: 275px;
  }
}

@media (min-width: 1200px) {
  .breaking-news--skorer .breaking-news__list__wrapper {
    height: 341px;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  .breaking-news--skorer .breaking-news__list__wrapper {
    height: 287px;
  }
}

.breaking-news--skorer .breaking-news__item {
  border-bottom: 1px solid #f4f4f4;
  counter-increment: skorer-counter;
  height: auto;
  opacity: 1;
  padding-bottom: 12px;
  padding-top: 13px;
  position: relative;
  width: 100%;
}

.breaking-news--skorer .breaking-news__item:before {
  color: #e59d00;
  content: counter(skorer-counter);
  font: 700 16px Gilroy, sans-serif;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: right;
  top: 4px;
  width: 16px;
}

.breaking-news--skorer .breaking-news__link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  padding-left: 0;
  white-space: normal;
}

.breaking-news--skorer .breaking-news__link:before {
  display: none;
}

@media (min-width: 1200px) {
  .breaking-news--skorer .breaking-news__link:hover .breaking-news__headline {
    color: #e59d00;
  }

  .breaking-news--skorer
    .breaking-news__link:hover
    .breaking-news__image__wrapper:before {
    opacity: 1;
  }
}

.breaking-news--skorer .breaking-news__image {
  display: block;
}

.breaking-news--skorer .breaking-news__image__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91px;
  flex: 0 0 91px;
  margin-right: 7px;
  position: relative;
}

.breaking-news--skorer .breaking-news__image__wrapper:before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.breaking-news--skorer .breaking-news__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.breaking-news--skorer .breaking-news__headline {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: -moz-box;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  white-space: inherit;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .breaking-news--skorer .breaking-news__headline {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breaking-news--skorer .breaking-news__headline {
    font-size: 15px;
  }
}

.breaking-news--skorer .breaking-news__time {
  color: #939393;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 9px;
}

.breaking-news--skorer .breaking-news__more {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-end;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 800 15px Gilroy, sans-serif;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .breaking-news--skorer .breaking-news__more {
    font-size: 14px;
  }
}

.breaking-news--skorer .breaking-news__more .breaking-news__button,
.breaking-news--skorer
  .breaking-news__more
  .currency__value[data-currency-value="approved"]
  .currency__icon,
.breaking-news--skorer
  .breaking-news__more
  .currency__value[data-currency-value="down"]
  .currency__icon,
.breaking-news--skorer
  .breaking-news__more
  .currency__value[data-currency-value="up"]
  .currency__icon,
.breaking-news--skorer .breaking-news__more .fas,
.breaking-news--skorer .breaking-news__more .gf-group__more-head > .ico,
.breaking-news--skorer .breaking-news__more .gf-links__single .ico,
.breaking-news--skorer .breaking-news__more .hm-brands__sub-btn .ico,
.breaking-news--skorer .breaking-news__more .hm-main-btn:before,
.breaking-news--skorer .breaking-news__more .searchbar__btn .ico,
.breaking-news--skorer .breaking-news__more .searchbar__btn .ico-mobile,
.breaking-news--skorer .breaking-news__more .social-bar-v2-column .ico.font,
.breaking-news--skorer .breaking-news__more .social-bar-v2-column .ico.share,
.breaking-news--skorer .breaking-news__more .sub-menu__main-list__home,
.breaking-news--skorer .breaking-news__more .sub-menu__main-text .ico,
.breaking-news--skorer .breaking-news__more .sub-menu__sub-nav-btn .ico,
.breaking-news--skorer .breaking-news__more .weather__arrow,
.currency__value[data-currency-value="approved"]
  .breaking-news--skorer
  .breaking-news__more
  .currency__icon,
.currency__value[data-currency-value="down"]
  .breaking-news--skorer
  .breaking-news__more
  .currency__icon,
.currency__value[data-currency-value="up"]
  .breaking-news--skorer
  .breaking-news__more
  .currency__icon,
.gf-links__single .breaking-news--skorer .breaking-news__more .ico,
.hm-brands__sub-btn .breaking-news--skorer .breaking-news__more .ico,
.searchbar__btn .breaking-news--skorer .breaking-news__more .ico,
.searchbar__btn .breaking-news--skorer .breaking-news__more .ico-mobile,
.social-bar-v2-column .breaking-news--skorer .breaking-news__more .ico.font,
.social-bar-v2-column .breaking-news--skorer .breaking-news__more .ico.share,
.sub-menu__main-text .breaking-news--skorer .breaking-news__more .ico,
.sub-menu__sub-nav-btn .breaking-news--skorer .breaking-news__more .ico {
  margin-left: 8px;
}

[data-site-name="skorer"] .breaking-news {
  display: block !important;
}

[data-site-name="skorer"] .breaking-news__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.searchbar {
  background-color: #3c4852;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

@media (min-width: 992px) {
  .searchbar {
    top: 54px;
  }
}

.searchbar[data-status="visible"] {
  height: 100vh;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

@media (min-width: 992px) {
  .searchbar[data-status="visible"] {
    height: auto;
    top: 54px;
  }

  .medyanet-fullwidth-adv .searchbar[data-status="visible"] .adRenderer > div,
  .medyanet-fullwidth-adv
    .searchbar[data-status="visible"]
    .adRendererInfinite
    > div,
  .searchbar[data-status="visible"] .adv,
  .searchbar[data-status="visible"] .container,
  .searchbar[data-status="visible"] .medyanet-fullwidth-adv .adRenderer > div,
  .searchbar[data-status="visible"]
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    padding-bottom: 66px;
  }
}

.searchbar[data-status="visible"]:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  display: none;
  height: 100vh;
  position: absolute;
  top: 159px;
  width: 100vw;
}

@media (min-width: 992px) {
  .searchbar[data-status="visible"]:after {
    display: block;
  }
}

.searchbar__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  padding: 110px 0 8px;
  position: relative;
  width: calc(100% - 12px);
}

@media (min-width: 992px) {
  .searchbar__wrapper {
    padding: 60px 0 8px;
  }
}

.searchbar__wrapper:before {
  color: #fff;
  content: "Arama";
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  height: 29px;
  line-height: 120%;
  position: absolute;
  top: 50px;
}

@media (min-width: 992px) {
  .searchbar__wrapper:before {
    display: none;
  }

  .searchbar__wrapper {
    margin: 0 auto;
    width: 475px;
  }
}

.searchbar__icon {
  color: #939393;
  display: none;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchbar__input {
  -ms-flex-preferred-size: 100%;
  background: none;
  border: none;
  color: hsla(0, 0%, 100%, 0.5);
  flex-basis: 100%;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 20px;
  height: 24px;
  line-height: 120%;
}

@media (min-width: 992px) {
  .searchbar__input {
    font-family: mulish-regular, Arial, sans-serif;
    font-size: 24px;
  }
}

.searchbar__button {
  cursor: pointer;
}

.searchbar__button--search {
  background: url(../images/arrow-right.svg) no-repeat;
  display: block;
  height: 24px;
  margin-left: auto;
  width: 24px;
}

.searchbar__button--close {
  position: absolute;
  right: 6px;
  top: 50px;
}

.currency__value[data-currency-value="approved"]
  .searchbar__button--close
  .fa-times.currency__icon:before,
.currency__value[data-currency-value="down"]
  .searchbar__button--close
  .fa-times.currency__icon:before,
.currency__value[data-currency-value="up"]
  .searchbar__button--close
  .fa-times.currency__icon:before,
.gf-links__single .searchbar__button--close .fa-times.ico:before,
.hm-brands__sub-btn .searchbar__button--close .fa-times.ico:before,
.searchbar__btn .searchbar__button--close .fa-times.ico:before,
.searchbar__btn .searchbar__button--close .ico-mobile:before,
.searchbar__button--close
  .currency__value[data-currency-value="approved"]
  .fa-times.currency__icon:before,
.searchbar__button--close
  .currency__value[data-currency-value="down"]
  .fa-times.currency__icon:before,
.searchbar__button--close
  .currency__value[data-currency-value="up"]
  .fa-times.currency__icon:before,
.searchbar__button--close .fa-times.breaking-news__button:before,
.searchbar__button--close .fa-times.hm-main-btn:before,
.searchbar__button--close .fa-times.sub-menu__main-list__home:before,
.searchbar__button--close .fa-times.weather__arrow:before,
.searchbar__button--close .fas.fa-times:before,
.searchbar__button--close .gf-group__more-head > .fa-times.ico:before,
.searchbar__button--close .gf-links__single .fa-times.ico:before,
.searchbar__button--close .hm-brands__sub-btn .fa-times.ico:before,
.searchbar__button--close .searchbar__btn .fa-times.ico:before,
.searchbar__button--close .searchbar__btn .ico-mobile:before,
.searchbar__button--close .social-bar-v2-column .fa-times.ico.font:before,
.searchbar__button--close .social-bar-v2-column .fa-times.ico.share:before,
.searchbar__button--close .sub-menu__main-text .fa-times.ico:before,
.searchbar__button--close .sub-menu__sub-nav-btn .fa-times.ico:before,
.social-bar-v2-column .searchbar__button--close .fa-times.ico.font:before,
.social-bar-v2-column .searchbar__button--close .fa-times.ico.share:before,
.sub-menu__main-text .searchbar__button--close .fa-times.ico:before,
.sub-menu__sub-nav-btn .searchbar__button--close .fa-times.ico:before {
  background: url(../images/close-icon.svg) no-repeat;
  content: "";
  display: block;
  height: 36px;
  margin-right: -12px;
  width: 36px;
}

@media (min-width: 992px) {
  .currency__value[data-currency-value="approved"]
    .searchbar__button--close
    .fa-times.currency__icon:before,
  .currency__value[data-currency-value="down"]
    .searchbar__button--close
    .fa-times.currency__icon:before,
  .currency__value[data-currency-value="up"]
    .searchbar__button--close
    .fa-times.currency__icon:before,
  .gf-links__single .searchbar__button--close .fa-times.ico:before,
  .hm-brands__sub-btn .searchbar__button--close .fa-times.ico:before,
  .searchbar__btn .searchbar__button--close .fa-times.ico:before,
  .searchbar__btn .searchbar__button--close .ico-mobile:before,
  .searchbar__button--close
    .currency__value[data-currency-value="approved"]
    .fa-times.currency__icon:before,
  .searchbar__button--close
    .currency__value[data-currency-value="down"]
    .fa-times.currency__icon:before,
  .searchbar__button--close
    .currency__value[data-currency-value="up"]
    .fa-times.currency__icon:before,
  .searchbar__button--close .fa-times.breaking-news__button:before,
  .searchbar__button--close .fa-times.hm-main-btn:before,
  .searchbar__button--close .fa-times.sub-menu__main-list__home:before,
  .searchbar__button--close .fa-times.weather__arrow:before,
  .searchbar__button--close .fas.fa-times:before,
  .searchbar__button--close .gf-group__more-head > .fa-times.ico:before,
  .searchbar__button--close .gf-links__single .fa-times.ico:before,
  .searchbar__button--close .hm-brands__sub-btn .fa-times.ico:before,
  .searchbar__button--close .searchbar__btn .fa-times.ico:before,
  .searchbar__button--close .searchbar__btn .ico-mobile:before,
  .searchbar__button--close .social-bar-v2-column .fa-times.ico.font:before,
  .searchbar__button--close .social-bar-v2-column .fa-times.ico.share:before,
  .searchbar__button--close .sub-menu__main-text .fa-times.ico:before,
  .searchbar__button--close .sub-menu__sub-nav-btn .fa-times.ico:before,
  .social-bar-v2-column .searchbar__button--close .fa-times.ico.font:before,
  .social-bar-v2-column .searchbar__button--close .fa-times.ico.share:before,
  .sub-menu__main-text .searchbar__button--close .fa-times.ico:before,
  .sub-menu__sub-nav-btn .searchbar__button--close .fa-times.ico:before {
    display: none;
  }
}

.menu-container {
  display: block;
  height: 99px;
  -webkit-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
}

@media (min-width: 768px) {
  .menu-container {
    height: 50px;
  }
}

.menu-container__position {
  position: relative;
  -webkit-transition: margin-top 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: margin-top 0.3s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
  z-index: 99999;
}

@media (max-width: 767px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu.adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu > .adv,
  [data-site-name="uzmanpara"] .main-menu > .container,
  [data-site-name="uzmanpara"]
    .medyanet-fullwidth-adv
    .main-menu.adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-list--highlighted,
  [data-site-name="emlak"] .main-menu__nav-list--highlighted,
  [data-site-name="pazar"] .main-menu__nav-list--highlighted,
  [data-site-name="pembenar"] .main-menu__nav-list--highlighted,
  [data-site-name="skorer"] .main-menu__nav-list--highlighted {
    height: auto;
  }

  [data-site-name="cadde"] .searchbar .searchbar__button--close,
  [data-site-name="emlak"] .searchbar .searchbar__button--close,
  [data-site-name="pazar"] .searchbar .searchbar__button--close,
  [data-site-name="pembenar"] .searchbar .searchbar__button--close,
  [data-site-name="skorer"] .searchbar .searchbar__button--close {
    display: block !important;
    margin-left: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
}

@font-face {
  font-display: optional;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: local("Gilroy"), url(../fonts/gilroy-extra-bold.woff2) format("woff2"),
    url(../fonts/gilroy-extra-bold.woff) format("woff");
}

@font-face {
  font-display: optional;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica"), url(../fonts/helvetica.woff2) format("woff2"),
    url(../fonts/helvetica.woff) format("woff");
}

@font-face {
  font-display: optional;
  font-family: Helvetica Bold;
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Bold"),
    url(../fonts/helvetica-bold-tr.woff2) format("woff2"),
    url(../fonts/helvetica-bold-tr.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Lato-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Regular_1.eot);
  src: url(../fonts/Lato-Regular_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Regular_1.woff2) format("woff2"),
    url(../fonts/Lato-Regular_1.woff) format("woff"),
    url(../fonts/Lato-Regular_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Heavy;
  font-style: normal;
  src: url(../fonts/Lato-Heavy_1.eot);
  src: url(../fonts/Lato-Heavy_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Heavy_1.woff2) format("woff2"),
    url(../fonts/Lato-Heavy_1.woff) format("woff"),
    url(../fonts/Lato-Heavy_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Light;
  font-style: normal;
  src: url(../fonts/Lato-Light_1.eot);
  src: url(../fonts/Lato-Light_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Light_1.woff2) format("woff2"),
    url(../fonts/Lato-Light_1.woff) format("woff"),
    url(../fonts/Lato-Light_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Bold;
  font-style: normal;
  src: url(../fonts/Lato-Bold_1.eot);
  src: url(../fonts/Lato-Bold_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Bold_1.woff2) format("woff2"),
    url(../fonts/Lato-Bold_1.woff) format("woff"),
    url(../fonts/Lato-Bold_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Semibold;
  font-style: normal;
  src: url(../fonts/Lato-Semibold_1.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Lato-ExtraBold;
  font-style: normal;
  src: url(../fonts/Lato-ExtraBold_1.eot);
  src: url(../fonts/Lato-ExtraBold_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-ExtraBold_1.woff2) format("woff2"),
    url(../fonts/Lato-ExtraBold_1.woff) format("woff"),
    url(../fonts/Lato-ExtraBold_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Medium;
  font-style: normal;
  src: url(../fonts/Lato-Medium_1.eot);
  src: url(../fonts/Lato-Medium_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Medium_1.woff2) format("woff2"),
    url(../fonts/Lato-Medium_1.woff) format("woff"),
    url(../fonts/Lato-Medium_1.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Lato-Black;
  font-style: normal;
  src: url(../fonts/Lato-Black_1.eot);
  src: url(../fonts/Lato-Black_1.eot#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Black_1.woff2) format("woff2"),
    url(../fonts/Lato-Black_1.woff) format("woff"),
    url(../fonts/Lato-Blackz_1.ttf) format("truetype");
}

a.main-menu__logo img:nth-child(2) {
  display: none;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .spinner-btn__spin-item,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .spinner-btn__spin:after,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__nav-link {
  color: #fff;
}

.medyanet-fullwidth-adv
  [data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .adRenderer
  > div
  .row
  .col-12,
.medyanet-fullwidth-adv
  [data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .adRendererInfinite
  > div
  .row
  .col-12,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .adv
  .row
  .col-12,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .container
  .row
  .col-12,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .medyanet-fullwidth-adv
  .adRenderer
  > div
  .row
  .col-12,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .menu-container__position
  .main-menu
  .medyanet-fullwidth-adv
  .adRendererInfinite
  > div
  .row
  .col-12 {
  background: #000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__logo {
  position: relative;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  a.main-menu__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: 45px;
  top: 10px;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__mobile-scroll,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .mobile-row-1-bg {
  background-color: #000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  h1.main-menu__logo {
  position: relative;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  a.main-menu__logo
  img:first-child {
  display: none;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  a.main-menu__logo
  img:nth-child(2) {
  display: block;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__nav:after {
  display: none;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__mobile-scroll,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__nav {
  background: #000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .searchbar__btn
  .ico,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .searchbar__btn
  .ico-mobile {
  color: #fff;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .searchbar__btn
  .ico:before {
  background: url(../images/mag-ico-white.svg) 50% no-repeat !important;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box {
  background-color: #000;
  border: 1px solid #fff;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box
  .milliyet-premium-logo {
  background: url(../images/user-ico-white.svg) 50% no-repeat;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box.login {
  background: url(../images/user-ico-white.svg) #000 no-repeat 5px;
  color: #fff;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box:active,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box:focus,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .milliyet-premium-box:visited {
  color: #fff;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .hamburger-menu__inner,
[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .searchbar {
  background-color: #000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .gf-logo.gf-logo--milliyet
  .gf-logo__img {
  position: relative;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .gf-logo.gf-logo--milliyet
  .gf-logo__img:after {
  background: url(../images/black-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: -20px;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    a.main-menu__logo:after {
    right: 0;
  }

  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    a.main-menu__logo,
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    h1.main-menu__logo {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px;
    width: 140px;
  }
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .main-menu__nav-list.main-menu__nav-list--highlighted {
  background: #000;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .hm-top__logo {
  position: relative;
}

[data-site-name="milliyet"][data-mourning="true"]:not(
    [data-custom-prop="milliyettv"]
  )
  .hm-top__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Pembenar"] {
    background: url(../images/pembenar-top-mourning-logo.svg) 50% no-repeat;
    width: 83px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Pembenar"] {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="UzmanPara"] {
    background: url(../images/uzmanpara-logo-mourning.svg) 50% no-repeat;
    width: 79px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="UzmanPara"] {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Skorer"] {
    background: url(../images/skorer-logo-mourning.svg) 50% no-repeat;
    background-size: contain;
    width: 72px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Skorer"] {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Cadde"] {
    background: url(../images/cadde-logo-mourning.svg) 50% no-repeat;
    background-size: contain;
    width: 42px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__mobile-scroll
    .main-menu__nav-list
    li
    a[title="Cadde"] {
    margin-right: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  [data-site-name="milliyet"][data-mourning="true"]:not(
      [data-custom-prop="milliyettv"]
    )
    .main-menu__nav-list.main-menu__nav-list--highlighted {
    margin-left: -20px;
  }
}

[data-site-name="cadde"][data-mourning="true"] .hamburger-menu__inner,
[data-site-name="cadde"][data-mourning="true"] .main-menu,
[data-site-name="cadde"][data-mourning="true"] .searchbar {
  background-color: #000;
}

[data-site-name="cadde"][data-mourning="true"] .main-menu__logo {
  position: relative;
}

[data-site-name="cadde"][data-mourning="true"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  border-top: 1px solid #333;
}

[data-site-name="cadde"][data-mourning="true"] a.main-menu__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: -20px;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="cadde"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img {
  position: relative;
}

[data-site-name="cadde"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img:after {
  background: url(../images/black-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: 75px;
  position: absolute;
  right: auto;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="cadde"][data-mourning="true"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  background: #000;
}

[data-site-name="cadde"][data-mourning="true"] .mobile-row-1-bg,
[data-site-name="uzmanpara"][data-mourning="true"] .hamburger-menu__inner,
[data-site-name="uzmanpara"][data-mourning="true"] .main-menu,
[data-site-name="uzmanpara"][data-mourning="true"] .searchbar {
  background-color: #000;
}

[data-site-name="uzmanpara"][data-mourning="true"] .main-menu__logo {
  position: relative;
}

[data-site-name="uzmanpara"][data-mourning="true"] a.main-menu__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: -20px;
  top: 5px;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="uzmanpara"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img {
  position: relative;
}

[data-site-name="uzmanpara"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img:after {
  background: url(../images/black-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: 75px;
  position: absolute;
  right: auto;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="uzmanpara"][data-mourning="true"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  background: #000;
}

[data-site-name="uzmanpara"][data-mourning="true"] .menu-container__position {
  background-color: #000;
  background-image: none;
}

[data-site-name="skorer"][data-mourning="true"] .hamburger-menu__inner,
[data-site-name="skorer"][data-mourning="true"] .main-menu,
[data-site-name="skorer"][data-mourning="true"] .searchbar {
  background-color: #000;
}

[data-site-name="skorer"][data-mourning="true"] .main-menu__logo {
  position: relative;
}

[data-site-name="skorer"][data-mourning="true"] a.main-menu__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="skorer"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img {
  position: relative;
}

[data-site-name="skorer"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img:after {
  background: url(../images/black-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: 103px;
  position: absolute;
  right: auto;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

@media (min-width: 768px) {
  [data-site-name="skorer"][data-mourning="true"]
    .gf-logo.gf-logo--dikey
    .gf-logo__img:after {
    left: 126px;
  }
}

@media (min-width: 992px) {
  [data-site-name="skorer"][data-mourning="true"]
    .gf-logo.gf-logo--dikey
    .gf-logo__img:after {
    left: 140px;
  }
}

[data-site-name="skorer"][data-mourning="true"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  background: #000;
}

[data-site-name="skorer"][data-mourning="true"] .mobile-row-1-bg {
  background-color: #000;
}

[data-site-name="skorer"][data-mourning="true"] .main-menu__nav-list-degrade,
[data-site-name="skorer"][data-mourning="true"] .main-menu__nav:after,
[data-site-name="skorer"][data-mourning="true"] .main-menu__nav:before {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="skorer"][data-mourning="true"] .main-menu__logo {
    margin-right: 30px;
  }
}

[data-site-name="pembenar"][data-mourning="true"] .hamburger-menu__inner,
[data-site-name="pembenar"][data-mourning="true"] .main-menu,
[data-site-name="pembenar"][data-mourning="true"] .searchbar {
  background-color: #000;
}

[data-site-name="pembenar"][data-mourning="true"] .main-menu__logo {
  position: relative;
}

[data-site-name="pembenar"][data-mourning="true"] a.main-menu__logo:after {
  background: url(../images/white-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: auto;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 16px;
  z-index: 1000000;
}

[data-site-name="pembenar"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img {
  position: relative;
}

[data-site-name="pembenar"][data-mourning="true"]
  .gf-logo.gf-logo--dikey
  .gf-logo__img:after {
  background: url(../images/black-ribbon-v2.png) no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: 103px;
  position: absolute;
  right: auto;
  top: 0;
  width: 16px;
  z-index: 1000000;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"][data-mourning="true"]
    .gf-logo.gf-logo--dikey
    .gf-logo__img:after {
    left: 126px;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"][data-mourning="true"]
    .gf-logo.gf-logo--dikey
    .gf-logo__img:after {
    left: 140px;
  }
}

[data-site-name="pembenar"][data-mourning="true"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  background: #000;
}

[data-site-name="pembenar"][data-mourning="true"] .mobile-row-1-bg {
  background-color: #000;
}

[data-site-name="pembenar"][data-mourning="true"] .main-menu__nav-list-degrade,
[data-site-name="pembenar"][data-mourning="true"] .main-menu__nav:after,
[data-site-name="pembenar"][data-mourning="true"] .main-menu__nav:before {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"][data-mourning="true"] .main-menu__logo {
    margin-right: 30px;
  }

  [data-site-name="pembenar"] .main-menu__nav:before {
    display: none;
  }

  [data-site-name="pembenar"] .main-menu__nav-link {
    margin: 0 8px;
  }
}

[data-site-name="pembenar"] .main-menu__nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-list-degrade {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="pembenar"] .main-menu__inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}

[data-site-name="pembenar"] .main-menu__nav-item {
  padding-right: 30px;
}

[data-site-name="pembenar"] .main-menu__nav-item:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-item {
    padding-right: 10px;
  }

  [data-site-name="pembenar"] .main-menu__nav-item:last-child {
    padding-right: 20px;
  }
}

[data-site-name="pembenar"] .main-menu__nav-link {
  display: block;
  font: 700 16px/40px Gilroy, sans-serif;
  padding: 0;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-link {
    font-size: 18px;
    line-height: 49px;
  }
}

[data-site-name="pembenar"] .searchbar__icon {
  color: #000;
}

[data-site-name="pembenar"] .searchbar__input {
  color: #666;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .searchbar__btn .ico {
    font-size: 14px;
  }
}

[data-site-name="pembenar"] .spinner-btn {
  margin-left: 0;
  padding-left: 8px;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .spinner-btn {
    -ms-flex-preferred-size: 42px;
    flex-basis: 42px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

[data-site-name="pembenar"] .spinner-btn__spin {
  height: 15px;
  width: 18px;
}

[data-site-name="pembenar"] .spinner-btn__text {
  display: none;
}

[data-site-name="pembenar"] .searchbar__wrapper .searchbar__button {
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

[data-site-name="pembenar"]
  .searchbar__wrapper
  .searchbar__input::-webkit-input-placeholder {
  font-family: Helvetica;
}

[data-site-name="pembenar"]
  .searchbar__wrapper
  .searchbar__input::-moz-placeholder {
  font-family: Helvetica;
}

[data-site-name="pembenar"]
  .searchbar__wrapper
  .searchbar__input:-ms-input-placeholder {
  font-family: Helvetica;
}

[data-site-name="pembenar"]
  .searchbar__wrapper
  .searchbar__input::-ms-input-placeholder {
  font-family: Helvetica;
}

[data-site-name="pembenar"] .searchbar__wrapper .searchbar__input::placeholder {
  font-family: Helvetica;
}

[data-site-name="skorer"] .main-menu__nav-link {
  font-family: Gilroy, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .main-menu__nav-link {
    font-size: 16px;
    font-weight: 700;
  }
}

[data-site-name="skorer"] .main-menu__nav-item:nth-child(5) {
  margin-right: 25px;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .main-menu__nav-item:nth-child(5) {
    margin-right: 35px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="skorer"] .main-menu__nav-item:nth-child(5) {
    margin-right: 0;
  }
}

[data-site-name="skorer"] .sub-menu__main-text {
  font: 700 18px mulish-regular, Arial, sans-serif;
}

[data-site-name="skorer"] .sub-menu__nav-link {
  font: 700 18px/45px Gilroy, sans-serif;
}

[data-site-name="skorer"] .sub-menu__drop-link {
  font: 700 12px/15px Gilroy, sans-serif;
}

[data-site-name="skorer"] .sub-menu__sub-link {
  font: 700 18px/45px Gilroy, sans-serif;
}

@media (min-width: 992px) {
  [data-site-name="skorer"] .sub-menu__sub-link {
    font: 700 12px/15px Gilroy, sans-serif;
  }
}

.gf-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gf-logo,
.gf-logo__img {
  position: relative;
  width: 100%;
}

.gf-logo__img {
  background: 0 / auto 100% no-repeat;
}

.gf-logo__img:before {
  content: "";
  display: block;
  width: 100%;
}

.gf-logo--milliyet {
  -ms-flex-preferred-size: 118px;
  flex-basis: 118px;
  max-width: 118px;
}

@media (min-width: 768px) {
  .gf-logo--milliyet {
    -ms-flex-preferred-size: 132px;
    flex-basis: 132px;
    max-width: 132px;
  }
}

@media (min-width: 992px) {
  .gf-logo--milliyet {
    -ms-flex-preferred-size: 147px;
    flex-basis: 147px;
    max-width: 147px;
  }
}

.gf-logo--milliyet .gf-logo__img {
  background-image: url(../images/milliyet_dijital_logo_1.svg);
  background-size: 100% auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gf-logo--milliyet .gf-logo__img {
    background-image: url(../images/milliyet_dijital_logo_1.svg);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .gf-logo--milliyet .gf-logo__img {
    background-image: url(../images/milliyet_dijital_logo_1.svg);
  }
}

.gf-logo--milliyet .gf-logo__img:before {
  padding-top: 19.9242877067%;
}

.gf-logo--demiroren {
  -ms-flex-preferred-size: 89px;
  flex-basis: 89px;
  margin-left: auto;
  max-width: 89px;
}

@media (min-width: 768px) {
  .gf-logo--demiroren {
    -ms-flex-preferred-size: 89px;
    flex-basis: 89px;
    max-width: 89px;
  }
}

@media (min-width: 992px) {
  .gf-logo--demiroren {
    -ms-flex-preferred-size: 89px;
    flex-basis: 89px;
    max-width: 89px;
  }
}

.gf-logo--demiroren .gf-logo__img {
  background: url(../images/milliyet-sprite_1.png) 0 -602px no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gf-logo--demiroren .gf-logo__img {
    background: url(../images/demiroren-footer-logo%402x.png) 0 / auto 100%
      no-repeat;
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .gf-logo--demiroren .gf-logo__img {
    background: url(../images/demiroren-footer-logo%403x.png) 0 / auto 100%
      no-repeat;
  }
}

.gf-logo--demiroren .gf-logo__img:before {
  padding-top: 33.7078651685%;
}

.gf-bar-1 {
  background-color: #fff;
  display: block;
}

.gf-bar-1 > .adv > .row > .col,
.gf-bar-1 > .container > .row > .col,
.medyanet-fullwidth-adv .gf-bar-1.adRenderer > div > .row > .col,
.medyanet-fullwidth-adv .gf-bar-1.adRendererInfinite > div > .row > .col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

@media (min-width: 992px) {
  .gf-bar-1 > .adv > .row > .col,
  .gf-bar-1 > .container > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-1.adRenderer > div > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-1.adRendererInfinite > div > .row > .col {
    height: 56px;
  }
}

.gf-bar-2 {
  background-color: #fff;
  display: block;
}

.gf-bar-2 > .adv > .row > .col,
.gf-bar-2 > .container > .row > .col,
.medyanet-fullwidth-adv .gf-bar-2.adRenderer > div > .row > .col,
.medyanet-fullwidth-adv .gf-bar-2.adRendererInfinite > div > .row > .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

@media (min-width: 992px) {
  .gf-bar-2 > .adv > .row > .col,
  .gf-bar-2 > .container > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-2.adRenderer > div > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-2.adRendererInfinite > div > .row > .col {
    height: 56px;
  }
}

.gf-bar-3 {
  background-color: #000;
  display: block;
}

.gf-bar-3 > .adv > .row > .col,
.gf-bar-3 > .container > .row > .col,
.medyanet-fullwidth-adv .gf-bar-3.adRenderer > div > .row > .col,
.medyanet-fullwidth-adv .gf-bar-3.adRendererInfinite > div > .row > .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

@media (min-width: 992px) {
  .gf-bar-3 > .adv > .row > .col,
  .gf-bar-3 > .container > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-3.adRenderer > div > .row > .col,
  .medyanet-fullwidth-adv .gf-bar-3.adRendererInfinite > div > .row > .col {
    height: 56px;
  }
}

.gf-bar-3__copyright {
  color: #ccc;
  font: 400 12px/14px Arial, sans-serif;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  will-change: color;
}

.gf-bar-3__copyright:hover {
  color: #fff;
}

[data-site-name="pembenar"] .gf-bar-3__copyright {
  color: #fff;
  font: 700 11px/12.65px Helvetica;
}

.gf-bar-3__list {
  font-size: 0;
}

.gf-bar-3__list:first-of-type {
  margin-left: auto;
}

@media (min-width: 768px) {
  .gf-bar-3__list:first-of-type {
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .gf-bar-3__list:first-of-type {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .gf-bar-3__list:last-of-type {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .gf-bar-3__list:last-of-type {
    padding-left: 20px;
  }
}

.gf-bar-3__item {
  display: inline-block;
  vertical-align: middle;
}

.gf-bar-3__item + .gf-bar-3__item {
  padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gf-bar-3__item + .gf-bar-3__item {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .gf-bar-3__item + .gf-bar-3__item {
    padding-left: 20px;
  }
}

.gf-bar-3__link {
  color: #ccc;
  display: block;
  font: 400 11px/13px Arial, sans-serif;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  will-change: color;
}

.gf-bar-3__link:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gf-bar-3__link {
    font-size: 10px;
  }
}

[data-site-name="pembenar"] .gf-bar-3__link {
  color: #fff;
  font: 700 11px/13px Helvetica;
}

.gf-bar-3__desc {
  color: #fff;
  display: block;
  font: 400 12px Arial, sans-serif;
  padding-top: 15px;
}

[data-site-name="pembenar"] .gf-bar-3__desc {
  font-family: Helvetica;
  font-size: 11px;
  font-weight: 700;
  line-height: 12.65px;
}

.gf-main-bar {
  border-top: 1px solid #d8d8d8;
  display: inline-block;
  padding-bottom: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .gf-main-bar {
    border-bottom: 0;
    padding-top: 22px;
  }
}

.gf-group-container {
  width: 100%;
}

.gf-group-container:after,
.gf-group-container:before {
  content: "";
  height: 15px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 17px);
  z-index: 2;
}

@media (min-width: 768px) {
  .gf-group-container:after,
  .gf-group-container:before {
    display: none;
  }
}

.gf-group-container:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: 0;
}

.gf-group-container:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 1px;
}

.gf-group-row {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  overflow-y: auto;
  padding: 7px 0 8px;
  scrollbar-width: thin;
}

.gf-group-row::-webkit-scrollbar {
  width: 5px;
}

.gf-group-row::-webkit-scrollbar-thumb {
  background-color: #939393;
  border-radius: 4px;
}

.gf-group-row::-webkit-resizer {
  display: none;
}

@media (min-width: 768px) {
  .gf-group-row {
    overflow: visible;
    padding: 0;
  }
}

.gf-group-col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.gf-group {
  display: block;
  font-size: 0;
}

@media (min-width: 768px) {
  .gf-group {
    margin-bottom: 20px;
  }
}

.gf-group__head {
  display: block;
}

.gf-group__head__link {
  color: #4d4d4d;
  display: inline-block;
  font: 700 14px/16px Arial, sans-serif;
  margin: 8px 0 7px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (min-width: 768px) {
  .gf-group__head__link {
    margin-bottom: 3px;
  }
}

.gf-group__head__link:hover {
  color: #000;
}

[data-site-name="pembenar"] .gf-group__head__link {
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  line-height: 18.13px;
}

.gf-group__list {
  display: block;
}

.gf-group__head + .gf-group__list {
  margin-bottom: 3px;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .gf-group__head + .gf-group__list {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.gf-group__item {
  display: block;
}

.gf-group__link {
  color: #4d4d4d;
  display: inline-block;
  font: 400 14px/16px Arial, sans-serif;
  margin: 8px 0 7px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (min-width: 768px) {
  .gf-group__link {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .gf-group__link {
    font-size: 13px;
    line-height: 19px;
  }
}

.gf-group__link:hover {
  color: #000;
}

[data-site-name="pembenar"] .gf-group__link {
  font-family: Helvetica;
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .gf-group__link {
    font-size: 14px;
    line-height: 16.1px;
  }
}

.gf-group__more-head {
  color: #4a4a4a;
  display: none;
  font: 400 13px/15px Arial, sans-serif;
  margin: 8px 0;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

[data-site-name="pembenar"] .gf-group__more-head {
  font-family: Helvetica;
}

.gf-group__more-head > .ico {
  font-size: 7px;
  line-height: 15px;
  margin-left: -10px;
  margin-right: 3px;
  position: relative;
  vertical-align: top;
}

.gf-group__more-head:hover,
.gf-group__more-head[data-status="active"] {
  color: #ee4358;
}

@media (min-width: 768px) {
  .gf-group__more-head {
    display: inline-block;
  }
}

.gf-group__more-container {
  display: block;
  margin: -8px 0;
}

@media (min-width: 768px) {
  .gf-group__more-container {
    display: none;
    margin: 0 0 8px;
    position: relative;
    vertical-align: bottom;
    z-index: 2;
  }

  .gf-group__more-container[data-status="drop-visible"] {
    display: inline-block;
  }

  .gf-group__more {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
  }

  .gf-group__more:after,
  .gf-group__more:before {
    content: "";
    height: 5px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 17px);
  }

  .gf-group__more:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    top: 10px;
  }

  .gf-group__more:after {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 19px;
  }

  .gf-group__more-list {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 19px 15px;
    max-height: 135px;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 173px;
  }
}

@media (min-width: 768px) {
  .gf-group__more-list::-webkit-scrollbar {
    width: 5px;
  }

  .gf-group__more-list::-webkit-scrollbar-thumb {
    background-color: #939393;
    border-radius: 4px;
  }

  .gf-group__more-list::-webkit-resizer {
    display: none;
  }

  .gf-group__more-list .gf-group__link {
    font-size: 12px;
    line-height: 17px;
    margin: 5px 0;
  }
}

.gf-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .gf-social {
    display: inline-block;
    padding-top: 0;
    width: 100%;
  }
}

.gf-social__head {
  color: #939393;
  font: 700 14px/18px Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .gf-social__head {
    margin-top: 8px;
  }
}

[data-site-name="pembenar"] .gf-social__head {
  color: #4d4d4d;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  line-height: 18.13px;
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .gf-social__head {
    line-height: 18px;
  }
}

.gf-social__list {
  font-size: 0;
  padding-left: 14px;
}

@media (min-width: 768px) {
  .gf-social__list {
    margin-top: 12px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .gf-social__list {
    margin-top: 15px;
  }
}

.gf-social__item {
  display: inline-block;
  vertical-align: middle;
}

.gf-social__item + .gf-social__item {
  padding-left: 12px;
}

@media (min-width: 992px) {
  .gf-social__item + .gf-social__item {
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .gf-social__item + .gf-social__item {
    padding-left: 10px;
  }
}

.gf-social__link {
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  height: 26px;
  text-align: center;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  width: 26px;
}

@media (min-width: 1200px) {
  .gf-social__link {
    height: 28px;
    width: 28px;
  }
}

.gf-social__link .ico {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (min-width: 1200px) {
  .gf-social__link .ico {
    font-size: 15px;
    line-height: 26px;
  }
}

.gf-social__link--twitter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gf-social__link--twitter svg {
  width: 14px;
}

.gf-social__link--twitter:hover svg path {
  fill: #ec1a29;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 1200px) {
  .gf-social__link:hover {
    border-color: #ec1a29;
  }

  .gf-social__link:hover .ico {
    color: #ec1a29;
  }
}

.gf-apps {
  display: block;
  padding-top: 20px;
}

.gf-apps__head {
  color: #939393;
  font: 700 14px/18px Arial, sans-serif;
  text-transform: uppercase;
}

[data-site-name="pembenar"] .gf-apps__head {
  color: #4d4d4d;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  line-height: 18.13px;
  width: 115px;
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .gf-apps__head {
    line-height: 18px;
    width: 35px;
  }
}

.gf-apps__list {
  display: block;
  font-size: 0;
}

.gf-apps__item {
  display: block;
  padding-top: 12px;
}

.gf-apps__link {
  background: #fff 50% / auto 26px no-repeat;
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
  height: 40px;
  width: 150px;
}

.gf-apps__link.appstore {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.gf-apps__link.appstore img {
  height: auto;
  width: 113px;
}

.gf-apps__link.googleplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.gf-apps__link.googleplay img {
  height: auto;
  width: 100px;
}

.gf-apps__link.microsoft {
  background-image: url(../images/footer-microsoft.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gf-apps__link.microsoft {
    background-image: url(../images/footer-microsoft%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .gf-apps__link.microsoft {
    background-image: url(../images/footer-microsoft%403x.png);
  }
}

.gf-links {
  display: none;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .gf-links {
    display: block;
  }
}

.gf-links + .gf-links {
  padding-top: 10px;
}

.gf-links__single {
  color: #000;
  font: 700 12px/18px Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.gf-links__single:hover {
  color: #ec1a29;
}

.global-footer {
  background-color: #fff;
  display: block;
  position: relative;
}

.global-footer--type-1 .gf-group-row {
  max-height: 264px;
}

@media (min-width: 768px) {
  .global-footer--type-1 .gf-group-row {
    border-bottom: 0;
    max-height: none;
  }

  .global-footer--type-1 .gf-group-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .global-footer--type-1 .gf-group-row {
    margin-bottom: -20px;
  }
}

.global-footer--type-2 .gf-group-row {
  max-height: 388px;
}

@media (min-width: 768px) {
  .global-footer--type-2 .gf-group-row {
    max-height: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-group-row {
    display: block;
    font-size: 0;
  }
}

@media (min-width: 992px) {
  .global-footer--type-2 .gf-group-row {
    border-bottom: 0;
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-group-col {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .global-footer--type-2 .gf-group-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-main-bar {
    margin-top: 17px;
  }

  .global-footer--type-2 .gf-social {
    padding-top: 12px;
  }
}

.global-footer--type-2 .gf-links {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-apps__item {
    display: inline-block;
    vertical-align: top;
  }

  .global-footer--type-2 .gf-apps__item + .gf-apps__item {
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .global-footer--type-2 .gf-apps__link {
    width: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-group {
    display: inline-block;
    margin-bottom: 21px;
    padding: 0 15px;
    vertical-align: top;
  }

  .global-footer--type-2 .gf-group__head__link {
    margin-bottom: 0;
  }
}

.global-footer--type-2 .gf-group__list {
  display: none;
}

@media (min-width: 992px) {
  .global-footer--type-2 .gf-group__list {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-footer--type-2 .gf-group__head + .gf-group__list {
    margin-top: 3px;
  }
}

[data-site-name="pembenar"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 99px;
  flex-basis: 99px;
  margin-top: 6px;
  max-width: 99px;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    max-width: 122px;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 136px;
    flex-basis: 136px;
    max-width: 136px;
  }
}

[data-site-name="pembenar"] .gf-bar-1 .gf-logo__img {
  background-image: url(../images/pembenar-footer-logo.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-site-name="pembenar"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/pembenar-footer-logo%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  [data-site-name="pembenar"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/pembenar-footer-logo%403x.png);
  }
}

[data-site-name="pembenar"] .gf-bar-1 .gf-logo__img:before {
  padding-top: 25.7352941176%;
}

.no-touch [data-site-name="pembenar"] .gf-social__link:hover {
  border-color: #ee4358;
}

.no-touch [data-site-name="pembenar"] .gf-social__link:hover .ico {
  color: #ee4358;
}

[data-site-name="skorer"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 99px;
  flex-basis: 99px;
  margin-top: 6px;
  max-width: 99px;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    max-width: 122px;
  }
}

@media (min-width: 992px) {
  [data-site-name="skorer"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 136px;
    flex-basis: 136px;
    max-width: 136px;
  }
}

[data-site-name="skorer"] .gf-bar-1 .gf-logo__img {
  background-image: url(../images/skorer-footer-logo.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-site-name="skorer"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/skorer-footer-logo%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  [data-site-name="skorer"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/skorer-footer-logo%403x.png);
  }
}

[data-site-name="skorer"] .gf-bar-1 .gf-logo__img:before {
  padding-top: 25.7352941176%;
}

.no-touch [data-site-name="skorer"] .gf-social__link:hover {
  border-color: #e59d00;
}

.no-touch [data-site-name="skorer"] .gf-social__link:hover .ico {
  color: #e59d00;
}

[data-site-name="uzmanpara"] .gf-main-bar .col-lg-10 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[data-site-name="uzmanpara"] .gf-bar-1 {
  background-color: #164965;
}

[data-site-name="uzmanpara"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 129px;
  -ms-flex-item-align: center;
  align-self: center;
  flex-basis: 129px;
  max-width: 129px;
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    max-width: 185px;
  }
}

[data-site-name="uzmanpara"] .gf-bar-1 .gf-logo__img {
  background-image: url(../images/uzmanpara-logo.svg);
  background-size: 100%;
}

[data-site-name="uzmanpara"] .gf-bar-1 .gf-logo__img:before {
  padding-top: 26.36%;
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .gf-bar-1 .gf-logo__img:before {
    padding-top: 26%;
  }
}

[data-site-name="uzmanpara"] .gf-bar-1 .social-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-item-align: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  align-items: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  order: 4;
}

[data-site-name="uzmanpara"] .gf-bar-1 .social-share span {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .gf-bar-1 .social-share span {
    font-size: 14px;
  }
}

[data-site-name="uzmanpara"] .gf-bar-1 .social-share__fb {
  background: url(../images/fa-facebook.png) 50% no-repeat;
  background-size: 80%;
  height: 33px;
  margin: 0 0.5em;
  width: 30px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .gf-bar-1 .social-share__fb {
    background-size: auto;
    margin: 0 1em;
  }
}

[data-site-name="uzmanpara"] .gf-bar-1 .social-share__tw {
  background: url(../images/x-logo-white.svg) 50% no-repeat;
  background-size: 80%;
  height: 33px;
  width: 30px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .gf-bar-1 .social-share__tw {
    background-size: auto;
  }
}

.no-touch [data-site-name="uzmanpara"] .gf-social__link:hover {
  border-color: #335e6b;
}

.no-touch [data-site-name="uzmanpara"] .gf-social__link:hover .ico {
  color: #335e6b;
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .gf-group-col {
    border-right: 1px solid #f9f9f9;
    padding: 0 30px;
  }
}

[data-site-name="uzmanpara"] .gf-warning {
  color: #4a4a4a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  min-height: 1px;
  padding: 10px 15px 30px;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .gf-warning {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 30px;
  }
}

[data-site-name="uzmanpara"] .gf-warning strong {
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

[data-site-name="uzmanpara"] .gf-group__link {
  line-height: 8px;
}

[data-site-name="uzmanpara"] .gf-group__head__link {
  font-size: 13px;
}

[data-site-name="cadde"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 99px;
  flex-basis: 99px;
  margin-top: 6px;
  max-width: 99px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    max-width: 122px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .gf-bar-1 .gf-logo--dikey {
    -ms-flex-preferred-size: 136px;
    flex-basis: 136px;
    max-width: 136px;
  }
}

[data-site-name="cadde"] .gf-bar-1 .gf-logo__img {
  background-image: url(../images/cadde_logo.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-site-name="cadde"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/cadde_logo%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  [data-site-name="cadde"] .gf-bar-1 .gf-logo__img {
    background-image: url(../images/cadde_logo%403x.png);
  }
}

[data-site-name="cadde"] .gf-bar-1 .gf-logo__img:before {
  padding-top: 25.7352941176%;
}

[data-site-name="cadde"] .gf-apps__head,
[data-site-name="cadde"] .gf-group__head__link,
[data-site-name="cadde"] .gf-social__head,
[data-site-name="pazar"] .gf-apps__head,
[data-site-name="pazar"] .gf-group__head__link,
[data-site-name="pazar"] .gf-social__head {
  color: #dd0f1e;
}

.medyanet-fullwidth-adv
  [data-site-name="emlak"]
  .gf-bar-1.adRenderer
  > div
  > .row
  > .col,
.medyanet-fullwidth-adv
  [data-site-name="emlak"]
  .gf-bar-1.adRendererInfinite
  > div
  > .row
  > .col,
[data-site-name="emlak"] .gf-bar-1 > .adv > .row > .col,
[data-site-name="emlak"] .gf-bar-1 > .container > .row > .col,
[data-site-name="emlak"]
  .medyanet-fullwidth-adv
  .gf-bar-1.adRenderer
  > div
  > .row
  > .col,
[data-site-name="emlak"]
  .medyanet-fullwidth-adv
  .gf-bar-1.adRendererInfinite
  > div
  > .row
  > .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .medyanet-fullwidth-adv
    [data-site-name="emlak"]
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  .medyanet-fullwidth-adv
    [data-site-name="emlak"]
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col,
  [data-site-name="emlak"] .gf-bar-1 > .adv > .row > .col,
  [data-site-name="emlak"] .gf-bar-1 > .container > .row > .col,
  [data-site-name="emlak"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  [data-site-name="emlak"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col {
    height: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1470px) {
  .medyanet-fullwidth-adv
    [data-site-name="emlak"]
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  .medyanet-fullwidth-adv
    [data-site-name="emlak"]
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col,
  [data-site-name="emlak"] .gf-bar-1 > .adv > .row > .col,
  [data-site-name="emlak"] .gf-bar-1 > .container > .row > .col,
  [data-site-name="emlak"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  [data-site-name="emlak"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col {
    height: 65px;
  }
}

[data-site-name="emlak"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 167px;
  flex-basis: 167px;
  max-width: 167px;
}

[data-site-name="emlak"] .gf-bar-1 .gf-logo--dikey .gf-logo__img {
  background-image: url(../images/milliyetemlak-footer-logo.png);
}

[data-site-name="emlak"] .gf-bar-1 .gf-logo--dikey .gf-logo__img:before {
  padding-top: 22.754491018%;
}

[data-site-name="emlak"] .gf-apps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site-name="emlak"] .gf-apps__link.appstore {
  margin-right: 10px;
}

[data-site-name="emlak"] .gf-group-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1470px) {
  [data-site-name="emlak"] .gf-group-row {
    width: calc(100% - 68px);
  }
}

@media (min-width: 1470px) {
  [data-site-name="emlak"] .gf-group-row {
    width: calc(100% - 148px);
  }
}

@media (min-width: 992px) and (max-width: 1470px) {
  [data-site-name="emlak"] .gf-group-col {
    -ms-flex-preferred-size: 29.5%;
    flex-basis: 29.5%;
    max-width: 29.5%;
  }
}

@media (min-width: 1470px) {
  [data-site-name="emlak"] .gf-group-col {
    -ms-flex-preferred-size: 27.5%;
    flex-basis: 27.5%;
    max-width: 27.5%;
  }
}

[data-site-name="emlak"] .gf-group__link {
  color: #4a4a4a;
  font: 400 13px / normal Arial, sans-serif;
}

.medyanet-fullwidth-adv
  [data-site-name="yemek"]
  .gf-bar-1.adRenderer
  > div
  > .row
  > .col,
.medyanet-fullwidth-adv
  [data-site-name="yemek"]
  .gf-bar-1.adRendererInfinite
  > div
  > .row
  > .col,
[data-site-name="yemek"] .gf-bar-1 > .adv > .row > .col,
[data-site-name="yemek"] .gf-bar-1 > .container > .row > .col,
[data-site-name="yemek"]
  .medyanet-fullwidth-adv
  .gf-bar-1.adRenderer
  > div
  > .row
  > .col,
[data-site-name="yemek"]
  .medyanet-fullwidth-adv
  .gf-bar-1.adRendererInfinite
  > div
  > .row
  > .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
}

@media (max-width: 767px) {
  .medyanet-fullwidth-adv
    [data-site-name="yemek"]
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  .medyanet-fullwidth-adv
    [data-site-name="yemek"]
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col,
  [data-site-name="yemek"] .gf-bar-1 > .adv > .row > .col,
  [data-site-name="yemek"] .gf-bar-1 > .container > .row > .col,
  [data-site-name="yemek"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRenderer
    > div
    > .row
    > .col,
  [data-site-name="yemek"]
    .medyanet-fullwidth-adv
    .gf-bar-1.adRendererInfinite
    > div
    > .row
    > .col {
    height: 58px;
  }
}

[data-site-name="yemek"] .gf-bar-1 .gf-logo--dikey {
  -ms-flex-preferred-size: 147px;
  flex-basis: 147px;
  max-width: 147px;
}

[data-site-name="yemek"] .gf-bar-1 .gf-logo--dikey .gf-logo__img:before {
  padding-top: 23.4146341463%;
}

[data-site-name="yemek"] .gf-apps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site-name="yemek"] .gf-apps__link.appstore {
  margin-right: 10px;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .gf-group-col {
    width: auto;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .gf-group-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

[data-site-name="yemek"] .gf-group__link {
  color: #4a4a4a;
  font: 400 13px / normal Arial, sans-serif;
}

.gf-logo__img {
  background: none !important;
  background-image: none !important;
}

.gf-logo__img img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}

.global-footer .gf-group__head__link {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: mulish-black, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .global-footer .gf-group__head__link {
    line-height: 30px;
  }
}

.global-footer .gf-group__link,
.global-footer .gf-group__more-head {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .global-footer .gf-group__link,
  .global-footer .gf-group__more-head {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .global-footer .gf-group__link,
  .global-footer .gf-group__more-head {
    font-size: 13px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .global-footer .gf-group__more-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.global-footer .gf-apps__head,
.global-footer .gf-social__head {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: mulish-black, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .global-footer .gf-apps__head {
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .global-footer .gf-apps__head {
    line-height: 30px;
  }
}

.global-footer .gf-bar-3__desc {
  line-height: 18px;
}

.global-footer .gf-bar-3__copyright,
.global-footer .gf-bar-3__desc {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.global-footer .gf-bar-3__copyright {
  line-height: 30px;
}

.global-footer .gf-bar-3__link {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 30px;
}

.swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: auto;
  right: 10px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  -webkit-transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s;
  -webkit-transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s;
  -webkit-transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.global-header .main-menu--with-slider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .global-header .main-menu--with-slider {
    max-width: 450px;
  }
}

@media (min-width: 1600px) {
  .global-header .main-menu--with-slider {
    max-width: 500px;
  }
}

.global-header .main-menu--with-slider .swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.global-header .main-menu--with-slider .swiper-wrapper,
.global-header .main-menu--with-slider .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.global-header .main-menu--with-slider .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .has-economy-bar .hamburger-menu {
    height: 100vh;
    top: 0;
  }
}

.spinner-btn__text {
  display: none;
}

[data-hamburger-menu="active"] {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

[data-hamburger-menu="active"] .mobile-row-1-bg {
  z-index: 1;
}

[data-hamburger-menu="active"] .hamburger-menu__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

[data-hamburger-menu="active"] .hamburger-menu {
  left: 0;
}

@media (min-width: 992px) {
  [data-hamburger-menu="active"] .hamburger-menu {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    right: auto;
  }
}

[data-hamburger-menu="active"] .spinner-btn__spin:before {
  height: 3px;
  margin-top: 4px;
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

[data-hamburger-menu="active"] .spinner-btn__spin-item {
  opacity: 0;
}

[data-hamburger-menu="active"] .spinner-btn__spin:after {
  height: 3px;
  margin-top: -7px;
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

@media (min-width: 768px) {
  [data-page-type="has-sub"] .menu-container {
    height: 95px;
  }
}

@media (max-width: 767px) {
  [data-page-type="has-sub"] .main-menu__nav {
    display: none;
  }
}

[data-page-type="has-sub"] .hm-main-btn {
  display: inline-block;
}

[data-page-type="has-sub"] .mobile-row-1-bg {
  display: none;
}

@media (min-width: 768px) {
  [data-search-bar="active"][data-page-type="has-sub"] .menu-container {
    height: 135px;
  }
}

[data-fixed-menu] .menu-container__position {
  left: 0;
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .home.main-menu__scroll-view .main-menu__nav {
    margin-top: -40px;
    padding-right: 10px;
    z-index: 0;
  }
}

[data-page-type="has-sub"]:not(.home).main-menu__scroll-view
  .menu-container__position {
  margin-top: 0;
}

[data-page-type="has-sub"]:not(.home).main-menu__scroll-view .main-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  [data-page-type="has-sub"]:not(.home).main-menu__scroll-view
    .main-menu__mobile-scroll {
    margin-top: -50px;
  }
}

[data-page-type="no-sub"]:not(.home).main-menu__scroll-view
  .menu-container__position {
  margin-top: 0pxx;
}

@media (max-width: 767px) {
  [data-page-type="no-sub"]:not(.home).main-menu__scroll-view
    .main-menu__mobile-scroll {
    margin-top: -50px;
  }
}

[data-site-name="milliyet"][data-infinite-homepage="true"][data-page-type="no-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position {
  margin-top: -95px;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"][data-infinite-homepage="true"][data-page-type="no-sub"]:not(
      .home
    ).main-menu__scroll-view
    .menu-container__position {
    margin-top: 0;
  }
}

[data-site-name="milliyet"][data-infinite-homepage="true"][data-page-type="no-sub"]:not(
    .home
  ).main-menu__scroll-view
  .news-detail-sticky-container {
  display: none !important;
}

[data-page-type="has-sub"]:not(
    .home
  )[data-site-name="emlak"].main-menu__scroll-view
  .menu-container__position {
  margin-top: 0 !important;
}

[data-page-type="has-sub"]:not(
    .home
  )[data-site-name="emlak"].main-menu__scroll-view
  .main-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

[data-page-type="no-sub"]:not(
    .home
  )[data-site-name="emlak"].main-menu__scroll-view
  .menu-container__position {
  margin-top: 0 !important;
}

[data-site-name="milliyet"].home .global-header {
  margin-bottom: 24px;
}

.medyanet-fullwidth-adv
  [data-site-name="milliyet"].home
  .global-header
  .menu-container
  .main-menu
  .adRenderer
  > div,
.medyanet-fullwidth-adv
  [data-site-name="milliyet"].home
  .global-header
  .menu-container
  .main-menu
  .adRendererInfinite
  > div,
[data-site-name="milliyet"].home .global-header .menu-container .main-menu .adv,
[data-site-name="milliyet"].home
  .global-header
  .menu-container
  .main-menu
  .container,
[data-site-name="milliyet"].home
  .global-header
  .menu-container
  .main-menu
  .medyanet-fullwidth-adv
  .adRenderer
  > div,
[data-site-name="milliyet"].home
  .global-header
  .menu-container
  .main-menu
  .medyanet-fullwidth-adv
  .adRendererInfinite
  > div {
  max-width: 100% !important;
  width: 100% !important;
}

[data-site-name="milliyet"] .main-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  [data-site-name="milliyet"] .main-menu__mobile-scroll {
    height: 45px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__mobile-scroll {
    margin-left: 15px;
    overflow-x: visible;
    overflow-x: initial;
  }
}

@media (min-width: 992px) and (min-width: 1470px) {
  [data-site-name="milliyet"] .main-menu__mobile-scroll {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__mobile-scroll .main-menu__nav-list {
    margin-left: 41px;
    overflow-x: scroll;
    width: 431px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  [data-site-name="milliyet"] .main-menu__mobile-scroll .main-menu__nav-list {
    width: auto;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"]
    .main-menu__mobile-scroll
    .main-menu__nav-list--highlighted {
    margin-left: 4px;
    width: auto;
  }

  [data-site-name="milliyet"]
    .main-menu__mobile-scroll
    .main-menu__nav-list--highlighted
    .main-menu__nav-item {
    margin-left: 0;
    margin-right: 0;
  }
}

[data-site-name="milliyet"] .backtohome-button__logo {
  display: none !important;
}

[data-site-name="milliyet"] .searchbar__btn {
  margin-left: auto !important;
  margin-right: 96px !important;
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .searchbar__btn {
    margin-right: 60px !important;
  }
}

@media (max-width: 364px) {
  [data-site-name="milliyet"] .searchbar__btn {
    margin-right: 0 !important;
    position: absolute !important;
    right: 90px !important;
    top: 0 !important;
  }
}

[data-site-name="milliyet"] .main-menu__logo {
  -ms-flex-preferred-size: 186px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 186px;
  justify-content: flex-start;
  margin: 0;
  max-width: 186px;
  overflow: hidden;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"] .main-menu__logo {
    -ms-flex-preferred-size: 186px;
    flex-basis: 186px;
    max-width: 186px;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__logo {
    -ms-flex-preferred-size: 121px;
    flex-basis: 121px;
    max-width: 121px;
  }
}

[data-site-name="milliyet"] .mobile-row-1-bg {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1;
}

[data-site-name="milliyet"] .main-menu__nav {
  background-color: #fff;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"] .main-menu__nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  [data-site-name="milliyet"] .main-menu__nav-list .main-menu__nav-item:before {
    background-color: rgba(0, 0, 0, 0.15);
  }

  [data-site-name="milliyet"]
    .main-menu__nav-list
    .main-menu__nav-item.without-separator:before {
    display: none;
  }
}

[data-site-name="milliyet"] .main-menu__nav-list-degrade {
  padding: 12px 20px;
}

[data-site-name="milliyet"] .main-menu__nav-list-degrade:before {
  background: rgba(25, 24, 28, 0.1);
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__nav-list-degrade {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  [data-site-name="milliyet"] .main-menu__nav-list-degrade {
    display: none;
  }
}

[data-site-name="milliyet"] .main-menu__nav-link {
  color: #19181c;
  font-weight: 600;
}

[data-site-name="milliyet"] .main-menu__nav-link:after {
  background-color: #000;
}

[data-site-name="milliyet"] .main-menu__nav-link:hover {
  font-weight: 700;
  text-shadow: 0.1px 0.1px 0 #000;
}

@media (max-width: 767px) {
  [data-site-name="milliyet"] .main-menu__nav-link:hover {
    color: #19181c;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  [data-site-name="milliyet"] .main-menu__nav-link:hover {
    color: #19181c;
    font-weight: 700;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  [data-site-name="milliyet"] .main-menu__nav-link:hover {
    color: #19181c;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  [data-site-name="milliyet"] .main-menu__nav-list--highlighted {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item
    a.main-menu__nav-link {
    height: 44px;
    margin: 0 16px 0 0;
  }
}

@media (min-width: 768px) {
  [data-site-name="milliyet"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
}

[data-site-name="milliyet"]
  .main-menu__nav-list--highlighted
  .main-menu__nav-item
  .main-menu__nav-link {
  text-shadow: 0 0 0;
}

[data-site-name="milliyet"]
  .main-menu__nav-list--highlighted
  .main-menu__nav-item:last-child
  a.main-menu__nav-link {
  margin-right: 0;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item.without-separator:before {
    display: none;
  }
}

@media (max-width: 767px) {
  [data-site-name="milliyet"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item.without-separator
    .main-menu__nav-link {
    padding-top: 0 !important;
  }
}

[data-site-name="milliyet"] .searchbar__btn .ico,
[data-site-name="milliyet"] .searchbar__btn .ico-mobile {
  color: #000;
}

[data-site-name="milliyet"] .spinner-btn__spin-item,
[data-site-name="milliyet"] .spinner-btn__spin:after,
[data-site-name="milliyet"] .spinner-btn__spin:before {
  background-color: #000;
}

[data-site-name="milliyet"] .spinner-btn__text {
  color: #000;
}

[data-site-name="milliyet"] .sub-menu__main-list__home {
  background-color: #ec1a29;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"] .sub-menu__main-list__home {
    display: none;
  }
}

[data-site-name="milliyet"] .hm-main-btn {
  display: none;
}

@media (max-width: 767px) {
  [data-site-name="milliyet"][data-page-type="has-sub"] .main-menu {
    background-color: #ec1a29;
    background-color: #fff;
  }

  [data-site-name="milliyet"][data-page-type="has-sub"] .main-menu__nav {
    display: none;
  }

  [data-site-name="milliyet"][data-page-type="has-sub"] .searchbar__btn .ico,
  [data-site-name="milliyet"][data-page-type="has-sub"]
    .searchbar__btn
    .ico-mobile {
    color: #fff;
    color: #000;
  }

  [data-site-name="milliyet"][data-page-type="has-sub"] .spinner-btn__spin-item,
  [data-site-name="milliyet"][data-page-type="has-sub"]
    .spinner-btn__spin:after,
  [data-site-name="milliyet"][data-page-type="has-sub"]
    .spinner-btn__spin:before {
    background-color: #000;
  }

  [data-site-name="milliyet"][data-page-type="has-sub"] .spinner-btn__text {
    color: #fff;
  }
}

[data-site-name="milliyet"][data-page-type="has-sub"] .hm-main-btn {
  display: inline-block;
}

[data-site-name="milliyet"][data-hamburger-menu="active"]
  .spinner-btn[js-role="hamburgerToggle"] {
  visibility: hidden;
}

[data-site-name="pembenar"] .main-menu {
  background-color: #301d50;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

[data-site-name="pembenar"] .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 0;
  min-width: 30px;
}

[data-site-name="pembenar"] .backtohome-button__logo img {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  padding: 2px;
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .backtohome-button__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 10px;
    order: 1;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .backtohome-button__logo {
    margin-left: 14px;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .backtohome-button__logo {
    margin-left: 10px;
  }
}

[data-site-name="pembenar"] .main-menu__logo {
  -ms-flex-preferred-size: 129px;
  flex-basis: 129px;
  max-width: 129px;
}

[data-site-name="pembenar"] .main-menu__logo__img {
  background-image: url(../images/pembenar-logo.svg);
  margin: 9px auto 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-site-name="pembenar"] .main-menu__logo__img {
    background-image: url(../images/pembenar-logo%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  [data-site-name="pembenar"] .main-menu__logo__img {
    background-image: url(../images/pembenar-logo%403x.png);
  }
}

[data-site-name="pembenar"] .main-menu__logo__img:before {
  padding-top: 25.5813953488%;
}

[data-site-name="pembenar"] .mobile-row-1-bg {
  background-color: #301d50;
  border-bottom: 1px solid #4f3f6a;
  z-index: 1;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .mobile-row-1-bg {
    display: none;
  }
}

[data-site-name="pembenar"] .main-menu__nav {
  background-color: #301d50;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

[data-site-name="pembenar"] .main-menu__nav:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(48, 29, 80, 0)),
    to(#301d50)
  );
  background-image: linear-gradient(270deg, rgba(48, 29, 80, 0) 0, #301d50);
}

[data-site-name="pembenar"] .main-menu__nav:after {
  z-index: 0;
}

[data-site-name="pembenar"] .main-menu__nav-list-degrade,
[data-site-name="pembenar"] .main-menu__nav:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(48, 29, 80, 0)),
    to(#301d50)
  );
  background-image: linear-gradient(90deg, rgba(48, 29, 80, 0) 0, #301d50);
}

[data-site-name="pembenar"] .main-menu__nav-link {
  color: #fff;
}

[data-site-name="pembenar"] .main-menu__nav-link:after {
  background-color: #fff;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-list--highlighted {
    background-color: #221438;
  }

  [data-site-name="pembenar"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item
    + .main-menu__nav-item:before {
    background-color: hsla(0, 0%, 100%, 0.15);
  }
}

[data-site-name="pembenar"] .sub-menu__main-list__home {
  background-color: #301d50;
}

[data-site-name="pembenar"] .spinner-btn__spin-item,
[data-site-name="pembenar"] .spinner-btn__spin:after,
[data-site-name="pembenar"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="pembenar"] .spinner-btn__text {
  display: none !important;
}

[data-site-name="pembenar"] .spinner-btn-item,
[data-site-name="pembenar"] .spinner-btn:after {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    margin-right: 7px !important;
    min-width: 40px !important;
    padding-left: 0 !important;
    width: 40px !important;
  }
}

[data-site-name="pembenar"] .searchbar__btn {
  margin-left: 0 !important;
  margin-right: 45px !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .searchbar__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    margin-right: 105px !important;
    order: 4;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .searchbar__btn {
    margin-right: 50px !important;
  }
}

[data-site-name="pembenar"] .milliyet-premium-box.login:hover {
  border: 1px solid #dddcdc !important;
}

[data-site-name="skorer"] .main-menu {
  background-color: #2a2a2a;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  [data-site-name="skorer"] .main-menu__mobile-scroll {
    height: 45px;
  }
}

[data-site-name="skorer"] .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 17px;
  min-width: 30px;
  z-index: 11;
}

[data-site-name="skorer"] .backtohome-button__logo img {
  background: #fff;
  padding: 2px;
}

@media (max-width: 767px) {
  [data-site-name="skorer"] .backtohome-button__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    z-index: 5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="skorer"] .backtohome-button__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 540px) {
  [data-site-name="skorer"] .backtohome-button__logo {
    margin-left: 16px;
  }
}

[data-site-name="skorer"] .main-menu__logo {
  -ms-flex-preferred-size: 129px;
  flex-basis: 129px;
  max-width: 129px;
}

[data-site-name="skorer"] .main-menu__logo__img {
  background-image: url(../images/skorer-logo.svg);
  margin: 8px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-site-name="skorer"] .main-menu__logo__img {
    background-image: url(../images/skorer-logo%402x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  [data-site-name="skorer"] .main-menu__logo__img {
    background-image: url(../images/skorer-logo%403x.png);
  }
}

[data-site-name="skorer"] .main-menu__logo__img:before {
  padding-top: 26.3565891473%;
}

[data-site-name="skorer"] .mobile-row-1-bg {
  background-color: #2a2a2a;
  border-bottom: 1px solid #4a4a4a;
  z-index: 1;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .mobile-row-1-bg {
    display: none;
  }
}

[data-site-name="skorer"] .main-menu__nav {
  background-color: #2a2a2a;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .main-menu__nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

[data-site-name="skorer"] .main-menu__nav:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(42, 42, 42, 0)),
    to(#2a2a2a)
  );
  background-image: linear-gradient(270deg, rgba(42, 42, 42, 0) 0, #2a2a2a);
}

[data-site-name="skorer"] .main-menu__nav:after {
  z-index: 0;
}

[data-site-name="skorer"] .main-menu__nav-list-degrade,
[data-site-name="skorer"] .main-menu__nav:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(42, 42, 42, 0)),
    to(#2a2a2a)
  );
  background-image: linear-gradient(90deg, rgba(42, 42, 42, 0) 0, #2a2a2a);
}

[data-site-name="skorer"] .main-menu__nav-link {
  color: #fff;
}

[data-site-name="skorer"] .main-menu__nav-link:after {
  background-color: #fff;
}

@media (min-width: 768px) {
  [data-site-name="skorer"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item
    + .main-menu__nav-item:before {
    background-color: hsla(0, 0%, 100%, 0.15);
  }
}

[data-site-name="skorer"] .sub-menu__main-list__home {
  background-color: #2a2a2a;
}

@media (max-width: 767px) {
  [data-site-name="skorer"] .searchbar__btn {
    margin-left: 42px !important;
    margin-right: 55px;
  }
}

@media (max-width: 374px) {
  [data-site-name="skorer"] .searchbar__btn {
    margin-left: 0 !important;
    margin-right: 51px;
  }
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .searchbar__btn {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  [data-site-name="skorer"] .searchbar__btn {
    margin-right: 51px;
  }
}

[data-site-name="skorer"] .searchbar__btn .ico,
[data-site-name="skorer"] .searchbar__btn .ico-mobile {
  color: #fff;
}

[data-site-name="skorer"] .milliyet-premium-box {
  margin-right: 10px;
}

@media (max-width: 767px) {
  [data-site-name="skorer"] .milliyet-premium-box {
    margin-right: 7px !important;
  }
}

[data-site-name="skorer"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="skorer"] .spinner-btn__spin {
  height: 10px;
  width: 14px;
}

[data-site-name="skorer"] .spinner-btn__spin-item,
[data-site-name="skorer"] .spinner-btn__spin:after,
[data-site-name="skorer"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="skorer"] .spinner-btn__text {
  color: #fff;
}

[data-site-name="skorer"] .spinner-btn__spin-item,
[data-site-name="skorer"] .spinner-btn__spin:after {
  margin-top: 3px;
}

[data-site-name="uzmanpara"] .global-header {
  margin-bottom: 24px;
}

[data-site-name="uzmanpara"] .main-menu {
  background-color: #164965;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

[data-site-name="uzmanpara"] .main-menu__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu.adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu > .adv,
  [data-site-name="uzmanpara"] .main-menu > .container,
  [data-site-name="uzmanpara"]
    .medyanet-fullwidth-adv
    .main-menu.adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .menu-container {
    height: 95px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .menu-container {
    height: 50px;
  }
}

[data-site-name="uzmanpara"] .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  min-width: 30px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .backtohome-button__logo {
    height: 64px;
  }
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .backtohome-button__logo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="uzmanpara"] .backtohome-button__logo {
    display: none;
  }
}

[data-site-name="uzmanpara"] .mobile-row-1-bg {
  background-color: #164965;
  border-bottom: 1px solid #39647c;
  height: 50px;
  z-index: 1;
}

[data-site-name="uzmanpara"] .main-menu__logo {
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
  height: 70px;
  max-width: 185px;
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .main-menu__logo {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="uzmanpara"] .main-menu__logo {
    -ms-flex-preferred-size: 129px;
    flex-basis: 129px;
    max-width: 129px;
  }
}

[data-site-name="uzmanpara"] .main-menu__logo img {
  height: 48px;
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="uzmanpara"] .main-menu__logo img {
    height: 34px;
  }
}

[data-site-name="uzmanpara"] .sub-menu__main-list__home {
  background-color: #335e6b;
}

[data-site-name="uzmanpara"] .searchbar__btn {
  position: relative !important;
  right: 0;
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-left: 0 !important;
    margin-right: 65px !important;
    position: absolute;
  }
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-right: -5px !important;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-right: -5px !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-right: 15px !important;
  }
}

[data-site-name="uzmanpara"] .searchbar__btn .ico,
[data-site-name="uzmanpara"] .searchbar__btn .ico-mobile {
  color: #fff;
}

[data-site-name="uzmanpara"] .spinner-btn {
  margin-right: 65px;
  position: relative;
  top: 2px;
  z-index: 99999;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .spinner-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .spinner-btn {
    display: block;
    margin-right: -35px;
    top: 20px;
  }
}

[data-site-name="uzmanpara"] .spinner-btn__spin-item,
[data-site-name="uzmanpara"] .spinner-btn__spin:after,
[data-site-name="uzmanpara"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="uzmanpara"] .spinner-btn__text {
  color: #fff;
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  height: 45px;
  justify-content: space-between;
  margin-left: -1px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav-list {
    margin-left: -6px;
  }
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  border-left: 1px solid #e5e5e5;
  flex-grow: 1;
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav-link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav {
  overflow: hidden;
  padding-left: 0;
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav:before {
  background: none;
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav:after {
    background: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .searchbar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-preferred-size: 198px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 198px;
    height: 40px;
    margin-right: 0.5em;
    max-width: 198px;
    order: 2;
    right: 72px;
  }

  [data-site-name="uzmanpara"] .searchbar-wrapper {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
  }

  [data-site-name="uzmanpara"] .searchbar__input {
    background: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 1.2em;
    padding-right: 3em;
    width: 100%;
  }

  [data-site-name="uzmanpara"] .searchbar__input::-ms-clear {
    display: none;
  }

  [data-site-name="uzmanpara"] .searchbar__icon {
    background: url(../images/search-icon.png) 50% no-repeat;
    cursor: pointer;
    height: 30px;
    left: auto;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 16px;
  }

  [data-site-name="uzmanpara"] .searchbar__btn,
  [data-site-name="uzmanpara"] .searchbar__button {
    display: none;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .searchbar {
    -ms-flex-preferred-size: 342px;
    flex-basis: 342px;
    margin-right: 1em;
    max-width: 342px;
  }
}

[data-site-name="uzmanpara"] .livescore-btn {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .livescore-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    align-items: center;
    background-color: #ffcb38;
    border-radius: 3px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 700 16px Arial, sans-serif;
    height: 40px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 24px;
    order: 3;
    width: 143px;
  }

  [data-site-name="uzmanpara"] .livescore-btn:before {
    background-image: url(../images/uzmanpara-graphic-icon.png);
    content: "";
    height: 16px;
    margin-right: 8px;
    width: 18px;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .livescore-btn {
    width: 160px;
  }
}

[data-site-name="uzmanpara"] .social-share {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .social-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 4;
  }

  [data-site-name="uzmanpara"] .social-share__fb {
    background-image: url(../images/fa-facebook.png);
    height: 28px;
    margin: 0 1.2em;
    width: 28px;
  }

  [data-site-name="uzmanpara"] .social-share__tw {
    background: url(../images/x-logo-white.svg) 50% no-repeat;
    height: 24px;
    width: 28px;
  }

  [data-site-name="uzmanpara"] .milliyet-premium-box {
    display: block !important;
    margin-bottom: 8px;
    margin-right: -27px;
    min-width: 67px;
    top: 0;
  }
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    display: block !important;
    font-size: 0;
    min-width: 48px;
    position: absolute !important;
    top: 0;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    margin-bottom: 8px;
    margin-right: -30px;
    min-width: 67px;
    top: 0;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    margin-bottom: 10px;
    margin-right: -70px;
    padding: 8px 16px;
  }
}

[data-site-name="uzmanpara"]
  .milliyet-premium-box
  .milliyet-premium-logo-wrapper {
  position: relative;
}

[data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-text {
  margin-top: 2px !important;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-text {
    margin-left: 5px !important;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-text {
    margin-left: 8px !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-text {
    margin-left: 15px !important;
  }
}

[data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-logo {
  background: url(../images/loginbox.svg) 50% no-repeat;
  bottom: 11px;
  display: inline-block;
  height: 13px;
  left: 5px;
  margin-bottom: -1px;
  min-width: 11px;
  position: absolute;
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-logo {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-logo {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box .milliyet-premium-logo {
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box.login {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box.login {
    margin-right: -25px;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box.login {
    margin-right: -35px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box.login {
    margin-right: -100px;
    padding: 11px 33px;
  }
}

@media (min-width: 768px) {
  [data-site-name="emlak"] .main-menu,
  [data-site-name="emlak"] .main-menu__logo,
  [data-site-name="emlak"] .main-menu__nav,
  [data-site-name="emlak"] .menu-container,
  [data-site-name="emlak"] .searchbar__btn,
  [data-site-name="emlak"] .spinner-btn {
    height: 81px;
  }
}

[data-site-name="emlak"] .searchbar {
  margin-top: 30px;
}

[data-site-name="emlak"] .main-menu {
  background-color: #292929;
}

[data-site-name="emlak"] .main-menu .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #dd0f1e;
  border: 1px solid #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-right: 11px;
  margin-top: 25px;
  min-width: 34px;
  width: 34px;
}

@media (max-width: 767px) {
  [data-site-name="emlak"] .main-menu .backtohome-button__logo {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="emlak"] .main-menu .backtohome-button__logo {
    margin-right: 9px;
  }
}

@media (min-width: 992px) {
  [data-site-name="emlak"] .main-menu .backtohome-button__logo {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="emlak"] .main-menu .backtohome-button__logo {
    margin-right: 15px;
  }
}

[data-site-name="emlak"] .main-menu__nav {
  background-color: #292929;
}

@media (min-width: 768px) {
  [data-site-name="emlak"] .main-menu__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 15px;
  }
}

[data-site-name="emlak"] .main-menu__nav:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(41, 41, 41, 0)),
    to(#292929)
  );
  background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929);
}

[data-site-name="emlak"] .main-menu__nav:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(41, 41, 41, 0)),
    to(#292929)
  );
  background-image: linear-gradient(90deg, rgba(41, 41, 41, 0) 0, #292929);
}

[data-site-name="emlak"] .main-menu__nav-item--emlak {
  display: block;
}

@media (min-width: 1470px) {
  [data-site-name="emlak"] .main-menu__nav-item--emlak {
    display: none;
  }
}

[data-site-name="emlak"] .main-menu__nav-link {
  font-size: 12px;
}

[data-site-name="emlak"] .hamburger-menu {
  top: 0;
}

[data-site-name="emlak"] .main-menu__logo {
  -ms-flex-preferred-size: 167px;
  flex-basis: 167px;
  max-width: 167px;
}

@media (min-width: 1470px) {
  [data-site-name="emlak"] .main-menu__mobile-scroll,
  [data-site-name="emlak"] .main-menu__nav,
  [data-site-name="emlak"] .main-menu__nav-list {
    overflow: visible;
    overflow: initial;
  }
}

[data-site-name="emlak"] .searchbar__btn .ico,
[data-site-name="emlak"] .searchbar__btn .ico-mobile {
  color: #fff;
}

[data-site-name="emlak"] .spinner-btn__spin-item,
[data-site-name="emlak"] .spinner-btn__spin:after,
[data-site-name="emlak"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="emlak"] .spinner-btn__text {
  color: #fff;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .global-header,
  [data-site-name="pazar"] .global-header {
    margin-bottom: 75px;
  }
}

[data-site-name="cadde"] .menu-container,
[data-site-name="pazar"] .menu-container {
  height: 60px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .menu-container,
  [data-site-name="pazar"] .menu-container {
    height: 100px;
  }
}

[data-site-name="cadde"] .main-menu,
[data-site-name="pazar"] .main-menu {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .medyanet-fullwidth-adv [data-site-name="cadde"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="cadde"]
    .main-menu.adRendererInfinite
    > div,
  .medyanet-fullwidth-adv [data-site-name="pazar"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="pazar"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="cadde"] .main-menu > .adv,
  [data-site-name="cadde"] .main-menu > .container,
  [data-site-name="cadde"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="cadde"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="pazar"] .main-menu > .adv,
  [data-site-name="pazar"] .main-menu > .container,
  [data-site-name="pazar"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="pazar"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .medyanet-fullwidth-adv [data-site-name="cadde"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="cadde"]
    .main-menu.adRendererInfinite
    > div,
  .medyanet-fullwidth-adv [data-site-name="pazar"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="pazar"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="cadde"] .main-menu > .adv,
  [data-site-name="cadde"] .main-menu > .container,
  [data-site-name="cadde"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="cadde"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="pazar"] .main-menu > .adv,
  [data-site-name="pazar"] .main-menu > .container,
  [data-site-name="pazar"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="pazar"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .medyanet-fullwidth-adv [data-site-name="cadde"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="cadde"]
    .main-menu.adRendererInfinite
    > div,
  .medyanet-fullwidth-adv [data-site-name="pazar"] .main-menu.adRenderer > div,
  .medyanet-fullwidth-adv
    [data-site-name="pazar"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="cadde"] .main-menu > .adv,
  [data-site-name="cadde"] .main-menu > .container,
  [data-site-name="cadde"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="cadde"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="pazar"] .main-menu > .adv,
  [data-site-name="pazar"] .main-menu > .container,
  [data-site-name="pazar"] .medyanet-fullwidth-adv .main-menu.adRenderer > div,
  [data-site-name="pazar"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu,
  [data-site-name="pazar"] .main-menu {
    background-color: #dd0f1e;
  }
}

[data-site-name="cadde"] .backtohome-button__logo,
[data-site-name="cadde"] .main-menu__nav-item,
[data-site-name="pazar"] .backtohome-button__logo,
[data-site-name="pazar"] .main-menu__nav-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site-name="cadde"] .backtohome-button__logo,
[data-site-name="pazar"] .backtohome-button__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 34px;
  justify-content: center;
  margin-right: 11px;
  margin-top: 33px;
  min-width: 34px;
  width: 34px;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .backtohome-button__logo,
  [data-site-name="pazar"] .backtohome-button__logo {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .backtohome-button__logo,
  [data-site-name="pazar"] .backtohome-button__logo {
    margin-right: 9px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .backtohome-button__logo,
  [data-site-name="pazar"] .backtohome-button__logo {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .backtohome-button__logo,
  [data-site-name="pazar"] .backtohome-button__logo {
    margin-right: 15px;
  }
}

[data-site-name="cadde"] .backtohome-button__logo img,
[data-site-name="pazar"] .backtohome-button__logo img {
  display: block;
  height: 100%;
  width: 100%;
}

[data-site-name="cadde"] .main-menu__logo,
[data-site-name="pazar"] .main-menu__logo {
  -ms-flex-preferred-size: 129px;
  flex-basis: 129px;
  height: 60px;
  max-width: 129px;
}

[data-site-name="cadde"] .main-menu__logo img,
[data-site-name="pazar"] .main-menu__logo img {
  height: 45px;
  width: 90px;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    height: 45px;
    margin-top: 28px;
    max-width: 90px;
    width: 90px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    height: 55px;
    margin-top: 23px;
    max-width: 110px;
    width: 110px;
  }

  [data-site-name="cadde"] .main-menu__logo img,
  [data-site-name="pazar"] .main-menu__logo img {
    height: 55px;
    width: 110px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo {
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    height: 60px;
    margin-top: 20px;
    max-width: 122px;
    width: 122px;
  }

  [data-site-name="cadde"] .main-menu__logo img,
  [data-site-name="pazar"] .main-menu__logo img {
    height: 60px;
    width: 122px;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (min-width: 992px),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) and (min-width: 992px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo {
    background-image: url(../images/cadde-logo.svg);
    background-size: cover;
  }

  [data-site-name="cadde"] .main-menu__logo img,
  [data-site-name="pazar"] .main-menu__logo img {
    display: none;
  }
}

[data-site-name="cadde"] .mobile-row-1-bg,
[data-site-name="pazar"] .mobile-row-1-bg {
  background-color: #dd0f1e;
  height: 60px;
  z-index: 1;
}

[data-site-name="cadde"] .main-menu__nav,
[data-site-name="pazar"] .main-menu__nav {
  background: #fff;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav,
  [data-site-name="pazar"] .main-menu__nav {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 77px;
    margin: 20px 10px 0 13px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .main-menu__nav,
  [data-site-name="pazar"] .main-menu__nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 77px;
    margin: 13px 10px 0 8px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .main-menu__nav,
  [data-site-name="pazar"] .main-menu__nav {
    height: 80px;
    margin: 8px 10px 0 26px;
  }
}

[data-site-name="cadde"] .main-menu__nav:after,
[data-site-name="cadde"] .main-menu__nav:before,
[data-site-name="pazar"] .main-menu__nav:after,
[data-site-name="pazar"] .main-menu__nav:before {
  display: none;
}

[data-site-name="cadde"]
  .main-menu__nav-list:hover
  .main-menu__nav-item:not(.active)
  .main-menu__nav-link,
[data-site-name="pazar"]
  .main-menu__nav-list:hover
  .main-menu__nav-item:not(.active)
  .main-menu__nav-link {
  opacity: 1;
}

[data-site-name="cadde"] .main-menu__nav-item,
[data-site-name="pazar"] .main-menu__nav-item {
  margin: 0 8px;
}

[data-site-name="cadde"] .main-menu__nav-item:before,
[data-site-name="pazar"] .main-menu__nav-item:before {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="cadde"]
    .main-menu__nav-item:first-child
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:first-child
    .main-menu__nav-link:before {
    background-position: 0 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(2)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(2)
    .main-menu__nav-link:before {
    background-position: -26px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(3)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(3)
    .main-menu__nav-link:before {
    background-position: -52px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(4)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(4)
    .main-menu__nav-link:before {
    background-position: -78px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(5)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(5)
    .main-menu__nav-link:before {
    background-position: -104px 0;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"]
    .main-menu__nav-item:first-child
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:first-child
    .main-menu__nav-link:before {
    background-position: 0 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(2)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(2)
    .main-menu__nav-link:before {
    background-position: -32px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(3)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(3)
    .main-menu__nav-link:before {
    background-position: -64px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(4)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(4)
    .main-menu__nav-link:before {
    background-position: -96px 0;
  }

  [data-site-name="cadde"]
    .main-menu__nav-item:nth-child(5)
    .main-menu__nav-link:before,
  [data-site-name="pazar"]
    .main-menu__nav-item:nth-child(5)
    .main-menu__nav-link:before {
    background-position: -128px 0;
  }
}

[data-site-name="cadde"] .main-menu__nav-list-degrade,
[data-site-name="pazar"] .main-menu__nav-list-degrade {
  display: none;
}

[data-site-name="cadde"] .main-menu__nav-link,
[data-site-name="pazar"] .main-menu__nav-link {
  color: #000;
}

[data-site-name="cadde"] .main-menu__nav-link:after,
[data-site-name="pazar"] .main-menu__nav-link:after {
  background-color: transparent;
  background-color: initial;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-link {
    color: #fff;
    font: 400 18px/27px mulish-regular, Arial, sans-serif;
    letter-spacing: 0.3px;
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  [data-site-name="cadde"] .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-link {
    font: 400 18px/27px mulish-regular, Arial, sans-serif;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-link:after,
  [data-site-name="pazar"] .main-menu__nav-link:after {
    display: none;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-link {
    border-radius: 4px;
    font: 400 18px/27px mulish-regular, Arial, sans-serif;
    line-height: normal;
    padding: 10px 12px 6px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  [data-site-name="cadde"] .main-menu__nav-link:hover,
  [data-site-name="pazar"] .main-menu__nav-link:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    color: #dd0f1e;
  }

  [data-site-name="cadde"] .main-menu__nav-link:hover:before,
  [data-site-name="pazar"] .main-menu__nav-link:hover:before {
    background-position-y: -26px !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-link {
    font-family: mulish-regular, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  [data-site-name="cadde"] .main-menu__nav-link:before,
  [data-site-name="pazar"] .main-menu__nav-link:before {
    background-size: 160px 64px;
    height: 32px;
    margin: 0 auto 5px;
    width: 32px;
  }

  [data-site-name="cadde"] .main-menu__nav-link:hover:before,
  [data-site-name="pazar"] .main-menu__nav-link:hover:before {
    background-position-y: -32px !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-list--highlighted,
  [data-site-name="pazar"] .main-menu__nav-list--highlighted {
    background-color: #b3b3b3;
  }

  [data-site-name="cadde"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item
    + .main-menu__nav-item:before,
  [data-site-name="pazar"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item
    + .main-menu__nav-item:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
}

[data-site-name="cadde"] .searchbar__btn,
[data-site-name="pazar"] .searchbar__btn {
  height: 60px;
  margin-left: auto !important;
  margin-right: 59px !important;
  margin-top: -1px;
  max-width: 37px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn {
    margin-right: 68px !important;
  }
}

[data-site-name="cadde"] .searchbar__btn .ico,
[data-site-name="cadde"] .searchbar__btn .ico-mobile,
[data-site-name="pazar"] .searchbar__btn .ico,
[data-site-name="pazar"] .searchbar__btn .ico-mobile {
  color: #fff;
  font-size: 17px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn {
    height: 100px;
    margin-right: 0;
  }
}

[data-site-name="cadde"] .spinner-btn,
[data-site-name="pazar"] .spinner-btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn {
    -ms-flex-preferred-size: 56px;
    flex-basis: 56px;
  }
}

[data-site-name="cadde"] .spinner-btn__spin-item,
[data-site-name="cadde"] .spinner-btn__spin:after,
[data-site-name="cadde"] .spinner-btn__spin:before,
[data-site-name="pazar"] .spinner-btn__spin-item,
[data-site-name="pazar"] .spinner-btn__spin:after,
[data-site-name="pazar"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="cadde"] .spinner-btn__text,
[data-site-name="pazar"] .spinner-btn__text {
  color: #fff;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .spinner-btn__text,
  [data-site-name="pazar"] .spinner-btn__text {
    font: 400 16px/16px Arial, sans-serif;
    margin-left: 4px;
  }
}

[data-site-name="cadde"] .spinner-btn__spin,
[data-site-name="pazar"] .spinner-btn__spin {
  height: 10px;
  width: 14px;
}

[data-site-name="cadde"] .spinner-btn__spin-item,
[data-site-name="cadde"] .spinner-btn__spin:after,
[data-site-name="pazar"] .spinner-btn__spin-item,
[data-site-name="pazar"] .spinner-btn__spin:after {
  margin-top: 3px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn {
    height: 100px;
    margin-left: 5px;
    max-width: 67px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn {
    margin-left: 10px;
  }
}

[data-site-name="cadde"] .sub-menu__main-list__home,
[data-site-name="pazar"] .sub-menu__main-list__home {
  background-color: #d90019;
}

[data-site-name="cadde"] .hamburger-menu,
[data-site-name="pazar"] .hamburger-menu {
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .hamburger-menu,
  [data-site-name="pazar"] .hamburger-menu {
    top: 0;
  }

  [data-site-name="cadde"] .below-header,
  [data-site-name="pazar"] .below-header {
    margin-top: -20px;
  }
}

[data-site-name="cadde"] .global-header .menu-container,
[data-site-name="pazar"] .global-header .menu-container {
  height: 50px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner {
    margin-right: -15px;
    position: relative;
  }
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-button__logo,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-button__logo {
  line-height: 0;
  margin-right: 12px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-button__logo
  img,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-button__logo
  img {
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 29px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .backtohome-button__logo,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 32px;
  margin: 0 0 0 15px;
  min-width: 30px;
  width: 30px;
  z-index: 45;
}

@media (min-width: 768px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .backtohome-button__logo,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .backtohome-button__logo {
    margin: 0 15px 0 0;
  }
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .cadde-main-menu__logo,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .cadde-main-menu__logo {
  line-height: 0;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .cadde-main-menu__logo
  img,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .cadde-main-menu__logo
  img {
  height: 32px;
  width: 70px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .searchbar__btn,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .searchbar__btn {
  height: 50px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .spinner-btn,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .spinner-btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  height: 50px;
  order: 3;
  width: 28px;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .spinner-btn__text,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .spinner-btn__text {
  display: none;
}

@media (min-width: 1200px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .spinner-btn[data-pagetype="spinner-btn-cadde"],
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .spinner-btn[data-pagetype="spinner-btn-cadde"] {
    margin-right: 100px;
  }
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box {
  height: 37px !important;
  margin-bottom: 5px !important;
  margin-right: 10px;
  margin-top: 7px !important;
  max-width: 38px !important;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    min-width: 100px;
  }
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box.login
  + .spinner-btn,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box.login
  + .spinner-btn {
  margin-right: 65px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-premium-box.login
    + .spinner-btn {
    margin-right: 110px;
  }
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box.login.opened,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav {
  height: 50px;
  margin: 0;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted),
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
  .main-menu__nav-item
  .main-menu__nav-link,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
  .main-menu__nav-item
  .main-menu__nav-link {
  font-weight: 700;
  letter-spacing: 0;
}

[data-site-name="cadde"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
  .main-menu__nav-item
  .main-menu__nav-link:before,
[data-site-name="pazar"]
  .global-header
  .menu-container
  .menu-container__position
  .main-menu
  .main-menu__inner
  .main-menu__nav
  .main-menu__mobile-scroll
  ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
  .main-menu__nav-item
  .main-menu__nav-link:before {
  display: none;
}

[data-site-name="cadde"] .global-header .menu-container .main-menu__logo,
[data-site-name="pazar"] .global-header .menu-container .main-menu__logo {
  -ms-flex-preferred-size: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  flex-basis: auto;
  height: auto;
  line-height: 0;
  margin: 0 0 0 auto;
  order: 2;
  width: auto;
  width: 70px;
}

[data-site-name="cadde"] .global-header .menu-container .main-menu__logo img,
[data-site-name="pazar"] .global-header .menu-container .main-menu__logo img {
  height: 32px;
  width: 70px;
}

@media only screen and (max-width: 992px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-button__logo,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .milliyet-button__logo {
    margin-left: 15px;
    z-index: 2;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .cadde-main-menu__logo,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .cadde-main-menu__logo {
    margin-left: auto;
    z-index: 2;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .searchbar__btn,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .searchbar__btn {
    margin-left: auto;
    margin-right: 0;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .spinner-btn,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .spinner-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    margin: 0;
    order: 3;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav {
    background: #dd0f1e;
    border-top: 1px solid #e23441;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav
    .main-menu__mobile-scroll
    ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
    .main-menu__nav-item
    .main-menu__nav-link,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav
    .main-menu__mobile-scroll
    ul.main-menu__nav-list:not(.main-menu__nav-list--highlighted)
    .main-menu__nav-item
    .main-menu__nav-link {
    color: #fff;
    font-family: mulish-regular, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
  }

  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .mobile-row-1-bg,
  [data-site-name="pazar"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .mobile-row-1-bg {
    height: 50px;
  }
}

[data-site-name="cadde"] .page-back-button.page-back-button--visible,
[data-site-name="pazar"] .page-back-button.page-back-button--visible {
  display: none !important;
  height: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .milliyet-premium-box.login,
  [data-site-name="pazar"] .milliyet-premium-box.login {
    font-size: 14px;
    min-width: 100px;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu,
  [data-site-name="yemek"] .menu-container,
  [data-site-name="yemek"] .searchbar__btn,
  [data-site-name="yemek"] .spinner-btn {
    height: 80px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__mobile-scroll,
  [data-site-name="yemek"] .main-menu__nav,
  [data-site-name="yemek"] .main-menu__nav-list {
    overflow: visible;
    overflow: initial;
  }

  [data-site-name="yemek"] .main-menu__nav-list {
    margin-left: 135px;
  }
}

[data-site-name="yemek"] .mobile-row-1-bg {
  background-color: #ff5a00;
  display: block;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu {
    background-color: #ff5a00;
  }

  [data-site-name="yemek"] .main-menu__nav {
    margin: 25px -50px 1px -45px;
  }

  [data-site-name="yemek"] .hamburger-menu {
    top: 0;
  }
}

[data-site-name="yemek"] .main-menu__nav {
  background-color: #ff5a00;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu__nav {
    height: 65px;
    margin: 15px 10px 0 15px;
    width: 25%;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav {
    margin: 10px -50px 1px -45px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .main-menu__nav {
    margin: 15px -50px 1px 10px;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu__nav-list {
    margin-left: 25px;
    width: 391px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav-list {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .main-menu__nav-list {
    margin-left: 165px;
    width: 451px;
  }
}

[data-site-name="yemek"] .backtohome-button__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 11px;
  margin-top: 27px;
  min-width: 24px;
  width: 24px;
  z-index: 10;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .backtohome-button__logo {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .backtohome-button__logo {
    left: -32px;
    margin-right: 9px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .backtohome-button__logo {
    left: -11px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .backtohome-button__logo {
    left: -25px;
    margin-right: 15px;
  }
}

[data-site-name="yemek"] .main-menu__logo {
  -ms-flex-preferred-size: 88px;
  flex-basis: 88px;
  height: 30px;
  margin-top: 10px;
  max-width: 88px;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu__logo {
    -ms-flex-preferred-size: 102px;
    flex-basis: 102px;
    height: 35px;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 102px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__logo {
    -ms-flex-preferred-size: 117px;
    flex-basis: 117px;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 117px;
    position: absolute;
  }
}

[data-site-name="yemek"] .spinner-btn {
  max-width: 35px;
  position: absolute;
  right: 126px;
  top: 3px;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .spinner-btn {
    max-width: 58px;
    right: 93px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .spinner-btn {
    right: 75px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .spinner-btn {
    right: 10px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="yemek"] .spinner-btn {
    right: 105px;
  }
}

@media (max-width: 320px) {
  [data-site-name="yemek"] .menu-spn {
    max-width: 50px;
    right: 265px;
  }
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .menu-spn {
    max-width: 50px;
    right: 315px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .searchbar[data-status="visible"] {
    height: auto;
    top: 80px;
  }
}

[data-site-name="yemek"] .searchbar__btn {
  position: absolute;
  right: 90px;
  z-index: 10;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .searchbar__btn {
    right: 75px;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .searchbar__btn {
    right: 60px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .searchbar__btn {
    right: 65px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .searchbar__btn {
    right: -10px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="yemek"] .searchbar__btn {
    right: 85px;
  }
}

[data-site-name="yemek"] .milliyet-premium-box {
  background-color: #000 !important;
  border: 1px solid #dddcdc !important;
  color: #fff;
  height: 60px;
  right: -25px;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .milliyet-premium-box {
    height: 35px;
    right: 0;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .milliyet-premium-box {
    right: -32px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .milliyet-premium-box {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .milliyet-premium-box {
    right: -90px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="yemek"] .milliyet-premium-box {
    right: 0;
  }
}

[data-site-name="yemek"] .milliyet-premium-box:visited {
  background-color: #000 !important;
  border: 1px solid #dddcdc;
  color: #fff;
}

@media (max-width: 320px) {
  [data-site-name="yemek"] .milliyet-premium-box:visited {
    background-color: #000 !important;
  }
}

@media (max-width: 374px) {
  [data-site-name="yemek"] .milliyet-premium-box:visited {
    background-color: #000 !important;
  }
}

@media (max-width: 599px) {
  [data-site-name="yemek"] .milliyet-premium-box:visited {
    background-color: #000 !important;
  }
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .milliyet-premium-box:visited {
    background-color: #000 !important;
  }
}

[data-site-name="yemek"] .milliyet-premium-box .milliyet-premium-logo {
  background: url(../images/loginbox.svg) #000 no-repeat 10px !important;
  display: inline-block;
  height: 13px;
  margin-bottom: -1px;
  margin-left: -13px;
  min-width: 25px;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .milliyet-premium-box .milliyet-premium-logo {
    margin-left: -10px;
  }
}

[data-site-name="yemek"] .milliyet-premium-box.login {
  background: url(../images/user-login.svg) #000 no-repeat 10px;
  background-size: 11px;
  color: #fff;
  font-size: 0;
  gap: 4px;
  height: 34px;
  margin-top: 20px;
  min-width: 51px;
  padding: 8px;
  z-index: 10;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .milliyet-premium-box.login {
    margin-top: 8px;
    right: -5px;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .milliyet-premium-box.login {
    right: -25px;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .milliyet-premium-box.login {
    right: 5px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .milliyet-premium-box.login {
    font-size: 14px;
    min-width: 100px;
    right: -105px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="yemek"] .milliyet-premium-box.login {
    font-size: 14px;
    min-width: 100px;
    right: -20px;
  }
}

[data-site-name="yemek"] .milliyet-premium-box.login:hover {
  background-color: #4b4848;
  border: 1px solid #dddcdc;
  border-radius: 4px;
}

[data-site-name="yemek"] .milliyet-premium-box.login:after {
  background: url(../images/down-arrow.svg) no-repeat 50%;
  border: none;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  width: 12px;
}

@media (max-width: 767px) {
  [data-site-name="yemek"] .milliyet-premium-box.login:after {
    right: 9px;
  }
}

[data-site-name="yemek"] .milliyet-premium-box.opened {
  overflow: visible;
}

[data-site-name="yemek"] .milliyet-premium-box.opened:after {
  border-top: 0 solid transparent;
  -webkit-transform: rotate(-183deg) translateY(6px);
  -ms-transform: rotate(-183deg) translateY(6px);
  transform: rotate(-183deg) translateY(6px);
}

[data-site-name="yemek"] .milliyet-premium-box.opened .user-profile-menu {
  background-color: #fff;
  display: block;
  left: -50px;
  overflow: visible;
  width: 100px;
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .milliyet-premium-box.opened .user-profile-menu {
    left: 0;
  }
}

[data-site-name="yemek"] .spinner-btn__spin-item,
[data-site-name="yemek"] .spinner-btn__spin:after,
[data-site-name="yemek"] .spinner-btn__spin:before {
  background-color: #fff;
}

[data-site-name="yemek"] .spinner-btn__spin-item,
[data-site-name="yemek"] .spinner-btn__spin:after {
  margin-top: 3px;
}

[data-site-name="yemek"] .main-menu__nav-link,
[data-site-name="yemek"] .searchbar__btn .ico,
[data-site-name="yemek"] .searchbar__btn .ico-mobile,
[data-site-name="yemek"] .spinner-btn__text {
  color: #fff;
}

[data-site-name="yemek"] .searchbar__btn .ico,
[data-site-name="yemek"] .searchbar__btn .ico-mobile {
  color: #fff;
  font-size: 18px;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .searchbar__btn .ico,
  [data-site-name="yemek"] .searchbar__btn .ico-mobile {
    font-size: 21px;
  }
}

[data-site-name="yemek"] .searchbar__btn .ico-mobile:before,
[data-site-name="yemek"] .searchbar__btn .ico:before {
  background: none !important;
  content: "" !important;
}

[data-site-name="yemek"] .spinner-btn {
  margin-left: 15px;
}

[data-site-name="yemek"] .spinner-btn__spin {
  width: 19px;
}

[data-site-name="yemek"] .main-menu__nav-link {
  color: #fff;
  font: 600 15px/40px Source Sans Pro, sans-serif;
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav-link {
    font-size: 13px;
  }
}

@media (min-width: 1470px) {
  [data-site-name="yemek"] .main-menu__nav-link {
    font: 600 15px/26px Source Sans Pro, sans-serif;
  }
}

[data-site-name="yemek"] .main-menu__nav-item:last-child {
  display: none;
  position: relative;
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav-item:last-child {
    display: block;
  }
}

[data-site-name="yemek"] .main-menu__nav-item--other {
  display: block;
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav-item--other {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .main-menu__nav-item {
    margin: 0;
  }

  [data-site-name="yemek"] .main-menu__nav-item .main-menu__nav-link {
    color: #fff;
  }

  [data-site-name="yemek"] .main-menu__nav-item .main-menu__nav-link:before {
    background-image: url(../images/corba.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    margin: 0 auto 5px;
    width: 24px;
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(2)
    .main-menu__nav-link:before {
    background-image: url(../images/et.png);
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(3)
    .main-menu__nav-link:before {
    background-image: url(../images/hamur.png);
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(4)
    .main-menu__nav-link:before {
    background-image: url(../images/zeytinyag.svg);
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(5)
    .main-menu__nav-link:before {
    background-image: url(../images/tatli.png);
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(6)
    .main-menu__nav-link:before {
    background-image: url(../images/icecek.png);
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:nth-child(7)
    .main-menu__nav-link:before {
    background-image: url(../images/salata.svg);
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child {
    cursor: pointer;
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:last-child
    .main-menu__nav-link {
    pointer-events: none;
  }

  [data-site-name="yemek"]
    .main-menu__nav-item:last-child
    .main-menu__nav-link:before {
    background-image: url(../images/other.svg);
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child span {
    position: relative;
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child span i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    left: 55px;
    padding: 3px;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child ul {
    background-color: #ff5a00;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    display: none;
    left: -108px;
    position: absolute;
    top: 62px;
    -webkit-transition: 0.2s ease-in-out 0.15s;
    transition: 0.2s ease-in-out 0.15s;
    z-index: 2;
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child ul li {
    width: 190px;
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child ul li a {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.13);
    color: #fff;
    display: block;
    font: 600 15px/38px Source Sans Pro, sans-serif;
    margin: 0 12px;
  }

  [data-site-name="yemek"] .main-menu__nav-item:last-child ul:before {
    border-color: transparent transparent #ff5a00 #ff5a00;
    border-style: solid;
    border-width: 6px;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 0;
    left: 70%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .main-menu__nav-item {
    margin: 0 3px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .main-menu__nav-item {
    margin: 0 5px;
  }
}

[data-site-name="yemek"][data-page-type="has-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position,
[data-site-name="yemek"][data-page-type="no-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position {
  margin-top: 0 !important;
}

[data-site-name="cadde"][data-page-type="has-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position {
  margin-top: 0;
}

[data-site-name="cadde"][data-page-type="has-sub"]:not(
    .home
  ).main-menu__scroll-view
  .main-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  [data-site-name="cadde"][data-page-type="has-sub"]:not(
      .home
    ).main-menu__scroll-view
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav {
    margin-top: -50px;
  }
}

[data-site-name="cadde"][data-page-type="no-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position {
  margin-top: 0;
}

@media (min-width: 768px) {
  [data-site-name="cadde"][data-page-type="no-sub"]:not(
      .home
    ).main-menu__scroll-view
    .menu-container__position {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  [data-site-name="cadde"][data-page-type="no-sub"]:not(
      .home
    ).main-menu__scroll-view
    .menu-container__position
    .main-menu
    .main-menu__inner
    .main-menu__nav {
    margin-top: -50px;
  }
}

[data-site-name="pazar"][data-page-type="no-sub"]:not(
    .home
  ).main-menu__scroll-view
  .menu-container__position {
  margin-top: -60px;
}

@media (min-width: 768px) {
  [data-site-name="pazar"][data-page-type="no-sub"]:not(
      .home
    ).main-menu__scroll-view
    .menu-container__position {
    margin-top: 0;
  }
}

[data-site-name="milliyet"][data-hamburger-menu="active"] .main-menu__logo {
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  max-width: 18px;
}

[data-site-name="milliyet"][data-hamburger-menu="active"]
  .main-menu__logo:before {
  background-image: url(../images/milliyet-logo-ms.png);
  content: "";
  display: none;
  height: 31px;
  width: 18px;
}

@media (min-width: 768px) {
  [data-site-name="milliyet"][data-hamburger-menu="active"] .main-menu__logo {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
  }

  [data-site-name="milliyet"][data-hamburger-menu="active"]
    .main-menu__logo:before {
    background-image: url(../images/siyah_beyaz_milliyet_dijital_logo_1.svg);
    background-position: 0 3.5px;
    background-repeat: no-repeat;
    content: "";
    height: 32px;
    width: 128px;
  }
}

[data-site-name="cadde"][data-hamburger-menu="active"] .spinner-btn__spin:after,
[data-site-name="pazar"][data-hamburger-menu="active"] .spinner-btn__spin:after,
[data-site-name="yemek"][data-hamburger-menu="active"]
  .spinner-btn__spin:after {
  margin-top: -8px;
}

@media (min-width: 768px) {
  [data-site-name="yemek"]:not([data-hamburger-menu="active"])
    .main-menu__nav-item:last-child:hover
    ul {
    display: block;
  }
}

.milliyet-premium-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #7d7d80;
  border-radius: 6px;
  color: #fff;
  color: #19181c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
  gap: 4px;
  height: 34px;
  justify-content: center;
  margin-right: 16px !important;
  margin-top: 11px;
  min-width: 67px;
  overflow: hidden;
  padding: 0;
  position: relative;
  position: absolute;
  right: 0;
  top: 0 !important;
  white-space: nowrap;
}

.milliyet-premium-box:hover {
  opacity: 1 !important;
}

.milliyet-premium-box:active,
.milliyet-premium-box:focus,
.milliyet-premium-box:visited {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .milliyet-premium-box {
    padding: 8px 16px;
  }
}

@media (min-width: 992px) {
  .milliyet-premium-box {
    margin-right: 0 !important;
  }
}

.milliyet-premium-box .user-profile-menu {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 14px;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 10;
}

@media (max-width: 767px) {
  .milliyet-premium-box .user-profile-menu {
    width: 129px;
  }
}

.milliyet-premium-box .user-profile-menu > a {
  border-bottom: 1px solid #dbdbdb;
}

.milliyet-premium-box .user-profile-menu a {
  color: #000;
  display: block;
  line-height: 16px;
  padding: 5px 0;
}

.milliyet-premium-box .user-profile-menu a + a {
  border-top: 1px solid #d9d9d9;
  margin-top: 5px;
  padding-top: 5px;
}

.milliyet-premium-box .user-profile-menu a:hover {
  color: #f10000;
}

.milliyet-premium-box .user-profile-menu #logoutbtn,
.milliyet-premium-box .user-profile-menu #showProfileButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 6px;
}

.milliyet-premium-box .user-profile-menu #logoutbtn svg path,
.milliyet-premium-box .user-profile-menu #showProfileButton svg path {
  fill: #000;
}

.milliyet-premium-box .user-profile-menu #logoutbtn:hover svg path,
.milliyet-premium-box .user-profile-menu #showProfileButton:hover svg path {
  fill: #f10000;
}

.milliyet-premium-box .milliyet-premium-logo {
  background: url(../images/user-ico.svg) 50% no-repeat;
  display: inline-block;
  height: 16px;
  margin-bottom: -1px;
  min-width: 16px;
}

.milliyet-premium-box.login {
  background: url(../images/user-login.svg) #000 no-repeat 10px;
  background-size: 11px;
  font-size: 0;
  gap: 4px;
  height: 34px;
  min-width: 51px;
  padding: 8px;
  z-index: 10;
}

.milliyet-premium-box.login:hover {
  border: 1px solid #fff;
}

@media (min-width: 1200px) {
  .milliyet-premium-box.login {
    font-size: 14px;
    min-width: 70px;
  }
}

.milliyet-premium-box.login:after {
  background: url(../images/down-arrow.svg) no-repeat 50%;
  border: none;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  vertical-align: middle;
  width: 12px;
}

@media (max-width: 767px) {
  .milliyet-premium-box.login:after {
    right: 9px;
  }
}

.milliyet-premium-box.login:focus:after {
  border-top: 0 solid transparent;
  -webkit-transform: rotate(0deg) translateY(-6px);
  -ms-transform: rotate(0deg) translateY(-6px);
  transform: rotate(0deg) translateY(-6px);
}

.milliyet-premium-box.login.opened {
  overflow: visible;
}

.milliyet-premium-box.login.opened:after {
  border-top: 0 solid transparent;
  -webkit-transform: rotate(-183deg) translateY(6px);
  -ms-transform: rotate(-183deg) translateY(6px);
  transform: rotate(-183deg) translateY(6px);
}

.milliyet-premium-box.opened {
  overflow: visible;
}

.milliyet-premium-box.opened:after {
  border-top: 0 solid transparent;
  -webkit-transform: rotate(-183deg) translateY(6px);
  -ms-transform: rotate(-183deg) translateY(6px);
  transform: rotate(-183deg) translateY(6px);
}

.milliyet-premium-box.opened .user-profile-menu {
  background-color: #fff;
  display: block;
  left: -50px;
  overflow: visible;
  width: 100px;
}

@media (min-width: 1200px) {
  .milliyet-premium-box.opened .user-profile-menu {
    left: 0;
  }
}

@media (max-width: 767px) {
  body:not([data-site-name="milliyet"]) .milliyet-premium-box {
    font-size: 0;
    min-width: 48px;
  }
}

.searchbar__btn .ico-mobile:before,
.searchbar__btn .ico:before {
  background: url(../images/mag-ico.svg) 50% no-repeat !important;
  content: "" !important;
  display: block;
  height: 16px !important;
  min-width: 16px !important;
}

@media (min-width: 768px) {
  .searchbar__btn .ico-mobile:before,
  .searchbar__btn .ico:before {
    width: 0;
  }
}

@media (min-width: 992px) {
  .main-menu__nav-list .main-menu__nav-item:first-child .main-menu__nav-link {
    margin-left: 0;
  }
}

[data-site-name="cadde"] .menu-container,
[data-site-name="emlak"] .menu-container,
[data-site-name="pazar"] .menu-container,
[data-site-name="pembenar"] .menu-container,
[data-site-name="skorer"] .menu-container {
  height: 50px !important;
}

[data-site-name="cadde"] .global-header,
[data-site-name="emlak"] .global-header,
[data-site-name="pazar"] .global-header,
[data-site-name="pembenar"] .global-header,
[data-site-name="skorer"] .global-header {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="emlak"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo,
  [data-site-name="pembenar"] .main-menu__logo,
  [data-site-name="skorer"] .main-menu__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  [data-site-name="cadde"] .main-menu__inner,
  [data-site-name="emlak"] .main-menu__inner,
  [data-site-name="pazar"] .main-menu__inner,
  [data-site-name="pembenar"] .main-menu__inner,
  [data-site-name="skorer"] .main-menu__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
}

[data-site-name="cadde"] .main-menu__nav-list--highlighted,
[data-site-name="emlak"] .main-menu__nav-list--highlighted,
[data-site-name="pazar"] .main-menu__nav-list--highlighted,
[data-site-name="pembenar"] .main-menu__nav-list--highlighted,
[data-site-name="skorer"] .main-menu__nav-list--highlighted {
  height: 40px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-list--highlighted,
  [data-site-name="emlak"] .main-menu__nav-list--highlighted,
  [data-site-name="pazar"] .main-menu__nav-list--highlighted,
  [data-site-name="pembenar"] .main-menu__nav-list--highlighted,
  [data-site-name="skorer"] .main-menu__nav-list--highlighted {
    height: auto;
  }
}

[data-site-name="cadde"] .searchbar__btn .ico-mobile:before,
[data-site-name="cadde"] .searchbar__btn .ico:before,
[data-site-name="emlak"] .searchbar__btn .ico-mobile:before,
[data-site-name="emlak"] .searchbar__btn .ico:before,
[data-site-name="pazar"] .searchbar__btn .ico-mobile:before,
[data-site-name="pazar"] .searchbar__btn .ico:before,
[data-site-name="pembenar"] .searchbar__btn .ico-mobile:before,
[data-site-name="pembenar"] .searchbar__btn .ico:before,
[data-site-name="skorer"] .searchbar__btn .ico-mobile:before,
[data-site-name="skorer"] .searchbar__btn .ico:before {
  display: block;
  height: auto !important;
  min-width: 0 !important;
  min-width: auto !important;
}

[data-site-name="cadde"] .milliyet-premium-box,
[data-site-name="emlak"] .milliyet-premium-box,
[data-site-name="pazar"] .milliyet-premium-box,
[data-site-name="pembenar"] .milliyet-premium-box,
[data-site-name="skorer"] .milliyet-premium-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #dddcdc;
  border-radius: 4px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  height: 34px;
  justify-content: center;
  margin-top: 8px;
  min-width: 67px;
  overflow: hidden;
  padding: 0;
  position: relative;
  position: absolute;
  right: 0;
  top: -2px !important;
  white-space: nowrap;
}

[data-site-name="cadde"] .milliyet-premium-box.login,
[data-site-name="emlak"] .milliyet-premium-box.login,
[data-site-name="pazar"] .milliyet-premium-box.login,
[data-site-name="pembenar"] .milliyet-premium-box.login,
[data-site-name="skorer"] .milliyet-premium-box.login {
  min-width: 51px;
}

[data-site-name="cadde"] .milliyet-premium-box.login:after,
[data-site-name="emlak"] .milliyet-premium-box.login:after,
[data-site-name="pazar"] .milliyet-premium-box.login:after,
[data-site-name="pembenar"] .milliyet-premium-box.login:after,
[data-site-name="skorer"] .milliyet-premium-box.login:after {
  right: 5px !important;
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .milliyet-premium-box.login,
  [data-site-name="emlak"] .milliyet-premium-box.login,
  [data-site-name="pazar"] .milliyet-premium-box.login,
  [data-site-name="pembenar"] .milliyet-premium-box.login,
  [data-site-name="skorer"] .milliyet-premium-box.login {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .milliyet-premium-box,
  [data-site-name="emlak"] .milliyet-premium-box,
  [data-site-name="pazar"] .milliyet-premium-box,
  [data-site-name="pembenar"] .milliyet-premium-box,
  [data-site-name="skorer"] .milliyet-premium-box {
    margin-right: 10px !important;
    position: relative;
    top: 0 !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .milliyet-premium-box,
  [data-site-name="emlak"] .milliyet-premium-box,
  [data-site-name="pazar"] .milliyet-premium-box,
  [data-site-name="pembenar"] .milliyet-premium-box,
  [data-site-name="skorer"] .milliyet-premium-box {
    min-width: 90px;
    padding: 8px 16px;
  }
}

[data-site-name="cadde"] .milliyet-premium-box.login.opened,
[data-site-name="emlak"] .milliyet-premium-box.login.opened,
[data-site-name="pazar"] .milliyet-premium-box.login.opened,
[data-site-name="pembenar"] .milliyet-premium-box.login.opened,
[data-site-name="skorer"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="cadde"] .milliyet-premium-logo,
[data-site-name="emlak"] .milliyet-premium-logo,
[data-site-name="pazar"] .milliyet-premium-logo,
[data-site-name="pembenar"] .milliyet-premium-logo,
[data-site-name="skorer"] .milliyet-premium-logo {
  background: url(../images/loginbox.svg) 50% no-repeat;
  display: inline-block;
  height: 13px;
  margin-bottom: -1px;
  min-width: 11px;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .milliyet-premium-logo,
  [data-site-name="emlak"] .milliyet-premium-logo,
  [data-site-name="pazar"] .milliyet-premium-logo,
  [data-site-name="pembenar"] .milliyet-premium-logo,
  [data-site-name="skorer"] .milliyet-premium-logo {
    padding-right: 0;
  }
}

[data-site-name="cadde"] .spinner-btn,
[data-site-name="emlak"] .spinner-btn,
[data-site-name="pazar"] .spinner-btn,
[data-site-name="pembenar"] .spinner-btn,
[data-site-name="skorer"] .spinner-btn {
  -ms-flex-preferred-size: 36px;
  flex-basis: 36px;
  max-width: 36px;
  padding: 0 10px;
}

[data-site-name="cadde"] .spinner-btn__spin-item,
[data-site-name="cadde"] .spinner-btn__spin:after,
[data-site-name="emlak"] .spinner-btn__spin-item,
[data-site-name="emlak"] .spinner-btn__spin:after,
[data-site-name="pazar"] .spinner-btn__spin-item,
[data-site-name="pazar"] .spinner-btn__spin:after,
[data-site-name="pembenar"] .spinner-btn__spin-item,
[data-site-name="pembenar"] .spinner-btn__spin:after,
[data-site-name="skorer"] .spinner-btn__spin-item,
[data-site-name="skorer"] .spinner-btn__spin:after {
  margin-top: 2px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .spinner-btn__spin,
  [data-site-name="emlak"] .spinner-btn__spin,
  [data-site-name="pazar"] .spinner-btn__spin,
  [data-site-name="pembenar"] .spinner-btn__spin,
  [data-site-name="skorer"] .spinner-btn__spin {
    width: 12px;
  }

  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="emlak"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn,
  [data-site-name="pembenar"] .spinner-btn,
  [data-site-name="skorer"] .spinner-btn {
    -ms-flex-preferred-size: 54px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    flex-basis: 54px;
    margin-left: 10px;
    max-width: 20px;
    order: 4;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="emlak"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn,
  [data-site-name="pembenar"] .spinner-btn,
  [data-site-name="skorer"] .spinner-btn {
    max-width: 60px;
  }

  [data-site-name="cadde"] .spinner-btn__text,
  [data-site-name="emlak"] .spinner-btn__text,
  [data-site-name="pazar"] .spinner-btn__text,
  [data-site-name="pembenar"] .spinner-btn__text,
  [data-site-name="skorer"] .spinner-btn__text {
    display: block;
  }
}

[data-site-name="cadde"][data-hamburger-menu="active"] .spinner-btn__spin:after,
[data-site-name="emlak"][data-hamburger-menu="active"] .spinner-btn__spin:after,
[data-site-name="pazar"][data-hamburger-menu="active"] .spinner-btn__spin:after,
[data-site-name="pembenar"][data-hamburger-menu="active"]
  .spinner-btn__spin:after,
[data-site-name="skorer"][data-hamburger-menu="active"]
  .spinner-btn__spin:after {
  margin-top: -7px !important;
}

[data-site-name="cadde"] .mobile-row-1-bg,
[data-site-name="emlak"] .mobile-row-1-bg,
[data-site-name="pazar"] .mobile-row-1-bg,
[data-site-name="pembenar"] .mobile-row-1-bg,
[data-site-name="skorer"] .mobile-row-1-bg {
  height: 50px;
}

[data-site-name="cadde"] .menu-container,
[data-site-name="emlak"] .menu-container,
[data-site-name="pazar"] .menu-container,
[data-site-name="pembenar"] .menu-container,
[data-site-name="skorer"] .menu-container {
  height: 90px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav,
  [data-site-name="emlak"] .main-menu__nav,
  [data-site-name="pazar"] .main-menu__nav,
  [data-site-name="pembenar"] .main-menu__nav,
  [data-site-name="skorer"] .main-menu__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    height: 50px;
    order: 2;
  }
}

[data-site-name="cadde"] .main-menu__nav-link,
[data-site-name="emlak"] .main-menu__nav-link,
[data-site-name="pazar"] .main-menu__nav-link,
[data-site-name="pembenar"] .main-menu__nav-link,
[data-site-name="skorer"] .main-menu__nav-link {
  line-height: 40px !important;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-link,
  [data-site-name="emlak"] .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-link,
  [data-site-name="pembenar"] .main-menu__nav-link,
  [data-site-name="skorer"] .main-menu__nav-link {
    line-height: 50px !important;
    margin: 0;
    padding: 0 7px;
  }
}

[data-site-name="cadde"] .searchbar__btn,
[data-site-name="emlak"] .searchbar__btn,
[data-site-name="pazar"] .searchbar__btn,
[data-site-name="pembenar"] .searchbar__btn,
[data-site-name="skorer"] .searchbar__btn {
  height: 50px;
  margin-left: 55px !important;
  margin-right: 52px;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="emlak"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn,
  [data-site-name="pembenar"] .searchbar__btn,
  [data-site-name="skorer"] .searchbar__btn {
    margin-right: 67px;
  }
}

@media (max-width: 374px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="emlak"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn,
  [data-site-name="pembenar"] .searchbar__btn,
  [data-site-name="skorer"] .searchbar__btn {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="emlak"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn,
  [data-site-name="pembenar"] .searchbar__btn,
  [data-site-name="skorer"] .searchbar__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    margin-left: 0 !important;
    margin-right: 0;
    max-width: 32px;
    order: 3;
  }
}

[data-site-name="cadde"] .searchbar__btn .ico:before,
[data-site-name="emlak"] .searchbar__btn .ico:before,
[data-site-name="pazar"] .searchbar__btn .ico:before,
[data-site-name="pembenar"] .searchbar__btn .ico:before,
[data-site-name="skorer"] .searchbar__btn .ico:before {
  background: none;
  content: "" !important;
}

[data-site-name="cadde"] .searchbar,
[data-site-name="emlak"] .searchbar,
[data-site-name="pazar"] .searchbar,
[data-site-name="pembenar"] .searchbar,
[data-site-name="skorer"] .searchbar {
  background-color: #f4f4f4 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1000000;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar,
  [data-site-name="emlak"] .searchbar,
  [data-site-name="pazar"] .searchbar,
  [data-site-name="pembenar"] .searchbar,
  [data-site-name="skorer"] .searchbar {
    -webkit-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  }
}

[data-site-name="cadde"] .searchbar__wrapper,
[data-site-name="emlak"] .searchbar__wrapper,
[data-site-name="pazar"] .searchbar__wrapper,
[data-site-name="pembenar"] .searchbar__wrapper,
[data-site-name="skorer"] .searchbar__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar__wrapper,
  [data-site-name="emlak"] .searchbar__wrapper,
  [data-site-name="pazar"] .searchbar__wrapper,
  [data-site-name="pembenar"] .searchbar__wrapper,
  [data-site-name="skorer"] .searchbar__wrapper {
    height: 40px;
    width: auto !important;
  }
}

[data-site-name="cadde"] .searchbar__wrapper:before,
[data-site-name="emlak"] .searchbar__wrapper:before,
[data-site-name="pazar"] .searchbar__wrapper:before,
[data-site-name="pembenar"] .searchbar__wrapper:before,
[data-site-name="skorer"] .searchbar__wrapper:before {
  content: "";
}

[data-site-name="cadde"] .searchbar .searchbar__input,
[data-site-name="emlak"] .searchbar .searchbar__input,
[data-site-name="pazar"] .searchbar .searchbar__input,
[data-site-name="pembenar"] .searchbar .searchbar__input,
[data-site-name="skorer"] .searchbar .searchbar__input {
  -ms-flex-preferred-size: 100%;
  background: 0 0;
  border: none;
  color: #939393;
  flex-basis: 100%;
  font-size: 11px;
  line-height: 11px;
  margin-right: 5px;
  padding: 0 9px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar .searchbar__input,
  [data-site-name="emlak"] .searchbar .searchbar__input,
  [data-site-name="pazar"] .searchbar .searchbar__input,
  [data-site-name="pembenar"] .searchbar .searchbar__input,
  [data-site-name="skorer"] .searchbar .searchbar__input {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 17px !important;
  }
}

[data-site-name="cadde"] .searchbar .searchbar__icon,
[data-site-name="emlak"] .searchbar .searchbar__icon,
[data-site-name="pazar"] .searchbar .searchbar__icon,
[data-site-name="pembenar"] .searchbar .searchbar__icon,
[data-site-name="skorer"] .searchbar .searchbar__icon {
  color: #939393;
  display: none;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-site-name="cadde"] .searchbar .searchbar__button--search,
[data-site-name="emlak"] .searchbar .searchbar__button--search,
[data-site-name="pazar"] .searchbar .searchbar__button--search,
[data-site-name="pembenar"] .searchbar .searchbar__button--search,
[data-site-name="skorer"] .searchbar .searchbar__button--search {
  -webkit-box-flex: 0;
  background: #000;
  color: #fff;
  -ms-flex: 0 0 43px;
  flex: 0 0 43px;
  font-size: 12px;
  height: 43px;
  line-height: 43px;
  margin-left: auto;
}

[data-site-name="cadde"] .searchbar .searchbar__button--search:before,
[data-site-name="emlak"] .searchbar .searchbar__button--search:before,
[data-site-name="pazar"] .searchbar .searchbar__button--search:before,
[data-site-name="pembenar"] .searchbar .searchbar__button--search:before,
[data-site-name="skorer"] .searchbar .searchbar__button--search:before {
  content: "Ara";
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

[data-site-name="cadde"] .searchbar .searchbar__button--close,
[data-site-name="emlak"] .searchbar .searchbar__button--close,
[data-site-name="pazar"] .searchbar .searchbar__button--close,
[data-site-name="pembenar"] .searchbar .searchbar__button--close,
[data-site-name="skorer"] .searchbar .searchbar__button--close {
  display: none;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar .searchbar__button--close,
  [data-site-name="emlak"] .searchbar .searchbar__button--close,
  [data-site-name="pazar"] .searchbar .searchbar__button--close,
  [data-site-name="pembenar"] .searchbar .searchbar__button--close,
  [data-site-name="skorer"] .searchbar .searchbar__button--close {
    display: block !important;
    margin-left: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
}

.searchbar__btn [data-site-name="cadde"] .searchbar .ico-mobile:before,
.searchbar__btn [data-site-name="emlak"] .searchbar .ico-mobile:before,
.searchbar__btn [data-site-name="pazar"] .searchbar .ico-mobile:before,
.searchbar__btn [data-site-name="pembenar"] .searchbar .ico-mobile:before,
.searchbar__btn [data-site-name="skorer"] .searchbar .ico-mobile:before,
[data-site-name="cadde"] .searchbar .fa-times:before,
[data-site-name="cadde"] .searchbar .searchbar__btn .ico-mobile:before,
[data-site-name="emlak"] .searchbar .fa-times:before,
[data-site-name="emlak"] .searchbar .searchbar__btn .ico-mobile:before,
[data-site-name="pazar"] .searchbar .fa-times:before,
[data-site-name="pazar"] .searchbar .searchbar__btn .ico-mobile:before,
[data-site-name="pembenar"] .searchbar .fa-times:before,
[data-site-name="pembenar"] .searchbar .searchbar__btn .ico-mobile:before,
[data-site-name="skorer"] .searchbar .fa-times:before,
[data-site-name="skorer"] .searchbar .searchbar__btn .ico-mobile:before {
  background: none;
  content: "" !important;
  height: auto !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .searchbar__btn [data-site-name="cadde"] .searchbar .ico-mobile:before,
  .searchbar__btn [data-site-name="emlak"] .searchbar .ico-mobile:before,
  .searchbar__btn [data-site-name="pazar"] .searchbar .ico-mobile:before,
  .searchbar__btn [data-site-name="pembenar"] .searchbar .ico-mobile:before,
  .searchbar__btn [data-site-name="skorer"] .searchbar .ico-mobile:before,
  [data-site-name="cadde"] .searchbar .fa-times:before,
  [data-site-name="cadde"] .searchbar .searchbar__btn .ico-mobile:before,
  [data-site-name="emlak"] .searchbar .fa-times:before,
  [data-site-name="emlak"] .searchbar .searchbar__btn .ico-mobile:before,
  [data-site-name="pazar"] .searchbar .fa-times:before,
  [data-site-name="pazar"] .searchbar .searchbar__btn .ico-mobile:before,
  [data-site-name="pembenar"] .searchbar .fa-times:before,
  [data-site-name="pembenar"] .searchbar .searchbar__btn .ico-mobile:before,
  [data-site-name="skorer"] .searchbar .fa-times:before,
  [data-site-name="skorer"] .searchbar .searchbar__btn .ico-mobile:before {
    display: block !important;
    margin-right: 0;
  }
}

[data-site-name="cadde"] .searchbar[data-status="visible"],
[data-site-name="emlak"] .searchbar[data-status="visible"],
[data-site-name="pazar"] .searchbar[data-status="visible"],
[data-site-name="pembenar"] .searchbar[data-status="visible"],
[data-site-name="skorer"] .searchbar[data-status="visible"] {
  height: 65px;
  overflow: visible;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1000000;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar[data-status="visible"],
  [data-site-name="emlak"] .searchbar[data-status="visible"],
  [data-site-name="pazar"] .searchbar[data-status="visible"],
  [data-site-name="pembenar"] .searchbar[data-status="visible"],
  [data-site-name="skorer"] .searchbar[data-status="visible"] {
    height: 40px;
  }
}

[data-site-name="cadde"] .searchbar__btn .ico-mobile:before,
[data-site-name="emlak"] .searchbar__btn .ico-mobile:before,
[data-site-name="pazar"] .searchbar__btn .ico-mobile:before,
[data-site-name="pembenar"] .searchbar__btn .ico-mobile:before,
[data-site-name="skorer"] .searchbar__btn .ico-mobile:before {
  background: none;
  content: "" !important;
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .searchbar__btn[data-status="active"] .ico-mobile,
  [data-site-name="emlak"] .searchbar__btn[data-status="active"] .ico-mobile,
  [data-site-name="pazar"] .searchbar__btn[data-status="active"] .ico-mobile,
  [data-site-name="pembenar"] .searchbar__btn[data-status="active"] .ico-mobile,
  [data-site-name="skorer"] .searchbar__btn[data-status="active"] .ico-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .currency__value[data-currency-value="approved"]
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="approved"]
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="approved"]
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="approved"]
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="approved"]
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="down"]
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="down"]
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="down"]
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="down"]
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="down"]
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="up"]
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="up"]
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="up"]
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="up"]
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .currency__value[data-currency-value="up"]
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  .gf-links__single
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .gf-links__single
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .gf-links__single
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .gf-links__single
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .gf-links__single
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .hm-brands__sub-btn
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .hm-brands__sub-btn
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .hm-brands__sub-btn
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .hm-brands__sub-btn
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .hm-brands__sub-btn
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .searchbar__btn
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  .searchbar__btn
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  .searchbar__btn [data-site-name="cadde"] .searchbar__icon.hidden-sm-down.ico,
  .searchbar__btn
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  .searchbar__btn
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  .searchbar__btn [data-site-name="emlak"] .searchbar__icon.hidden-sm-down.ico,
  .searchbar__btn
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  .searchbar__btn
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  .searchbar__btn [data-site-name="pazar"] .searchbar__icon.hidden-sm-down.ico,
  .searchbar__btn
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  .searchbar__btn
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  .searchbar__btn
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.ico,
  .searchbar__btn
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  .searchbar__btn
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  .searchbar__btn [data-site-name="skorer"] .searchbar__icon.hidden-sm-down.ico,
  .social-bar-v2-column
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  .social-bar-v2-column
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  .social-bar-v2-column
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  .social-bar-v2-column
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  .social-bar-v2-column
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  .social-bar-v2-column
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  .social-bar-v2-column
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  .social-bar-v2-column
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  .social-bar-v2-column
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  .social-bar-v2-column
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  .sub-menu__main-text
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__main-text
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__main-text
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__main-text
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__main-text
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__sub-nav-btn
    [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__sub-nav-btn
    [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__sub-nav-btn
    [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__sub-nav-btn
    [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  .sub-menu__sub-nav-btn
    [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="cadde"]
    .currency__value[data-currency-value="approved"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="cadde"]
    .currency__value[data-currency-value="down"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="cadde"]
    .currency__value[data-currency-value="up"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="cadde"]
    .gf-group__more-head
    > .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="cadde"]
    .gf-links__single
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="cadde"]
    .hm-brands__sub-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="cadde"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  [data-site-name="cadde"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  [data-site-name="cadde"] .searchbar__btn .searchbar__icon.hidden-sm-down.ico,
  [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button,
  [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
  [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home,
  [data-site-name="cadde"]
    .searchbar__icon.hidden-sm-down.fa-search.weather__arrow,
  [data-site-name="cadde"] .searchbar__icon.hidden-sm-down.fas.fa-search,
  [data-site-name="cadde"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  [data-site-name="cadde"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  [data-site-name="cadde"]
    .sub-menu__main-text
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="cadde"]
    .sub-menu__sub-nav-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="emlak"]
    .currency__value[data-currency-value="approved"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="emlak"]
    .currency__value[data-currency-value="down"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="emlak"]
    .currency__value[data-currency-value="up"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="emlak"]
    .gf-group__more-head
    > .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="emlak"]
    .gf-links__single
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="emlak"]
    .hm-brands__sub-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="emlak"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  [data-site-name="emlak"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  [data-site-name="emlak"] .searchbar__btn .searchbar__icon.hidden-sm-down.ico,
  [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button,
  [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
  [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home,
  [data-site-name="emlak"]
    .searchbar__icon.hidden-sm-down.fa-search.weather__arrow,
  [data-site-name="emlak"] .searchbar__icon.hidden-sm-down.fas.fa-search,
  [data-site-name="emlak"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  [data-site-name="emlak"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  [data-site-name="emlak"]
    .sub-menu__main-text
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="emlak"]
    .sub-menu__sub-nav-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pazar"]
    .currency__value[data-currency-value="approved"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pazar"]
    .currency__value[data-currency-value="down"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pazar"]
    .currency__value[data-currency-value="up"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pazar"]
    .gf-group__more-head
    > .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pazar"]
    .gf-links__single
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pazar"]
    .hm-brands__sub-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pazar"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  [data-site-name="pazar"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  [data-site-name="pazar"] .searchbar__btn .searchbar__icon.hidden-sm-down.ico,
  [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button,
  [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
  [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home,
  [data-site-name="pazar"]
    .searchbar__icon.hidden-sm-down.fa-search.weather__arrow,
  [data-site-name="pazar"] .searchbar__icon.hidden-sm-down.fas.fa-search,
  [data-site-name="pazar"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  [data-site-name="pazar"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  [data-site-name="pazar"]
    .sub-menu__main-text
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pazar"]
    .sub-menu__sub-nav-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pembenar"]
    .currency__value[data-currency-value="approved"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pembenar"]
    .currency__value[data-currency-value="down"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pembenar"]
    .currency__value[data-currency-value="up"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="pembenar"]
    .gf-group__more-head
    > .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pembenar"]
    .gf-links__single
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pembenar"]
    .hm-brands__sub-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pembenar"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  [data-site-name="pembenar"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  [data-site-name="pembenar"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.ico,
  [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button,
  [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
  [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home,
  [data-site-name="pembenar"]
    .searchbar__icon.hidden-sm-down.fa-search.weather__arrow,
  [data-site-name="pembenar"] .searchbar__icon.hidden-sm-down.fas.fa-search,
  [data-site-name="pembenar"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  [data-site-name="pembenar"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  [data-site-name="pembenar"]
    .sub-menu__main-text
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="pembenar"]
    .sub-menu__sub-nav-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="skorer"]
    .currency__value[data-currency-value="approved"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="skorer"]
    .currency__value[data-currency-value="down"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="skorer"]
    .currency__value[data-currency-value="up"]
    .searchbar__icon.hidden-sm-down.fa-search.currency__icon,
  [data-site-name="skorer"]
    .gf-group__more-head
    > .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="skorer"]
    .gf-links__single
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="skorer"]
    .hm-brands__sub-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="skorer"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.fa-search.ico-mobile,
  [data-site-name="skorer"]
    .searchbar__btn
    .searchbar__icon.hidden-sm-down.hm-main-btn.ico:before,
  [data-site-name="skorer"] .searchbar__btn .searchbar__icon.hidden-sm-down.ico,
  [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button,
  [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
  [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home,
  [data-site-name="skorer"]
    .searchbar__icon.hidden-sm-down.fa-search.weather__arrow,
  [data-site-name="skorer"] .searchbar__icon.hidden-sm-down.fas.fa-search,
  [data-site-name="skorer"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.font,
  [data-site-name="skorer"]
    .social-bar-v2-column
    .searchbar__icon.hidden-sm-down.fa-search.ico.share,
  [data-site-name="skorer"]
    .sub-menu__main-text
    .searchbar__icon.hidden-sm-down.fa-search.ico,
  [data-site-name="skorer"]
    .sub-menu__sub-nav-btn
    .searchbar__icon.hidden-sm-down.fa-search.ico {
    display: block;
  }
}

.currency__value[data-currency-value="approved"]
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="approved"]
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="approved"]
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="approved"]
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="approved"]
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="down"]
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="down"]
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="down"]
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="down"]
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="down"]
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="up"]
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="up"]
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="up"]
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="up"]
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.currency__value[data-currency-value="up"]
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
.gf-links__single
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.gf-links__single
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.gf-links__single
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.gf-links__single
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.gf-links__single
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.hm-brands__sub-btn
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.hm-brands__sub-btn
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.hm-brands__sub-btn
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.hm-brands__sub-btn
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.hm-brands__sub-btn
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.searchbar__btn
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
.searchbar__btn
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.ico:before,
.searchbar__btn
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
.searchbar__btn
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.ico:before,
.searchbar__btn
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
.searchbar__btn
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.ico:before,
.searchbar__btn
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
.searchbar__btn
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.ico:before,
.searchbar__btn
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
.searchbar__btn
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.ico:before,
.social-bar-v2-column
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
.social-bar-v2-column
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
.social-bar-v2-column
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
.social-bar-v2-column
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
.social-bar-v2-column
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
.social-bar-v2-column
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
.social-bar-v2-column
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
.social-bar-v2-column
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
.social-bar-v2-column
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
.social-bar-v2-column
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
.sub-menu__main-text
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__main-text
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__main-text
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__main-text
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__main-text
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__sub-nav-btn
  [data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__sub-nav-btn
  [data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__sub-nav-btn
  [data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__sub-nav-btn
  [data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
.sub-menu__sub-nav-btn
  [data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="cadde"]
  .currency__value[data-currency-value="approved"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="cadde"]
  .currency__value[data-currency-value="down"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="cadde"]
  .currency__value[data-currency-value="up"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="cadde"]
  .gf-group__more-head
  > .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="cadde"]
  .gf-links__single
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="cadde"]
  .hm-brands__sub-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="cadde"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
[data-site-name="cadde"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.ico:before,
[data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button:before,
[data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
[data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home:before,
[data-site-name="cadde"]
  .searchbar__icon.hidden-sm-down.fa-search.weather__arrow:before,
[data-site-name="cadde"] .searchbar__icon.hidden-sm-down.fas.fa-search:before,
[data-site-name="cadde"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
[data-site-name="cadde"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
[data-site-name="cadde"]
  .sub-menu__main-text
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="cadde"]
  .sub-menu__sub-nav-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="emlak"]
  .currency__value[data-currency-value="approved"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="emlak"]
  .currency__value[data-currency-value="down"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="emlak"]
  .currency__value[data-currency-value="up"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="emlak"]
  .gf-group__more-head
  > .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="emlak"]
  .gf-links__single
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="emlak"]
  .hm-brands__sub-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="emlak"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
[data-site-name="emlak"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.ico:before,
[data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button:before,
[data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
[data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home:before,
[data-site-name="emlak"]
  .searchbar__icon.hidden-sm-down.fa-search.weather__arrow:before,
[data-site-name="emlak"] .searchbar__icon.hidden-sm-down.fas.fa-search:before,
[data-site-name="emlak"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
[data-site-name="emlak"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
[data-site-name="emlak"]
  .sub-menu__main-text
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="emlak"]
  .sub-menu__sub-nav-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pazar"]
  .currency__value[data-currency-value="approved"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pazar"]
  .currency__value[data-currency-value="down"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pazar"]
  .currency__value[data-currency-value="up"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pazar"]
  .gf-group__more-head
  > .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pazar"]
  .gf-links__single
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pazar"]
  .hm-brands__sub-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pazar"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
[data-site-name="pazar"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.ico:before,
[data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button:before,
[data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
[data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home:before,
[data-site-name="pazar"]
  .searchbar__icon.hidden-sm-down.fa-search.weather__arrow:before,
[data-site-name="pazar"] .searchbar__icon.hidden-sm-down.fas.fa-search:before,
[data-site-name="pazar"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
[data-site-name="pazar"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
[data-site-name="pazar"]
  .sub-menu__main-text
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pazar"]
  .sub-menu__sub-nav-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pembenar"]
  .currency__value[data-currency-value="approved"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pembenar"]
  .currency__value[data-currency-value="down"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pembenar"]
  .currency__value[data-currency-value="up"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="pembenar"]
  .gf-group__more-head
  > .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pembenar"]
  .gf-links__single
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pembenar"]
  .hm-brands__sub-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pembenar"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
[data-site-name="pembenar"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.ico:before,
[data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button:before,
[data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
[data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home:before,
[data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fa-search.weather__arrow:before,
[data-site-name="pembenar"]
  .searchbar__icon.hidden-sm-down.fas.fa-search:before,
[data-site-name="pembenar"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
[data-site-name="pembenar"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
[data-site-name="pembenar"]
  .sub-menu__main-text
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="pembenar"]
  .sub-menu__sub-nav-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="skorer"]
  .currency__value[data-currency-value="approved"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="skorer"]
  .currency__value[data-currency-value="down"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="skorer"]
  .currency__value[data-currency-value="up"]
  .searchbar__icon.hidden-sm-down.fa-search.currency__icon:before,
[data-site-name="skorer"]
  .gf-group__more-head
  > .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="skorer"]
  .gf-links__single
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="skorer"]
  .hm-brands__sub-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="skorer"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.fa-search.ico-mobile:before,
[data-site-name="skorer"]
  .searchbar__btn
  .searchbar__icon.hidden-sm-down.ico:before,
[data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.breaking-news__button:before,
[data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.hm-main-btn:before,
[data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.sub-menu__main-list__home:before,
[data-site-name="skorer"]
  .searchbar__icon.hidden-sm-down.fa-search.weather__arrow:before,
[data-site-name="skorer"] .searchbar__icon.hidden-sm-down.fas.fa-search:before,
[data-site-name="skorer"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.font:before,
[data-site-name="skorer"]
  .social-bar-v2-column
  .searchbar__icon.hidden-sm-down.fa-search.ico.share:before,
[data-site-name="skorer"]
  .sub-menu__main-text
  .searchbar__icon.hidden-sm-down.fa-search.ico:before,
[data-site-name="skorer"]
  .sub-menu__sub-nav-btn
  .searchbar__icon.hidden-sm-down.fa-search.ico:before {
  content: "";
  display: block !important;
}

[data-site-name="cadde"] .searchbar[data-status="visible"]:after,
[data-site-name="emlak"] .searchbar[data-status="visible"]:after,
[data-site-name="pazar"] .searchbar[data-status="visible"]:after,
[data-site-name="pembenar"] .searchbar[data-status="visible"]:after,
[data-site-name="skorer"] .searchbar[data-status="visible"]:after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block !important;
  height: 100vh;
  position: absolute;
  top: 65px;
  width: 100vw;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar[data-status="visible"]:after,
  [data-site-name="emlak"] .searchbar[data-status="visible"]:after,
  [data-site-name="pazar"] .searchbar[data-status="visible"]:after,
  [data-site-name="pembenar"] .searchbar[data-status="visible"]:after,
  [data-site-name="skorer"] .searchbar[data-status="visible"]:after {
    top: 40px;
  }
}

@media (min-width: 992px) {
  [data-site-name="skorer"] .main-menu__nav {
    margin-top: 0;
  }
}

[data-site-name="skorer"] .main-menu__nav-list {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: visible;
  overflow-x: initial;
}

[data-site-name="skorer"] .main-menu__nav-list--highlighted {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[data-site-name="skorer"] .main-menu__nav-link {
  font-weight: 700;
  margin: 0 10px;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .main-menu__nav-link {
    margin: 0;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  [data-site-name="skorer"] .main-menu__nav-link {
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .main-menu__nav-list-degrade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    width: 20px;
  }

  [data-site-name="skorer"]
    .main-menu__nav-list--highlighted
    .main-menu__nav-item:before {
    background-color: hsla(0, 0%, 100%, 0.15);
    content: "" !important;
    display: block !important;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
}

[data-site-name="cadde"] .main-menu__logo,
[data-site-name="pazar"] .main-menu__logo,
[data-site-name="pembenar"] .main-menu__logo {
  margin-left: 14px !important;
  margin: 0 0 0 auto;
}

@media (min-width: 375px) and (max-width: 992px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo,
  [data-site-name="pembenar"] .main-menu__logo {
    margin-left: auto !important;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__logo,
  [data-site-name="pazar"] .main-menu__logo,
  [data-site-name="pembenar"] .main-menu__logo {
    margin-left: 0 !important;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn,
  [data-site-name="pembenar"] .searchbar__btn {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .searchbar__btn,
  [data-site-name="pazar"] .searchbar__btn,
  [data-site-name="pembenar"] .searchbar__btn {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    margin: 0 !important;
    order: 3 !important;
  }
}

[data-site-name="cadde"] .spinner-btn,
[data-site-name="pazar"] .spinner-btn,
[data-site-name="pembenar"] .spinner-btn {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  -ms-flex-preferred-size: 38px !important;
  flex-basis: 38px !important;
  max-width: 38px;
  order: 3 !important;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .spinner-btn,
  [data-site-name="pazar"] .spinner-btn,
  [data-site-name="pembenar"] .spinner-btn {
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    max-width: 32px;
  }
}

[data-site-name="cadde"] .spinner-btn__spin,
[data-site-name="pazar"] .spinner-btn__spin,
[data-site-name="pembenar"] .spinner-btn__spin {
  height: 12px;
  width: 18px;
}

[data-site-name="cadde"] .spinner-btn__spin-item,
[data-site-name="cadde"] .spinner-btn__spin:after,
[data-site-name="pazar"] .spinner-btn__spin-item,
[data-site-name="pazar"] .spinner-btn__spin:after,
[data-site-name="pembenar"] .spinner-btn__spin-item,
[data-site-name="pembenar"] .spinner-btn__spin:after {
  margin-top: 3px;
}

[data-site-name="cadde"] .milliyet-premium-box,
[data-site-name="pazar"] .milliyet-premium-box,
[data-site-name="pembenar"] .milliyet-premium-box {
  -ms-flex-preferred-size: 38px !important;
  flex-basis: 38px !important;
  max-width: 51px !important;
  min-width: 51px !important;
  padding: 0;
  position: relative !important;
  width: 28px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .milliyet-premium-box,
  [data-site-name="pazar"] .milliyet-premium-box,
  [data-site-name="pembenar"] .milliyet-premium-box {
    -ms-flex-preferred-size: 67px !important;
    flex-basis: 67px !important;
    max-width: 67px !important;
    min-width: 67px !important;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  [data-site-name="cadde"] .milliyet-premium-box,
  [data-site-name="pazar"] .milliyet-premium-box,
  [data-site-name="pembenar"] .milliyet-premium-box {
    max-width: 51px !important;
    min-width: 90px !important;
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .milliyet-premium-box.login,
  [data-site-name="pazar"] .milliyet-premium-box.login,
  [data-site-name="pembenar"] .milliyet-premium-box.login {
    -ms-flex-preferred-size: 51px !important;
    flex-basis: 51px !important;
    max-width: 51px !important;
    min-width: 51px !important;
  }
}

[data-site-name="cadde"] .milliyet-premium-box.login.opened,
[data-site-name="pazar"] .milliyet-premium-box.login.opened,
[data-site-name="pembenar"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-item,
  [data-site-name="pazar"] .main-menu__nav-item,
  [data-site-name="pembenar"] .main-menu__nav-item {
    margin: 0 !important;
  }
}

[data-site-name="cadde"] .main-menu__nav-item .main-menu__nav-link,
[data-site-name="pazar"] .main-menu__nav-item .main-menu__nav-link,
[data-site-name="pembenar"] .main-menu__nav-item .main-menu__nav-link {
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .main-menu__nav-item .main-menu__nav-link,
  [data-site-name="pazar"] .main-menu__nav-item .main-menu__nav-link,
  [data-site-name="pembenar"] .main-menu__nav-item .main-menu__nav-link {
    margin: 0 10px !important;
  }
}

[data-site-name="pembenar"] .backtohome-button__logo {
  margin-right: 17px;
}

[data-site-name="pembenar"] .spinner-btn {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  padding: 0 8px 0 10px;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .spinner-btn {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    margin-left: 5px !important;
    margin-right: 17px !important;
    max-width: 18px;
    order: 4 !important;
    padding: 0 !important;
  }
}

[data-site-name="pembenar"] .main-menu__logo {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  margin-left: 1px !important;
  margin-right: 1px !important;
  order: 3 !important;
}

@media (min-width: 375px) and (max-width: 992px) {
  [data-site-name="pembenar"] .main-menu__logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__logo {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

[data-site-name="pembenar"] .milliyet-premium-box {
  max-width: 48px !important;
  min-width: 48px !important;
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    padding-right: 0 !important;
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-left: 5px;
    margin-right: 17px;
    max-width: 51px !important;
    max-width: 18px;
    min-width: 51px !important;
    min-width: 51px;
    order: 4 !important;
    position: relative;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    max-width: 67px !important;
    min-width: 67px !important;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    max-width: 90px !important;
    min-width: 90px !important;
  }
}

@media (min-width: 1470px) {
  [data-site-name="pembenar"] .milliyet-premium-box {
    max-width: 90px !important;
    min-width: 90px !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="pembenar"] .milliyet-premium-box.login {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}

[data-site-name="pembenar"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="pembenar"] .searchbar__btn {
  margin: 0 52px 0 0 !important;
}

[data-site-name="pembenar"] .searchbar__btn .ico,
[data-site-name="pembenar"] .searchbar__btn .ico-mobile:before {
  color: #fff !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .searchbar__btn {
    margin: 0 !important;
  }
}

[data-site-name="pembenar"] .main-menu__nav-list {
  padding: 0 5px !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-list {
    padding: 0 !important;
  }
}

[data-site-name="pembenar"] .main-menu__nav-item {
  padding: 0 30px 0 0 !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-item {
    padding: 0 20px 0 0 !important;
  }
}

[data-site-name="pembenar"] .main-menu__nav-item .main-menu__nav-link {
  padding: 0 !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav,
  [data-site-name="pembenar"] .main-menu__nav-item .main-menu__nav-link {
    margin: 0 !important;
  }
}

[data-site-name="pembenar"] .main-menu__nav-item:last-child {
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .main-menu__nav-item:last-child {
    padding-right: 20px !important;
  }
}

[data-site-name="pembenar"]
  .main-menu__nav-list.main-menu__nav-list--highlighted {
  display: none;
}

[data-site-name="emlak"] .spinner-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: 36px;
  -ms-flex-negative: 0;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 36px;
  flex-shrink: 0;
  height: 50px;
  margin-left: 5px;
  max-width: 36px;
  padding: 0 10px;
  width: 100%;
}

@media (min-width: 1200px) {
  [data-site-name="emlak"] .spinner-btn {
    -ms-flex-preferred-size: 54px;
    flex-basis: 54px;
    max-width: 54px;
    padding: 0;
  }
}

[data-site-name="emlak"] .spinner-btn__spin {
  height: 10px;
  width: 14px;
}

@media (max-width: 767px) {
  [data-site-name="emlak"] .searchbar__btn {
    margin-left: 0 !important;
    margin-right: 60px !important;
  }

  [data-site-name="emlak"] .milliyet-premium-box {
    height: 34px !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="emlak"] .milliyet-premium-box {
    margin-left: 10px;
  }

  [data-site-name="emlak"] .milliyet-premium-box.login {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}

[data-site-name="emlak"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="emlak"] .main-menu__nav-link {
  color: #fff;
  display: block;
  font: 400 12px/40px Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 1200px) {
  [data-site-name="emlak"] .main-menu__nav-link {
    padding: 0 7px;
  }
}

@media (min-width: 768px) {
  [data-site-name="emlak"] .main-menu__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  [data-site-name="emlak"] .backtohome-button__logo {
    margin-top: 5px !important;
  }

  [data-site-name="emlak"] .user-profile-menu {
    top: 48px;
  }
}

[data-site-name="emlak"] .milliyet-premium-box.opened .user-profile-menu {
  left: -34px;
}

@media (min-width: 1200px) {
  [data-site-name="emlak"] .milliyet-premium-box.opened .user-profile-menu {
    left: -11px;
  }
}

@media (min-width: 768px) {
  [data-site-name="cadde"]
    .global-header
    .menu-container
    .menu-container__position
    .main-menu
    .main-menu__inner
    .mobile-row-1-bg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .searchbar__btn .ico-mobile:before,
  .searchbar__btn .ico:before {
    width: 0;
  }
}

body[data-page-type="no-sub"][data-site-name="uzmanpara"]
  .news-detail-sticky-container {
  display: none !important;
}

[data-site-name="uzmanpara"] .main-menu__inner .spinner-btn {
  display: none;
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .main-menu__inner .spinner-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }

  [data-site-name="uzmanpara"] .main-menu__inner .spinner-btn__spin-item,
  [data-site-name="uzmanpara"] .main-menu__inner .spinner-btn__spin:after {
    margin-top: 5px;
  }
}

[data-site-name="uzmanpara"] .backtohome-button__logo {
  display: block;
  height: 30px;
  left: 16px;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .backtohome-button__logo {
    left: 0 !important;
    margin-right: 16px !important;
    position: relative !important;
  }
}

[data-site-name="uzmanpara"] .mobile-row-1-bg {
  height: 47px;
}

[data-site-name="uzmanpara"] .main-menu__logo {
  -ms-flex-preferred-size: 121px;
  flex-basis: 121px;
  height: 32px;
  max-width: 121px;
}

[data-site-name="uzmanpara"] .main-menu__logo img {
  height: 32px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .main-menu__logo {
    -ms-flex-preferred-size: 143px;
    flex-basis: 143px;
    height: 38px;
    margin-left: 0;
    margin-right: auto;
    max-width: 143px;
    width: 143px;
  }

  [data-site-name="uzmanpara"] .main-menu__logo img {
    height: 38px !important;
  }
}

[data-site-name="uzmanpara"] .main-menu__inner {
  height: 47px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .main-menu__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .main-menu__inner {
    height: 50px;
  }
}

[data-site-name="uzmanpara"] .sub-menu__inner .sub-menu__nav-list {
  height: 40px;
}

[data-site-name="uzmanpara"] .searchbar__btn {
  -ms-flex-preferred-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 21px;
  height: 47px;
  margin-right: 0;
  max-width: 21px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-left: auto;
    margin-right: -5px !important;
    position: relative !important;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    margin-right: 10px !important;
    order: 3 !important;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-right: 10px !important;
    right: 16px !important;
  }
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .searchbar__btn {
    margin-right: 30px !important;
    right: 44px !important;
  }
}

[data-site-name="uzmanpara"] .searchbar__btn em {
  background: url(../images/magnify.png) 0 0 / auto no-repeat;
  background-size: cover;
  display: block;
  height: 23px;
  width: 21px;
}

[data-site-name="uzmanpara"] .milliyet-premium-box {
  background-color: #000;
  border: 1px solid #dddcdc;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  height: 34px !important;
  margin-top: 8px;
  min-width: 67px;
  overflow: hidden;
  padding: 8px 8px 8px 14px;
  position: relative !important;
  text-align: center;
  white-space: nowrap;
  width: 48px !important;
}

@media (max-width: 767px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    display: block !important;
    font-size: 0;
    margin-right: 10px !important;
    min-width: 48px;
    position: absolute !important;
    right: 0;
    top: -2px !important;
  }
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    display: block !important;
    margin-bottom: 8px;
    margin-right: -23px !important;
    margin-top: 6px !important;
    min-width: 67px;
    order: 4 !important;
    top: 0;
  }
}

@media (min-width: 992px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    -ms-flex-preferred-size: 54px;
    flex-basis: 54px;
    margin-right: -30px !important;
    max-width: 0;
    min-width: 67px;
  }
}

@media (min-width: 1200px) {
  [data-site-name="uzmanpara"] .milliyet-premium-box {
    margin-bottom: 10px;
    margin-right: -70px !important;
    min-width: 101px;
    padding: 8px 16px;
  }
}

[data-site-name="uzmanpara"] .milliyet-premium-box.login.opened {
  overflow: visible !important;
}

[data-site-name="uzmanpara"] .milliyet-premium-text {
  margin-left: 5px !important;
}

[data-site-name="uzmanpara"] .main-menu__inner .livescore-btn,
[data-site-name="uzmanpara"] .social-share {
  display: none !important;
}

@media (max-width: 767px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu .adv,
  [data-site-name="uzmanpara"] .main-menu .container,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu .adv,
  [data-site-name="uzmanpara"] .main-menu .container,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu .adv,
  [data-site-name="uzmanpara"] .main-menu .container,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu .adv,
  [data-site-name="uzmanpara"] .main-menu .container,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    max-width: 970px !important;
  }

  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div
    .col-12,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div
    .col-12,
  [data-site-name="uzmanpara"] .main-menu .adv .col-12,
  [data-site-name="uzmanpara"] .main-menu .container .col-12,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div
    .col-12,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div
    .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1470px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .main-menu .adv,
  [data-site-name="uzmanpara"] .main-menu .container,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    max-width: 1140px !important;
  }

  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRenderer
    > div
    .col-12,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .main-menu
    .adRendererInfinite
    > div
    .col-12,
  [data-site-name="uzmanpara"] .main-menu .adv .col-12,
  [data-site-name="uzmanpara"] .main-menu .container .col-12,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div
    .col-12,
  [data-site-name="uzmanpara"]
    .main-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div
    .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .sub-menu .adv,
  [data-site-name="uzmanpara"] .sub-menu .container,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .sub-menu .adv,
  [data-site-name="uzmanpara"] .sub-menu .container,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    width: 970px;
  }
}

@media (min-width: 1470px) {
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="uzmanpara"]
    .sub-menu
    .adRendererInfinite
    > div,
  [data-site-name="uzmanpara"] .sub-menu .adv,
  [data-site-name="uzmanpara"] .sub-menu .container,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRenderer
    > div,
  [data-site-name="uzmanpara"]
    .sub-menu
    .medyanet-fullwidth-adv
    .adRendererInfinite
    > div {
    width: 100% !important;
  }
}

[data-site-name="uzmanpara"] .menu-container__position {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #164965),
    to(#10364b)
  );
  background-image: linear-gradient(0deg, #164965, #10364b);
}

[data-site-name="uzmanpara"] .sub-menu {
  background: 0 0;
  background-color: none;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  height: 42px;
}

[data-site-name="uzmanpara"] .sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

[data-site-name="uzmanpara"] .sub-menu__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  padding: 0 0 0 7px;
  position: relative;
}

[data-site-name="uzmanpara"] .sub-menu__nav:after {
  display: none !important;
}

[data-site-name="uzmanpara"] .sub-menu__nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  height: 40px;
  justify-content: space-between;
  margin-left: -1px;
  overflow-x: auto;
}

[data-site-name="uzmanpara"] .sub-menu__nav-item {
  border-left: none !important;
  border-right: none !important;
}

[data-site-name="uzmanpara"] .sub-menu__nav-link {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 16px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .sub-menu__nav-link {
    font-size: 18px !important;
  }
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .sub-menu__nav-link {
    margin-right: 30px;
    padding: 0;
  }
}

[data-site-name="uzmanpara"] .sub-menu__inner {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

@media (min-width: 768px) {
  [data-site-name="uzmanpara"] .sub-menu__inner {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (min-width: 1470px) {
  [data-site-name="uzmanpara"] .sub-menu__nav:before {
    display: none;
  }

  [data-site-name="uzmanpara"] .sub-menu__nav-list {
    height: auto !important;
    margin-left: 0 !important;
  }
}

[data-page-type="no-sub"]:not(
    .home
  )[data-site-name="uzmanpara"].main-menu__scroll-view
  .menu-container__position {
  margin-top: 0 !important;
}

@media (max-width: 1470px) {
  [data-page-type="no-sub"]:not(
      .home
    )[data-site-name="uzmanpara"].main-menu__scroll-view
    .menu-container__position
    .sub-menu {
    margin-top: -42px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}

@media (min-width: 1471px) {
  [data-site-name="uzmanpara"] .sub-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 21px;
    left: calc(50vw - 335px);
    position: absolute;
    top: 14px;
    width: auto;
    z-index: 90;
  }

  [data-site-name="uzmanpara"] .sub-menu .sub-menu__nav-link {
    margin-right: 30px;
    padding: 0;
  }

  [data-site-name="uzmanpara"] .sub-menu__nav-item:nth-child(10),
  [data-site-name="uzmanpara"] .sub-menu__nav-item:nth-child(7),
  [data-site-name="uzmanpara"] .sub-menu__nav-item:nth-child(9) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-site-name="milliyet"]:not(.home) .global-header {
    margin-bottom: 66px;
  }
}

[data-site-name="milliyet"] .milliyet-premium-box:hover {
  border: 1px solid #7d7d80;
}

[data-site-name="milliyet"] .milliyet-premium-box.login {
  background: url(../images/user-ico.svg) #fff no-repeat 5px;
  padding: 8px 0 8px 8px;
}

[data-site-name="milliyet"] .milliyet-premium-box.login:after {
  background: url(../images/down-arrow-black.svg) no-repeat 50%;
  border: none;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  vertical-align: middle;
  width: 12px;
}

@media (max-width: 767px) {
  [data-site-name="milliyet"] .milliyet-premium-box.login:after {
    right: 9px;
  }
}

[data-site-name="milliyet"] .milliyet-premium-box.opened {
  overflow: visible;
}

[data-site-name="milliyet"] .milliyet-premium-box.opened:after {
  border-top: 0 solid transparent;
  -webkit-transform: rotate(-183deg) translateY(6px);
  -ms-transform: rotate(-183deg) translateY(6px);
  transform: rotate(-183deg) translateY(6px);
}

[data-site-name="milliyet"] .milliyet-premium-box:active,
[data-site-name="milliyet"] .milliyet-premium-box:focus,
[data-site-name="milliyet"] .milliyet-premium-box:visited {
  color: #000;
  text-decoration: none;
}

[page-category="uzmanpara"] .global-header {
  margin-bottom: 24px;
}

.popup_w
  .voltranProfile
  .voltranProfile__area
  .voltranProfile__area__left
  a#logoffBtn {
  display: none;
}

@media (min-width: 992px) {
  [data-site-name="milliyet"][data-custom-prop="milliyettv"] .main-menu__logo {
    -ms-flex-preferred-size: 186px;
    flex-basis: 186px;
    margin-left: -13px;
    max-width: 186px;
  }

  [data-site-name="milliyet"][data-custom-prop="milliyettv"] .spinner-btn {
    margin-left: -31px;
  }

  [data-site-name="milliyet"][data-custom-prop="milliyettv"] .main-menu__nav {
    margin-left: -48px;
  }
}

.medyanet-fullwidth-adv
  [data-site-name="milliyet"]
  .global-header
  .menu-container
  .main-menu
  .adRenderer
  > div,
.medyanet-fullwidth-adv
  [data-site-name="milliyet"]
  .global-header
  .menu-container
  .main-menu
  .adRendererInfinite
  > div,
[data-site-name="milliyet"] .global-header .menu-container .main-menu .adv,
[data-site-name="milliyet"]
  .global-header
  .menu-container
  .main-menu
  .container,
[data-site-name="milliyet"]
  .global-header
  .menu-container
  .main-menu
  .medyanet-fullwidth-adv
  .adRenderer
  > div,
[data-site-name="milliyet"]
  .global-header
  .menu-container
  .main-menu
  .medyanet-fullwidth-adv
  .adRendererInfinite
  > div {
  max-width: 100% !important;
  width: 100% !important;
}

[data-site-name="milliyet"] .main-menu__logo {
  height: 54px;
}

@media (min-width: 768px) {
  .medyanet-fullwidth-adv
    [data-site-name="milliyet"]
    .main-menu.adRenderer
    > div,
  .medyanet-fullwidth-adv
    [data-site-name="milliyet"]
    .main-menu.adRendererInfinite
    > div,
  [data-site-name="milliyet"] .main-menu > .adv,
  [data-site-name="milliyet"] .main-menu > .container,
  [data-site-name="milliyet"]
    .medyanet-fullwidth-adv
    .main-menu.adRenderer
    > div,
  [data-site-name="milliyet"]
    .medyanet-fullwidth-adv
    .main-menu.adRendererInfinite
    > div {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__inner .spinner-btn {
    margin-left: 0;
  }

  [data-site-name="milliyet"]
    .main-menu__inner
    .header__external--account.milliyet-premium-box.spinner-btn {
    right: 9px !important;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1100px) {
  [data-site-name="milliyet"]
    .main-menu__inner
    .header__external--account.milliyet-premium-box.spinner-btn {
    background-position: 8px;
    font-size: 0;
    min-width: 0 !important;
    min-width: auto !important;
    width: 34px;
  }

  [data-site-name="milliyet"]
    .main-menu__inner
    .header__external--account.milliyet-premium-box.spinner-btn:after {
    display: none;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__inner .searchbar__btn {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) and (min-width: 1100px) {
  [data-site-name="milliyet"] .main-menu__inner .searchbar__btn {
    margin-right: 80px !important;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  [data-site-name="milliyet"] .main-menu__inner .searchbar__btn {
    margin-right: 80px !important;
  }
}

@media (min-width: 992px) {
  [data-site-name="milliyet"] .main-menu__nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [data-site-name="milliyet"] .main-menu__mobile-scroll {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .medyanet-fullwidth-adv
    .menu-container__position
    > .main-menu.adRenderer
    > div
    > .row
    > .col-12
    .searchbar__btn
    + .spinner-btn,
  .medyanet-fullwidth-adv
    .menu-container__position
    > .main-menu.adRendererInfinite
    > div
    > .row
    > .col-12
    .searchbar__btn
    + .spinner-btn,
  .menu-container__position
    > .main-menu
    > .adv
    > .row
    > .col-12
    .searchbar__btn
    + .spinner-btn,
  .menu-container__position
    > .main-menu
    > .container
    > .row
    > .col-12
    .searchbar__btn
    + .spinner-btn {
    margin-left: 5px;
  }
}

.news-detail-sticky {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.news-detail-sticky-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.078);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.078);
  display: none !important;
  height: 66px;
  justify-content: space-between;
  left: 0;
  padding: 14px 0 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.news-detail-sticky-container,
.news-detail-sticky__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-detail-sticky__logo-wrapper {
  margin-right: 24px;
}

.news-detail-sticky__logo {
  text-decoration: none;
}

.news-detail-sticky__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
}

@media screen and (max-width: 767px) {
  .news-detail-sticky__title {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .news-detail-sticky__title {
    width: 553px;
  }
}

.news-detail-sticky__category-title {
  color: #999;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}

.news-detail-sticky__main-title {
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .news-detail-sticky__main-title {
    font-size: 18px;
  }
}

.news-detail-sticky .multi-sticky-wrapper {
  top: 75px;
}

.news-detail-sticky .social-bar-v2__list {
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .news-detail-sticky .social-bar-v2__list {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.news-detail-sticky .social-bar-v2__item {
  margin-bottom: 0;
  margin-left: 11px;
}

@media screen and (max-width: 767px) {
  .news-detail-sticky .social-bar-v2__item {
    margin-left: 0;
  }
}

.news-detail-sticky .social-bar-v2__item.article-sizer {
  display: none;
}

.news-detail-sticky .social-bar-v2__item.share {
  margin-bottom: 0;
  margin-right: 12px;
}

.news-detail-sticky .social-bar-v2__item.share span {
  color: #999;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  line-height: 32px;
}

.main-menu__scroll-view .news-detail-sticky-container,
.main-menu__scroll-view .news-detail-sticky-container.d-none {
  display: none !important;
}

.social-bar-v2 {
  height: 32px;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .social-bar-v2 {
    height: auto;
    top: 60px;
  }
}

.social-bar-v2__link {
  cursor: pointer;
}

.social-bar-v2__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}

.social-bar-v2-column {
  padding: 0;
  position: relative;
  top: 0;
}

.social-bar-v2-column .ico {
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.social-bar-v2-column .ico.facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.social-bar-v2-column .ico.twitter {
  background: #000;
  border-color: #000;
}

.social-bar-v2-column .ico.whatsapp {
  background: #76c356;
  border-color: #76c356;
}

.social-bar-v2-column .ico.bip {
  display: none;
}

@media (max-width: 767px) {
  .social-bar-v2-column .ico.bip {
    background: url(../images/bip.png) 0 0 no-repeat;
    display: block;
  }
}

.social-bar-v2-column .ico.share {
  background: #939393;
  border-color: #939393;
  line-height: 32px;
}

.social-bar-v2-column .ico.pinterest {
  background: #e30b2b;
  border-color: #e30b2b;
  line-height: 32px;
}

.social-bar-v2-column .ico.font {
  background: #fff;
  color: #000;
  line-height: 32px;
}

.social-bar-v2-column .ico--twitter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.social-bar-v2__item {
  clear: both;
  float: left;
  margin: 0 13px 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .social-bar-v2__item {
    margin: 0 0 10px;
  }
}

.social-bar-v2__item .down,
.social-bar-v2__item .up {
  color: #000;
  font-size: 7px;
  line-height: 32px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: -5px;
  width: 12px;
  z-index: 99;
}

[data-site-name="milliyet"][data-infinite-homepage="true"]
  .social-bar-v2__item.item-bip,
[data-site-name="milliyet"][data-page-type="has-sub"]
  .social-bar-v2__item.item-bip {
  display: none;
}

.social-bar-v2 .article-sizer {
  border: 1px solid #939393;
  border-radius: 50%;
}

.social-bar-v2 .article-sizer__button {
  color: #000;
}

.multi-sticky-wrapper {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
}

@media (min-width: 768px) {
  .multi-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }
}

[data-site-name="milliyet"] .social-bar-v2 .pinterest {
  display: none;
}

[data-site-name="cadde"] .social-bar-v2 {
  position: relative;
  top: 0;
  width: 100%;
}

[data-site-name="cadde"] .social-bar-v2__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .social-bar-v2__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px 0 0;
  }
}

[data-site-name="cadde"] .social-bar-v2__item {
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .social-bar-v2__item {
    margin: 0 10px 0 0;
  }
}

[data-site-name="cadde"] .social-bar-v2-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
  flex: 100%;
  float: none;
  justify-content: center;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="cadde"] .social-bar-v2-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    float: right;
    justify-content: flex-end;
  }
}

[data-site-name="pembenar"] .social-bar-v2 {
  margin: 0 0 20px;
  position: relative;
  top: 0;
  width: 100%;
}

[data-site-name="pembenar"] .social-bar-v2__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .social-bar-v2__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0 15px;
    width: 220px;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .social-bar-v2__list {
    width: 100%;
  }
}

[data-site-name="pembenar"] .social-bar-v2__item {
  cursor: pointer;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .social-bar-v2__item {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 992px) {
  [data-site-name="pembenar"] .social-bar-v2__item {
    margin: 0 8px 0 0;
  }
}

@media (min-width: 1200px) {
  [data-site-name="pembenar"] .social-bar-v2__item {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  [data-site-name="pembenar"] .social-bar-v2__item {
    margin: 0 7px 0 0;
  }
}

@media (max-width: 767px) {
  [data-site-name="pembenar"] .social-bar-v2__item.event-attached {
    margin-right: 5px;
  }

  [data-site-name="pembenar"] .social-bar-v2__item.event-attached:last-child {
    margin-right: 0;
  }
}

[data-site-name="pembenar"] .social-bar-v2__item:last-child {
  margin: 0;
}

[data-site-name="pembenar"] .social-bar-v2-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
  flex: 100%;
  float: none;
  justify-content: center;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="pembenar"] .social-bar-v2-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    float: right;
    justify-content: flex-end;
    padding: 0 px;
  }
}

[data-site-name="skorer"] .social-bar-v2 {
  position: relative;
  top: 0;
  width: 100%;
}

[data-site-name="skorer"] .social-bar-v2__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .social-bar-v2__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px;
  }
}

[data-site-name="skorer"] .social-bar-v2__item {
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .social-bar-v2__item {
    margin: 0 10px 0 0;
  }
}

[data-site-name="skorer"] .social-bar-v2 .pinterest {
  display: none;
}

[data-site-name="skorer"] .social-bar-v2-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
  flex: 100%;
  float: none;
  justify-content: center;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="skorer"] .social-bar-v2-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    justify-content: flex-end;
  }

  [data-site-name="skorer"]
    .article--white
    .social-bar-v2__item.share__item[data-share="whatsapp"] {
    margin-right: 0;
  }
}

[data-site-name="yemek"] .social-bar-v2 {
  margin: 0 0 20px;
  position: relative;
  top: 0;
  width: 100%;
}

[data-site-name="yemek"] .social-bar-v2__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .social-bar-v2__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}

[data-site-name="yemek"] .social-bar-v2__item {
  cursor: pointer;
  margin: 0;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .social-bar-v2__item {
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  [data-site-name="yemek"] .social-bar-v2__item {
    margin: 0 8px 0 0;
  }
}

@media (min-width: 1200px) {
  [data-site-name="yemek"] .social-bar-v2__item {
    margin: 0 15px 0 0;
  }
}

@media (min-width: 1260px) and (max-width: 1470px) {
  [data-site-name="yemek"] .social-bar-v2__item {
    margin: 0 7px 0 0;
  }
}

[data-site-name="yemek"] .social-bar-v2__item:last-child {
  margin: 0;
}

[data-site-name="yemek"] .social-bar-v2-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
  flex: 100%;
  float: none;
  justify-content: center;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  [data-site-name="yemek"] .social-bar-v2-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    float: right;
    justify-content: flex-end;
    padding: 0 45px;
  }
}

.nd-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

.nd-thumbs__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .nd-thumbs__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .nd-thumbs__item:nth-child(2) .nd-thumbs__img-olay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 100%;
  }

  .nd-thumbs__item:nth-child(3),
  .nd-thumbs__item:nth-child(4) {
    display: none;
  }
}

.nd-thumbs__item:nth-child(4) .nd-thumbs__img-olay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 100%;
}

.nd-thumbs__link {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nd-thumbs__link:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.nd-thumbs__img-bg {
  background: 50% / cover no-repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  height: calc(100% + 10px);
  left: 0;
  margin: -5px -10px -10px -5px;
  position: absolute;
  top: 0;
  width: calc(100% + 10px);
}

.nd-thumbs__img {
  left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.nd-thumbs__img,
.nd-thumbs__title {
  height: 100%;
  position: absolute;
  top: 0;
}

.nd-thumbs__title {
  bottom: 0;
  cursor: pointer;
  font: 600 14px/18px Arial, sans-serif;
  margin: 0;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.nd-thumbs__text {
  display: inline-block;
  width: 60px;
}

.nd-thumbs__icon,
.nd-thumbs__text {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nd-thumbs__icon {
  right: 15px;
}

.nd-thumbs__thumbnail-link {
  background-position: 50%;
  background: #f4f4f4;
  border: 1px solid #939393;
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
}

.nd-thumbs__thumbnail-link:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.nd-thumbs__thumbnail-img {
  height: 100%;
  width: auto;
}

.nd-thumbs .thumbnail-icon {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumbnail-link {
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font: 600 14px Arial, sans-serif;
  height: 55px;
  left: 0;
  margin: auto 10px auto 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 63px;
}

@media (min-width: 768px) {
  .thumbnail-link--img-title {
    display: none;
  }
}

.live-card-title {
  color: #db0101;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.timeline-news {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.114);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.114);
  margin: 32px auto 30px;
  padding: 21px 21px 18px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .timeline-news {
    padding: 19px 15px 18px 16px;
  }
}

.timeline-news:before {
  background-color: #ed1c24;
  border-radius: 1px;
  content: "";
  height: 22px;
  left: -3px;
  position: absolute;
  top: 20px;
  width: 3px;
}

.timeline-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.timeline-news-header p {
  color: #222;
  font: 400 18px/30px mulish-regular, Arial, sans-serif;
}

.timeline-news-header img {
  height: 36px;
  width: 36px;
}

.timeline-news-box {
  margin-top: 32px;
}

.timeline-news-date {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.timeline-news-date__time {
  color: #ed1c24;
  font: 700 18px/30px mulish-regular, Arial, sans-serif;
}

@media screen and (max-width: 575px) {
  .timeline-news-date__time {
    font-size: 16px;
    line-height: 19px;
  }
}

.timeline-news-date__text {
  color: #888;
  font: 400 18px/30px mulish-regular, Arial, sans-serif;
}

@media screen and (max-width: 575px) {
  .timeline-news-date__text {
    font-size: 14px;
    line-height: 16.8px;
  }
}

.timeline-news-title {
  color: #000;
  font: 800 24px/30px mulish-bold, Arial, sans-serif;
  margin: 12px 0 8px;
}

.timeline-news-text {
  word-wrap: break-word;
  color: #000;
  font: mulish-regular, Arial, sans-serif !important;
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .timeline-news-text p[\:not-has\(img\,iframe\,a\)] {
    width: 250px;
  }

  .timeline-news-text p:not(:has(img, iframe, a)) {
    width: 250px;
  }
}

.timeline-news-text iframe[src*="youtube"] {
  height: 420px;
  max-width: 100% !important;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 330px;
  }
}

@media screen and (max-width: 1399px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 329px;
  }
}

@media screen and (max-width: 1023px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 425px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 385px;
  }
}

@media screen and (max-width: 575px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 260px;
  }
}

@media screen and (max-width: 414px) {
  .timeline-news-text iframe[src*="youtube"] {
    height: 175px;
  }
}

.timeline-news-text a {
  font-size: 18px;
  line-height: 29px;
}

.timeline-news-text a,
.timeline-news-text p {
  font-family: mulish-regular, Arial, sans-serif !important;
}

.timeline-news-text p {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  font-size: 18px;
  justify-content: left;
  line-height: 29px;
  width: 100%;
}

.timeline-news-text p .inline-keyword,
.timeline-news-text p strong {
  display: contents;
}

@media screen and (min-width: 1600px) {
  .timeline-news-text .news-fullwith-img,
  .timeline-news-text .news-fullwith-img .news-fullwith-block img {
    width: auto;
  }
}

.timeline-news-text .section-container-newsvideo {
  float: none;
}

.timeline-news-text .instagram-media,
.timeline-news-text .twitter-tweet {
  margin: 0 auto !important;
}

.timeline-news-img {
  margin-bottom: 16px;
}

.timeline-news-img .news-feed-item-image {
  width: 100%;
}

.timeline-news-embed {
  margin: 16px 0;
}

.timeline-news-embed,
.timeline-news-embed .player-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.timeline-news-embed .player-wrapper,
.timeline-news-embed .player-wrapper iframe {
  width: 100%;
}

.timeline-news-embed iframe[src*="youtube"] {
  height: 420px;
  max-width: 100% !important;
}

@media screen and (max-width: 1599px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 350px;
  }
}

@media screen and (max-width: 1399px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 425px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 385px;
  }
}

@media screen and (max-width: 575px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 260px;
  }
}

@media screen and (max-width: 414px) {
  .timeline-news-embed iframe[src*="youtube"] {
    height: 175px;
  }
}

.timeline-news-link {
  color: #ec1a29;
  font: 700 18px/30px mulish-regular, Arial, sans-serif;
}

.timeline-news-link:hover {
  opacity: 1;
}

.timeline-news-share {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.timeline-news iframe.instagram-media {
  min-width: 100% !important;
}

.share {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.share i {
  color: #aaa;
  font-size: 18px;
}

.share__item:nth-child(2) {
  padding: 0 10px;
}

.share__item a:hover {
  opacity: 1;
}

.timeline-index {
  -ms-flex-negative: 0;
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  height: auto;
  margin: 4px 4px 40px;
  padding: 0 8px 23px 16px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .timeline-index {
    display: none;
  }
}

.timeline-index__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  height: auto;
  justify-content: flex-start;
  margin-bottom: 8px;
  margin-top: 16px;
  width: 100%;
}

.timeline-index__header,
.timeline-index__header img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-index__header img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 24px;
  justify-content: center;
  margin-right: 8px;
  padding: 3.38px 0.115px 4.23px 1.284px;
  width: 24px;
}

.timeline-index__header .title {
  color: #000;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.timeline-index .divider {
  background: #d8d8d8;
  display: block;
  height: 1px;
  width: calc(100% - 10px);
}

.timeline-index__news {
  list-style: none;
  max-height: 350px;
  overflow-y: auto;
  padding: 0 27px 0 0;
  width: 100%;
}

.timeline-index__news::-webkit-scrollbar {
  width: 3px;
}

.timeline-index__news::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 90px;
  flex-shrink: 0;
  height: 157px;
  width: 3px;
}

.timeline-index__news::-webkit-scrollbar-track {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#dedede),
      to(#dedede)
    ),
    #f2f2f2;
  background: linear-gradient(0deg, #dedede, #dedede), #f2f2f2;
  border-radius: 90px;
  flex-shrink: 0;
  height: auto;
  margin-top: 10px;
  width: 3px;
}

.timeline-index__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-negative: 0;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: flex-start;
  margin-top: 16px;
}

.timeline-index__item img {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.timeline-index__link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #353535;
  cursor: pointer;
  display: -webkit-box;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
  overflow: hidden;
  text-transform: capitalize;
}

.bmi-widget {
  background: #f9f7fc url(../images/bmi-widget-bg.png) 50% / cover no-repeat;
  height: auto;
  margin: 30px 0;
  padding: 16px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1470px) {
  .bmi-widget {
    padding: 12px;
  }
}

.bmi-widget__menu {
  border: 1px solid #ddd2ef;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 4px 0 #f4f0fa;
  box-shadow: 0 4px 4px 0 #f4f0fa;
  height: 100%;
  padding: 24px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1470px) {
  .bmi-widget__menu {
    padding: 16px;
  }
}

.bmi-widget__title {
  color: #301d50;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1470px) {
  .bmi-widget__title {
    letter-spacing: -1px;
  }
}

.bmi-widget__content {
  color: #262626;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1470px) {
  .bmi-widget__content {
    line-height: 20px;
  }
}

.bmi-widget__btn {
  background-color: #301d50;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0;
  text-align: center;
}

.bmi-widget__btn:hover {
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1470px) {
  .bmi-widget__btn {
    padding: 12px 0;
  }
}

@font-face {
  font-display: swap;
  font-family: mulish-regular;
  font-style: normal;
  font-weight: 400;
  src: local("mulish-regular"),
    url(../fonts/Mulish-Regular.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: mulish-medium;
  font-style: normal;
  font-weight: 500;
  src: local("mulish-medium"),
    url(../fonts/Mulish-Medium.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: mulish-semi-bold;
  font-style: normal;
  font-weight: 600;
  src: local("mulish-semi-bold"),
    url(../fonts/Mulish-SemiBold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: mulish-bold;
  font-style: normal;
  font-weight: 700;
  src: local("mulish-bold"), url(../fonts/Mulish-Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: mulish-extra-bold;
  font-style: normal;
  font-weight: 800;
  src: local("mulish-extra-bold"),
    url(../fonts/Mulish-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: mulish-black;
  font-style: normal;
  font-weight: 900;
  src: local("mulish-black"), url(../fonts/Mulish-Black.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: inter-semi-bold;
  font-style: normal;
  font-weight: 600;
  src: local("inter-semi-bold"),
    url(../fonts/Inter_18pt-SemiBold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: inter-bold;
  font-style: normal;
  font-weight: 700;
  src: local("inter-bold"), url(../fonts/Inter_18pt-Bold.ttf) format("truetype");
}

.shorts-big {
  background: url(../images/flat_iphone.png) no-repeat;
  background-size: 100% 100%;
  font-family: Arial, sans-serif;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .shorts-big {
    background: none;
    background-color: #19181c;
    margin-left: calc(50% - 50vw);
    padding: 16px 16px 0;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .shorts-big {
    aspect-ratio: 0.517;
    height: auto;
    padding: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .shorts-big {
    display: none;
  }
}

.shorts-big:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(hsla(0, 0%, 100%, 0.5))
  );
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.5));
  border-radius: 50px;
  content: "";
  height: calc(100% - 6px);
  left: 3px;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}

.shorts-big__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-extra-bold, Arial, sans-serif;
  justify-content: center;
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .shorts-big__header {
    padding: 0 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .shorts-big__header {
    margin-top: 20px;
  }
}

.shorts-big__logo {
  background: #fff;
  border: 6px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2.25px 4.29px 0 hsla(0, 0%, 5%, 0.102);
  box-shadow: 0 2.25px 4.29px 0 hsla(0, 0%, 5%, 0.102);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .shorts-big__logo {
    border: 4px solid #fff;
    height: 20px;
    width: 20px;
  }
}

.shorts-big__title {
  color: #000;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .shorts-big__title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 24px;
  }
}

.shorts-big__content {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.051);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.051);
  margin: 0 6px;
}

@media screen and (min-width: 768px) {
  .shorts-big__content {
    margin: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .shorts-big__content {
    margin: 0;
  }
}

.shorts-big__image-wrapper {
  border-radius: 8px 8px 0 0;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.shorts-big__image {
  display: block;
  height: auto;
  width: 100%;
}

.shorts-big__details {
  margin-bottom: 24px;
  padding: 16px;
  position: relative;
}

.shorts-big__details:before {
  background: #ececec;
  bottom: -12px;
  left: 12px;
  width: calc(100% - 24px);
}

.shorts-big__details:after,
.shorts-big__details:before {
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.051);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.051);
  content: "";
  height: 12px;
  position: absolute;
}

.shorts-big__details:after {
  background: #e1e1e1;
  bottom: -24px;
  left: 24px;
  width: calc(100% - 48px);
}

.shorts-big__headline {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.shorts-big__meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 12px;
}

.shorts-big__category {
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.06px;
}

.shorts-big__date {
  color: #999;
}

.shorts-big__description {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.shorts-big__footer {
  padding: 27.5px 16px 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shorts-big__footer {
    padding: 16px;
  }
}

.shorts-big__link {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.872 4.552a.422.422 0 0 0 0-.604L1.205.374a.48.48 0 0 0-.643 0L.128.795a.444.444 0 0 0 0 .623l2.91 2.823-2.91 2.84a.444.444 0 0 0 0 .624l.434.421a.48.48 0 0 0 .643 0l3.667-3.574Z' fill='%23F70000'/%3E%3C/svg%3E")
    no-repeat right 8px;
  color: #f70000;
  display: inline-block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 14px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .shorts-big__link {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.872 4.552a.422.422 0 0 0 0-.604L1.205.374a.48.48 0 0 0-.643 0L.128.795a.444.444 0 0 0 0 .623l2.91 2.823-2.91 2.84a.444.444 0 0 0 0 .624l.434.421a.48.48 0 0 0 .643 0l3.667-3.574Z' fill='%23FFF'/%3E%3C/svg%3E")
      no-repeat right 8px;
    color: #fff;
  }
}

.shorts-big__link:hover {
  text-decoration: underline;
}

.shorts-big--small {
  -ms-flex-negative: 0;
  aspect-ratio: unset;
  background: none;
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(60, 72, 82, 0) 0deg,
    rgba(60, 72, 82, 0.3) 1turn
  );
  border-radius: 12px;
  flex-shrink: 0;
  height: auto;
  padding: 2px 2px 0;
  position: relative;
}

.shorts-big--small:before {
  border-radius: 12px;
  bottom: 0;
  content: "";
  display: none;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: calc(100% - 4px);
  z-index: 2;
}

.shorts-big--small__inner {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(#fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(hsla(0, 0%, 97%, 0.25)));
  background: linear-gradient(0deg, #fff, #fff),
    linear-gradient(180deg, #f8f8f8, hsla(0, 0%, 97%, 0.25));
  border-radius: 8px;
  display: inline-block;
  margin-top: -8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3000;
}

.shorts-big--small .shorts-big__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background: #3c4852;
  border-radius: 12px 12px 0 0;
  height: 60px;
  justify-content: flex-start;
  margin-top: 0;
  padding: 0 16px;
  position: relative;
  z-index: 10;
}

.shorts-big--small .shorts-big__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  color: #fff;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 15px;
  justify-content: flex-start;
  margin-top: -4px;
}

.shorts-big--small .shorts-big__title,
.shorts-big--small .shorts-big__title i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}

.shorts-big--small .shorts-big__title i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  color: hsla(0, 0%, 100%, 0.7);
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  margin-left: 8px;
  padding: 0 4px;
}

.shorts-big--small .shorts-big__logo {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 22px;
  margin-top: -4px;
  width: 22px;
}

.shorts-big--small .shorts-big__content {
  background: none;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
  margin: 16px;
  position: relative;
  z-index: 20;
}

.shorts-big a:hover {
  opacity: 1;
}

.page-wrapper {
  padding-top: 0;
}

#infinite-news-container .news-detail-content {
  margin-top: 50px;
}

.gallery-article-news-img-link img {
  max-width: 100%;
}

.news-detail-page {
  background-color: #fff;
}

.news-detail-page .medyanet-pageskin-left,
.news-detail-page .medyanet-pageskin-right {
  margin-top: 50px;
}

.news-detail-page .breadcrumb {
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  .news-detail-page .breadcrumb {
    padding-top: 16px;
  }
}

.news-detail-page .breadcrumb__text {
  color: #999;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  font-style: normal !important;
  letter-spacing: 0;
  line-height: 16px;
}

@media screen and (min-width: 1024px) {
  .news-detail-page .breadcrumb__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.news-detail-page .breadcrumb__wrapper .breadcrumb__icon {
  margin: 0 5px;
}

.news-detail-page .news-detail-text {
  border-bottom: 0.5px solid #e3e3e3;
  color: #999;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 16px;
  margin: 0 0 16px 11px;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (min-width: 576px) {
  .news-detail-page .news-detail-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .news-detail-page .news-detail-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .news-detail-page .news-detail-text {
    margin-left: 0;
  }
}

.news-detail-page .news-detail-text time {
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 576px) {
  .news-detail-page .news-detail-text time {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .news-detail-page .news-detail-text time {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .news-detail-page .news-detail-text {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .news-detail-page .news-detail-text {
    margin-left: 11px;
  }
}

.news-detail-page .news-detail-text-wrapper {
  position: relative;
}

.news-detail-page footer {
  display: none;
  margin-top: 0;
}

.section-container-newsvideo {
  margin-top: 35px;
}

.section-container-newsvideo .dailymotion-player-wrapper iframe {
  min-height: auto;
}

.author-submenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-bold, Arial, sans-serif;
  justify-content: space-between;
  left: 0;
  padding: 14px 0 14px 30px;
  position: fixed;
  right: 0;
  top: 56px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 9;
}

@media screen and (max-width: 1599px) {
  .author-submenu {
    padding: 13px 0 13px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .author-submenu {
    padding: 15px 0 15px 15px;
  }
}

.author-submenu__carousel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin-left: 105px;
  overflow: hidden;
  width: calc(100% - 210px);
}

.author-submenu__slide {
  color: #000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 14px;
  line-height: 26px;
  width: auto !important;
}

.author-submenu__slide__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  letter-spacing: -0.64px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-submenu__slide__tag {
  color: #5b6f83;
  font-family: Lato-Semibold, Arial;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 20px;
  margin-top: 4px;
}

.author-submenu__control {
  border-left: 1px solid #d9d9d9;
  height: 55px;
  padding-left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
}

@media screen and (min-width: 1025px) {
  .author-submenu__control {
    display: none;
  }
}

.author-submenu__next {
  background-color: #00579b;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 35px;
  position: relative;
  top: 10px;
  width: 35px;
}

.author-submenu__next:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin: 12px 11px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.author-detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .author-detail {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .author-detail {
    height: 166px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .author-detail {
    height: 130px;
  }
}

@media screen and (max-width: 414px) {
  .author-detail {
    height: 100px;
  }
}

.author-detail-plus {
  background: url(../images/ic-plus.svg) 50% no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.author-detail-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.author-detail-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 135px;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .author-detail-wrapper {
    left: 115px;
  }
}

@media screen and (max-width: 1024px) {
  .author-detail-wrapper {
    left: 75px;
  }
}

@media screen and (max-width: 768px) {
  .author-detail-wrapper {
    left: 40px;
  }
}

@media screen and (max-width: 576px) {
  .author-detail-wrapper {
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .author-detail-wrapper {
    left: 20px;
  }
}

.author-detail-profile {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .author-detail-profile {
    height: 180px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .author-detail-profile {
    height: 130px;
    width: 130px;
  }
}

@media screen and (max-width: 576px) {
  .author-detail-profile {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 575px) {
  .author-detail-profile {
    height: 78px;
    width: 78px;
  }
}

.author-detail-title {
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 50px;
}

@media screen and (max-width: 1400px) {
  .author-detail-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 994px) {
  .author-detail-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .author-detail-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .author-detail-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .author-detail-title {
    font-size: 20px;
  }
}

.author-detail-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 25px;
}

@media screen and (max-width: 575px) {
  .author-detail-text {
    margin-left: 10px;
  }
}

.author-detail__link {
  color: #fff;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.author-detail__link:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin: 0 8px 2px 15px;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .author-detail__link:after {
    margin: 0 2px -2px 15px;
  }
}

@media screen and (max-width: 576px) {
  .author-detail__link {
    font-size: 14px;
  }
}

.author-detail-contact {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 40px 10px 30px;
}

@media screen and (max-width: 575px) {
  .author-detail-contact {
    padding: 10px 20px;
    text-indent: -9999px;
  }
}

.author-detail-contact:hover {
  opacity: 1;
}

.author-detail-social {
  position: absolute;
  right: 140px;
  top: 120px;
}

@media screen and (max-width: 1400px) {
  .author-detail-social {
    right: 135px;
  }
}

@media screen and (max-width: 1024px) {
  .author-detail-social {
    right: 75px;
    top: 120px;
  }
}

@media screen and (max-width: 994px) {
  .author-detail-social {
    right: 40px;
    top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .author-detail-social {
    right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .author-detail-social {
    right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .author-detail-social {
    display: none;
  }
}

.author-detail-social_list {
  -ms-flex-pack: distribute;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: otherSocial;
  animation-name: otherSocial;
  background: #fff;
  border-radius: 5px;
  display: none;
  justify-content: space-around;
  left: -6%;
  padding: 15px;
  position: absolute;
  top: 50px;
  width: 112%;
}

@media screen and (max-width: 575px) {
  .author-detail-social_list {
    left: -200%;
    padding: 5px;
    width: 300%;
  }
}

.author-detail-social_list.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-detail-social_list:before {
  border: solid #fff;
  border-width: 10px 10px 0 0;
  content: "";
  display: inline-block;
  margin: 0 8px 2px 15px;
  padding: 3px;
  position: absolute;
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 575px) {
  .author-detail-social_list:before {
    margin: 0 8px 2px 80px;
  }
}

.author-detail-social_facebook {
  background: url(../images/ic-facebook-white.svg) 50% #000 no-repeat;
  background-size: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  padding: 10px;
  width: 18px;
}

.author-detail-social_twitter {
  background: url(../images/ic-twitter.svg) no-repeat;
}

.author-detail-social_instagram,
.author-detail-social_twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
}

.author-detail-social_instagram {
  background: url(../images/ic-instagram.svg) no-repeat;
}

.author-detail-social_mail {
  background-size: 20px !important;
  background: url(../images/ic-email-blackborder.svg) 50% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
}

.author-detail-social_whatsapp {
  background: url(../images/ic-whatsapp-white.svg) 50% #000 no-repeat;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  padding: 10px;
  width: 18px;
}

.author-detail-social:after {
  background: url(../images/ic-plus.svg) no-repeat;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 14px;
}

@media screen and (max-width: 575px) {
  .author-detail-social:after {
    right: 15px;
  }
}

.author-detail-page {
  padding-top: 110px;
}

.author-detail-page .adv,
.author-detail-page .container,
.author-detail-page .medyanet-fullwidth-adv .adRenderer > div,
.author-detail-page .medyanet-fullwidth-adv .adRendererInfinite > div,
.medyanet-fullwidth-adv .author-detail-page .adRenderer > div,
.medyanet-fullwidth-adv .author-detail-page .adRendererInfinite > div {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .author-detail-page .adv,
  .author-detail-page .container,
  .author-detail-page .medyanet-fullwidth-adv .adRenderer > div,
  .author-detail-page .medyanet-fullwidth-adv .adRendererInfinite > div,
  .medyanet-fullwidth-adv .author-detail-page .adRenderer > div,
  .medyanet-fullwidth-adv .author-detail-page .adRendererInfinite > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .author-detail-page .adv,
  .author-detail-page .container,
  .author-detail-page .medyanet-fullwidth-adv .adRenderer > div,
  .author-detail-page .medyanet-fullwidth-adv .adRendererInfinite > div,
  .medyanet-fullwidth-adv .author-detail-page .adRenderer > div,
  .medyanet-fullwidth-adv .author-detail-page .adRendererInfinite > div {
    max-width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }
}

.author-other {
  margin: 50px 0;
}

.author-other__title {
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 25px;
  margin: 0 0 22px 18px;
  padding-left: 28px;
}

.author-other__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border: 1px solid #e1e7f0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 16px;
}

.author-other__item,
.author-other_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-other_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}

.author-other__link {
  margin-right: 23px;
}

.author-other__content-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #0f1419;
  display: -webkit-box;
  font-size: 18px;
  height: 72px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-overflow: ellipsis;
}

.author-other__content-title,
.author-other__tag {
  font-family: mulish-extra-bold, Arial, sans-serif;
  overflow: hidden;
}

.author-other__tag {
  color: #ea0e0f;
  font-size: 15px;
  height: 20px;
  letter-spacing: -0.3px;
  line-height: 20px;
  text-transform: uppercase;
}

.author-other__img {
  border-radius: 4px;
  display: block;
  height: auto;
  width: 84px;
}

.author-other__all {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #1da1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 14px;
  justify-content: center;
  margin: 18px 0 20px;
}

.author-other__all:after {
  border: solid #1da1f2;
  border-width: 3px 3px 0 0;
  content: "";
  cursor: pointer;
  display: inline-block;
  margin: 3px 9px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 1023px) {
  .author-other__mobile {
    display: none;
  }
}

.author-other__mobile .author-other__item {
  float: left;
  margin: 0 10px 10px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 575px) {
  .author-other__mobile .author-other__item {
    margin: 0 0 10px;
    width: 100%;
  }
}

.author-other__mobile .author-other__all {
  clear: both;
  display: block;
  text-align: center;
}

.author-other__mobile .author-other__content-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 575px) and (max-width: 1023px) {
  .author-other__mobile .author-other__content-title {
    font-size: 16px;
    height: 60px;
    line-height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .author-other__mobile .author-other__content-title {
    -webkit-line-clamp: 2;
    height: 50px;
  }
}

.author-other__mobile .author-other__link {
  margin-right: 40px;
}

.author-submenu__author {
  color: #000;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.author-submenu__author-link {
  position: absolute;
  top: 15px;
}

.author-submenu__other {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.author-submenu__other__link {
  border-left: 1px solid #e6e6e6;
  color: gray;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 40px;
}

@media screen and (max-width: 768px) {
  .author-submenu__other__link {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 414px) {
  .author-submenu__other__link {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.author-submenu__other__link:hover {
  color: #555;
  opacity: 1;
}

.author-date {
  color: #8d9495;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-right: 16px;
}

.author-rate {
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #000;
  font-family: Lato-Semibold, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  padding: 7px 15px;
}

@media screen and (max-width: 767px) {
  .author-rate {
    display: inline-block !important;
  }
}

.author-title {
  margin: 32px 0 !important;
}

@media screen and (max-width: 575px) {
  .author-title {
    margin: 0 0 20px !important;
  }
}

.author-tags {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .author-tags {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .author-tags::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .author-tags {
    display: none;
  }
}

.author-tags.mobile {
  display: none;
  margin: 20px 0;
}

@media screen and (max-width: 575px) {
  .author-tags.mobile {
    display: block;
  }
}

.author-tags__link {
  background-color: #eef2f5;
  border: 1px solid #e1e7f0;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -0.56px;
  line-height: 16px;
  margin-right: 10px;
  padding: 8px 20px 8px 15px;
}

.author-tags__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .author-tags__link {
    margin-right: 0;
  }

  .author-tags__link + .news-tags__link {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .author-tags__link {
    font-size: 13px;
  }
}

.author-content__inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-content__inline__text {
  color: #000;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}

@media screen and (min-width: 1401px) {
  .author-content__inline__text {
    display: none;
  }
}

.author-content__inf {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .author-content__inf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.author-content ol,
.author-content > p,
.author-content > ul > li {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.author-content ol > img,
.author-content ol > strong > img,
.author-content > p > img,
.author-content > p > strong > img,
.author-content > ul > li > img,
.author-content > ul > li > strong > img {
  display: block;
  height: auto;
  width: 100%;
}

.author-content ol,
.author-content > ul {
  margin: 35px 0 0 20px;
}

.author-content ol li,
.author-content > ul li {
  margin-top: 0;
}

.author-content > ol {
  margin-left: 32px;
}

.author-content > ol li {
  list-style: inherit;
}

.author-content__img {
  margin-top: 32px;
}

@media screen and (min-width: 1400px) {
  .author-content__img {
    height: auto;
    width: 430px;
  }
}

@media screen and (max-width: 1399px) {
  .author-content__img {
    height: auto;
    width: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .author-content__img {
    height: auto;
    width: 310px;
  }
}

.author-content .social-share {
  margin: 32px 0;
}

.author-content__alltext {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #1da1f2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 23px;
  margin-bottom: 40px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .author-content__alltext {
    display: none;
  }
}

.author-content__alltext-text {
  position: relative;
}

.author-content__alltext-text:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: -15px;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.author-spot {
  color: #000;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (min-width: 1024px) and (max-height: 1399px) {
  .author-spot {
    padding: 0 15px;
  }
}

.news-left-wrapper {
  overflow-x: hidden;
}

.news-right-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .news-right-wrapper {
    display: none;
  }
}

.news-right-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .news-right-content {
    max-width: 100%;
  }
}

.news-right-content .adv {
  padding: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
}

.sticky .adv {
  padding: 0;
}

.sticky-wrapper {
  margin-top: 15px;
  position: relative;
}

.sticky-wrapper:first-child {
  height: 600px;
  margin-top: 0;
}

.sticky-wrapper:last-child {
  height: 100%;
}

.tb-adv {
  margin-top: 50px;
}

.promo {
  margin: 50px 0;
}

.promo__title {
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 25px;
  margin-bottom: 22px;
  padding-left: 28px;
}

.promo__cover--img {
  display: block;
  height: auto;
  width: 100%;
}

.promo__carousel {
  overflow: hidden;
  width: 100%;
}

.promo__carousel .swiper-slide {
  width: auto;
}

.promo__carousel--dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}

.promo__carousel--dots .swiper-pagination-bullet {
  background-color: #c4c4c4;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 10px;
}

.promo__carousel--dots .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px;
}

.promo__carousel--dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.promo__carousel--dots .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.promo__item {
  border: 1px solid #e1e7f0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.promo__item + .promo__item {
  margin-top: 20px;
}

.promo__content--link {
  display: block;
  padding: 16px 16px 0;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--link {
    padding: 14px 14px 0;
  }
}

.promo__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
  }
}

@media screen and (max-width: 360px) {
  .promo__content--title {
    font-size: 14px;
    height: 38px;
    line-height: 18px;
  }
}

.promo__tag {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ea0e0f;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 10px;
  height: 10px;
  letter-spacing: -0.3px;
  line-height: 16px;
  margin: 16px 0 12px;
  overflow: hidden;
  padding: 4px 10px 16px 16px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo__tag {
    display: inline-block;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__tag {
    margin-top: 8px;
    padding: 4px 10px 14px 14px;
  }
}

.d-none {
  display: none !important;
}

.news-content {
  line-height: 30px;
  margin: 40px 0;
}

.news-content_title {
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  color: #000;
  cursor: pointer;
  -ms-flex: none;
  flex: none;
  flex-grow: 1;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 21px;
  letter-spacing: -0.02em;
  line-height: 130%;
  order: 0;
  width: 100%;
}

.news-content_title.content-area-hidden hr,
.news-content_title.content-area-hidden ~ .news-content_list {
  display: none;
}

.news-content_title > hr {
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-item-align: stretch;
  -ms-flex-positive: 0;
  align-self: stretch;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  display: block;
  -ms-flex: none;
  flex: none;
  flex-grow: 0;
  height: 0;
  order: 0;
}

.news-content_list {
  cursor: pointer;
  display: block;
}

.news-content_list a {
  display: inline-block;
  margin-top: 14px;
}

.news-content_list .contentH1 {
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -ms-flex-item-align: stretch;
  -ms-flex-positive: 0;
  align-self: stretch;
  color: #040404;
  -ms-flex: none;
  flex: none;
  flex-grow: 0;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 22px;
  letter-spacing: -0.02em;
  line-height: 130%;
  margin-bottom: 20px;
  order: 1;
  width: 114px;
}

.news-content_list .contentNumber {
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-positive: 0;
  -ms-flex: none;
  flex: none;
  flex-grow: 0;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: 14px 0 0 12px;
  order: 0;
  width: 20px;
}

.news-content_list .contentNumber,
.news-content_list .contentText {
  color: #202020;
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-style: normal;
}

.news-content_list .contentText {
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -ms-flex-positive: 0;
  -ms-flex: none;
  flex: none;
  flex-grow: 0;
  font-weight: 300;
  height: 22px;
  line-height: 22px;
  margin-top: 14px;
  order: 1;
  width: 84px;
}

.news-content_list #showMore {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-positive: 0;
  align-items: center;
  color: #0063f7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
  flex: none;
  flex-grow: 0;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  margin: 20px 0 0 10px;
  order: 0;
  width: 134px;
}

.news-content_list #hideContent {
  display: none;
}

.news-content_list #hideContent.hidden-content-active {
  display: block;
}

.news-content_icon {
  cursor: pointer;
  float: right;
  font-size: 30px;
}

.news-content #news-content_text,
.news-content_icon {
  color: #000;
  font-weight: 700;
}

.news-content_contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Helvetica, Arial;
  justify-content: center;
  left: 194px;
  margin: 20px 0;
  padding: 20px;
  top: 2104px;
}

@media screen and (max-width: 767px) {
  .news-content__inf {
    padding: 15px 0;
  }
}

.news-content__inf h2 {
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
}

.news-content ol,
.news-content > p,
.news-content > ul > li {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.news-content ol > img,
.news-content > p > img,
.news-content > ul > li > img {
  display: block;
  height: auto;
  width: 100%;
}

.news-content ol,
.news-content > ul {
  margin: 35px 0 0 20px;
}

.news-content ol li,
.news-content > ul li {
  list-style: disc;
  margin-top: 0;
}

.news-content > ol {
  margin-left: 32px;
}

.news-content > ol li {
  list-style: number;
}

.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5 {
  color: #111;
  font-family: mulish-bold, Arial, sans-serif;
}

.news-content h2 {
  font-size: 28px;
}

.news-content h3 {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.news-content h4 {
  font-size: 18px;
  line-height: 26px;
}

.news-content h5 {
  font-size: 16px;
  line-height: 24px;
}

.news-detail-content {
  background-color: #fff;
}

.news-detail-content p a {
  color: #db0101;
}

.news-detail-content iframe {
  max-width: 100%;
}

.news-detail-content .inline-keyword {
  color: #b3000c;
  font-family: mulish-regular, Arial, sans-serif;
  text-decoration: underline;
}

.news-detail-content .inline-keyword:hover {
  text-decoration: none;
}

.news-detail-content[data-fontsize="1"] h2,
.news-detail-content[data-fontsize="1"] p {
  font-size: 22px;
}

.news-detail-content[data-fontsize="2"] h2,
.news-detail-content[data-fontsize="2"] p {
  font-size: 23px;
}

.news-detail-content[data-fontsize="3"] h2,
.news-detail-content[data-fontsize="3"] p {
  font-size: 24px;
}

.news-detail-content b,
.news-detail-content strong {
  font-family: mulish-bold, Arial, sans-serif;
}

.news-detail-content .masthead-header {
  max-width: 100%;
}

.medyanet-fullwidth-adv .news-detail-content.adRenderer > div,
.medyanet-fullwidth-adv .news-detail-content.adRendererInfinite > div,
.news-detail-content > .adv,
.news-detail-content > .container {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .medyanet-fullwidth-adv .news-detail-content.adRenderer > div,
  .medyanet-fullwidth-adv .news-detail-content.adRendererInfinite > div,
  .news-detail-content > .adv,
  .news-detail-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .medyanet-fullwidth-adv .news-detail-content.adRenderer > div,
  .medyanet-fullwidth-adv .news-detail-content.adRendererInfinite > div,
  .news-detail-content > .adv,
  .news-detail-content > .container {
    max-width: 1024px;
    padding: 0 9px;
  }
}

@media screen and (min-width: 1400px) {
  .medyanet-fullwidth-adv .news-detail-content.adRenderer > div,
  .medyanet-fullwidth-adv .news-detail-content.adRendererInfinite > div,
  .news-detail-content > .adv,
  .news-detail-content > .container {
    max-width: 1060px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .medyanet-fullwidth-adv .news-detail-content.adRenderer > div,
  .medyanet-fullwidth-adv .news-detail-content.adRendererInfinite > div,
  .news-detail-content > .adv,
  .news-detail-content > .container {
    max-width: 1245px;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-detail-title {
  color: #262626;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 50px;
  letter-spacing: -1.76px;
  line-height: 65px;
  margin-top: 17px;
}

@media screen and (max-width: 1399px) {
  .news-detail-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .news-detail-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 36px;
    margin: 24px 0 26px;
  }
}

@media screen and (min-width: 1400px) {
  .news-detail-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

.news-tags {
  margin: 10px 0 25px;
}

@media screen and (max-width: 767px) {
  .news-tags {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .news-tags::-webkit-scrollbar {
    display: none;
  }
}

.news-tags__link {
  background-color: #eef2f5;
  border: 1px solid #e1e7f0;
  border-radius: 15px;
  color: #000;
  display: none;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.56px;
  line-height: normal;
  margin-right: 10px;
  padding: 8px 20px 8px 15px;
}

.news-tags__link:first-child,
.news-tags__link:nth-child(2),
.news-tags__link:nth-child(3) {
  display: inline-block;
}

@media (min-width: 768px) {
  .news-tags__link {
    margin-bottom: 10px;
  }
}

.news-tags__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .news-tags__link {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .news-tags__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .news-tags__link {
    margin-right: 0;
  }

  .news-tags__link + .news-tags__link {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .news-tags__link {
    letter-spacing: 0;
    padding: 6px 10px;
  }
}

.news-tags__link.livetag {
  background-color: #fef4f4;
  border: 1px solid #f70000;
  color: #f70000;
}

.news-tags__live-score {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  margin-right: 10px;
  padding: 4px 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .news-tags__live-score {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 992px) {
  .news-tags__live-score {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .news-tags__live-score {
    letter-spacing: 0;
  }
}

.news-tags__live-score .divider {
  background-color: #d8d8d8;
  display: inline-block;
  height: 24px;
  width: 1px;
}

.news-tags__live-score .btn {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  color: #f4f4f4;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.news-tags__live-score .btn:before {
  background: linear-gradient(
    120deg,
    transparent,
    hsla(0, 0%, 100%, 0.2),
    transparent
  );
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
  width: 100%;
}

.news-tags__live-score .btn:hover {
  -webkit-box-shadow: 1px 1px 25px 10px hsla(0, 0%, 100%, 0.5);
  box-shadow: 1px 1px 25px 10px hsla(0, 0%, 100%, 0.5);
}

.news-tags__live-score .btn:hover:before {
  left: 100%;
}

.news-tags__live-score .btn img {
  height: 18px;
  width: 104px;
}

@media (min-width: 768px) {
  .news-tags__live-score .btn img {
    height: 24px;
    width: 128px;
  }
}

.news-tags__live-score .btn-anim:before {
  -webkit-animation: shine 5s ease-in-out infinite;
  animation: shine 5s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }

  13% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  13% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .news-tags {
    margin: 10px 0 0;
  }
}

.news-media .dailymotionVideo {
  min-height: 488px;
}

@media screen and (max-width: 1599px) {
  .news-media .dailymotionVideo {
    min-height: 414px;
  }
}

@media screen and (max-width: 1399px) {
  .news-media .dailymotionVideo {
    min-height: 369px;
  }
}

@media screen and (max-width: 1023px) {
  .news-media .dailymotionVideo {
    min-height: 553px;
  }
}

@media screen and (max-width: 767px) {
  .news-media .dailymotionVideo {
    min-height: 416px;
  }
}

@media screen and (max-width: 575px) {
  .news-media .dailymotionVideo {
    min-height: 324px;
  }
}

@media screen and (max-width: 414px) {
  .news-media .dailymotionVideo {
    min-height: 233px;
  }
}

.news-media .dailymotion-player-wrapper iframe {
  height: inherit;
}

.news-media iframe {
  height: 494px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-media iframe {
    height: 332px;
  }
}

.news-media > img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-media {
    margin: 0;
  }
}

.news-media .news-source {
  color: #646464;
  display: block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .news-media .news-source {
    padding: 10px 15px 0;
  }
}

.news-content {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  margin-top: 0;
  padding: 0 30px;
}

@media screen and (max-width: 1023px) {
  .news-content {
    font-size: 18px;
    line-height: 29px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .news-content {
    padding: 10px;
  }
}

.news-content__inf {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -15px;
  padding: 15px 30px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-content__inf {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .news-content__inf {
    padding: 15px 15px 0;
  }
}

@media screen and (min-width: 1024px) {
  .news-content__inf {
    margin-bottom: 0;
    padding: 0 15px;
  }
}

.news-content__inf h2 {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  font-weight: inherit;
  line-height: 33px;
  margin: 24px 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .news-content__inf h2 {
    font-size: 18px;
    line-height: 29px;
  }
}

.news-content > p {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .news-content > p {
    font-size: 18px;
  }
}

.news-content > div,
.news-content > ol,
.news-content > p,
.news-content > ul > li {
  font-family: mulish-regular, Arial, sans-serif;
}

.news-content > div > img,
.news-content > ol > img,
.news-content > p > img,
.news-content > ul > li > img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .news-content > p {
    font-size: 20px;
    line-height: 33px;
    margin-top: 32px;
  }
}

.news-content > ul li {
  font-family: mulish-regular, Arial, sans-serif;
}

.news-content ol,
.news-content > ul {
  list-style: inherit;
}

.news-content ol li,
.news-content > ol li,
.news-content > ul li {
  font-family: mulish-regular, Arial, sans-serif;
}

.news-content > ol li {
  list-style: inherit;
}

.news-content h1 {
  font-size: 32px !important;
  font-weight: 700;
}

.news-content h2 {
  color: #111;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 38px;
  margin-top: 30px;
}

.news-content h3 {
  font-size: 22px !important;
  font-weight: 700;
}

.news-content h4 {
  font-size: 20px !important;
  font-weight: 700;
}

.news-content h5 {
  font-size: 18px !important;
  font-weight: 700;
}

.news-content h6 {
  font-size: 16px !important;
  font-weight: 700;
}

[dir="ltr"] .news-content ol,
[dir="ltr"] .news-content ul {
  padding-left: 40px;
}

[dir="rtl"] .news-content ol,
[dir="rtl"] .news-content ul {
  padding-right: 40px;
}

.news-content ol,
.news-content ul {
  line-height: inherit;
  line-height: 22px;
  margin: inherit;
  padding: inherit;
}

.news-content ol li,
.news-content ul li {
  line-height: 22px;
}

.news-profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  -ms-flex: auto;
  flex: auto;
  float: left;
}

.news-profile__img {
  display: block;
}

.news-profile__img img {
  border-radius: 50%;
  height: 48px;
  margin-right: 5px;
  width: auto;
}

.news-profile__account {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-profile__account:not(:last-child) {
  border-right: 1.5px solid #999;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .news-profile__account:not(:last-child) {
    border: none;
  }
}

@media screen and (min-width: 1400px) {
  .news-profile__account {
    margin-left: 0;
  }
}

.news-profile__account--name {
  color: #262626;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .news-profile__account--name {
    font-size: 14px;
  }
}

.news-profile__account--social {
  color: rgba(0, 0, 0, 0.4);
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .news-profile__account--social {
    font-size: 14px;
  }
}

.news-profile__account--editorname {
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  gap: 16px;
  letter-spacing: -0.52px;
  line-height: 16px;
  margin-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767px) {
  .news-profile__account--editorname {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: none;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    gap: 8px;
    margin: 0;
  }
}

.news-profile__account--editorname p {
  color: #868686;
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: -0.52px;
  line-height: 16px;
  margin-left: -5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (min-width: 1024px) {
  .news-profile__account--editorname p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .news-profile__account--editorname p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .news-profile__account--editorname p {
    max-width: 250px;
  }

  .news-profile__account--editorname p:first-child {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1470px) {
  .news-profile__account--editorname p {
    max-width: 264px;
  }
}

@media (min-width: 1470px) {
  .news-profile__account--editorname p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.news-profile__account--editorname p:first-child {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .news-profile__account--editorname p:first-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .news-profile__account--editorname p:first-child {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .news-profile__account--editorname p:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .news-profile__account--editorname p:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1470px) {
  .news-profile__account--editorname p:first-child {
    margin-left: 5px;
  }
}

.news-profile__account--editorname p:not(:last-child) {
  border-right: 1.5px solid #999;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .news-profile__account--editorname p:not(:last-child) {
    border: none;
  }
}

.news-profile__account span {
  font-family: mulish-regular, Arial, sans-serif;
}

.news-profile__account span:first-child {
  font-family: mulish-extra-bold, Arial, sans-serif;
}

.news-profile[data-layout="double-writer"] .news-profile__img img {
  height: 54px;
  opacity: 1 !important;
}

.news-profile[data-layout="double-writer"] .news-profile__img:first-child {
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .news-inf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
  }
}

.news-date {
  color: #999;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news-date {
    line-height: 16px;
  }
}

@media screen and (min-width: 767px) {
  .news-date {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .news-date {
    font-family: mulish-medium, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
}

.news-date:after {
  background: #6e7780;
  border-radius: 50%;
  content: "\a";
  display: inline-block;
  height: 3px;
  margin: 0 0 3px 10px;
  width: 3px;
}

@media screen and (max-width: 767px) {
  .news-date:after {
    display: none;
  }
}

.news-rate {
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #000;
  font-family: Lato-Semibold, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  padding: 7px 15px;
}

@media screen and (max-width: 767px) {
  .news-rate {
    display: none;
  }
}

.news-flash {
  clear: both;
  margin-top: 35px;
}

.news-flash__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 24px;
  letter-spacing: -0.02px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 32px;
  position: relative;
  text-overflow: ellipsis;
}

.news-flash__title:before {
  content: "";
  height: 24px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 14px;
}

.news-flash__content {
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news-flash__content {
    border-radius: 0;
  }
}

.news-flash__content img {
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 231px;
}

@media screen and (max-width: 767px) {
  .news-flash__content img {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .news-flash__content img {
    width: 146px;
  }
}

.news-flash__content:hover {
  opacity: 0.9;
}

.news-flash__heading,
.news-flash__heading2 {
  padding: 20px;
  width: calc(100% - 231px);
}

@media screen and (max-width: 575px) {
  .news-flash__heading,
  .news-flash__heading2 {
    width: calc(100% - 146px);
  }
}

.news-flash__heading2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}

.news-flash__h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news-flash__h4 {
    -webkit-line-clamp: 4;
    max-height: 112px;
  }
}

@media screen and (max-width: 575px) {
  .news-flash__h4 {
    font-size: 16px;
    line-height: 19px;
    max-height: 76px;
  }
}

.news-flash__button,
.news-flash__button2 {
  background: hsla(0, 0%, 100%, 0.95);
  border-radius: 4px;
  display: inline-block;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 9px;
  padding: 9.5px 51px 9.5px 16px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .news-flash__button,
  .news-flash__button2 {
    font-size: 11px;
    padding: 7px 45px 7px 10px;
  }
}

.news-flash__button2:before,
.news-flash__button:before {
  border-bottom: 3px solid;
  border-radius: 3px;
  border-right: 3px solid;
  content: "";
  padding: 4px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-flash__button2:after,
.news-flash__button:after {
  border-radius: 3px;
  border-top: 3px solid;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  width: 16px;
}

.news-flash__button2 {
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
  margin: 20px -20px 0;
  padding: 14px 51px 14px 16px;
  width: calc(100% + 40px);
}

.news-flash[data-layout="mavi"] .news-flash__content {
  background: #1368ff;
}

.news-flash[data-layout="mavi"] .news-flash__button {
  color: #0050de;
}

.news-flash[data-layout="mavi"] .news-flash__button2 {
  background: #0050de;
}

.news-flash[data-layout="kirmizi"] .news-flash__content {
  background: #ed1d24;
}

.news-flash[data-layout="kirmizi"] .news-flash__button {
  color: #cb161d;
}

.news-flash[data-layout="kirmizi"] .news-flash__button2 {
  background: #cb161d;
}

.news-flash[data-layout="sari"] .news-flash__content {
  background: #f5c100;
}

.news-flash[data-layout="sari"] .news-flash__button {
  color: #e9b700;
}

.news-flash[data-layout="sari"] .news-flash__button2 {
  background: #e9b700;
}

.news-flashtag {
  clear: both;
  margin-top: 35px;
}

.news-flashtag__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 24px;
  letter-spacing: -0.02px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 32px;
  position: relative;
  text-overflow: ellipsis;
}

.news-flashtag__title:before {
  content: "";
  height: 24px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 14px;
}

.news-flashtag__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .news-flashtag__content {
    border-radius: 0;
  }
}

@media screen and (max-width: 374px) {
  .news-flashtag__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-flashtag__img > img {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  height: 158px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 264px;
}

@media screen and (max-width: 1399px) {
  .news-flashtag__img > img {
    width: 231px;
  }
}

@media screen and (max-width: 1023px) {
  .news-flashtag__img > img {
    width: 264px;
  }
}

@media screen and (max-width: 767px) {
  .news-flashtag__img > img {
    height: 100%;
    width: 200px;
  }
}

@media screen and (max-width: 575px) {
  .news-flashtag__img > img {
    width: 150px;
  }
}

@media screen and (max-width: 374px) {
  .news-flashtag__img > img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    height: 132px;
    width: 100%;
  }
}

.news-flashtag__img:hover {
  opacity: 0.9;
}

.news-flashtag__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid #e1e7f0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 9px 56px 9px 24px;
  position: relative;
}

@media screen and (max-width: 374px) {
  .news-flashtag__heading {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    padding: 15px 34px 15px 15px;
  }
}

.news-flashtag__heading:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  padding: 4px;
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-flashtag__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 14px;
  overflow: hidden;
}

.news-flashtag__tags a {
  color: #ea0e0f;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 14px;
}

.news-flashtag__tags a + a {
  margin-left: 8px;
}

.news-flashtag__h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #262626;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 26px;
  margin-top: 16px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) {
  .news-flashtag__h4 {
    -webkit-line-clamp: 3;
    margin-top: 12px;
    max-height: 78px;
  }
}

@media screen and (max-width: 1399px) {
  .news-flashtag__h4 {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
  }
}

@media screen and (max-width: 1023px) {
  .news-flashtag__h4 {
    -webkit-line-clamp: 3;
    font-size: 20px;
    line-height: 28px;
    max-height: 84px;
  }
}

@media screen and (max-width: 767px) {
  .news-flashtag__h4 {
    -webkit-line-clamp: 4;
    font-size: 16px;
    line-height: 22px;
    max-height: 88px;
  }
}

@media screen and (max-width: 575px) {
  .news-flashtag__h4 {
    -webkit-line-clamp: 3;
    max-height: 66px;
  }
}

.news-flashtag__hplink {
  color: #929294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato-Semibold, Arial;
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 1599px) {
  .news-flashtag__hplink {
    margin-top: 12px;
  }
}

.news-flashtag__hplink img {
  margin-right: 9px;
}

.news-related {
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  float: left;
  margin: 35px 35px 35px -30px;
  position: relative;
  width: 345px;
}

.news-related[data-layout="fullwidth"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  justify-content: flex-start;
  margin: 35px -30px;
  width: calc(100% + 60px);
}

.news-related[data-layout="fullwidth"]:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  padding: 9px;
  position: absolute;
  right: 50px;
  top: calc(50% - 14px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-related[data-layout="fullwidth"] p {
  -webkit-line-clamp: 3;
  height: auto;
  margin: 0 135px 0 25px;
  max-height: 85px;
}

.news-related p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111;
  display: -webkit-box;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 18px;
  height: 55px;
  line-height: 28px;
  margin: 15px 15px 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news-related p {
    -webkit-line-clamp: 3;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    margin: 0 25px 0 15px !important;
    max-height: 72px !important;
  }
}

.news-related p b {
  font-family: mulish-bold, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .news-related {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eef2f5;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 35px -15px 0 !important;
    width: calc(100% + 30px) !important;
  }

  .news-related:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    padding: 3px !important;
    position: absolute;
    right: 10px !important;
    top: calc(50% - 5px) !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .news-related img {
    height: 103px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 103px;
  }
}

.news-rd-gallery {
  margin: 35px 0 0;
  position: relative;
  width: 286px;
}

@media screen and (max-width: 767px) {
  .news-rd-gallery {
    margin: 35px 0 0 !important;
    width: 100%;
  }
}

.news-rd-gallery__collage {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-rd-gallery__collage {
    width: 100%;
  }
}

.news-rd-gallery__collage:before {
  background: url(../images/ic-rd-gallery.svg) rgba(34, 34, 34, 0.8) no-repeat
    6px;
  background-size: 15px;
  border-radius: 4px;
  color: #fff;
  content: attr(data-totalcount);
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 12px;
  left: 12px;
  padding: 6px 6px 6px 25px;
  position: absolute;
  top: 12px;
}

.news-rd-gallery__collage img {
  border: 1px solid #979797;
}

@media screen and (max-width: 767px) {
  .news-rd-gallery__dual {
    width: 50%;
  }
}

.news-rd-gallery__dual img {
  display: block;
  height: 143px;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .news-rd-gallery__dual img {
    height: auto;
    width: 100%;
  }
}

.news-rd-gallery__full {
  height: 286px;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .news-rd-gallery__full {
    height: auto;
    width: 50%;
  }

  .news-rd-gallery__full img {
    height: auto;
    width: 100%;
  }
}

.news-rd-gallery__content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 14px 12px 20px;
  width: 100%;
}

.news-rd-gallery__content h3 {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.news-rd-gallery__content--span {
  background-color: #0079ca;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 17px;
  padding: 6px 25px 6px 12px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-rd-gallery__content--span:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
  padding: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-rd-gallery__content--link {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.news-rd-gallery__content--link:hover {
  opacity: 0.2;
}

.news-fullwith-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin: 35px -30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-fullwith-img {
    margin: 35px -15px 0;
  }
}

@media screen and (min-width: 768px) {
  .news-fullwith-img {
    margin: 35px -15px 0;
  }
}

.news-fullwith-img img {
  height: auto;
  max-width: 100%;
}

.news-fullwith-img span {
  color: #262626;
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  .news-fullwith-img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .news-fullwith-img span {
    padding: 0 15px;
  }
}

.news-fullwith-img .news-source {
  background: #eef2f5;
  color: #646464;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  padding: 20px 15px;
  position: relative;
  top: -8px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .news-fullwith-img .news-source {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .news-fullwith-img .news-source {
    font-family: mulish-regular, Arial, sans-serif;
  }
}

@media screen and (max-width: 414px) {
  .news-fullwith-img .news-source {
    text-align: left;
  }
}

.news-quotation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 35px -30px 0;
}

@media screen and (max-width: 767px) {
  .news-quotation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    background-color: #eef2f5;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -15px 0;
  }
}

.news-quotation__text {
  margin: 0 62px;
}

@media screen and (max-width: 767px) {
  .news-quotation__text {
    display: none !important;
  }
}

.news-quotation__text p {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 23px;
  line-height: 34px;
}

@media screen and (max-width: 1399px) {
  .news-quotation__text p {
    font-size: 19px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .news-quotation__text p {
    font-size: 21px;
    line-height: 30px;
  }
}

.news-quotation__text span {
  color: #262626;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

@media screen and (max-width: 1399px) {
  .news-quotation__text span {
    font-size: 13px;
  }
}

.news-quotation__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.news-quotation__img p {
  display: none;
}

@media screen and (max-width: 767px) {
  .news-quotation__img p {
    color: #262626;
    display: block;
    font-family: mulish-regular, Arial, sans-serif;
    font-size: 23px;
    line-height: 34px;
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.news-quotation__img img {
  height: auto;
  min-width: 438px;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .news-quotation__img img {
    min-width: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .news-quotation__img img {
    min-width: 404px;
  }
}

@media screen and (max-width: 767px) {
  .news-quotation__img img {
    margin-bottom: 30px;
    min-width: 100%;
  }
}

.news-quotation__img span {
  color: #262626;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .news-quotation__img span {
    display: block;
    margin: 15px 30px 30px;
  }
}

.news-right-quotation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .news-right-quotation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.news-right-quotation .news-quotation__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  justify-content: center;
  justify-content: left;
}

.news-right-quotation .news-quotation__text p,
.news-right-quotation .news-quotation__text span {
  text-align: left;
}

.news-blockquote {
  background: url(../images/blockquote.png) #eef2f5 no-repeat 30px 40px;
  clear: both;
  margin: 35px -30px 0;
  padding: 70px 40px 40px 30px;
}

@media screen and (max-width: 767px) {
  .news-blockquote {
    margin: 35px -15px 0;
  }
}

.news-blockquote p {
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 21px;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .news-blockquote p {
    margin-top: 0;
  }
}

.news-blockquote span {
  color: #262626;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.news-inline {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-top: 35px;
}

.news-inline-blockquote {
  display: table;
  margin: 0 35px 35px -30px;
  width: 345px;
}

@media screen and (max-width: 767px) {
  .news-inline-blockquote {
    margin: 0 -15px 30px;
    width: calc(100% + 30px);
  }
}

.news-related__link {
  background-color: #eef2f5;
  border-radius: 5px;
  clear: both;
  margin-top: 27px;
  padding: 20px;
}

.news-related__link h3 {
  border-bottom: 1px solid #e6e6e6;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: -1.08px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .news-related__link h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .news-related__link h3 {
    font-size: 22px;
  }
}

.news-related__link a {
  color: #262626;
  display: block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 45px;
  position: relative;
}

.news-related__link a + a {
  margin-top: 20px;
}

.news-related__link a:before {
  background: url(../images/ic-right.svg) no-repeat 50% #fff;
  border-radius: 30px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

@media screen and (max-width: 1399px) {
  .news-related__link a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .news-related__link a {
    font-size: 17px;
  }
}

.news-related__link.color-blue {
  background-color: #1368ff !important;
}

.news-related__link.color-blue a,
.news-related__link.color-blue h3 {
  color: #fff !important;
}

.news-tb-adv {
  width: 100%;
}

.news-more-tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-more-tags {
    border-bottom: 1px solid #e9e9e9;
    border-top: 0;
    display: block;
    padding-top: 0;
  }
}

.news-more-tags__text {
  color: #111;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 34px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .news-more-tags__text {
    display: none;
  }
}

.news-featured {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: table;
  margin: 35px -30px 35px 35px;
  width: 363px;
}

@media screen and (max-width: 1599px) {
  .news-featured {
    width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .news-featured {
    margin: 35px 0 0;
    width: 100%;
  }
}

.news-featured-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

@media screen and (max-width: 767px) {
  .news-featured-wrapper {
    float: none;
  }
}

.news-featured__title {
  color: #0f1419;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 20px;
}

.news-featured__container,
.news-featured__title {
  border-bottom: 1px solid #e6e6e6;
  padding: 17px 20px;
}

.news-featured__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.news-featured__container img {
  height: auto;
  width: 80px;
}

.news-featured__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
}

.news-featured__text a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-featured__text span {
  color: #0f1419;
  font-size: 16px;
  letter-spacing: -0.64px;
}

.news-featured__tag,
.news-featured__text span {
  font-family: Lato-Semibold, Arial;
  line-height: 20px;
}

.news-featured__tag {
  color: #5b6f83;
  font-size: 13px;
  letter-spacing: -0.52px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .news-featured__tag {
    padding: 10px 0;
  }
}

.news-featured__more {
  color: #1a73e8;
  display: block;
  font-family: Lato-Semibold, Arial;
  font-size: 15px;
  letter-spacing: -0.6px;
  line-height: 20px;
  padding: 17px 20px;
}

.gallery-detail-content .breadcrumb__link {
  font-family: mulish-semi-bold, Arial, sans-serif;
}

.gallery-detail-content .news-content__inf {
  margin-bottom: 0;
  padding: 15px 0 0;
}

@media screen and (max-width: 575px) {
  .gallery-detail-content .news-content__inf {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .gallery-detail-content .news-content__inf {
    padding: 0;
  }
}

.gallery-detail-content .news-content__inf h2 {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .gallery-detail-content .news-content__inf h2 {
    line-height: 33px;
    margin-bottom: 32px;
    padding: 0 15px;
  }
}

.gallery-detail-content .news-date {
  margin-right: 0;
}

.gallery-detail-content .news-date:after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .gallery-detail-content .sticky-wrapper {
    display: none;
  }
}

.gallery-detail-content .news-rate {
  display: none;
}

@media screen and (min-width: 1024px) {
  .gallery-detail-content .news-right-content .promo__title {
    margin-bottom: 34px;
  }

  .gallery-detail-content .news-tags {
    min-height: 30px;
  }
}

.gallery-list__item {
  margin-top: 0;
}

.gallery-list__item .adv-desktop {
  max-width: 100%;
  padding: 0;
}

.gallery-list__item .adv-desktop .medyanet-fullwidth-adv .adRenderer > div {
  max-width: 100%;
}

.gallery-list .dailymotionVideo {
  height: 100%;
  width: 100%;
}

.gallery-list .dailymotionVideo > div {
  height: 100%;
  padding-bottom: 0 !important;
  width: 100%;
}

.gallery-image {
  margin-bottom: 16px;
  margin-top: 16px;
}

.gallery-image__cover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.gallery-image__cover:hover .gallery-image__share {
  opacity: 1;
}

@media screen and (min-width: 1600px) {
  .gallery-image__cover {
    margin-left: -10px;
    width: 869px;
  }
}

.gallery-image__picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #f4f4f4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-content: center;
}

.gallery-image__picture img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.gallery-image__picture iframe {
  height: 100%;
  width: 100%;
}

.gallery-image__source {
  color: #646464;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding: 10px 30px;
}

@media screen and (max-width: 1399px) {
  .gallery-image__source {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-image__source {
    padding: 10px 0;
  }
}

.gallery-image__text {
  font-family: mulish-regular, Arial, sans-serif;
  margin-top: 24px;
  padding: 0 10px;
}

@media screen and (min-width: 1024px) {
  .gallery-image__text {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1399px) {
  .gallery-image__text {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1400px) {
  .gallery-image__text {
    font-size: 20px;
    line-height: 33px;
  }
}

.gallery-image__text h2 {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.gallery-image__text p {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

@media screen and (min-width: 768px) {
  .gallery-image__text p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .gallery-image__text p {
    font-size: 20px;
    line-height: 33px;
  }
}

.gallery-image__text a {
  font-family: mulish-regular, Arial, sans-serif;
}

.gallery .gallery-lightbox__share,
.gallery-image__share {
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  right: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

.gallery .gallery-lightbox__share span,
.gallery-image__share span {
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  cursor: pointer;
  height: 40px;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .gallery .gallery-lightbox__share span,
  .gallery-image__share span {
    line-height: 32px;
    width: 32px;
  }
}

.gallery .gallery-lightbox__share span:hover,
.gallery-image__share span:hover {
  opacity: 1;
}

.gallery .gallery-lightbox__share .facebook,
.gallery-image__share .facebook {
  background-image: url(../images/ic-facebook-white.svg);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.gallery .gallery-lightbox__share .facebook:hover,
.gallery-image__share .facebook:hover {
  background-color: #325a9d;
}

.gallery .gallery-lightbox__share .twitter,
.gallery-image__share .twitter {
  background-image: url(../images/x-logo-white.svg);
}

.gallery .gallery-lightbox__share .twitter:hover,
.gallery-image__share .twitter:hover {
  background-color: #000;
}

.gallery .gallery-lightbox__share .pinterest,
.gallery-image__share .pinterest {
  background-image: url(../images/ic-pinterest-white.svg);
}

.gallery .gallery-lightbox__share .pinterest:hover,
.gallery-image__share .pinterest:hover {
  background-color: #ca2028;
}

.gallery .gallery-lightbox__share .whatsapp,
.gallery-image__share .whatsapp {
  background-image: url(../images/ic-whatsapp-white.svg);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.gallery .gallery-lightbox__share .whatsapp:hover,
.gallery-image__share .whatsapp:hover {
  background-color: #25d366;
}

.gallery .gallery-lightbox__share .zoom-picture,
.gallery-image__share .zoom-picture {
  background-image: url(../images/ic-zoom.svg);
  border-radius: 4px;
  margin-left: 6px;
}

.gallery .gallery-lightbox__share .zoom-picture:hover,
.gallery-image__share .zoom-picture:hover {
  background-color: #ff000e;
}

.gallery .gallery-lightbox__count,
.gallery-image__count {
  background: hsla(0, 0%, 43%, 0.8);
  border-radius: 6px;
  color: #fff;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 14px;
  height: 27px;
  left: 8px;
  letter-spacing: 0.5px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 27px;
}

@media screen and (min-width: 768px) {
  .gallery .gallery-lightbox__count,
  .gallery-image__count {
    font-size: 16px;
    height: 31px;
    left: 16px;
    line-height: 31px;
    top: 14px;
    top: 16px;
    width: 31px;
  }
}

.gallery .gallery-lightbox__count span,
.gallery-image__count span {
  font-family: mulish-bold, Arial, sans-serif;
}

.gallery .gallery-lightbox__count em,
.gallery-image__count em {
  display: none;
}

.gallery .gallery-lightbox__count b,
.gallery-image__count b {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
}

.gallery-lightbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

.gallery-lightbox.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-lightbox.show .zoom-picture {
  display: none;
}

.gallery-lightbox__close {
  color: #000;
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.gallery-lightbox__close:hover {
  color: #ea0e0f;
}

.gallery-lightbox__container {
  margin: auto;
  padding: 0 15px;
}

@media screen and (max-width: 1023px) {
  .gallery-lightbox__container {
    padding: 0 10px;
  }
}

.gallery-lightbox__img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.gallery-lightbox__img-container:hover .gallery-image__share {
  opacity: 1;
}

.gallery-lightbox__img {
  height: auto;
  max-height: calc(100vh - 130px);
  width: 100%;
}

.read-full-news {
  background: red;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  margin: 60px auto 50px;
  padding: 10px 31px 10px 16px;
  position: relative;
  text-align: center;
  width: 203px;
}

.read-full-news:after,
.read-full-news:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}

.read-full-news:after {
  top: 18px;
}

.medyanet-inline-adv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  align-items: center;
  background: #f3f3f3;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin: 80px -30px 40px;
  padding: 25px 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .medyanet-inline-adv {
    padding-top: 40px;
  }
}

.medyanet-inline-adv > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .medyanet-inline-adv > div {
    margin: auto;
    width: 320px;
  }
}

.timeline-news-box .medyanet-inline-adv .adv-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.medyanet-inline-adv .read-more-detail {
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  display: block;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: -70px;
}

@media screen and (min-width: 768px) {
  .medyanet-inline-adv .read-more-detail {
    top: -23px;
  }
}

.medyanet-inline-adv .read-more-detail .arrow {
  display: block;
  position: relative;
}

.medyanet-inline-adv .read-more-detail .arrow:after {
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  margin-left: -5px;
  padding: 3px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .medyanet-inline-adv {
    margin: 81px auto 55px;
    min-height: 250px;
    padding: 0;
    width: 320px;
    z-index: 1;
  }

  .medyanet-inline-adv:before {
    background: #f3f3f3;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    content: "";
    height: calc(100% + 66px);
    left: 50%;
    position: absolute;
    top: -46px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }

  .medyanet-inline-adv img {
    width: 300px;
  }
}

.gallery-aws-products {
  background-color: #f9f9f9;
  color: #262626;
  font-family: mulish-regular, Arial, sans-serif;
  margin: 35px -30px 0;
}

@media screen and (max-width: 767px) {
  .gallery-aws-products {
    margin: 35px -15px 0;
  }
}

.gallery-aws-products h3 {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 22px;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .gallery-aws-products h3 {
    font-size: 15px;
    padding: 8px 12px;
  }
}

.amazon-widget__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .amazon-widget__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
  }
}

.amazon-widget__flex > h3 {
  color: #7d7d7d;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .amazon-widget__flex > h3 {
    font-size: 10px;
    margin-left: auto;
    margin-top: 15px;
  }
}

.amazon-widget__product {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .amazon-widget__product,
  .amazon-widget__product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .amazon-widget__product__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
}

.amazon-widget__product h3 {
  font-size: 17px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .amazon-widget__product h3 {
    font-size: 12px;
    margin-top: 0;
  }
}

.amazon-widget__product h4 {
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .amazon-widget__product h4 {
    font-size: 10px;
    margin-top: 2px;
  }
}

.amazon-widget__button {
  background-color: #0f4b9a;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 12px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 130px;
}

.amazon-widget__button:hover {
  background-color: #082954;
  opacity: 1;
}

.amazon-widget__picture {
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.amazon-widget__picture img {
  display: block;
  height: auto;
  max-width: 130px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .amazon-widget__picture {
    margin-right: 9px;
  }
}

.amazon-widget p {
  font-size: 14px;
  line-height: 19px;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .amazon-widget p {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
  }
}

.amazon-widget p strong {
  font-family: mulish-bold, Arial, sans-serif;
}

.amazon-widget__all {
  border-top: 1px solid #d8d8d8;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .amazon-widget__all {
    padding: 12px;
  }
}

.amazon-widget__all a {
  margin: auto;
}

.relatednews-single-carousel {
  height: auto !important;
}

@media screen and (max-width: 575px) {
  .relatednews-single-carousel .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .relatednews-single-carousel .relatednews-slide + .relatednews-slide {
    margin-top: 20px;
  }
}

.relatednews {
  clear: both;
  margin-top: 40px;
  position: relative;
}

.relatednews-carousel,
.relatednews-single-carousel {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 155px;
  overflow: hidden;
  padding: 20px 0 20px 20px;
  width: 100%;
}

.relatednews-carousel__title,
.relatednews-single-carousel__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #353535;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 18px;
  height: 24px;
  letter-spacing: -0.02px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 32px;
  position: relative;
  text-overflow: ellipsis;
}

.relatednews-carousel__title:before,
.relatednews-single-carousel__title:before {
  content: "";
  height: 24px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 14px;
}

.relatednews-carousel__dots,
.relatednews-single-carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  position: absolute;
  right: 0;
  top: 0;
}

.relatednews-carousel__dots .swiper-pagination-bullet,
.relatednews-single-carousel__dots .swiper-pagination-bullet {
  background: #e1e7f0;
  border-radius: 50%;
  height: 10px;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 10px;
}

.relatednews-carousel__dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.relatednews-single-carousel__dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea0e0f;
}

@media screen and (max-width: 575px) {
  .relatednews-carousel__dots,
  .relatednews-single-carousel__dots {
    bottom: -30px;
    top: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .relatednews-carousel,
  .relatednews-single-carousel {
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 575px) {
  .relatednews-carousel,
  .relatednews-single-carousel {
    padding: 20px;
  }
}

@media screen and (max-width: 355px) {
  .relatednews-carousel,
  .relatednews-single-carousel {
    height: 120px;
    padding: 10px 20px;
  }
}

.relatednews-slide__tag__container {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relatednews-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  margin-right: 20px;
  width: calc(50% - 20px);
}

.relatednews-slide__img {
  border-radius: 50%;
  margin-right: 15px;
}

.relatednews-slide__img--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 355px) {
  .relatednews-slide__img {
    display: none;
  }
}

.relatednews-slide__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #353535;
  display: -webkit-box;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 16px;
  height: 60px;
  letter-spacing: -0.2px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) and (min-width: 768px) {
  .relatednews-slide__title {
    -webkit-line-clamp: 4;
    height: 80px;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .relatednews-slide__title {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .relatednews-slide__title {
    font-size: 15px;
  }
}

.relatednews-slide__tag {
  color: #ea0e0f;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -0.2px;
}

.relatednews-slide__tag + .relatednews-slide__tag {
  margin-left: 8px;
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .relatednews-slide__tag {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .relatednews-slide__tag {
    font-size: 10px;
  }

  .relatednews-slide__tag + .relatednews-slide__tag {
    margin-left: 5px;
  }

  .relatednews-slide {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 575px) {
  .relatednews-slide {
    margin-right: 40px;
    width: 100%;
  }

  .relatednews {
    margin-bottom: 40px;
  }
}

header .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

footer .col-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

footer .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .section-container-newsvideo {
    margin: 0 -15px;
  }
}

.quotation {
  background: #f0f1f5;
  border-radius: 3px;
  -webkit-box-shadow: 8px 8px 0 #dcdfec;
  box-shadow: 8px 8px 0 #dcdfec;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  width: calc(100% - 8px);
}

@media screen and (min-width: 768px) {
  .quotation {
    -webkit-box-shadow: 16px 16px 0 #dcdfec;
    box-shadow: 16px 16px 0 #dcdfec;
    padding: 65px 15px;
    width: calc(100% - 16px);
  }
}

.quotation .quotation__end,
.quotation .quotation__start {
  height: 50px;
  position: absolute;
  width: 74px;
}

@media screen and (min-width: 768px) {
  .quotation .quotation__end,
  .quotation .quotation__start {
    height: 61px;
    width: 87px;
  }
}

@media screen and (min-width: 1024px) {
  .quotation .quotation__end,
  .quotation .quotation__start {
    height: 75px;
    width: 107px;
  }
}

.quotation .quotation__start {
  left: 10px;
  top: 20px;
}

@media screen and (min-width: 768px) {
  .quotation .quotation__start {
    left: 16px;
    top: 24px;
  }
}

.quotation .quotation__end {
  bottom: 20px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .quotation .quotation__end {
    bottom: 24px;
    right: 16px;
  }
}

.quotation .quotation__start:before {
  background: url(../images/Headline.svg) 50% no-repeat;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 74px;
}

@media screen and (min-width: 768px) {
  .quotation .quotation__start:before {
    background: url(../images/Headline.svg) 50%/81px 61px no-repeat;
    height: 61px;
    width: 87px;
  }
}

@media screen and (min-width: 1024px) {
  .quotation .quotation__start:before {
    background: url(../images/Headline.svg) 50%/107px 75px no-repeat !important;
    height: 75px;
    width: 107px;
  }
}

.quotation .quotation__end:before {
  background: url(../images/Headline.svg) 50% no-repeat;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 74px;
}

@media screen and (min-width: 768px) {
  .quotation .quotation__end:before {
    background: url(../images/Headline.svg) 50%/81px 61px no-repeat;
    height: 61px;
    width: 87px;
  }
}

@media screen and (min-width: 1024px) {
  .quotation .quotation__end:before {
    background: url(../images/Headline.svg) 50%/107px 75px no-repeat !important;
    height: 75px;
    width: 107px;
  }
}

.quotation__text {
  color: #10204d;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

@media screen and (min-width: 576px) {
  .quotation__text {
    font-size: 17px;
    line-height: 33px;
  }
}

@media screen and (min-width: 768px) {
  .quotation__text {
    font-size: 18px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1024px) {
  .quotation__text {
    font-size: 20px;
    line-height: 33px;
  }
}

.interesting {
  background: #f8f8f8;
  border-radius: 3px;
  -webkit-box-shadow: 16px 16px 0 #eee;
  box-shadow: 16px 16px 0 #eee;
  display: block;
  float: right;
  margin-right: 16px;
  padding: 13.5px 9px 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .interesting {
    width: 272px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting {
    width: 263px;
  }
}

@media screen and (min-width: 1400px) {
  .interesting {
    width: 399px;
  }
}

.interesting__title {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin-left: 5px;
  padding: 2px 0 4px 10px;
  position: relative;
  text-transform: uppercase;
}

.interesting__title:before {
  border: 2px solid red;
  border-radius: 2px;
  content: "";
  height: 17px;
  left: -4px;
  position: absolute;
  top: -2px;
  width: 0;
}

@media screen and (min-width: 768px) {
  .interesting__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting__title {
    font-family: mulish-semi-bold, Arial, sans-serif;
    font-size: 20px;
    padding-top: 4px;
  }
}

.interesting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.interesting__cover {
  border-radius: 3px;
  height: 67px;
  overflow: hidden;
  width: 108px;
}

@media screen and (min-width: 768px) {
  .interesting__cover {
    height: 56px;
    width: 90px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting__cover {
    height: 68px;
    width: 82px;
  }
}

@media screen and (min-width: 1400px) {
  .interesting__cover {
    height: 73px;
    width: 113px;
  }
}

.interesting__cover--img {
  display: block;
  height: 67px;
  width: 108px;
}

@media screen and (min-width: 768px) {
  .interesting__cover--img {
    height: 56px;
    width: 90px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting__cover--img {
    height: 68px;
    width: 82px;
  }
}

@media screen and (min-width: 1400px) {
  .interesting__cover--img {
    height: 73px;
    width: 113px;
  }
}

.interesting__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  margin-top: 0 !important;
  width: calc(100% - 97px);
}

.interesting__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: -moz-box;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  white-space: inherit;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .interesting__content--title {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .interesting__content--title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting__content--title {
    font-size: 16px;
    line-height: 23px;
  }
}

.interesting__tag {
  color: #f70000;
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 10px;
  line-height: 23px;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.main-slider {
  display: inline-block;
  width: 100%;
}

.main-slider * {
  margin-top: 0 !important;
}

.main-slider .swiper-container {
  width: 100%;
}

.main-slider .swiper-slide {
  margin-top: 0 !important;
}

.main-slider__content {
  background: rgba(38, 38, 38, 0.6);
  bottom: 0;
  height: 37px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-slider__content {
    height: 29px;
  }
}

.main-slider__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 18px;
  height: 37px;
  justify-content: space-between;
  line-height: 33px;
}

@media screen and (max-width: 767px) {
  .main-slider__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    height: 29px;
    justify-content: flex-start;
  }
}

.main-slider__title--left {
  margin-top: 2px !important;
}

@media screen and (max-width: 767px) {
  .main-slider__title--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0 !important;
  }
}

.main-slider__title b {
  display: inline-block;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-left: 29px;
}

@media screen and (max-width: 767px) {
  .main-slider__title b {
    font-size: 13px;
    line-height: 29px;
    margin-left: 8px;
  }
}

.main-slider__title em {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 21.6px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .main-slider__title em {
    font-size: 11px;
    line-height: 29px;
    padding-top: 0;
  }
}

.main-slider__title p {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 33px;
  width: calc(100% - 97px);
}

@media screen and (max-width: 767px) {
  .main-slider__title p {
    display: block;
    font-size: 11px;
    line-height: 33px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 52px);
  }
}

@media screen and (max-width: 575px) {
  .main-slider__title p {
    font-size: 9px;
  }
}

.main-slider__img__wrapper {
  margin-top: 0 !important;
}

.main-slider__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  justify-content: center;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 9000;
}

.main-slider__nav i {
  color: #fff;
}

.main-slider__nav--next {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .section-container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-container-content .related-content {
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 4px;
  position: relative;
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content {
    padding: 10px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .section-container-content .related-content {
    margin-left: 0;
    width: 100%;
  }
}

.section-container-content .related-content:first-child {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content:first-child {
    border-radius: 3px 0 0 3px;
    border-width: 1px 0 1px 1px;
  }
}

.section-container-content .related-content:first-child:before {
  background: url(../images/check-red.svg) 20px no-repeat;
  background-color: #fff;
  color: #f70000;
  content: "OKUMADAN GEÇME";
  font-family: mulish-black, Arial, sans-serif;
  font-size: 18px;
  left: -20px;
  letter-spacing: 0;
  line-height: 140%;
  padding: 0 8px 0 45px;
  position: absolute;
  text-align: left;
  top: -35px;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .section-container-content .related-content:first-child:before {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-container-content .related-content:first-child:before {
    background-position: 15px;
    left: -13px;
    padding-left: 38px;
  }
}

.section-container-content .related-content:first-child:after {
  border: 1px solid #e3e3e3;
  border-left-width: 0;
  content: "";
  height: 24px;
  left: -20px;
  position: absolute;
  top: -48px;
  width: 260px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section-container-content .related-content:first-child:after {
    left: -13px;
  }
}

.section-container-content
  .related-content:first-child
  .related-content__img:before {
  height: 91px;
}

@media screen and (min-width: 768px) {
  .section-container-content
    .related-content:first-child
    .related-content__img:before {
    height: 111px;
  }

  .section-container-content .related-content:nth-child(2) {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 60px 0 0;
  }

  .section-container-content
    .related-content:nth-child(2)
    .related-content__img:before {
    display: none;
  }
}

.section-container-content .related-content__img {
  border-radius: 3px;
  height: 80px;
  overflow: hidden;
  width: 112px;
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content__img {
    height: 88px;
    width: 128px;
  }
}

.section-container-content .related-content__img img {
  height: 80px;
  width: 112px;
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content__img img {
    height: 88px;
    width: 128px;
  }
}

.section-container-content .related-content__img:before {
  border: 1px solid #e3e3e3;
  border-width: 0 0 1px 1px;
  bottom: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 114px;
  left: -21px;
  position: absolute;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .section-container-content .related-content__img:before {
    left: -14px;
    width: 13px;
  }
}

.section-container-content .related-content__label {
  display: none;
}

.section-container-content .related-content__desc-link {
  font-family: Lato-Semibold, Arial;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-left: 4px;
  margin-top: 0;
  position: relative;
  width: calc(100% - 124px);
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content__desc-link {
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
    width: calc(100% - 135px);
  }
}

.section-container-content .related-content__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: -moz-box;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  overflow: hidden;
  white-space: inherit;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .section-container-content .related-content__title {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .section-container-content .related-content__title {
    font-family: mulish-extra-bold, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1400px) {
  .section-container-content .related-content__title {
    font-family: mulish-bold, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

.section-container-content .related-content__bottom-link {
  background: red;
  border-radius: 3px;
  bottom: 0;
  color: #fff;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  left: 0;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 5px;
  position: absolute;
}

.section-container-content .related-content__bottom-link i:before {
  content: "" !important;
}

@media screen and (min-width: 576px) {
  .section-container-content .related-content__bottom-link {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content__bottom-link {
    letter-spacing: 0;
    padding: 0 8px;
  }

  .section-container-content .related-content__bottom-link i {
    margin-left: 8px;
  }

  .section-container-content .related-content__bottom-link i:before {
    content: "" !important;
  }
}

.section-container-content .related-content[data-count="1"] {
  background: #ec1a29;
  border-radius: 3px 3px 3px 3px;
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .section-container-content .related-content[data-count="1"] {
    width: 100%;
  }
}

.section-container-content
  .related-content[data-count="1"]
  .related-content__title {
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .section-container-content
    .related-content[data-count="1"]
    .related-content__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.section-container-content
  .related-content[data-count="1"]
  .related-content__bottom-link {
  background: #fff;
  color: #ec1a29;
  left: auto;
  right: 0;
}

@media screen and (min-width: 1600px) {
  .section-container-content
    .related-content[data-count="1"]
    .related-content__bottom-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 202px;
  }
}

.section-container-content
  .related-content[data-count="2"]
  .related-content__title {
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .section-container-content
    .related-content[data-count="2"]
    .related-content__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 576px) {
  .section-container-content
    .related-content[data-count="2"]
    .related-content__bottom-link {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .section-container-content
    .related-content[data-count="2"]
    .related-content__bottom-link {
    font-size: 14px;
  }
}

.news-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .news-profile__container .news-profile {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 767px) {
  .news-profile:nth-child(2) {
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .news-profile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .news-profile {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .news-profile {
    width: auto;
  }
}

.news-profile__img img {
  border: 1px solid #777;
  height: 35px;
  width: 35px;
}

.news-profile__container {
  min-height: 45px;
  position: relative;
}

.social-share--desktop {
  margin: 0;
  position: absolute;
  right: 8px;
}

@media (max-width: 767px) {
  .social-share--desktop {
    top: -100px;
  }
}

@media (min-width: 768px) {
  .social-share--desktop {
    top: -75px;
  }
}

@media (min-width: 992px) {
  .social-share--desktop {
    top: -55px;
  }
}

@media (min-width: 1200px) {
  .social-share--desktop {
    top: -55px;
  }
}

.rhd-spot-img-cover {
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .news-right-content {
    margin: -55px 0 0;
  }
}

.news-right-content .promo {
  margin: 0 0 20px;
  position: relative;
}

.news-right-content .promo:before {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  content: "";
  height: 100px;
  position: absolute;
  right: 1px;
  top: 9px;
  width: 80%;
  z-index: 0;
}

.news-right-content .promo__item {
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
}

.news-right-content .promo__item + .promo__item {
  margin-top: 24px;
}

.news-right-content .promo__title {
  background-color: #fff;
  display: inline-block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
  padding: 0 22px 0 14px;
  position: relative;
}

.news-right-content .promo__title:before {
  background-color: red;
  background: red;
  border: 2px solid red;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

.news-right-content .promo__title + .promo__item {
  position: relative;
  z-index: 17;
}

.news-right-content .promo__content {
  height: 88px;
  position: relative;
}

.news-right-content .promo__content--title {
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  padding: 0 10px;
}

.news-right-content .promo__content--link {
  padding: 10px 0 0;
}

.news-right-content .promo__tag {
  bottom: 10px;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  left: 10px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.news-right-content .authors {
  margin-bottom: 30px;
  position: relative;
}

.news-right-content .authors:before {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 80%;
  z-index: 0;
}

.news-right-content .authors__title {
  background-color: #fff;
  display: inline-block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  height: 31px;
  line-height: 120%;
  margin-bottom: 26px;
  padding: 0 22px 0 14px;
  position: relative;
  text-transform: uppercase;
}

.news-right-content .authors__title:before {
  background-color: red;
  background: red;
  border: 2px solid red;
  border-radius: 2px;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

.news-right-content .authors__link {
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  margin-bottom: 24px;
  padding: 10px 10px 10px 8px;
}

.news-right-content .authors__content {
  width: calc(100% - 92px);
}

.news-right-content .authors__cover--img {
  border-radius: 3px;
  height: 62px;
  width: 62px;
}

.news-right-content .authors__name {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 16px;
}

.news-right-content .authors__name,
.news-right-content .authors__text {
  display: block;
  line-height: 24px;
  margin-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-right-content .authors__text {
  font-family: mulish-regular, Arial, sans-serif;
  font-size: 14px;
}

.news-right-content .authors__navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  justify-content: center;
  position: relative;
}

.news-right-content .authors .swiper-pagination {
  position: static;
}

.news-right-content .authors .swiper-pagination-bullet {
  height: 11px;
  margin: 0 6px;
  width: 11px;
}

.news-right-content .authors .swiper-pagination-bullet-active {
  background: #ec1a29;
}

.news-right-content .authors .swiper-pagination-bullet:first-child {
  margin-left: 16px;
}

.news-right-content .authors .swiper-pagination-bullet:last-child {
  margin-right: 16px;
}

.social-share__other {
  display: none;
}

.social-share__main span {
  border-radius: 28px;
  height: 28px;
  width: 28px;
}

@media (max-width: 767px) {
  .social-share__main span {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .social-share__main span {
    height: 32px;
    width: 32px;
  }
}

.social-share__main span.enlarge-font {
  background: url(../images/ic-enlarge-font.svg) 50% no-repeat;
}

.social-share__main span.dwindle-font {
  background: url(../images/ic-dwindle-font.svg) 50% no-repeat;
}

.news-content .medyanet-inline-adv div {
  margin-top: 0;
}

.recommended {
  margin: 50px 0;
}

.recommended__title {
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
  padding-left: 14px;
  position: relative;
}

.recommended__title,
.recommended__title:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 31px;
}

.recommended__title:before {
  background-color: red;
  background: red;
  border: 2px solid red;
  border-radius: 2px;
  content: "";
  left: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

.recommended__cover {
  border-radius: 3px;
  height: 80px;
  overflow: hidden;
  width: 140px;
}

.recommended__cover--img {
  display: block;
  height: 80px;
  width: 140px;
}

.recommended__item {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f0f0f0),
      to(#f0f0f0)
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#f8f8f8));
  background: linear-gradient(0deg, #f0f0f0, #f0f0f0),
    linear-gradient(0deg, #f8f8f8, #f8f8f8);
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px;
}

.recommended__item + .recommended__item {
  margin-top: 20px;
}

.recommended__content {
  margin-left: 10px;
  margin-top: 0 !important;
  position: relative;
  width: calc(100% - 166px);
}

.recommended__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: -moz-box;
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  white-space: inherit;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .recommended__content--title {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .recommended__content--title {
    font-size: 16px;
  }
}

.recommended__tag {
  bottom: 0;
  color: #f70000;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 10px;
  left: 0;
  line-height: 12px;
  position: absolute;
}

@media screen and (min-width: 1400px) {
  .recommended__tag {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

.news-detail-sticky-container .col-12 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100%;
  width: 100% !important;
}

@media screen and (min-width: 1600px) {
  .news-right-content:not(.author-right-content) {
    max-width: 320px;
  }
}

[data-site-name="skorer"] .news-detail-sticky-container {
  display: none !important;
}

@media (max-width: 992px) {
  [data-site-name="skorer"] .col-md-11 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
}

[data-site-name="skorer"] .news-tags__link:nth-child(4) {
  display: inline-block;
}

[data-site-name="cadde"] .news-detail-sticky-container {
  display: none !important;
}

.news-detail-sticky__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 142px;
}

.news-detail-sticky__logo img {
  max-width: 180px;
  width: 180px;
}

.hd-category-box {
  display: block;
  text-align: center;
  width: 100%;
}

.hd-category-box-item {
  background: #fb000f;
  border-radius: 90px;
  color: #fff;
  cursor: default;
  display: inline-block;
  float: none;
  font-family: mulish-extra-bold, Arial, sans-serif;
  font-size: 11px;
  height: 29px;
  line-height: 29px;
  margin: 12px auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 99px;
}

@media screen and (min-width: 768px) {
  .hd-category-box-item {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
    width: 105px;
  }
}

@media screen and (min-width: 1600px) {
  .hd-category-box-item {
    margin-top: 18px;
  }
}

@media (min-width: 1470px) {
  .hd-category-box-item {
    margin-top: 15px;
  }
}

.social-bar-v2__item .ico--twitter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #000;
  border-color: #000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}

.social-bar-v2__item .ico--twitter img {
  width: 13px;
}

.profiler-results {
  display: none !important;
}

.infinite-news-container .breadcrumb__wrapper {
  padding-top: 16px;
}

[data-site-name="milliyet"] .global-header {
  margin-bottom: 24px;
}

.iframe-video-wrap {
  width: 100%;
}

.iframe-video-wrap iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.social-share__main span.enlarge-font {
  background: url(../images/ic-enlarge-font.svg) center center 21px 21px
    no-repeat !important;
  background-size: 21px 21px !important;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  height: 32px;
  margin-right: 26px;
  position: relative;
  width: 32px;
}

.social-share__main span.enlarge-font:after {
  border-right: 1px solid #e3e3e3;
  content: "";
  height: 25px;
  position: absolute;
  right: -16px;
  top: 3px;
  width: 0;
}

.social-share__main span.dwindle-font {
  background: url(../images/ic-dwindle-font.svg) center center 21px 21px
    no-repeat !important;
  background-size: 21px 21px !important;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.interesting {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .interesting {
    margin: 0 0 35px 6px;
  }
}

@media screen and (min-width: 1400px) {
  .interesting {
    margin: 0 0 35px 14px;
  }
}

@media screen and (min-width: 1600px) {
  .interesting {
    margin: 0 0 35px 23px;
    padding: 30px 20px;
    width: 399px;
  }

  .interesting__content {
    width: calc(100% - 148px);
  }

  .interesting__cover,
  .interesting__cover--img {
    height: 73px;
    width: 113px;
  }
}

.interesting__title {
  text-transform: none !important;
}

@media screen and (min-width: 1600px) {
  .interesting__title {
    font-size: 20px !important;
    height: 31px;
    line-height: 31px !important;
    padding: 8px 0 0 10px !important;
  }
}

.interesting__title:before {
  background: #f70000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px !important;
  height: 25px;
  width: 4px;
}

@media screen and (min-width: 1600px) {
  .interesting__title:before {
    height: 31px !important;
    height: 31px;
  }

  .interesting__item {
    margin-top: 31px !important;
  }

  .interesting__tag {
    line-height: 15px !important;
  }
}

.adv.adv-desktop .medyanet-pageskin-left {
  top: -340px;
}

.adv.adv-desktop .medyanet-pageskin-left.fixed {
  top: 40px;
}

.adv.adv-desktop .medyanet-pageskin-right {
  top: -340px;
}

.adv.adv-desktop .medyanet-pageskin-right.fixed {
  top: 40px;
}

.medyanet-inline-adv + .section-container-content .related-content:first-child {
  margin-top: 60px !important;
}

@media screen and (min-width: 1600px) {
  .news-media > img.rhd-spot-img-cover {
    height: auto;
    max-width: 869px;
    width: 869px;
  }

  .news-fullwith-img,
  .news-fullwith-img .news-fullwith-block {
    width: 869px;
  }

  .news-fullwith-img .news-fullwith-block img {
    height: auto;
    max-width: 869px;
    width: 869px;
  }
}

.quotation {
  margin-bottom: 28px;
}

.quotation--blue .quotation__start:before,
.quotation--green .quotation__start:before,
.quotation--orange .quotation__start:before,
.quotation--purple .quotation__start:before,
.quotation--red .quotation__start:before {
  background: url(../images/HeadlineWhite.svg) 50% no-repeat !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .quotation--blue .quotation__start:before,
  .quotation--green .quotation__start:before,
  .quotation--orange .quotation__start:before,
  .quotation--purple .quotation__start:before,
  .quotation--red .quotation__start:before {
    background: url(../images/HeadlineWhite.svg) 50%/81px 61px no-repeat !important;
  }
}

@media screen and (min-width: 1024px) {
  .quotation--blue .quotation__start:before,
  .quotation--green .quotation__start:before,
  .quotation--orange .quotation__start:before,
  .quotation--purple .quotation__start:before,
  .quotation--red .quotation__start:before {
    background: url(../images/HeadlineWhite.svg) 50%/107px 75px no-repeat !important;
  }
}

.quotation--blue .quotation__end:before,
.quotation--green .quotation__end:before,
.quotation--orange .quotation__end:before,
.quotation--purple .quotation__end:before,
.quotation--red .quotation__end:before {
  background: url(../images/HeadlineWhite.svg) 50% no-repeat !important;
}

@media screen and (min-width: 768px) {
  .quotation--blue .quotation__end:before,
  .quotation--green .quotation__end:before,
  .quotation--orange .quotation__end:before,
  .quotation--purple .quotation__end:before,
  .quotation--red .quotation__end:before {
    background: url(../images/HeadlineWhite.svg) 50%/81px 61px no-repeat !important;
  }
}

@media screen and (min-width: 1024px) {
  .quotation--blue .quotation__end:before,
  .quotation--green .quotation__end:before,
  .quotation--orange .quotation__end:before,
  .quotation--purple .quotation__end:before,
  .quotation--red .quotation__end:before {
    background: url(../images/HeadlineWhite.svg) 50%/107px 75px no-repeat !important;
  }
}

.quotation--blue .quotation__text,
.quotation--green .quotation__text,
.quotation--orange .quotation__text,
.quotation--purple .quotation__text,
.quotation--red .quotation__text {
  color: #fff;
}

.quotation--red {
  background: #ec1a29 !important;
  -webkit-box-shadow: 8px 8px 0 #ffc6ca !important;
  box-shadow: 8px 8px 0 #ffc6ca !important;
}

@media (min-width: 768px) {
  .quotation--red {
    -webkit-box-shadow: 16px 16px 0 #ffc6ca !important;
    box-shadow: 16px 16px 0 #ffc6ca !important;
  }
}

@media (min-width: 1024px) {
  .quotation--red {
    -webkit-box-shadow: 16px 16px 0 #ffc6ca !important;
    box-shadow: 16px 16px 0 #ffc6ca !important;
  }
}

@media (min-width: 1400px) {
  .quotation--red {
    -webkit-box-shadow: 16px 16px 0 #ffc6ca !important;
    box-shadow: 16px 16px 0 #ffc6ca !important;
  }
}

.quotation--purple {
  background: #9619b2 !important;
  -webkit-box-shadow: 8px 8px 0 #dda4ea !important;
  box-shadow: 8px 8px 0 #dda4ea !important;
}

@media (min-width: 768px) {
  .quotation--purple {
    -webkit-box-shadow: 16px 16px 0 #dda4ea !important;
    box-shadow: 16px 16px 0 #dda4ea !important;
  }
}

@media (min-width: 1024px) {
  .quotation--purple {
    -webkit-box-shadow: 16px 16px 0 #dda4ea !important;
    box-shadow: 16px 16px 0 #dda4ea !important;
  }
}

@media (min-width: 1400px) {
  .quotation--purple {
    -webkit-box-shadow: 16px 16px 0 #dda4ea !important;
    box-shadow: 16px 16px 0 #dda4ea !important;
  }
}

.quotation--green {
  background: #0a8d21 !important;
  -webkit-box-shadow: 8px 8px 0 #89a78e !important;
  box-shadow: 8px 8px 0 #89a78e !important;
}

@media (min-width: 768px) {
  .quotation--green {
    -webkit-box-shadow: 16px 16px 0 #89a78e !important;
    box-shadow: 16px 16px 0 #89a78e !important;
  }
}

@media (min-width: 1024px) {
  .quotation--green {
    -webkit-box-shadow: 16px 16px 0 #89a78e !important;
    box-shadow: 16px 16px 0 #89a78e !important;
  }
}

@media (min-width: 1400px) {
  .quotation--green {
    -webkit-box-shadow: 16px 16px 0 #89a78e !important;
    box-shadow: 16px 16px 0 #89a78e !important;
  }
}

.quotation--blue {
  background: #1e72da !important;
  -webkit-box-shadow: 8px 8px 0 #7ca0cc !important;
  box-shadow: 8px 8px 0 #7ca0cc !important;
}

@media (min-width: 768px) {
  .quotation--blue {
    -webkit-box-shadow: 16px 16px 0 #7ca0cc !important;
    box-shadow: 16px 16px 0 #7ca0cc !important;
  }
}

@media (min-width: 1024px) {
  .quotation--blue {
    -webkit-box-shadow: 16px 16px 0 #7ca0cc !important;
    box-shadow: 16px 16px 0 #7ca0cc !important;
  }
}

@media (min-width: 1400px) {
  .quotation--blue {
    -webkit-box-shadow: 16px 16px 0 #7ca0cc !important;
    box-shadow: 16px 16px 0 #7ca0cc !important;
  }
}

.quotation--orange {
  background: #ff7e00 !important;
  -webkit-box-shadow: 8px 8px 0 #dcaa79 !important;
  box-shadow: 8px 8px 0 #dcaa79 !important;
}

@media (min-width: 768px) {
  .quotation--orange {
    -webkit-box-shadow: 16px 16px 0 #dcaa79 !important;
    box-shadow: 16px 16px 0 #dcaa79 !important;
  }
}

@media (min-width: 1024px) {
  .quotation--orange {
    -webkit-box-shadow: 16px 16px 0 #dcaa79 !important;
    box-shadow: 16px 16px 0 #dcaa79 !important;
  }
}

@media (min-width: 1400px) {
  .quotation--orange {
    -webkit-box-shadow: 16px 16px 0 #dcaa79 !important;
    box-shadow: 16px 16px 0 #dcaa79 !important;
  }
}

.section-container-content .related-content {
  background: #f0f1f5 !important;
}

.section-container-content .related-content .related-content__title {
  color: #262626 !important;
}

.section-container-content .related-content .related-content__bottom-link {
  background: #ec1a29 !important;
  color: #fff !important;
}

.section-container-content .related-content--red {
  background: #ec1a29 !important;
}

.section-container-content .related-content--red .related-content__title {
  color: #fff !important;
}

.section-container-content .related-content--red .related-content__bottom-link {
  background: #fff !important;
  color: #ec1a29 !important;
}

.section-container-content .related-content--purple {
  background: #9619b2 !important;
}

.section-container-content .related-content--purple:before {
  background: url(../images/check-purple.svg) 20px no-repeat #fff !important;
  color: #9619b2 !important;
}

.section-container-content .related-content--purple .related-content__title {
  color: #fff !important;
}

.section-container-content
  .related-content--purple
  .related-content__bottom-link {
  background: #fff !important;
  color: #9619b2 !important;
}

.section-container-content .related-content--green {
  background: #0a8d21 !important;
}

.section-container-content .related-content--green:before {
  background: url(../images/check-green.svg) 20px no-repeat #fff !important;
  color: #0a8d21 !important;
}

.section-container-content .related-content--green .related-content__title {
  color: #fff !important;
}

.section-container-content
  .related-content--green
  .related-content__bottom-link {
  background: #fff !important;
  color: #0a8d21 !important;
}

.section-container-content .related-content--blue {
  background: #1e72da !important;
}

.section-container-content .related-content--blue:before {
  background: url(../images/check-blue.svg) 20px no-repeat #fff !important;
  color: #1e72da !important;
}

.section-container-content .related-content--blue .related-content__title {
  color: #fff !important;
}

.section-container-content
  .related-content--blue
  .related-content__bottom-link {
  background: #fff !important;
  color: #1e72da !important;
}

.section-container-content .related-content--orange {
  background: #ff7e00 !important;
}

.section-container-content .related-content--orange:before {
  background: url(../images/check-orange.svg) 20px no-repeat #fff !important;
  color: #ff7e00 !important;
}

.section-container-content .related-content--orange .related-content__title {
  color: #fff !important;
}

.section-container-content
  .related-content--orange
  .related-content__bottom-link {
  background: #fff !important;
  color: #ff7e00 !important;
}

.news-fullwith-img {
  margin-top: 0 !important;
}

[data-site-name="skorer"] .news-right-content .authors__title:before,
[data-site-name="skorer"] .news-right-content .promo__title:before,
[data-site-name="skorer"] .news-right-content .recommended__title:before {
  border: 2px solid #ff7e00;
}

[data-site-name="skorer"]
  .news-right-content
  .authors
  .swiper-pagination-bullet-active {
  background: #ff7e00;
}

[data-site-name="pembenar"] .news-right-content .authors__title:before,
[data-site-name="pembenar"] .news-right-content .promo__title:before,
[data-site-name="pembenar"] .news-right-content .recommended__title:before {
  border: 2px solid #301d50;
}

.news-left-content .promo {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .news-left-content .promo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 36px;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .news-left-content .promo {
    display: none;
  }
}

.news-left-content .promo__item {
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .news-left-content .promo__item {
    margin-top: 24px;
  }
}

.news-left-content .promo__item + .promo__item {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .news-left-content .promo__item {
    width: calc(50% - 10px);
  }
}

.news-left-content .promo__title {
  display: block;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 14px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news-left-content .promo__title {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.news-left-content .promo__title:before {
  background-color: red;
  background: red;
  border: 2px solid #301d50;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

.news-left-content .promo__content {
  height: 108px;
  position: relative;
}

.news-left-content .promo__content--title {
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  padding: 0 10px;
}

.news-left-content .promo__content--link {
  padding: 10px 0 0;
}

.news-left-content .promo__tag {
  bottom: 10px;
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  left: 10px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.nd-redirect-box {
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 79px;
  margin: 28px 0 20px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .nd-redirect-box {
    height: 100%;
    margin: 10px 0 20px;
    width: 100%;
  }
}

.nd-redirect-box--info {
  display: inline-block;
  height: 77px;
  line-height: 17px;
  margin-top: 0 !important;
  padding: 15px 10px;
  width: calc(100% - 177px);
}

@media (min-width: 768px) {
  .nd-redirect-box--info {
    height: 100px;
    line-height: 22px;
    padding: 10px;
  }
}

.nd-redirect-box__link {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.nd-redirect-box__main-title {
  color: #939393 !important;
  font: 700 11px/26px Arial, sans-serif !important;
  left: 0 !important;
  margin-top: 0 !important;
  opacity: 0.6 !important;
  position: absolute !important;
  text-transform: uppercase !important;
  top: -24px !important;
}

@media (min-width: 768px) {
  .nd-redirect-box__main-title {
    display: block !important;
    font: 700 12px Arial, sans-serif !important;
    opacity: 1 !important;
    position: relative !important;
    text-transform: uppercase !important;
    top: inherit !important;
  }
}

@media (min-width: 1200px) {
  .nd-redirect-box__main-title {
    font: 700 11px/26px Arial, sans-serif !important;
  }
}

.nd-redirect-box__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #232323;
  display: -webkit-box;
  display: -moz-box;
  font: 900 12px Arial Black, Arial, sans-serif;
  margin-top: 0 !important;
  max-height: 65px;
  overflow: auto;
  overflow: hidden;
  white-space: inherit;
}

@media (min-width: 768px) {
  .nd-redirect-box__title {
    -webkit-box-orient: vertical;
    font: 900 16px/22px Arial Black, Arial, sans-serif;
    overflow: hidden;
    white-space: inherit;
  }
}

@media (min-width: 992px) {
  .nd-redirect-box__title {
    max-height: 64px;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .nd-redirect-box__title {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .nd-redirect-box__title {
    display: block;
  }
}

.nd-redirect-box__img {
  display: inline-block;
  float: left;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 140px;
}

@media (min-width: 768px) {
  .nd-redirect-box__img {
    width: 177px;
  }
}

.nd-redirect-box.type-2 {
  background: #ed1c24;
}

.nd-redirect-box.type-2 .nd-redirect-box__main-title {
  color: #939393;
}

@media (min-width: 768px) {
  .nd-redirect-box.type-2 .nd-redirect-box__main-title {
    color: #f9babf;
  }
}

.nd-redirect-box.type-2 .nd-redirect-box__title {
  color: #fff;
}

.nd-redirect-box.type-3 {
  background: #301d50;
}

.nd-redirect-box.type-3 .nd-redirect-box__main-title {
  color: #939393;
}

@media (min-width: 768px) {
  .nd-redirect-box.type-3 .nd-redirect-box__main-title {
    color: #988ea8;
  }
}

.nd-redirect-box.type-3 .nd-redirect-box__title {
  color: #fff;
}

.nd-redirect-box.type-4 {
  background: #e59d00;
  color: #939393;
}

.nd-redirect-box.type-4 .nd-redirect-box__title {
  color: #fff;
}

@media (min-width: 768px) {
  .nd-redirect-box.type-4 .nd-redirect-box__main-title {
    color: #fff;
    opacity: 0.6;
  }
}

.nd-redirect-box.type-5 {
  background: #2a2a2a;
}

.nd-redirect-box.type-5 .nd-redirect-box__title {
  color: #fff;
}

.section-container-newsvideo {
  clear: both;
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-detail-sticky {
    margin: 0 -10px;
  }
}

.NewsPhotoGallery.news-detail-page .news-detail-sticky__category-title {
  font-family: mulish-medium, Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .NewsPhotoGallery.news-detail-page .news-detail-sticky__category-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .news-detail-sticky .social-bar-v2__item {
    margin-left: 9px;
  }
}

@media screen and (min-width: 1024px) {
  .news-detail-sticky .social-bar-v2__item {
    margin-left: 11px;
  }
}

.news-left-content .main-slider {
  margin-left: -10px;
  width: calc(100% + 20px);
}

@media screen and (min-width: 768px) {
  .news-left-content .main-slider {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 1024px) {
  .news-left-content .main-slider {
    margin-left: -15px;
    width: 655px;
  }
}

@media screen and (min-width: 1400px) {
  .news-left-content .main-slider {
    width: 693px;
  }
}

@media screen and (min-width: 1600px) {
  .news-left-content .main-slider {
    margin-left: -20px;
    width: 869px;
  }
}

.news-left-content .main-slider .swiper-slide img {
  background-color: #f1f1f1;
  display: block;
  height: calc(60vw - 12px);
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100vw - 20px);
}

@media screen and (min-width: 768px) {
  .news-left-content .main-slider .swiper-slide img {
    height: calc(60vw - 18px);
    width: calc(100vw - 30px);
  }
}

@media screen and (min-width: 1024px) {
  .news-left-content .main-slider .swiper-slide img {
    height: 393px;
    width: 655px;
  }
}

@media screen and (min-width: 1400px) {
  .news-left-content .main-slider .swiper-slide img {
    height: 415.8px;
    width: 693px;
  }
}

@media screen and (min-width: 1600px) {
  .news-left-content .main-slider .swiper-slide img {
    height: 521.4px;
    width: 869px;
  }
}

.news-left-content .main-slider__nav {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb__link {
  font-family: mulish-semi-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 1023px) {
  .breadcrumb__link {
    font-size: 12px;
  }
}

.breadcrumb__google-news {
  margin-left: 6px;
}

@media (max-width: 320px) {
  .breadcrumb__google-news {
    bottom: 5px;
  }
}

.breadcrumb__google-news a,
.breadcrumb__google-news strong {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb__google-news strong {
  color: #000;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .breadcrumb__google-news strong {
    font-size: 11px;
    padding-right: 2px;
  }
}

@media (max-width: 320px) {
  .breadcrumb__google-news strong {
    display: block;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .breadcrumb__google-news a {
    height: 26px;
    width: 95px;
  }
}

.breadcrumb__google-news strong {
  font-size: 11px;
}

@media (max-width: 767px) {
  .breadcrumb__google-news strong {
    font-size: 10px;
    padding-right: 6px;
  }
}

.breadcrumb__google-news a {
  height: 28px;
  width: 88px;
}

@media (max-width: 320px) {
  .breadcrumb__google-news a {
    height: 22px;
    width: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .breadcrumb__google-news a {
    height: 32px;
    width: 110px;
  }
}

.breadcrumb__flipboard {
  border: 1px solid #939393;
  height: 28px;
  margin-left: 6px;
  position: relative;
  width: 28px;
}

@media (min-width: 768px) {
  .breadcrumb__flipboard {
    margin-left: 8px;
    margin-right: 32px;
    width: 28px;
  }

  .breadcrumb__flipboard:after {
    background: #e3e3e3;
    content: "";
    height: 30px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 1px;
  }
}

@media screen and (min-width: 1400px) {
  .breadcrumb__flipboard {
    height: 32px;
    width: 74px;
  }
}

.breadcrumb__flipboard em {
  background: url(../images/flipboard.png) 0 0 no-repeat;
  background-size: 60px 12px;
  height: 12px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 10px;
  z-index: 1;
}

@media (min-width: 768px) {
  .breadcrumb__flipboard em {
    overflow: hidden;
    width: 12px;
  }
}

@media screen and (min-width: 1400px) {
  .breadcrumb__flipboard em {
    overflow: visible;
    top: 9px;
    width: 64px;
  }
}

.breadcrumb__flipboard a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}

.nd-thumbs {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .nd-thumbs__item:nth-child(2),
  .nd-thumbs__item:nth-child(3) {
    display: none;
  }
}

.nd-thumbs__item.last-thumbs {
  display: block;
}

.nd-thumbs__item.last-thumbs .nd-thumbs__title {
  background-color: #f4f4f4;
  border: 1px solid #dadada;
}

.nd-thumbs__text {
  color: #007ade;
  font: normal 14px Arial, sans-serif;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.nd-thumbs__icon {
  display: none;
}

body[data-advertorial="true"] .news-content,
body[data-advertorial="true"] .news-content div {
  font-size: 18px;
  line-height: 29px;
}

body[data-advertorial="true"] .news-content ul li {
  line-height: 29px;
}

@media screen and (min-width: 768px) {
  body[data-advertorial="true"] .news-content,
  body[data-advertorial="true"] .news-content div {
    font-size: 18px;
    line-height: 29px;
  }

  body[data-advertorial="true"] .news-content ul li {
    line-height: 29px;
  }
}

@media screen and (min-width: 1024px) {
  body[data-advertorial="true"] .news-content,
  body[data-advertorial="true"] .news-content div {
    font-size: 20px;
    line-height: 33px;
  }

  body[data-advertorial="true"] .news-content ul li {
    line-height: 33px;
  }
}

@media screen and (min-width: 1400px) {
  body[data-advertorial="true"] .news-content,
  body[data-advertorial="true"] .news-content div {
    font-size: 20px;
    line-height: 33px;
  }

  body[data-advertorial="true"] .news-content ul li {
    line-height: 33px;
  }
}

@media screen and (min-width: 1600px) {
  body[data-advertorial="true"] .news-content,
  body[data-advertorial="true"] .news-content div {
    font-size: 20px;
    line-height: 33px;
  }

  body[data-advertorial="true"] .news-content ul li {
    line-height: 33px;
  }
}

@media (min-width: 992px) {
  .news-detail-text {
    min-height: 16px;
  }
}

.main-menu__scroll-view[data-site-name="emlak"] .news-detail-sticky-container,
[data-site-name="emlak"] .news-detail-sticky-container {
  display: none !important;
}

.gallery-image__picture.iframe-video {
  height: 500px;
}

@media (max-width: 767px) {
  .gallery-image__picture.iframe-video {
    height: 300px;
  }
}

.gallery-detail-content .news-right-content .recommended__title:before {
  top: -8px;
}

@media screen and (min-width: 1400px) {
  .gallery-detail-content .news-right-content .recommended__title:before {
    top: -4px;
  }
}

.gallery-detail-content .news-right-content .authors__title:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .news-detail-content.gallery-detail-content .news-detail-title {
    margin-bottom: 35px;
  }
}

.news-detail-content.gallery-detail-content
  .social-bar-v2__item.share__item.share__item--bip {
  display: none;
}

.news-detail-content.gallery-detail-content .news-detail-text {
  min-height: 16px !important;
}

@media (max-width: 767px) {
  .news-detail-content .social-share--desktop {
    display: block !important;
  }
}

.breadcrumb__google-news a {
  background: url(../images/google-news.svg) 50% no-repeat;
  background-size: cover;
  border: 1px solid #939393;
  height: 30px;
  width: 107px;
}

@media (max-width: 767px) {
  .breadcrumb__google-news a {
    background: url(../images/googleNewsMobil.svg) 50% no-repeat;
    height: 28px;
    width: 28px;
  }
}

@media (min-width: 768px) {
  .news-profile__container
    .news-profile
    + .news-profile.news-profile--with-image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.top-items {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .top-items {
    min-height: 100px;
  }
}

@media (min-width: 768px) {
  .top-items .news-detail-text {
    margin-left: 0;
  }
}

.top-items .col-md-5 {
  position: static !important;
}

.top-items .social-share--desktop {
  right: 0;
  top: 45px;
}

@media (min-width: 768px) {
  .top-items .social-share--desktop {
    top: -10px;
  }

  .top-items .social-share--desktop .facebook {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .top-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
    width: 100%;
  }
}

.top-items .row .col-md-11 .news-tags {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-items .row .col-md-11 .news-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 68px);
  }

  .top-items .row .col-md-11 .news-tags__link {
    margin-left: 0 !important;
  }
}

.news-detail-content.gallery-detail-content
  .top-items
  .row
  .col-md-11
  .news-tags__link {
  font-family: mulish-bold, Arial, sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .news-detail-content.gallery-detail-content
    .top-items
    .row
    .col-md-11
    .news-tags__link {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .top-items .row .col-md-11 {
    width: 100%;
  }

  .top-items .row .col-md-11 .news-tags {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .news-profile__container .news-profile:not(:first-child) .news-profile__img {
    margin-left: 32px;
    position: relative;
  }

  .news-profile__container
    .news-profile:not(:first-child)
    .news-profile__img:after {
    background: #d8d8d8;
    content: "";
    height: 38px;
    left: -16px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

@media (max-width: 767px) {
  .news-profile__container + .row .col-md-11 .news-tags {
    width: 100% !important;
  }
}

.gallery-detail-content .medyanet-fullwidth-adv .adRenderer div,
.gallery-detail-content .medyanet-fullwidth-adv .adRendererInfinite div {
  display: block !important;
}

.gallery-detail-content .medyanet-fullwidth-adv .adRenderer div iframe,
.gallery-detail-content .medyanet-fullwidth-adv .adRendererInfinite div iframe {
  max-width: 970px !important;
}

@media screen and (min-width: 1024px) {
  .gallery-detail-content .medyanet-fullwidth-adv .adRenderer div iframe,
  .gallery-detail-content
    .medyanet-fullwidth-adv
    .adRendererInfinite
    div
    iframe {
    -webkit-transform: scale(0.706185567);
    -ms-transform: scale(0.706185567);
    transform: scale(0.706185567);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

@media screen and (min-width: 1400px) {
  .gallery-detail-content .medyanet-fullwidth-adv .adRenderer div iframe,
  .gallery-detail-content
    .medyanet-fullwidth-adv
    .adRendererInfinite
    div
    iframe {
    -webkit-transform: scale(0.7443298969);
    -ms-transform: scale(0.7443298969);
    transform: scale(0.7443298969);
  }
}

@media screen and (min-width: 1600px) {
  .gallery-detail-content .medyanet-fullwidth-adv .adRenderer div iframe,
  .gallery-detail-content
    .medyanet-fullwidth-adv
    .adRendererInfinite
    div
    iframe {
    -webkit-transform: scale(0.8958762887);
    -ms-transform: scale(0.8958762887);
    transform: scale(0.8958762887);
  }
}

.promo__content--link,
.promo__content--title,
.authors__content,
.authors__link,
.swiper-slide,
a {
  cursor: pointer;
}
.lincks {
  text-decoration: underline;
  color: #db0101;
  font-weight: 700;
}
.btn-linck {
  display: block;
  text-decoration: none;
  color: #fff !important;
  background: #ec0000;
  padding: 15px;
  border-radius: 10px;
  font-family: "Inter";
  font-weight: 800 !important;
  font-size: 39px !important;
  text-align: center;
  width: 100% !important;
}
.logo-form {
  display: block;
  max-width: 150px;
  margin: 10px auto;
}
