:root {
  --base-font-family: proximanova;
  --base-font-weight: 500;
  --secondary-font-family: proximanova;
  --button-border-radius: pill;
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-sm-2: 14px;
  --font-size-md: 16px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
  --background: #f5f5f5;
  --surface: #fff;
  --on-background: #000000;
  --on-surface-100: #e9e9e9;
  --on-surface-200: #909090;
  --on-surface-300: #212121;
  --on-surface-400: #1a1a1a;
  --on-primary: #ffffff;
  --on-secondary: on-secondary;
  --primary-100: #fce9e9;
  --primary-200: #ee8f93;
  --primary-300: #dd1f26;
  --primary-400: #b1191e;
  --secondary-100: #e9ecf4;
  --secondary-200: #90a0c6;
  --secondary-300: #21418d;
  --secondary-400: #1a3471;
  --status-success-100: #eafaf0;
  --status-success-200: #29b85d;
  --status-critical-100: #ffede9;
  --status-critical-200: #e64620;
  --status-warning-100: #fffaec;
  --status-warning-200: #e1ba3b;
  --tabs-active: #21418d;
  --tabs-background: #fff;
  --on-tab-active: #212121;
  --on-tab-inactive: #909090;
  --games-wordflower: #ff9527;
  --games-quiz: #f5665f;
  --games-suduko: #6192cc;
  --games-crossword: #5ac3b6;
  --btn-background-color: #000000;
  --btn-border-color: #000000;
  --btn-text-color: #fff;
  --btn-action-background-color: #dd1f26;
  --btn-action-border-color: #dd1f26;
  --btn-action-text-color: #fff;
}

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

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}

body {
  font-family: "proximanova";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #f5f5f5;
  padding-top: 48px;
  padding-bottom: 58px;
}
@media (min-width: 300px) and (max-width: 1024px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

img:-moz-loading {
  visibility: hidden;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

::selection,
::-webkit-selection,
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

em {
  font-weight: normal;
  font-style: italic;
}

b {
  font-weight: 700;
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.wrapper {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

@media (min-width: 1024px) {
  #main-content {
    padding: 8px;
    background-color: #f5f5f5;
    max-width: 996px;
  }
}

/* @media(min-width: 300px)and (max-width: 1024px) {
    #main-content {
        padding-bottom:60px;
        width: 100vw;
        position: relative
    }
} */

.brandbar {
  width: 100%;
  height: 48px;
  top: 0;
  background-color: #000;
  margin-bottom: 8px;
  cursor: default;
  display: flex;
  position: fixed;
  z-index: 11;
}

.brandbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brandbar__links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}

.brandbar__links li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.brandbar__links li > span {
  display: flex;
  align-items: center;
}

.brandbar__links li > a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  font-weight: bold;
}

.brandbar__links li > a:hover {
  opacity: 0.8;
}

.brandbar__links .links--image {
  display: inline-flex;
  align-items: center;
}

.brandbar__links .links--image a {
  display: flex;
  align-items: center;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.brandbar__links .links--image a img {
  max-height: 22px;
  max-width: 62px;
  min-height: 22px;
}

.brandbar__links .links--image a span {
  white-space: nowrap;
  margin: 0 8px 0 4px;
}

.brandbar__links .links--image:after {
  display: none;
}

.brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  line-height: 22px;
  min-height: 48px;
  max-height: 48px;
}

.brandbar .links--dropdown > span:after {
  content: "";
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* background-image: url("/images/nova/icons/icon-arrow-white.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.brandbar .links--dropdown > span:hover {
  opacity: 0.8;
}

.brandbar .links--dropdown:hover > span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.brandbar .links--dropdown:hover .brandbar__dropdown {
  display: flex;
}

.brandbar .links__dropdown--image img {
  margin-right: 4px;
  max-height: 22px;
  width: 22px;
}

.brandbar .links__dropdown--image > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brandbar .links__dropdown--image > span:after {
  margin-left: 5px;
}

.brandbar__dropdown {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 100;
  padding: 16px 12px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  width: auto;
  min-width: 220px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
}

.brandbar__dropdown:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}

.brandbar__dropdown--column {
  color: #000;
  line-height: 21px;
  width: fit-content;
  margin: 0;
  padding: 0 12px;
  min-width: 145px;
}

.brandbar__dropdown--column a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 20px;
}

