@charset "UTF-8";
a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
}

.visible-lg,
.visible-md,
.visible-rs,
.visible-sm,
.visible-xs {
  display: none;
}

.full {
  clear: both;
}

.every_1.every_1,
.every_2:nth-of-type(2n + 1),
.every_3:nth-of-type(3n + 1),
.every_4:nth-of-type(4n + 1) {
  clear: left;
  margin-left: 0;
}

.every_1 {
  float: none;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.hidden {
  display: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-rs-1,
.col-rs-10,
.col-rs-11,
.col-rs-12,
.col-rs-2,
.col-rs-3,
.col-rs-4,
.col-rs-5,
.col-rs-6,
.col-rs-7,
.col-rs-8,
.col-rs-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1279px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-rs-1,
  .col-rs-10,
  .col-rs-11,
  .col-rs-12,
  .col-rs-2,
  .col-rs-3,
  .col-rs-4,
  .col-rs-5,
  .col-rs-6,
  .col-rs-7,
  .col-rs-8,
  .col-rs-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .row {
  	margin-left: -10px;
  	margin-right: -10px;
  } */
  .row.is-full > div {
    padding-left: 0;
    padding-right: 0;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .every-xs-1,
  .every-xs-2:nth-of-type(2n + 1),
  .every-xs-3:nth-of-type(3n + 1),
  .every-xs-4:nth-of-type(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .every-xs-1 {
    float: none;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .row.is-full-xs > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .col-rs-1,
  .col-rs-10,
  .col-rs-11,
  .col-rs-12,
  .col-rs-2,
  .col-rs-3,
  .col-rs-4,
  .col-rs-5,
  .col-rs-6,
  .col-rs-7,
  .col-rs-8,
  .col-rs-9 {
    float: left;
  }
  .col-rs-12 {
    width: 100%;
  }
  .col-rs-11 {
    width: 91.66666667%;
  }
  .col-rs-10 {
    width: 83.33333333%;
  }
  .col-rs-9 {
    width: 75%;
  }
  .col-rs-8 {
    width: 66.66666667%;
  }
  .col-rs-7 {
    width: 58.33333333%;
  }
  .col-rs-6 {
    width: 50%;
  }
  .col-rs-5 {
    width: 41.66666667%;
  }
  .col-rs-4 {
    width: 33.33333333%;
  }
  .col-rs-3 {
    width: 25%;
  }
  .col-rs-2 {
    width: 16.66666667%;
  }
  .col-rs-1 {
    width: 8.33333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .every-rs-1,
  .every-rs-2:nth-of-type(2n + 1),
  .every-rs-3:nth-of-type(3n + 1),
  .every-rs-4:nth-of-type(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .every-rs-1 {
    float: none;
  }
  .hidden-rs {
    display: none;
  }
  .visible-rs {
    display: block;
  }
  .row.is-full-rs > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 748px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .row-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .every-sm-1,
  .every-sm-2:nth-of-type(2n + 1),
  .every-sm-3:nth-of-type(3n + 1),
  .every-sm-4:nth-of-type(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .every-sm-1 {
    float: none;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .row.is-full-sm > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 940px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  /* .row-md {
  	margin-left: -10px;
  	margin-right: -10px;
  } */
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .every-md-1,
  .every-md-2:nth-of-type(2n + 1),
  .every-md-3:nth-of-type(3n + 1),
  .every-md-4:nth-of-type(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .every-md-1 {
    float: none;
  }
  .visible-md {
    display: block;
  }
  .row.is-full-md > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1220px;
  }
  /* .row {
  	margin-left: -20px;
  	margin-right: -20px;
  } */
  .row.is-full-lg > div,
  .row.is-full > div {
    padding-left: 0;
    padding-right: 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .row-lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .every-lg-1,
  .every-lg-2:nth-of-type(2n + 1),
  .every-lg-3:nth-of-type(3n + 1),
  .every-lg-4:nth-of-type(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .every-lg-1 {
    float: none;
  }
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype"), url(../images/OpenSans-Regular.svg#OpenSansRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansB;
  src: url(../fonts/OpenSans-Bold.eot);
  src: url(../fonts/OpenSans-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../images/OpenSans-Bold.svg#OpenSansBold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansEB;
  src: url(../fonts/OpenSans-ExtraBold.eot);
  src: url(../fonts/OpenSans-ExtraBold.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(../fonts/OpenSans-ExtraBold.woff) format("woff"), url(../fonts/OpenSans-ExtraBold.ttf) format("truetype"), url(../images/OpenSans-ExtraBold.svg#OpenSansExtraBold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansLI;
  src: url(../fonts/OpenSans-LightItalic.eot);
  src: url(../fonts/OpenSans-LightItalic.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-LightItalic.woff2) format("woff2"), url(../fonts/OpenSans-LightItalic.woff) format("woff"), url(../fonts/OpenSans-LightItalic.ttf) format("truetype"), url(../images/OpenSans-LightItalic.svg#OpenSanslightitalic) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansL;
  src: url(../fonts/OpenSans-Light.eot);
  src: url(../fonts/OpenSans-Light.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light.ttf) format("truetype"), url(../images/OpenSans-Light.svg#OpenSanslight) format("svg");
  font-weight: 400;
  font-style: normal;
}
body,
html {
  background-color: #fff;
  color: #1e1f23;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 16px;
}

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

@media only screen and (max-width: 1023px) {
  .front-page #content .brief-list-items > li:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .body-report .container,
  .mixer-page .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 940px;
  }
  .body-report .container .has-theme-type-2 .brief-list-item .tile-magazine-title,
  .mixer-page .container .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1279px) {
  .body-report .page-container.is-header,
  .mixer-page .page-container.is-header {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .body-report .page-container.is-header,
  .mixer-page .page-container.is-header {
    padding-top: 60px;
  }
}
.cf {
  height: auto;
  overflow: auto;
}

@media only screen and (max-width: 1023px) {
  #content {
    transition: padding-top 0.3s ease;
  }
}
@media only screen and (max-width: 479px) {
  .body-report .page-container.is-header,
  .page-article .page-container.is-header {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .body-report .page-container.is-header,
  .page-article .page-container.is-header {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .body-report .page-container.is-header,
  .page-article .page-container.is-header {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 1023px) {
  #gora_srodek_mobile {
    margin-left: -10px;
    margin-right: -10px;
  }
  #gora_srodek_mobile .boxHeader {
    padding: 5px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  body .is-moved .account-layer,
  body .portal-bar-body {
    width: 1220px;
  }
}
.img-responsive {
  color: #fff;
  line-height: 18px;
  text-indent: 10px;
  background-color: #ebebeb;
}

.adStandardTop {
  overflow: hidden;
  margin-bottom: 15px;
}

.page-container.is-header {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .has-branding {
    border-top: 20px solid #fff;
  }
  .has-branding .standard-interia-logo {
    left: 20px;
  }
  .has-branding .standard-service-logo {
    left: 212px;
  }
  .has-branding .branding-place {
    min-height: 87px;
  }
  .has-branding .page-header {
    height: 0;
    padding: 0;
    margin-top: -87px;
    margin-bottom: 87px;
  }
  .has-branding.branding-transparent {
    background-color: transparent;
    border-top-width: 0;
  }
  .branding120 .standard-interia-logo {
    top: -13px;
  }
  .branding120 .standard-service-logo {
    top: 13px;
  }
  .branding190 .standard-interia-logo {
    top: -82px;
  }
  .branding190 .standard-service-logo {
    top: -57px;
  }
  .branding300 .standard-interia-logo {
    top: -192px;
  }
  .branding300 .standard-service-logo {
    top: -167px;
  }
  .social-socialButtons-header {
    top: -900px;
  }
}
@media only screen and (max-width: 1023px) {
  .has-branding .branding-place {
    display: none !important;
  }
}
.base-button-more .button-more-inside:after,
.brief-button-more .button-more-inside:after,
.ex-ico-triangle,
.front-page .brief-button-more .button-more-inside:after {
  background-image: url(data:image/gif;base64,R0lGODlhEAAMALMAAKChpff396ipreDg4b/Aw////8XFyOXl5qqrr/n5+vv7+6utscfHycHBw/f3+fn5+yH5BAAHAP8ALAAAAAAQAAwAAAQ7kIBJayVB2A1EKANnDUUpAUtSJstElGU2MaUxeXAZTsdBkTnTZNECvIIxDQWH1FWATaExmsswqTpoLgIAOw==);
}

.base-button-more,
.brief-button-more,
.front-page .brief-button-more {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #fff;
  color: #bdc0c2;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: OpenSansB, Arial, sans-serif;
  cursor: pointer;
}

.base-button-more.hidden,
.brief-button-more.hidden,
.front-page .brief-button-more.hidden {
  display: none;
}

.base-button-more:before,
.brief-button-more:before,
.front-page .brief-button-more:before {
  position: absolute;
  top: 18px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ebf0f0;
  content: " ";
  left: 0;
}

.base-button-more .button-more-inside,
.brief-button-more .button-more-inside,
.front-page .brief-button-more .button-more-inside {
  background-color: #fff;
  padding: 0 20px 0 20px;
  position: relative;
  z-index: 1;
}

.base-button-more .button-more-inside:after,
.brief-button-more .button-more-inside:after,
.front-page .brief-button-more .button-more-inside:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.base-button-more:hover,
.brief-button-more:hover,
.front-page .brief-button-more:hover {
  color: #000;
}

.base-button {
  display: inline-block;
  padding: 10px 0 10px 0;
  font-family: OpenSansEB, Arial, sans-serif;
  border: 3px solid #ebf0f0;
  color: #24a87e;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.base-button.active,
.base-button:hover {
  color: #fff;
  background-color: #1e1f23;
  border-color: #1e1f23;
}

.base-text {
  color: #1e1f23;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.base-text a {
  color: #24a87e;
}

.base-text-small-info {
  color: #484b54;
  letter-spacing: -1px;
  font-size: 14px;
  font-family: OpenSans, Arial, sans-serif;
}

.base-text-small-info-value {
  color: #1e1f23;
  font-size: 14px;
  font-family: OpenSansB, Arial, sans-serif;
  letter-spacing: -0.5px;
}

.base-link {
  line-height: 20px;
  font-size: 17.5px;
  font-family: OpenSansEB, Arial, sans-serif;
}

.base-list-element-title {
  font-size: 14px;
  line-height: 16px;
  font-family: OpenSansEB, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #1e1f23;
}

.base-title,
.site-map-header {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1px;
  font-family: OpenSansB, Arial, sans-serif;
  margin: 0 0 25px 0;
  color: #1e1f23;
  word-wrap: break-word;
}

.base-title > a {
  color: #1e1f23;
}

@media only screen and (min-width: 480px) {
  .base-title,
  .site-map-header {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.3px;
  }
}
@media only screen and (min-width: 768px) {
  .base-title,
  .site-map-header {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-title,
  .site-map-header {
    font-size: 55px;
    line-height: 56px;
    letter-spacing: -1.6px;
  }
}
.base-title .base-title-note {
  font-family: OpenSansL, Arial, sans-serif;
}

.base-list-title {
  margin: 20px 0 16px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 36px;
  font-family: OpenSansEB, Arial, sans-serif;
}

@media only screen and (max-width: 479px) {
  .base-list-title {
    font-size: 26px;
    line-height: 28px;
  }
}
.base-small-title {
  font-family: OpenSansEB, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.box-table-group h3,
.box-table-groups h2,
.editorial-table-title {
  margin-bottom: 0.6em;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 400;
  font-family: OpenSansEB, Arial, sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .box-table-group h3,
  .box-table-groups h2,
  .editorial-table-title {
    font-size: 1.4em;
  }
}
.box-table-group h3 {
  margin-bottom: 0;
  font-size: 1.2em;
}

.js-rwd-table.js-rwd-table table a {
  color: #73beb9;
}

.js-rwd-table.js-rwd-table table a:hover {
  text-decoration: underline;
}

.js-rwd-table.js-rwd-table table tfoot a {
  color: #000;
}

.js-rwd-table.js-rwd-table table tfoot a:after {
  border-left-color: #73beb9;
}

.common-header {
  min-width: 320px;
}

.common-header__interia-logo.common-header__interia-logo,
.common-header__service-logo.common-header__service-logo {
  padding: 0;
}

.common-header--fixed .common-header__interia-back-arrow.common-header__interia-back-arrow {
  padding-top: 3px;
}

.common-header__icon.common-header__icon {
  top: 32px;
}

.common-header__logo.common-header__logo {
  left: 32px;
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .common-header__logo.common-header__logo {
    top: 30px;
    left: 20px;
  }
}
@media only screen and (max-width: 319px) {
  .common-header__logo.common-header__logo {
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .common-header--fixed .common-header__logo.common-header__logo {
    top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header__interia-back-arrow .common-header__svg.common-header__svg {
    width: 14px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header.common-header--inner .common-header__icon--right-1 svg {
    transform: scale(0.9);
  }
  .common-header.common-header--inner .common-header__icon--right-2 svg {
    transform: scale(0.9);
  }
}
.common-header--fixed.common-header--fixed .common-header__interia-logo img,
.common-header--fixed.common-header--fixed .common-header__interia-logo svg {
  transform: translate(25px, 2px);
  width: 78px;
  height: 19px;
}

@media only screen and (max-width: 767px) {
  .common-header--fixed.common-header--fixed .common-header__interia-logo img,
  .common-header--fixed.common-header--fixed .common-header__interia-logo svg {
    transform: translate(24px, 0);
  }
}
.common-header--fixed.common-header--fixed .common-header__service-logo img,
.common-header--fixed.common-header--fixed .common-header__service-logo svg {
  transform: translate(25px, 2px);
  width: 106px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .common-header--fixed.common-header--fixed .common-header__service-logo img,
  .common-header--fixed.common-header--fixed .common-header__service-logo svg {
    transform: translate(23px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .common-header.common-header--inner .common-header__icon {
    top: 17px;
  }
  .common-header.common-header--inner .common-header__logo {
    top: 14px;
  }
  .common-header__icon--email.common-header__icon--right-2 {
    /* top: 17px; */
    right: 58px;
  }
  .common-header__icon--right-3.common-header__icon--right-3 {
    right: 99px;
  }
}
.page-header {
  height: 47px;
  padding: 20px 0;
  position: relative;
}

.page-header .switch-arrow,
.page-header .switch-mail,
.page-header .switch-menu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .page-header .switch-menu {
    background-image: url(../images/ico-header-portalbar.svg);
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .switch-mail {
    background-image: url(../images/ico-header-email.svg);
    right: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .switch-arrow {
    opacity: 0;
    width: 0;
    transition: all 0.3s ease;
  }
}
.standard-interia-logo {
  height: 47px;
  left: 0;
  position: absolute;
  width: 154px;
}

@media only screen and (max-width: 1023px) {
  .standard-interia-logo {
    height: 38px;
    left: 50%;
    margin-left: -94px;
    padding-top: 10px;
    text-align: center;
  }
}
.standard-interia-logo img {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .standard-interia-logo img {
    height: 28px;
    margin: 0 auto;
    width: 112px;
  }
}
.standard-service-logo {
  left: 0;
  position: absolute;
  top: 15px;
  height: 48px;
  width: 270px;
  color: #00b5d9;
  text-transform: uppercase;
  font-family: OpenSansEB, Arial, sans-serif;
  font-size: 30px;
}

.standard-service-logo:after {
  content: "zdrowie";
}

@media only screen and (max-width: 1023px) {
  .standard-service-logo {
    display: none;
  }
}
.standard-service-logo img {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .standard-service-logo img {
    display: none;
  }
}
.no-svg .standard-interia-logo {
  background: transparent url(../images/interia-logo-2-0.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 1023px) {
  .no-svg .standard-interia-logo {
    background-image: url(../images/interia-logo-small-2-0.png);
  }
}
.no-svg .standard-interia-logo img {
  display: none;
}

.no-svg .standard-service-logo {
  background: transparent url(../images/service-logo-2-0.png) no-repeat 0;
}

.no-svg .standard-service-logo img {
  display: none;
}

.page-footer {
  margin-top: 0;
  background: #1e1f23;
  color: #9a9da1;
  font-size: 11px;
  padding-top: 70px;
}

.page-footer a {
  color: #9a9da1;
  font-weight: 700;
}

.page-footer .nav-list {
  margin-top: 26px;
}

@media only screen and (max-width: 1023px) {
  .page-footer {
    padding-top: 4px;
  }
}
.page-footer .footer-text {
  line-height: 19px;
}

.page-footer-main {
  padding-top: 0;
  padding-bottom: 38px;
  background-color: #fff;
}

.nav-footer {
  margin-bottom: 43px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .nav-footer {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-footer {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-footer-wrapper {
    margin: 0 20px;
  }
}
.nav-footer-header,
.nav-footer-links-header {
  color: #fff;
  font: 1.7em OpenSansEB, Arial, sans-serif;
  text-transform: uppercase;
}

.nav-footer-links-list {
  margin-top: 21px;
}

.nav-footer-links-item {
  float: left;
  width: 33.3333%;
  line-height: 19px;
}

.nav-footer-links-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin-right: 10px;
  display: block;
  letter-spacing: 0.4px;
}

.nav-footer-links-item-link:hover {
  color: #24a87e;
}

.nav-footer-list {
  margin-top: 26px;
}

.nav-footer .nav-item {
  float: left;
  margin: 0 10px 10px 0;
  width: 110px;
}

.nav-footer .nav-item-link {
  border: 3px solid #9a9da1;
  display: block;
  font: 1.1em OpenSansEB, Arial, sans-serif;
  overflow: hidden;
  padding: 9px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-footer .nav-item-link:hover {
  background: #24a87e;
  border-color: #24a87e;
  color: #fff;
}

.nav-footer .nav-item.selected .nav-item-link:hover {
  color: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .nav-footer .nav-item {
    width: 46.1%;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-footer .nav-item {
    margin: 0 3% 30px 0;
    width: 48.3%;
  }
  .nav-footer .nav-item:nth-child(2n) {
    margin-right: 0;
  }
  .nav-footer .nav-item.mobile,
  .nav-footer .nav-item.rss {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-footer-header {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-footer .nav-list {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-footer .nav-footer .i4 {
    margin-right: 0;
  }
}
.footer-logo {
  height: 30px;
  margin: -8px 0 24px;
  position: relative;
  width: 100%;
  line-height: 1;
}

.footer-logo .footer-logo-service {
  height: 14px;
  left: 78px;
  position: absolute;
  top: 12px;
  width: 93px;
  color: #00b5d9;
  text-transform: uppercase;
  font-family: OpenSansEB, Arial, sans-serif;
  font-size: 20px;
}

.footer-logo-interia {
  bottom: 0;
  left: 0;
  position: absolute;
}

.footer-logo-service {
  bottom: 0;
  left: 89px;
  position: absolute;
}

@media only screen and (max-width: 1023px) {
  .footer-logo-service {
    left: 122px;
  }
}
.common-copyright {
  border-top: 3px solid #484b54;
  clear: both;
  margin: 0 20px;
  padding: 27px 0 24px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .common-copyright {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .common-copyright {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-copyright {
    margin: 0 20px;
  }
}
#common_copyright_1 p {
  width: auto;
  float: none;
  padding-left: 0;
  line-height: 19px;
}

.nav-top-wrapper {
  background-color: #fff;
  height: 40px;
  margin: 0;
  position: relative;
  z-index: 999;
}

.nav-top {
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  margin: 0;
  min-width: 300px;
  position: absolute;
  padding-right: 35px;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
}

.nav-top.is-ready {
  overflow: visible;
}

.nav-top > .nav-top-list {
  height: 40px;
}

.nav-top:before {
  background: #ebf0f0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.nav-top .nav-item {
  float: left;
  height: 100%;
  padding: 0 12px;
  position: relative;
  width: auto;
}

.nav-top .nav-item:active > .nav-item-link {
  color: #20936e;
}

.nav-top .nav-item.selected .nav-item-link {
  color: #24a87e;
}

.nav-top .nav-item.has-submenu > .nav-top-list {
  background: #2f3036;
  height: auto;
  margin: 0;
  opacity: 0;
  overflow: visible;
  left: 0;
  position: absolute;
  top: 39px;
  visibility: hidden;
  width: 207px;
  z-index: 9999;
}

.nav-top .nav-item.has-submenu > .nav-top-list .nav-item.selected > .nav-item-link {
  color: #24a87e;
}

.nav-top .nav-item.has-submenu > .nav-top-list .nav-item-link {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-top .nav-item.has-submenu > .nav-top-list .nav-item-link:hover {
  color: #24a87e;
}

.nav-top .nav-item.has-submenu.is-open .nav-top-list,
html.no-touch .nav-top .nav-item.has-submenu.is-in-line:hover .nav-top-list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nav-top .nav-item.has-submenu .nav-item {
  border-bottom: 1px solid #525358;
  float: none;
}

.nav-top .nav-item.has-submenu .nav-item:after {
  display: none;
}

.nav-top .nav-item.is-in-line.start {
  padding-left: 0;
}

.nav-top .nav-item.is-in-line.start.selected .nav-item-link {
  color: inherit;
}

.nav-top .nav-item.is-in-line.start:after {
  background: 0 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #24a87e;
  content: "";
  height: auto;
  margin-top: -9px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: auto;
}

.nav-top .nav-item.is-in-line:after {
  background: #ebf0f0;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 3px;
}

.touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  content: "";
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}

.touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin:hover {
  cursor: pointer;
}

.touch .nav-top .nav-item.is-in-line.has-submenu.is-open > .nav-item-pin:hover {
  cursor: pointer;
}

.nav-top .nav-item.is-in-more {
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}

.nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin {
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: transparent;
  content: "";
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}

.nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin:hover {
  cursor: pointer;
}

.nav-top .nav-item.is-in-more.has-submenu.is-open > .nav-item-pin:hover {
  cursor: pointer;
}

.nav-top .nav-item.nav-top-item-more {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.touch .nav-top.has-pins .nav-item.is-in-line.has-submenu {
  padding-right: 40px;
}

.nav-top.has-no-pins .nav-item.is-in-more.has-submenu > .nav-item-link:before {
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: transparent;
  content: "";
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}

.nav-top.is-expanded .nav-item.is-in-more {
  border-bottom: 1px solid #525358;
  background: #1e1f23;
  clear: right;
  float: right;
  height: auto;
  opacity: 1;
  padding: 0;
  width: 350px;
  visibility: visible;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1279px) {
  .nav-top.is-expanded .nav-item.is-in-more {
    width: 270px;
  }
}
.nav-top.is-expanded .nav-item.is-in-more .nav-item-link {
  color: #fff;
  height: auto;
  padding: 8px 20px;
}

.nav-top.is-expanded .nav-item.is-in-more .nav-item-link:hover {
  color: #24a87e;
}

.nav-top.is-expanded .nav-item.is-in-more.selected > .nav-item-link {
  color: #24a87e;
}

.nav-top.is-expanded .nav-item.is-in-more.has-submenu .nav-top-list {
  width: 100%;
}

.nav-top.is-expanded .nav-item.is-in-more .nav-top-list {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .nav-top.is-expanded .nav-item.is-in-more .nav-top-list {
    border-top: 1px solid #525358;
    overflow: hidden;
  }
}
.nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item {
  border-bottom: 1px solid #525358;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item {
    float: none;
    width: 100%;
  }
}
.nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item.last-item {
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  .nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item:nth-child(2n):before {
    background: #525358;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item:hover {
  background-color: #4e4e4e;
}

.nav-top.is-expanded .nav-item.is-in-more .nav-top-list .nav-item-link {
  box-sizing: border-box;
  line-height: 16px;
  display: inline-block;
  width: 100%;
}

.nav-top.is-expanded .nav-item.is-in-more.is-open .nav-top-list {
  opacity: 1;
  position: static;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nav-item-link {
  color: #000;
  display: block;
  font-family: OpenSansEB, Arial, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  touch-action: manipulation;
}

.nav-item-link::-moz-focus-inner {
  border: 0;
}

.nav-item-link:focus {
  outline: 0;
}

.nav-item.is-in-line,
.nav-item.nav-top-item-more {
  padding: 0 18px;
}

.nav-item.is-in-line > .nav-item-link,
.nav-item.nav-top-item-more > .nav-item-link {
  line-height: 37px;
}

.nav-item.is-in-line > .nav-item-link:hover,
.nav-item.nav-top-item-more > .nav-item-link:hover {
  border-bottom: 3px solid #24a87e;
}

.common-header__navigation.common-header__navigation {
  margin-top: -1px;
}

.common-header--fixed .common-header__navigation.common-header__navigation {
  margin-top: -1px;
}

.breadcrumbs {
  background-color: #fff;
  clear: both;
  color: #a0a0a0;
  font-size: 11px;
  height: 30px;
  line-height: 20px;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px 20px 18px 20px;
  text-transform: uppercase;
}

.breadcrumbs-link {
  color: #a0a0a0;
  padding: 5px 0;
}

.breadcrumbs-link:hover {
  color: #606060;
  text-decoration: underline;
}

.breadcrumbs-item {
  float: left;
  margin-right: 30px;
  position: relative;
}

.breadcrumbs-item:before {
  background: 0 0;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #24a87e;
  border-top: 3px solid transparent;
  content: "";
  height: auto;
  left: -15px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: auto;
}

.breadcrumbs-item:first-child:before {
  display: none;
}

.site-map {
  margin-bottom: 20px;
}

.site-map-item {
  line-height: 39px;
}

.site-map-item a {
  color: #000;
  font-family: OpenSansEB, Arial, sans-serif;
  text-transform: uppercase;
}

.site-map-item a:before {
  color: #24a87e;
  font-family: OpenSansB, Arial, sans-serif;
  content: "›";
  margin-right: 5px;
}

.page-error {
  font-family: OpenSans, Arial, sans-serif;
}

.page-error #content {
  margin: 60px 0;
}

.page-error h1 {
  font-size: 36px;
  text-transform: uppercase;
}

.page-error h1 .msg {
  font-family: OpenSansEB, Arial, sans-serif;
}

.page-error .see-more {
  display: none;
}

.page-error .main-special {
  overflow: hidden;
}

.page-error .main-special .standard-common-search {
  display: none;
}

.page-error .error-article-list {
  clear: both;
  border-top: 3px solid #ebf0f0;
  padding-top: 60px;
}

.page-error .error-article-list .thumbnail {
  float: left;
  margin-right: 20px;
}

.page-error .error-article-list .thumbnail .image img {
  width: 140px;
  height: auto;
}

.page-error .error-article-list .title {
  font-family: OpenSansEB, Arial, sans-serif;
  padding: 13px 0;
}

.page-error .error-article-list .title a {
  color: #1e1f23;
  text-transform: uppercase;
}

.page-error .error-article-list .description {
  display: none;
}

.page-error .error-article-list .i2 {
  clear: both;
}

.page-error .error-article-list .i2 .title {
  border-top: 1px solid #ebf0f0;
}

.page-error .p1,
.page-error .p2 {
  line-height: 1.5em;
  font-size: 15px;
}

.page-error .p1 a,
.page-error .p2 a {
  color: #24a87e;
}

.page-error .p2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1023px) {
  .page-error .error404 .msg:after {
    background: url(../images/404-md.png) no-repeat center;
    content: " ";
    display: block;
    background-size: contain;
    height: 179px;
  }
  .page-error .error500 .msg:after {
    background: url(../images/500-md.png) no-repeat center;
    content: " ";
    display: block;
    background-size: contain;
    height: 179px;
  }
  .page-error .error-header {
    position: relative;
  }
  .page-error .error-header .error-title {
    text-align: center;
  }
  .page-error .error-header:after {
    content: "";
    width: 140px;
    position: absolute;
    background-color: #fff;
    height: 3px;
    left: 50%;
    margin-left: -70px;
    bottom: -20px;
    border-top: 3px solid #2f3036;
    border-bottom: 1px solid #2f3036;
  }
  .page-error .code {
    display: none;
  }
  .page-error .p1 {
    margin-top: 40px;
  }
  .page-error .thumbnail .image img {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-error .error-header {
    position: relative;
  }
  .page-error .error-header:after {
    content: "";
    width: 140px;
    position: absolute;
    background-color: #fff;
    height: 3px;
    left: 25px;
    bottom: -15px;
    border-top: 3px solid #2f3036;
    border-bottom: 1px solid #2f3036;
  }
  .page-error .p1 {
    margin-top: 30px;
  }
  .page-error .code {
    margin-top: -50px;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 282px;
  }
  .page-error .error404 .code {
    background: url(../images/404-md.png) no-repeat left 50px;
  }
  .page-error .error410 .code {
    background: url(../images/404-md.png) no-repeat left 50px;
  }
  .page-error .error500 .code {
    background: url(../images/500-md.png) no-repeat left 50px;
  }
  .page-error .error-header,
  .page-error p {
    width: 50%;
    float: right;
    clear: both;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .page-error .error-article-list .description {
    display: block;
  }
  .page-error .error-article-list .thumbnail .image img {
    width: 300px;
    height: auto;
  }
  .page-error .error-article-list .i1 .title {
    padding: 0 0 13px;
  }
  .page-error .error-article-list .i1 .description {
    padding-bottom: 15px;
  }
  .page-error .error-article-list .i2 {
    clear: none;
  }
  .page-error .error-article-list .i2 .title {
    margin-left: 340px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-error .error-header {
    position: relative;
  }
  .page-error .error-header:after {
    bottom: -25px;
  }
  .page-error .p1 {
    margin-top: 50px;
  }
  .page-error .error404 .code {
    background: url(../images/404-lg.png) no-repeat left 50px;
  }
  .page-error .error500 .p2 {
    margin-bottom: 80px;
  }
  .page-error .error500 .code {
    background: url(../images/500-lg.png) no-repeat left 50px;
  }
  .page-error .error-article-list .thumbnail {
    margin-right: 40px;
  }
  .page-error .error-article-list .thumbnail .image img {
    width: 380px;
    height: auto;
  }
  .page-error .error-article-list .i1 .description {
    padding-bottom: 35px;
  }
  .page-error .error-article-list .i2 {
    clear: none;
  }
  .page-error .error-article-list .i2 .title {
    margin-left: 420px;
    padding-top: 35px;
  }
}
.send-to-us .message {
  font-family: OpenSans, Arial, sans-serif;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 25px;
}

.send-to-us .message .seeMore {
  margin-top: 25px;
}

.send-to-us .message .seeMore a {
  text-transform: uppercase;
  color: #1e1f23;
  font-size: 14px;
  margin-right: 10px;
}

.send-to-us .attachement #attachement {
  visibility: hidden;
  margin-top: 14px;
  width: auto;
  z-index: 5;
  left: 21.5%;
}

@media only screen and (max-width: 479px) {
  .send-to-us .attachement #attachement {
    position: absolute;
    left: 25%;
  }
}
.ie8.oldie .send-to-us .attachement #attachement {
  visibility: visible;
  position: relative;
  left: auto;
  width: 75%;
  margin-top: 0;
}

.send-to-us .attachement label {
  margin-bottom: 9px;
}

.send-to-us .attachement label:before {
  content: "załącz plik";
  text-transform: uppercase;
  background-color: #fff;
  display: block;
  line-height: 36px;
  padding: 0 20px;
  font-size: 12px;
  color: #24a87e;
  font-family: OpenSansB, Arial, sans-serif;
  border: 2px solid #ebf0f0;
  margin-top: -10px;
  cursor: pointer;
  z-index: 6;
  position: absolute;
  left: 21.5%;
}

@media only screen and (max-width: 479px) {
  .send-to-us .attachement label:before {
    left: 25%;
  }
}
.ie8.oldie .send-to-us .attachement label:before {
  display: none;
}

.send-to-us .attachement-clear {
  border: #ebf0f0 dashed 1px;
  clear: both;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px;
}

@media only screen and (min-width: 480px) {
  .send-to-us .attachement-clear {
    margin-left: 22%;
    margin-left: calc(25% - 25px);
  }
}
.send-to-us .attachement-files.attachement-files {
  padding: 10px 0;
  font-size: 13px;
  color: #1e1f23;
  font-family: OpenSans, Arial, sans-serif;
  clear: both;
  float: right;
  margin-right: 30px;
  width: 75%;
}

@media only screen and (max-width: 479px) {
  .send-to-us .attachement-files.attachement-files {
    float: none;
  }
}
.send-to-us .attachement-files.attachement-files:before {
  display: block;
  padding-bottom: 16px;
  font-size: 12px;
  font-family: OpenSansB, Arial, sans-serif;
}

.send-to-us .attachement-files.attachement-files.is-more-files:before {
  content: "Załączone pliki:";
}

.send-to-us .attachement-files.attachement-files.is-one-file:before {
  content: "Załączony plik:";
}

.send-to-us .attachement-files.attachement-files .attachement-files-item {
  line-height: 16px;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 0;
}

.send-to-us .has-files .attachement-clear {
  display: block;
}

.send-to-us #attachementFsUploadProgress {
  margin-top: 10px;
}

.send-to-us label {
  display: block;
  font-family: OpenSans, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px 0;
  color: #9a9da1;
  font-size: 12px;
}

.send-to-us label.required:after {
  content: "*";
  color: #24a87e;
  margin-left: 5px;
}

.send-to-us .recaptcha {
  position: relative;
  min-height: 145px;
}

.send-to-us .recaptcha-container,
.send-to-us .recaptcha-message {
  position: absolute;
  right: 0;
}

.send-to-us .recaptcha-message {
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.send-to-us .recaptcha-message .errors {
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .send-to-us .recaptcha-message .errors {
    text-align: left;
  }
}
.send-to-us .recaptcha-container {
  top: 20px;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .send-to-us .recaptcha-container {
    width: 79%;
  }
}
.send-to-us .recaptcha-container div {
  margin: auto;
}

@media only screen and (min-width: 480px) {
  .send-to-us .recaptcha-container div {
    margin-left: 0;
  }
}
.send-to-us #attachementDivStatus,
.send-to-us #attachementFsUploadProgress {
  font-family: OpenSans, Arial, sans-serif;
  font-size: 12px;
}

.send-to-us #attachement {
  float: left;
  margin-bottom: 15px;
}

@media only screen and (min-width: 480px) {
  .send-to-us #attachement {
    float: none;
    margin-top: 9px;
  }
}
.send-to-us #attachementDivAlternateContent input {
  clear: both;
  display: block;
  width: 79%;
  float: left;
  margin-bottom: 10px;
}

.send-to-us #attachementDivAlternateContent a {
  font-family: OpenSansEB, Arial, sans-serif;
  color: #24a87e;
}

.send-to-us .senderSess {
  display: none;
}

.send-to-us .altContent {
  width: 100%;
  float: none;
}

.send-to-us .altContent input {
  width: 79%;
  float: right;
}

.send-to-us .altContent a {
  float: right;
}

.send-to-us .altContent a.attachementAdd {
  clear: both;
  display: block;
  margin-bottom: 20px;
  float: none;
}

.send-to-us .form {
  margin-bottom: 25px;
}

.send-to-us .form:after {
  content: "* Pole wymagane";
  font-size: 11px;
  color: #24a87e;
  position: absolute;
  bottom: 20px;
}

.send-to-us .checkbox {
  float: left;
  margin-top: 10px;
}

.send-to-us .checkbox:checked + .el {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22background%22%20fill%3D%22%23bdc0c2%22%20d%3D%22M0%2C0v16h16V0H0z%20M13%2C13H3V3h10V13z%22%2F%3E%0A%20%3Cpath%20id%3D%22zaznaczenie%22%20fill%3D%22%234d4d4d%22%20d%3D%22M3.016%2C6.996l4.444%2C4.648L13.016%2C5h-2.731L7.46%2C8.322L6.349%2C6.996H3.016z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
}

.no-svg .send-to-us .checkbox:checked + .el {
  background-image: url(../images/button_checkbox_checked.png);
}

.send-to-us .recipient {
  overflow: hidden;
  position: relative;
}

.send-to-us .recipient .text {
  padding-right: 50px;
  margin-right: -35px;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%200.5%208%2012%208-12h-16zm8%207.208-2.795-4.208h5.592l-2.797%204.208z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: right 50px center;
}

.no-svg .send-to-us .recipient .text {
  background-image: url(../images/icon-arrow-black-down.png);
}

.send-to-us .text,
.send-to-us textarea {
  outline: 0;
  padding: 15px;
  background-color: #ebf0f0;
  width: 90%;
  border: none;
  float: right;
  margin-bottom: 15px;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.send-to-us .errorField {
  border: 1px solid #24a87e;
}

.send-to-us .marketingAgreement label {
  text-transform: none;
  margin-left: 30px;
  font-family: OpenSans, Arial, sans-serif;
  width: 90%;
  line-height: 1.75;
}

.send-to-us .marketingAgreement .el {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: -30px;
  width: 25%;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%3E%0A%20%3Cpath%20fill%3D%22%23bdc0c2%22%20id%3D%22background%22%20d%3D%22M0%2C0v16h16V0H0z%20M13%2C13H3V3h10V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 20px;
  background-position: left 5px top 5px;
  margin-left: 0;
}

.send-to-us .marketingAgreement .el:before {
  left: 0;
  content: "Potwierdź";
  font-family: OpenSans, Arial, sans-serif;
  color: #9a9da1;
  font-size: 12px;
  position: absolute;
  top: -25px;
  text-transform: uppercase;
}

.no-svg .send-to-us .marketingAgreement .el {
  background-image: url(../images/button_checkbox.png);
}

.send-to-us .form {
  position: relative;
}

.send-to-us .form fieldset {
  width: 100%;
}

.send-to-us .form ul {
  width: 100%;
}

.send-to-us .form .errors {
  color: #24a87e;
  font-size: 12px;
  font-family: OpenSansB, Arial, sans-serif;
}

.send-to-us .form .uploadedFilesList {
  font-size: 13px;
  font-family: OpenSansB, Arial, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
}

.send-to-us .form .uploadedFilesList li {
  font-size: 12px;
  font-family: OpenSans, Arial, sans-serif;
  margin-bottom: 3px;
  margin-left: 16px;
  list-style-type: disc;
}

.send-to-us .form li {
  clear: both;
  margin-bottom: 15px;
}

.send-to-us .submit {
  float: right;
  border: #ebf0f0 3px solid;
  background-color: #fff;
  color: #24a87e;
  padding: 10px 20px;
  font-family: OpenSansB, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.send-to-us .submit:hover {
  color: #fff;
  background-color: #1e1f23;
  border-color: #1e1f23;
}

@media only screen and (min-width: 480px) {
  .send-to-us label {
    float: left;
  }
  .send-to-us #attachement {
    float: right;
    margin-right: 25px;
  }
  .send-to-us #attachement,
  .send-to-us .text,
  .send-to-us textarea {
    font-family: OpenSans, Arial, sans-serif;
    width: 75%;
  }
  .send-to-us .altContent {
    width: 79%;
    float: right;
  }
  .send-to-us .marketingAgreement label {
    text-transform: none;
    margin-left: 80px;
    width: 75%;
    float: right;
    padding-top: 0;
  }
  .send-to-us .marketingAgreement label:before {
    content: "*";
    color: #24a87e;
    margin-right: 5px;
  }
  .send-to-us .marketingAgreement .el {
    margin-top: 0;
    background-position: top 5px right 15px;
  }
  .send-to-us .marketingAgreement .el:before {
    top: 0;
  }
  .send-to-us .form .errors {
    clear: both;
    float: right;
    margin-right: 30px;
    width: 75%;
  }
  .send-to-us .form .uploadedFilesList {
    width: 79%;
    float: right;
  }
}
.send-to-us .text,
.send-to-us textarea {
  float: left;
}

.send-to-us label {
  line-height: 46px;
  padding: 0;
}

@media only screen and (min-width: 480px) {
  .send-to-us label {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us label {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us label {
    width: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us label {
    width: 150px;
  }
}
.send-to-us .recaptcha-container {
  width: auto;
}

@media only screen and (min-width: 480px) {
  .send-to-us .recaptcha-container {
    left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .recaptcha-container {
    left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .recaptcha-container {
    left: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .recaptcha-container {
    left: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .send-to-us .recaptcha-container {
    left: 0;
  }
}
.send-to-us .recaptcha {
  min-height: 118px;
}

.send-to-us .recaptcha iframe {
  margin-left: 3px;
}

@media only screen and (max-width: 479px) {
  .send-to-us .marketingAgreement {
    padding-top: 10px;
  }
}
.send-to-us .marketingAgreement label {
  float: left;
}

@media only screen and (min-width: 480px) {
  .send-to-us .marketingAgreement label {
    margin-left: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .marketingAgreement label {
    margin-left: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .marketingAgreement label {
    margin-left: 155px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .marketingAgreement label {
    margin-left: 185px;
  }
}
.send-to-us .marketingAgreement .el {
  background-position: top right;
}

@media only screen and (min-width: 480px) {
  .send-to-us .marketingAgreement .el {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .marketingAgreement .el {
    width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .marketingAgreement .el {
    width: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .marketingAgreement .el {
    width: 170px;
  }
}
@media only screen and (max-width: 479px) {
  .send-to-us .marketingAgreement .el {
    width: 20px;
    margin-top: 6px;
  }
}
.send-to-us .attachement-files.attachement-files {
  float: left;
}

@media only screen and (min-width: 480px) {
  .send-to-us .attachement-files.attachement-files {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .attachement-files.attachement-files {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .attachement-files.attachement-files {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .attachement-files.attachement-files {
    margin-left: 150px;
  }
}
.send-to-us .attachement-clear {
  float: left;
}

@media only screen and (min-width: 480px) {
  .send-to-us .attachement-clear {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .attachement-clear {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .attachement-clear {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .attachement-clear {
    margin-left: 150px;
  }
}
.send-to-us .attachement {
  overflow: hidden;
}

.send-to-us .attachement.attachement {
  margin-bottom: 0;
}

.send-to-us .attachement #attachement {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}

.send-to-us .attachement label {
  box-sizing: border-box;
}

.send-to-us .attachement label:before {
  border: 3px solid #ebf0f0;
  margin-top: 2px;
}

@media only screen and (min-width: 480px) {
  .send-to-us .attachement label:before {
    left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .send-to-us .attachement label:before {
    left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .send-to-us .attachement label:before {
    left: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .send-to-us .attachement label:before {
    left: 150px;
  }
}
.emailSendUs .base-title {
  margin-left: -5px;
}

.emailSendUs .sender {
  margin-top: 7px;
}

.emailSendUs .buttons {
  padding-top: 20px;
}

.article-container .article-body .embed-gamerank-osys-list {
  padding-left: 80px;
}

.embed-gamerank-minus-label,
.embed-gamerank-plus-label {
  display: block;
  border-style: solid;
  border-bottom-width: 3px;
  font-size: 15px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: OpenSansEB, Arial, sans-serif;
}

.embed-gamerank-minus-label:before,
.embed-gamerank-plus-label:before {
  display: inline-block;
  width: 20px;
  line-height: 30px;
  font-size: 18px;
}

.embed-gamerank-minus-list,
.embed-gamerank-plus-list {
  padding: 28px 28px 18px 0;
}

.brief-list-item {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .brief-list-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .brief-list-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 37.296%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brief-list-item.is-1z1 .tile-magazine-title {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-1z1 .tile-magazine-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list-item.is-1z1 .tile-magazine-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list-item.is-1z2 .tile-magazine {
    padding-top: 53.7%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.3%;
  }
}
@media only screen and (min-width: 1280px) {
  .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 39.6%;
  }
}
.brief-list-item.is-05z3 .tile-magazine {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
}

@media only screen and (max-width: 479px) {
  .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 39%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 36.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 38.8%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 38.4%;
  }
}
@media only screen and (min-width: 1280px) {
  .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 36.4%;
  }
}
@media only screen and (max-width: 767px) {
  .brief-list-item.is-05z3 .tile-magazine.photo:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-05z3 .tile-magazine-category {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .brief-list-item.is-05z3 .tile-magazine-category {
    display: none;
  }
}
.brief-list-item.is-05z3 .tile-magazine-thumb {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .brief-list-item.is-05z3 .tile-magazine-thumb {
    display: none;
  }
}
.brief-list-item.is-05z3 .tile-magazine-header {
  background-color: transparent;
  background-image: none;
  bottom: auto;
  padding: 5% 10px 5% 5%;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .brief-list-item.is-05z3 .tile-magazine-header {
    padding-left: 49%;
  }
}
.brief-list-item.is-05z3 .tile-magazine-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 479px) {
  .brief-list-item.is-05z3 .tile-magazine-title {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 19px;
  }
}
.brief-list-item.is-05z3 .tile-magazine-title-url {
  color: #1e1f23;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list-item.is-group-2w1 .brief-list-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brief-list-item.is-group-2w1 .brief-list-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list-item.is-group-2w1 .brief-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .brief-list-item.is-group-2w1 .brief-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.brief-list-item.is-group-2w1 .tile-magazine-title-url.sponsor-title {
  top: 30px;
  position: relative;
}

.brief-list-item.is-group-2w1 .tile-magazine-title-url .sponsor-mark {
  left: 0;
  top: -28px;
}

.front-page .brief-list .brief-list-item.is-dynamic {
  margin-bottom: 0;
  position: relative;
}

.front-page .brief-list .brief-list-item.is-dynamic:hover {
  overflow: visible;
}

.front-page .brief-list .brief-list-item.is-dynamic .js-inside-dynamic-ad-place {
  position: absolute;
  z-index: 6;
  width: 100%;
}

.front-page .brief-list .brief-list-item.is-dynamic .inside-dynamic-item-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .front-page .brief-list.has-navibox .brief-list-item.inside-dynamic-item-1 {
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .front-page .brief-list.has-navibox .brief-list-item .js-inside-dynamic-ad-place {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .front-page .brief-list.has-navibox .brief-list-item .js-inside-dynamic-ad-place .frontpage-mixer-ad {
    float: left;
  }
}
.front-page .brief-list.has-halfpage .brief-list-item.inside-dynamic-item-1 {
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .front-page .brief-list.has-halfpage .brief-list-item.inside-dynamic-item-1 {
    display: none;
  }
}
.front-page .brief-list.has-halfpage .brief-list-item.inside-dynamic-item-2 {
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .front-page .brief-list.has-halfpage .brief-list-item.inside-dynamic-item-2 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .front-page .brief-list.has-halfpage .brief-list-item .js-inside-dynamic-ad-place {
    position: relative;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .front-page .brief-list.has-halfpage .brief-list-item .js-inside-dynamic-ad-place .frontpage-mixer-ad {
    float: none;
    margin: 0 auto;
  }
}
.front-page .brief-list-more-box {
  clear: both;
  float: none;
  margin: 0 auto;
  padding-top: 10px;
}

.front-page .brief-button-more {
  position: relative;
  top: -10px;
  margin-bottom: 5px;
  background-color: #24a87e;
  color: #fff;
  height: 42px;
  border: 3px solid #24a87e;
  font-size: 18px;
  font-family: OpenSansEB, Arial, sans-serif;
}

.front-page .brief-button-more:before {
  display: none;
}

.front-page .brief-button-more .button-more-inside {
  background-color: transparent;
}

.front-page .brief-button-more .button-more-inside:after {
  display: none;
}

.front-page .brief-button-more:hover {
  color: #24a87e;
  background-color: #fff;
}

.brief-list.has-halfpage .is-next-element {
  display: none;
}

.brief-list-item.has-mixerAdTopRight {
  float: right;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .brief-list-item.has-mixerAdTopRight {
    width: 100%;
  }
}
.brief-list-item.has-mixerAdTopRight:hover {
  overflow: visible;
}

.brief-list-item.is-placeholder-1 {
  width: 100%;
  margin-bottom: 0;
}

.brief-list-item.is-placeholder-2 {
  width: 100%;
  display: none;
}

.mixerAdTopRight-wrapper {
  overflow: visible;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mixerAdTopRight-wrapper {
    padding-bottom: 0;
  }
}
.mixerAdTopRight-wrapper:hover {
  overflow: visible;
}

.mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-1 {
  display: block;
}

.mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-2 {
  display: none;
}

.mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-1 {
  display: block;
}

.mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .mixerAdTopRight-wrapper.has-halfpage .mixerAdTopRight.mixerAdTopRight {
    padding: 0 39px 32px;
  }
}
.mixerAdTopRight {
  border: 1px solid #dee3e3;
  margin: auto;
  padding: 0 39px 25px 33px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}

@media only screen and (max-width: 767px) {
  .mixerAdTopRight {
    position: relative;
    float: none;
  }
}
@media only screen and (max-width: 1279px) {
  .mixerAdTopRight {
    border: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mixerAdTopRight {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .mixerAdTopRight .brief-placeholder-list {
    display: none;
  }
}
.mixerAdTopRight > .boxBody {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  left: -1px;
}

.quiz-list.brief-list {
  padding-top: 0;
  margin-top: 10px;
}

.quiz-list.brief-list .brief-list-item {
  margin-bottom: 0;
}

.quiz-list.brief-list .brief-list-item .brief-title-link {
  color: #2f3036;
}

.quiz-list.brief-list .brief-list-item .brief-title-link:hover {
  text-decoration: underline;
}

.single-quiz ~ .quiz-list {
  margin-top: 28px;
}

.pagination-list .next span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata3002%22%2F%3E%0A%20%3Cpath%20id%3D%22path2996%22%20d%3D%22m%200.5%2C16.5%2012%2C-8%20-12%2C-8%200%2C16%20z%20M%207.708%2C8.5%203.5%2C11.295%203.5%2C5.703%207.708%2C8.5%20z%22%20fill%3D%22%239a9da1%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .pagination-list .next span:after {
  background-image: url(../images/icon-arrow-grey-right.png);
}

.pagination-list .prev span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata3002%22%2F%3E%0A%20%3Cpath%20id%3D%22path2996%22%20d%3D%22m%2012.5%2C16.5%20-12%2C-8%2012%2C-8%200%2C16%20z%20M%205.292%2C8.5%209.5%2C11.295%209.5%2C5.703%205.292%2C8.5%20z%22%20fill%3D%22%239a9da1%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .pagination-list .prev span:after {
  background-image: url(../images/icon-arrow-grey-left.png);
}

.is-expanded.nav-top .nav-item.nav-top-item-more,
.touch .nav-top .nav-item.is-in-line.has-submenu.is-open > .nav-item-pin {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cpath%20d%3D%22M0.5%2C12.5l8-12l8%2C12H0.5z%20M8.5%2C5.292L5.705%2C9.5h5.592L8.5%2C5.292z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .is-expanded.nav-top .nav-item.nav-top-item-more,
.no-svg .touch .nav-top .nav-item.is-in-line.has-submenu.is-open > .nav-item-pin {
  background-image: url(../images/icon-arrow-black-up.png);
}

.nav-top .nav-item.nav-top-item-more,
.touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%200.5%208%2012%208-12h-16zm8%207.208-2.795-4.208h5.592l-2.797%204.208z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .nav-top .nav-item.nav-top-item-more,
.no-svg .touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin {
  background-image: url(../images/icon-arrow-black-down_1.png);
}

.nav-top .nav-item.is-in-more.has-submenu.is-open > .nav-item-pin:hover,
.touch .nav-top .nav-item.is-in-line.has-submenu.is-open > .nav-item-pin:hover {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata10%22%2F%3E%0A%20%3Cpath%20fill%3D%22%2324a87e%22%20d%3D%22M0.5%2C12.5l8-12l8%2C12H0.5z%20M8.5%2C5.292L5.705%2C9.5h5.592L8.5%2C5.292z%22%20id%3D%22path4%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .nav-top .nav-item.is-in-more.has-submenu.is-open > .nav-item-pin:hover,
.no-svg .touch .nav-top .nav-item.is-in-line.has-submenu.is-open > .nav-item-pin:hover {
  background-image: url(../images/icon-arrow-brand-up.png);
}

.pagination-list .next.enable span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20d%3D%22m%200.5%2C0.5%2012%2C8%20-12%2C8%200%2C-16%20z%20M%207.708%2C8.5%203.5%2C5.705%203.5%2C11.297%207.708%2C8.5%20z%22%20id%3D%22path3%22%20fill%3D%22%2324a87e%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .pagination-list .next.enable span:after {
  background-image: url(../images/icon-arrow-brand-right.png);
}

.nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin:hover,
.touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin:hover {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%200.5%208%2012%208-12h-16zm8%207.208-2.795-4.208h5.592l-2.797%204.208z%22%20fill%3D%22%2324a87e%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin:hover,
.no-svg .touch .nav-top .nav-item.is-in-line.has-submenu > .nav-item-pin:hover {
  background-image: url(../images/icon-arrow-brand-down.png);
}

.pagination-list .prev.enable span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20d%3D%22m%2012.5%2C0.5%20-12%2C8%2012%2C8%200%2C-16%20z%20M%205.292%2C8.5%209.5%2C5.705%209.5%2C11.297%205.292%2C8.5%20z%22%20id%3D%22path3%22%20fill%3D%22%2324a87e%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .pagination-list .prev.enable span:after {
  background-image: url(../images/icon-arrow-brand-left.png);
}

.nav-top .nav-item.is-in-more.has-submenu.is-open > .nav-item-pin,
.nav-top.has-no-pins .nav-item.is-in-more.has-submenu.is-open > .nav-item-link:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%2012.5l8-12%208%2012h-16zm8-7.208l-2.795%204.208h5.592l-2.797-4.208z%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .nav-top .nav-item.is-in-more.has-submenu.is-open > .nav-item-pin,
.no-svg .nav-top.has-no-pins .nav-item.is-in-more.has-submenu.is-open > .nav-item-link:before {
  background-image: url(../images/icon-arrow-white-up.png);
}

.carousel-mixer-right:before,
.pagination-list .next.enable:hover span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%200.5%2C0.5%2012%2C8%20-12%2C8%200%2C-16%20z%20M%207.708%2C8.5%203.5%2C5.705%203.5%2C11.297%207.708%2C8.5%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .carousel-mixer-right:before,
.no-svg .pagination-list .next.enable:hover span:after {
  background-image: url(../images/icon-arrow-white-right.png);
}

.nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin,
.nav-top.has-no-pins .nav-item.is-in-more.has-submenu > .nav-item-link:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%200.5%2C0.5%208%2C12%208%2C-12%20H%200.5%20z%20M%208.5%2C7.708%205.705%2C3.5%20h%205.592%20L%208.5%2C7.708%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .nav-top .nav-item.is-in-more.has-submenu > .nav-item-pin,
.no-svg .nav-top.has-no-pins .nav-item.is-in-more.has-submenu > .nav-item-link:before {
  background-image: url(../images/icon-arrow-white-down.png);
}

.carousel-mixer-left:before,
.pagination-list .prev.enable:hover span:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%2012.5%2C0.5%20-12%2C8%2012%2C8%200%2C-16%20z%20M%205.292%2C8.5%209.5%2C5.705%209.5%2C11.297%205.292%2C8.5%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .carousel-mixer-left:before,
.no-svg .pagination-list .prev.enable:hover span:after {
  background-image: url(../images/icon-arrow-white-left.png);
}

.ie7 .pagination-list {
  overflow: visible;
  height: auto;
}

.ie7 .pagination-list .paginator-el {
  float: left;
}

.pagination-list {
  text-align: center;
  font-size: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 42px;
}

.pagination-list ul {
  padding: 0;
  margin: 0;
}

.pagination-list .paginator-el {
  display: inline-block;
  margin: 0 7px 0 0;
}

.pagination-list .paginator-el span {
  display: block;
  border: 3px solid transparent;
  line-height: 36px;
  padding: 0;
  color: #24a87e;
  min-width: 22px;
  width: 44px;
  font-size: 14px;
  font-weight: 700;
}

.pagination-list .paginator-el.default span {
  border-color: #ebf0f0;
}

.pagination-list .paginator-el.default:hover span {
  background-color: #1e1f23;
  color: #fff;
  border-color: #1e1f23;
}

.pagination-list .paginator-el.current span {
  color: #fff;
  border-color: #1e1f23;
  background-color: #1e1f23;
}

.pagination-list .paginator-el.dots span {
  color: #24a87e;
}

.pagination-list .paginator-el.hidden {
  display: none;
}

.pagination-list .paginator-el.hidden-for-left-dots {
  display: none;
}

.pagination-list .paginator-el.hidden-for-right-dots {
  display: none;
}

.pagination-list .next {
  float: right;
}

.pagination-list .next span {
  padding: 0 55px 0 16px;
}

.pagination-list .next span:after {
  right: 0;
  background-position: 13px 10px;
}

.pagination-list .prev {
  float: left;
}

.pagination-list .prev span {
  padding: 0 16px 0 55px;
}

.pagination-list .prev span:after {
  left: 0;
  background-position: 11px 10px;
}

.pagination-list .next,
.pagination-list .prev {
  position: relative;
  display: block;
}

.pagination-list .next span,
.pagination-list .prev span {
  display: block;
  border: 3px solid #ebf0f0;
  line-height: 36px;
  color: #24a87e;
  font-family: OpenSansB, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.pagination-list .next span:after,
.pagination-list .prev span:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 36px;
  width: 36px;
  border: 3px solid #ebf0f0;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.pagination-list .next.enable:hover span,
.pagination-list .prev.enable:hover span {
  background-color: #1e1f23;
  color: #fff;
  border-color: #1e1f23;
}

.pagination-list .next.enable:hover span:after,
.pagination-list .prev.enable:hover span:after {
  border-color: #1e1f23;
  background-color: #1e1f23;
}

.pagination-list .next.disable span,
.pagination-list .prev.disable span {
  color: #9a9da1;
}

.pagination-list .right-dots {
  display: none;
}

.pagination-list .left-dots {
  display: none;
}

.pagination-list.has-right-dots .right-dots {
  display: inline-block;
}

.pagination-list.has-left-dots .left-dots {
  display: inline-block;
}

.pagination-list.hide-to-pr8 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr7 .pr7,
.pagination-list.hide-to-pr7 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr6 .pr6,
.pagination-list.hide-to-pr6 .pr7,
.pagination-list.hide-to-pr6 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr5 .pr5,
.pagination-list.hide-to-pr5 .pr6,
.pagination-list.hide-to-pr5 .pr7,
.pagination-list.hide-to-pr5 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr4 .pr4,
.pagination-list.hide-to-pr4 .pr5,
.pagination-list.hide-to-pr4 .pr6,
.pagination-list.hide-to-pr4 .pr7,
.pagination-list.hide-to-pr4 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr3 .pr3,
.pagination-list.hide-to-pr3 .pr4,
.pagination-list.hide-to-pr3 .pr5,
.pagination-list.hide-to-pr3 .pr6,
.pagination-list.hide-to-pr3 .pr7,
.pagination-list.hide-to-pr3 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr2 .pr2,
.pagination-list.hide-to-pr2 .pr3,
.pagination-list.hide-to-pr2 .pr4,
.pagination-list.hide-to-pr2 .pr5,
.pagination-list.hide-to-pr2 .pr6,
.pagination-list.hide-to-pr2 .pr7,
.pagination-list.hide-to-pr2 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr1 .pr1,
.pagination-list.hide-to-pr1 .pr2,
.pagination-list.hide-to-pr1 .pr3,
.pagination-list.hide-to-pr1 .pr4,
.pagination-list.hide-to-pr1 .pr5,
.pagination-list.hide-to-pr1 .pr6,
.pagination-list.hide-to-pr1 .pr7,
.pagination-list.hide-to-pr1 .pr8 {
  display: none;
}

.pagination-list.hide-to-pr .paginator-el.default,
.pagination-list.hide-to-pr .paginator-el.dots,
.pagination-list.hide-to-pr .paginator-el.left-dots,
.pagination-list.hide-to-pr .paginator-el.pr-first,
.pagination-list.hide-to-pr .paginator-el.pr-last,
.pagination-list.hide-to-pr .paginator-el.right-dots {
  display: none;
}

.pagination-list.hide-to-pr .next span,
.pagination-list.hide-to-pr .prev span {
  width: 36px;
  padding: 0;
  overflow: hidden;
}

.pagination-list.pagination-theme-medium .paginator-el {
  margin-right: 1px;
}

.pagination-list.pagination-theme-small .next span,
.pagination-list.pagination-theme-small .prev span {
  width: 36px;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}

.pagination-list.pagination-theme-small .paginator-el {
  margin-right: 1px;
}

.pagination-list.pagination-theme-verysmall {
  overflow: visible;
}

.pagination-list.pagination-theme-verysmall .next span,
.pagination-list.pagination-theme-verysmall .prev span {
  width: 36px;
  padding: 0;
  overflow: hidden;
}

.pagination-list.pagination-theme-verysmall .dots,
.pagination-list.pagination-theme-verysmall .left-dots,
.pagination-list.pagination-theme-verysmall .paginator-el.default,
.pagination-list.pagination-theme-verysmall .right-dots {
  display: none;
}

.pagination-list.pagination-theme-verysmall .paginator-el.current {
  margin-right: 0;
}

.pagination-list.pagination-theme-verysmall .paginator-el.current span {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination-list.pagination-theme-verysmall .paginator-el.current span:after {
  content: " z " attr(data-pages);
  color: #bdc0c2;
  font-weight: 400;
}

.pagination-list .paginator-el.default:hover span {
  background-color: #24a87e;
  border-color: #24a87e;
}

.pagination-list .paginator-el.current span {
  border-color: #24a87e;
  background-color: #24a87e;
}

.pagination-list .next.enable:hover span,
.pagination-list .prev.enable:hover span {
  background-color: #24a87e;
  border-color: #24a87e;
}

.pagination-list .next.enable:hover span:after,
.pagination-list .prev.enable:hover span:after {
  border-color: #24a87e;
  background-color: #24a87e;
}

.autocomplete-suggestions .autocomplete-suggestion-first-image,
.ex-ico-search {
  background-image: url(../i/ico-header-search.svg);
}

.no-svg .autocomplete-suggestions .autocomplete-suggestion-first-image,
.no-svg .ex-ico-search {
  background-image: url(../images/icon-search.png);
}

#common-search {
  color: #bdc0c2;
  width: 500px;
  height: auto;
  padding-bottom: 40px;
}

#common-search .search-hide-button {
  color: #9a9da1;
  display: block;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  height: 25px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 15px;
  outline: 0;
  right: 29px;
  top: 25px;
  content: "";
}

#common-search .search-hide-button:hover {
  opacity: 0.7;
}

#common-search .search-hide-button:before {
  content: "×";
}

#common-search .standard-search-query .search-query {
  font-weight: 600;
  margin-top: 23px;
  margin-left: 40px;
  border: 0;
  border-bottom: 2px solid #c9c9c9;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 23px;
  word-spacing: -1px;
  line-height: 47px;
  width: 420px;
  outline: 0;
}

#common-search .standard-search-query .search-query::-webkit-input-placeholder {
  font-weight: 400;
}

#common-search .standard-search-query .search-query:-moz-placeholder {
  font-weight: 400;
}

#common-search .standard-search-query .search-query::-ms-clear {
  display: none;
}

#common-search .standard-search-query input:-webkit-autofill,
#common-search .standard-search-query input:-webkit-autofill:active,
#common-search .standard-search-query input:-webkit-autofill:focus,
#common-search .standard-search-query input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #ebf0f0 inset;
}

#common-search .standard-search-query ::-moz-placeholder {
  color: #bdc0c2;
}

#common-search .standard-search-query ::placeholder {
  color: #9a9da1;
}

.autocomplete-suggestions {
  width: 100% !important;
  background-color: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion {
  background-color: #ebf0f0;
  position: relative;
  min-height: 70px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #2f3036;
  color: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .autocomplete-suggestion-title {
  color: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .autocomplete-suggestion-category {
  color: #bdc0c2;
}

.autocomplete-suggestions .autocomplete-suggestions-inside {
  padding: 20px 40px;
  border-bottom-width: 1px;
  margin-bottom: -20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .autocomplete-suggestions .autocomplete-suggestions-inside {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .autocomplete-suggestions .autocomplete-suggestions-inside {
    margin-right: 10px;
  }
}
.autocomplete-suggestions .autocomplete-suggestion-img {
  width: 50px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.autocomplete-suggestions .autocomplete-suggestion-img img {
  width: 100%;
  height: auto;
}

.autocomplete-suggestions .autocomplete-suggestion-title {
  margin-left: 79px;
  padding-top: 17px;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 15px;
  color: #1e1f23;
  line-height: 16px;
  max-height: 32px;
}

.autocomplete-suggestions .autocomplete-suggestion-title b {
  font-family: OpenSansB, Arial, sans-serif;
}

.autocomplete-suggestions .autocomplete-suggestion-category {
  margin-left: 78px;
  padding-top: 3px;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 13px;
  color: #9a9da1;
}

.autocomplete-suggestions .autocomplete-suggestion-first-image {
  background-size: 50%;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

.ad {
  display: none;
}

.mail-frame-ad {
  display: block;
}

.is-halfpage {
  padding-bottom: 30px;
}

.box.ad.promocyjni_gazetka_dol .boxHeader {
  display: none;
}

.frontpage-mixer-ad {
  text-align: center;
  padding: 0 40px 30px 40px;
  border: 1px solid #dee3e3;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .frontpage-mixer-ad {
    position: absolute;
    top: -10px;
  }
}
@media only screen and (max-width: 1279px) {
  .frontpage-mixer-ad {
    border: 0;
    padding: 0;
    position: relative;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .frontpage-mixer-ad {
    width: 50%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-mixer-ad {
    width: 100%;
    border: 1px solid #f0f3f3;
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
  }
}
.article-body .box300x250,
.article-body .news,
.main-sidebar .ad {
  border: 1px solid #ebf0f0;
  padding: 0 40px 30px 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .article-body .box300x250,
  .article-body .news,
  .main-sidebar .ad {
    padding: 0;
    border: 0;
  }
}
.ad .boxHeader {
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #bdc0c2;
  padding: 22px 0 8px 0;
  width: 100%;
}

.mixer-extra-ad {
  float: right;
  margin-top: 19px;
}

.mixer-extra-ad-hidden {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.mixer-extra-ad .boxHeader {
  top: 4px;
}

.next-extra {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ebebeb;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAABLCAYAAADK8i9PAAACS0lEQVR42u2cPyjEYRjH7xy6lFLKQEnSlRADk4XJZDPdhkVKSjFISRaZbDabycSC5KJTiqQwMBgMBlHkT/7/+T71vvkp4tz73O/63qnPIO59+3hz7/v7vs9zgdh6fA6UBJi/IPgOLkCUXdKyAErZJYVL0MkuaVkC5eySwjXoAUFmSUsMVLJLCnegH+QwS1o2QIRdUrgHgyDELGnZAjXsksIjGAG5zJKWXdDALik8g3GQzyxpOQBN7JLCC5gEYWZJyxFoZpcUXsEUKGCWtByDVnZJ4Q1Mg0JmScsJaGOXtMyAInZJ4RS0s0taZkFxOkmumq3BtegZ6EgXyRbZ5MGh0qq6C72TkTSvD4MJc4xzLeom9E5W0jNOI9hTWtXkQm9XkmasPDAKnhRE/x96u5T0jFkHtpVWNfHQW0PSjBsCQyb0ci2aWOitJekZPwLiSqv6t9BbW9LMEQR94FZB9PfQOxWSnrkqwIrSqv4ceqdS0jNnN7hSEP0+9PZD0sxbZvY/jVX9Gnr7JemZP2pONq5FP0NvvyWNaK15A1F5Xk2XlTynXEk5i4J52v9JvLbLnEX53l3lzAmWKfdJc+LpBTeUJx78XhVYozy7yl8WDChtDf4/heBn1WCT8nlS9iQwDB4okwF8Xw92KDMeuToHY0q5jv9pnVyZg33m3HVRKWtNqwQ9I+5Csrda2fvJDLhppq8ZoK7+oK/joa7Ioq+to66SpK93pa5cpq9Bp+4moO8Loe7woe/Vou66o++fpO6Epe9ppu5Op/+cAfpPjPgAaSUJ8F0FbbcAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center 28%;
}

.next-extra:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABLCAYAAAAlMERxAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAOsSURBVHic3Zc7axRRGIbfb3YTMSKImEIJiMmCoog/QAQVLbRQMDGZiDZpvICVNl42DBkvICgIprAQFcTd3BobG0EbexutdhMEsTAiihgl68xn4WhOyC7JzHxnzsw8TcgWL+fh2bksSpXyxKanzgbkFAtEfR2W9657bLjX9GF0YP39Q50WYzKPNa1F/+WwprX0o3zVbCIYkJOarQUB5KHmMoIBGa65MkEAWa0ZQjAgYzXDCwLIUs2IggEZqBlPEEDaawoIBqS0ppwggDTWFBYMSFFNPYIA0lJTo2CA4Zr6BQGYrJmQYICBmskKAki6pgHBgIRqmhMEkERNw4IBGmvGEXwjdgoAas3S+KVOqdXIgvPe/H6ALzD4p9RhAABEffCLb7dUrvZJzEUWLLaxX7PdOwTeyeDXEodZgDoLZE1IXJuRBf221QQANftavT7g7mHweTD/iHOYJQhcmzI3GQLXbfee1+7vAPiVyObCeKw7rehddKb3+vua7e5j4AzA3yW3o9bU8pio2yP30VbYzuAXssvha2p7DtZ6nQ912z3oA0MMfBUdD1FT+4N+2h55iHZrKwPPZZdXVjORN5n6MedT3R45DOJTAL6Iji9TM9FXtdqA+2TOt7aC+Znscuuaib+LfjzhfK4NukdBPADwrOh4k5rGXrZrA+74L6uwjcFV2eXFNYuy4+H40O98ATDYUx3+RsBp0XGivg7ydhgV7Bp31q/yvVECbPFx5sk5Lpw1JliqDh+H740CJPbT6C886xOdnbbdKQBIXHDTU2dDB3kPABwBSHY8qPbxhPP530eJCpbGyifB/l2A1ssuL66mkojg5qnLG4uN4gMwDomPN6mmol2wu1IeogbdJmCd7HLrairaBEtTThc3vIcEOiA+vkw1FS2C3ZXyGTS8WwRaK7u8smoqooJbpq5sLjSsRwDtldwFEKqaiowgg3qq5fM0jxsgWiOyuTAeuppKbMFS9WoPj9FjItodd2sJEaupRBb0535RT6V8kYERAq2OutMcnvWYz80MXpuMuxRZsL3Q9hKgXXEPsATmSRR+n5vpvynyUyrGV1RaLt611gqjvyb+I3CttcKwoJ5qKuYENVZTMSCov5pKsoIJVVNJSDDZair6BQ1UU9EoaK6aih5Bw9VUhAXTUU1FTjBF1VQEBNNXTSWeYEqrqUQUTHc1lfCCGaimEkIwO9VUViaYsWoqywhms5pKa8EMV1NpIpj9aiqLBXNSTSUQzFc1lWIeq6n8ATzxLg2WP0GnAAAAAElFTkSuQmCC);
}

.next-extra:hover .tile-magazine-imgframe {
  transform: scale(1);
}

.next-extra:hover .tile-magazine-img {
  transform: scale(1);
}

.next-extra:hover .tile-magazine-nothumb:before {
  transform: scale(1);
}

.next-extra-text {
  display: block;
  text-align: center;
  font-family: OpenSansB, Arial, sans-serif;
  font-size: 22px;
  color: #bec1c3;
  margin-top: 56%;
  height: 34%;
  padding-top: 20px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
  text-transform: lowercase;
  background-color: #fff;
}

.next-extra-text:first-letter {
  text-transform: uppercase;
}

.article-body-wide.article-body {
  padding-left: 0;
}

.article-body .box300x250 {
  float: right;
  margin-left: 50px;
}

@media only screen and (min-width: 1280px) {
  .article-body .box300x250 {
    margin-right: -170px;
    padding: 0 40px 30px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .article-body .box300x250 {
    margin: 20px auto;
    clear: both;
    width: 100%;
    margin-left: -10px;
  }
}
.article-body .news {
  clear: left;
  float: left;
  margin-right: 50px;
}

@media only screen and (min-width: 1280px) {
  .article-body .news {
    margin-left: -105px;
    padding: 0 40px 30px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .article-body .news {
    margin: 20px auto;
    clear: both;
    float: none;
    width: 100%;
    margin-left: -10px;
  }
}
.article-body .box300x250,
.article-body .news {
  text-align: center;
}

.article-body .box300x250 .boxHeader,
.article-body .news .boxHeader {
  line-height: 10px;
  text-transform: uppercase;
  margin: auto auto 5px auto;
  color: #bdc0c2;
  letter-spacing: 1px;
}

.promocyjni_gazetka_dol {
  border-top: 3px solid #ebf0f0;
  margin-bottom: 38px;
}

.front-page .promocyjni_gazetka_dol,
.mixer-page .promocyjni_gazetka_dol {
  margin-top: 38px;
  padding-top: 18px;
  padding-bottom: 40px;
}

.adSearch,
.dol_srodek {
  border-top: 3px solid #ebf0f0;
}

.adSearch {
  margin-bottom: 38px;
}

#commentsAdPlace,
#commentsAdTempWrapper,
.adSearch {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #commentsAdPlace,
  #commentsAdTempWrapper,
  .adSearch {
    display: block;
  }
}
@media only screen and (max-width: 1439px) {
  .adSearch {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .adSearch {
    display: block;
  }
}
.ad_iframe_wide {
  width: 100%;
  height: 0;
}

.aside-extra {
  margin-top: 60px;
}

.page-footer-main .row {
  background-color: #fff;
}

.ns_placement {
  text-align: center;
}

#adBox625 {
  margin-top: 30px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  #adBox625 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#ad_box625_html {
  margin: 0 auto;
}

.page-gallery .adSearch,
.page-video .adSearch {
  margin-top: 15px;
}

.page-gallery .adSearch .boxHeader,
.page-video .adSearch .boxHeader {
  display: none;
}

body.inpl-tout-sticky .adx-mobile-fixed.scroll-mechanism {
  transform: translateY(125%) !important;
}

body.inpl-webPoll-sticky .adx-mobile-fixed.scroll-mechanism {
  transform: translateY(125%) !important;
}

.information-clause {
  padding-top: 52px;
  font-family: OpenSans, Arial, sans-serif;
  font-style: italic;
  color: #24a87e;
  font-size: 17px;
  line-height: 26px;
}

.tile-list-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tile-list-items {
  height: 100%;
}

.tile-list-url:hover + .tile-list-url {
  color: #24a87e;
}

.tile-list-thumb,
.tile-list-txt {
  overflow: hidden;
  vertical-align: middle;
}

.tile-list-thumb {
  width: 33.3333%;
}

.tile-list-txt {
  padding-left: 10px;
}

@media only screen and (min-width: 1280px) {
  .tile-list-txt {
    padding-left: 20px;
  }
}
.tile-list-img {
  max-height: 100%;
  max-width: 100%;
}

.tile-magazine {
  position: relative;
}

.tile-magazine:hover .tile-magazine-lead {
  max-height: 250px;
  transition: max-height 0.5s ease;
}

.tile-magazine-title-url .sponsor-mark {
  font-size: 10px;
  letter-spacing: 0;
  padding-left: 10px;
}

.ex-tile,
.tile-carousel,
.tile-magazine {
  color: #fff;
  padding-top: 83.421%;
}

.ex-tile.photo:after,
.ex-tile.video:after,
.tile-carousel.photo:after,
.tile-carousel.video:after,
.tile-magazine.photo:after,
.tile-magazine.video:after {
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 26px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 26px;
}

.ex-tile.photo:after,
.tile-carousel.photo:after,
.tile-magazine.photo:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%22-0.5%200%2018%2013%22%20enable-background%3D%22new%20-0.5%200%2018%2013%22%3E%0A%20%3Cg%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.634%2C2l-0.927-2h-6.41L4.37%2C2H-0.5v10.994L5.133%2C13v-0.014C4.486%2C12.5%2C3.884%2C11.729%2C3.5%2C11H1.49V3.981h3.981%0A%09%09%09l0.927-1.996h4.206l0.929%2C1.996h3.977V11h-2.024c-0.384%2C0.729-0.984%2C1.5-1.633%2C1.986V13H17.5V2H12.634z%20M13.036%2C8.324%0A%09%09%09c0-2.579-2.034-4.676-4.534-4.676S3.968%2C5.746%2C3.968%2C8.324S6.002%2C13%2C8.502%2C13S13.036%2C10.902%2C13.036%2C8.324z%20M8.502%2C11.006%0A%09%09%09c-1.434%2C0-2.601-1.203-2.601-2.682c0-1.479%2C1.167-2.683%2C2.601-2.683c1.436%2C0%2C2.602%2C1.204%2C2.602%2C2.683%0A%09%09%09C11.104%2C9.803%2C9.938%2C11.006%2C8.502%2C11.006z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 18px 13px;
}

.no-svg .ex-tile.photo:after,
.no-svg .tile-carousel.photo:after,
.no-svg .tile-magazine.photo:after {
  background-image: url(../images/icon-image.png);
}

.ex-tile.video:after,
.tile-carousel.video:after,
.tile-magazine.video:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20enable-background%3D%22new%200%200%209%2011%22%3E%0A%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0-0.011L9%2C5.5l-9%2C5.488V-0.011z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 9px 11px;
}

.no-svg .ex-tile.video:after,
.no-svg .tile-carousel.video:after,
.no-svg .tile-magazine.video:after {
  background-image: url(../images/icon-play.png);
}

.ex-tile .age-range,
.tile-carousel .age-range,
.tile-magazine .age-range {
  display: block;
  background-size: 35px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 26px;
  position: absolute;
  left: 47px;
  top: 20px;
  z-index: 2;
}

.ex-tile .age-range-12,
.tile-carousel .age-range-12,
.tile-magazine .age-range-12 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20387.366%20327.107%22%20enable-background%3D%22new%200%200%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%220%2C-0.001%20387.365%2C-0.001%20387.365%2C253.902%20314.156%2C327.108%200%2C327.108%20%09%09%22%20fill%3D%22%2331a624%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M174.233%2C96.92H141.31l-46.426%2C37.824l18.958%2C23.306l15.352-12.67%0A%09%09%09%09c3.39-3.02%2C6.227-5.919%2C8.508-8.694c-0.369%2C7.214-0.554%2C15.167-0.554%2C23.86v71.581h37.085V96.92z%22%20fill%3D%22%23fdfffd%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M292.482%2C201.979H241.34v-0.925c14.982-13.441%2C24.769-22.566%2C29.363-27.375%0A%09%09%09%09c4.592-4.809%2C8.277-9.387%2C11.052-13.733c2.775-4.347%2C4.824-8.77%2C6.15-13.271c1.325-4.5%2C1.988-9.401%2C1.988-14.704%0A%09%09%09%09c0-7.09-1.896-13.486-5.687-19.19c-3.792-5.703-9.126-10.095-15.999-13.179c-6.875-3.082-14.691-4.624-23.445-4.624%0A%09%09%09%09c-6.967%2C0-13.24%2C0.709-18.82%2C2.127c-5.58%2C1.419-10.743%2C3.468-15.491%2C6.15c-4.749%2C2.682-10.605%2C7.137-17.571%2C13.364l20.068%2C23.49%0A%09%09%09%09c5.487-4.747%2C10.404-8.338%2C14.751-10.774c4.347-2.435%2C8.647-3.653%2C12.901-3.653c4.13%2C0%2C7.337%2C1.018%2C9.618%2C3.052%0A%09%09%09%09c2.281%2C2.034%2C3.422%2C4.809%2C3.422%2C8.323c0%2C2.837-0.571%2C5.549-1.711%2C8.138c-1.142%2C2.59-3.16%2C5.687-6.058%2C9.294%0A%09%09%09%09c-2.899%2C3.606-9.063%2C10.343-18.496%2C20.207l-33.016%2C33.386v24.045h98.123V201.979z%22%20fill%3D%22%23fdfffd%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .ex-tile .age-range-12,
.no-svg .tile-carousel .age-range-12,
.no-svg .tile-magazine .age-range-12 {
  background-image: url(../images/icon-age-range-12.png);
}

.ex-tile .age-range-16,
.tile-carousel .age-range-16,
.tile-magazine .age-range-16 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22103.957%20233.297%20387.366%20327.107%22%20enable-background%3D%22new%20103.957%20233.297%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%22103.957%2C233.296%20491.323%2C233.296%20491.323%2C487.198%20418.114%2C560.404%20103.957%2C560.404%20%09%09%22%20fill%3D%22%23ff6d00%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M278.19%2C330.269h-32.923l-46.426%2C37.824l18.958%2C23.306l15.353-12.67%0A%09%09%09%09c3.389-3.02%2C6.226-5.919%2C8.508-8.694c-0.369%2C7.214-0.554%2C15.167-0.554%2C23.86v71.581h37.085V330.269H278.19z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M314.584%2C451.789c9.001%2C10.358%2C21.486%2C15.537%2C37.455%2C15.537c15.043%2C0%2C26.757-4.3%2C35.143-12.901%0A%09%09%09%09c8.384-8.601%2C12.578-20.331%2C12.578-35.189c0-13.811-3.315-24.584-9.942-32.322c-6.628-7.737-15.954-11.607-27.976-11.607%0A%09%09%09%09c-12.27%2C0-21.179%2C5.241-26.727%2C15.722h-1.11c0.554-12.146%2C3.822-20.901%2C9.802-26.265s15.075-8.046%2C27.283-8.046%0A%09%09%09%09c7.214%2C0%2C13.902%2C0.587%2C20.068%2C1.757v-28.576c-7.338-1.048-13.749-1.572-19.236-1.572c-15.415%2C0-28.378%2C2.775-38.889%2C8.323%0A%09%09%09%09c-10.513%2C5.549-18.466%2C14.166-23.86%2C25.848c-5.396%2C11.684-8.093%2C26.959-8.093%2C45.825%0A%09%09%09%09C301.081%2C426.944%2C305.581%2C441.431%2C314.584%2C451.789z%20M341.218%2C432.691c-2.529-3.791-3.792-8.646-3.792-14.565%0A%09%09%09%09c0-4.07%2C1.309-7.522%2C3.931-10.359c2.62-2.835%2C6.026-4.254%2C10.219-4.254c8.508%2C0%2C12.762%2C5.488%2C12.762%2C16.462%0A%09%09%09%09c0%2C6.413-1.218%2C11.083-3.653%2C14.011c-2.436%2C2.93-5.595%2C4.393-9.48%2C4.393C347.075%2C438.379%2C343.746%2C436.484%2C341.218%2C432.691z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .ex-tile .age-range-16,
.no-svg .tile-carousel .age-range-16,
.no-svg .tile-magazine .age-range-16 {
  background-image: url(../images/icon-age-range-16.png);
}

.ex-tile .age-range-18,
.tile-carousel .age-range-18,
.tile-magazine .age-range-18 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22103.957%20233.297%20387.366%20327.107%22%20enable-background%3D%22new%20103.957%20233.297%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%22103.957%2C233.296%20491.323%2C233.296%20491.323%2C487.198%20418.114%2C560.404%20103.957%2C560.404%20%09%09%22%20fill%3D%22%23e81a1a%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M183.672%2C444.53h24.878v-33.386h34.403v-24.785H208.55v-33.94h-24.878v33.94h-34.403v24.785%0A%09%09%09%09h34.403V444.53z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M327.254%2C330.315h-32.923l-46.426%2C37.824l18.959%2C23.306l15.352-12.67%0A%09%09%09%09c3.389-3.02%2C6.226-5.919%2C8.508-8.694c-0.37%2C7.214-0.555%2C15.167-0.555%2C23.86v71.581h37.085V330.315z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M365.73%2C337.02c-8.078%2C5.766-12.115%2C13.826-12.115%2C24.184c0%2C6.598%2C1.649%2C12.656%2C4.948%2C18.172%0A%09%09%09%09c3.297%2C5.518%2C8.522%2C10.681%2C15.676%2C15.491c-8.879%2C4.502-15.199%2C9.511-18.959%2C15.028c-3.761%2C5.518-5.641%2C12.193-5.641%2C20.022%0A%09%09%09%09c0%2C12.085%2C4.222%2C21.349%2C12.669%2C27.79c8.446%2C6.444%2C20.624%2C9.665%2C36.531%2C9.665c15.597%2C0%2C27.745-3.297%2C36.438-9.895%0A%09%09%09%09c8.694-6.596%2C13.04-15.907%2C13.04-27.93c0-6.534-2.051-12.624-6.15-18.264c-4.101-5.642-11.144-11.298-21.132-16.97%0A%09%09%09%09c8.076-4.008%2C13.98-8.708%2C17.711-14.104c3.729-5.395%2C5.595-11.667%2C5.595-18.821c0-10.543-3.963-18.681-11.884-24.415%0A%09%09%09%09c-7.923-5.734-19.005-8.601-33.247-8.601S373.806%2C331.255%2C365.73%2C337.02z%20M386.677%2C419.143c2.373-2.927%2C6.304-5.84%2C11.791-8.739%0A%09%09%09%09c6.104%2C3.638%2C10.342%2C6.922%2C12.717%2C9.85c2.373%2C2.929%2C3.561%2C5.904%2C3.561%2C8.924c0%2C7.953-5.426%2C11.93-16.277%2C11.93%0A%09%09%09%09c-4.809%2C0-8.57-1.156-11.282-3.468c-2.714-2.312-4.07-5.378-4.07-9.202C383.116%2C425.17%2C384.302%2C422.073%2C386.677%2C419.143z%0A%09%09%09%09%20M406.791%2C357.412c2.157%2C1.789%2C3.237%2C4.162%2C3.237%2C7.122c0%2C2.652-0.802%2C5.026-2.405%2C7.121c-1.604%2C2.097-4.594%2C4.409-8.971%2C6.936%0A%09%09%09%09c-7.214-4.07-10.82-8.754-10.82-14.057c0-2.897%2C1.078-5.256%2C3.237-7.075c2.157-1.817%2C4.809-2.728%2C7.953-2.728%0A%09%09%09%09C402.043%2C354.73%2C404.633%2C355.624%2C406.791%2C357.412z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .ex-tile .age-range-18,
.no-svg .tile-carousel .age-range-18,
.no-svg .tile-magazine .age-range-18 {
  background-image: url(../images/icon-age-range-18.png);
}

.ex-tile-header,
.tile-carousel-header,
.tile-magazine-header {
  background-color: transparent;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  transition: padding-bottom 0.3s ease;
}

:hover > .ex-tile-header,
:hover > .tile-carousel-header,
:hover > .tile-magazine-header {
  padding-bottom: 40px;
}

.no-cssgradients .ex-tile-header,
.no-cssgradients .tile-carousel-header,
.no-cssgradients .tile-magazine-header,
.no-svg .ex-tile-header,
.no-svg .tile-carousel-header,
.no-svg .tile-magazine-header {
  background-image: url(../images/svg-fallback.png);
}

.ex-tile-category,
.tile-carousel-category,
.tile-magazine-category {
  float: left;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.ex-tile-title,
.tile-carousel-title,
.tile-magazine-title {
  clear: both;
  text-transform: uppercase;
}

.ex-tile-category,
.ex-tile-title-url,
.tile-carousel-category,
.tile-carousel-title-url,
.tile-magazine-category,
.tile-magazine-title-url {
  color: #fff;
  font-family: OpenSansEB, Arial, sans-serif;
}

.ex-tile-category,
.tile-carousel-category,
.tile-magazine-category {
  position: relative;
  z-index: 10;
}

.ex-tile-category:hover,
.tile-carousel-category:hover,
.tile-magazine-category:hover {
  background-color: #20936e;
}

.ex-tile-title-url:before,
.tile-magazine-title-url:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.ex-tile-lead {
  color: #fff;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease;
}

.ex-tile-magazine:hover .ex-tile-lead {
  max-height: 250px;
  transition: max-height 0.5s ease;
}

.ex-tile-nothumb,
.ex-tile-thumb,
.tile-carousel-thumb,
.tile-magazine-nothumb,
.tile-magazine-thumb {
  background-color: #ebebeb;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.ex-tile-thumb:before,
.tile-carousel-thumb:before,
.tile-magazine-thumb:before {
  bottom: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.ex-tile-imgframe,
.tile-carousel-imgframe,
.tile-magazine-imgframe {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate3d(0, 0, 0);
}

:hover > a > .ex-tile-imgframe,
:hover > a > .tile-carousel-imgframe,
:hover > a > .tile-magazine-imgframe {
  opacity: 0.7;
  transform: scale(1.1);
}

.ex-tile-img,
.tile-carousel-img,
.tile-magazine-img {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

:hover > a > .ex-tile-img,
:hover > a > .tile-carousel-img,
:hover > a > .tile-magazine-img {
  opacity: 0.7;
  transform: scale(1.1);
}

.is-external .ex-tile-img,
.is-external .tile-carousel-img,
.is-external .tile-magazine-img {
  display: none;
}

.ex-tile,
.ex-tile-category,
.ex-tile-title-url,
.tile-carousel,
.tile-carousel-category,
.tile-carousel-title-url,
.tile-list-title-url,
.tile-magazine,
.tile-magazine-category,
.tile-magazine-title-url {
  color: #fff;
}

.ex-tile-category,
.tile-carousel-category,
.tile-magazine-category {
  background-color: #24a87e;
  font-family: OpenSansEB, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 10px;
  position: relative;
}

.ex-tile-title,
.tile-carousel-title,
.tile-magazine-title {
  display: block;
}

@media only screen and (max-width: 479px), only screen and (min-width: 768px) {
  .ex-tile-title,
  .tile-carousel-title,
  .tile-magazine-title {
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ex-tile-title,
  .tile-carousel-title,
  .tile-magazine-title {
    font-size: 18px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) {
  .ex-title-lead,
  .tile-magazine-lead {
    font-size: 15px;
    line-height: 18px;
    padding-top: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ex-title-lead,
  .tile-magazine-lead {
    font-size: 11px;
    line-height: 15px;
    padding-top: 10px;
  }
}
.tile-list-items,
.tile-list-title {
  font-family: OpenSansEB, Arial, sans-serif;
  text-transform: uppercase;
}

.tile-list-items,
.tile-list-url {
  color: #1e1f23;
}

.tile-list-url:hover {
  color: #24a87e;
}

.quiz-list.brief-list {
  margin-top: 0;
  margin-bottom: 28px;
  border-color: #ebf0f0;
  border-style: solid;
  border-top-width: 3px;
  padding-top: 28px;
}

.quiz-list.brief-list .brief-list-header {
  padding-bottom: 14px;
  color: #1e1f23;
}

.quiz-list.brief-list .brief-list-title {
  line-height: 28px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: OpenSansEB, Arial, sans-serif;
}

@media only screen and (min-width: 480px) {
  .quiz-list.brief-list .brief-list-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .quiz-list.brief-list .brief-list-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .quiz-list.brief-list .brief-list-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .quiz-list.brief-list .brief-list-title {
    font-size: 34px;
  }
}
.quiz-list.brief-list .brief-list-items {
  list-style-type: none;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #2f3036;
}

.quiz-list.brief-list .brief-list-item {
  border-bottom: 1px solid #dee3e3;
  padding: 14px 14px 14px;
}

.quiz-list.brief-list .brief-list-item:last-child {
  border: none;
}

.quiz-list.brief-list .brief-list-item-link {
  color: inherit;
}

.quiz-list.brief-list .brief-list-item-link:hover {
  text-decoration: underline;
}

.quiz-list.brief-list .pagination {
  border-top: 3px solid #ebf0f0;
  padding-top: 28px;
  margin: 28px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .brief-list.is-symetric.brief-list-hide-last-item .brief-list-item:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .brief-list.is-symetric.brief-list-hide-last-item.has-halfpage .brief-list-item:last-of-type {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list.is-symetric.brief-list-hide-last-item.has-halfpage > .brief-list-items > .brief-list-item:nth-last-child(2) {
    display: none;
  }
}
.brief-list.is-symetric.has-halfpage .is-next-element {
  display: none;
}

.brief-list-more-box {
  clear: both;
  float: none;
  margin: 0 auto;
  padding-top: 10px;
}

.brief-button-more {
  background-color: #24a87e;
  border: 3px solid #24a87e;
  color: #fff;
  font-size: 18px;
  font-family: OpenSansEB, Arial, sans-serif;
  height: 42px;
  margin-bottom: 5px;
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 1279px) {
  .brief-button-more {
    margin-bottom: 15px;
    top: 0;
  }
}
.brief-button-more:before {
  display: none;
}

.brief-button-more .button-more-inside {
  background-color: transparent;
}

.brief-button-more .button-more-inside:after {
  display: none;
}

.brief-button-more:hover {
  background-color: #fff;
  color: #24a87e;
}

.brief-placeholder-list .brief-list-item:last-of-type {
  margin-bottom: 0;
}

.brief-list-item.is-placeholder-3 {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list.is-asymetric .brief-list-item.has-mixerAdTopRight {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .brief-list.is-asymetric .brief-list-item.has-mixerAdTopRight {
    margin-bottom: 41px;
  }
}
.brief-list-item.has-mixerAdTopRight {
  float: right;
}

@media only screen and (max-width: 767px) {
  .brief-list-item.has-mixerAdTopRight {
    width: 100%;
  }
}
.mixerAdTopRight-wrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mixerAdTopRight-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mixerAdTopRight-wrapper .brief-placeholder-list {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .brief-list.is-symetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-1,
  .brief-list.is-symetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-2,
  .brief-list.is-symetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-3 {
    width: 100%;
  }
}
.brief-list.is-symetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-2 {
  display: none;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-noads .brief-list-item.is-placeholder-1 {
  margin-bottom: 0;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-1 {
  display: block;
  visibility: hidden;
  margin-bottom: 0;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-2 {
  display: none;
  margin-bottom: 0;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-3 {
  display: none;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-1 {
  display: block;
  visibility: hidden;
}

.brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
  display: block;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
    margin-bottom: 0;
  }
}
.brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-3 {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .brief-list.is-symetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-3 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-1,
  .brief-list.is-asymetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-2,
  .brief-list.is-asymetric .mixerAdTopRight-wrapper .brief-list-item.is-placeholder-3 {
    width: 100%;
  }
}
.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-noads .brief-list-item.is-placeholder-2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-navibox .mixerAdTopRight {
    margin: 0;
  }
}
.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-1 {
  display: block;
  visibility: hidden;
}

.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-2 {
  display: block;
  margin-bottom: 0;
}

.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-navibox .brief-list-item.is-placeholder-3 {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .mixerAdTopRight {
    position: relative;
    margin: auto;
  }
}
.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-1 {
  display: block;
  visibility: hidden;
}

.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
  display: block;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2 {
    margin-bottom: 0;
  }
}
.brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-3 {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-3 {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-1,
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-2,
  .brief-list.is-asymetric .mixerAdTopRight-wrapper.has-halfpage .brief-list-item.is-placeholder-3 {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .mixerAdTopRight-wrapper.has-halfpage .mixerAdTopRight {
    padding: 0 39px 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mixerAdTopRight-wrapper.has-halfpage .mixerAdTopRightGapFill {
    display: block;
  }
}
.mixerAdTopRight {
  border: 1px solid #dee3e3;
  left: 0;
  margin: auto;
  max-width: 300px;
  padding: 0 39px 25px 39px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 6;
}

@media only screen and (max-width: 767px) {
  .mixerAdTopRight {
    position: relative;
    float: none;
    max-width: inherit;
  }
}
@media only screen and (max-width: 1279px) {
  .mixerAdTopRight {
    border: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mixerAdTopRight {
    margin-top: -10px;
  }
}
.mixerAdTopRightGapFill {
  box-sizing: border-box;
  border: 1px solid transparent;
  bottom: 0;
  display: none;
  height: 170px;
  margin: auto;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}

.mixerLinksBlock-wrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mixerLinksBlock-wrapper {
    padding-bottom: 0;
  }
}
.mixerLinksBlock-wrapper .tile-list {
  z-index: 1;
}

.mixerLinksBlock-wrapper .brief-list-item.is-placeholder-1 {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.mixerLinksBlock-wrapper .brief-list-item.is-placeholder-2 {
  display: none;
}

.mixerLinksBlock-wrapper .brief-list-item.is-placeholder-3 {
  display: none;
}

.mixerLinksBlock {
  border: 1px solid #dee3e3;
  left: 0;
  margin: auto;
  max-width: 300px;
  padding: 0 39px 25px 39px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 6;
}

@media only screen and (max-width: 767px) {
  .brief-list-item.has-mixerFacebook {
    width: 100%;
    text-align: center;
  }
}
.mixerFacebook-wrapper {
  overflow: hidden;
  position: relative;
}

.mixerFacebook {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mixerFacebook {
    position: relative;
    float: none;
  }
}
#portal_top_block {
  margin-top: 30px;
}

#primary_recommend_block {
  margin-top: 10px;
}

#portal_top_block .has-theme-type-2 .brief-list-item .tile-magazine,
#primary_recommend_block .has-theme-type-2 .brief-list-item .tile-magazine {
  padding-top: 75%;
}

@media only screen and (min-width: 1280px) {
  #portal_top_block .has-theme-type-2 .brief-list-item .tile-magazine-title,
  #primary_recommend_block .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 16px;
    font-size: 22px;
    line-height: 26px;
    max-height: 79px;
  }
}
@media only screen and (max-width: 1279px) {
  #portal_top_block .has-theme-type-2 .brief-list-item .tile-magazine-title,
  #primary_recommend_block .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
    max-height: 66px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #portal_top_block .has-theme-type-2 .brief-list-item .tile-magazine-title,
  #primary_recommend_block .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
  }
}
.has-theme-type-2 .brief-list-item {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .has-theme-type-2 .brief-list-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .has-theme-type-2 .brief-list-item {
    margin-bottom: 20px;
  }
}
.has-theme-type-2 .brief-list-item .tile-magazine {
  color: #ebebeb;
  position: relative;
  padding-top: 83.421%;
}

.has-theme-type-2 .brief-list-item .tile-magazine:hover .tile-magazine-imgframe {
  opacity: 0.7;
  transform: scale(1.1);
}

.has-theme-type-2 .brief-list-item .tile-magazine:hover .tile-magazine-img {
  opacity: 0.7;
  transform: scale(1.1);
}

.has-theme-type-2 .brief-list-item .tile-magazine:hover .tile-magazine-nothumb:before {
  opacity: 0.7;
  transform: scale(1.1);
}

.has-theme-type-2 .brief-list-item .tile-magazine.photo:after,
.has-theme-type-2 .brief-list-item .tile-magazine.video:after {
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 26px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 26px;
}

.has-theme-type-2 .brief-list-item .tile-magazine.photo:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%22-0.5%200%2018%2013%22%20enable-background%3D%22new%20-0.5%200%2018%2013%22%3E%0A%20%3Cg%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.634%2C2l-0.927-2h-6.41L4.37%2C2H-0.5v10.994L5.133%2C13v-0.014C4.486%2C12.5%2C3.884%2C11.729%2C3.5%2C11H1.49V3.981h3.981%0A%09%09%09l0.927-1.996h4.206l0.929%2C1.996h3.977V11h-2.024c-0.384%2C0.729-0.984%2C1.5-1.633%2C1.986V13H17.5V2H12.634z%20M13.036%2C8.324%0A%09%09%09c0-2.579-2.034-4.676-4.534-4.676S3.968%2C5.746%2C3.968%2C8.324S6.002%2C13%2C8.502%2C13S13.036%2C10.902%2C13.036%2C8.324z%20M8.502%2C11.006%0A%09%09%09c-1.434%2C0-2.601-1.203-2.601-2.682c0-1.479%2C1.167-2.683%2C2.601-2.683c1.436%2C0%2C2.602%2C1.204%2C2.602%2C2.683%0A%09%09%09C11.104%2C9.803%2C9.938%2C11.006%2C8.502%2C11.006z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 18px 13px;
}

.no-svg .has-theme-type-2 .brief-list-item .tile-magazine.photo:after {
  background-image: url(../images/icon-image.png);
}

.has-theme-type-2 .brief-list-item .tile-magazine.video:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20enable-background%3D%22new%200%200%209%2011%22%3E%0A%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0-0.011L9%2C5.5l-9%2C5.488V-0.011z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 9px 11px;
}

.no-svg .has-theme-type-2 .brief-list-item .tile-magazine.video:after {
  background-image: url(../images/icon-play.png);
}

.has-theme-type-2 .brief-list-item .tile-magazine .age-range {
  display: block;
  background-size: 35px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 26px;
  position: absolute;
  left: 47px;
  top: 20px;
  z-index: 2;
}

.has-theme-type-2 .brief-list-item .tile-magazine .age-range-12 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20387.366%20327.107%22%20enable-background%3D%22new%200%200%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%220%2C-0.001%20387.365%2C-0.001%20387.365%2C253.902%20314.156%2C327.108%200%2C327.108%20%09%09%22%20fill%3D%22%2331a624%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M174.233%2C96.92H141.31l-46.426%2C37.824l18.958%2C23.306l15.352-12.67%0A%09%09%09%09c3.39-3.02%2C6.227-5.919%2C8.508-8.694c-0.369%2C7.214-0.554%2C15.167-0.554%2C23.86v71.581h37.085V96.92z%22%20fill%3D%22%23fdfffd%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M292.482%2C201.979H241.34v-0.925c14.982-13.441%2C24.769-22.566%2C29.363-27.375%0A%09%09%09%09c4.592-4.809%2C8.277-9.387%2C11.052-13.733c2.775-4.347%2C4.824-8.77%2C6.15-13.271c1.325-4.5%2C1.988-9.401%2C1.988-14.704%0A%09%09%09%09c0-7.09-1.896-13.486-5.687-19.19c-3.792-5.703-9.126-10.095-15.999-13.179c-6.875-3.082-14.691-4.624-23.445-4.624%0A%09%09%09%09c-6.967%2C0-13.24%2C0.709-18.82%2C2.127c-5.58%2C1.419-10.743%2C3.468-15.491%2C6.15c-4.749%2C2.682-10.605%2C7.137-17.571%2C13.364l20.068%2C23.49%0A%09%09%09%09c5.487-4.747%2C10.404-8.338%2C14.751-10.774c4.347-2.435%2C8.647-3.653%2C12.901-3.653c4.13%2C0%2C7.337%2C1.018%2C9.618%2C3.052%0A%09%09%09%09c2.281%2C2.034%2C3.422%2C4.809%2C3.422%2C8.323c0%2C2.837-0.571%2C5.549-1.711%2C8.138c-1.142%2C2.59-3.16%2C5.687-6.058%2C9.294%0A%09%09%09%09c-2.899%2C3.606-9.063%2C10.343-18.496%2C20.207l-33.016%2C33.386v24.045h98.123V201.979z%22%20fill%3D%22%23fdfffd%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .has-theme-type-2 .brief-list-item .tile-magazine .age-range-12 {
  background-image: url(../images/icon-age-range-12.png);
}

.has-theme-type-2 .brief-list-item .tile-magazine .age-range-16 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22103.957%20233.297%20387.366%20327.107%22%20enable-background%3D%22new%20103.957%20233.297%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%22103.957%2C233.296%20491.323%2C233.296%20491.323%2C487.198%20418.114%2C560.404%20103.957%2C560.404%20%09%09%22%20fill%3D%22%23ff6d00%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M278.19%2C330.269h-32.923l-46.426%2C37.824l18.958%2C23.306l15.353-12.67%0A%09%09%09%09c3.389-3.02%2C6.226-5.919%2C8.508-8.694c-0.369%2C7.214-0.554%2C15.167-0.554%2C23.86v71.581h37.085V330.269H278.19z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M314.584%2C451.789c9.001%2C10.358%2C21.486%2C15.537%2C37.455%2C15.537c15.043%2C0%2C26.757-4.3%2C35.143-12.901%0A%09%09%09%09c8.384-8.601%2C12.578-20.331%2C12.578-35.189c0-13.811-3.315-24.584-9.942-32.322c-6.628-7.737-15.954-11.607-27.976-11.607%0A%09%09%09%09c-12.27%2C0-21.179%2C5.241-26.727%2C15.722h-1.11c0.554-12.146%2C3.822-20.901%2C9.802-26.265s15.075-8.046%2C27.283-8.046%0A%09%09%09%09c7.214%2C0%2C13.902%2C0.587%2C20.068%2C1.757v-28.576c-7.338-1.048-13.749-1.572-19.236-1.572c-15.415%2C0-28.378%2C2.775-38.889%2C8.323%0A%09%09%09%09c-10.513%2C5.549-18.466%2C14.166-23.86%2C25.848c-5.396%2C11.684-8.093%2C26.959-8.093%2C45.825%0A%09%09%09%09C301.081%2C426.944%2C305.581%2C441.431%2C314.584%2C451.789z%20M341.218%2C432.691c-2.529-3.791-3.792-8.646-3.792-14.565%0A%09%09%09%09c0-4.07%2C1.309-7.522%2C3.931-10.359c2.62-2.835%2C6.026-4.254%2C10.219-4.254c8.508%2C0%2C12.762%2C5.488%2C12.762%2C16.462%0A%09%09%09%09c0%2C6.413-1.218%2C11.083-3.653%2C14.011c-2.436%2C2.93-5.595%2C4.393-9.48%2C4.393C347.075%2C438.379%2C343.746%2C436.484%2C341.218%2C432.691z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .has-theme-type-2 .brief-list-item .tile-magazine .age-range-16 {
  background-image: url(../images/icon-age-range-16.png);
}

.has-theme-type-2 .brief-list-item .tile-magazine .age-range-18 {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22103.957%20233.297%20387.366%20327.107%22%20enable-background%3D%22new%20103.957%20233.297%20387.366%20327.107%22%3E%0A%20%3Cg%20id%3D%22Warstwa_2%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%3Cpolygon%20points%3D%22103.957%2C233.296%20491.323%2C233.296%20491.323%2C487.198%20418.114%2C560.404%20103.957%2C560.404%20%09%09%22%20fill%3D%22%23e81a1a%22%2F%3E%0A%20%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M183.672%2C444.53h24.878v-33.386h34.403v-24.785H208.55v-33.94h-24.878v33.94h-34.403v24.785%0A%09%09%09%09h34.403V444.53z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M327.254%2C330.315h-32.923l-46.426%2C37.824l18.959%2C23.306l15.352-12.67%0A%09%09%09%09c3.389-3.02%2C6.226-5.919%2C8.508-8.694c-0.37%2C7.214-0.555%2C15.167-0.555%2C23.86v71.581h37.085V330.315z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M365.73%2C337.02c-8.078%2C5.766-12.115%2C13.826-12.115%2C24.184c0%2C6.598%2C1.649%2C12.656%2C4.948%2C18.172%0A%09%09%09%09c3.297%2C5.518%2C8.522%2C10.681%2C15.676%2C15.491c-8.879%2C4.502-15.199%2C9.511-18.959%2C15.028c-3.761%2C5.518-5.641%2C12.193-5.641%2C20.022%0A%09%09%09%09c0%2C12.085%2C4.222%2C21.349%2C12.669%2C27.79c8.446%2C6.444%2C20.624%2C9.665%2C36.531%2C9.665c15.597%2C0%2C27.745-3.297%2C36.438-9.895%0A%09%09%09%09c8.694-6.596%2C13.04-15.907%2C13.04-27.93c0-6.534-2.051-12.624-6.15-18.264c-4.101-5.642-11.144-11.298-21.132-16.97%0A%09%09%09%09c8.076-4.008%2C13.98-8.708%2C17.711-14.104c3.729-5.395%2C5.595-11.667%2C5.595-18.821c0-10.543-3.963-18.681-11.884-24.415%0A%09%09%09%09c-7.923-5.734-19.005-8.601-33.247-8.601S373.806%2C331.255%2C365.73%2C337.02z%20M386.677%2C419.143c2.373-2.927%2C6.304-5.84%2C11.791-8.739%0A%09%09%09%09c6.104%2C3.638%2C10.342%2C6.922%2C12.717%2C9.85c2.373%2C2.929%2C3.561%2C5.904%2C3.561%2C8.924c0%2C7.953-5.426%2C11.93-16.277%2C11.93%0A%09%09%09%09c-4.809%2C0-8.57-1.156-11.282-3.468c-2.714-2.312-4.07-5.378-4.07-9.202C383.116%2C425.17%2C384.302%2C422.073%2C386.677%2C419.143z%0A%09%09%09%09%20M406.791%2C357.412c2.157%2C1.789%2C3.237%2C4.162%2C3.237%2C7.122c0%2C2.652-0.802%2C5.026-2.405%2C7.121c-1.604%2C2.097-4.594%2C4.409-8.971%2C6.936%0A%09%09%09%09c-7.214-4.07-10.82-8.754-10.82-14.057c0-2.897%2C1.078-5.256%2C3.237-7.075c2.157-1.817%2C4.809-2.728%2C7.953-2.728%0A%09%09%09%09C402.043%2C354.73%2C404.633%2C355.624%2C406.791%2C357.412z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .has-theme-type-2 .brief-list-item .tile-magazine .age-range-18 {
  background-image: url(../images/icon-age-range-18.png);
}

.has-theme-type-2 .brief-list-item .tile-magazine-header {
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
  height: 33%;
  letter-spacing: -0.5px;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.has-theme-type-2 .brief-list-item .tile-magazine-link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 6;
}

.has-theme-type-2 .brief-list-item .tile-magazine-category {
  color: #fff;
  background-color: #24a87e;
  font-family: OpenSans, Arial, sans-serif;
  top: -24px;
  max-width: 100%;
  box-sizing: border-box;
  height: 24px;
  line-height: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  font-size: 11px;
  padding: 6px 10px;
}

.has-theme-type-2 .brief-list-item .tile-magazine-category:hover {
  background-color: #20936e;
}

.has-theme-type-2 .brief-list-item .tile-magazine-title {
  display: block;
  font-size: 22px;
  height: 100%;
  line-height: 26px;
  margin-top: 16px;
  max-height: 80px;
  letter-spacing: -0.5px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    font-size: 18px;
    line-height: 22px;
    max-height: 68px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    font-size: 17px;
    line-height: 19px;
    max-height: 58px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    font-size: 15px;
    line-height: 17px;
    max-height: 54px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    font-size: 18px;
    line-height: 22px;
    max-height: 68px;
    margin-top: 10px;
  }
}
.has-theme-type-2 .brief-list-item .tile-magazine-title-url {
  color: #000;
  display: block;
  font-family: OpenSans, Arial, sans-serif;
  height: 100%;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}

.has-theme-type-2 .brief-list-item .tile-magazine-title-url .sponsor-mark {
  color: #24a87e;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0;
  padding-left: 10px;
}

.has-theme-type-2 .brief-list-item .tile-magazine-thumb {
  background-color: #ebebeb;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.has-theme-type-2 .brief-list-item .tile-magazine-thumb:before {
  bottom: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.has-theme-type-2 .brief-list-item .tile-magazine-nothumb {
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.has-theme-type-2 .brief-list-item .tile-magazine-nothumb:before {
  background-image: url(/i/mixer/type-2/nothumb.png);
  background-color: #6f6f6f;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.has-theme-type-2 .brief-list-item .tile-magazine-img {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.is-external .has-theme-type-2 .brief-list-item .tile-magazine-img {
  display: none;
}

.has-theme-type-2 .brief-list-item .tile-magazine-imgframe {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine {
    padding-top: 37.296%;
  }
}
.has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-header {
  background-color: transparent;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  left: 0;
  height: auto;
  padding: 50px 20px 20px 20px;
  position: absolute;
  right: 0;
  transition: padding-bottom 0.3s ease;
}

.no-cssgradients .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-header,
.no-svg .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-header {
  background-image: url(../images/svg-fallback.png);
}

@media only screen and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-header {
    padding-bottom: 10px;
  }
}
.has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-category {
  position: relative;
}

.has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-title {
  font-size: 50px;
  line-height: 54px;
  max-height: none;
  margin-top: 0;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-title-url {
  color: #fff;
  overflow: visible;
}

.has-theme-type-2 .brief-list-item.is-1z1 .tile-magazine-nothumb:before {
  background-image: url(/i/mixer/type-2/nothumb-1z1.png);
}

@media only screen and (min-width: 1024px) {
  .has-theme-type-2 .brief-list-item.is-1z2 .tile-magazine {
    padding-top: 53.7%;
  }
}
.has-theme-type-2 .brief-list-item.is-1z3 .tile-magazine {
  padding-top: 83.421%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.5%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .has-theme-type-2 .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 40.3%;
  }
}
@media only screen and (min-width: 1280px) {
  .has-theme-type-2 .brief-list-item.is-2z3 .tile-magazine {
    padding-top: 39.6%;
  }
}
.has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
}

@media only screen and (max-width: 479px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 39%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 36.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 38.8%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 38.4%;
  }
}
@media only screen and (min-width: 1280px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine {
    padding-top: 36.4%;
  }
}
@media only screen and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine.photo:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-category {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-category {
    display: none;
  }
}
.has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-thumb {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-thumb {
    display: none;
  }
}
.has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-header {
  background-color: transparent;
  background-image: none;
  bottom: auto;
  height: 100%;
  padding: 5% 10px 5% 5%;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-header {
    padding-left: 49%;
  }
}
.has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .has-theme-type-2 .brief-list-item.is-05z3 .tile-magazine-title {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 .row {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 > .tile-magazine {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 .brief-list-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 .brief-list-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 .brief-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .has-theme-type-2 .brief-list-item.is-group-2w1 .brief-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.has-theme-type-2 .brief-list-item.is-group-2w1 .tile-magazine-title-url.sponsor-title {
  top: 30px;
  position: relative;
}

.has-theme-type-2 .brief-list-item.is-group-2w1 .tile-magazine-title-url .sponsor-mark {
  left: 0;
  top: -28px;
}

.has-theme-type-2 .tile-list {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.has-theme-type-2 .tile-list-box {
  height: 100%;
}

.has-theme-type-2 .tile-list-items {
  height: 100%;
}

.has-theme-type-2 .tile-list-item {
  border-bottom: 1px solid #dee3e3;
  height: 33.3333%;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-left: 33.3333%;
  box-sizing: border-box;
}

.has-theme-type-2 .tile-list-item:hover .tile-list-img {
  transform: scale(1.1);
}

.has-theme-type-2 .tile-list-item:hover .tile-list-url {
  color: #24a87e;
}

.has-theme-type-2 .tile-list-item.has-sponsor-mark .tile-list-txt {
  padding-top: 18px;
}

.has-theme-type-2 .tile-list-thumb {
  width: 33.3333%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.has-theme-type-2 .tile-list-img {
  max-height: 100%;
  max-width: 100%;
  transition: transform, 0.3s, ease;
}

.has-theme-type-2 .tile-list-txt-wrap {
  box-sizing: border-box;
  color: #000;
  position: relative;
  display: block;
  height: 100%;
  font-size: 0;
  padding-left: 20px;
  text-align: left;
  text-transform: uppercase;
}

.has-theme-type-2 .tile-list-txt-wrap:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
}

.has-theme-type-2 .tile-list-txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  vertical-align: middle;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .tile-list-txt {
    font-size: 13px;
    line-height: 15px;
  }
}
.has-theme-type-2 .tile-list-txt .sponsor-mark {
  color: #24a87e;
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item {
    margin-bottom: 10px;
  }
}
.has-theme-type-2 .brief-list-item .tile-magazine-thumb {
  background-color: #ebebeb;
}

.has-theme-type-2 .brief-list-item .tile-magazine-thumb:before {
  box-shadow: none;
}

.has-theme-type-2 .brief-list-item .tile-magazine-nothumb {
  background-image: url(../images/mixer-nothumb-v2.png);
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.has-theme-type-2 .brief-list-item .tile-magazine-nothumb:before {
  display: none;
}

.has-theme-type-2 .brief-list-item .tile-magazine-header {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-header {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-header {
    padding: 0 20px;
  }
}
.page-article .recommendation-tabs .has-theme-type-2 .brief-list-item .tile-magazine-header,
.recommend-flybar .has-theme-type-2 .brief-list-item .tile-magazine-header {
  padding: 0;
}

.has-theme-type-2 .brief-list-item .tile-magazine-category {
  letter-spacing: 0.5px;
  top: -20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-family: OpenSansB, Arial, sans-serif;
  padding: 0 10px;
}

.has-theme-type-2 .brief-list-item .tile-magazine-title {
  font-family: OpenSansB, Arial, sans-serif;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.4px;
  max-height: 66px;
}

.page-article .portal-top-header .has-theme-type-2 .brief-list-item .tile-magazine-title {
  margin-top: 10px;
}

.page-article .portal-top .has-theme-type-2 .brief-list-item .tile-magazine-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.4px;
  max-height: 44px;
}

.page-article .recommendation-tabs .has-theme-type-2 .brief-list-item .tile-magazine-title,
.recommend-flybar .has-theme-type-2 .brief-list-item .tile-magazine-title {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.3px;
  max-height: 32px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
    max-height: 48px;
  }
  .page-article .portal-top .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
    max-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-height: 72px;
  }
  .page-article .portal-top-header .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
  }
  .page-article .portal-top .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-height: 48px;
  }
  .page-article .recommendation-tabs .has-theme-type-2 .brief-list-item .tile-magazine-title,
  .recommend-flybar .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    max-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-article .portal-top-header .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    max-height: 66px;
  }
  .page-article .portal-top .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    max-height: 44px;
  }
  .page-article .recommendation-tabs .has-theme-type-2 .brief-list-item .tile-magazine-title,
  .recommend-flybar .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    max-height: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
    max-height: 78px;
  }
  .page-article .portal-top .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
    max-height: 52px;
  }
  .page-article .recommendation-tabs .has-theme-type-2 .brief-list-item .tile-magazine-title,
  .recommend-flybar .has-theme-type-2 .brief-list-item .tile-magazine-title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.4px;
    max-height: 44px;
  }
}
.has-theme-type-2 .brief-list-item .tile-magazine-title-url {
  font-family: OpenSansB, Arial, sans-serif;
  text-transform: none;
}

.has-theme-type-2 .brief-list-item .tile-magazine-title-url:hover {
  color: #20936e;
}

.has-theme-type-2 .tile-list-txt-wrap {
  text-transform: none;
  padding-left: 0;
}

.has-theme-type-2 .tile-list-txt {
  font-family: OpenSansB, Arial, sans-serif;
  margin-top: 1px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.3px;
  max-height: 51px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .has-theme-type-2 .tile-list-txt {
    margin-top: 1px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.3px;
    max-height: 45px;
  }
}
.carousel-mixer {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-mixer {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-mixer {
    height: 353px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-mixer {
    height: 455px;
    margin-bottom: 40px;
  }
}
.carousel-mixer-list {
  padding-top: 111.25%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .carousel-mixer-list {
    padding-top: 55.4679%;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-mixer-list {
    height: 100%;
    padding-top: 0;
  }
}
.carousel-mixer-item {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}

.carousel-mixer-item.buried {
  display: none;
}

.carousel-mixer-item.animate {
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .carousel-mixer-item.animate {
    transition: left 1s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-mixer-item.animate {
    transition: left 1s ease, width 1s ease;
  }
}
.carousel-mixer .carousel-mixer-left,
.carousel-mixer .carousel-mixer-right,
.carousel-mixer .ex-carousel-mixer-button {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  text-align: center;
  transition: background-color 250ms ease;
  transform: translate3d(0, 0, 0);
  width: 70px;
  z-index: 1;
}

.carousel-mixer .carousel-mixer-left:before,
.carousel-mixer .carousel-mixer-right:before,
.carousel-mixer .ex-carousel-mixer-button:before {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 30px;
  opacity: 0.5;
  transition: opacity 250ms ease;
  vertical-align: middle;
  width: 23px;
}

.carousel-mixer .carousel-mixer-left:hover,
.carousel-mixer .carousel-mixer-right:hover,
.carousel-mixer .ex-carousel-mixer-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-mixer .carousel-mixer-left:hover:before,
.carousel-mixer .carousel-mixer-right:hover:before,
.carousel-mixer .ex-carousel-mixer-button:hover:before {
  opacity: 1;
}

.carousel-mixer-left {
  left: 0;
}

.carousel-mixer-left:before {
  transform: translate3d(0, 0, 0);
}

.carousel-mixer-right {
  right: 0;
}

.carousel-mixer-right:before {
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .carousel-mixer-item.prequel {
    left: -100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-mixer-item.prequel {
    left: -640px;
    width: 620px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-mixer-item.prequel {
    left: -840px;
    width: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-mixer-item.current {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-mixer-item.current {
    left: 0;
    width: 620px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-mixer-item.current {
    left: 0;
    width: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-mixer-item.pretending {
    left: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-mixer-item.pretending {
    left: 640px;
    width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-mixer-item.pretending {
    left: 840px;
    width: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-mixer-item.sequel {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-mixer-item.sequel {
    left: 1260px;
    width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-mixer-item.sequel {
    left: 1260px;
    width: 380px;
  }
}
.tile-carousel {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .tile-carousel {
    height: 100%;
  }
}
.tile-carousel-title {
  overflow: hidden;
  text-transform: none;
  font-family: OpenSansB, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.6px;
  max-height: 91px;
}

@media only screen and (min-width: 480px) {
  .tile-carousel-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.7px;
    max-height: 109px;
  }
}
@media only screen and (min-width: 1024px) {
  .animate.pretending .tile-carousel-title,
  .animate.sequel .tile-carousel-title {
    padding-right: 20px;
  }
  .animate.current .tile-carousel-title,
  .animate.pretending .tile-carousel-title,
  .animate.sequel .tile-carousel-title {
    transition: padding 1s ease;
  }
}
.current .tile-carousel-title {
  padding-right: 20px;
}

@media only screen and (min-width: 1024px) {
  .current .tile-carousel-title {
    padding-right: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .current .tile-carousel-title {
    padding-right: 240px;
  }
}
.tile-carousel-title-url {
  font-family: inherit;
}

.is-external .tile-carousel-imgframe {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.is-external .tile-carousel-imgframe img {
  display: none;
}

.tile-carousel-img {
  left: -50%;
  max-height: 100%;
  position: relative;
}

@media only screen and (min-width: 480px) {
  .tile-carousel-img {
    max-height: none;
    left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-carousel-img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .tile-carousel-img {
    width: 620px;
  }
}
@media only screen and (min-width: 1280px) {
  .tile-carousel-img {
    width: 800px;
  }
}
.animate .tile-carousel-img {
  transition: left 1s ease, width 1s ease, transform 0.3s ease, opacity 0.3s ease;
}

@media only screen and (min-width: 1024px) {
  .pretending .tile-carousel-img,
  .sequel .tile-carousel-img {
    left: -50%;
  }
}
.social-socialButtons-header {
  position: absolute;
  left: 410px;
  top: 46px;
  z-index: 1100;
}

@media only screen and (max-width: 1023px) {
  .social-socialButtons-header {
    display: none;
  }
}
.social-socialButtons-header li {
  float: left;
  margin: 0;
}

.tables-slider.tables-slider {
  height: 35px;
  margin-bottom: 40px;
  line-height: 35px;
  background-color: #333;
  white-space: nowrap;
  font-size: 12px;
  font-family: OpenSansB, Arial, sans-serif;
  text-transform: uppercase;
}

.tables-slider.tables-slider .scrollable.has-scroll-x {
  padding-right: 35px;
  padding-left: 35px;
}

.tables-slider.tables-slider .scrollable.has-scroll-x .scrollable-nav-horizontal {
  display: block;
}

.tables-slider.tables-slider .scrollable-nav-horizontal {
  width: 35px;
  background: #333;
  transition: opacity 0.2s;
}

.tables-slider.tables-slider .scrollable-nav-horizontal:after {
  background: center center no-repeat;
  background-size: 12px;
  opacity: 0.85;
  transform: none;
}

.tables-slider.tables-slider .scrollable-nav-horizontal:hover:after {
  opacity: 1;
}

.tables-slider.tables-slider .scrollable-nav-horizontal.inactive {
  cursor: auto;
}

.tables-slider.tables-slider .scrollable-nav-horizontal.inactive:after {
  opacity: 0.3;
}

.tables-slider.tables-slider .scrollable-nav-right {
  border-left: 1px solid #fff;
}

.tables-slider.tables-slider .scrollable-nav-right:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%200.5%2C0.5%2012%2C8%20-12%2C8%200%2C-16%20z%20M%207.708%2C8.5%203.5%2C5.705%203.5%2C11.297%207.708%2C8.5%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .tables-slider.tables-slider .scrollable-nav-right:after {
  background-image: url(../images/icon-arrow-white-right.png);
}

.tables-slider.tables-slider .scrollable-nav-right.inactive:before {
  left: 0;
}

.tables-slider.tables-slider .scrollable-nav-left {
  border-right: 1px solid #fff;
}

.tables-slider.tables-slider .scrollable-nav-left:after {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2216%22%20viewBox%3D%220.5%200.5%2012%2016%22%20width%3D%2212%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%2012.5%2C0.5%20-12%2C8%2012%2C8%200%2C-16%20z%20M%205.292%2C8.5%209.5%2C5.705%209.5%2C11.297%205.292%2C8.5%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .tables-slider.tables-slider .scrollable-nav-left:after {
  background-image: url(../images/icon-arrow-white-left.png);
}

.tables-slider.tables-slider .scrollable-nav-left.inactive:before {
  right: 0;
}

.tables-slider.tables-slider ul {
  display: inline-block;
}

.tables-slider.tables-slider li {
  display: inline-block;
}

.tables-slider.tables-slider li a {
  padding-left: 1.4em;
  padding-right: 1.4em;
  color: #fff;
}

.tables-slider.tables-slider li a:before {
  width: 20px;
  height: 17px;
  margin-right: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAA6SURBVDhPzc6xDQAwDAJB7z8g6xDRUkZfUFxjSy/ONuYkmcLHem783MdjFH5ZP2IjRuGX9SM2Ygz5AS4wl2PRdkjnAAAAAElFTkSuQmCC) no-repeat 0 -1px;
  content: "";
  vertical-align: middle;
  display: inline-block;
}

.mixer-author-header {
  margin: 0;
  position: relative;
}

.mixer-author-header .author-header-container {
  background-color: #24a87e;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  height: 200px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container {
    height: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container {
    width: 100%;
    min-height: 90px;
    height: auto;
  }
}
.mixer-author-header .author-header-container-avatar {
  padding: 0;
  background-color: #20936e;
  width: 300px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container-avatar {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container-avatar {
    width: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container-avatar {
    min-height: 90px;
    min-width: 90px;
    height: auto;
    float: left;
  }
}
.mixer-author-header .author-header-container-avatar-img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mixer-author-header .author-header-container-text {
  color: #fff;
  padding-left: 41px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container-text {
    padding-left: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container-text {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container-text {
    display: flex;
    align-self: center;
    flex-direction: column;
  }
}
.mixer-author-header .author-header-container-text-name {
  font-family: OpenSansSB, Arial, sans-serif;
  font-size: 52px;
  padding-top: 71px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container-text-name {
    font-size: 32px;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container-text-name {
    font-size: 18px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container-text-name {
    padding-top: 0;
    padding-right: 10px;
    line-height: 21px;
  }
}
.mixer-author-header .author-header-container-text-name span {
  display: inline-block;
}

.mixer-author-header .author-header-container-text-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mixer-author-header .author-header-container-text-subtitle {
    font-size: 16px;
    word-spacing: -2px;
  }
}
@media only screen and (max-width: 1023px) {
  .mixer-author-header .author-header-container-text-subtitle {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container-text-subtitle {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.mixer-author-header .author-header-container-text-link {
  font-size: 14px;
}

.mixer-author-header .author-header-container-text-link a {
  color: #fff;
  position: relative;
}

.mixer-author-header .author-header-container-text-link a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 2px;
  transform: rotate(-45deg);
  top: 7px;
  right: -15px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mixer-author-header .author-header-container-text-link a:after {
    right: -12px;
  }
}
.mixer-author-header .author-header-container.with-subtitle .author-header-container-text-name {
  padding-top: 53px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container.with-subtitle .author-header-container-text-name {
    padding-top: 31px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container.with-subtitle .author-header-container-text-name {
    padding-top: 26px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container.with-subtitle .author-header-container-text-name {
    padding-top: 0;
    padding-right: 10px;
    line-height: 18px;
    margin-bottom: 7px;
  }
}
.mixer-author-header .author-header-container.with-linksblock .author-header-container-text-name {
  padding-top: 54px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container.with-linksblock .author-header-container-text-name {
    padding-top: 31px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container.with-linksblock .author-header-container-text-name {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container.with-linksblock .author-header-container-text-name {
    padding-top: 1px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}
.mixer-author-header .author-header-container.with-both .author-header-container-text-name {
  padding-top: 32px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text-name {
    padding-top: 16px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text-name {
    padding-top: 11px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text-name {
    padding-top: 0;
    line-height: 20px;
  }
}
.mixer-author-header .author-header-container.with-both .author-header-container-text-link {
  margin-top: 41px;
}

@media only screen and (max-width: 1279px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text-link {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text-link {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .mixer-author-header .author-header-container.with-both .author-header-container-text.long .author-header-container-text-link {
    margin-top: 4px;
  }
}/*# sourceMappingURL=main-63357c18b37f638f70ce7a160ad8fe1d.css.map */