.search {
  display: flex;
  align-items: center;
  height: 18px;
  width: 18px; }
  .search__input {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; }
    .search__input input {
      margin-bottom: 0;
      border-radius: 5px;
      border: 0;
      font-weight: bold; }
      .theme--default .search__input input {
        background: #E5E5E5;
        color: #000000; }
      .theme--dark .search__input input {
        background: #222222;
        color: #FFFFFF; }
      .search__input input:focus {
        outline: none; }
    .search__input .search__close {
      display: none;
      margin-left: 16px; }
  .search__input.active {
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    @media screen and (max-width: 63.99875em) {
      .search__input.active {
        top: 30px; } }
    @media screen and (max-width: 39.9375em) {
      .search__input.active {
        right: 16px;
        left: 16px; } }
    .theme--default .search__input.active {
      background-color: #FFFFFF; }
    .theme--dark .search__input.active {
      background-color: #353535; }
    .search__input.active form {
      width: 100%; }
    .search__input.active input {
      padding: 14px 120px 14px 20px;
      width: 98%;
      display: block; }
    .search__input.active .search__close {
      display: block; }
  .search__form {
    position: relative;
    display: none; }
    .search__form .search__submit {
      position: absolute;
      right: 4px;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      padding: 10px;
      border-radius: 4px;
      transition: all 0.6s;
      width: 110px; }
      .theme--default .search__form .search__submit {
        background: #D9D9D9;
        color: #000000; }
      .theme--dark .search__form .search__submit {
        background: #353535;
        color: #FFFFFF; }
      .search__form .search__submit:hover {
        color: #FFFFFF;
        background-color: #9F0060;
        cursor: pointer; }
  .search__form.active {
    display: flex;
    align-items: center; }
  .search__btn {
    height: 18px; }
  .search__close, .search__btn {
    line-height: 1; }
    .theme--default .search__close svg, .theme--default .search__btn svg {
      stroke: #535353; }
    .theme--dark .search__close svg, .theme--dark .search__btn svg {
      stroke: #AEAEAE; }
    .search__close:hover, .search__btn:hover {
      cursor: pointer; }
  .theme--default .search__close {
    stroke: #535353; }
  .theme--dark .search__close {
    stroke: #AEAEAE; }
  .search__btn.unactive {
    opacity: 0; }

.header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 99; }
  @media screen and (max-width: 63.99875em) {
    .header {
      padding-bottom: 0; } }
  .theme--default .header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5; }
  .theme--dark .header {
    background-color: #353535;
    border-bottom: 1px solid #1B1B1B; }
  .header__logo {
    display: flex;
    line-height: 1;
    align-items: center; }
    .header__logo__img {
      height: 19px; }
    @media screen and (max-width: 63.99875em) {
      .header__logo {
        margin-bottom: 16px; } }
  @media screen and (min-width: 64em) {
    .header__secend-menu {
      margin-right: 43px; } }
  .header__secend-menu button {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    height: 23px;
    width: 54px;
    line-height: 25px;
    padding: 0; }
    .theme--default .header__secend-menu button {
      background: #E5E5E5;
      color: #535353; }
    .theme--dark .header__secend-menu button {
      background: #222222;
      color: #AEAEAE; }
    .header__secend-menu button:hover {
      cursor: pointer; }
    .header__secend-menu button:focus {
      outline: none; }
  .theme--default .header__secend-menu {
    color: #535353; }
  .theme--dark .header__secend-menu {
    color: #AEAEAE; }
  .header__secend-menu:hover {
    cursor: pointer; }
  @media screen and (max-width: 63.99875em) {
    .header__secend-menu {
      z-index: 2;
      margin-top: -4px; } }
  @media screen and (min-width: 40em) {
    .header .container {
      position: relative; } }
  @media screen and (max-width: 63.99875em) {
    .header .container {
      flex-wrap: wrap; }
      .header .container .header__menu {
        order: 3; }
      .header .container .header__cta {
        order: 2; } }
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (max-width: 63.99875em) {
      .header__menu {
        width: 100%; } }
    @media screen and (min-width: 64em) {
      .header__menu {
        margin-left: auto; } }
    .header__menu__bg {
      display: none; }
      @media screen and (max-width: 63.99875em) {
        .header__menu__bg {
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          height: 45px; } }
    @media screen and (max-width: 63.99875em) {
      .header__menu__items {
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none; } }
    .header__menu__items::-webkit-scrollbar {
      display: none; }
    .header__menu .menu-item {
      transition: all 0.6s; }
      @media screen and (min-width: 64em) {
        .header__menu .menu-item {
          padding: 20px 0;
          margin-right: 38px; } }
      @media screen and (max-width: 63.99875em) {
        .header__menu .menu-item {
          padding: 20px 0;
          margin-right: 20px;
          display: inline-flex;
          line-height: 1; } }
      .theme--default .header__menu .menu-item {
        color: #535353; }
      .theme--dark .header__menu .menu-item {
        color: #AEAEAE; }
      .theme--default .header__menu .menu-item:hover {
        color: #9F0060; }
      .theme--dark .header__menu .menu-item:hover {
        color: #FFFFFF; }
    @media screen and (max-width: 63.99875em) {
      .header__menu .menu-item:last-child {
        margin-right: 50px; } }
    .theme--default .header__menu .menu-item:last-child {
      color: #9F0060; }
    .theme--dark .header__menu .menu-item:last-child {
      color: #FFFFFF; }
    .theme--default .header__menu .menu-item.current-menu-item, .theme--default
    .header__menu .menu-item.current-menu-item-0 {
      color: #9F0060;
      border-bottom: 4px solid; }
    .theme--dark .header__menu .menu-item.current-menu-item, .theme--dark
    .header__menu .menu-item.current-menu-item-0 {
      color: #FFFFFF;
      border-bottom: 4px solid; }
  .header .container {
    display: flex;
    justify-content: space-between; }

.button-lines {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translateY(-50%);
  margin-left: 10px; }

.lines {
  border-radius: 3px;
  display: block;
  height: 3px;
  width: 15px;
  position: relative; }
  .theme--default .lines {
    background: #535353; }
  .theme--dark .lines {
    background: #AEAEAE; }
  .lines:after, .lines:before {
    border-radius: 3px;
    display: block;
    height: 3px;
    width: 15px;
    content: "";
    left: 0;
    position: absolute; }
    .theme--default .lines:after, .theme--default .lines:before {
      background: #535353; }
    .theme--dark .lines:after, .theme--dark .lines:before {
      background: #AEAEAE; }
  .lines:after {
    top: 0.375rem; }
  .lines:before {
    top: -0.375rem; }

.button-lines-x .lines {
  transition: background .3s ease;
  transform: translateY(-100%); }
  .button-lines-x .lines:after, .button-lines-x .lines:before {
    transform-origin: 50% 50% 0;
    transition: top .3s .4s ease, transform .3s ease; }

.nav-visible .button-lines-x .lines {
  background: transparent; }
  .nav-visible .button-lines-x .lines:after, .nav-visible .button-lines-x .lines:before {
    top: 0;
    transition: top .3s ease, transform .3s .3s ease; }
  .nav-visible .button-lines-x .lines:after {
    transform: rotate3d(0, 0, 1, 45deg); }
  .nav-visible .button-lines-x .lines:before {
    transform: rotate3d(0, 0, 1, -45deg); }

.swipe-menu {
  height: 100%;
  padding-top: 80px;
  perspective: 1000px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw; }
  .theme--default .swipe-menu {
    background-color: #FFFFFF; }
  .theme--dark .swipe-menu {
    background-color: #222222; }
  @media screen and (min-width: 40em) {
    .swipe-menu {
      width: 30vw; } }
  @media screen and (min-width: 64em) {
    .swipe-menu {
      width: 30vw; } }
  @media screen and (min-width: 75em) {
    .swipe-menu {
      width: 17vw; } }
  .nav-visible .swipe-menu {
    transform: translateX(0);
    visibility: visible; }
  .theme--default .swipe-menu a {
    color: #535353; }
  .theme--dark .swipe-menu a {
    color: #AEAEAE; }
  .theme--default .swipe-menu a:hover {
    color: #9F0060; }
  .theme--dark .swipe-menu a:hover {
    color: #FFFFFF; }

.nav {
  position: relative;
  transform: rotateY(90deg);
  transform-origin: left center;
  transition: transform 0.6s; }
  .nav-visible .nav {
    transform: rotateY(0deg); }

.post-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 109.62%; }
  @media screen and (max-width: 63.99875em) {
    .post-title {
      font-size: 40px; } }
  .post-title a:visited {
    opacity: .5; }

.theme--default .post-title, .theme--default
.post-title a {
  color: #222222; }

.theme--dark .post-title, .theme--dark
.post-title a {
  color: #d9d9d9; }

.post-source {
  position: relative;
  line-height: 1;
  padding-left: 40px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block; }
  .theme--default .post-source {
    color: #535353; }
  .theme--dark .post-source {
    color: #d9d9d9; }
  .post-source::before {
    content: '';
    width: 26px;
    height: 4px;
    position: absolute;
    background-color: #0071CE;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.post-excerpt {
  font-size: 28px;
  line-height: 41px;
  font-weight: 200; }
  @media screen and (max-width: 63.99875em) {
    .post-excerpt {
      font-size: 25px; } }

.theme--default .post-excerpt, .theme--default
.post-excerpt a {
  color: #535353; }

.theme--dark .post-excerpt, .theme--dark
.post-excerpt a {
  color: #d9d9d9; }

.small .post-source,
.medium .post-source {
  font-size: 10px;
  line-height: 12px;
  padding-left: 40px; }
  .small .post-source::before,
  .medium .post-source::before {
    width: 26px;
    height: 4px; }

.small .post-excerpt,
.medium .post-excerpt {
  font-size: 16px;
  line-height: 25px; }

.medium .post-title {
  font-size: 25px;
  line-height: 34px; }

.small .post-title {
  font-size: 25px;
  line-height: 30px; }

.white .post-title,
.white .post-title a,
.white .post-excerpt,
.white .post-source {
  color: #FFF; }

.white .post-source::before {
  background-color: #FFF !important; }

.premium .post-title,
.premium .post-excerpt,
.premium .post-source {
  color: #CA9C4E; }

.premium .post-source::before {
  background-color: #CA9C4E !important; }

.more-menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s; }
  @media screen and (max-width: 39.9375em) {
    .more-menu {
      position: fixed;
      width: 100%;
      z-index: 9; } }
  @media screen and (min-width: 40em) {
    .more-menu {
      text-align: center; } }
  .theme--default .more-menu {
    background-color: #F4F6F8; }
  .theme--dark .more-menu {
    background-color: #353535; }
  @media screen and (max-width: 39.9375em) {
    .more-menu__items {
      padding: 29px 0; } }
  .more-menu ul {
    list-style: none;
    padding-left: 0; }
    @media screen and (max-width: 39.9375em) {
      .more-menu ul {
        -moz-column-count: 2;
             column-count: 2; } }
    @media screen and (min-width: 40em) {
      .more-menu ul {
        text-align: right;
        margin: 0;
        display: inline; } }
    @media screen and (max-width: 39.9375em) {
      .more-menu ul li {
        margin-bottom: 31px; } }
    @media screen and (min-width: 40em) {
      .more-menu ul li {
        display: inline;
        margin-left: 50px; } }
    .more-menu ul li:first-child {
      margin-left: 0; }
  .more-menu a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase; }
    .theme--default .more-menu a {
      color: #535353; }
    .theme--dark .more-menu a {
      color: #AEAEAE; }
    @media screen and (min-width: 40em) {
      .more-menu a {
        padding: 29px 0;
        display: inline-block; } }
    .theme--default .more-menu a:hover {
      color: #9F0060; }
    .theme--dark .more-menu a:hover {
      color: #FFFFFF; }

@media screen and (max-width: 39.9375em) {
  .more-menu--active {
    height: 100vh;
    visibility: visible;
    opacity: 1;
    padding-top: 103px; } }

@media screen and (min-width: 40em) {
  .more-menu--active {
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 99;
    background-color: #F4F6F8;
    visibility: visible;
    opacity: 1;
    height: 74px; } }

.post-author {
  display: flex;
  align-items: center; }
  .theme--default .post-author {
    color: #535353; }
  .theme--dark .post-author {
    color: #d9d9d9; }
  .post-author:hover {
    cursor: pointer; }
  .post-author__name {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase; }
  .post-author__subtitle {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase; }
  .post-author__avatar img {
    border-radius: 50%;
    height: 28px;
    margin-right: 14px; }

.post-boks .post-author__content {
  margin-left: 25px; }
  @media screen and (max-width: 63.99875em) {
    .post-boks .post-author__content {
      margin-left: 20px; } }

.white .post-author {
  color: #FFF; }

.theme--default .header--premium {
  background-color: #171717;
  border-bottom: 1px solid #353535; }

.theme--dark .header--premium {
  background-color: #171717;
  border-bottom: 1px solid #353535; }

.header--premium .header__logo__img {
  height: 23px; }

.post-boks {
  min-height: 510px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .theme--default .post-boks {
    color: #222222; }
  .theme--dark .post-boks {
    color: #d9d9d9; }
  @media screen and (max-width: 63.99875em) {
    .post-boks {
      min-height: 408px; } }
  .post-boks figure {
    margin: 0;
    height: 100%; }
  .post-boks > * {
    z-index: 2;
    position: relative; }
  .post-boks__type {
    position: absolute;
    z-index: 3;
    top: 38px;
    left: 28px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase; }
    .post-boks__type__name {
      margin-left: 11px;
      color: #fff; }
  .post-boks__content {
    padding: 25px; }
    @media screen and (max-width: 63.99875em) {
      .post-boks__content {
        padding: 20px; } }
    .post-boks__content:hover {
      cursor: pointer; }
  .post-boks__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .post-boks__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .post-boks__img a {
      height: 100%; }
      .post-boks__img a:before {
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
    .post-boks__img:hover {
      cursor: pointer; }
  .post-boks .post-info {
    margin-top: 25px; }
    @media screen and (max-width: 63.99875em) {
      .post-boks .post-info {
        display: flex;
        flex-direction: column; } }
  .post-boks .post-source {
    margin-bottom: 20px;
    display: flex; }
    @media screen and (max-width: 63.99875em) {
      .post-boks .post-source {
        font-weight: 400; } }
  .post-boks .post-excerpt {
    margin-top: 16px; }
  .post-boks .post-title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
  .post-boks .post-author__avatar {
    margin-right: -25px;
    margin-left: 0; }
    @media screen and (max-width: 63.99875em) {
      .post-boks .post-author__avatar {
        margin-left: 0; } }
  .post-boks .label, .post-boks a.label {
    position: absolute;
    top: 30px;
    left: 25px;
    border-radius: 5px;
    z-index: 2; }
    @media screen and (max-width: 63.99875em) {
      .post-boks .label, .post-boks a.label {
        top: 20px;
        left: 20px; } }
    @media screen and (max-width: 63.99875em) {
      .post-boks .label, .post-boks a.label {
        margin-bottom: 20px; } }

.post-boks--aside {
  background-color: #252525;
  justify-content: space-between; }
  .post-boks--aside .post-boks__img {
    position: static;
    height: 190.95px;
    width: 89.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    z-index: 2;
    position: relative; }
    .post-boks--aside .post-boks__img:hover {
      cursor: unset; }
    .post-boks--aside .post-boks__img .play-video {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .post-boks--aside .post-boks__img .play-video:hover {
        cursor: pointer; }
    .post-boks--aside .post-boks__img > div {
      z-index: 2; }
    .post-boks--aside .post-boks__img img {
      width: 100%; }
  .post-boks--aside .post-source {
    display: none; }

.post-boks--half {
  display: flex;
  justify-content: flex-start; }
  .theme--default .post-boks--half {
    background-color: #F4F6F8; }
  .theme--dark .post-boks--half {
    background-color: #151515; }
  .post-boks--half .post-boks__img {
    position: static;
    height: 260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 63.99875em) {
      .post-boks--half .post-boks__img {
        height: 175px; } }
    .post-boks--half .post-boks__img > div {
      z-index: 2; }
    .post-boks--half .post-boks__img img {
      width: 100%; }
  .post-boks--half .post-title,
  .post-boks--half .post-title a,
  .post-boks--half .post-author {
    text-shadow: none; }
  .post-boks--half .post-boks__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .post-boks--half .post-title {
    font-size: 21px;
    line-height: 30px; }
    @media screen and (max-width: 63.99875em) {
      .post-boks--half .post-title {
        font-size: 21px;
        line-height: 30px; } }
  @media screen and (max-width: 63.99875em) {
    .post-boks--half .post-info {
      margin-top: 25px; } }

.post-boks > span,
.post-boks > span > span {
  min-height: 510px; }
  .theme--default .post-boks > span, .theme--default
  .post-boks > span > span {
    color: #222222; }
  .theme--dark .post-boks > span, .theme--dark
  .post-boks > span > span {
    color: #d9d9d9; }
  @media screen and (max-width: 63.99875em) {
    .post-boks > span,
    .post-boks > span > span {
      min-height: 408px; } }

.post-boks--rozrywka .label, .post-boks--rozrywka a.label,
.post-row--rozrywka .label,
.post-row--rozrywka a.label {
  background-color: #0071ce; }

.post-boks--autoblog .label, .post-boks--autoblog a.label,
.post-row--autoblog .label,
.post-row--autoblog a.label {
  background-color: #000; }

.post-boks--bizblog .label, .post-boks--bizblog a.label,
.post-row--bizblog .label,
.post-row--bizblog a.label {
  background-color: #8ae07a; }

.post-boks--bezprawnik .label, .post-boks--bezprawnik a.label,
.post-row--bezprawnik .label,
.post-row--bezprawnik a.label {
  background-color: #2196F3; }

.theme--default .backto a {
  color: #535353; }

.theme--dark .backto a {
  color: #AEAEAE; }

.theme--default .backto a:hover {
  color: #9F0060; }

.theme--dark .backto a:hover {
  color: #FFFFFF; }

.backto__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding-right: 25px; }

.backto__icon a {
  display: block;
  height: 20px; }

.label,
a.label {
  color: #ffffff;
  display: inline-block;
  padding: 12px 15px;
  background-color: #9F0060;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 5px; }
  .label:hover,
  a.label:hover {
    color: #ffffff; }

.label--hot {
  background-color: #AE0000 !important; }

.label--special {
  background-color: #CA9C4E; }

.label--hot-more {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuMjY5IDUxMS4yNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS4yNjkgNTExLjI2OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGMzcwNUE7IiBkPSJNMTQwLjM2Nyw0NjUuMDY3QzExNi45LDQzOC40LDkzLjQzNCw0MTAuNjY3LDc4LjUsMzc3LjZjLTE0LjkzMy0zNS4yLTE5LjItNzUuNzMzLTExLjczMy0xMTQuMTMzICBzMjQuNTMzLTc0LjY2Nyw0OS4wNjctMTA1LjZjLTIuMTMzLDI2LjY2Nyw3LjQ2Nyw1NC40LDI1LjYsNzQuNjY3Yy0xMC42NjctNTEuMiw2LjQtMTA2LjY2Nyw0MC41MzMtMTQ3LjJTMjYzLjAzNCwxOC4xMzMsMzEyLjEsMCAgYy0yNC41MzMsMjUuNi0yNy43MzMsNjYuMTMzLTE4LjEzMywxMDAuMjY3YzkuNiwzNC4xMzMsMjkuODY3LDY0LDQ4LDk0LjkzM2MxOC4xMzMsMzAuOTMzLDM1LjIsNjIuOTMzLDM2LjI2Nyw5OC4xMzMgIGM5LjYtMTguMTMzLDIwLjI2Ny0zNi4yNjcsMjYuNjY3LTU2LjUzM2M2LjQtMjAuMjY3LDkuNi00MS42LDQuMjY3LTYxLjg2N2MxOS4yLDIzLjQ2NywyOS44NjcsNDYuOTMzLDM1LjIsNzYuOCAgYzUuMzMzLDI5Ljg2Nyw0LjI2Nyw2MC44LDEuMDY3LDkwLjY2N2MtNC4yNjcsMzMuMDY3LTEyLjgsNjcuMi0zMC45MzMsOTQuOTMzYy0yMS4zMzMsMzMuMDY3LTU1LjQ2Nyw1Ni41MzMtOTIuOCw2OS4zMzMgIEMyNTUuNTY3LDUxOC40LDE5MC41LDUwOC44LDE0MC4zNjcsNDY1LjA2N3oiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGRDE1QzsiIGQ9Ik0yMjEuNDM0LDUwNC41MzNDMzA4LjksNTM4LjY2NywzOTUuMyw0MzUuMiwzNDcuMywzNTUuMmMwLTEuMDY3LTEuMDY3LTEuMDY3LTEuMDY3LTIuMTMzICBjNC4yNjcsNDMuNzMzLTYuNCw3NS43MzMtMjYuNjY3LDkzLjg2N2MxMC42NjctMjUuNiwzLjItNTUuNDY3LTkuNi04MS4wNjdjLTEyLjgtMjQuNTMzLTMwLjkzMy00Ni45MzMtNDQuOC03MC40ICBjLTEzLjg2Ny0yNC41MzMtMjQuNTMzLTUyLjI2Ny0xOC4xMzMtODBjLTI1LjYsMTkuMi00My43MzMsNDgtNTEuMiw3OC45MzNjLTcuNDY3LDMwLjkzMy0zLjIsNjUuMDY3LDEwLjY2Nyw5My44NjcgIGMtMTYtMTEuNzMzLTI3LjczMy0zMC45MzMtMjguOC01MS4yYy0xNy4wNjcsMjAuMjY3LTI3LjczMyw0Ni45MzMtMjYuNjY3LDczLjZDMTUxLjAzNCw0NTIuMjY3LDE4NC4xLDQ4OS42LDIyMS40MzQsNTA0LjUzM3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 35px;
  background-size: 16px; }
  @media screen and (min-width: 64em) {
    .label--hot-more {
      background-position: 10px 50%; } }

.premium-posts .label {
  background-color: #CA9C4E; }

.tw {
  background-color: #00A8F0; }

.ms {
  background-color: #0084FF; }

.fb,
.fb button {
  background-color: #365396;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

.footer {
  font-size: 13px;
  z-index: 2;
  position: relative; }
  .theme--default .footer {
    background-color: #FFFFFF;
    color: #535353; }
  .theme--dark .footer {
    background-color: #222222;
    color: #d9d9d9; }
  @media screen and (max-width: 39.9375em) {
    .footer {
      text-align: center;
      padding-left: 27px;
      padding-right: 27px;
      font-size: 12px; } }
  .footer > div {
    padding: 31px 0; }
    @media screen and (min-width: 40em) {
      .footer > div {
        padding: 62px 0; }
        .theme--default .footer > div {
          border-top: 1px solid #D9D9D9; }
        .theme--dark .footer > div {
          border-top: 1px solid #353535; } }
    @media screen and (max-width: 39.9375em) {
      .footer > div {
        flex-direction: column-reverse; } }
  .footer__logo {
    margin-right: 45px; }
    @media screen and (max-width: 39.9375em) {
      .footer__logo {
        display: none; } }
  .footer__info {
    display: flex; }
  @media screen and (min-width: 40em) {
    .footer__menus {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 39.9375em) {
    .footer .footer__menu_2,
    .footer .footer__menu_3 {
      display: none; } }
  @media screen and (min-width: 40em) {
    .footer__menu {
      flex: 0 0 20%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .footer__menu__list {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  @media screen and (max-width: 39.9375em) {
    .footer__social {
      margin-bottom: 32px;
      margin-top: 16px; }
      .footer__social a {
        margin-right: 16px; }
        .footer__social a:last-child {
          margin-right: 0; } }
  .footer__title {
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 25px; }
    .theme--default .footer__title {
      color: #000000; }
    .theme--dark .footer__title {
      color: #FFFFFF; }
    @media screen and (max-width: 39.9375em) {
      .footer__title {
        margin-bottom: 12px; } }
  .theme--default .footer__title--noimportant {
    color: #535353; }
  .theme--dark .footer__title--noimportant {
    color: #AEAEAE; }
  .footer__cookies {
    max-width: 446px; }
    @media screen and (max-width: 39.9375em) {
      .footer__cookies {
        font-size: 10px; } }
  .footer__link {
    line-height: 17px; }
    .theme--default .footer__link {
      color: #535353; }
    .theme--dark .footer__link {
      color: #AEAEAE; }
  .footer__list li {
    margin-bottom: 8px; }
    @media screen and (max-width: 39.9375em) {
      .footer__list li {
        display: inline-block;
        margin-right: 12px;
        margin-left: 12px; } }
  .footer__partners {
    display: flex;
    margin-top: 32px; }
    @media screen and (max-width: 39.9375em) {
      .footer__partners {
        justify-content: space-around; } }
    .footer__partners__item {
      font-weight: 400;
      margin-right: 32px; }
      .footer__partners__item a {
        font-weight: 700; }
        .theme--default .footer__partners__item a {
          color: #000000; }
        .theme--dark .footer__partners__item a {
          color: #FFFFFF; }
      @media screen and (max-width: 39.9375em) {
        .footer__partners__item:last-child {
          margin-right: 0; } }