.brandbar__dropdown--column a:hover {
  text-decoration: underline;
}

.brandbar__dropdown--column a:last-child {
  margin-bottom: 0;
}

/*here*/

.header {
  width: 100%;
  margin-bottom: 8px;
  max-width: 980px;
  margin: auto;
  padding-top: 20px;
  position: static;
}

@media (min-width: 1024px) {
  .header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 24px 16px;
  padding-top: 60px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header-container--content {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 680px;
  height: 40px;
}

.header__logo {
  display: block;
  flex: 0 0 auto;
}

.header__logo > img {
  width: auto;
  height: 40px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__logo > img {
    height: 22px;
  }
}

.auth {
  margin: 0;
  padding: 0;
  display: flex;
}

.auth li {
  list-style: none;
  display: inline-flex;
  align-items: center;
}

.auth__subscribe a {
  font-size: 12px;
  color: #fff;
  background-color: #dd1f26;
  outline: 0;
  padding: 4px 12px;
  border: 1px solid #dd1f26;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
}

.auth__subscribe a:hover,
.auth__subscribe a:focus {
  outline: 0;
  background-color: #b0191e;
}

.auth__subscribe a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.auth__login a {
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
  margin: 0 0 0 8px;
}

.auth__login a:hover,
.auth__login a:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}

.auth__login a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .auth__login a {
    color: #000;
    margin: 0 8px 0 0;
  }
}

