@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.d-none {
  display: none !important;
}

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

.hamburger-nav-social .hamburger-nav-link:before,
.icon,
.main-logo:before {
  font-style: normal;
  font-weight: 400;
}

.icon.ico-facebook:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-flipboard:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-instagram:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-twitter:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-w-skc_d:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-youtube:before {
  font-family: font-icon;
  content: "";
}

.hamburger-nav-social .hamburger-nav-link:before,
.icon,
.main-logo:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

:after,
:before,
a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
li,
nav,
ol,
p,
section,
span,
ul {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  max-width: 100vw;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

:focus {
  outline: 0;
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  max-width: 100%;
}

img {
  vertical-align: middle;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  font-family: inherit;
}

button {
  box-sizing: content-box;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button {
  background: 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  outline: 0;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: button;
  cursor: pointer;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

@font-face {
  font-display: swap;
}

html {
  font-size: 18px;
  transition: opacity 0.2s linear;
}

body,
html {
  min-height: 100%;
}

body {
  color: #000 !important;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  max-width: 100vw;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1 {
  line-height: 1.3;
}

h2,
h3 {
  line-height: 1.4;
}

#cnn-app {
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.hamburger-nav-social .hamburger-nav-link:before,
.icon,
.main-logo:before {
  display: inline-block;
  vertical-align: middle;
}

.hamburger-nav-social .hamburger-nav-link:before,
.icon:before,
.main-logo:before {
  display: block;
}

.global-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.global-title:before {
  width: 87px;
  height: 4px;
  content: "";
  display: block;
  margin-bottom: 6px;
  margin-right: 9px;
  background-color: #e20404;
}

.finance-bar {
  color: #fff;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-items: center;
}

.finance-bar-items {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: space-between;
}

.finance-bar-items::-webkit-scrollbar {
  display: none;
}

.finance-bar-items .fb-item-link {
  flex-shrink: 0;
  color: #fff;
}

.finance-bar-items .fb-item-link:not(.dummy) {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

.finance-bar-items .fb-item-link:not(.dummy).show {
  opacity: 1;
}

.finance-bar-items .fb-item-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .finance-bar-items .fb-item-name {
    font-size: 11px;
  }
}

.finance-bar-items .fb-item-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

@media (min-width: 768px) {
  .finance-bar-items .fb-item-value {
    font-size: 11px;
  }
}

.finance-bar-items .fb-item-change {
  font-size: 11px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .finance-bar-items .fb-item-change {
    font-size: 8px;
  }
}

.finance-bar-items .fb-item-change.down:after,
.finance-bar-items .fb-item-change.up:after {
  font-size: 8px;
  font-family: font-icon;
  margin-left: 2px;
}

.finance-bar-items .fb-item-change.up:after {
  content: "";
  color: #03c43e;
}

.finance-bar-items .fb-item-change.down:after {
  content: "";
  color: #e20404;
}

@-webkit-keyframes itemSlideHor {
  0%,
  10.101010101% {
    transform: translateX(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateX(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateX(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateX(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateX(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateX(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateX(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateX(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateX(-44.44444%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes itemSlideHor {
  0%,
  10.101010101% {
    transform: translateX(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateX(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateX(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateX(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateX(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateX(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateX(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateX(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateX(-44.44444%);
  }
  to {
    transform: translateX(-50%);
  }
}

@-webkit-keyframes itemSlideVer {
  0%,
  10.101010101% {
    transform: translateY(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateY(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateY(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateY(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateY(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateY(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateY(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateY(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateY(-44.44444%);
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes itemSlideVer {
  0%,
  10.101010101% {
    transform: translateY(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateY(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateY(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateY(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateY(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateY(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateY(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateY(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateY(-44.44444%);
  }
  to {
    transform: translateY(-50%);
  }
}

.css-slider {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  height: 43px;
  overflow: hidden;
}

.css-slider-inner {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: 29.7s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation: 29.7s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  -webkit-animation-name: itemSlideVer;
  animation-name: itemSlideVer;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@media (min-width: 768px) {
  .css-slider-inner {
    flex-direction: row;
    width: auto;
    -webkit-animation-name: itemSlideHor;
    animation-name: itemSlideHor;
  }
}

.css-slider-run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.css-slider-slides {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .css-slider-slides {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.css-slider-slide {
  flex-shrink: 0;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .css-slider-slide {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .css-slider-slide {
    width: 145px;
  }
}

.weather-bar {
  order: 2;
  color: #fff;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-image: linear-gradient(
    90deg,
    #039a3d 0,
    rgba(3, 154, 61, 0.89) 53%,
    rgba(3, 154, 61, 0)
  );
}

@media (min-width: 768px) {
  .weather-bar {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .weather-bar + .finance-bar:after {
    content: "";
    width: 17px;
    height: 43px;
    display: inline-block;
    position: absolute;
    right: 0;
    background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.3) 0,
      transparent
    );
  }
}

.weather-bar .js-dropdown {
  overflow: hidden;
}

.weather-bar .js-dropdown-btn {
  position: relative;
}

.weather-bar .js-dropdown-btn i {
  font-size: 20px;
  margin-right: 6px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn i {
    margin-right: 11px;
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn i {
    font-size: 25px;
    margin-right: 10px;
  }
}

.weather-bar .js-dropdown-btn .city {
  flex-grow: 1;
  font-size: 11px;
  font-weight: 700;
  padding-right: 2px;
  text-transform: uppercase;
  max-width: 87px;
  overflow: hidden;
}

@media (max-width: 375px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 55px;
  }
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .city {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 95px;
  }
}

@media (min-width: 1200px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 100px;
  }
}

.weather-bar .js-dropdown-btn .city span {
  margin-top: 2px;
  position: relative;
}

.weather-bar .js-dropdown-btn .city span:first-child {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.weather-bar .js-dropdown-btn .city span:last-child {
  display: none;
}

.weather-bar .js-dropdown-btn .js-dropdown-ico {
  font-size: 8px;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 7px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 6px;
  }
}

.weather-bar .js-dropdown-ico {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-ico {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-ico {
    padding-left: 10px;
  }
}

.weather-bar .js-dropdown-label {
  transition: opacity 0.3s ease-out;
}

.weather-bar .js-dropdown-label .degree {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-left: auto;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-label .degree {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px;
  }
}

.weather-bar .js-dropdown-label .degree span + span {
  margin-left: 7px;
}

.weather-bar .js-dropdown-label .degree span {
  position: relative;
  padding-right: 9px;
}

.weather-bar .js-dropdown-label .degree span.low-temp {
  display: none;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-label .degree span.low-temp {
    display: block;
  }
}

.weather-bar .js-dropdown-label .degree span:after {
  font-family: font-icon;
  content: "";
  top: 2px;
  right: 1px;
  font-size: 7px;
  width: 7px;
  height: 7px;
  line-height: 7px;
  position: absolute;
}

.weather-bar .js-dropdown-list {
  left: 0;
  width: 100%;
  max-height: 314px;
}

.weather-bar .js-dropdown-item {
  line-height: 43px;
  padding-left: 14px;
}

.main-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.36);
  padding: 2px 0;
}

@media (min-width: 992px) {
  .main-nav {
    transform: none;
    position: unset;
    left: unset;
    width: auto;
    flex-grow: 1;
    padding: 0;
    box-shadow: none;
    z-index: unset;
    bottom: unset;
    margin-right: 20px;
    background-color: transparent;
  }
}

.main-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-nav-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .main-nav-list {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .main-nav-list {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0 0 0 5px;
  }
}

.main-nav-item {
  height: 100%;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .main-nav-item {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="1"] {
    order: 1;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="1"] {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="2"] {
    order: 2;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="2"] {
    order: 2;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="3"] {
    order: 3;
  }
}

@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="4"] {
    order: 4;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="4"] {
    order: 4;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="6"] {
    order: 6;
  }
}

.main-nav-item[data-nav-item="live"]:before {
  content: none !important;
}

.main-nav-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}

@media (min-width: 992px) {
  .main-nav-item:before {
    height: 25px;
    background-color: #bebebe;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="1"]:before {
    display: none;
  }
}

.main-nav-item[data-m-order="1"]:before {
  display: none;
}

.main-nav-link {
  display: flex;
  padding: 0 3px;
  align-items: center;
  white-space: nowrap;
  color: #000;
  justify-content: center;
  transition: color 0.2s ease-out;
  font-weight: 500;
  font-size: 11px;
  height: 31px;
}

@media (min-width: 768px) {
  .main-nav-link {
    height: 36px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .main-nav-link {
    height: 100%;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
    font-weight: 700;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .main-nav-link {
    font-size: 16px;
  }
}

.main-nav-link:before {
  align-self: center;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 18px;
  margin-right: 2px;
}

@media (min-width: 768px) {
  .main-nav-link:before {
    font-size: 23px;
    line-height: 23px;
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .main-nav-link:before {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    margin-right: 3px;
  }
}

@media (min-width: 1200px) {
  .main-nav-link:before {
    font-size: 20px;
    line-height: 20px;
    margin-right: 4px;
  }
}

[data-nav-item="agenda"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="breaking-news"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="programs"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="video"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="finance"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="gallery-news"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="live"] .main-nav-link {
  width: 60px;
  height: calc(100% + 21px);
  margin-top: -21px;
  padding-top: 13px;
  font-weight: 700;
  color: #fff;
  background: #e20404;
}

[data-nav-item="live"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="live"] .main-nav-link #live-spinner-desktop {
  width: 30px;
  margin-right: 2px;
}

[data-nav-item="live"] .main-nav-link:hover {
  color: #fff !important;
}

@media (min-width: 992px) {
  [data-nav-item="live"] .main-nav-link {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}

[data-nav-item="live"] .main-nav-link:before {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px;
  margin-left: 7px;
}

@media (min-width: 992px) {
  [data-nav-item="live"] .main-nav-link:before {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff;
    content: none !important;
  }
}

@media (max-width: 991.98px) {
  .main-nav-link .d-show {
    display: none;
  }
}

.main-nav-sub-nav {
  display: none;
}

@media (min-width: 992px) {
  .main-nav-sub-nav {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    padding-left: 88px;
  }
}

@media (min-width: 1200px) {
  .main-nav-sub-nav {
    height: 34px;
    padding-left: 102px;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-nav:after,
  .main-nav-sub-nav:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #e20404;
    top: 0;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-nav:before {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-nav:after {
    left: 50%;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-list {
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #e20404;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-item {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-link {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    transition: background-color 0.2s ease-out;
  }
}

.main-nav-sub-link span {
  position: relative;
}

@media (min-width: 992px) {
  .main-nav-sub-link span:after {
    content: "";
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease-out;
    background-color: #fff;
    position: absolute;
    height: 2px;
    bottom: -2px;
  }
}

.main-area {
  position: relative;
  display: flex;
  height: 54px;
}

@media (min-width: 768px) {
  .main-area {
    height: 68px;
  }
}

@media (min-width: 992px) {
  .main-area {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .main-area {
    height: 59px;
  }
}

.main-logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 55px;
  height: 54px;
  background-color: #e20404;
  align-self: flex-start;
  transform-origin: 0 0;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .main-logo {
    width: 72px;
    height: 68px;
  }
}

@media (min-width: 992px) {
  .main-logo {
    width: 88px;
    height: 80px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .main-logo {
    width: 102px;
    height: 93px;
  }
}

.main-logo:before {
  font-family: font-icon;
  content: "";
  margin: auto;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  transition: font-size 0.3s ease-out;
}

@media (min-width: 768px) {
  .main-logo:before {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .main-logo:before {
    font-size: 53px;
    line-height: 53px;
  }
}

h1.main-logo {
  line-height: 0;
  font-size: 0;
}

.main-logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.search-btn {
  display: flex;
  width: 26px;
  height: 100%;
  color: #fff;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: color 0.3s ease-out;
}

.search-btn:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

@media (min-width: 992px) {
  .search-btn {
    font-size: 21px;
    color: #000;
    width: 22px;
    margin-left: auto;
  }
}

.live-btn-mobile {
  display: flex;
  text-transform: uppercase;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: color 0.3s ease-out;
  height: 28px;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 4px;
  font-weight: 800;
  font-size: 10px;
  color: #e20404;
  width: 106px;
}

@media screen and (min-width: 992px) {
  .live-btn-mobile {
    display: none;
  }
}

.live-btn-mobile #live-spinner-mobile {
  width: 22px;
}

@media (min-width: 992px) {
  .sub-nav-list {
    display: flex;
    padding-left: 88px;
    height: 30px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .sub-nav-list {
    height: 34px;
    padding-left: 102px;
  }
}

.sub-nav-item {
  height: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="1"] {
    order: 1;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="2"] {
    order: 2;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="3"] {
    order: 3;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="4"] {
    order: 4;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="5"] {
    order: 5;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="6"] {
    order: 6;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="7"] {
    order: 7;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="8"] {
    order: 8;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="9"] {
    order: 9;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="10"] {
    order: 10;
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="11"] {
    order: 11;
  }
}

@media (min-width: 992px) {
  .sub-nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #bebebe;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="1"]:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sub-nav-item[data-d-order="1"] {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .sub-nav-link {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .sub-nav-link {
    padding: 0 17px;
  }
}

.sub-nav-link span {
  position: relative;
}

.sub-nav-link span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;
}

.hamburger-nav {
  width: 100%;
  padding: 31px 38px 54px 24px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .hamburger-nav {
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 58px;
    padding-left: 61px;
  }
}

@media (min-width: 992px) {
  .hamburger-nav {
    -moz-column-count: unset;
    column-count: unset;
    display: grid;
    grid-gap: 0;
    grid-template-areas: "group-1 group-2 group-3 group-4" "group-1 group-2 group-3 group-5";
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto 1fr;
    padding: 60px 0 0;
    width: 940px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .hamburger-nav {
    width: 1120px;
  }
}

.hamburger-nav::-webkit-scrollbar {
  display: none;
}

.hamburger-nav .global-title {
  color: #fff;
}

@media (max-width: 767.98px) {
  .hamburger-nav .global-title {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .hamburger-nav .global-title:before {
    width: 100%;
  }
}

.hamburger-nav-group {
  padding-bottom: 14px;
}

@media (min-width: 768px) {
  .hamburger-nav-group {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 67px;
  }
}

@media (min-width: 992px) {
  .hamburger-nav-group {
    padding-bottom: 37px;
  }
  .hamburger-nav-group:first-child {
    grid-area: group-1;
  }
  .hamburger-nav-group:nth-child(2) {
    grid-area: group-2;
  }
  .hamburger-nav-group:nth-child(3) {
    grid-area: group-3;
  }
  .hamburger-nav-group:nth-child(4) {
    grid-area: group-4;
  }
  .hamburger-nav-group:nth-child(5) {
    grid-area: group-5;
  }
}

.hamburger-nav-list {
  -moz-column-count: 2;
  column-count: 2;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .hamburger-nav-list {
    -moz-column-count: unset;
    column-count: unset;
  }
}

.hamburger-nav-item {
  padding-bottom: 10px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 768px) {
  .hamburger-nav-item {
    padding-bottom: 8px;
  }
}

.hamburger-nav-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s ease-out;
  padding: 3px 0;
}

@media (min-width: 768px) {
  .hamburger-nav-link {
    font-size: 16px;
    padding: 0;
  }
}

.hamburger-nav-social {
  -moz-column-count: unset;
  column-count: unset;
  display: flex;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .hamburger-nav-social {
    padding-top: 10px;
  }
}

.hamburger-nav-social .hamburger-nav-item {
  margin-right: 10px;
}

.hamburger-nav-social .hamburger-nav-link {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  color: #fff;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
  padding: 0;
}

.hamburger-nav-social .hamburger-nav-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-nav-social .hamburger-nav-link.yt {
  font-size: 13px;
}

.hamburger-nav-social .hamburger-nav-link.yt:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

.hamburger-nav-social .hamburger-nav-link.fb {
  font-size: 16px;
}

.hamburger-nav-social .hamburger-nav-link.fb:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

.hamburger-nav-social .hamburger-nav-link.tw {
  font-size: 13px;
}

.hamburger-nav-social .hamburger-nav-link.tw:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

.hamburger-nav-social .hamburger-nav-link.ig {
  font-size: 15px;
}

.hamburger-nav-social .hamburger-nav-link.ig:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

.hamburger-nav-market {
  -moz-column-count: unset;
  column-count: unset;
  display: flex;
  padding-top: 12px;
}

@media (max-width: 767.98px) {
  .hamburger-nav-market {
    flex-wrap: wrap;
  }
  .hamburger-nav-market .last {
    margin: 0 50px 0 63px;
  }
}

@media (min-width: 768px) {
  .hamburger-nav-market {
    padding-top: 10px;
  }
}

.hamburger-nav-market .hamburger-nav-item {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .hamburger-nav-market .hamburger-nav-item {
    margin-right: 4px;
  }
}

.hamburger-nav-market .hamburger-nav-link {
  width: 114px;
  height: 40px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease-out;
  background-position: 50%;
  background-size: 90%;
  padding: 0;
}

.hamburger-nav-market .hamburger-nav-link.googleplay {
  background-image: url(../index/google-play-white.svg);
}

.hamburger-nav-market .hamburger-nav-link.appstore {
  background-image: url(../index/app-store-white.svg);
}

.hamburger-nav-market .hamburger-nav-link.appgallery {
  background-image: url(../index/app-gallery-white.svg);
}

.header {
  width: 100%;
  width: 100vw;
  z-index: 9998;
  position: relative;
  margin-bottom: 20px;
}

.header-scroll-container {
  width: 100vw;
  position: relative;
  height: 132px;
  z-index: 2;
}

@media (min-width: 768px) {
  .header-scroll-container {
    height: 151px;
  }
}

@media (min-width: 992px) {
  .header-scroll-container {
    height: 93px;
  }
}

@media (min-width: 1200px) {
  .header-scroll-container {
    height: 102px;
  }
}

.header-scroll-area {
  width: 100vw;
}

.header-widgets-row {
  width: 100vw;
  background-image: linear-gradient(270deg, #0086b8, #05316e);
}

.header-widgets-row .container {
  display: flex;
}

.header-widgets-row .finance-bar {
  width: 50%;
  height: 43px;
}

@media (min-width: 768px) {
  .header-widgets-row .finance-bar {
    width: 451px;
  }
}

@media (min-width: 992px) {
  .header-widgets-row .finance-bar {
    width: 685px;
  }
}

@media (min-width: 1200px) {
  .header-widgets-row .finance-bar {
    width: 855px;
  }
}

.header-widgets-row .weather-bar {
  width: 50%;
  height: 43px;
}

@media (min-width: 768px) {
  .header-widgets-row .weather-bar {
    width: 249px;
  }
}

@media (min-width: 992px) {
  .header-widgets-row .weather-bar {
    width: 255px;
  }
}

@media (min-width: 1200px) {
  .header-widgets-row .weather-bar {
    width: 265px;
  }
}

.header-primary-row {
  width: 100vw;
  background-color: #e20404;
  transition: background-color 0.3s ease-out;
  z-index: 2;
}

@media (min-width: 992px) {
  .header-primary-row {
    background-color: #eaeaea;
    position: relative;
  }
}

.header-hamburger-area {
  position: fixed;
  height: 100%;
  top: 0;
  width: 299px;
  right: -299px;
  background-color: #000;
}

@media (min-width: 768px) {
  .header-hamburger-area {
    width: 675px;
    right: -675px;
  }
}

@media (min-width: 992px) {
  .header-hamburger-area {
    display: none;
    position: absolute;
    height: 434px;
    width: 100%;
    right: 0;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.83);
    -webkit-backdrop-filter: blur(10px) brightness(0.65);
    backdrop-filter: blur(10px) brightness(0.65);
  }
}

@media (min-width: 1200px) {
  .header-hamburger-area {
    height: 465px;
    top: 59px;
  }
}

.header-hamburger-area-olay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .header-hamburger-area-olay {
    z-index: 0;
    background-color: transparent;
  }
}

.header-secondary-row {
  display: none;
}

@media (min-width: 992px) {
  .header-secondary-row {
    display: block;
    width: 100vw;
    background-color: #ddd;
  }
}

#cnn-app {
  transition: margin-left 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.header-hamburger-area {
  transition: right 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.header-hamburger-area-olay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

footer.footer {
  padding-top: 19px;
  color: #000;
  background-color: #eaeaea;
  border-top: 7px solid transparent;
}

@media (min-width: 768px) {
  footer.footer {
    border-top-color: #ddd;
  }
}

footer.footer .footer-row:last-child {
  padding-bottom: 75px;
}

@media (min-width: 992px) {
  footer.footer .footer-row:last-child {
    padding-bottom: 0;
  }
}

footer.footer .footer-row[data-bg-color="silver"] {
  background-color: #bebebe;
}

footer.footer .footer-row[data-bg-color="alto"] {
  background-color: #ddd;
}

footer.footer .footer-row .footer-navigation {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
}

footer.footer .footer-row .footer-navigation-item {
  display: none;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer.footer .footer-row .footer-navigation-item {
    display: flex;
  }
}

footer.footer .footer-row .footer-navigation-item:last-child {
  display: flex;
}

@media (max-width: 767.98px) {
  footer.footer .footer-row .footer-navigation-item:last-child {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  footer.footer .footer-row .footer-navigation-item .global-title {
    font-size: 16px;
    line-height: 22px;
  }
}

footer.footer .footer-row .footer-navigation-item ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

footer.footer .footer-row .footer-navigation-item ul li:hover a {
  color: #e20404;
}

footer.footer .footer-row .apps-markets {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 430px) {
  footer.footer .footer-row .apps-markets {
    flex-wrap: wrap;
  }
}

footer.footer .footer-row .apps-markets a {
  width: 127px;
  height: 44px;
  display: flex;
  padding: 7px 0;
  border-radius: 5px;
  color: #000;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #000;
}

footer.footer .footer-row .apps-markets a:hover {
  background-color: #000;
}

@media screen and (max-width: 430px) {
  footer.footer .footer-row .apps-markets a {
    margin: 0;
  }
  footer.footer .footer-row .apps-markets a:first-child {
    margin-right: 11px;
  }
}

footer.footer .footer-row .apps-markets a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

footer.footer .footer-row .apps-markets a:not(:last-child) {
  margin-right: 11px;
}

footer.footer .footer-row .apps-markets a.android:before {
  background-image: url(../index/google-play.svg);
}

footer.footer .footer-row .apps-markets a.android:hover:before {
  background-image: url(../index/google-play-white.svg);
}

footer.footer .footer-row .apps-markets a.ios:before {
  background-image: url(../index/app-store.svg);
}

footer.footer .footer-row .apps-markets a.ios:hover:before {
  background-image: url(../index/app-store-white.svg);
}

footer.footer .footer-row .apps-markets a.huawei:before {
  background-image: url(../index/app-gallery.svg);
}

footer.footer .footer-row .apps-markets a.huawei:hover:before {
  background-image: url(../index/app-gallery-white.svg);
}

@media screen and (max-width: 430px) {
  footer.footer .footer-row .apps-markets a.huawei {
    margin-top: 11px;
    margin-right: 19px;
  }
}

footer.footer .footer-row .apps-markets a span {
  font-size: 0;
}

footer.footer .footer-row .corporate-navigation {
  display: flex;
  padding: 30px 0;
  justify-content: center;
  border-top: 1px solid #bebebe;
}

@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 38px;
  }
}

@media (min-width: 768px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 34px;
  }
}

@media (min-width: 992px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 42px;
  }
}

footer.footer .footer-row .corporate-navigation ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation ul {
    max-width: 710px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  footer.footer .footer-row .corporate-navigation ul {
    max-width: 100%;
    justify-content: flex-start;
  }
}

footer.footer .footer-row .corporate-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation ul li {
    margin-right: 7px;
  }
}

footer.footer .footer-row .corporate-navigation ul li:hover a {
  color: #e20404;
}

footer.footer .footer-row .corporate-navigation ul li:after {
  content: "";
  margin-left: 7px;
}

@media (min-width: 768px) {
  footer.footer .footer-row .corporate-navigation ul li:after {
    content: "|";
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  footer.footer .footer-row .corporate-navigation ul li:nth-child(5):after {
    content: "";
  }
}

footer.footer .footer-row .corporate-navigation ul li:last-child:after {
  content: "";
}

footer.footer .footer-row .other-language-navigation {
  display: none;
}

@media (min-width: 768px) {
  footer.footer .footer-row .other-language-navigation {
    display: block;
  }
}

footer.footer .footer-row .other-language-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer.footer .footer-row .other-language-navigation ul li {
  margin-right: 20px;
}

footer.footer .footer-row .other-language-navigation ul li:last-child {
  margin-right: 0;
}

footer.footer .footer-row .other-language-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
}

footer.footer .footer-row .social-navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation {
    min-width: 286px;
    max-width: 307px;
    flex-direction: row;
  }
}

footer.footer .footer-row .social-navigation h4 {
  padding: 0;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 19px;
}

@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation h4 {
    margin-bottom: 0;
    margin-right: 34px;
  }
}

footer.footer .footer-row .social-navigation ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation ul {
    flex-grow: 1;
    justify-content: space-between;
  }
}

footer.footer .footer-row .social-navigation ul li a {
  font-size: 16px;
}

footer.footer .footer-row .other-channel {
  overflow-x: auto;
}

footer.footer .footer-row .other-channel ul {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  overflow-y: hidden;
  align-items: center;
  -webkit-overflow-scrolling: touch;
}

footer.footer .footer-row .other-channel ul li {
  flex-shrink: 0;
  margin-right: 25px;
}

footer.footer .footer-row .other-channel ul li:hover a {
  color: #e20404;
}

footer.footer .footer-row .other-channel ul li:last-child {
  margin-right: 0;
}

footer.footer .footer-row .other-channel ul li.divider {
  width: 2px;
  height: 34px;
  margin-right: 8px;
  margin-left: -12px;
  background-color: #000;
}

footer.footer .footer-row .other-channel ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #414141;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  footer.footer .footer-row .other-channel ul li a {
    font-size: 13px;
  }
}

footer.footer .footer-row .copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer.footer .footer-row .copyright {
    flex-direction: row;
  }
}

footer.footer .footer-row .copyright .slogan {
  display: flex;
  align-items: center;
  padding: 10px 0 9px;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan {
    flex-direction: row;
  }
}

footer.footer .footer-row .copyright .slogan .main-logo {
  width: auto;
  height: auto;
  align-self: center;
  margin-bottom: 9px;
  background-color: transparent;
}

footer.footer .footer-row .copyright .slogan .main-logo.footer-logo {
  width: 65px;
  height: 50px;
  background-image: url(../index/cnnturk-logo.webp);
  background-size: cover;
}

footer.footer .footer-row .copyright .slogan .main-logo.footer-logo:before {
  content: none !important;
  font-family: none !important;
}

@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan .main-logo {
    margin-bottom: 0;
    margin-right: 29px;
  }
}

@media (min-width: 992px) {
  footer.footer .footer-row .copyright .slogan .main-logo {
    margin-right: 0;
  }
}

footer.footer .footer-row .copyright .slogan .main-logo:before {
  color: #000;
}

footer.footer .footer-row .copyright .slogan h5 {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan h5 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  footer.footer .footer-row .copyright .slogan h5 {
    font-size: 20px;
  }
}

footer.footer .footer-row .copyright p {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  footer.footer .footer-row .copyright p {
    font-size: 13px;
    max-width: 307px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  footer.footer .footer-row .copyright p {
    max-width: none;
    text-align: left;
  }
}

.js-dropdown {
  height: 100%;
  display: flex;
  flex-grow: 1;
}

.js-dropdown-list {
  display: none;
}

.js-dropdown-item {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.js-dropdown-btn {
  cursor: pointer;
}

.js-dropdown-btn,
.js-dropdown-ico {
  display: flex;
  align-items: center;
  height: 100%;
}

.js-dropdown-ico {
  font-size: 8px;
  flex-shrink: 0;
}

.js-dropdown-ico:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

.js-dropdown-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-dropdown-label a {
  flex-grow: inherit;
  display: inherit;
  align-items: inherit;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

.adv-oop {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.icon {
  font-style: normal;
  font-weight: 400;
}

.icon.ico-facebook:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-flipboard:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-instagram:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-twitter:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-w-skc_d:before {
  font-family: font-icon;
  content: "";
}

.icon.ico-youtube:before {
  font-family: font-icon;
  content: "";
}

@font-face {
  font-family: "font-icon";
  src: url("../index/font-icon.woff");
  src: url("../index/font-icon_1.eot#iefix") format("embedded-opentype"),
    url("../index/font-icon.woff") format("woff"),
    url("../index/font-icon.ttf") format("truetype"),
    url("../index/font-icon.svg") format("svg");
  font-display: swap;
}

:after,
:before,
a,
body,
div,
h2,
h3,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
ul {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
}

h2,
h3 {
  line-height: 1.25;
}

footer.footer .footer-row .footer-navigation-item {
  display: none;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer.footer .footer-row .footer-navigation-item {
    display: flex;
  }
}

@media (max-width: 1199.98px) {
  footer.footer .footer-row .footer-navigation-item .global-title {
    font-size: 16px;
    line-height: 22px;
  }
}

footer.footer .footer-row .footer-navigation-item ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

footer.footer .footer-row .other-language-navigation {
  display: none;
}

footer.footer .footer-row .other-language-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer.footer .footer-row .other-language-navigation ul li {
  margin-right: 20px;
}

footer.footer .footer-row .other-language-navigation ul li:last-child {
  margin-right: 0;
}

footer.footer .footer-row .other-language-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  footer.footer .footer-row .other-language-navigation {
    display: block;
  }
}

.icon,
.main-logo:before {
  font-style: normal;
  font-weight: 400;
}

.icon,
.main-logo:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icon,
.main-logo:before {
  display: inline-block;
  vertical-align: middle;
}

.icon:before,
.main-logo:before {
  display: block;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.d-none {
  display: none !important;
}

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

.icon,
.main-logo:before {
  font-style: normal;
  font-weight: 400;
}

.icon,
.main-logo:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

:after,
:before,
a,
body,
div,
h3,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
ul {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  max-width: 100vw;
}

body {
  max-width: 100vw;
}

:focus {
  outline: 0;
}

header,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

html {
  font-size: 18px;
  min-height: 100%;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-width: 100vw;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h3 {
  line-height: 1.25;
}

#cnn-app {
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.icon,
.main-logo:before {
  display: inline-block;
  vertical-align: middle;
}

.icon:before,
.main-logo:before {
  display: block;
}

.global-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.global-title:before {
  width: 87px;
  height: 4px;
  content: "";
  display: block;
  margin-bottom: 6px;
  margin-right: 9px;
  background-color: #e20404;
}

.finance-bar {
  color: #fff;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-items: center;
}

.finance-bar-items {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: space-between;
}

.finance-bar-items::-webkit-scrollbar {
  display: none;
}

.finance-bar-items .fb-item-link {
  flex-shrink: 0;
  color: #fff;
}

.finance-bar-items .fb-item-link:not(.dummy) {
  opacity: 0;
  will-change: opacity;
}

.finance-bar-items .fb-item-link:not(.dummy).show {
  opacity: 1;
}

.finance-bar-items .fb-item-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .finance-bar-items .fb-item-name {
    font-size: 11px;
  }
}

.finance-bar-items .fb-item-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.finance-bar-items .fb-item-change {
  font-size: 11px;
  font-weight: 500;
}

.finance-bar-items .fb-item-change.down:after,
.finance-bar-items .fb-item-change.up:after {
  font-size: 8px;
  font-family: font-icon;
  margin-left: 2px;
}

.finance-bar-items .fb-item-change.up:after {
  content: "";
  color: #03c43e;
}

.finance-bar-items .fb-item-change.down:after {
  content: "";
  color: #e20404;
}

.css-slider {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  height: 43px;
  overflow: hidden;
}

.css-slider-inner {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: 33s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation: 33s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  -webkit-animation-name: itemSlideVer;
  animation-name: itemSlideVer;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@media (min-width: 768px) {
  .finance-bar-items .fb-item-value {
    font-size: 11px;
  }
  .finance-bar-items .fb-item-change {
    font-size: 8px;
  }
  .css-slider-inner {
    flex-direction: row;
    width: auto;
    -webkit-animation-name: itemSlideHor;
    animation-name: itemSlideHor;
  }
}

.css-slider-run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.css-slider-slides {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .css-slider-slides {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.css-slider-slide {
  flex-shrink: 0;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .css-slider-slide {
    width: 150px;
  }
}

.weather-bar {
  order: 2;
  color: #fff;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-image: linear-gradient(
    to right,
    #039a3d 0,
    rgba(3, 154, 61, 0.89) 53%,
    rgba(3, 154, 61, 0) 100%
  );
}

@media (min-width: 768px) {
  .weather-bar {
    padding-left: 15px;
  }
  .weather-bar + .finance-bar:after {
    content: "";
    width: 17px;
    height: 43px;
    display: inline-block;
    position: absolute;
    right: 0;
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.3) 0,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.weather-bar .js-dropdown {
  overflow: hidden;
}

.weather-bar .js-dropdown-btn {
  position: relative;
}

.weather-bar .js-dropdown-btn i {
  font-size: 20px;
  margin-right: 6px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn i {
    margin-right: 11px;
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn i {
    font-size: 25px;
    margin-right: 10px;
  }
}

.weather-bar .js-dropdown-btn .city {
  flex-grow: 1;
  font-size: 11px;
  font-weight: 700;
  padding-right: 2px;
  text-transform: uppercase;
  max-width: 87px;
  overflow: hidden;
}

@media (max-width: 375px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 55px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 95px;
  }
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .city {
    font-size: 13px;
  }
}

.weather-bar .js-dropdown-btn .city span {
  margin-top: 2px;
  position: relative;
}

.weather-bar .js-dropdown-btn .city span:first-child {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.weather-bar .js-dropdown-btn .city span:last-child {
  display: none;
}

.weather-bar .js-dropdown-btn .js-dropdown-ico {
  font-size: 8px;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 7px;
  }
}

.weather-bar .js-dropdown-ico {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-ico {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 6px;
  }
  .weather-bar .js-dropdown-ico {
    padding-left: 10px;
  }
}

.weather-bar .js-dropdown-label .degree {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-left: auto;
  justify-content: flex-end;
}

.weather-bar .js-dropdown-label .degree span + span {
  margin-left: 7px;
}

.weather-bar .js-dropdown-label .degree span {
  position: relative;
  padding-right: 9px;
}

.weather-bar .js-dropdown-label .degree span.low-temp {
  display: none;
  opacity: 0.5;
}

.weather-bar .js-dropdown-label .degree span:after {
  font-family: font-icon;
  content: "";
  top: 2px;
  right: 1px;
  font-size: 7px;
  width: 7px;
  height: 7px;
  line-height: 7px;
  position: absolute;
}

.weather-bar .js-dropdown-list {
  left: 0;
  width: 100%;
  max-height: 314px;
}

.weather-bar .js-dropdown-item {
  line-height: 43px;
  padding-left: 14px;
}

.main-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.36);
  padding: 2px 0;
}

@media (min-width: 992px) {
  .main-nav {
    transform: none;
    position: unset;
    left: unset;
    width: auto;
    flex-grow: 1;
    padding: 0;
    box-shadow: none;
    z-index: unset;
    bottom: unset;
    margin-right: 20px;
    background-color: transparent;
  }
}

.main-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-nav-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .weather-bar .js-dropdown-label .degree {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px;
  }
  .weather-bar .js-dropdown-label .degree span.low-temp {
    display: block;
  }
  .main-nav-list {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .main-nav-list {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0 0 0 5px;
  }
  .main-nav-item[data-d-order="1"] {
    order: 1;
  }
}

.main-nav-item {
  height: 100%;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .main-nav-item {
    position: relative;
  }
  .main-nav-item[data-m-order="1"] {
    order: 1;
  }
  .main-nav-item[data-m-order="2"] {
    order: 2;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="2"] {
    order: 2;
  }
  .main-nav-item[data-d-order="3"] {
    order: 3;
  }
}

@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="4"] {
    order: 4;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="4"] {
    order: 4;
  }
}

@media (min-width: 992px) {
  .main-nav-item[data-d-order="6"] {
    order: 6;
  }
}

.main-nav-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}

.main-nav-item[data-m-order="1"]:before {
  display: none;
}

.main-nav-link {
  display: flex;
  padding: 0 3px;
  align-items: center;
  white-space: nowrap;
  color: #000;
  justify-content: center;
  font-weight: 500;
  font-size: 11px;
  height: 31px;
}

@media (min-width: 768px) {
  .main-nav-link {
    height: 36px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .main-nav-item:before {
    height: 25px;
    background-color: #bebebe;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-nav-item[data-d-order="1"]:before {
    display: none;
  }
  .main-nav-link {
    height: 100%;
  }
  .main-nav-link {
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
    font-weight: 700;
    font-size: 13px;
  }
}

.main-nav-link:before {
  align-self: center;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 18px;
  margin-right: 2px;
}

@media (min-width: 768px) {
  .main-nav-link:before {
    font-size: 23px;
    line-height: 23px;
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .main-nav-link:before {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    margin-right: 3px;
  }
}

@media (min-width: 1200px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 100px;
  }
  .main-nav-link {
    font-size: 16px;
  }
  .main-nav-link:before {
    font-size: 20px;
    line-height: 20px;
    margin-right: 4px;
  }
}

[data-nav-item="agenda"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="breaking-news"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="programs"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="video"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="gallery-news"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="live"] .main-nav-link {
  width: 60px;
  height: calc(100% + 21px);
  margin-top: -21px;
  padding-top: 13px;
  font-weight: 700;
  color: #e20404;
}

[data-nav-item="live"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

[data-nav-item="live"] .main-nav-link:before {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px;
  margin-left: 7px;
}

@media (min-width: 992px) {
  [data-nav-item="live"] .main-nav-link {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    color: #000;
  }
  [data-nav-item="live"] .main-nav-link:before {
    font-family: font-icon;
    font-style: normal;
    font-weight: 400;
    content: "";
  }
  [data-nav-item="live"] .main-nav-link:before {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    margin-left: 0;
    color: #e20404;
  }
}

@media (min-width: 992px) {
  .main-nav-sub-nav {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    padding-left: 88px;
  }
}

@media (max-width: 991.98px) {
  .main-nav-link .d-show {
    display: none;
  }
}

.main-nav-sub-nav {
  display: none;
}

@media (min-width: 1200px) {
  .main-nav-sub-nav {
    height: 34px;
    padding-left: 102px;
  }
}

.main-nav-sub-link span {
  position: relative;
}

@media (min-width: 992px) {
  .main-nav-sub-nav:after,
  .main-nav-sub-nav:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #e20404;
    top: 0;
  }
  .main-nav-sub-nav:before {
    right: 50%;
  }
  .main-nav-sub-nav:after {
    left: 50%;
  }
  .main-nav-sub-list {
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #e20404;
  }
  .main-nav-sub-item {
    height: 100%;
  }
  .main-nav-sub-link {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
  }
  .main-nav-sub-link span:after {
    content: "";
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    background-color: #fff;
    position: absolute;
    height: 2px;
    bottom: -2px;
  }
}

.main-area {
  position: relative;
  display: flex;
  height: 54px;
}

@media (min-width: 768px) {
  .main-area {
    height: 68px;
  }
}

@media (min-width: 992px) {
  .main-area {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .main-area {
    height: 59px;
  }
}

.main-logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 55px;
  height: 54px;
  background-color: #e20404;
  align-self: flex-start;
  transform-origin: 0 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .main-logo {
    width: 72px;
    height: 68px;
  }
}

@media (min-width: 992px) {
  .main-logo {
    width: 88px;
    height: 80px;
    z-index: 1;
  }
}

.main-logo:before {
  font-family: font-icon;
  content: "";
  margin: auto;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
}

@media (min-width: 768px) {
  .main-logo:before {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .main-logo {
    width: 102px;
    height: 93px;
  }
  .main-logo:before {
    font-size: 53px;
    line-height: 53px;
  }
}

h1.main-logo {
  line-height: 0;
  font-size: 0;
}

.search-btn {
  display: flex;
  width: 26px;
  height: 100%;
  color: #fff;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.search-btn:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}

@media (min-width: 992px) {
  .search-btn {
    font-size: 21px;
    color: #000;
    width: 22px;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .sub-nav-list {
    display: flex;
    padding-left: 88px;
    height: 30px;
    position: relative;
  }
  .sub-nav-item[data-d-order="1"] {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .sub-nav-list {
    height: 34px;
    padding-left: 102px;
  }
  .sub-nav-item[data-d-order="1"] {
    padding-left: 10px;
  }
}

.sub-nav-item {
  height: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .sub-nav-item[data-d-order="2"] {
    order: 2;
  }
  .sub-nav-item[data-d-order="3"] {
    order: 3;
  }
  .sub-nav-item[data-d-order="4"] {
    order: 4;
  }
  .sub-nav-item[data-d-order="5"] {
    order: 5;
  }
  .sub-nav-item[data-d-order="6"] {
    order: 6;
  }
  .sub-nav-item[data-d-order="7"] {
    order: 7;
  }
  .sub-nav-item[data-d-order="8"] {
    order: 8;
  }
  .sub-nav-item[data-d-order="9"] {
    order: 9;
  }
  .sub-nav-item[data-d-order="10"] {
    order: 10;
  }
  .sub-nav-item[data-d-order="11"] {
    order: 11;
  }
  .sub-nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #bebebe;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-nav-item[data-d-order="1"]:before {
    display: none;
  }
  .sub-nav-link {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .sub-nav-link {
    padding: 0 17px;
  }
}

.sub-nav-link span {
  position: relative;
}

.sub-nav-link span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
}

.header {
  width: 100%;
  width: 100vw;
  z-index: 9998;
  position: relative;
  margin-bottom: 20px;
}

.header-scroll-container {
  width: 100vw;
  position: relative;
  height: 132px;
  z-index: 2;
}

@media (min-width: 768px) {
  .header-scroll-container {
    height: 151px;
  }
}

@media (min-width: 992px) {
  .header-scroll-container {
    height: 93px;
  }
}

.header-scroll-area {
  width: 100vw;
}

.header-widgets-row {
  width: 100vw;
  background-image: linear-gradient(270deg, #0086b8 0, #05316e 100%);
}

.header-widgets-row .container {
  display: flex;
}

.header-widgets-row .finance-bar {
  width: 50%;
  height: 43px;
}

@media (min-width: 768px) {
  .header-widgets-row .finance-bar {
    width: 451px;
  }
}

@media (min-width: 992px) {
  .header-widgets-row .finance-bar {
    width: 685px;
  }
}

@media (min-width: 1200px) {
  .header-scroll-container {
    height: 102px;
  }
  .header-widgets-row .finance-bar {
    width: 855px;
  }
}

.header-widgets-row .weather-bar {
  width: 50%;
  height: 43px;
}

@media (min-width: 768px) {
  .header-widgets-row .weather-bar {
    width: 249px;
  }
}

@media (min-width: 992px) {
  .header-widgets-row .weather-bar {
    width: 255px;
  }
}

.header-primary-row {
  width: 100vw;
  background-color: #e20404;
  z-index: 2;
}

@media (min-width: 992px) {
  .header-primary-row {
    background-color: #eaeaea;
    position: relative;
  }
}

.header-hamburger-area {
  position: fixed;
  height: 100%;
  top: 0;
  width: 299px;
  right: -299px;
  background-color: #000;
}

@media (min-width: 768px) {
  .header-hamburger-area {
    width: 675px;
    right: -675px;
  }
}

@media (min-width: 992px) {
  .header-hamburger-area {
    display: none;
    position: absolute;
    height: 434px;
    width: 100%;
    right: 0;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.83);
    -webkit-backdrop-filter: blur(10px) brightness(0.65);
    backdrop-filter: blur(10px) brightness(0.65);
  }
}

@media (min-width: 1200px) {
  .header-widgets-row .weather-bar {
    width: 265px;
  }
  .header-hamburger-area {
    height: 465px;
    top: 59px;
  }
}

.header-hamburger-area-olay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.header-secondary-row {
  display: none;
}

.header-hamburger-area-olay {
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

@media (min-width: 992px) {
  .header-hamburger-area-olay {
    z-index: 0;
    background-color: transparent;
  }
  .header-secondary-row {
    display: block;
    width: 100vw;
    background-color: #ddd;
  }
}

.js-dropdown {
  height: 100%;
  display: flex;
  flex-grow: 1;
}

.js-dropdown-list {
  display: none;
}

.js-dropdown-btn {
  display: flex;
  align-items: center;
  height: 100%;
}

.js-dropdown-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.js-dropdown-label a {
  flex-grow: inherit;
  display: inherit;
  align-items: inherit;
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

.icon {
  font-style: normal;
  font-weight: 400;
}

.main {
  width: 100%;
  padding: 10px 0;
}

.main .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title {
  font-family: Inter, sans-serif;
  font-size: 36px;
}

@media (max-width: 546px) {
  .title {
    font-size: 28px;
  }
}

.img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}

.desc {
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.red {
  color: #bc0e0d;
  font-weight: bold;
}

.desc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desc-item {
  font-family: Inter, sans-serif;
  font-size: 26px;
}

@media (min-width: 992px) {
  .desc-item-spec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.bg-primary {
  background-color: #bc0e0d;
}

.bg-btn-primary {
  background-color: #bc0e0d;
}

.hover\:bg-btn-hover:hover {
  background-color: #bc0e0d;
}

.border-primary {
  border-color: #2d344e;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-custom {
  border-radius: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.items-center {
  -webkit-box-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.font-sans {
  font-family: Open Sans, sans-serif;
}

.font-ubuntu {
  font-family: Ubuntu, sans-serif;
}

.font-bold {
  font-weight: 700;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.focus\:outline-none:focus {
  outline: 0;
}

.p-2 {
  padding: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pl-0 {
  padding-left: 0;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.shadow-form {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #000;
}

.text-2xl {
  font-size: 1.5rem;
}

.w-56 {
  width: 14rem;
}

.w-auto {
  width: auto;
}

.w-2\/5 {
  width: 40%;
}

.w-full {
  width: 100%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:leading-tight {
    line-height: 1.25;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:shadow-none {
    box-shadow: none;
  }
  .sm\:w-full {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .md\:w-4\/5 {
    width: 80%;
  }
}

.phone {
  padding-left: 104px;
}

.bottom-form-custom {
  box-shadow: none;
  margin: 0;
}

form {
  position: relative;
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-image: url(../index/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  margin: 15px;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="submit"],
button {
  -webkit-appearance: button;
}

[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button {
  background: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder {
  color: #a0aec0;
}

button {
  cursor: pointer;
}

button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

*,
::after,
::before {
  box-sizing: inherit;
}

*,
::after,
::before {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

button {
  font-size: 18px !important;
  width: 100% !important;
  max-width: 300px;
}

.mw-600 {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 10;
  display: inline-block;
  top: 0;
  float: left;
  border: 2px solid #bc0e0d;
  padding: 0.25rem 0.25rem 0.5rem;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .mw-600 {
    margin: 0 10px;
  }
}