.header__nav {
  width: 100%;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .header__nav {
    border-top: 1px solid #e9e9e9;
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav {
    background-color: #fff;
  }
}

.header__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 40px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul {
    text-align: justify;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.header__nav > ul > li {
  display: flex;
  flex: 0 1 auto;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li {
    margin-right: 20px;
  }
}

.header__nav > ul > li > a {
  font-size: 12px;
  color: #212121;
  padding: 0 8px;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li > a {
    font-size: 10px;
    color: #909090;
    font-weight: bold;
  }
}

.header__nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  opacity: 0;
  background-color: #dd1f26;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__nav > ul > li:hover a,
.header__nav > ul > li.is-active a {
  color: #dd1f26;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li:hover a,
  .header__nav > ul > li.is-active a {
    color: #212121;
  }
}

.header__nav > ul > li:hover a:after,
.header__nav > ul > li.is-active a:after {
  opacity: 1;
}

.header__nav > ul > li.has-children:after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  /* background-image: url("/images/nova/icons/icon-arrow-black-down.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav > ul > li.has-children:hover:after {
  opacity: 1;
  -webkit-transform: rotate(-180deg) translateY(6px);
  -ms-transform: rotate(-180deg) translateY(6px);
  transform: rotate(-180deg) translateY(6px);
}

.header__nav > ul > li.has-children:hover > .sub-nav {
  display: flex;
}

.header__nav > ul > li.has-children.is-active:after {
  opacity: 1;
  /* background-image: url("/images/nova/icons/icon-arrow-red-down.svg"); */
}

.header__nav > ul > li.has-children > a {
  padding-right: 24px;
}

.header__nav > ul > li .sub-nav,
.header__nav > ul > li .sub-nav-child {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header__nav > ul > li .sub-nav li a,
.header__nav > ul > li .sub-nav-child li a {
  font-size: 12px;
  color: #212121;
  display: block;
  padding: 8px 24px 8px 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.header__nav > ul > li .sub-nav li a:hover,
.header__nav > ul > li .sub-nav-child li a:hover {
  background-color: #f5f5f5;
}

.header__nav > ul > li .sub-nav li.has-children {
  position: relative;
}

.header__nav > ul > li .sub-nav li.has-children:after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-5px) rotate(-90deg);
  -ms-transform: translateY(-5px) rotate(-90deg);
  transform: translateY(-5px) rotate(-90deg);
  /* background-image: url("/images/nova/icons/icon-arrow-black-down.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav > ul > li .sub-nav li.has-children:hover > .sub-nav-child {
  display: flex;
}

.header__nav > ul > li .sub-nav li.has-children:hover:after {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
  right: 3px;
}

.header__nav > ul > li .sub-nav-child {
  left: 100%;
  top: 0;
}

.header .social-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: 12px;
}

.header .social-control li {
  display: flex;
  align-items: center;
  height: 24px;
  width: 24px;
  margin-left: 4px;
}

.header .social-control li a {
  display: block;
}

.header .social-control li a img {
  width: 100%;
  height: auto;
}

.header .social-links {
  height: 24px;
}

.header .social-links .social-control .social-item {
  width: 24px;
}

.header .social-links .social-control .social-item a img {
  height: 24px;
  filter: none;
}

.header__search {
  position: relative;
}

.header__search [data-type="input"] {
  display: flex;
  align-items: center;
}

.header__search [data-type="input"] {
  font-size: 16px;
  color: #909090;
  margin-bottom: 0;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border: 1px solid #909090;
  background-color: #fff;
  transition: 0.2s ease-in border, 0.2s ease-in outline;
  overflow: hidden;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__search [data-type="input"]:focus {
  outline: 1px solid #000;
  border-color: #000;
}

.header__search [data-type="input"] {
  width: 280px;
  font-weight: 500;
  padding-left: 41px;
}

.header__search [data-tupe="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  /* background-image: url("/images/nova/assets/basic-close.svg"); */
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__search [data-tupe="button"]:hover,
.header__search [data-tupe="button"]:focus {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.footer--rhs {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer__app-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer__app-links a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 50%;
  margin-bottom: 4px;
}

.footer__app-links a:hover {
  opacity: 0.8;
}

.footer__app-links a img {
  height: 50px;
}

.footer__social-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #909090;
  font-size: 12px;
}

.footer__social .social-links {
  margin: 8px auto;
  margin: 8px auto;
  flex-direction: column;
}

.footer__social .social-links .social-control {
  margin: 0;
  padding: 0;
}

.footer__social .social-links .social-control .social-item {
  margin: 0 4px 0 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.footer__social .social-links .social-control .social-item:hover {
  opacity: 0.8;
}

.footer__social .social-links .social-control .social-item a img {
  width: 24px;
  height: 24px;
}

.footer__copyright {
  font-size: 12px;
  color: #212121;
  line-height: 20px;
  display: block;
  margin: 16px 0;
}

.footer__copyright .popia {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.footer__copyright a {
  color: #212121;
  display: block;
  line-height: 15px;
}

.footer__copyright a:hover {
  text-decoration: underline;
}

.footer__copyright a.footer__btn {
  background: #212121;
  display: inline-block;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 8px;
  width: fit-content;
}

.footer__copyright a.footer__btn:hover,
.footer__copyright a.footer__btn:focus,
.footer__copyright a.footer__btn:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.footer__copyright a.footer__contact {
  display: flex;
  margin: 0 0 12px 32px;
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: fit-content;
}

.footer__copyright a.footer__contact:hover {
  border-bottom: 1px solid #212121;
}

.footer__copyright a.footer__contact:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-image: url("/img/icon-mail.svg"); */
}

.footer__third-party {
  width: 65px;
  height: 35px;
  margin-top: 8px;
}

.weather-widget {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget {
    color: #000;
  }
}

.weather-widget__data {
  border-left: 1px solid #e9e9e9;
  margin-left: 12px;
  padding: 2px 0 2px 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 2px 0;
    color: #000;
  }
}

.weather-widget__data--date {
  margin: 0;
}

.weather-widget__data--city {
  font-weight: bold;
  color: #000;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data--city {
    font-size: 10px;
    color: #000;
  }
}

.weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}

.weather-widget--locked {
  margin-left: 12px;
  min-width: 190px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked {
    min-width: 0;
  }
}

.weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 37px;
  height: 24px;
}

.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  /* background-image: url("/img/icon-weather-black.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* @media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__image:after {
    background-image: url("/img/icon-weather-black.svg");
  }
} */

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__data {
    display: none;
  }
}
@media (max-width: 900px) {
  #main-content {
    margin-bottom: 70px;
  }
}
